/* ============================================================
FONTS â€” Paralucentf via @font-face fallback to serif
============================================================ */

@font-face {
  font-family: "TrajanPro";
  src: url('../fonts/TrajanPro-Bold.otf');
   font-display: swap;
}

@font-face {
  font-family: "Paralucentf";
  src: url('../fonts/fonnts.com-Paralucent_Condensed_Light.otf');
   font-display: swap;
}
/*@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url('../fonts/PlayfairDisplay-Bold.ttf');
   font-display: swap;
}*/

/* ============================================================
CSS VARIABLES
============================================================ */
:root {
  --primary-grad: linear-gradient(to right, #23222e, #313554, #23222e);
  --primary-dark: #f0e7da;
  --primary-mid: #313554;
  --accent-gold: #d2ab67;
  --gold-solid: #c89e35;
  --gold-light: #f9d90e;
  --gold: #9d7209;
  --white: #ffffff;
  --black: #000000;
  --text-light: rgba(255, 255, 255, 0.75);
  --text-muted: rgba(255, 255, 255, 0.5);
  --card-bg: rgba(255, 255, 255, 0.05);
  --card-border: rgba(201, 169, 110, 0.2);
  --glass-bg: rgba(35, 34, 46, 0.7);
  --glass-border: rgba(255, 255, 255, 0.1);
  --section-pad: 50px 0;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --testi-dark: #0e0c0a;
}

/* ============================================================
RESET & BASE
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: 'Paralucentf', sans-serif !important;
  font-weight: 500;
  color: var(--black);
  overflow-x: hidden;
  letter-spacing:1.5px;
  word-spacing: 1.8px;
  line-height: 1.75;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d2ab67;
}

::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 3px;
}

.container {
  max-width: unset;
  width: 84%;
}

section {
  position: relative;
}

/* ============================================================
SECTION STRUCTURE (mandatory)
============================================================ */
.inner-hero,
.inner-AboutUs,
.inner-Amenities,
.inner-Gallery,
.raymond-section,
.innerlocation,
.inner-contact,
.innerconfiguration,
.inner-footer,
.inner-plans,
.cunstructionupdate {
  position: relative;
  width: 100%;
  padding: var(--section-pad);
}
/*.testi-section .section-heading, .inner-Amenities .section-heading, .innerlocation .section-heading { color:var(--white); }
.testi-section .heading-deco .line-lg, .inner-Amenities .heading-deco .line-lg, .innerlocation .heading-deco .line-lg { background: var(--white); }
.testi-section .heading-deco .dot img, .inner-Amenities .heading-deco .dot img, .innerlocation .heading-deco .dot img { filter: invert(1) brightness(7); }*/
/* ============================================================
TYPOGRAPHY
============================================================ */
.section-label {
  font-family: var(--ff-body);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--clr-primary);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent-gold);
}

.section-label::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent-gold);
}

.section-heading {
  font-family: 'TrajanPro';
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--clr-charcoal);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 0.3rem;
}

.section-heading em {
  font-style: normal;
  color: var(--gold);
}

.section-subheading {
  font-family: 'Paralucentf', sans-serif !important;
  color: var(--clr-text-light);
  margin: 0 auto;
  line-height: 1.5;
  font-size: 2.3rem;
}

.heading-deco {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.heading-deco span {
  display: block;
}

.heading-deco .line-lg {
  width: 60px;
  height: 2px;
  background: var(--accent-gold);
}

.heading-deco .dot img {
  width: 20px;
  margin-top: -5px;
}

/* ---------------------------------------------------------
Slider Start
--------------------------------------------------------- */
#Home {
  position: relative;
  margin-top: 80px;
  height: 97vh;
}
.maharera-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    background: var(--accent-gold) !important;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #fff;
    padding: 12px 17px;
    font-size: 12px;
    cursor: pointer;
    z-index: 99;
}
.maharera-panel {
    position: absolute;
    top: 64px;
    right: 40px;
    width: 236px;
    height: 284px;
    background: var(--accent-gold) !important;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    z-index: 9999;
    display: none;
}
.qr-img {
    width: 80px;
    margin: 15px 0
}

.qr-slider {
    position: relative;
    margin-top: 7px;
    overflow: hidden;
    padding-bottom: 29px
}

.qr-slide {
    display: block;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.qr-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative
}

.qr-slide img {
    width: 80px;
    background: #fff
}

.qr-prev,.qr-next {
    position: absolute;
    bottom: -8px;
    transform: translateY(-50%);
    background: #fff0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    padding: 0 8px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease
}

.qr-prev {
    left: 35%
}

.qr-next {
    right: 35%
}

.maharera-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer
}

.rera__visit a {
    color: #fff;
    text-decoration: underline!important;
    font-size: 13px
}

.rera__headin {
    padding: 0 0!important;
    margin: 0!important;
    color: #fff;
    font-size: 18px
}

.maha_rera1 {
    color: #fff
}

.rera__add {
    font-size: 10px;
    padding: 0!important;
    margin: 0!important
}

.maha_rera {
    text-transform: uppercase;
    /*font-size: 9px*/
    line-height: 2rem;
}

