@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --H-family: 'Fanwood Text', sans-serif;
  --B-family: 'Work Sans', sans-serif;
  --main: #C9A485;
  --secondry: #031c44;
  --highlight: #ff555e;
  --white: #ffffff;
  --light_bg: #e7e7de;
  --gradient: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  --black: #1a2832;

}


html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Work Sans', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #fff;
  font-weight: 400;
  font-size: 100%;
  /*! color: #e3dac6; */
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  /*! color: #EDE6DA; */
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: "Fanwood Text", cursive;
}

/* header */
header {
  position: absolute;
  width: 96%;
  top: 22px;
  left: 2%;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 60px;
  backdrop-filter: blur(4px);
  padding: 0 7px 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  z-index: 999;
}

.navbar.navbar-expand-lg .nav-link {
  font-size: 12px;
  font-weight: 400;
  padding: 30px 21px ;
  color: #fff;
  letter-spacing: 1px;
}

.navbar-brand {
  width: 136px;
  display: block;
  padding: 0 25px 0 0;
  border-right: 1px solid #ddd;
}

.navbar.navbar-expand-lg .nav-link:focus,
.navbar.navbar-expand-lg .nav-link:hover {
  color: var(--main);
}

.navbar.navbar-expand-lg.navbar-light.align-items-center {
  padding: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--main);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0 0 15px 15px;
  margin: 0;
  border: none;
  padding: 30px;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu img {
  border-radius: 15px;
  height: 400px;
  width: 100%;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 20px;
  clear: both;
  font-weight: 500;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  letter-spacing: -1px;
  font-size: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main);
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
}

.fixed .nav-link {
  padding: 20px 21px !important;
}

.navbar-nav .nav-link.contact_btnn {
  padding: 10px 20px !important;
  background: var(--main);
  border-radius: 50px;
}

.navbar-nav.ms-auto {
  align-items: center;
}

.fixed {
  background: rgba(0, 0, 0, 0.52);
}

.nav-link.contact_btnn:hover {
  color: #000;
}

/* header */



/* banner */
.hero_banner {
  /*! position: fixed; */
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  position: sticky;
}

.hero_banner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 25%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
  z-index: 9;
}

