
:root {
  --background: var(--color-gray-50);
  --foreground: #171717;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #000000;
    --foreground: #000000;
  }
}

/* @font-face to load Poppins font from public folder */
@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff');
}

@font-face {
  font-family: Poppinsmedium;
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff');
}

@font-face {
  font-family: PoppinsBold;
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff');

}

body {
  background: #f9fafb;
  color: var(--foreground);
  font-family: 'Poppins';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "" !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.headingall {
    font-size: 3.2em;
}
.navigationDot {
    width: 200px;
	
}
.swiper-button-prev {
    display: block !important;
    z-index: 11 !important;
    top: -15px !important;
}
.swiper-button-next {
    display: block !important;
    z-index: 11 !important;
    top: -15px !important;
}
.slick-dots {
  bottom: 0;
  right: 0;
  width: 300px;
}

.desktopsliderpro {
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  max-height: 400px;
  /* Limit the height */
  overflow: hidden;
  /* Ensure image doesn't overflow the container */
}

.desktopsliderpro img {
  max-height: 100%;
  /* Ensure image respects max height */
  width: 100%;
  /* Maintain aspect ratio */
}

.menu a {
  padding-right: 1em;
}

.Poppinsmedium {
  font-family: Poppinsmedium;
}

.btn-enq {
  padding: 15px 60px;
  font-size: 1em;
  font-family: Poppinsmedium;
  text-transform: uppercase;
}

.btnSub {
  padding: 20px 40px;
  font-family: PoppinsBold;
}

.textBook {
  font-family: PoppinsBold;
  font-size: 1.5em;
  border: 1px solid white;
  padding: 6px 10px;
  border-radius: 6px;
  text-align: center;
}
h2 {
  font-family: PoppinsBold;
  font-size: 3.2em;
}
.innernav {
  border-radius: 10px 0px 0px 0px;
}



.divabout {
  border-radius: 5px;
  border: 1px solid #A8A8A8;
}

.divabout h4 {
  margin: 25px 0px;
  font-size: 1.3em;
  color: gray;
  font-family: Poppinsmedium;
}

.btnbro {
  padding: 15px 28px;
  font-family: Poppinsmedium;
  font-size: 1.3em;
  /* margin-top: 27px; */
  position: relative;
  top: 20px;
}

.divabout p {
  font-size: 1.3em;
}


.imgami {
  padding: 0px 7em;
}

.iconmain {
  margin-bottom: 5em;
}

.cardSlider {
  display: flex;
  padding: 30px;
}

.cardSlider img {
  width: 50%;
  border-radius: 10px;
}

.cardSlider div {
  width: 50%;
}

.textad {
  font-size: 1.3em;
  padding-bottom: 6px;
  color: white;
}

.descad {
  font-size: 1.3em;
}

.desadho {
  position: absolute;
}

.leftNav {
  margin-left: 9px;

}

.rightNav {
  margin-right: 9px;

}

.ullocation li {
  font-size: 16px;
}

.slick-slide img {
  height: 70vh;
}

img.amenity-img {
  height: auto;
}

.footer {
  padding: 6em 0px 40px 0px;
}

.logofoot {
  width: 200px;
  margin-bottom: 40px;
}

.footer p,
a,
span {
  font-size: 1em;
  line-height: normal;
  padding: 5px 0px;
}


.footer h3 {
  font-size: 1.3em;
  line-height: normal;
}

.cardMain {
  margin-bottom: 50px;
}

.textcardh {
  font-family: Poppinsbold;
}

.foot2 {
  padding-left: 3em;
}

.paddingsli {
  margin: 15px;
}

.textsuper span {
  font-family: PoppinsBold;
  color: #FFDFAA;
}

.textsuper {
  font-family: Poppinsmedium;
  font-size: 2em;
  color: white;
  margin-bottom: 1em;
}

.spanp {
  color: rgb(177, 142, 78)
}

.divAbout {
  border: 1px solid #A8A8A8;
  border-radius: 10px;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
}

.amenity-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: all 0.3s ease;
}

/* Gold overlay */
.icon-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #B18E4E;
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: color;
}

/* Hover effect */
.amenity-item:hover .icon-wrapper::after {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 8px;
  color: #aeaeae00  !important;
  opacity: 1;
}
.slick-dots li button:before {
   
    font-size: 9px !important;
    line-height: 17px !important;
    left: -2px !important;

    
}
.dotsam {
  width: 300px;
  position: absolute;
  right: 0;
  background: transparent;
  bottom: -2em;
  z-index: 9;
}
.dotsam ul{
display:flex;
align-items:center;
gap:10px;
}

.dotsam button{
background:none;
border:none;
cursor:pointer;
}
.slick-dots li.slick-active button:before {
  color: #B18E4E !important;
}