.maha_rera1 {
    padding-top: 5px;
    font-size: 12px;
    line-height: 13px
}

.qr-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2
}

@media screen and (max-width: 767px) {
    .maharera-panel {
        position:absolute;
        top: 64px;
        left: 0;
        width: 100%;
        height: 290px;
        background: var(--accent-gold) !important;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        color: #fff;
        text-align: center;
        padding: 30px 20px;
        z-index: 9999;
        display: none
    }

    .qr-prev {
        left: 42%
    }

    .qr-next {
        right: 42%
    }

    .maharera-btn {
        position: absolute;
        top: 64px;
        right: 0;
        background: var(--accent-gold) !important;
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
        color: #fff;
        padding: 12px 17px;
        font-size: 12px;
        cursor: pointer;
        z-index: 99;
    }
}

.maharera-btn {
    text-transform: uppercase
}

.rera__headin {
    text-transform: uppercase;
    font-size: 14px
}


/* ---------------------------------------------------------
Slider End
--------------------------------------------------------- */
/* ---------------------------------------------------------
About Us Start
--------------------------------------------------------- */
.inner-Overview {
  /*background: #f5f5f5;*/
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.zoom-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.zoom-box {
  width: 40%;
  height: 40%;
  max-width: 100%;
  background: var(--primary-dark);
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  box-shadow: 1px 2px 12px 0px rgb(0 0 0 / 63%);
}

.zoom-content-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 0;
}



/* Benefits layout - Desktop default */
@media (min-width: 769px) {
  .overview-para {
    width: 100%;
    max-width: 950px;
    opacity: 0;
    transform: translateY(50px);
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 2rem;
  }
  .benefits-slider {
    width: 100%;
    max-width: 950px;
    opacity: 0;
    transform: translateY(50px);
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
  }

  .benefits-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    width: 100%;
    transform: none !important;
  }

  .benefits-slider .swiper-slide {
    width: 33.333% !important;
    height: auto !important;
    box-sizing: border-box;
  }

  .benefits-slider .swiper-slide:nth-child(4),
  .benefits-slider .swiper-slide:nth-child(5) {
    width: 50% !important;
  }

  .benefit-slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 30px;
    border-color: var(--gold) !important;
    border-style: solid;
    border-width: 0;
  }

  /* First row dividers */
  .benefits-slider .swiper-slide:nth-child(1) .benefit-slide-content {
    border-right-width: 1px;
    /* border-bottom-width: 1px; */
  }
  .benefits-slider .swiper-slide:nth-child(2) .benefit-slide-content {
    border-right-width: 1px;
  }
  /* .benefits-slider .swiper-slide:nth-child(3) .benefit-slide-content {
    border-bottom-width: 1px;
  } */

  /* Second row dividers */
  .benefits-slider .swiper-slide:nth-child(4) .benefit-slide-content {
    border-right-width: 1px;
  }

  .benefit-num {
    color: var(--gold);
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1;
  }

  .benefit-text {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
  }

  .benefits-pagination {
    display: none !important;
  }
}

/* Benefits layout - Mobile Swiper */
@media (max-width: 768px) {
  .zoom-box {
    width: 80% ;
    height: 33%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }

  .zoom-content-inner {
    padding: 20px 0;
  } 

  .zoom-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .benefits-slider {
    width: 100%;
    max-width: 500px;
    opacity: 0;
    transform: translateY(50px);
    overflow: hidden;
    position: relative;
    padding-bottom: 35px !important;
    max-height: 0;
    margin-top: 0;
  }

  .benefits-slider .swiper-wrapper {
    display: block;
    flex-wrap: nowrap;
    width: 100%;
  }

  .benefits-slider .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
  }

  .benefit-slide-content {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
    text-align: left;
    padding: 14px 10px;
    border-bottom: 1px solid var(--gold);
    gap: 10;
  }

  .benefit-num {
    color: var(--gold);
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'PlayfairDisplay-Bold', serif;
  }

  .benefit-text {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
    text-transform: capitalize;
  }

  .benefits-pagination {
    position: absolute;
    bottom: 0px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    z-index: 10;
    display: block !important;
  }

  .benefits-pagination .swiper-pagination-bullet {
    background: var(--white) !important;
    opacity: 0.35;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    transition: all 0.3s ease;
  }

  .benefits-pagination .swiper-pagination-bullet-active {
    background: var(--gold) !important;
    opacity: 1;
    transform: scale(1.25);
  }
}
/* ---------------------------------------------------------
About Us End
--------------------------------------------------------- */
/* ---------------------------------------------------------
Configuration Start
--------------------------------------------------------- */
/* ==================== Configuration Start ==================== */
.innerconfiguration {
  /*background-color: var(--primary-dark);*/
  /*background: url('../img/texture.webp');*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 13.5rem !important;
  margin-bottom: 17%;
}
hr { border-top: var(--bs-border-width) solid var(--accent-gold); }
/*.innerconfiguration .section-head {
  color: #fff;
}

.innerconfiguration .headingborder1 {
  border-color: #fff;
}*/

.Configurationbox {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  margin: 0px 15px;
  padding: 35px 30px;
  border: 1px solid var(--accent-gold);
}

.Configurationbox:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
}