.hero_banner img {
  height: 90vh;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.banner_img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.height90vh {
  height: 90vh;
}



/* copy from here */
.scrolldown {
  --color: white;
  --sizeX: 26px;
  --sizeY: 38px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  /* border: calc(var(--sizeX) / 10) solid var(--color); */
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  border: 1px solid #fff;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.scrolldown {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

/* banner */


/* metedata */
.propertymetadata {
  padding: 51px 0;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: rgb(255, 255, 255);
  padding: 40px 0 40px 0;
  position: relative;
  margin-top: -27px;
  min-height: 247px;
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
}

.propertymetadata h2 {
  font-style: italic;
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.propertymetadata h2 span {
  font-style: normal;
  font-family: work sans;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 20px 0 0;
}


.metadataitem {
  padding: 20px;
  padding-left: 70px;
  /*! background: transparent linear-gradient(90deg,#C7A38652 0%,#C7A3862E 41%,#C7A38600 100%) 0% 0% no-repeat padding-box; */
  border-radius: 88px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.metadataitem h3 {
  align-items: center;
  display: flex;
  font-family: work sans;
  margin: 0;
  line-height: normal;
}

.metadataitem h3 span {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0 10px;

}

.metadataitem p {
  line-height: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}

.metadataitem img {
  position: absolute;
  left: 26px;
  height: 33px;
  top: 28px;
}

.logomtdta {
  margin: 0 0 22px 0;
}

.main {
  background: #fff;
}

.about_main p {
  font-size: 20px;
  font-weight: 400;
  /* color: #EDE6DA; */
  line-height: 33px;
  letter-spacing: -0.5px;
}

.about_main {
  padding: 40px 0;
  background: url(../images/h4-vector.png);
}

/* metedata */

.full_imagesection {
  height: 90vh;
  overflow: hidden;
  position: relative;
  padding: 60px 0; 
  margin: 30px 0 0 0;
}

.full_imagesection .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.content-section {
  min-height: 500vh;
  position: relative;
  background: #fff;
  padding: 0;
  width: 100%;
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-transform-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.main-image-box {
  width: 100vw;
  height: 100vh;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  box-shadow: none !important;
}

.main-transform-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
  border-radius: 10px;
}

.secondary-images {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.secondary-image {
  position: absolute;
  width: 390px;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.8);
}

.secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.1);
  transform: initial !important;
}

.secondary-image:nth-child(1) {
  top: 4%;
  left: 9%;
  /*! transform: initial !important; */
}

.secondary-image:nth-child(2) {
  top: 4%;
  right: 7%;
}

.secondary-image:nth-child(3) {
  bottom: 2%;
  left: 8%;
}

.secondary-image:nth-child(4) {
  bottom: 2%;
  right: 9%;
}

.gallery-section {
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
  padding: 8rem 0;
}

.luxrytxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}



.luxrytxt h6 {
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 10px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}

.luxrytxt h3 {
  font-size: 152px;
  line-height: 83px;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 32px;
  color: #fff;
}

.full_imagesection h2 {
  font-style: italic;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.full_imagesection h2 span {
  font-style: normal;
  font-family: work sans;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 20px 0 0;
}

.enemties {
  padding: 90px 0; 
}

.contact-buttons {
  position: fixed;
  bottom: 30px;
  left: 30px; 
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 1000;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateX(0);
  opacity: 0;
  animation: slideIn 0.6s ease forwards;
}
.contact-btn i{font-size:16px}
.contact-btn:nth-child(1) {
  animation-delay: 0.1s;
}

.contact-btn:nth-child(2) {
  animation-delay: 0.2s;
}

.contact-btn:nth-child(3) {
  animation-delay: 0.3s;
}
.contact-btn:nth-child(3) i{color:#61fd61}
.contact-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);

}

.contact-btn:active {
  transform: scale(0.95);
}

.btn-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.contact-btn:hover .btn-icon {
  transform: scale(1.1);
}

.call-back {
  background: rgba(0, 0, 0, 0.8);
}

.call-back:hover {
  background: var(--main);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  opacity: 1;
  color: #000;
}

.call-us {
  background: rgba(0, 0, 0, 0.8);
}

.call-us:hover {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  background: var(--main);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  opacity: 1;
  color: #000;
}

.whatsapp {
  background: rgba(0, 0, 0, 0.8);
}

.whatsapp:hover {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  background: var(--main);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  opacity: 1;
  color: #000;
}

@keyframes slideIn {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}



/* Responsive design */
@media (max-width: 768px) {
  .contact-buttons {
    bottom: 20px;
    right: 20px;
    gap: 8px;
  }

  .contact-btn {
    padding: 8px 14px;
    font-size: 10px;
  }

  .btn-icon {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .contact-buttons {
    bottom: 15px;
    right: 15px;
    gap: 6px;
  }

  .contact-btn {
    padding: 6px 12px;
    font-size: 9px;
  }

  .btn-icon {
    width: 12px;
    height: 12px;
  }
}

/* Floating animation */
.contact-buttons::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: translateX(-30px) rotate(180deg);
    opacity: 0.3;
  }
}




.calltoactionfooter {
  background: #fff;
  position: relative;
  padding: 50px;
  z-index: 1;
}
 
.calltoactionfooter::before  {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
	z-index: 9;
  left: 0;
  top: 0;
}


footer {
  position: relative;
  padding: 40px 0 0 0;
  background: #f9f9f9; 
  margin: 0; 
  border-radius: 26px;
  z-index: 9;
}

.copyright {
  border-top: 1px solid #d2d2d2;
  padding: 30px 0;
  margin-top: 24px;
}

.copyright p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.copyright p a {
  margin: 0;
  color: #4F4F4F;
}

.footersocial {
  justify-content: center;
  align-items: center;
}

.footersocial h6 {
  margin-right: 26px;
  margin-bottom: 0;
  color: #fff;
}

.footersocial a {
  font-size: 0px;
  margin-right: 30px;
  color: #4F4F4F;
}
.footersocial .bi::before, .footersocial [class*=" bi-"]::before, .footersocial [class^="bi-"]::before{font-size:20px}
.nav-folderized .nav {
  display: block;
}

footer ul li {
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  display: inline-block; margin-left:5px;
  align-items: center;color: #535353;
  font-size: 12px;
}