img.amenity-img {
  width: 5em;
  height: 5em;
}

.amenity-item p {
  height: 5em;
}

.amenity-item {
  height: 14em;
}



.patternmain {
  background-color: #B18E4E;
}
.bgpattern {
  /* background-image: url('/assets/pattern.png'); */
  background-size: cover;
}
.leading-relaxed {
  /* width: 30%; */
  padding-left: 13em;
}

.brandpic {
  padding: 8em;
}

.bgcard {
  background-image: url('/assets/bgcards.png');
  background-size: contain;
}

.brandpic img {
  height: auto;
  width: 70%;
}

.bgcard h3 {
  font-family: PoppinsBold;
  font-size: 2em;
  line-height: 1;
  padding-bottom: 10px;
}

.bgcard p {
  font-size: 1.5em;
}

.bgcard span {
  font-family: PoppinsBold;
}

.sizecard p {
  font-size: .8em;
  color: #3C3C3C;
}

.bgpatternfloor {
  /* background-image: url('/assets/floorplan/designbg.png'); */
  background-size: cover;
  padding: 3em 6em 3em 6em;
  border: 1px solid #b18e4e;
}

.textsub {
  font-size: 1.3em;
}

.compsec {
  width: 50%;
}

.textkey {
  padding-top: 0px;
  position: relative;
  top: 10px;
}

html {
  scroll-behavior: smooth;
}

.social img {
  max-width: fit-content;
}

.formHead h2 {
  font-size: 2em;
}

.formHead p {
  font-size: 14px;
}

.flagwidth {
  border: 1px solid #e3e3e3;
  padding: 10px;
  border-radius: 7px;
  margin-right: 5px;
}

.closeModal {
  float: right;
  cursor: pointer;
  background: #b18e4e;
  border-radius: 50%;
  right: 0;
  width: 35px;
  height: 35px;
}

.checkhero span {
  color: white;
  position: absolute;
  top: -5px;
}

.imgfuturebanner {
  width: 100%;
  height: auto !important;
}

.ullocation {
  margin-left: -20px;
}
h2 {
  text-transform: capitalize;
}

.checkhero {
  position: relative;
}
.textUlfloor {
    list-style: disc;
    margin-left: 15px;
}
.bgbannerop{
  background-color: #00000069;
}
.mobile-menu{
position:absolute;
top:0;
left:0;
width:100%;
background:#fff;
padding:30px;
display:flex;
flex-direction:column;
gap:20px;
z-index:999;
}

.mobile-menu.hidden{
display:none;
}

.close-menu{
position:absolute;
top:15px;
right:20px;
font-size:20px;
}
.mobile-menu.show{
transform:translateY(0);
}
.btn-enq{
background:#B18E4E;

}

.btn-enq:hover{
background:#9A7840;
}
.btnenquiry{
	background:#B18E4E
}
.swiper-button-prev,
.swiper-button-next{
color:transparent;
}

.swiper-button-prev{
background:url("<?= base_url('assets/leftnav.png') ?>") no-repeat center;
background-size:25px;
}

.swiper-button-next{
background:url("<?= base_url('assets/rightnav.png') ?>") no-repeat center;
background-size:25px;
}


.amenityIcon{
filter:grayscale(100%) brightness(0.8);
transition:all .3s ease;
}

.iconmain:hover .amenityIcon{
filter:grayscale(0%) sepia(100%) saturate(200%) hue-rotate(10deg);
}

.amenityLabel{
color:#AEAEAE;
transition:color .3s ease;
}

.iconmain:hover .amenityLabel{
color:#000;
}
.slick-dots li button {
   
    width: 15px !important;
    height: 15px !important;
    border: 1px solid black !important;
    border-radius: 50px !important;
}
.mainnav1 {
    right: 0;
}
.mainanvinner {
    height: 50px;
    border-top-left-radius: 20px;
	 padding-top: 18px;
	 margin-bottom: -8px;
}