.configareasection {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.configUnit {
  font-family: "TrajanPro";
  font-size: 2.5rem;
  color: #000;
  font-weight: 600;
}

.Configurationbox .hoverBtn {
  border: 1px solid var(--primary-dark);
  background: #fff;
}

.Configurationbox .hoverBtn:hover {
  background: var(--primary-dark);
}

.pricepop {
  padding: 5px 20px;
  text-decoration: unset;
  color: #7c1746;
  border-radius: 5px;
}

.Configurationbox .pricepop {
  color: #000 !important;
}

.Configurationbox .hoverBtn:hover .pricepop {
  color: #fff !important;
}

.Configurationbox .pricepop span {
  font-size: 18px;
}
.innerconfiguration .Contact-Us-btn a { text-decoration:none; }
.innerconfiguration .Contact-Us-btn:hover a {
  color: var(--White);
  /*padding-right: 36px;*/
}
/* ==================== Configuration End ==================== */

@media only screen and (min-width: 767px) and (max-width: 960px) and (orientation: portrait) {
  .innerconfiguration {
    margin-bottom: 35%;
  }
}


/* ---------------------------------------------------------
Configuration End
--------------------------------------------------------- */
/* ---------------------------------------------------------
Amenities Start
--------------------------------------------------------- */
.inner-Amenities { 
  background-color: var(--primary-dark);
  /*background: url('../img/texture.webp');*/
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-Amenities .swiper-slide a:hover .overlay > img { opacity: 1; }
.inner-Amenities .swiper-slide a .overlay > img { left: 45%; opacity: 0; position: absolute; top: 45%; -webkit-transition: opacity 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s; border: none !important; width: 40px; }
.inner-Amenities .caption {
    position: absolute;
    z-index: 9;
    bottom: 0;
    height: 28px;
    text-align: left;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 59%, rgba(83, 33, 122, 0.10127801120448177) 90%);
    color: #ffffff;
    padding: 5px 50px 5px 20px;
    font-size: 15px;
}
.inner-Amenities .swiper-slide img { border: 2px solid var(--accent-gold); border-radius:30px; }
.inner-Amenities .carousel-arrow-left, .inner-Amenities .carousel-arrow-right{
  top: 45%;
}
.inner-Amenities .carousel-arrow-right{ right: 5px; }
.inner-Amenities .carousel-arrow-left { left: 5px; }
/* ---------------------------------------------------------
Amenities End
--------------------------------------------------------- */
/* ---------------------------------------------------------
Gallery Start
--------------------------------------------------------- */
.gallery-tabs{ gap: 10px; }
/*.inner-Gallery .nav-link { 
  border: 1px solid var(--gold) !important;
  color: #000 !important;
  padding: 0.5rem 1rem !important;
}
.inner-Gallery .nav-link.active {
    background: var(--gold) !important;
    color: #fff !important;
}*/


.inner-Gallery .tab-container{
    display:flex;
    gap:10px;
    margin-bottom:20px;
    justify-content: center;
}

.inner-Gallery .tab-btn{
    padding:12px 24px;
    border:1px solid #c89e35;
    background:#fff;
    border-radius:30px;
    cursor:pointer;
    transition:.3s;
}

.inner-Gallery .tab-btn.active{
    background:#c89e35;
    color:#fff;
}

.inner-Gallery .tab-content{
    display: block !important;
    opacity: 0;
    padding:0px;
    /*border:1px solid #ddd;*/
    border-radius:10px;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.inner-Gallery .tab-content.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.Gallerywiper {
  width: 100%;
  /* padding-top: 20px; */
  /*padding-bottom: 50px;*/
  overflow: visible !important;
}

.Gallerywiper .swiper-wrapper {
  align-items: center;
}

.Gallerywiper .swiper-slide {
  width: 600px;
  /* Reduced from 680px to safely fit 5 items */
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, .2);
  transition-property: transform, filter, box-shadow, opacity;
  /* Allowing Swiper to calculate transition-duration dynamically for smooth 3D slides */
}

/* Filters for non-active items */
.Gallerywiper .swiper-slide:not(.swiper-slide-active) {
  filter: blur(2px) brightness(0.6);
}

.Gallerywiper .swiper-slide-active {
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, .4);
  cursor: pointer;
}

/* Hide overlay/text/badge on side cards */
.Gallerywiper .swiper-slide:not(.swiper-slide-active) .carousel-overlay,
.Gallerywiper .swiper-slide:not(.swiper-slide-active) .badge-premium,
.Gallerywiper .swiper-slide:not(.swiper-slide-active) .carousel__text {
  opacity: 0 !important;
  visibility: hidden;
}

.carousel__item {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--accent-gold);
}

.carousel__item img.carousel-bg {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  border: 1px solid var(--accent-gold);
}

/* --- Overlay / Badge --- */
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%); */
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
}