footer ul li:last-child {
  margin: 0;
}


footer ul li a {
  color: #535353;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;padding:5px 8px;
  width: 100%;
  text-transform: uppercase;
  /*! letter-spacing: 0.3px; */
}



footer ul li a:hover {
  color: var(--main);
  
}

footer ul {
  padding: 0;text-align:center;width:100%;
}

footer h2 {
  font-size: 16px;
  font-weight: 500; 
  margin-bottom: 18px;
  color: #2b2b2b;
  font-family: work sans;
  letter-spacing: 1px;
  cursor: pointer;
}

footer .contct_detail .pnone {
  font-size: 14px;
  margin-bottom: 15px;
}

footer .contct_detail .pnone a {
  font-size: 16px;
}
.copyright a {
  color: #535353; 
}
.copyright a:hover {
  color: var(--main);  
}
.text_footer {
  /*! border-top: 1px solid #373737; */
  padding-top: 0;
  padding-bottom: 30px;
}

.text_footer p {
  /*! margin: 0; */
  font-size: 12px;
  color: #d9d9d9;
  font-weight: 300;
  line-height: 20px;
}

.detailsC {
  margin-bottom: 30px;
  padding-bottom: 28px;
  position: relative;
}

.srchpra {
  margin: 9px 0 0 0;
  text-align: center;
  opacity: 0.8;
  color: #000 !important;
  font-size: 16px !important;
}

.seprator {
  margin: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}

.tab-content {
  margin-top: 40px;
}

.totoreDetauls h3 {
  font-size: 40px;
  font-style: italic;
}

.totoreDetauls h6 {
  font-size: 20px;
  font-family: work sans;
  color: var(--main);
  text-transform: uppercase;
  letter-spacing: 6px;
}

.totoreDetauls ul {
  padding: 0;
  margin: 20px 0 0 0;
}

.totoreDetauls ul li {
  display: inline-block;
}

.totoreDetauls ul li a {
  display: inline-block;
  margin: 0 3px 11px 0;
  padding: 7px 14px;
  border: 2px solid #00080a;
  font-size: 12px;
  font-weight: 600;
  border-radius: 23px;
  color: #000;
}
.totoreDetauls ul li a:hover {
  border: 2px solid var(--main);
  font-size: 12px;background:var(--main);
  color: #fff;
}
.totoreDetauls {
  padding: 0 0 0 0px;
}

.enemties .image img {
  border-radius: 16px;
}

.totoreDetauls p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
} 

.location_main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.location_main h2{
position: absolute;
  z-index: 99;
  color: #000;
  margin: 0 auto;
  top: 50px;
  width: 100%;
  font-size: 52px;
  line-height: 62px;
  color: #000;left:0px;
margin-bottom: 34px;}
.location_main h2 span {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1.6px;
}
.location_main img {
  height: 100%;
  width: 100%;
}

.location-list {
  list-style: none;
  padding: 0;
  max-width: 400px;
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
}

.location-item {
  background: white;
  margin: 10px 0;
  padding: 10px 30px;  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 45px 0 0 45px;
  /*! box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
  display: flex;
  /*! align-items: center; */
  padding-left: 24px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}

.location-icon {
  font-size: 20px;
  margin-right: 15px;
  color: #fff;
}
.location-details  {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff; margin-left:10px;
}
.location-details h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.location-details p {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 14px;
  line-height: normal;
}


.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(238, 238, 238);
  position: relative;
  border-radius: 0 !important;
}

.accordion-item::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  border-bottom: 1px solid #ffffff7d;
  bottom: 0;
  /*! left: -40vh; */
}


button.accordion-button {
  background: transparent;
}

button.accordion-button {
  background: transparent !important;
  /*! color: #fff; */
  padding: 24px 10px;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--B-family);
  letter-spacing: -1px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  /*! color: #fff; */
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  /*! background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); */
}

.accordion-button::after {
  /*! background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); */

}

.faqs_main {
  padding: 60px 0;position: relative;
}

.faqs_main h2 {
  font-size: 50px;
}

button.accordion-button span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--main);
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  margin: 0 14px 0 0;
}

.accordion-button:not(.collapsed) {
  color: var(--main);
}

.accordion-button:not(.collapsed) span {
  color: var(--white);
}