span.swiper-pagination-bullet:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.swiper-pagination-bullet-active:before{
	color:#b18e4e;
	opacity: 1;
}
.swiper-slide img {
	background:rgba(0, 0, 0, 0.41) !important;

}
span.swiper-pagination-bullet:before {
    font-size: 9px !important;
    line-height: 17px !important;
	left: -4px !important;
    top: -1px;
}
span.swiper-pagination-bullet {
	position:relative;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid black !important;
    border-radius: 50px !important;
	background:white
}
.menudesk a {
    padding-right: 30px;
}
@media (min-width:1200px) {
	.slick-prev:before, .slick-next:before {
  
    color: #62494900 !important;
   
}
}
/* For screens less than 640px (Mobile - Tailwind's 'sm' breakpoint) */
@media (max-width: 639px) {
	
	.slick-prev:before, .slick-next:before {
   
    color: #b18e4e !important;
  
}
	.headingall {
    font-size: 1.2em;
}
  .imgkeyicon {
    width: 32px;
    padding-left: 5px;
  }

  .headerPhone {
    position: fixed;
  }

  .compsec img {
    width: 35%;
  }

  .btn-enq {
    padding: 18px 13px;
    font-family: Poppinsmedium;
    font-size: 9px;
    position: relative;
    right: 100%;
  }

  .logowebsite img {
    width: 40%;
  }

  .slideraboutphone {
    padding: 0px 1em;
  }

  .sliderallphone {
    padding: 0px 1em;
  }

  .slideraboutphone .slick-prev:before,
  .slick-next:before {
    color: #b88e4e !important;
  }

  .sliderallphone .slick-prev {
    left: -7px;
    z-index: 1;
  }

  .sliderallphone .slick-next {
    right: -7px;
    z-index: 1;
  }

  .sliderallphone .slick-prev:before {
    color: #b88e4e;
  }


  .sliderallam .slick-prev {
    left: -7px;
  }

  .sliderallam .slick-next {
    right: -7px;
  }

  .sliderallam .slick-prev:before {
    color: #b88e4e;
    top: 40% !important;

  }

  .sliderallam .slick-next:before {
    color: #b88e4e;
    top: 40% !important;
  }

  .sliderallam .amenity-item {
    height: 11em !important;
  }

  .projectfu {
    margin-top: -5px;
  }

  .textAmyy {
    font-size: 10px !important;
  }

  .modalsec {
    width: 96% !important;
  }

  .sliderBrand img {
    height: 100% !important;
  }

  .textad {

    font-size: 15px;
  }

  .descad {

    font-size: 14px;
  }

  .brandpic {
    padding: 10px;
  }

  .leading-relaxed {
    padding-left: 0;
    text-align: left;
  }

  .textsuper {
    font-family: PoppinsBold;
    font-size: 1.6em !important;

  }

  .foot2 {
    padding-left: 0em !important;
  }

  .dotsam {
    background: none;
    width: 100%;
    position: absolute;
    left: 4.8em !important;
    top: -4em;
  }

  .footer span {
    width: 100%;
  }

  .imgfoot {
    width: 7%;
  }

  .imgAm {
    width: 200px !important;
    height: 200px !important;
  }

  h2 {
    font-family: PoppinsBold;
    font-size: 1.2em !important;
  }

  .imgami {
    padding: 0;
    align-items: center;
  }

  .iconmain {
    margin-bottom: 1em;
    align-items: unset;
  }

  .iconmain p {
    /* text-align: center; */
    margin-left: 35px;
  }

  .cardSlider {
    padding: 30px;
    display: block;
  }

  .cardSlider img {
    border-radius: 10px;
    width: 100%;
  }

  .cardSlider div {
    width: 100%;
  }

  body,
  html,
  .container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* Prevent horizontal scroll */
  }


  p {
    font-size: 12px !important;
  }

  .slick-slide img {
    height: 36vh;
  }

  img.amenity-img {
    width: 3em;
    height: 3em;
  }

  .compsec {
    width: 50%;
    right: -15% !important;
    margin-top: -5px;
  }

  .amenity-item {
    padding: 0;
    margin-bottom: -4em;
  }

  .textkey {
    top: 0px;
    font-size: 14px !important;
  }

  .bgcard h3 {
    font-size: 1.2em;

  }

  .bgcard p {
    font-size: 14px;
  }

  .floorplansec {
    padding-top: 0 !important;
  }

  .bgpattern {
    background-image: none;
    background-size: cover;
    padding: 2em 0px !important;
  }

  .bgpatternfloor {
    padding: 2em 15px;
  }

  .divAbout {
    padding: 2em 15px !important;
  }

  .heroform {
    background: #B18E4E;
    margin: 0;
    padding: 2em 15px;
  }

  .btnbro {
    font-size: 13px;
    padding: 10px 20px;
    font-family: Poppinsmedium;
    top: 5px;
  }

  .textsub {
    font-size: 16px;
  }

  .sliderPhonebrand ul.slick-dots {
    bottom: -2.5em;
  }

  .sliderPhonebrand li {
    margin: 4px !important;
  }

  .innernav {
    display: none;
  }

  .textBook {

    font-size: 1.1em;
  }

  .textUlfloor {
    font-size: 12px;
    
  }

  .btn-price {
    font-size: 12px !important;
  }

  input,
  input::placeholder {
    font-size: 12px;
  }
  .mainPrice {
    width: 100%;
  }
  .footer {
    padding: 3em 0 40px;
  }
  .ullocation li {
    font-size: 13px;
  }
}