.badge-premium {
  position: absolute;
  top: 0;
  left: 50px;
  background: linear-gradient(135deg, #ea720e, #c05c08);
  color: #fff;
  padding: 15px 12px 10px 12px;
  border-radius: 0 0 12px 12px;
  z-index: 4;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(234, 114, 14, 0.4);
  line-height: 1.2;
}

/* --- Text Overlay --- */
.carousel__text.new-layout {
  position: absolute;
  left: 50px;
  width: 50%;
  z-index: 4;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 35px;
  /* Directly set to visible position without hover */
  opacity: 1;
}

/* --- Buttons --- */
.carousel-arrow-left,
.carousel-arrow-right {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  background-color: var(--accent-gold);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-arrow-left {
  left: 40px;
}

.carousel-arrow-right {
  right: 40px;
}

.carousel-arrow-left:hover,
.carousel-arrow-right:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.carousel-arrow-left:active,
.carousel-arrow-right:active {
  transform: translateY(-50%) scale(0.95);
}

/* ---------------------------------------------------------
Gallery End
--------------------------------------------------------- */
/* ---------------------------------------------------------
Floorplan Start
--------------------------------------------------------- */
.inner-plans .tab-container{
    display:flex;
    gap:10px;
    margin-bottom:20px;
    justify-content: center;
}

.inner-plans .tab-btn{
    padding:12px 24px;
    border:1px solid #c89e35;
    background:#fff;
    border-radius:30px;
    cursor:pointer;
    transition:.3s;
    letter-spacing: 1.5px;
    word-spacing: 1.8px;
    line-height: 1.75;
    color: var(--black);
}

.inner-plans .tab-btn.active{
    background:#c89e35;
    color:#fff;
}

.inner-plans .tab-content{
    display: block !important;
    opacity: 0;
    padding:0px;
    /*border:1px solid #ddd;*/
    border-radius:10px;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.inner-plans .tab-content.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
/* ---------------------------------------------------------
Floorplan End
--------------------------------------------------------- */
/* ---------------------------------------------------------
Location Start
--------------------------------------------------------- */
#location {
  position: relative;
  overflow: hidden;
}
.innerlocation {
    background: var(--primary-dark);
    color: #000 !important;
}
#location .locationmap {
  position: absolute;
  right: 0;
  top: 0;
  width: 732px;
  height: 100%;
}

#location .locationmap .map-bg-svg {
  width: 100%;
  height: 100%;
}

#location .locationmap .LocationPin2 {
  position: absolute;
  top: 350px;
  left: 267px;
}

#location .locationmap .LocationPin2 img {
  width: 40px;
}
.locationList .list-icon {
    margin-right: 13px;
    width: 15px;
}
#location .locationmap .LocationPin2::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position:
    absolute;
  bottom: 0;
  left: 17px;
  background: transparent;
  z-index: 1;
  animation: pulse-animation 2s infinite;
}

#location .locationmap .compass {
  position: absolute;
  bottom: 30px;
  left: -100px;
}

#location .locationmap .compass img {
  width: 150px;
}

#location .locationmap .map-legrand {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

#location .locationmap .map-legrand img {
  width: 130px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(144, 23, 73, .5);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(144, 23, 73, 0);
  }
}

#location .locationList {
  margin: 0;
  padding: 0;
  list-style: none;
}

#location .locationList li {
  position: relative;
  padding: 3px 0 5px 22px;
  color: var(--dark);
  transition: .3s;
}

/*#location .locationList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--accent-gold);
}*/

#location .locationList li:hover {
  color: var(--accent-gold);
  margin-left: 4px;
}

#location .nav-tabs {
  border: none;
  margin: 0px 0 20px;
  flex-wrap: nowrap;
}
#location .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    transition: width 0.3s ease;
}
#location .nav-tabs .nav-link {
  padding: 15px 10px 15px !important;
  font-size: 14px;
  line-height: 1.2em;
  /*font-weight: var(--font-weight-600);*/
  border: none;
  color: var(--black);
  position: relative;
  border-radius: 80px 80px 0 0;
  width: 130px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-bottom: solid 1px #c2c2c2;
  background: transparent;
  transition: background .3s, color .3s;
  white-space: normal;
  letter-spacing: 1px;
}

#location .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--glass-bg);
  width: 0%;
  transition: .5s;
}

#location .nav-tabs .nav-link span {
  display: block;
  margin-bottom: 10px;
}

#location .nav-tabs .nav-link.active {
  background-color: var(--accent-gold);
  color: var(--white);
  font-weight: var(--font-weight-600);
}

#location .nav-tabs .nav-link.active::before {
  width: 100%;
  transition: 1s;
}

/* â”€â”€ Scroll container (tab row) â”€â”€ */
#location .scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#location .scroll-content {
  /*overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  overflow-x: auto;
  overflow-y: hidden;*/
  display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#location .scroll-content .nav-item{
    flex: 0 0 auto;
}
#location .scroll-content::-webkit-scrollbar {
  height: 0;
}

#location .scroll-left,
#location .scroll-right {
  background: transparent !important;
  border: none;
  width:40px;
  height: 40px;
  padding: 0;
  border-radius: 100px;
  position: absolute;
  top: 140px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 5;
}
#location .scroll-left svg,
#location .scroll-right svg {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#location .scroll-left {
  left: 0px;
}

#location .mobilemap {
  position: relative;
}

#location .mobilemap img {
  width: 100%;
  display: block;
  cursor: pointer;
}

.location-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