.calltoactionfooter .bgimggfooter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info {
  font-size: 20px; width:100%; text-align:center;
  /*! line-height: 1.8; */
}

.phone {
  color: #333;
  margin-bottom: 0px;
  /*! border-bottom: 1px solid #333; */
  padding-bottom: 5px;
  text-decoration: underline;
  text-decoration-color: var(--main); 
}

.email {
  color: #333;
  /*! border-bottom: 1px solid #333; */
  padding-bottom: 15px;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-color: var(--main);
}

.caltoaction{
  padding: 95px 0;
  position: relative;
  z-index: 9;
  padding-bottom: 130px; 
  text-align: center;
  color: #fff;
}

.caltoaction h3 {
	font-size: 42px;
	font-family: var(--B-family);
	font-weight: 600;
}

 .form-wrapper {
            margin: 0 auto;
            border-radius: 12px;
            padding: 50px;
        } 

        .form-group {
            margin-bottom: 25px;
            position: relative;
        }

        .form-control, .form-select {
           border: 1px solid #888E91;
  border-radius: 7px;
  text-transform: capitalize;
  background: none;
  font-weight: 500;
  color: #000000;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 16px;height: 56px;

            transition: all 0.3s ease;
            width: 100%;
        }

        .form-control:focus, .form-select:focus {
            border-color: #007bff;
            background-color: #ffffff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
            outline: none;
        }

        .form-label {
            position: absolute;
            left: 18px;
            top: 20px;
            color: #999;
            font-size: 16px;
            pointer-events: none;
            transition: all 0.3s ease;
            background: transparent;
        }

        .form-control:focus + .form-label,
        .form-control:not(:placeholder-shown) + .form-label,
        .form-select:focus + .form-label,
        .form-select:not([value=""]) + .form-label {
            top: 8px;
            font-size: 12px;
            color: #666;
        }

        .required {
            color: #dc3545;
        }

        .phone-wrapper {
            display: flex;
            align-items: stretch;
        }

        .country-selector {
            display: flex;
            align-items: center;
            padding: 0 15px;
            background-color: #fafafa;
            border: 2px solid #e8e8e8;
            border-right: none;
            border-radius: 8px 0 0 8px;
            min-width: 120px;
            font-size: 16px;
            color: #333;
        }

        .flag-uae {
            width: 20px;
            height: 14px;
            margin-right: 8px;
            background: linear-gradient(to bottom, 
                #00732f 0%, #00732f 25%, 
                #ffffff 25%, #ffffff 50%, 
                #ffffff 50%, #ffffff 75%, 
                #ce1126 75%, #ce1126 100%);
            border: 1px solid #ccc;
            border-radius: 2px;
        }

        .phone-input {
            border-radius: 0 8px 8px 0 !important;
            border-left: none !important;
            flex: 1;
        }

        .contact-section {
            margin: 35px 0;
        }

        .contact-title {
            font-size: 16px;
            font-weight: 500;
            color: #333;
            margin-bottom: 20px;
        }

        .radio-group {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

        .form-check {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .form-check-input {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            margin-top: 0;
        }

        .form-check-input[type="radio"] {
            border-radius: 50%;
        }

        .form-check-input:checked {
            background-color: #007bff;
            border-color: #007bff;
        }

        .form-check-label {
            font-size: 16px;
            color: #333;
            cursor: pointer;
            user-select: none;
        }

        .privacy-link {
            color: #007bff;
            text-decoration: underline;
        }

        .privacy-link:hover {
            color: #0056b3;
        }

        .submit-button {
            background-color: #333;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 16px 45px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .submit-button:hover {
            background-color: #000;
            transform: translateY(-1px);
        }

        .dropdown-arrow {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            color: #999;
        }

        .select-wrapper {
            position: relative;
        }

        .form-select {
            appearance: none;
            background-image: none;
        }

        @media (max-width: 768px) {
            .form-wrapper {
                padding: 30px 0px;
            }
            
            .radio-group {
                flex-direction: column;
                gap: 15px;
            }
			.location_main h2{

  top:30px;
  font-size: 32px;
  line-height: 32px;
margin-bottom: 34px;}
.location_main h2 span {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
}
        }

.contact_main {
	padding-top: 50px;
	background: #f9f9f9;position: relative;
}

.titlecontact h2 {
	font-size: 55px;
	text-transform: capitalize;
}


.full_imagesection .col-12.text-center { 
	position: absolute;
	top: 24%;
	left: 50%; 
	transform: translate(-50% , -50%);
	z-index: 9;
  color: #fff;
}





        .image-box {
            background-color: #2a2a2a;
            border-radius: 20px;
            overflow: hidden;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
        }

        .image-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }

        .image-content {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
        }

        .large-image {
            height: 400px;
        }

        .medium-image {
            height: 250px;
        }

        .small-image {
            height: 200px;
        }

        /* Image backgrounds */
        .luxury-exterior {
            background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.3)), 
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><defs><linearGradient id="sky" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%234a9eff;stop-opacity:1" /><stop offset="100%" style="stop-color:%2387ceeb;stop-opacity:1" /></linearGradient></defs><rect fill="url(%23sky)" width="600" height="400"/><rect fill="%23ffffff" x="100" y="150" width="400" height="200" rx="10"/><rect fill="%23d4a574" x="120" y="180" width="150" height="120"/><rect fill="%23333333" x="300" y="180" width="180" height="120"/><polygon fill="%2395c93d" points="50,100 80,70 110,100 90,100 90,130 70,130 70,100"/><polygon fill="%2395c93d" points="500,80 530,50 560,80 540,80 540,110 520,110 520,80"/></svg>');
        }

        .modern-interior {
            background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)), 
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f5f5f5" width="600" height="400"/><rect fill="%23e8e8e8" x="0" y="320" width="600" height="80"/><rect fill="%23d4a574" x="50" y="100" width="200" height="150" rx="8"/><rect fill="%23ffffff" x="70" y="120" width="160" height="110"/><circle fill="%238b4513" cx="350" cy="200" r="30"/><rect fill="%23654321" x="450" y="180" width="120" height="80" rx="40"/><rect fill="%2395c93d" x="500" y="50" width="20" height="100"/></svg>');
        }

        .cozy-living {
            background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)), 
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f9f9f9" width="600" height="400"/><rect fill="%23e67e22" x="50" y="100" width="250" height="150" rx="15"/><rect fill="%23f4d03f" x="80" y="130" width="60" height="60" rx="30"/><rect fill="%23f4d03f" x="200" y="130" width="60" height="60" rx="30"/><circle fill="%2395c93d" cx="450" cy="150" r="25"/><rect fill="%23654321" x="400" y="200" width="150" height="100" rx="8"/><rect fill="%23333333" x="420" y="220" width="30" height="60"/></svg>');
        }

        .bedroom-space {
            background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)), 
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f0f0f0" width="600" height="400"/><rect fill="%23ffffff" x="100" y="150" width="300" height="120" rx="8"/><rect fill="%23e8e8e8" x="120" y="170" width="260" height="80"/><rect fill="%23d4a574" x="450" y="100" width="100" height="200" rx="8"/><circle fill="%2395c93d" cx="500" cy="80" r="15"/><rect fill="%23654321" x="50" y="300" width="500" height="50"/></svg>');
        }

        .nav-arrow {
            position: absolute;
            right: 20px;
            bottom: 20px;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            transform: scale(0.8);
        }

        .image-box:hover .nav-arrow {
            opacity: 1;
            transform: scale(1);
        }

        .nav-arrow:hover {
            background: white;
            transform: scale(1.1);
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.8);
        }

        .image-box:hover .play-button {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        .play-button:hover {
            background: white;
            transform: translate(-50%, -50%) scale(1.1);
        }

        @media (max-width: 768px) {
            .large-image {
                height: 300px;
            }
            
            .medium-image {
                height: 200px;
            }
            
            .small-image {
                height: 180px;
            }
        }

 
.bigimgg {
	height: 500px;
	overflow: hidden;
  position: relative;
	border-radius: 10px;
}


 
.bigimgg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

















.masonry-container {
	width: 80vw;
	position: relative;
	margin: 0 auto;
}

.panel {
	position: relative;
	display: inline-block;
	width: calc((80vw - 60px)/3);
	height: calc((80vw - 60px)/3);
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;border-radius:8px;
	
	transition: all 0.2s ease-out;
}

.panel:hover {
	
	transition: all 0.2s ease-out;
}

.panel:nth-child(11n+1) {
	margin-left: 0;
}

.panel:nth-child(11n+4) {
	margin-left: 0;
	width: calc(((80vw - 20px)/3)*2);
	height: calc((80vw - 60px)/3);
}

.panel:nth-child(11n+6) {
	margin-left: 0;
	float: left;
	width: calc((80vw - 60px)/3);
	height: calc(((80vw - 20px)/3)*2 - 8px);
}

.panel:nth-child(11n+6) > .panel-wrapper > .panel-img {
	transform: translateX(-25%);
}

.panel:nth-child(11n+7) {
	margin-left: 27px;
	width: calc(((80vw - 20px)/3)*2);
}

.panel:nth-child(11n+8) {
	margin-left: 27px;
}

.panel:nth-child(11n+9) {
	float: none;
}

.panel:nth-child(11n+10) {
	margin-left: 0;
	width: calc((80vw - 30px)/2);
}

.panel:nth-child(11n+11) {
	width: calc((80vw - 30px)/2);
}


.panel-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;border-radius:8px;
	overflow: hidden !important;
}