/* â”€â”€ Responsive visibility â”€â”€ */
.mobilehide {
  display: block;
}

.mobileshow {
  display: none;
}

.map-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #c03a2b00;
  border-radius: 50%;
  z-index: 2;
  top: 56%;
  right: 40%;
  transform: translate(-50%, -50%);
}

.map-marker img {
  position: relative;
  width: 50px;
  z-index: 2;
}

.map-marker .pulse {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background: rgba(192, 57, 43, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  z-index: 1;
  margin-top: -3px;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }

  70% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*================== add new css here ============= */


#location .nav-tabs .nav-link .location-icon {
  filter: none;
  transition: 0.3s;
}


#location .nav-tabs .nav-link.active .location-icon {
  filter: brightness(0) invert(1);
}


/* ---------------------------------------------------------
Location End
--------------------------------------------------------- */

/* ---------------------------------------------------------
Contact_Us Start
--------------------------------------------------------- */
#Contact_Us {
  padding-top: 50px;
  position: relative;
  min-height: 540px;
}

.Inner_Contact_Us {
  background-color: var(--white);
  margin-bottom: -120px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.08);
}

.Contact_Us_LHS {
  height: 580px;
  overflow: hidden;
  position: relative;
}

.Contact_Us_LHS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-label {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: var(--White);
  font-size: 9px;
  font-weight: 600;
  padding: 4px;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}

.Contact_Us_RHS {
  padding: 10px 0 0;
}

.Contact_Us_RHS .common-ttle {
  font-size: 36px;
  font-weight: var(--font-weight-400);
  line-height: 1.2;
  color:
    var(--primary-dark);
  margin-top: 12px;
}

.login-box {
  width: 480px;
  max-width: 100%;
  margin: 18px auto 0;
}

.user-box {
  position: relative;
  margin-bottom: 10px;
}

.user-box input,
.user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
  background: transparent;
}

.user-box input[type="number"]::-webkit-inner-spin-button,
.user-box input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.user-box input[type="number"] {
  -moz-appearance: textfield;
}

.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 5px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  pointer-events: none;
  transition: 0.4s;
}

.user-box input:focus~label,
.user-box input:valid~label,
.user-box textarea:focus~label,
.user-box textarea:valid~label {
  top: -20px;
  font-size: 12px;
  opacity: 1;
  color: #000;
}

.CountryCode2 {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
  background: transparent;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* â”€â”€ Consent checkbox â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0 14px;
}

.consent-wrap input[type="checkbox"] {
  margin-top: 2px;
  accent-color: var(--primary-dark);
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.consent-wrap label {
  font-size: 10px;
  color: var(--TextColor);
  line-height: 1.4;
}

/* â”€â”€ Submit button (matches .Contact-Us-btn style) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.Contact-Us-btn {
  display: inline-block;
  border: solid 1px var(--accent-gold);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--font-weight-600);
  position: relative;
  background:
    transparent;
  padding: 0;
  cursor: pointer;
  margin-top: 5px;
}

.Contact-Us-btn span {
  padding: 10px 22px;
  display: block;
  position: relative;
  z-index: 1;
  background-color:
    var(--White);
  color: var(--black);
  transition: 0.5s;
}

.Contact-Us-btn span strong {
  font-weight: 600;
  position: relative;
  z-index: 1;

  letter-spacing: 1.2px;
}

.Contact-Us-btnx:hover span strong {
  color: var(--white) !important;
}

.Contact-Us-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--accent-gold) !important;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--white);
}

.Contact-Us-btn::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 1px var(--accent-gold);
  height: 100%;
  width: 100%;
}

.Contact-Us-btn:hover::before {
  border-color: var(--primary-dark);
  color: var(--white);
}

.Contact-Us-btn:hover span {
  color: var(--White);
  padding-right: 36px;
}

.Contact-Us-btn:hover span::before {
  width: 100%;
}

.form-control:focus {
  box-shadow: none !important;
}

/* â”€â”€ Validation error labels â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
label.error {
  color: #b72424 !important;
  font-size: 11px;
}

.error-msg {
  color: red;
  font-size: 12px;
  position: absolute;
  top: 40px;
}

/* ---------------------------------------------------------
Contact_Us End
--------------------------------------------------------- */
/* ---------------------------------------------------------
FOOTER Start
--------------------------------------------------------- */
#footer {
  /*background: url('../img/texture.webp');
  background-repeat: no-repeat;
  background-size: cover;*/
  background: var(--primary-dark);
  /*color: var(--white);*/
  padding: 170px 0 90px;
  position: static;
}

#footer a {
  color: var(--black);
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.maharera img {
  width: 80px;
}

.MahaRERA_number .title {
  margin-bottom: 5px;
}

.MahaRERA_number a {
  font-size: 10px;
  display: block;
}

.MahaRERA_number p {
  font-size: 13px;
  margin: 0;
}
.mahareralink { 
  font-size: 11px;
 }
.site_address h6 {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.site_address p {
  font-size: 12px;
}

/* .footer-logo img {
  max-width: 80%;
} */

.footer-divider {
  border-left: 1px solid var(--accent-gold);
  border-right: 1px solid var(--accent-gold);
  padding: 20px;
}

.Disclaimer {
  font-size: 11px;
  line-height: 1.6;
  border-top: 1px solid var(--accent-gold);
  padding-top: 15px;
}

.copyright {
  border-top: 1px solid var(--accent-gold);
  padding-top: 15px;
  font-size: 14px;
}

/* ---------------------------------------------------------
FOOTER End
--------------------------------------------------------- */
/* ----------------------------------------
Animation Button
-------------------------------------------- */
.btn_animation_light {
  display: inline-block;
  border: solid 1px var(--white);
  color: var(--primary-dark);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--font-weight-600);
  position: relative;
  background:
    transparent;
  padding: 0;
  cursor: pointer;
}

.btn_animation_light:hover {
  border-color: var(--primary-dark);
}

.btn_animation_light span {
  padding: 10px 22px;
  background-color: #fff !important;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--white);
  transition: 0.5s;
}

.btn_animation_light span strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: var(--black) !important;
}

.btn_animation_light span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--primary-dark);
  background-color: var(--gold) !important;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn_animation_light::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 1px var(--white) !important;
  height: 100%;
  width: 100%;
}

.btn_animation_light:hover::before {
  border-color: #9d7209 !important;

}

.btn_animation_light:hover span {
  color: var(--white);
  padding-right: 36px;
}

.btn_animation_light:hover span::before {
  width: 100%;
}

/* ------------------------------------------
image animation
---------------------------------------------- */
.image_animation {
  position: relative;
  overflow: hidden;
}

.image_animation img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 100% 0 0);
  transform: scale(2.1);
  transition: clip-path 2s cubic-bezier(0.77, 0, 0.175, 1), transform 2.2s ease;
}

.image_animation.active img {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}

.image_animation::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  transition: opacity 0.5s;
}

/*------------------- circle animation location ------------------ */
.circle_animation {
  position: relative;
  overflow: hidden;
}

.circle_animation img {
  width: 100%;
  display: block;
  clip-path: circle(0% at 50% 50%);
  transform: scale(1.6);
  transition: clip-path 3s cubic-bezier(0.77, 0, 0.175, 1), transform 2.2s ease;
}

.circle_animation.active img {
  clip-path: circle(150% at 50% 50%);
  transform: scale(1) !important;
}

.site_address h6 {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.site_address p {
  font-size: 13px;
}

.Disclaimer {
  font-size: 11px;
  line-height: 1.6;
  border-top: 1px solid var(--accent-gold);
  padding-top: 15px;
}

.copyright {
  border-top: 1px solid var(--accent-gold);
  padding-top: 15px;
  font-size: 14px;
}

/* ---------------------------------------------------------
FOOTER End
--------------------------------------------------------- */
/* ----------------------------------------
Animation Button
-------------------------------------------- */
.btn_animation_light {
  display: inline-block;
  border: solid 1px var(--white);
  color: var(--primary-dark);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--font-weight-600);
  position: relative;
  background:
    transparent;
  padding: 0;
  cursor: pointer;
}

.btn_animation_light:hover {
  border-color: var(--primary-dark);
}

.btn_animation_light span {
  padding: 10px 22px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--white);
  transition: 0.5s;
}

.btn_animation_light span strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: var(--white);
}

.btn_animation_light span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--primary-dark);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn_animation_light::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 1px var(--white);
  height: 100%;
  width: 100%;
}

.btn_animation_light:hover::before {
  border-color: var(--gold) !important;
}

.btn_animation_light:hover span {
  color: #fff !important;
  padding-right: 36px;
}

.btn_animation_light:hover span::before {
  width: 100%;
}

/* .btn_animation_light:hover {
  border: 2px solid var(--primary-dark); 
} */




/* ================= popup form buuton ============= */

.btn_animation_dark {
  display: inline-block;
  border: solid 1px var(--accent-gold);
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: var(--font-weight-600);
  position: relative;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.btn_animation_dark:hover {
  border-color: var(--primary-dark);
}

.btn_animation_dark span {
  padding: 10px 22px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--black);
  transition: 0.5s;
  background-color: var(--white);
}

.btn_animation_dark span strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: var(--black);
  letter-spacing: 1.2px;
}

.btn_animation_dark span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--accent-gold) !important;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff !important;
}

.btn_animation_dark::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 1px var(--accent-gold);
  height: 100%;
  width: 100%;
}

.btn_animation_dark:hover::before {
  border-color: var(--primary-dark) !important;
}

.btn_animation_dark:hover span {
  color: #fff !important;
  padding-right: 36px;
}

.btn_animation_dark:hover span::before {
  width: 100%;
}

.btn_animation_dark:hover span strong {
  color: #fff;
}
.form-check-input:checked {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
}
.form-check-input:checked[type=checkbox] {
    margin-top: 0;
    width: 14px;
    height: 14px;
}
/* ------------------------------------------
image animation
---------------------------------------------- */
.image_animation {
  position: relative;
  overflow: hidden;
}

.image_animation img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 100% 0 0);
  transform: scale(2.1);
  transition: clip-path 2s cubic-bezier(0.77, 0, 0.175, 1), transform 2.2s ease;
}

.image_animation.active img {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}