.panel-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;border-radius:8px;
	transition: all 0.3s ease-out;
}

.panel-overlay:hover {
	opacity: 1;
	transition: all 0.3s ease-out;
}

.panel-text {
	position: absolute;
	width: 80%;
	height: 60px;
	margin: 0 auto;
	left: 25px;
	bottom: 0;
	z-index: 10;
}

.panel-title {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0;
	color: #fff;
}

.panel-tags {
	padding-top: 2px;
}

.tag-icon-img {
	display: inline-block;
	width: 10px;
	height: auto;
	transform: translateY(2px);
}

.tags-list {
	font-size: 0.55em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
}

.panel-gradient {
	position: absolute;
	width: 100%;
	height: 65%;
	bottom: 0;
	opacity: 0.65;
	z-index: 5; border-radius:8px;
}

.panel-vingette {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.5;border-radius:8px;
}

.panel-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	min-width: 100%;border-radius:8px;
	height: 100%;transition: transform 400ms ease-out;
}
.panel:hover .panel-img{
  transform: scale(1.15);
}


.serv-box .serv-item {
  padding:40px;font-family: work sans;
  border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 10px;
}.icon-img-60 {
  width: 70px;opacity:0.8;
}.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.serv-item h4 {
  font-size: 40px; margin:0px;font-family: work sans;
}
.serv-item .dv {
  align-items: center;
  display: flex;
  font-family: work sans;
  margin: 0;
  line-height: normal;
}