.image_animation::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  transition: opacity 0.5s;
}

/*------------------- circle animation location ------------------ */
.circle_animation {
  position: relative;
  overflow: hidden;
}

.circle_animation img {
  width: 100%;
  display: block;
  clip-path: circle(0% at 50% 50%);
  transform: scale(1.6);
  transition: clip-path 3s cubic-bezier(0.77, 0, 0.175, 1), transform 2.2s ease;
}

.circle_animation.active img {
  clip-path: circle(150% at 50% 50%);
  transform: scale(1) !important;
    /* transform: scale(1.2) !important; */
}



/*------------------- popup start  ------------------ */

#enqueryFormPopup .modal-content {
  border-radius: 0;
  border: none;
  overflow: hidden;
}

#enqueryFormPopup .btn-close.Close_btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 6px;
}

.popupImg {
  height: 100%;
  min-height: 400px;
}

.popupImg img.popup__image {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

.getintouchRight2 {
  padding: 30px 24px;
  background: #fff;
}

.poplogo {
  text-align: center;
  margin-bottom: 12px;
}

.poplogo img {
  width: 150px;
}

.login-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.user-box {
  position: relative;
  margin-bottom: 20px;
}

label.error {
  color: #b72424 !important;
  font-size: 11px;
  position: static;
  display: block;
  margin-top: -26px;
  padding: 0;
  margin-bottom: -10px;
}

.user-box input.form-control,
.user-box select.form-control {
  width: 100%;
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  background: transparent;
  color: #333;
}

.user-box input.form-control:focus,
.user-box select.form-control:focus {
  box-shadow: none;
  border-color: #8B6914;
}

.user-box input::placeholder {
  color: transparent;
}

.user-box select.form-control {
  color: #888;
}

.brown {
  color: #8B6914;
}

.small-form-check-label,
.small-form-check-label2 {
  font-size: 9px !important;
  color: #555;
  line-height: 1.4;
}

.small-form-check-label input,
.small-form-check-label2 input {
  flex-shrink: 0;
  margin-top: 2px;
}

.small-form-check-label a,
.small-form-check-label2 a {
  color: #8B6914;
  text-decoration: underline;
}

.modal {
  z-index: 9999 !important;
}

.modal-backdrop {
  z-index: 9998 !important;
}




/* ------------------- popup btn  ------------------ */
/* ================================
   FLOATING BUTTON (BOTTOM RIGHT)
================================ */
.popup-enquire-btn {
  position: fixed;
  right: 1px;
  bottom: 40px;
  z-index: 9999;
}

/* ================================
   BUTTON STYLE
================================ */
.popup-enquire-btn a {
  display: inline-block;
  padding: 8px 18px;
  background-color: var(--accent-gold);
  color: #fff;
  border-radius: 10px;
  border:1px solid #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* ================================
   SMOOTH PULSE EFFECT (MAIN)
================================ */
.popup-enquire-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: rgba(201, 169, 110, 0.4);
  z-index: -1;
  animation: pulseSmooth 2.2s infinite;
}

@keyframes pulseSmooth {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ================================
   BASE SHINE LAYER
================================ */
.popup-enquire-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.45),
      transparent);
  transform: skewX(-25deg);
  opacity: 0;
}

/* ================================
   AUTO SHINE (ALL DEVICES)
================================ */
.popup-enquire-btn a::after {
  animation: shineInterval 4s ease-in-out infinite;
}

@keyframes shineInterval {
  0% {
    left: -100%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  40% {
    left: 130%;
    opacity: 1;
  }

  100% {
    left: 130%;
    opacity: 0;
  }
}

/* ================================
   HOVER BOOST (DESKTOP)
================================ */
.popup-enquire-btn a:hover::after {
  animation: shineHover 1.5s ease forwards;
  opacity: 1;
}

@keyframes shineHover {
  0% {
    left: -100%;
  }

  100% {
    left: 130%;
  }
}

/* ================================
   GLOW RING EFFECT (EXTRA SMOOTH)
================================ */
.popup-enquire-btn a {
  box-shadow: 0 0 0 rgba(201, 169, 110, 0.829);
  animation: glowPulse 2.2s infinite;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 169, 110, 0.76);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(201, 169, 110, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(201, 169, 110, 0);
  }
}

/* ================================
   TEXT STYLE
================================ */
.popup-enquire-btn a span {
  position: relative;
  z-index: 2;
}

/* ================================
   MOBILE ADJUSTMENT
================================ */
@media (max-width: 768px) {
  .popup-enquire-btn {
    width: 100%;
    bottom: 0;
    text-align: center;
    right: 0;
    background: #9d7209;
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.25);

  }

  .popup-enquire-btn a {
    padding: 10px 16px;
    font-size: 13px;
    width: 100%;
    border-radius: 0;
    left: -9px;
    top: 3px;
  }

  .popup-enquire-btn a {
    box-shadow: 0 0 0 rgba(201, 169, 110, 0.829);
    animation: none;
  }
  @media (max-width: 768px) {

    .popup-enquire-btn a::after {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 60%;
      height: 100%;
      background: linear-gradient(120deg,
          transparent,
          rgba(255, 255, 255, 0.45),
          transparent);
      transform: skewX(-25deg);
      opacity: 1;
      animation: shineInterval 4s ease-in-out infinite;
    }

    @keyframes shineInterval {
      0% {
        left: -100%;
        opacity: 0;
      }

      10% {
        opacity: 1;
      }

      40% {
        left: 130%;
        opacity: 1;
      }

      100% {
        left: 130%;
        opacity: 0;
      }
    }

  }
}