.serv-item h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 8px;
  line-height: 18px;

}
.serv-item p {
  margin: 0;font-family: work sans;
}
.mb-40 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

/* Large tablets (≥ 992px and < 1200px) */
@media (max-width: 1199px) {
	.panel {
		width: calc((80vw - 40px)/2);
		height: calc((80vw - 40px)/2);
		margin-left: 20px;
	}
	
	.panel:nth-child(11n+4),
	.panel:nth-child(11n+7),
	.panel:nth-child(11n+8),
	.panel:nth-child(11n+10),
	.panel:nth-child(11n+11) {
		width: calc((80vw - 40px)/2);
	}
	
}

/* Tablets (≥ 768px and < 992px) */
@media (max-width: 991px) {
  
.serv-box .serv-item {
  padding:24px;
  border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 10px;margin-bottom:20px;
}.icon-img-60 {
  width: 55px;opacity:0.8;
}
.mb-40 {
  margin-bottom: 18px !important;
}

.pb-30 {
  padding-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 15px !important;
}
	.panel {
  position: relative;
  display: inline-block;
  width: calc((80vw - -20px)/3);
    height: calc((80vw - -20px)/3);
  margin-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease-out;
}
	.panel:nth-child(11n+4) {
  margin-left: 0;height: calc((80vw - -20px)/3);
		width: calc(((80vw - -20px)/3)*2);}
	.panel-text{display:none}
}

/* Phones (≥ 576px and < 768px) */
@media (max-width: 767px) {
	.masonry-container {
		width: 90vw;
	}
	
}

/* Extra small devices (< 576px) */
@media (max-width: 575px) {
	
}
.f-thumbs__viewport{display:none!important;}