.systempercenttextmob {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10%;
}

.systempercenttext {
  color: #ffffff;
  background-color: #0000007e;
  font-size: 25px;
  padding: 20px;
  border-radius: 100px;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  backdrop-filter: blur(5px);
  box-shadow: 0 6px 20px rgba(255, 253, 253, 0.25);
}

.systemmobtext {
  font-size: 15px;
  font-weight: 600;
}

.percentsize img {
  width: 40px;
  margin-bottom: 10px;
}

.systempercent {
  background: #fff;
  font-size: 25px;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #000;
}

.sysrightborder {
  border-right: 3px solid;
  text-align: center;
}

.systempercenttext .systembg .percentsize {
  font-weight: bolder;
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .systemnumbercontainer h1 {
    font-size: 35px;
  }

  .systempercenttext {
    color: #fff;
    /* font-size: 20px; */
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .inner-systematicplan {
    padding: 10px 23px 45px;
  }

  .systembg {
    background-color: #00000057;
    color: #ffffff !important;
    margin: 5px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .systempercenttextmob .systemmobtext {
    font-size: 17px;

    position: relative;
    padding: 20px 0px 3px;
  }

  .sysrightborder {
    border-right: unset !important;
  }

  .systempercenttext {
    padding: unset;
    background-color: unset;
  }
}



/* ============add new css ============= */


.image_animation1 {
  position: relative;
  overflow: hidden;
}

.image_animation1 img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 100% 0 0);
  transform: scale(2.1);
  transition: clip-path 2s cubic-bezier(0.77, 0, 0.175, 1), transform 2.2s ease;
}

.image_animation1.active img {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}

.image_animation1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: opacity 0.5s;
}


#CountryCode {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
/* ===== SECTION  project stsatus new css start ===== */

/* ===== LAYOUT ===== */
.ps-layout {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 420px;
  margin: 2rem 0;
  background: #cad297;
}

/* ===== LEFT PANEL ===== */
.ps-info-panel {
  flex: 0 0 40%;
  background: #cad297;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 10%;
  gap: 10px;
  height: 100%;
}

.ps-info-point {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ps-info-point:hover,
.ps-info-point.active {
  background: rgba(0, 0, 0, 0.06);
}

.ps-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #9d7209;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-label {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.ps-info-point.active .ps-label {
  font-weight: 600;
  color: #111;
}

/* ===== RIGHT SWIPER ===== */
.ps-swiper-wrap {
  flex: 0 0 55%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

#ps-slider,
#ps-slider .swiper-wrapper,
#ps-slider .swiper-slide {
  height: 100%;
}

#ps-slider .swiper-slide { display: flex; }

#ps-slider picture {
  width: 100%;
  height: 100%;
  display: block;
}

#ps-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px;
}

/* ===== DESKTOP NAV BUTTONS ===== */
.ps-nav-btns {
  display: contents;
}

.ps-prev-btn,
.ps-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9d7209;
  background: #9d7209;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.ps-prev-btn { left: 10px; }
.ps-next-btn { right: 10px; }

.ps-prev-btn:hover,
.ps-next-btn:hover {
  background: #7a5807;
  border-color: #7a5807;
}

/* ===== MOBILE NAV BUTTONS â€” hide on desktop ===== */
.ps-nav-mobile {
  display: none;
}

/* ===== PAGINATION ===== */
.ps-pagination {
  bottom: 10px !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ps-layout {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .ps-layout {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }

  .ps-swiper-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
  }

  /* Desktop buttons hide */
  .ps-nav-desktop {
    display: none !important;
  }

  /* Mobile buttons show */
  .ps-nav-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 12px;   /* image ke neeche */
  }

  .ps-prev-btn-mob,
  .ps-next-btn-mob {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #9d7209;
    background: #9d7209;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .ps-prev-btn-mob:hover,
  .ps-next-btn-mob:hover {
    background: #7a5807;
    border-color: #7a5807;
  }

  .ps-info-panel {
    width: 100%;
    padding: 1.5rem;
    margin-top: 0;
  }

  .ps-info-point {
    padding: 8px 10px;
  }

  .ps-label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .ps-swiper-wrap {
    height: 200px;
  }

  .ps-prev-btn-mob,
  .ps-next-btn-mob {
    width: 30px;
    height: 30px;
  }

  .ps-num {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .ps-label {
    font-size: 13px;
  }
}

.pillar-element {
    position: absolute;
    top: 0px;
    left: -30px;
    height: 100%;
}
.pillar-element2 {
    position: absolute;
    top: 0px;
    right: -42px;
    height: 100%;
}
.zoom-container .pillar-element {
    top: 0px;
    left: 0px;
}
.zoom-container .pillar-element2 {
    top: 0px;
    right: 0px;
}