h6 img{width:60px;}
.hero-section {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
      overflow: hidden;
      background-color: #000;
    }

    .hero-section video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; 
      width: 100%;
      background: rgba(0, 0, 0, 0.5); /* dark overlay */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
      padding: 20px;
      background: linear-gradient(to bottom, rgba(30,87,153,0.65) 0%,rgba(97,157,209,0) 71%,rgba(125,185,232,0) 100%);
    }

    .hero-content h1 {
      font-size: 2.8rem;font-weight:800;
      margin-bottom: 15px;
    }

    .hero-content p {
      font-size: 1.2rem;font-family: work sans;
      margin-bottom: 25px;
      max-width: 700px; font-weight:500;
    }

    .cta-button {
      background-color: #c9a485;;
      color: #000;
      padding: 11px 28px;
      font-size: 1.1rem;
      border: none;
      border-radius: 34px;
      text-decoration: none;
      transition: background-color 0.3s ease;
      font-weight:600; display: inline-block;
    }

    .cta-button:hover {
        color:#fff;
      background-color: rgba(0, 0, 0, 0.8);
    }

   
.space_btm .cta-button {
  background-color: #c9a485;
  color: #000;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  border-radius: 34px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}



.cookies-notification {
	position:fixed;
	right:0;
	bottom:0;
	z-index:999999999;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	width:100%;
	padding:15px 12px;
	background-color:rgba(16, 21, 27, 0.87);
	max-width:320px;
	border-radius:4px;
	margin:2px;
  }
  .cookies-notification__message {
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	width:100%;
	font-weight:400;
	letter-spacing:0
  }
  .cookies-notification__message-link {
	margin-left:2px;
	font-weight:500;
	text-decoration:underline;
	color:currentColor
  }
  .cookies-notification .btn {
	padding:.2rem .5rem;
	font-size:12px;
	border-radius:.25rem;
	font-weight:600;
	margin-left:5px
} .btn-primary{
border:1px solid var(--main);color:#000!important;
  background-color:var(--main);
}
.btn-primary:hover{
border:1px solid var(--main);color:#000!important;
  background-color:var(--main); opacity:0.7
}
@media screen and (max-width: 900px) {
  .hero-content h1 {
        font-size: 2rem;
      }
      .hero-content p {
        font-size: 1rem;
      }
      .cta-button {
       padding: 8px 12px; margin:5px 0;
  font-size: 12px; font-weight:500;
      }

}

.root {
  display: flex; font-size: 0px;
  justify-content: center;
  align-content: center;position:absolute;right:20px;bottom:25%;
}
.bounce {
  display: inline-block;
 
  text-align: center;
  color: #000;  
  margin: 0 auto; 
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  animation: bounce 0.5s ease-out infinite alternate;
  text-decoration: none;
}
.bounce:hover {
  opacity: 1;
  cursor: pointer;
}

@keyframes bounce {
  0 {
    top: 0;
    color: #fff;
  }
  100% {
    top: 8px;
    color: var(--main);
  }
}
.root .bi::before, .root [class*=" bi-"]::before, .root [class^="bi-"]::before{font-size:44px}



.nav-pills > li {
  background: transparent linear-gradient(90deg, #A8A8A8 0%, #FFFFFF 100%);
  padding: 1px;
  border-radius: 28px!important;
  width: 100%;
  margin-bottom: 5px; color: #000;
}

/* General anchor styles inside nav */
.nav-pills > li > a {
  padding: 30px;
  background: #FFF;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 28px!important;
  width: 100%;
  transition: all 0.3s ease;
}

/* Icon styling */
.nav-pills > li > a img {
   margin-right: 15px;
}

/* Active nav-link styling */
.nav-pills .nav-link.active {
  color: #000;
  font-weight: 600;
  background:transparent linear-gradient(90deg, #E7BA94E5 0%, #C9A485A1 41%, #C7A38600 100%);
}

/* Hover effect on anchor */
.nav-pills > li > a:hover {
  background:transparent linear-gradient(90deg, #E7BA94E5 0%, #C9A485A1 41%, #C7A38600 100%);
  text-decoration: none;
  color: #000;
}
.space_btm{margin-bottom:110px}
/* 
.nav-pills > li > a:hover {
  background-color: transparent; 
} */

/* Sidebar call to action */ 
#sidebar {
            position: sticky;
            top: 120px;
            padding-top: 20px;
}

.consultation-section {
      padding: 80px 30px;
      text-align: center;
    }
    .consultation-section h1 {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .consultation-section p.lead {
      font-size: 1.2rem;
      margin-bottom: 30px;
      color: #333;
    }
    .consultant-info {
      display: block;text-align:left;
      margin-top: -65%;
      gap: 20px;
    }
 .consultant-_info {
      display: block;text-align:left;
      margin-top: -96%;
      gap: 20px;
    }

    .consultant-info img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 50%;
		margin-bottom:12px
    }
    .consultant-details {
      text-align: left;
    }
    .consultant-details h6 {
      font-weight: 600;
      margin-bottom: 5px;
    }
    .btn-consultation {
      background-color: var(--main);
      color: #000;
      border: none;
      padding: 12px 25px;
      font-size: 1rem;
      border-radius: 30px;
      transition: all 0.3s ease;
    }
    .btn-consultation:hover {
      background-color: #000;color:#fff;
    }
    .privacy-text {
      margin-top: 6px;
      font-size: 0.9rem;
      color: #666;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
.btn-waitlist {
      background-color: #f5e8de;
      color: #333;
      font-weight: 500;
      padding: 12px 30px;
      border-radius: 30px;
      border: none;
      margin-top: 30px;
      transition: background 0.3s ease;
    }

    .btn-waitlist:hover {
      background-color: #e2d7cd;
    }
.whover{width:100%; height:124px; overflow:hidden; overflow-y:auto;padding-bottom:0px;margin-top:10px;padding-top: 20px;
    border-top: 1px solid #DBDBDB; scrollbar-width:thin;padding-left:10px; padding-right:10px;}
.serv-box .servitem { min-height:155px;
	padding:18px 8px 16px 8px; margin-bottom:15px}
.servitem h5 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 0 8px;
  line-height: 18px;
}
.iconimg60 {
  width: 48px;
  opacity: 0.8;
} 
@media screen and (max-width:767px) {
	.serv-box .servitem { min-height:120px;
	padding:18px 8px 16px 8px; margin-bottom:15px}
	.main .pt-5{padding-top:15px!important}
	.totoreDetauls{text-align:center!important; padding-bottom:0px!important}
	.consultation-section {
      padding: 30px 20px;
      text-align: center;
    }
	.consultation-section p{font-size:13px;letter-spacing:-0.5px}
    .consultation-section h1 {
      font-size:32px;
      font-weight:600;
      margin-bottom: 15px;
    }
    .consultation-section p.lead {
      font-size: 1.0rem;
      margin-bottom: 20px;
      color: #000;
    }
	 .consultant-info {
      display: block;text-align:center;
      margin-top: 24px;
      gap: 20px;
    }
 .consultant-_info {
      display: block;text-align:center;
      margin-top: 24px;
      gap: 20px;
    }
 .consultant-details {
      text-align: center;
    }
	
	.btn-consultation {
      background-color: var(--main);
      color: #000;
      border: none;
      padding: 8px 12px;
      font-size: 14px;
      border-radius: 30px;
      transition: all 0.3s ease;
    }
	.consultant-info img {
 
  display: block;
  text-align: center;
  margin: 0 auto; margin-bottom: 12px;
}
	
.space_btm{margin-bottom:0px; margin-top:20px}
	.scp{margin-top:0px;padding-top:0px!important;}
        #sidebar {
            position: sticky;
            top: 120px;
            padding-top: 20px; display:none!important
}}
@media screen and (max-width: 540px) {
	.root {
  display: flex; font-size: 0px;
  justify-content: center;
  align-content: center;position:absolute;right:5px;bottom:35%;
}
	.root .bi::before, .root [class*=" bi-"]::before, .root [class^="bi-"]::before{font-size:26px}
	footer img{display:none}
.footersocial {
  margin: 8px 0;
}
  .hero-section {
      position: relative;
      width: 100%;
      padding-top: 99.25%; /* 16:9 Aspect Ratio */
      overflow: hidden;
      background-color: #000;
    }
      .hero-section p{display:none;}
	.serv-box .servitem { min-height:155px; text-align:center;
	padding:18px 8px 16px 8px; margin-bottom:15px}
}

