@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Prata&display=swap");

.m-banner {
  margin-top: 69px;
}

@font-face {
  font-family: "Future", serif;
  src: url("../fonts/futura-book-bt.ttf");
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/Cera\ Pro\ Medium.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LibreBodoni";
  src: url("../../demo/fonts/LibreBodoni-BoldItalic.ttf");
}

@font-face {
  font-family: "edhan";
  src: url("../../demo/fonts/EdhanMartine-0WrVv.ttf");
}

@font-face {
  font-family: "baskerville";
  src: url("../fonts/Baskerville.ttc");
}

.selectfields {
  display: none;
}

/* @font-face {
    font-family: 'Poppins', serif;;
    src: url('../fonts/futura-book-bt.ttf');
} */

html {
  overflow-x: hidden !important;
}

body {
  font-family: "Cera";
  font-size: 16px !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

.btn:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Cera";
  font-weight: 500;
}

.dark-bg {
  background: #072621;
}

.grey-bg {
  background: #f6efef;
  /* z-index: -1; */
  position: relative;
}

.text-purple {
  color: #00152a !important;
}

.text-dark {
  color: #fff !important;
}

.text-yellow {
  color: #00152a !important;
}

.sticky-top {
  position: -webkit-sticky;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1020;
}

.form-control {
  border-radius: 0px !important;
}

.carousel-inner {
  /* margin-top: 90px; */
}

.section-title {
  font-family: "baskerville";
  font-size: 34px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  /* letter-spacing: 1px; */
}

.section-title1 {
  font-family: "baskerville";
  font-size: 25px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.subhead {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 30px;
  font-family: "Prata", serif;
}

.sec-padd {
  padding: 50px 0;
  background: #fff !important;
}

.sec-padd-top {
  padding-top: 50px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.sm-padd {
  padding: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.purple_patch {
  /* position: relative; */
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bg-light {
  background-color: #00152a !important;
}

.purple_patch::after {
  position: absolute;
  content: "";
  /* background: rgba(255, 163, 44, 0.1); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.purple_patch .row {
  position: relative;
  z-index: 2;
}

.about-img {
  height: 400px;
  object-fit: cover;
}

#home {
  background-image: linear-gradient(#0f0404, #000023);
}

#about-first {
  background-color: #00152a !important;
  /* background-image: url(../images/particle.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 50px 0;
}

#about-first p,
#about-first ul li {
  color: #ffffff;
  line-height: 27px;
}

#about-first .artist_txt {
  position: absolute;
  bottom: -135px;
  right: 92px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

#about-sec p {
  line-height: 27px;
}

#about-sec .artist_txt {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
  letter-spacing: 2.5px;
  font-size: 6px;
}

.top {
  margin-top: 4rem;
}

.reg__div {
  border: 2px solid #fff;
  padding: 20px 40px;
}

.reg__div h2 {
  font-family: "LibreBodoni";
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

#about-sec {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particale.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 0px 0;
}

.content-wrap p {
  text-align: center;
}

.form-check-input:checked[type="checkbox"] {
  background-repeat: no-repeat !important;
}

.advantage {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 68px;
}

.ventora {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ventora img {
  width: 60%;
}

#amen {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  background: var(--hl-red);
  color: white;
  border: 1px solid #ffffff;
  width: 46px;
  min-width: 46px;
  box-sizing: border-box;
  text-align: center;
}

.input-group-addon .form-ico,
.input-group-addon .fa {
  width: 100%;
  text-align: center;
}

#configuration {
  background-repeat: no-repeat;
  background: #00152a;
  background-image: url(../images/confbg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}

.overlay-sec .overlay {
  padding: 150px 0px;
  /* background-color: #000023a8; */
  /* background-image: url(../images/halftone-particaleu.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.pricingTable {
  background-color: transparent;
  text-align: center;
  padding: 20px 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
  transition: ease all 0.5s;
  border: 5px solid #ffffff;
  width: 100%;
  margin: 44px auto 0px;
}

.pricingTable:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.pricingTable .pricingTable-header {
  background: transparent;
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.pricingTable .title:after {
  content: "";
  /* background: #F63459; */
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  display: block;
  clear: both;
  background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85);
}

.pricingTable .price-value {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  padding: 0px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.pricingTable .price-value span {
  font-size: 16px;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  /* background: linear-gradient(#F53149, #FD6653); */
  /* border-radius: 0 0 20px 20px; */
  /* padding: 23px 30px; */
  /* background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85); */
}

.pricingTable .pricing-content ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}

.pricingTable .pricing-content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}

.pricingTable .pricing-content ul li:last-child {
  margin: 0;
}

.pricingTable .pricingTable-signup a {
  color: #371b1b;
  font-size: 20px;
  font-weight: 400;
  /* font-style: italic; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  margin: 0 auto;
  /* border: 2px solid #E9AF69; */
  border-radius: 0;
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 1px;
  box-shadow: 0 0 0 5px #4b121591;
  padding: 14px;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  padding: 5px;
  background: #e9af69;
  color: #fff !important;
  border-color: #fff !important;
  font-size: 16px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 21, 42, 0.08);
}

header .project-logo {
  max-height: 60px;
}

header .developer-logo-header {
  max-height: 55px;
}

header .nav-link {
  font-family: "Poppins", serif !important;
  color: #00152a !important;
  font-size: 16px;
  border-bottom: 1px solid #0000;
}

header .nav-link:hover {
  color: #00152a !important;
  border-bottom: 2px solid #00152a;
  width: 100%;
  margin: 0 auto;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.offcanvas {
  background-color: #03322b !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  /* background: rgba(0, 0, 0, 0.7); */
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap>* {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

/* 
section {
    overflow: hidden;
} */

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #000023;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: middle;
}

thead>tr>th {
  color: #fff;
}

table .price-click {
  font-size: 14px;
  margin-right: 0;
}

.title45 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 18px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
}

ul.listing li {
  margin-bottom: 15px;
  font-weight: 600;
}

ul.listing li::marker {
  color: #000023;
}

.list-item i {
  color: #000023;
  margin-right: 10px;
}

.list-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.list-item {
  flex: 0 0 50%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.readmore.collapsed .fa::before {
  content: "\f0fe";
  transition: ease all 0.5s;
}

.readmore .fa::before {
  content: "\f146";
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 50px !important;
}

.amenities-icon .icons-wrap {
  border: 2px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  transition: ease all 0.5s;
  padding: 8px;
}

.amenities-icon {
  align-items: center;
  gap: 30px;
}

.amenities-icon p {
  color: #fff;
  margin-bottom: 0;
}

.navbar-brand img {
  max-width: 150px;
}

/**banner***/
.carousel-inner .carousel-caption {
  left: inherit !important;
  right: 5% !important;
  top: 30%;
  text-align: left;
  padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
  font-size: 50px;
}

.carousel-caption h4 {
  font-size: 42px;
}

.banner-title {
  font-size: 60px;
  text-transform: uppercase;
}

.sm-txt {
  font-size: 36px;
  text-transform: capitalize;
}

.xs-txt {
  font-size: 20px;
}

.offtxt {
  margin-left: -46px;
}

#gallery {
  background-color: #00152a !important;
}

.bg_patch::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 1) 100%); */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fixed-footer-cust {
  background: #000;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  color: #fff;
  bottom: 0px;
  z-index: 99;
  border-top: 2px solid;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.show-cta .fixed-footer-cust {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

body.show-cta .interested {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.div-line {
  border-right: 1px solid #ffffff;
}

.fix-link {
  color: #ffffff !important;
  font-size: 12px;
}

.i-am,
.download1 {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.carousel-caption>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fa-phone {
  transform: rotate(13deg) !important;
}

.big-head {
  font-size: 50px;
  line-height: 1.4;
}

.overview-inner {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.overview-inner::before {
  position: absolute;
  /* content: ''; */
  background: url("../images/left-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -230px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.overview-inner::after {
  /* position: absolute; */
  content: "";
  background: url("../images/right-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  right: -372px;
  top: 0;
  background-position: right top;
  -webkit-animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.half_patch {
  position: relative;
}

.half_patch::before {
  position: absolute;
  content: "";
  background: url("../images/half-patch.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -371px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  z-index: 1;
  background-size: contain;
}

.overview-inner .paradise-img {
  margin-top: -450px;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.txt {
  font-weight: 600;
  margin-bottom: 0;
}

.icon-box img {
  width: 32px;
}

.img-wrapper {
  z-index: 1;
}

.title-div {
  width: 50%;
  border-bottom: 3px solid #fff;
  margin: 25px 0;
}

.map-sec .left-content.me-auto {
  margin-left: initial;
}

.map-sec {
  /* margin-bottom: -50px; */
  background: #fff !important;
}

.contact-info {
  margin-top: 60px;
}

.contact-info p {
  color: #09000d;
  line-height: 29px;
}

.nri_box_wrap {
  display: flex;
  margin-bottom: 35px;
  gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;
  width: 44px;
  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #fff;
  top: 40px;
  left: 50%;
}

.nribox_txt_wrap h4 {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}

.left-content {
  max-width: 638px;
  margin-left: auto;
  padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 100%;
  left: 0;
}

.amenities-gallery img {
  height: 430px;
  /* transform: scale(1); */
}

.livig-img {
  position: relative;
  /* top: 135px; */
  top: 65px;
}

.pt-lg-5 {
  padding-top: 4rem !important;
}

.sky-img {
  position: relative;
  bottom: 70px;
}

/* .amenities-gallery:hover img {
    transform: scale(1.1);
} */

.configuration>* {
  position: relative;
  z-index: 9;
}

.configuration::before {
  position: absolute;
  content: "";
  background: url("../images/conf-effect.png") no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: inherit;
}

.conf-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: #000023 !important;
  bottom: 0px;
  color: #fff !important;
  font-size: 6px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff !important;
  border: none !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"] {
  color: #000023 !important;
  border: 2px solid !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #000 !important;
}

.conf-img {
  position: relative;
  padding: 0 0 25px 25px;
  margin: 30px 0 0 15px;
}

.conf-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #745c2c;
  border-left: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img:after {
  content: "";
  position: absolute;
  width: 88%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #745c2c;
  border-right: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img .confimg {
  margin-top: -40px;
}

.map-image {
  position: relative;
  padding-left: 10px;
}

.map-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-left: 10px solid #fff;
  height: 450px;
  margin-top: -250px;
}

.b-top-bot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
}

/*********Animation************/

/*Up down*/
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/******************/
.snip1206 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206::before {
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  z-index: 99;
  font-size: 30px;
  color: #745c2c;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.snip1206 h2,
.snip1206 p {
  opacity: 1;
}

.snip1206:hover:after,
.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:before {
  -webkit-transform: skew(0deg) scaleX(1);
  transform: skew(0deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fig-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

/**Tab***/
.nav-tabs .nav-link.active {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  font-size: 20px;
  margin: 0 15px 15px !important;
  min-width: 195px;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
}

.tab-content>.tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

#overview {
  overflow: hidden;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* background: #745C2C; */
  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #000023;
  background-color: #fff2e2;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  /* margin-left: auto; */
  padding-right: 0;
  margin: auto;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

/* .form-inner {
    margin-top: -142px;
} */

.form-bg {
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  background: #00152a;
  height: 100%;
  padding: 75px 50px;
}

.form-btn {
  width: 50% !important;
  background: #ffffff;
  color: #371b1b;
  border: 0;
  font-weight: 800;
  margin-top: 20px;
  padding: 7px 40px;
  margin: 25px auto 0;
  letter-spacing: 3px;
}

/* .divider-line {
    height: 100px;
    width: 2px;
    border: 1px solid #ffff;
    background: #fff;
} */

/* .about-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.about-item {
  flex: 1;
  color: white;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-right: 15px;
}

.divider-line-vertical {
      width: 3px;
    background-color: white;
    opacity: 0.7;
    height: 47px;
} */

/* .about-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
} */

.about-first-section {
  position: relative;
  overflow: hidden;
  background-color: #4693c6;
  /* example background, adjust to your theme */
  z-index: 1;
}

.bg-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  /* z-index: -1; */
}

#location {
  /* display: none; */
  position: relative;
}

/* Wind swirl - top left */
.deco-wind {
  top: 0;
  left: 0;
  width: 120px;
  display: none;
}

/* Cloud - bottom left */
.deco-cloud {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

.locationdeco-cloud {
  width: 393px;
  bottom: -63px;
  /* animation: floatY 6sease-in-out infinite; */
}

.gallerydeco-cloud {
  width: 344px;
  bottom: -47px;
  right: -10px;
}

.gallerydeco-feather {
  left: -15px;
  width: 373px;
  transform: translateY(-50%);
  top: 15%;
}

.deco-cloud2 {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

/* Feather - middle right */
.deco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.locationdeco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.deco-feather2 {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

/* Optional animation */
@keyframes floatY {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-55%) translateX(5px);
  }
}

.deco-feather {
  animation: floatY 6s ease-in-out infinite;
}

.deco-feather2 {
  animation: floatY 6s ease-in-out infinite;
}

.deco-cloud {
  animation: floatY 6s ease-in-out infinite;
}

/* 
.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: white;
  font-family: 'Georgia', serif;
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.feature-box {
  flex: 1;
  text-align: left;
}

.feature-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: bold;
}

.big-number {
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 20px;
  font-weight: 400;
}

.feature-desc {
  font-size: 16px;
  margin-top: 8px;
}

.vertical-divider {
  width: 1px;
  background-color: white;
  opacity: 0.4;
  height: auto;
} */

.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-family: "Georgia", serif;
  padding: 8px 2px;
}

#gallery {
  position: relative;
}

.ovley {
  text-align: center;
  padding: 4px 3px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -1px;
  /* font-style: italic; */
  left: 0%;
  /* right: 0%; */
  /* margin: auto; */
  /* left: 37%; */
  background: #c5c5c5de;
  font-family: var(--hl-serif-italic);
}

.py {
  padding: 4rem 0 !important;
  /* background: #fff!important; */
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.feature-box {
  flex: 1;
  text-align: center;
}

.feature-title {
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  gap: 6px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.big-number {
  font-family: "edhan";
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 23px;
  font-weight: 400;
}

.feature-desc {
  font-size: 15px;
  /* font-weight: 600; */
  margin-top: -5px;
  color: #f0eeda;
  text-align: start !important;
}

.vertical-divider {
  width: 3px;
  background-color: white;
  opacity: 0.7;
  height: 50px;
}

.form-check-label {
  text-align: start !important;
}

/* 🔁 Responsive layout */
@media (max-width: 768px) {
  .txt-center {
    text-align: center !important;
  }

  .feature-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .brochure {
    position: fixed;
    z-index: 9999;
    top: 485px !important;
    right: -40px !important;
    transform: rotate(90deg);
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 18px !important;
    background: #00152a !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0px;
    /* font-weight: 600; */
    outline: none;
    /* left: 6px; */

    left: unset !important;
    bottom: unset !important;
  }

  .form-check input {
    width: 20px !important;
  }

  .py {
    padding: 40px 0 !important;
  }

  #our-service {
    padding: 50px 0 !important;
  }

  ul {
    margin-bottom: 0rem !important;
  }

  .about-ul {
    margin-bottom: 0rem !important;
  }

  .deco-feather2 {
    display: none;
  }

  .deco-feather {
    /* display: none; */
    top: 9%;
    width: 290px;
    right: -18px;
  }

  .deco-cloud {
    /* display: none; */
    /* display: none; */
    bottom: 170px;
    width: 284px;
    left: -14px;
  }

  .gallerydeco-cloud {
    display: none;
  }

  .locationdeco-feather {
    display: none;
  }

  .locationdeco-cloud {
    display: none;
  }

  .gallerydeco-feather {
    display: none;
  }

  .deco-cloud2 {
    display: none;
  }

  .feature-title {
    justify-content: center;
  }

  .feature-desc {
    text-align: center !important;
  }

  .top {
    margin-top: 4px !important;
  }

  .advantage {
    flex-direction: column;
    gap: 0;
  }

  .navbar {
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
  }

  header .navbar .navbar-toggler {
    order: 2;
    margin: 0;
  }

  header .navbar>.col-7 {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start !important;
  }

  header .navbar>.d-block.d-sm-none {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .vertical-divider {
    display: none;
  }

  .feature-box {
    width: 100%;
    max-width: 320px;
  }
}

form .form-btn {
  display: inherit !important;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 27px;
  margin-right: 15px;
}

.con-title {
  font-size: 24px;
}

.con-subtitle {
  font-size: 18px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(149, 70, 11, 0.5);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 0 !important;
}

.galimg:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

.modal-content form {
  position: relative;
  z-index: 99;
}

/*----------Modal Design-------*/
label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
  display: none;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: #fff !important;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(200, 16, 46, 0.5) !important;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

#from-head {
  color: var(--hl-ink) !important;
}

.modal-content::after {
  display: none;
}

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: var(--hl-ink);
}

.modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: none;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  position: relative;
  z-index: 99;
  color: var(--hl-ink);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  width: 100%;
}

.modal-content p {
  position: relative;
  z-index: 9999;
  color: var(--hl-mute);
}

.disclaimer_text {
  text-align: left !important;
  /* height: 500px;
    overflow-y: scroll; */
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25) !important;
  border-radius: 6px !important;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding-left: 14px;
  color: var(--hl-ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.modal-body form input:focus,
.modal-body form select:focus {
  border-color: var(--hl-red) !important;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

.modal-body form select option {
  color: #1a1a1a;
  background: #fff;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

.gallery-slider_wrapper h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 48px;
  margin-bottom: 26px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: none;
}

.modal-body form button {
  margin: 0 auto;
}

.modal-body .checkbox-label {
  color: var(--hl-ink) !important;
}

.modal-body .input-group-addon .form-ico {
  color: #fff;
}

/*-----------Modal End --------*/

/*****************Footer*******************/

.social-item {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

.social-item i {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.social-item:hover {
  background: #000023;
}

/**********Project**************/
.proj-loc .fas {
  color: #000023;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #000023;
  border-bottom: 1px solid #000023;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #000023;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #000023;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  /*background: #fff;*/
  z-index: 1;
  padding-left: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#contact {
  background: #d1d1d133;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #000023;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #000023;
}

.schools-sec .row>.col-md-6 {
  margin-bottom: 30px;
  color: #000023;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #000023;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

.flr_img img {
  width: 100%;
  filter: blur(2px);
  padding: 0 10px;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "Prata", serif !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000023;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 40px;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: 600;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
  font-weight: 600;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #000023;
  border-radius: 25px;
}

.oops-greet {
  color: #000023;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/
#contact-form input {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form input:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form select:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select option {
  color: #1a1a1a !important;
  background: #fff;
}

#contact-form input::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

#contact-form .checkbox-label {
  color: var(--hl-ink) !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.contact-form .form-group {
  height: 46px;
  margin-bottom: 30px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #fff !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

/****************Benefits*******************/
.outcome-inner {
  position: relative;
  /* background: linear-gradient(90deg, rgba(43,52,79,0.9304096638655462) 0%, rgba(43,52,79,1) 46%, rgba(43,52,79,0.927608543417367) 71%); */
}

/* .outcome-inner:after {
    position: absolute;
    content: '';
    background: rgb(43,52,79);
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
} */
.benfits-wrap {
  position: relative;
  z-index: 2;
}

.benfits-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.ben-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.arrow_txt {
  background: #e9e5e2;
  width: 150px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 0 30px;
  margin-left: -2px;
}

.arrow_txt1 {
  margin-right: -2px;
}

.icon_wrap img {
  max-width: 70px;
}

.arrow-box {
  display: flex;
  align-items: center;
}

.arrow-wrap {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 9;
}

.arrow-wrap2 {
  position: absolute;
  bottom: 0;
  left: -45px;
  z-index: 9;
}

.nav-tabs .nav-link.active {
  border: 3px solid #ffffff91 !important;
  background: #00152a !important;
  color: #fff !important;
  border-radius: 0 !important;
  /* text-align: center; */
  /* background-image: url(../images/arrowfloor.svg); */
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  border: 3px solid #00000091 !important;
  background: #fff2e2 !important;
  color: #4b1215 !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0 15px 15px !important;
  min-width: 100%;
  text-align: initial;
  padding: 15px;
  transition: all 0.4s ease 0s;
}

#nav-profile .nav-tabs .nav-link,
#nav-contact .nav-tabs .nav-link {
  margin: 15px auto !important;
  min-width: 20%;
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
}

.nav-tabs .nav-link:hover {
  border: 3px solid #745c2c !important;
  background: #00152a !important;
  color: #fff !important;
  /* background-image: url(../images/arrowfloor.svg); */
}

.gallery-slider_wrapper {
  width: 100%;
  /* max-width:768px; */
  margin: auto;
}

.gallery-slider_wrapper .owl-theme .owl-nav {
  /* margin:0; */
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  /* width:30px; */
  /* height:120px; */
  background: #000023;
  font-size: 5px !important;
  color: #fff;
  /* margin:0; */
  /* padding: 0; */
  /* border-radius: 0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  /* position: absolute; */
  /* line-height: 120px; */
  /* width:30px; */
  /* text-align: center; */
  /* top:0; */
  /* left:0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
  /* content: "\f111"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: -25px;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  /* content: "\f112"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: -24px;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  position: relative;
  margin: 0 5px;
  height: 120px;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  right: 7px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  /* border: 3px solid #fff; */
  font-size: 18px !important;
  /* background: #00152a !important;
  color: #fff; */
  padding: 5px 10px;
  border-radius: 0px;
  margin: 3px;
  /* font-weight: 600; */
  outline: none;
  background: #000;
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
  transform: translateX(140%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/******************amenities**************************************************/

.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-btns .amebox {
  display: inline-block;
  background-color: #00152a;
  width: 130px;
  height: 130px;
  /* line-height: 90px; */
  border: 4px solid #ffffff;
  text-align: center;
  margin: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  box-shadow: 2px -1px 11px 1px rgb(0 0 0 / 46%);
  opacity: 0.99;
}

.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}

.social-btns .amebox i {
  transform: scale(0.8);
}

.social-btns .amebox:before {
  background-color: #fff2e2;
}

.social-btns .amebox i {
  color: #37a692;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .amebox:focus i,
.social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}

.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .amebox img {
  position: relative;
  z-index: 999;
  /* vertical-align: middle; */
  display: block;
  width: 71px !important;
  display: block;
  filter: brightness(0) invert(1);
  line-height: 136px;
  margin: 25px auto;
  object-fit: contain;
  height: 70px;
}

.social-btns .ame-tit {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  margin: 20px 0px 30px;
  /* font-family: "MESSINASANS"; */
}

/* .social-btns .ame-tit:after {
    content: " ";
    border-left: 4px dashed #f58345;
    right: -5%;
    height: 35%;
    bottom: 0px;
    position: absolute;
} */

.social-btns .amebox:hover img {
  filter: brightness(0.5);
}

.social-btns .ame-tit1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px 30px;
  line-height: 28px;
}

.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}

.ame-head {
  text-align: center;
  font-size: 50px;
  margin: 90px;
  color: #37a692;
  font-family: "IVYMODE";
}

.footer {
  background-color: #00152a;
  /* padding: 40px 0px; */
}

.copy-right p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.l-img {
  object-fit: cover;
  height: 500px;
  border: 3px solid #745c2c;
}

.navbar-nav {
  border-bottom: 1px solid #0000;
}

.abt_content_wrap {
  /* background: #f2f2f2; */
  /* padding: 110px 110px; */
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  flex-flow: column;
}

.abt_list li {
  color: #000000;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  list-style: disc;
}

.odc-o li {
  /* margin: 6px 5px; */
}

.odc li {
  /* font-size: 13px; */
  /* color: #0a112b; */
  /* background: #d3d3d3; */
  margin-bottom: 20px;
  padding: 9px 10px;
  margin: 10px 0;
  display: block;
  width: 45%;
  display: flex;
  align-items: center;
  /* height: 68px; */
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.odc .row {
  justify-content: flex-start;
  gap: 10px 20px;
}

.width-icon {
  /* width: 40px; */
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.odc-o li img {
  /* background: #fff; */
  width: 32px;
  padding: 5px;
}

.odc li img {
  width: 50px;
  margin-right: 0;
  display: block;
  float: left;
  filter: brightness(0) invert(1);
}

.width-txt {
  padding: 20px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.about-align {
  text-align: start;
}

#location {
  background-color: #00152a !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.brochure {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  border: 3px solid #fff;
  font-size: 18px !important;
  background: #00152a !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  margin: 0px;
  /* font-weight: 600; */
  outline: none;
  left: 14px;
  transform: translateX(-140%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.show-cta .brochure {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.ablogo {
  width: 152px;
}

.subhead {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 28px;
}

.counter-wrap {
  /* display: inline; */
  padding-top: 0;
  position: absolute;
  left: 0%;
  z-index: 9;
  top: 20%;
  width: 98%;
}

.time h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 50px;
  height: 35px;
  margin: 10px auto;
  background: #4b1215;
  color: #fff;
  border-radius: 0%;
  padding: 9px 0px;
  box-shadow: 2px 2px 7px #676f90;
}

.time p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  /* border-radius: 9px; */
  color: #000;
  font-size: 11px;
  width: 50px;
  margin: 0px auto;
  margin-top: 5px;
}

.form-check-input {
  height: 20px !important;
  width: 4% !important;
  border: none !important;
  background-color: #fff !important;
}

.form-check label {
  color: #fff;
  font-size: 12px;
  padding-left: 12px;
  font-weight: 200;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .counter-wrap {
    /* display: inline; */
    padding-top: 0;
    position: absolute;
    left: 4%;
    z-index: 9;
    top: 20%;
    width: 100%;
  }
}

/* ============ desktop view .end// ============ */
@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }

  #about-first .artist_txt {
    right: 0;
  }

  .width-txt {
    padding: 20px 15px;

    font-size: 12px;
  }

  #about-sec .artist_txt {
    right: 35px;
  }

  .sec-padd-bot {
    padding-bottom: 60px;
  }

  body {
    font-size: 16px !important;
  }

  .content-wrap {
    max-width: 543px;
  }

  .subhead {
    font-size: 25px;
  }

  .sub-title {
    font-size: 25px;
  }

  header .nav-link {
    font-size: 14px;
  }

  .banner-title {
    font-size: 40px;
  }

  .sm-txt {
    font-size: 28px;
  }

  .list-item {
    font-size: 15px;
  }

  .form-bg {
    padding: 75px 30px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .overview-inner .paradise-img {
    margin-top: -400px;
  }

  .left-content {
    max-width: 545px;
  }

  .amenities-gallery img {
    height: 379px;
  }

  .amenities-gallery .actual {
    font-size: 14px;
  }

  .list li {
    font-size: 14px;
  }

  .map-image::after {
    height: 180px;
    margin-top: -120px;
  }

  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h4 {
    font-size: 32px;
  }

  .big-head {
    font-size: 35px;
  }

  .section-title {
    font-size: 33px;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .over-sec .sticky-top {
    top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 80px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 40px;
  }

  .overview-inner::before {
    left: -283px;
  }

  .overview-inner::after {
    right: -401px;
  }

  .contact-info {
    margin-top: 0px;
  }

  #navbarNavDropdown {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 9999;
    background: #e9af69;
    width: 100%;
  }

  .overview-inner .paradise-img {
    margin-top: 0;
  }

  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .section-title {
    font-size: 28px;
  }

  .sm-txt {
    font-size: 25px;
  }

  .round-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .page-banner {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .icon-wrap i,
  .con-title {
    font-size: 22px;
  }

  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }

  .amen-slide .item {
    margin-bottom: 60px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .left-content {
    max-width: 338px;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 26px;
  }

  .carousel-caption h4 {
    font-size: 23px;
  }

  .big-head {
    font-size: 29px;
  }

  /* .amenities-gallery img {
        min-height: auto;
    } */

  .banner-title {
    font-size: 35px;
  }

  .icon_wrap img {
    max-width: 45px;
  }

  .arrow_txt {
    font-size: 18px;
    height: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .mob_reg {
    padding: 50px 0;
    background-color: #fff !important;
    /* background-image: url(../images/halftone-particale.webp); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .mob_reg h2 {
    font-family: "Cera";
    font-size: 20px;
    color: #00152a;
    text-align: center;
    line-height: 1.5;
  }

  .mob_reg .form-check label {
    color: #000;
  }

  .mob_reg input::placeholder {
    color: #000 !important;
  }

  .footer-2 {
    padding: 30px 0;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .artist_txt {
    font-size: 11px;
  }

  .form-check-input {
    width: 20px !important;
  }

  .cloud {
    max-width: 70px;
    top: 0;
  }

  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }

  .left-content {
    max-width: initial;
    width: 100%;
    padding-left: 0;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  .big-head {
    font-size: 24px;
  }

  .border-effect {
    margin-bottom: 0px;
  }

  .conf-content {
    max-width: 100%;
  }

  .over-sec .img-wrapper {
    overflow: hidden;
  }

  .offtxt {
    margin-left: 0;
  }

  .conf-img {
    margin: 60px 0 0 15px;
  }

  .nav-tabs .nav-link {
    font-size: 18px;
    margin: 0 7px 15px !important;
    text-align: center;
  }

  .galimg {
    margin-bottom: 20px;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .banner-title {
    font-size: 25px;
  }

  .sm-txt {
    font-size: 20px;
    text-transform: capitalize;
  }

  .carousel-inner .carousel-caption {
    top: initial;
  }

  .navbar-brand img {
    max-width: 97px;
  }

  .bg_patch::before {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 1) 100%); */
  }

  .arrow_txt {
    width: auto;
  }

  .arrow-wrap {
    right: -7px;
  }

  .arrow-wrap2 {
    left: -7px;
  }

  .pricingTable {
    width: 95%;
  }

  .pricingTable .pricingTable-signup a {
    font-size: 18px;

    padding: 15px 20px;
  }

  .about-align {
    text-align: center;
  }

  .livig-img {
    position: relative;
    top: 0px;
  }

  .sky-img {
    position: relative;
    bottom: 0px;
  }

  .l-img {
    height: 300px;
  }

  header .nav-link {
    color: #00152a !important;
    font-weight: 600;
  }

  .odc li {
    padding: 10px 15px;
    margin: 12px 0px;
    width: 90%;
  }

  .abt_content_wrap {
    /* margin: 50px auto; */
  }

  #about-first .abt_row {
    flex-direction: column-reverse;
  }

  .carousel-inner {
    margin-top: 0px;
  }

  #about-sec .artist_txt {
    bottom: 0;
    right: 0;
  }

  #about-first .artist_txt {
    bottom: 0;
    right: 0;
  }

  .brochure {
    font-size: 16px !important;
    /* left: -46px; */
    right: -45px;
    padding: 5px 11px;
    transform: rotate(90deg);
    display: none;
  }

  .pricingTable .pricingTable-header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .counter-wrap {
    display: inline-block !important;
    width: 66%;
    left: 0%;
    /* top: 47%; */
    position: initial;
    width: 100%;
    margin: 85px auto 20px;
    /* margin-top: 13px; */
    display: grid;
    /* margin-bottom: 10px; */
  }
}

@media screen and (max-width: 767px) {
  .py-3 {
    margin-bottom: 44px;
  }
}

/* .pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
} */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

a.glow {
  color: #f32179;
  padding: 20px;
  border-color: #f32179;
  font-size: 30px;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 3em;
  cursor: pointer;
}

@keyframes glowing {
  0% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }

  50% {
    background-color: #122840c0;
    box-shadow: 0 0 0 5px #122840c0;
  }

  100% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }
}

.edit {
  object-fit: fill;
  filter: blur(5px);
}

#priceform-fname::placeholder,
#priceform-mobile::placeholder,
#priceform-email::placeholder {
  color: black !important;
  opacity: 1;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon points="4,6 8,10 12,6" style="fill:%23333"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px !important;
}

.custom-select1 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='white' stroke-width='15'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 15px !important;
}

.feature-wrapper {
  display: flex;
  justify-content: space-between;
  /* gap: 30px; */
}

.feature-col {
  width: 48%;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column;
  }

  .feature-col {
    width: 100%;
  }
}

/* ==========================================================================
   About Kanakia Group Section - Redesigned
   ========================================================================== */
.about-kanakia-section {
  background: linear-gradient(135deg, #f8f6f1 0%, #ffffff 60%, #f4f1ea 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.about-kanakia-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle,
      rgba(0, 21, 42, 0.07) 0%,
      rgba(0, 21, 42, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle,
      rgba(116, 92, 44, 0.08) 0%,
      rgba(116, 92, 44, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section .container {
  position: relative;
  z-index: 2;
}

.about-kanakia-section .title-underline {
  display: block;
  width: 70px;
  height: 3px;
  background: #745c2c;
  margin: 8px auto 14px;
  border-radius: 2px;
}

.about-kanakia-section .section-subtitle {
  font-size: 16px;
  color: #555;
  /* font-style: italic; */
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.about-main-row {
  margin-top: 30px;
}

/* ---- Logo card with stats ---- */
.about-logo-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 12px 35px rgba(0, 21, 42, 0.08);
  border: 1px solid rgba(116, 92, 44, 0.12);
  text-align: center;
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.about-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 21, 42, 0.14);
}

.about-logo-card .logo-inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 22px;
}

.about-logo-card .developer-logo {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px dashed rgba(0, 21, 42, 0.18);
  padding-top: 20px;
}

.about-stats .stat-item {
  text-align: center;
  padding: 8px 4px;
}

.about-stats .stat-item h4 {
  font-family: "baskerville", serif;
  font-size: 28px;
  font-weight: 700;
  color: #745c2c;
  margin: 0 0 4px;
  line-height: 1;
}

.about-stats .stat-item p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}

/* ---- Content text ---- */
.about-content-wrap {
  padding-left: 20px;
}

.about-content-wrap p {
  font-size: 15px;
  line-height: 1.8;
  color: #2b2b2b;
  margin-bottom: 16px;
  text-align: justify;
}

.about-content-wrap p strong {
  color: #00152a;
  font-weight: 600;
}

/* ---- Portfolio cards ---- */
#our-service {
  padding: 80px 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 16, 46, 0.06) 0%, transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(243, 146, 0, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #fdf9f0 0%, #faf3e3 100%);
  position: relative;
  overflow: hidden;
}

#our-service::before,
#our-service::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.45;
  z-index: 0;
}

#our-service::before {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(200, 16, 46, 0.18) 0%, transparent 70%);
}

#our-service::after {
  width: 320px;
  height: 320px;
  bottom: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.22) 0%, transparent 70%);
}

.our-service-wrap {
  position: relative;
  z-index: 1;
}

.portfolio-heading {
  position: relative;
}

.portfolio-eyebrow {
  display: inline-block;
  font-family: "Cera", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8102e;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 4px 14px;
  border: 1px solid rgba(200, 16, 46, 0.25);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio-heading h4 {
  font-family: "baskerville", serif;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.portfolio-heading h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
}


.portfolio-subtitle {
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-size: 15px;
  color: #6f6f6f;
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-row>[class*="col-"] {
  display: flex;
}

.portfolio-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  border-radius: 16px;
  padding: 32px 22px 26px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.06);
  border: 1px solid rgba(184, 138, 52, 0.14);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  position: relative;
  overflow: hidden;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12) 0%, transparent 70%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(200, 16, 46, 0.14);
  border-color: rgba(200, 16, 46, 0.35);
}

.portfolio-card:hover::before {
  transform: scaleX(1);
}

.portfolio-card:hover::after {
  transform: scale(1.4);
}

.portfolio-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #c8102e 0%, #e76f0a 55%, #f39200 100%);
  color: #fff !important;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-radius 0.45s ease;
  box-shadow:
    0 10px 22px rgba(200, 16, 46, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}

.portfolio-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1px dashed rgba(184, 138, 52, 0.45);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transform: scale(0.85);
}

.portfolio-card:hover .portfolio-icon {
  transform: translateY(-4px) rotate(-6deg);
  border-radius: 50%;
  box-shadow:
    0 16px 30px rgba(200, 16, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.portfolio-card:hover .portfolio-icon::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 50%;
}

.portfolio-card h5 {
  font-family: "baskerville", serif;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.portfolio-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ---- Awards banner ---- */
.awards-banner {
  background: linear-gradient(135deg, #00152a 0%, #1a3a5e 100%);
  color: #fff;
  padding: 24px 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 21, 42, 0.18);
}

.awards-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle,
      rgba(184, 153, 104, 0.25) 0%,
      rgba(184, 153, 104, 0) 70%);
  border-radius: 50%;
}

.awards-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #b89968 0%, #745c2c 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(184, 153, 104, 0.4);
  z-index: 1;
}

.awards-banner p {
  font-size: 14.5px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.awards-banner p strong {
  color: #f0c97c;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .about-content-wrap {
    padding-left: 0;
    margin-top: 25px;
  }

  .about-logo-card {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-kanakia-section {
    padding: 50px 0;
  }

  .about-kanakia-section .section-subtitle {
    font-size: 14px;
  }

  .about-logo-card {
    padding: 22px 18px;
  }

  .about-logo-card .developer-logo {
    max-width: 55%;
  }

  .about-stats .stat-item h4 {
    font-size: 22px;
  }

  .about-stats .stat-item p {
    font-size: 11px;
  }

  .about-content-wrap p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .portfolio-eyebrow {
    font-size: 10.5px;
    letter-spacing: 2px;
    padding: 3px 12px;
  }

  .portfolio-heading h4 {
    font-size: 24px;
  }

  .portfolio-subtitle {
    font-size: 13px;
    margin-top: 14px;
  }

  .portfolio-card {
    padding: 24px 14px 20px;
    text-align: center;
    align-items: center;
    border-radius: 14px;
  }

  .portfolio-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
  }

  .portfolio-card h5 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .portfolio-card p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .awards-banner {
    flex-direction: column;
    text-align: center;
    padding: 22px 18px;
    gap: 14px;
  }

  .awards-banner p {
    font-size: 13.5px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .about-stats .stat-item h4 {
    font-size: 19px;
  }

  .about-stats .stat-item p {
    font-size: 10px;
  }
}

#connectivity-advantages {
  background-color: #00152a !important;
}

.location-img-wrap {
  position: sticky;
  top: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.location-img-wrap a {
  display: block;
  cursor: zoom-in;
}

.location-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.location-img-wrap a:hover img {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .location-img-wrap {
    position: static;
    margin-bottom: 30px;
  }

  .location-img-wrap img {
    max-height: 400px;
  }
}

#connectivity-advantages .section-title {
  color: #ffffff;
}

#connectivity-advantages .head-wrap {
  margin-bottom: 40px;
}

.conn-adv-accordion {
  background-color: transparent;
}

.conn-adv-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 32px;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
}

.conn-adv-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.conn-adv-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  font-family: "baskerville";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 16px 24px;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.conn-adv-accordion .accordion-body {
  background-color: transparent;
  padding: 16px 24px 20px;
}

.conn-adv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 10px;
  margin: 10px 0;
  color: #fff;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.conn-adv-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.conn-adv-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.conn-adv-icon img {
  width: 32px;
  height: 32px;
  padding: 5px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.conn-adv-dist {
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .conn-adv-accordion .accordion-button {
    font-size: 18px;
    padding: 12px 18px;
  }

  .conn-adv-accordion .accordion-body {
    padding: 4px 18px 10px;
  }

  .conn-adv-row {
    padding: 12px 0;
    gap: 10px;
  }

  .conn-adv-name {
    font-size: 14px;
    gap: 10px;
  }

  .conn-adv-icon {
    width: 34px;
    height: 34px;
  }

  .conn-adv-icon img {
    width: 18px;
    height: 18px;
  }

  .conn-adv-dist {
    font-size: 13px;
  }
}

/* Gallery tabs */
#gallery .gallery-head {
  margin-top: 10px;
}

#gallery .gallery-nav {
  margin: 10px 0 25px;
}

#gallery .gallery-nav .nav-tabs {
  flex-wrap: nowrap;
  gap: 10px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  font-size: 14px;
  min-width: auto;
  margin: 0 !important;
  padding: 6px 18px;
}

#gallery .gallery-thumbnail-wrap {
  margin: 10px 25px 0 25px;
}

@media (max-width: 480px) {
  #gallery .gallery-nav .nav-tabs {
    gap: 6px;
  }

  #gallery .gallery-nav .nav-tabs .nav-link {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* ============================================================
   BROCHURE THEME OVERRIDES — HighLife
   Based on the HighLife_A3 brochure (Kanakia Beverly Heights)
   ============================================================ */

:root {
  --hl-red: #c8102e;
  --hl-orange: #f39200;
  --hl-amber: #e76f0a;
  --hl-gold: #b88a34;
  --hl-cream: #faf6ee;
  --hl-ivory: #f7f2e8;
  --hl-ink: #1a1a1a;
  --hl-mute: #6f6f6f;
  --hl-frame: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-frame-v: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-pattern: none;
  --hl-serif:
    "Libre Bodoni", "Cormorant Garamond", "Baskerville", "baskerville", Georgia,
    serif;
  --hl-serif-italic:
    "Cormorant Garamond", "Libre Bodoni", "Baskerville", Georgia, serif;
  --hl-sans:
    "Poppins", "Cera", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

/* Brochure-native typography pulled from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@300;400;500;600;700&family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/* ---------- Global tone ---------- */
body {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  background: var(--hl-cream);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-title1,
.sub-title {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  letter-spacing: 0.2px;
}

p,
li,
label,
a,
span,
input,
select,
textarea,
button {
  font-family: var(--hl-sans);
}

/* ---------- Signature gradient text (like the "High" in HighLife) ---------- */
.hl-gradient,
.section-title .hl-gradient,
.hl-accent {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* font-style: italic; */
  font-family: var(--hl-sans) !important;
  font-weight: 600;
}

/* Apply the gradient to ALL section headers by default */
.section-title,
.section-title1,
.sub-title {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  /* font-style: italic; */
  font-weight: 600;
  font-family: var(--hl-sans) !important;
}

/* Keep the signature italic-serif + gradient visible even on dark sections */
.text-purple,
.text-yellow,
.text-light {
  color: var(--hl-ink) !important;
}

/* Inline spans inside .section-title inherit the gradient too */
.section-title .sm-txt,
.section-title .sm-txt.text-dark {
  background: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  font-family: inherit;
  font-style: inherit;
}

/* ---------- Subtle brochure pattern ---------- */
.hl-pattern-bg {
  background-color: var(--hl-cream);
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 420px auto;
  background-blend-mode: multiply;
}

/* ---------- Premium red→orange frame ---------- */
.hl-frame {
  position: relative;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.6);
}

.hl-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--hl-frame);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---------- Header / nav ---------- */
header.bg-light,
.navbar-light.sticky-top.bg-light {
  background: #fff !important;
  box-shadow: 0 2px 18px rgba(26, 26, 26, 0.06);
  border-bottom: 1px solid rgba(200, 16, 46, 0.08);
}

.navbar-light .navbar-nav .nav-link,
.m-link {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
  position: relative;
  padding: 6px 2px !important;
  margin: 0 10px !important;
}

.navbar-light .navbar-nav .nav-link::after,
.m-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--hl-frame);
  transition: right 0.35s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.m-link:hover::after,
.nav-item.active .m-link::after {
  right: 0;
}

/* ---------- Hero patch ---------- */
#home {
  background: #000 !important;
  background-image: none !important;
}

/* ---------- Overview / about-first ---------- */
#about-first {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
}

#about-first p,
#about-first ul li {
  color: var(--hl-ink);
}

#about-first .about-align {
  text-align: left !important;
}

#about-first .reg__div {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
  padding: 28px 34px;
  box-shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
  border-radius: 2px;
}

#about-first .reg__div h2 {
  color: var(--hl-ink);
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  margin-bottom: 18px;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
}

/* Project Highlights "feature-box" numbers get the gradient */
.features-section .big-number {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-serif-italic) !important;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
  line-height: 1.15;
  padding: 0.05em 0.18em 0.1em 0.05em;
  margin-right: 0.15em;
  overflow: visible;
}

.features-section .unit-text,
.features-section .feature-desc {
  color: var(--hl-ink) !important;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  font-family: var(--hl-sans) !important;
  font-style: normal;
  font-weight: 500;
}

.features-section .feature-desc {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.85;
}

.features-section .feature-box {
  padding: 8px 4px;
}

.features-section .vertical-divider {
  background: linear-gradient(180deg,
      transparent,
      rgba(200, 16, 46, 0.4),
      transparent);
}

/* ---------- About section ---------- */
#about-sec {
  background-color: #fff !important;
}

#about-sec p {
  color: var(--hl-ink);
}

#about-sec .about-img {
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
}

.feature-wrapper .feature-item {
  border-bottom: 1px solid rgba(200, 16, 46, 0.12);
}

.feature-wrapper .feature-item span {
  color: var(--hl-ink);
  font-weight: 500;
}

/* ============================================================
   CONFIGURATION SECTION  (bg = brochure hero building)
   ============================================================ */
#configuration,
.overlay-sec {
  background: #0b0d12 !important;
  background-image:
    linear-gradient(rgba(10, 10, 14, 0.72),
      rgba(10, 10, 14, 0.55) 40%,
      rgba(10, 10, 14, 0.85)),
    url("../images/brochure/crops/hero-building.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-blend-mode: normal !important;
  position: relative;
}

#configuration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      transparent 0%,
      rgba(10, 10, 14, 0.45) 80%);
  pointer-events: none;
}

.overlay-sec .overlay {
  padding: 0;
  background: none;
}

.overlay-sec .section-title {
  position: relative;
  margin-bottom: 50px;
}

.overlay-sec .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--hl-frame);
  margin: 18px auto 0;
}

.pricingTable {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid transparent;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    var(--hl-frame);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  padding: 24px 18px;
  border-radius: 4px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.pricingTable:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
}

.pricingTable .flr_img img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  filter: contrast(1.05) brightness(1.05);
}

.pricingTable .price-value {
  color: #fff;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  padding: 0 18px;
  line-height: 1.25;
  -webkit-text-fill-color: #fff;
}

.pricingTable .price-value span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--hl-orange);
  font-family: var(--hl-sans) !important;
  font-style: normal;
  margin-top: 8px;
}

.pricingTable .pricingTable-signup a,
.pricing_btn {
  background: var(--hl-frame) !important;
  color: #fff !important;
  padding: 12px 32px !important;
  font-family: var(--hl-sans) !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none !important;
  border-radius: 2px;
  display: inline-block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.35);
}

.pricingTable .pricingTable-signup a:hover,
.pricing_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(243, 146, 0, 0.5) !important;
  padding: 12px 32px !important;
  letter-spacing: 2.5px;
}

/* ============================================================
   AMENITIES / "complete" section
   ============================================================ */
.complete {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern) !important;
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
  position: relative;
}

.complete .section-title {
  font-size: 36px;
}

.amebox {
  background: #fff !important;
  border: 1px solid rgba(26, 26, 26, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.amebox:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(200, 16, 46, 0.18);
  border-color: rgba(200, 16, 46, 0.35);
}

/* Original CSS inverted icons to white for a dark box — revert for the cream theme */
.social-btns .amebox img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(250%) hue-rotate(180deg) !important;
}

.social-btns .amebox:before {
  display: none !important;
}

.social-btns .amebox:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(3800%) hue-rotate(345deg) !important;
}

.ame-tit,
.ame-tit1 {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============================================================
   GALLERY REDESIGN — premium feel
   ============================================================ */
#gallery {
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    var(--hl-pattern);
  background-size: 420px auto;
  background-repeat: repeat;
  padding: 0 0 60px 0;
}

#gallery .gallery-head .section-title {
  font-size: 38px;
  margin-bottom: 10px;
}

#gallery .gallery-head::after {
  content: "A curated look into the Higher Side";
  display: block;
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
  /* -webkit-text-fill-color: var(--hl-mute); */
  font-weight: 500;
}

#gallery .gallery-nav .nav-tabs {
  justify-content: center;
  border: none;
  gap: 14px;
  margin-bottom: 32px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  background: transparent;
  color: var(--hl-ink) !important;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 40px;
  padding: 8px 24px !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--hl-sans) !important;
  transition: all 0.3s ease;
}

#gallery .gallery-nav .nav-tabs .nav-link:hover {
  border-color: var(--hl-red);
  color: var(--hl-red) !important;
}

#gallery .gallery-nav .nav-tabs .nav-link.active {
  background: var(--hl-frame) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* The premium masonry gallery */
.hl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 14px;
  margin-top: 20px;
}

.hl-gallery-grid .hl-g {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  background: #0c0c10;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.12);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.hl-gallery-grid .hl-g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 1.2s ease,
    filter 0.5s ease;
}

.hl-gallery-grid .hl-g::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 55%,
      rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.hl-gallery-grid .hl-g:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.hl-gallery-grid .hl-g:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.hl-gallery-grid .hl-cap {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hl-gallery-grid .hl-cap .hl-cap-title {
  font-family: var(--hl-serif-italic);
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.hl-gallery-grid .hl-cap .hl-cap-tag {
  font-family: var(--hl-sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  white-space: nowrap;
}

/* Span cells */
.hl-gallery-grid .sp-a {
  grid-column: span 6;
  grid-row: span 2;
}

.hl-gallery-grid .sp-b {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-c {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-d {
  grid-column: span 3;
  grid-row: span 2;
}

.hl-gallery-grid .sp-e {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-f {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-g {
  grid-column: span 6;
  grid-row: span 1;
}

.hl-gallery-grid .sp-h {
  grid-column: span 6;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .hl-gallery-grid {
    grid-auto-rows: 140px;
    gap: 10px;
  }

  .hl-gallery-grid .sp-a {
    grid-column: span 12;
  }

  .hl-gallery-grid .sp-b,
  .hl-gallery-grid .sp-c,
  .hl-gallery-grid .sp-e,
  .hl-gallery-grid .sp-f {
    grid-column: span 6;
  }

  .hl-gallery-grid .sp-d {
    grid-column: span 6;
    grid-row: span 2;
  }

  .hl-gallery-grid .sp-g,
  .hl-gallery-grid .sp-h {
    grid-column: span 12;
  }
}

@media (max-width: 576px) {
  .hl-gallery-grid {
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .hl-gallery-grid>* {
    grid-column: span 12 !important;
    grid-row: span 1 !important;
  }

  .hl-gallery-grid .sp-a {
    grid-row: span 2 !important;
  }

  .hl-gallery-grid .hl-cap .hl-cap-title {
    font-size: 15px;
  }
}

/* ============================================================
   LOCATION MAP REDESIGN — Map left, tabs + list right
   ============================================================ */
.hl-location {
  background-color: var(--hl-cream) !important;
  background-size: 420px auto;
  background-blend-mode: multiply;
  padding: 4rem 0;
  position: relative;
}

.hl-location .section-title {
  font-size: 38px;
  margin-bottom: 10px;
  text-align: center;
}

.hl-location .hl-loc-sub {
  text-align: center;
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  color: var(--hl-mute);
  font-size: 15px;
  margin-bottom: 40px;
}

.hl-loc-grid {
  /* layout handled by Bootstrap row / col-md-6 */
}

.hl-loc-map {
  position: relative;
  /* background: #fff; */
  /* border: 1.5px solid transparent; */
  /* background-image: linear-gradient(#fff, #fff), var(--hl-frame); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px;
  /* box-shadow: 0 20px 50px rgba(26, 26, 26, 0.08); */
  overflow: hidden;
}

.hl-loc-map img {
  width: 100%;
  height: auto;
  display: block;
}

.hl-loc-map a {
  display: block;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.hl-loc-map a:hover img {
  opacity: 0.92;
}

.hl-loc-map .hl-loc-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 14px;
  font-family: var(--hl-sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  border: 1px solid rgba(200, 16, 46, 0.3);
}

.hl-loc-panel {
  display: flex;
  flex-direction: column;
}

.hl-loc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding-bottom: 14px;
}

.hl-loc-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--hl-sans);
  font-size: 12.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--hl-ink);
  background: transparent;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.hl-loc-tab:hover {
  border-color: var(--hl-amber);
  color: var(--hl-red);
}

.hl-loc-tab.active {
  background: var(--hl-frame);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.3);
}

.hl-loc-tab i {
  font-size: 13px;
}

.hl-loc-pane {
  display: none;
  animation: hlFadeIn 0.5s ease;
}

.hl-loc-pane.active {
  display: block;
}

@keyframes hlFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.hl-loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hl-loc-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.12);
  font-family: var(--hl-sans);
  font-size: 14.5px;
  color: var(--hl-ink);
  transition:
    padding-left 0.3s ease,
    background 0.3s ease;
}

.hl-loc-list li:hover {
  padding-left: 10px;
  background: rgba(243, 146, 0, 0.05);
}

.hl-loc-list .hl-loc-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}

.hl-loc-list .hl-loc-ic {
  display: none;
}

.hl-loc-list .hl-loc-ic img {
  display: none;
}

.hl-loc-list .hl-loc-dist {
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  color: var(--hl-red);
  font-size: 15px;
  white-space: nowrap;
  font-weight: 500;
}

@media (max-width: 991px) {
  .hl-loc-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hl-loc-map img {
    height: auto;
  }
}

/* ============================================================
   ABOUT KANAKIA + Portfolio
   ============================================================ */
.about-kanakia-section {
  background: #fff !important;
}

.about-kanakia-section .section-title {
  font-size: 34px;
}

.about-kanakia-section .title-underline {
  background: var(--hl-frame) !important;
  height: 2px !important;
  width: 80px !important;
  display: inline-block;
}

.about-kanakia-section .section-subtitle {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: #000;
}

.about-logo-card {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
}

.about-stats .stat-item h4 {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-serif-italic) !important;
  /* font-style: italic; */
  font-weight: 700;
}

.portfolio-card h5 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: var(--hl-ink);
}

.awards-banner {
  background: linear-gradient(135deg,
      rgba(200, 16, 46, 0.05),
      rgba(243, 146, 0, 0.08)) !important;
  border-left: 3px solid transparent;
  border-image: var(--hl-frame-v) 1;
}

.awards-icon {
  color: var(--hl-orange);
}

/* ============================================================
   CONTACT / form-sec
   ============================================================ */
.form-sec {
  background: #fff !important;
}

.form-bg {
  background: transparent !important;
  padding: 44px 40px;
  border-radius: 12px;
  border: 1.5px solid rgba(200, 16, 46, 0.5);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.form-bg h3.sub-title {
  color: var(--hl-ink) !important;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  margin-bottom: 28px !important;
}

.form-sec .contact-info p.text-purple a {
  color: var(--hl-red) !important;
}

.form-btn,
.round-btn {
  background: var(--hl-red);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-family: var(--hl-sans) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.form-btn:hover,
.round-btn:hover {
  background: var(--hl-amber);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(243, 146, 0, 0.50) !important;
}

.brochure.pulseanimation,
.db.brochure {
  background: #000;
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* ---------- Footer ---------- */
.footer {
  background: #fff !important;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.footer .copy-right p {
  color: var(--hl-ink);
}

/* ---------- Misc polish: existing map section gets a brochure frame ---------- */
.map-sec {
  background: var(--hl-cream) !important;
  padding: 0;
}

.map-sec .map {
  position: relative;
}

/* Smooth scroll offset for sticky header */
html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {

  .section-title,
  .section-title1 {
    font-size: 28px !important;
  }

  #gallery .gallery-head .section-title,
  .hl-location .section-title {
    font-size: 30px !important;
  }

  #configuration {
    background-attachment: scroll !important;
  }
}

/* ============================================================
   PROJECT HIGHLIGHTS — dedicated section
   ============================================================ */
.hl-highlights {
  padding: 4rem 0;
  background: #fff;
  position: relative;
}

.hl-highlights::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(200, 16, 46, 0.05), transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 100%, rgba(243, 146, 0, 0.07), transparent 60%);
  pointer-events: none;
}

.hl-highlights .container {
  position: relative;
  z-index: 1;
}

.hl-highlights .section-title {
  font-size: 42px;
  margin-bottom: 10px;
}

.hl-highlights .hl-hi-sub {
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.hl-hi-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.hl-hi-card {
  flex: 0 0 calc(25% - 17px);
  position: relative;
  background: #fff;
  padding: 34px 26px 30px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  isolation: isolate;
}

.hl-hi-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--hl-frame-v);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}

.hl-hi-card::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

.hl-hi-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 50px rgba(200, 16, 46, 0.14);
}

.hl-hi-card:hover::before {
  transform: scaleY(1);
}

.hl-hi-card:hover::after {
  opacity: 1;
}

.hl-hi-stat {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-weight: 600;
  line-height: 1.05;
  font-size: 34px;
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
  padding-bottom: 4px;
}

.hl-hi-stat .hl-hi-plus {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  margin-left: -2px;
}

.hl-hi-stat .hl-hi-word {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-right: 6px;
}

.hl-hi-unit {
  font-family: var(--hl-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  align-self: center;
  padding-bottom: 4px;
}

.hl-hi-title {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 20px;
  font-weight: 600;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  margin: 0 0 10px;
  line-height: 1.3;
}

.hl-hi-desc {
  font-family: var(--hl-sans);
  font-size: 13.5px;
  color: var(--hl-mute);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1199px) {
  .hl-hi-card {
    flex: 0 0 calc(33.33% - 15px);
  }
}

@media (max-width: 900px) {
  .hl-hi-grid {
    gap: 16px;
  }

  .hl-hi-card {
    flex: 0 0 calc(50% - 8px);
    padding: 28px 22px 24px;
  }

  .hl-hi-stat {
    font-size: 48px;
  }
}

@media (max-width: 520px) {
  .hl-hi-card {
    flex: 0 0 100%;
  }

  .hl-highlights {
    padding: 70px 0;
  }

  .hl-highlights .section-title {
    font-size: 32px;
  }

  .hl-hi-stat {
    font-size: 44px;
  }
}

/* ============================================================
   GALLERY — Swiper premium viewer (replaces .hl-gallery-grid)
   ============================================================ */
.hl-sw {
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.hl-sw-main {
  position: relative !important;
  width: 100%;
  overflow: visible;
}

.hl-sw-main .swiper-wrapper {
  padding: 0;
}

.hl-sw-main .swiper-slide {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0c0c10;
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.12);
}

.hl-sw-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.hl-sw-main .swiper-slide:hover img {
  transform: scale(1.06);
}

.hl-sw-main .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.hl-sw-cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.hl-sw-cap .hl-sw-title {
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hl-sw-cap .hl-sw-tag {
  /* Inline tags suppressed — unified "Artist's Impression" tag injected via ::after below */
  display: none;
}

/* Every gallery slide shows the Artist's Impression label */
.hl-sw-main .hl-sw-cap::after {
  content: "Artist\2019s Impression";
  font-family: var(--hl-sans);
  font-size: 6px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.92);
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  align-self: flex-end;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.18);
}

.hl-sw-main .swiper-button-prev,
.hl-sw-main .swiper-button-next {
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: -23px;
}

.hl-sw-main .swiper-button-prev:hover,
.hl-sw-main .swiper-button-next:hover {
  background: var(--hl-frame);
  transform: scale(1.08);
}

/* .hl-sw-main .swiper-button-prev { left: -8px; } */
/* .hl-sw-main .swiper-button-next { right: -8px; } */
.hl-sw-main .swiper-button-prev::after,
.hl-sw-main .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

/* Pagination pinned OVER the image row (not after the swiper-wrapper) */
.hl-sw-main .swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 18px !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 20 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: none;
  pointer-events: auto;
}

.hl-sw-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: width 0.35s ease, background 0.35s ease;
}

.hl-sw-main .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  background: var(--hl-frame);
  box-shadow: 0 2px 8px rgba(200, 16, 46, 0.45);
}

/* Thumbnail strip — hidden (main swiper shows 3 per row, no thumbs needed) */
.hl-sw-thumbs {
  display: none !important;
}

.hl-sw-thumbs-legacy {
  margin-top: 10px;
  padding: 6px 2px 2px;
}

.hl-sw-thumbs .swiper-slide {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hl-sw-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hl-sw-thumbs .swiper-slide:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.hl-sw-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--hl-red);
  box-shadow: 0 6px 14px rgba(200, 16, 46, 0.25);
}

@media (max-width: 768px) {
  .hl-sw-main {
    aspect-ratio: 4 / 3;
  }

  .hl-sw-cap {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .hl-sw-cap .hl-sw-title {
    font-size: 9px;
  }

  .hl-sw-main .swiper-button-prev,
  .hl-sw-main .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}

.disclaimer-section {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}

.disclaimer-section .disclaimer-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  text-align: left;
}

.disclaimer-section .disclaimer-content {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin-bottom: 0;
}

.disclaimer-section .disclaimer-content a {
  color: #0056b3;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 768px) {
  .disclaimer-section {
    padding: 20px 0;
  }

  .disclaimer-section .disclaimer-heading {
    font-size: 18px;
  }

  .disclaimer-section .disclaimer-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Prata&display=swap");

.m-banner {
  margin-top: 69px;
}

@font-face {
  font-family: "Future", serif;
  src: url("../fonts/futura-book-bt.ttf");
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/Cera\ Pro\ Medium.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LibreBodoni";
  src: url("../../demo/fonts/LibreBodoni-BoldItalic.ttf");
}

@font-face {
  font-family: "edhan";
  src: url("../../demo/fonts/EdhanMartine-0WrVv.ttf");
}

@font-face {
  font-family: "baskerville";
  src: url("../fonts/Baskerville.ttc");
}

.selectfields {
  display: none;
}

/* @font-face {
    font-family: 'Poppins', serif;;
    src: url('../fonts/futura-book-bt.ttf');
} */

html {
  overflow-x: hidden !important;
}

body {
  font-family: "Cera";
  font-size: 16px !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

.btn:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Cera";
  font-weight: 500;
}

.dark-bg {
  background: #072621;
}

.grey-bg {
  background: #f6efef;
  /* z-index: -1; */
  position: relative;
}

.text-purple {
  color: #00152a !important;
}

.text-dark {
  color: #fff !important;
}

.text-yellow {
  color: #00152a !important;
}

.sticky-top {
  position: -webkit-sticky;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1020;
}

.carousel-inner {
  /* margin-top: 90px; */
}

.section-title {
  font-family: "baskerville";
  font-size: 34px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  /* letter-spacing: 1px; */
}

.section-title1 {
  font-family: "baskerville";
  font-size: 25px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.subhead {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 30px;
  font-family: "Prata", serif;
}

.sec-padd {
  padding: 50px 0;
  background: #fff !important;
}

.sec-padd-top {
  padding-top: 50px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.sm-padd {
  padding: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.purple_patch {
  /* position: relative; */
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bg-light {
  background-color: #00152a !important;
}

.purple_patch::after {
  position: absolute;
  content: "";
  /* background: rgba(255, 163, 44, 0.1); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.purple_patch .row {
  position: relative;
  z-index: 2;
}

.about-img {
  height: 400px;
  object-fit: cover;
}

#home {
  background-image: linear-gradient(#0f0404, #000023);
}

#about-first {
  background-color: #00152a !important;
  /* background-image: url(../images/particle.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 50px 0;
}

#about-first p,
#about-first ul li {
  color: #ffffff;
  line-height: 27px;
}

#about-first .artist_txt {
  position: absolute;
  bottom: -135px;
  right: 92px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

#about-sec p {
  line-height: 27px;
}

#about-sec .artist_txt {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
  letter-spacing: 2.5px;
  font-size: 6px;
}

.top {
  margin-top: 4rem;
}

.reg__div {
  border: 2px solid #fff;
  padding: 20px 40px;
}

.reg__div h2 {
  font-family: "LibreBodoni";
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

#about-sec {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particale.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 0px 0;
}

.content-wrap p {
  text-align: center;
}

.form-check-input:checked[type="checkbox"] {
  background-repeat: no-repeat !important;
}

.advantage {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 68px;
}

.ventora {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ventora img {
  width: 60%;
}

#amen {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  background: var(--hl-red);
  color: white;
  border: 1px solid #ffffff;
  width: 46px;
  min-width: 46px;
  box-sizing: border-box;
  text-align: center;
}

.input-group-addon .form-ico,
.input-group-addon .fa {
  width: 100%;
  text-align: center;
}

#configuration {
  background-repeat: no-repeat;
  background: #00152a;
  background-image: url(../images/confbg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}

.overlay-sec .overlay {
  padding: 150px 0px;
  /* background-color: #000023a8; */
  /* background-image: url(../images/halftone-particaleu.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.pricingTable {
  background-color: transparent;
  text-align: center;
  padding: 20px 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
  transition: ease all 0.5s;
  border: 5px solid #ffffff;
  width: 100%;
  margin: 44px auto 0px;
}

.pricingTable:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.pricingTable .pricingTable-header {
  background: transparent;
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.pricingTable .title:after {
  content: "";
  /* background: #F63459; */
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  display: block;
  clear: both;
  background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85);
}

.pricingTable .price-value {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  padding: 0px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.pricingTable .price-value span {
  font-size: 16px;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  /* background: linear-gradient(#F53149, #FD6653); */
  /* border-radius: 0 0 20px 20px; */
  /* padding: 23px 30px; */
  /* background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85); */
}

.pricingTable .pricing-content ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}

.pricingTable .pricing-content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}

.pricingTable .pricing-content ul li:last-child {
  margin: 0;
}

.pricingTable .pricingTable-signup a {
  color: #371b1b;
  font-size: 20px;
  font-weight: 400;
  /* font-style: italic; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  margin: 0 auto;
  /* border: 2px solid #E9AF69; */
  border-radius: 0;
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 1px;
  box-shadow: 0 0 0 5px #4b121591;
  padding: 14px;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  padding: 5px;
  background: #e9af69;
  color: #fff !important;
  border-color: #fff !important;
  font-size: 16px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 21, 42, 0.08);
}

header .project-logo {
  max-height: 60px;
}

header .developer-logo-header {
  max-height: 55px;
}

header .nav-link {
  font-family: "Poppins", serif !important;
  color: #00152a !important;
  font-size: 16px;
  border-bottom: 1px solid #0000;
}

header .nav-link:hover {
  color: #00152a !important;
  border-bottom: 2px solid #00152a;
  width: 100%;
  margin: 0 auto;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.offcanvas {
  background-color: #03322b !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  /* background: rgba(0, 0, 0, 0.7); */
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap>* {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

/* 
section {
    overflow: hidden;
} */

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #000023;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: middle;
}

thead>tr>th {
  color: #fff;
}

table .price-click {
  font-size: 14px;
  margin-right: 0;
}

.title45 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 18px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
}

ul.listing li {
  margin-bottom: 15px;
  font-weight: 600;
}

ul.listing li::marker {
  color: #000023;
}

.list-item i {
  color: #000023;
  margin-right: 10px;
}

.list-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.list-item {
  flex: 0 0 50%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.readmore.collapsed .fa::before {
  content: "\f0fe";
  transition: ease all 0.5s;
}

.readmore .fa::before {
  content: "\f146";
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 50px !important;
}

.amenities-icon .icons-wrap {
  border: 2px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  transition: ease all 0.5s;
  padding: 8px;
}

.amenities-icon {
  align-items: center;
  gap: 30px;
}

.amenities-icon p {
  color: #fff;
  margin-bottom: 0;
}

.navbar-brand img {
  max-width: 150px;
}

/**banner***/
.carousel-inner .carousel-caption {
  left: inherit !important;
  right: 5% !important;
  top: 30%;
  text-align: left;
  padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
  font-size: 50px;
}

.carousel-caption h4 {
  font-size: 42px;
}

.banner-title {
  font-size: 60px;
  text-transform: uppercase;
}

.sm-txt {
  font-size: 36px;
  text-transform: capitalize;
}

.xs-txt {
  font-size: 20px;
}

.offtxt {
  margin-left: -46px;
}

#gallery {
  background-color: #00152a !important;
}

.bg_patch::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 1) 100%); */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fixed-footer-cust {
  background: #000;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  color: #fff;
  bottom: 0px;
  z-index: 99;
  border-top: 2px solid;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.show-cta .fixed-footer-cust {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

body.show-cta .interested {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.div-line {
  border-right: 1px solid #ffffff;
}

.fix-link {
  color: #ffffff !important;
  font-size: 12px;
}

.i-am,
.download1 {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.carousel-caption>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fa-phone {
  transform: rotate(13deg) !important;
}

.big-head {
  font-size: 50px;
  line-height: 1.4;
}

.overview-inner {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.overview-inner::before {
  position: absolute;
  /* content: ''; */
  background: url("../images/left-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -230px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.overview-inner::after {
  /* position: absolute; */
  content: "";
  background: url("../images/right-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  right: -372px;
  top: 0;
  background-position: right top;
  -webkit-animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.half_patch {
  position: relative;
}

.half_patch::before {
  position: absolute;
  content: "";
  background: url("../images/half-patch.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -371px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  z-index: 1;
  background-size: contain;
}

.overview-inner .paradise-img {
  margin-top: -450px;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.txt {
  font-weight: 600;
  margin-bottom: 0;
}

.icon-box img {
  width: 32px;
}

.img-wrapper {
  z-index: 1;
}

.title-div {
  width: 50%;
  border-bottom: 3px solid #fff;
  margin: 25px 0;
}

.map-sec .left-content.me-auto {
  margin-left: initial;
}

.map-sec {
  /* margin-bottom: -50px; */
  background: #fff !important;
}

.contact-info {
  margin-top: 60px;
}

.contact-info p {
  color: #09000d;
  line-height: 29px;
}

.nri_box_wrap {
  display: flex;
  margin-bottom: 35px;
  gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;
  width: 44px;
  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #fff;
  top: 40px;
  left: 50%;
}

.nribox_txt_wrap h4 {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}

.left-content {
  max-width: 638px;
  margin-left: auto;
  padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 100%;
  left: 0;
}

.amenities-gallery img {
  height: 430px;
  /* transform: scale(1); */
}

.livig-img {
  position: relative;
  /* top: 135px; */
  top: 65px;
}

.pt-lg-5 {
  padding-top: 4rem !important;
}

.sky-img {
  position: relative;
  bottom: 70px;
}

/* .amenities-gallery:hover img {
    transform: scale(1.1);
} */

.configuration>* {
  position: relative;
  z-index: 9;
}

.configuration::before {
  position: absolute;
  content: "";
  background: url("../images/conf-effect.png") no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: inherit;
}

.conf-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: #000023 !important;
  bottom: 0px;
  color: #fff !important;
  font-size: 6px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff !important;
  border: none !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"] {
  color: #000023 !important;
  border: 2px solid !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #000 !important;
}

.conf-img {
  position: relative;
  padding: 0 0 25px 25px;
  margin: 30px 0 0 15px;
}

.conf-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #745c2c;
  border-left: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img:after {
  content: "";
  position: absolute;
  width: 88%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #745c2c;
  border-right: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img .confimg {
  margin-top: -40px;
}

.map-image {
  position: relative;
  padding-left: 10px;
}

.map-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-left: 10px solid #fff;
  height: 450px;
  margin-top: -250px;
}

.b-top-bot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
}

/*********Animation************/

/*Up down*/
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/******************/
.snip1206 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206::before {
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  z-index: 99;
  font-size: 30px;
  color: #745c2c;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.snip1206 h2,
.snip1206 p {
  opacity: 1;
}

.snip1206:hover:after,
.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:before {
  -webkit-transform: skew(0deg) scaleX(1);
  transform: skew(0deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fig-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

/**Tab***/
.nav-tabs .nav-link.active {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  font-size: 20px;
  margin: 0 15px 15px !important;
  min-width: 195px;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
}

.tab-content>.tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

#overview {
  overflow: hidden;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* background: #745C2C; */
  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #000023;
  background-color: #fff2e2;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  /* margin-left: auto; */
  padding-right: 0;
  margin: auto;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

/* .form-inner {
    margin-top: -142px;
} */

.form-bg {
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  background: #00152a;
  height: 100%;
  padding: 75px 50px;
}

.form-btn {
  width: 50% !important;
  background: #ffffff;
  color: #371b1b;
  border: 0;
  font-weight: 800;
  margin-top: 20px;
  padding: 7px 40px;
  margin: 25px auto 0;
  letter-spacing: 3px;
}

/* .divider-line {
    height: 100px;
    width: 2px;
    border: 1px solid #ffff;
    background: #fff;
} */

/* .about-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.about-item {
  flex: 1;
  color: white;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-right: 15px;
}

.divider-line-vertical {
      width: 3px;
    background-color: white;
    opacity: 0.7;
    height: 47px;
} */

/* .about-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
} */

.about-first-section {
  position: relative;
  overflow: hidden;
  background-color: #4693c6;
  /* example background, adjust to your theme */
  z-index: 1;
}

.bg-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  /* z-index: -1; */
}

#location {
  /* display: none; */
  position: relative;
}

/* Wind swirl - top left */
.deco-wind {
  top: 0;
  left: 0;
  width: 120px;
  display: none;
}

/* Cloud - bottom left */
.deco-cloud {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

.locationdeco-cloud {
  width: 393px;
  bottom: -63px;
  /* animation: floatY 6sease-in-out infinite; */
}

.gallerydeco-cloud {
  width: 344px;
  bottom: -47px;
  right: -10px;
}

.gallerydeco-feather {
  left: -15px;
  width: 373px;
  transform: translateY(-50%);
  top: 15%;
}

.deco-cloud2 {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

/* Feather - middle right */
.deco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.locationdeco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.deco-feather2 {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

/* Optional animation */
@keyframes floatY {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-55%) translateX(5px);
  }
}

.deco-feather {
  animation: floatY 6s ease-in-out infinite;
}

.deco-feather2 {
  animation: floatY 6s ease-in-out infinite;
}

.deco-cloud {
  animation: floatY 6s ease-in-out infinite;
}

/* 
.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: white;
  font-family: 'Georgia', serif;
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.feature-box {
  flex: 1;
  text-align: left;
}

.feature-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: bold;
}

.big-number {
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 20px;
  font-weight: 400;
}

.feature-desc {
  font-size: 16px;
  margin-top: 8px;
}

.vertical-divider {
  width: 1px;
  background-color: white;
  opacity: 0.4;
  height: auto;
} */

.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-family: "Georgia", serif;
  padding: 8px 2px;
}

#gallery {
  position: relative;
}

.ovley {
  text-align: center;
  padding: 4px 3px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -1px;
  /* font-style: italic; */
  left: 0%;
  /* right: 0%; */
  /* margin: auto; */
  /* left: 37%; */
  background: #c5c5c5de;
  font-family: var(--hl-frame);
}

.py {
  padding: 4rem 0 !important;
  /* background: #fff!important; */
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.feature-box {
  flex: 1;
  text-align: center;
}

.feature-title {
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  gap: 6px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.big-number {
  font-family: "edhan";
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 23px;
  font-weight: 400;
}

.feature-desc {
  font-size: 15px;
  /* font-weight: 600; */
  margin-top: -5px;
  color: #f0eeda;
  text-align: start !important;
}

.vertical-divider {
  width: 3px;
  background-color: white;
  opacity: 0.7;
  height: 50px;
}

.form-check-label {
  text-align: start !important;
}

/* 🔁 Responsive layout */
@media (max-width: 768px) {
  .txt-center {
    text-align: center !important;
  }

  .feature-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .brochure {
    position: fixed;
    z-index: 9999;
    top: 485px !important;
    right: -40px !important;
    transform: rotate(90deg);
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 18px !important;
    background: #00152a !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0px;
    /* font-weight: 600; */
    outline: none;
    /* left: 6px; */

    left: unset !important;
    bottom: unset !important;
  }

  .form-check input {
    width: 20px !important;
  }

  .py {
    padding: 40px 0 !important;
  }

  #our-service {
    padding: 50px 0 !important;
  }

  ul {
    margin-bottom: 0rem !important;
  }

  .about-ul {
    margin-bottom: 0rem !important;
  }

  .deco-feather2 {
    display: none;
  }

  .deco-feather {
    /* display: none; */
    top: 9%;
    width: 290px;
    right: -18px;
  }

  .deco-cloud {
    /* display: none; */
    /* display: none; */
    bottom: 170px;
    width: 284px;
    left: -14px;
  }

  .gallerydeco-cloud {
    display: none;
  }

  .locationdeco-feather {
    display: none;
  }

  .locationdeco-cloud {
    display: none;
  }

  .gallerydeco-feather {
    display: none;
  }

  .deco-cloud2 {
    display: none;
  }

  .feature-title {
    justify-content: center;
  }

  .feature-desc {
    text-align: center !important;
  }

  .top {
    margin-top: 4px !important;
  }

  .advantage {
    flex-direction: column;
    gap: 0;
  }

  .navbar {
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
  }

  header .navbar .navbar-toggler {
    order: 2;
    margin: 0;
  }

  header .navbar>.col-7 {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start !important;
  }

  header .navbar>.d-block.d-sm-none {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .vertical-divider {
    display: none;
  }

  .feature-box {
    width: 100%;
    max-width: 320px;
  }
}

form .form-btn {
  display: inherit !important;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 27px;
  margin-right: 15px;
}

.con-title {
  font-size: 24px;
}

.con-subtitle {
  font-size: 18px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(149, 70, 11, 0.5);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 0 !important;
}

.galimg:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

.modal-content form {
  position: relative;
  z-index: 99;
}

/*----------Modal Design-------*/
label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
  display: none;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: #fff !important;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(200, 16, 46, 0.5) !important;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

#from-head {
  /* color: var(--hl-ink) !important; */
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content::after {
  display: none;
}

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: var(--hl-ink);
}

.modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: none;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  position: relative;
  z-index: 99;
  color: var(--hl-ink);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  width: 100%;
}

.modal-content p {
  position: relative;
  z-index: 9999;
  color: var(--hl-mute);
}

.disclaimer_text {
  text-align: left !important;
  /* height: 500px;
    overflow-y: scroll; */
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25) !important;
  border-radius: 0px !important;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding-left: 14px;
  color: var(--hl-ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.modal-body form input:focus,
.modal-body form select:focus {
  border-color: var(--hl-red) !important;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

.modal-body form select option {
  color: #1a1a1a;
  background: #fff;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

.gallery-slider_wrapper h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 48px;
  margin-bottom: 26px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: none;
}

.modal-body form button {
  margin: 0 auto;
}

.modal-body .checkbox-label {
  color: var(--hl-ink) !important;
}

.modal-body .input-group-addon .form-ico {
  color: #fff;
}

/*-----------Modal End --------*/

/*****************Footer*******************/

.social-item {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

.social-item i {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.social-item:hover {
  background: #000023;
}

/**********Project**************/
.proj-loc .fas {
  color: #000023;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #000023;
  border-bottom: 1px solid #000023;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #000023;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #000023;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  /*background: #fff;*/
  z-index: 1;
  padding-left: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#contact {
  background: #d1d1d133;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #000023;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #000023;
}

.schools-sec .row>.col-md-6 {
  margin-bottom: 30px;
  color: #000023;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #000023;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

.flr_img img {
  width: 100%;
  filter: blur(2px);
  padding: 0 10px;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "Prata", serif !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000023;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 40px;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: 600;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
  font-weight: 600;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #000023;
  border-radius: 25px;
}

.oops-greet {
  color: #000023;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/
#contact-form input {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form input:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form select:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select option {
  color: #1a1a1a !important;
  background: #fff;
}

#contact-form input::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

#contact-form .checkbox-label {
  color: var(--hl-ink) !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.contact-form .form-group {
  height: 46px;
  margin-bottom: 30px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #fff !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

/****************Benefits*******************/
.outcome-inner {
  position: relative;
  /* background: linear-gradient(90deg, rgba(43,52,79,0.9304096638655462) 0%, rgba(43,52,79,1) 46%, rgba(43,52,79,0.927608543417367) 71%); */
}

/* .outcome-inner:after {
    position: absolute;
    content: '';
    background: rgb(43,52,79);
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
} */
.benfits-wrap {
  position: relative;
  z-index: 2;
}

.benfits-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.ben-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.arrow_txt {
  background: #e9e5e2;
  width: 150px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 0 30px;
  margin-left: -2px;
}

.arrow_txt1 {
  margin-right: -2px;
}

.icon_wrap img {
  max-width: 70px;
}

.arrow-box {
  display: flex;
  align-items: center;
}

.arrow-wrap {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 9;
}

.arrow-wrap2 {
  position: absolute;
  bottom: 0;
  left: -45px;
  z-index: 9;
}

.nav-tabs .nav-link.active {
  border: 3px solid #ffffff91 !important;
  background: #00152a !important;
  color: #fff !important;
  border-radius: 0 !important;
  /* text-align: center; */
  /* background-image: url(../images/arrowfloor.svg); */
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  border: 3px solid #00000091 !important;
  background: #fff2e2 !important;
  color: #4b1215 !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0 15px 15px !important;
  min-width: 100%;
  text-align: initial;
  padding: 15px;
  transition: all 0.4s ease 0s;
}

#nav-profile .nav-tabs .nav-link,
#nav-contact .nav-tabs .nav-link {
  margin: 15px auto !important;
  min-width: 20%;
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
}

.nav-tabs .nav-link:hover {
  border: 3px solid #745c2c !important;
  background: #00152a !important;
  color: #fff !important;
  /* background-image: url(../images/arrowfloor.svg); */
}

.gallery-slider_wrapper {
  width: 100%;
  /* max-width:768px; */
  margin: auto;
}

.gallery-slider_wrapper .owl-theme .owl-nav {
  /* margin:0; */
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  /* width:30px; */
  /* height:120px; */
  background: #000023;
  font-size: 5px !important;
  color: #fff;
  /* margin:0; */
  /* padding: 0; */
  /* border-radius: 0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  /* position: absolute; */
  /* line-height: 120px; */
  /* width:30px; */
  /* text-align: center; */
  /* top:0; */
  /* left:0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
  /* content: "\f111"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: -25px;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  /* content: "\f112"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: -24px;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  position: relative;
  margin: 0 5px;
  height: 120px;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  right: 7px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  /* border: 3px solid #fff; */
  font-size: 18px !important;
  /* background: #00152a !important;
  color: #fff; */
  padding: 5px 10px;
  border-radius: 0px;
  margin: 3px;
  /* font-weight: 600; */
  outline: none;
  background: var(--hl-red);
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/******************amenities**************************************************/

.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-btns .amebox {
  display: inline-block;
  background-color: #00152a;
  width: 130px;
  height: 130px;
  /* line-height: 90px; */
  border: 4px solid #ffffff;
  text-align: center;
  margin: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  box-shadow: 2px -1px 11px 1px rgb(0 0 0 / 46%);
  opacity: 0.99;
}

.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}

.social-btns .amebox i {
  transform: scale(0.8);
}

.social-btns .amebox:before {
  background-color: #fff2e2;
}

.social-btns .amebox i {
  color: #37a692;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .amebox:focus i,
.social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}

.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .amebox img {
  position: relative;
  z-index: 999;
  /* vertical-align: middle; */
  display: block;
  width: 71px !important;
  display: block;
  filter: brightness(0) invert(1);
  line-height: 136px;
  margin: 25px auto;
  object-fit: contain;
  height: 70px;
}

.social-btns .ame-tit {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  margin: 20px 0px 30px;
  /* font-family: "MESSINASANS"; */
}

/* .social-btns .ame-tit:after {
    content: " ";
    border-left: 4px dashed #f58345;
    right: -5%;
    height: 35%;
    bottom: 0px;
    position: absolute;
} */

.social-btns .amebox:hover img {
  filter: brightness(0.5);
}

.social-btns .ame-tit1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px 30px;
  line-height: 28px;
}

.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}

.ame-head {
  text-align: center;
  font-size: 50px;
  margin: 90px;
  color: #37a692;
  font-family: "IVYMODE";
}

.footer {
  background-color: #00152a;
  /* padding: 40px 0px; */
}

.copy-right p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.l-img {
  object-fit: cover;
  height: 500px;
  border: 3px solid #745c2c;
}

.navbar-nav {
  border-bottom: 1px solid #0000;
}

.abt_content_wrap {
  /* background: #f2f2f2; */
  /* padding: 110px 110px; */
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  flex-flow: column;
}

.abt_list li {
  color: #000000;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  list-style: disc;
}

.odc-o li {
  /* margin: 6px 5px; */
}

.odc li {
  /* font-size: 13px; */
  /* color: #0a112b; */
  /* background: #d3d3d3; */
  margin-bottom: 20px;
  padding: 9px 10px;
  margin: 10px 0;
  display: block;
  width: 45%;
  display: flex;
  align-items: center;
  /* height: 68px; */
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.odc .row {
  justify-content: flex-start;
  gap: 10px 20px;
}

.width-icon {
  /* width: 40px; */
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.odc-o li img {
  /* background: #fff; */
  width: 32px;
  padding: 5px;
}

.odc li img {
  width: 50px;
  margin-right: 0;
  display: block;
  float: left;
  filter: brightness(0) invert(1);
}

.width-txt {
  padding: 20px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.about-align {
  text-align: start;
}

#location {
  background-color: #00152a !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.brochure {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  border: 3px solid #fff;
  font-size: 18px !important;
  background: var(--hl-red) !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  margin: 0px;
  /* font-weight: 600; */
  outline: none;
  left: 14px;
}

.ablogo {
  width: 152px;
}

.subhead {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 28px;
}

.counter-wrap {
  /* display: inline; */
  padding-top: 0;
  position: absolute;
  left: 0%;
  z-index: 9;
  top: 20%;
  width: 98%;
}

.time h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 50px;
  height: 35px;
  margin: 10px auto;
  background: #4b1215;
  color: #fff;
  border-radius: 0%;
  padding: 9px 0px;
  box-shadow: 2px 2px 7px #676f90;
}

.time p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  /* border-radius: 9px; */
  color: #000;
  font-size: 11px;
  width: 50px;
  margin: 0px auto;
  margin-top: 5px;
}

.form-check-input {
  height: 20px !important;
  width: 4% !important;
  border: none !important;
  background-color: #fff !important;
}

.form-check label {
  color: #000;
  font-size: 12px;
  padding-left: 12px;
  font-weight: 200;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .counter-wrap {
    /* display: inline; */
    padding-top: 0;
    position: absolute;
    left: 4%;
    z-index: 9;
    top: 20%;
    width: 100%;
  }
}

/* ============ desktop view .end// ============ */
@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }

  #about-first .artist_txt {
    right: 0;
  }

  .width-txt {
    padding: 20px 15px;

    font-size: 12px;
  }

  #about-sec .artist_txt {
    right: 35px;
  }

  .sec-padd-bot {
    padding-bottom: 60px;
  }

  body {
    font-size: 16px !important;
  }

  .content-wrap {
    max-width: 543px;
  }

  .subhead {
    font-size: 25px;
  }

  .sub-title {
    font-size: 25px;
  }

  header .nav-link {
    font-size: 14px;
  }

  .banner-title {
    font-size: 40px;
  }

  .sm-txt {
    font-size: 28px;
  }

  .list-item {
    font-size: 15px;
  }

  .form-bg {
    padding: 75px 30px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .overview-inner .paradise-img {
    margin-top: -400px;
  }

  .left-content {
    max-width: 545px;
  }

  .amenities-gallery img {
    height: 379px;
  }

  .amenities-gallery .actual {
    font-size: 14px;
  }

  .list li {
    font-size: 14px;
  }

  .map-image::after {
    height: 180px;
    margin-top: -120px;
  }

  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h4 {
    font-size: 32px;
  }

  .big-head {
    font-size: 35px;
  }

  .section-title {
    font-size: 33px;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .over-sec .sticky-top {
    top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 80px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 40px;
  }

  .overview-inner::before {
    left: -283px;
  }

  .overview-inner::after {
    right: -401px;
  }

  .contact-info {
    margin-top: 0px;
  }

  #navbarNavDropdown {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 9999;
    background: #e9af69;
    width: 100%;
  }

  .overview-inner .paradise-img {
    margin-top: 0;
  }

  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .section-title {
    font-size: 28px;
  }

  .sm-txt {
    font-size: 25px;
  }

  .round-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .page-banner {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .icon-wrap i,
  .con-title {
    font-size: 22px;
  }

  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }

  .amen-slide .item {
    margin-bottom: 60px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .left-content {
    max-width: 338px;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 26px;
  }

  .carousel-caption h4 {
    font-size: 23px;
  }

  .big-head {
    font-size: 29px;
  }

  /* .amenities-gallery img {
        min-height: auto;
    } */

  .banner-title {
    font-size: 35px;
  }

  .icon_wrap img {
    max-width: 45px;
  }

  .arrow_txt {
    font-size: 18px;
    height: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .mob_reg {
    padding: 50px 0;
    background-color: #fff !important;
    /* background-image: url(../images/halftone-particale.webp); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .mob_reg h2 {
    font-family: "Cera";
    font-size: 20px;
    color: #00152a;
    text-align: center;
    line-height: 1.5;
  }

  .mob_reg .form-check label {
    color: #000;
  }

  .mob_reg input::placeholder {
    color: #000 !important;
  }

  .footer-2 {
    padding: 30px 0;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .artist_txt {
    font-size: 11px;
  }

  .form-check-input {
    width: 20px !important;
  }

  .cloud {
    max-width: 70px;
    top: 0;
  }

  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }

  .left-content {
    max-width: initial;
    width: 100%;
    padding-left: 0;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  .big-head {
    font-size: 24px;
  }

  .border-effect {
    margin-bottom: 0px;
  }

  .conf-content {
    max-width: 100%;
  }

  .over-sec .img-wrapper {
    overflow: hidden;
  }

  .offtxt {
    margin-left: 0;
  }

  .conf-img {
    margin: 60px 0 0 15px;
  }

  .nav-tabs .nav-link {
    font-size: 18px;
    margin: 0 7px 15px !important;
    text-align: center;
  }

  .galimg {
    margin-bottom: 20px;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .banner-title {
    font-size: 25px;
  }

  .sm-txt {
    font-size: 20px;
    text-transform: capitalize;
  }

  .carousel-inner .carousel-caption {
    top: initial;
  }

  .navbar-brand img {
    max-width: 97px;
  }

  .bg_patch::before {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 1) 100%); */
  }

  .arrow_txt {
    width: auto;
  }

  .arrow-wrap {
    right: -7px;
  }

  .arrow-wrap2 {
    left: -7px;
  }

  .pricingTable {
    width: 95%;
  }

  .pricingTable .pricingTable-signup a {
    font-size: 18px;

    padding: 15px 20px;
  }

  .about-align {
    text-align: center;
  }

  .livig-img {
    position: relative;
    top: 0px;
  }

  .sky-img {
    position: relative;
    bottom: 0px;
  }

  .l-img {
    height: 300px;
  }

  header .nav-link {
    color: #00152a !important;
    font-weight: 600;
  }

  .odc li {
    padding: 10px 15px;
    margin: 12px 0px;
    width: 90%;
  }

  .abt_content_wrap {
    /* margin: 50px auto; */
  }

  #about-first .abt_row {
    flex-direction: column-reverse;
  }

  .carousel-inner {
    margin-top: 0px;
  }

  #about-sec .artist_txt {
    bottom: 0;
    right: 0;
  }

  #about-first .artist_txt {
    bottom: 0;
    right: 0;
  }

  .brochure {
    font-size: 16px !important;
    /* left: -46px; */
    right: -45px;
    padding: 5px 11px;
    transform: rotate(90deg);
    display: none;
  }

  .pricingTable .pricingTable-header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .counter-wrap {
    display: inline-block !important;
    width: 66%;
    left: 0%;
    /* top: 47%; */
    position: initial;
    width: 100%;
    margin: 85px auto 20px;
    /* margin-top: 13px; */
    display: grid;
    /* margin-bottom: 10px; */
  }
}

@media screen and (max-width: 767px) {
  .py-3 {
    margin-bottom: 44px;
  }
}

/* .pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
} */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

a.glow {
  color: #f32179;
  padding: 20px;
  border-color: #f32179;
  font-size: 30px;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 3em;
  cursor: pointer;
}

@keyframes glowing {
  0% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }

  50% {
    background-color: #122840c0;
    box-shadow: 0 0 0 5px #122840c0;
  }

  100% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }
}

.edit {
  object-fit: fill;
  filter: blur(5px);
}

#priceform-fname::placeholder,
#priceform-mobile::placeholder,
#priceform-email::placeholder {
  color: black !important;
  opacity: 1;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon points="4,6 8,10 12,6" style="fill:%23333"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px !important;
}

.custom-select1 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='white' stroke-width='15'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 15px !important;
}

.feature-wrapper {
  display: flex;
  justify-content: space-between;
  /* gap: 30px; */
}

.feature-col {
  width: 48%;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column;
  }

  .feature-col {
    width: 100%;
  }
}

/* ==========================================================================
   About Kanakia Group Section - Redesigned
   ========================================================================== */
.about-kanakia-section {
  background: linear-gradient(135deg, #f8f6f1 0%, #ffffff 60%, #f4f1ea 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.about-kanakia-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle,
      rgba(0, 21, 42, 0.07) 0%,
      rgba(0, 21, 42, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle,
      rgba(116, 92, 44, 0.08) 0%,
      rgba(116, 92, 44, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section .container {
  position: relative;
  z-index: 2;
}

.about-kanakia-section .title-underline {
  display: block;
  width: 70px;
  height: 3px;
  background: #745c2c;
  margin: 8px auto 14px;
  border-radius: 2px;
}

.about-kanakia-section .section-subtitle {
  font-size: 16px;
  color: #555;
  /* font-style: italic; */
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.about-main-row {
  margin-top: 30px;
}

/* ---- Logo card with stats ---- */
.about-logo-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 12px 35px rgba(0, 21, 42, 0.08);
  border: 1px solid rgba(116, 92, 44, 0.12);
  text-align: center;
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.about-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 21, 42, 0.14);
}

.about-logo-card .logo-inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 22px;
}

.about-logo-card .developer-logo {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px dashed rgba(0, 21, 42, 0.18);
  padding-top: 20px;
}

.about-stats .stat-item {
  text-align: center;
  padding: 8px 4px;
}

.about-stats .stat-item h4 {
  font-family: "baskerville", serif;
  font-size: 28px;
  font-weight: 700;
  color: #745c2c;
  margin: 0 0 4px;
  line-height: 1;
}

.about-stats .stat-item p {
  font-size: 12px;
  color: #000;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
}

/* ---- Content text ---- */
.about-content-wrap {
  padding-left: 20px;
}

.about-content-wrap p {
  font-size: 15px;
  line-height: 1.8;
  color: #2b2b2b;
  margin-bottom: 16px;
  text-align: justify;
}

.about-content-wrap p strong {
  color: #00152a;
  font-weight: 600;
}

/* ---- Portfolio cards ---- */
#our-service {
  padding: 80px 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 16, 46, 0.06) 0%, transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(243, 146, 0, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #fdf9f0 0%, #faf3e3 100%);
  position: relative;
  overflow: hidden;
}

#our-service::before,
#our-service::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.45;
  z-index: 0;
}

#our-service::before {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(200, 16, 46, 0.18) 0%, transparent 70%);
}

#our-service::after {
  width: 320px;
  height: 320px;
  bottom: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.22) 0%, transparent 70%);
}

.our-service-wrap {
  position: relative;
  z-index: 1;
}

.portfolio-heading {
  position: relative;
}

.portfolio-eyebrow {
  display: inline-block;
  font-family: "Cera", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8102e;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 4px 14px;
  border: 1px solid rgba(200, 16, 46, 0.25);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio-heading h4 {
  font-family: "baskerville", serif;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a1a1a;
}

.portfolio-heading h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
}


.portfolio-subtitle {
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-size: 15px;
  color: #6f6f6f;
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-row>[class*="col-"] {
  display: flex;
}

.portfolio-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  border-radius: 16px;
  padding: 32px 22px 26px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.06);
  border: 1px solid rgba(184, 138, 52, 0.14);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  position: relative;
  overflow: hidden;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12) 0%, transparent 70%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(200, 16, 46, 0.14);
  border-color: rgba(200, 16, 46, 0.35);
}

.portfolio-card:hover::before {
  transform: scaleX(1);
}

.portfolio-card:hover::after {
  transform: scale(1.4);
}

.portfolio-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #c8102e 0%, #e76f0a 55%, #f39200 100%);
  color: #fff !important;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-radius 0.45s ease;
  box-shadow:
    0 10px 22px rgba(200, 16, 46, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}

.portfolio-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1px dashed rgba(184, 138, 52, 0.45);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transform: scale(0.85);
}

.portfolio-card:hover .portfolio-icon {
  transform: translateY(-4px) rotate(-6deg);
  border-radius: 50%;
  box-shadow:
    0 16px 30px rgba(200, 16, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.portfolio-card:hover .portfolio-icon::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 50%;
}

.portfolio-card h5 {
  font-family: "baskerville", serif;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.portfolio-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ---- Awards banner ---- */
.awards-banner {
  background: linear-gradient(135deg, #00152a 0%, #1a3a5e 100%);
  color: #fff;
  padding: 24px 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 21, 42, 0.18);
}

.awards-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle,
      rgba(184, 153, 104, 0.25) 0%,
      rgba(184, 153, 104, 0) 70%);
  border-radius: 50%;
}

.awards-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #b89968 0%, #745c2c 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(184, 153, 104, 0.4);
  z-index: 1;
}

.awards-banner p {
  font-size: 14.5px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.awards-banner p strong {
  color: #f0c97c;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .about-content-wrap {
    padding-left: 0;
    margin-top: 25px;
  }

  .about-logo-card {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-kanakia-section {
    padding: 50px 0;
  }

  .about-kanakia-section .section-subtitle {
    font-size: 14px;
  }

  .about-logo-card {
    padding: 22px 18px;
  }

  .about-logo-card .developer-logo {
    max-width: 55%;
  }

  .about-stats .stat-item h4 {
    font-size: 22px;
  }

  .about-stats .stat-item p {
    font-size: 11px;
  }

  .about-content-wrap p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .portfolio-eyebrow {
    font-size: 10.5px;
    letter-spacing: 2px;
    padding: 3px 12px;
  }

  .portfolio-heading h4 {
    font-size: 24px;
  }

  .portfolio-subtitle {
    font-size: 13px;
    margin-top: 14px;
  }

  .portfolio-card {
    padding: 24px 14px 20px;
    text-align: center;
    align-items: center;
    border-radius: 14px;
  }

  .portfolio-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
  }

  .portfolio-card h5 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .portfolio-card p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .awards-banner {
    flex-direction: column;
    text-align: center;
    padding: 22px 18px;
    gap: 14px;
  }

  .awards-banner p {
    font-size: 13.5px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .about-stats .stat-item h4 {
    font-size: 19px;
  }

  .about-stats .stat-item p {
    font-size: 10px;
  }
}

#connectivity-advantages {
  background-color: #00152a !important;
}

.location-img-wrap {
  position: sticky;
  top: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.location-img-wrap a {
  display: block;
  cursor: zoom-in;
}

.location-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.location-img-wrap a:hover img {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .location-img-wrap {
    position: static;
    margin-bottom: 30px;
  }

  .location-img-wrap img {
    max-height: 400px;
  }
}

#connectivity-advantages .section-title {
  color: #ffffff;
}

#connectivity-advantages .head-wrap {
  margin-bottom: 40px;
}

.conn-adv-accordion {
  background-color: transparent;
}

.conn-adv-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 32px;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
}

.conn-adv-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.conn-adv-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  font-family: "baskerville";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 16px 24px;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.conn-adv-accordion .accordion-body {
  background-color: transparent;
  padding: 16px 24px 20px;
}

.conn-adv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 10px;
  margin: 10px 0;
  color: #fff;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.conn-adv-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.conn-adv-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.conn-adv-icon img {
  width: 32px;
  height: 32px;
  padding: 5px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.conn-adv-dist {
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .conn-adv-accordion .accordion-button {
    font-size: 18px;
    padding: 12px 18px;
  }

  .conn-adv-accordion .accordion-body {
    padding: 4px 18px 10px;
  }

  .conn-adv-row {
    padding: 12px 0;
    gap: 10px;
  }

  .conn-adv-name {
    font-size: 14px;
    gap: 10px;
  }

  .conn-adv-icon {
    width: 34px;
    height: 34px;
  }

  .conn-adv-icon img {
    width: 18px;
    height: 18px;
  }

  .conn-adv-dist {
    font-size: 13px;
  }
}

/* Gallery tabs */
#gallery .gallery-head {
  margin-top: 10px;
}

#gallery .gallery-nav {
  margin: 10px 0 25px;
}

#gallery .gallery-nav .nav-tabs {
  flex-wrap: nowrap;
  gap: 10px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  font-size: 14px;
  min-width: auto;
  margin: 0 !important;
  padding: 6px 18px;
}

#gallery .gallery-thumbnail-wrap {
  margin: 10px 25px 0 25px;
}

@media (max-width: 480px) {
  #gallery .gallery-nav .nav-tabs {
    gap: 6px;
  }

  #gallery .gallery-nav .nav-tabs .nav-link {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* ============================================================
   BROCHURE THEME OVERRIDES — HighLife
   Based on the HighLife_A3 brochure (Kanakia Beverly Heights)
   ============================================================ */

:root {
  --hl-red: #c8102e;
  --hl-orange: #f39200;
  --hl-amber: #e76f0a;
  --hl-gold: #b88a34;
  --hl-cream: #faf6ee;
  --hl-ivory: #f7f2e8;
  --hl-ink: #1a1a1a;
  --hl-mute: #6f6f6f;
  --hl-frame: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-frame-v: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-pattern: none;
  --hl-serif:
    "Libre Bodoni", "Cormorant Garamond", "Baskerville", "baskerville", Georgia,
    serif;
  --hl-serif-italic:
    "Cormorant Garamond", "Libre Bodoni", "Baskerville", Georgia, serif;
  --hl-sans:
    "Poppins", "Cera", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

/* Brochure-native typography pulled from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@300;400;500;600;700&family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/* ---------- Global tone ---------- */
body {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  background: var(--hl-cream);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-title1,
.sub-title {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  letter-spacing: 0.2px;
}

p,
li,
label,
a,
span,
input,
select,
textarea,
button {
  font-family: var(--hl-sans);
}

/* ---------- Signature gradient text (like the "High" in HighLife) ---------- */
.hl-gradient,
.section-title .hl-gradient,
.hl-accent {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* font-style: italic; */
  font-family: var(--hl-sans) !important;
  font-weight: 600;
}

/* Apply the gradient to ALL section headers by default */
.section-title,
.section-title1,
.sub-title {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  /* font-style: italic; */
  font-weight: 600;
  font-family: var(--hl-sans) !important;
}

/* Keep the signature italic-serif + gradient visible even on dark sections */
.text-purple,
.text-yellow,
.text-light {
  color: var(--hl-ink) !important;
}

/* Inline spans inside .section-title inherit the gradient too */
.section-title .sm-txt,
.section-title .sm-txt.text-dark {
  background: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  font-family: inherit;
  font-style: inherit;
}

/* ---------- Subtle brochure pattern ---------- */
.hl-pattern-bg {
  background-color: var(--hl-cream);
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 420px auto;
  background-blend-mode: multiply;
}

/* ---------- Premium red→orange frame ---------- */
.hl-frame {
  position: relative;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.6);
}

.hl-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--hl-frame);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---------- Header / nav ---------- */
header.bg-light,
.navbar-light.sticky-top.bg-light {
  background: #fff !important;
  box-shadow: 0 2px 18px rgba(26, 26, 26, 0.06);
  border-bottom: 1px solid rgba(200, 16, 46, 0.08);
}

.navbar-light .navbar-nav .nav-link,
.m-link {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
  position: relative;
  padding: 6px 2px !important;
  margin: 0 10px !important;
}

.navbar-light .navbar-nav .nav-link::after,
.m-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--hl-frame);
  transition: right 0.35s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.m-link:hover::after,
.nav-item.active .m-link::after {
  right: 0;
}

/* ---------- Hero patch ---------- */
#home {
  background: #000 !important;
  background-image: none !important;
}

/* ---------- Overview / about-first ---------- */
#about-first {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
}

#about-first p,
#about-first ul li {
  color: var(--hl-ink);
}

#about-first .about-align {
  text-align: left !important;
}

#about-first .reg__div {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
  padding: 28px 34px;
  box-shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
  border-radius: 2px;
}

#about-first .reg__div h2 {
  color: var(--hl-ink);
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  margin-bottom: 18px;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
}

/* Project Highlights "feature-box" numbers get the gradient */
.features-section .big-number {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-serif-italic) !important;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
  line-height: 1.15;
  padding: 0.05em 0.18em 0.1em 0.05em;
  margin-right: 0.15em;
  overflow: visible;
}

.features-section .unit-text,
.features-section .feature-desc {
  color: var(--hl-ink) !important;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  font-family: var(--hl-sans) !important;
  font-style: normal;
  font-weight: 500;
}

.features-section .feature-desc {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.85;
}

.features-section .feature-box {
  padding: 8px 4px;
}

.features-section .vertical-divider {
  background: linear-gradient(180deg,
      transparent,
      rgba(200, 16, 46, 0.4),
      transparent);
}

/* ---------- About section ---------- */
#about-sec {
  background-color: #fff !important;
}

#about-sec p {
  color: var(--hl-ink);
}

#about-sec .about-img {
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
}

.feature-wrapper .feature-item {
  border-bottom: 1px solid rgba(200, 16, 46, 0.12);
}

.feature-wrapper .feature-item span {
  color: var(--hl-ink);
  font-weight: 500;
}

/* ============================================================
   CONFIGURATION SECTION  (bg = brochure hero building)
   ============================================================ */
#configuration,
.overlay-sec {
  background: #0b0d12 !important;
  background-image:
    linear-gradient(rgba(10, 10, 14, 0.72),
      rgba(10, 10, 14, 0.55) 40%,
      rgba(10, 10, 14, 0.85)),
    url("../images/brochure/crops/hero-building.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-blend-mode: normal !important;
  position: relative;
}

#configuration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      transparent 0%,
      rgba(10, 10, 14, 0.45) 80%);
  pointer-events: none;
}

.overlay-sec .overlay {
  padding: 0;
  background: none;
}

.overlay-sec .section-title {
  position: relative;
  margin-bottom: 50px;
}

.overlay-sec .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--hl-frame);
  margin: 18px auto 0;
}

.pricingTable {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid transparent;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    var(--hl-frame);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  padding: 24px 18px;
  border-radius: 4px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.pricingTable:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
}

.pricingTable .flr_img img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  filter: contrast(1.05) brightness(1.05);
}

.pricingTable .price-value {
  color: #fff;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  padding: 0 18px;
  line-height: 1.25;
  -webkit-text-fill-color: #fff;
}

.pricingTable .price-value span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--hl-orange);
  font-family: var(--hl-sans) !important;
  font-style: normal;
  margin-top: 8px;
}

.pricingTable .pricingTable-signup a,
.pricing_btn {
  background: var(--hl-frame) !important;
  color: #fff !important;
  padding: 12px 32px !important;
  font-family: var(--hl-sans) !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none !important;
  border-radius: 2px;
  display: inline-block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.35);
}

.pricingTable .pricingTable-signup a:hover,
.pricing_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(243, 146, 0, 0.5) !important;
  padding: 12px 32px !important;
  letter-spacing: 2.5px;
}

/* ============================================================
   AMENITIES / "complete" section
   ============================================================ */
.complete {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern) !important;
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
  position: relative;
}

.complete .section-title {
  font-size: 36px;
}

.amebox {
  background: #fff !important;
  border: 1px solid rgba(26, 26, 26, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.amebox:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(200, 16, 46, 0.18);
  border-color: rgba(200, 16, 46, 0.35);
}

/* Original CSS inverted icons to white for a dark box — revert for the cream theme */
.social-btns .amebox img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(250%) hue-rotate(180deg) !important;
}

.social-btns .amebox:before {
  display: none !important;
}

.social-btns .amebox:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(3800%) hue-rotate(345deg) !important;
}

.ame-tit,
.ame-tit1 {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============================================================
   GALLERY REDESIGN — premium feel
   ============================================================ */
#gallery {
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    var(--hl-pattern);
  background-size: 420px auto;
  background-repeat: repeat;
  padding: 0 0 60px 0;
}

#gallery .gallery-head .section-title {
  font-size: 38px;
  margin-bottom: 10px;
}

#gallery .gallery-head::after {
  content: "A curated look into the Higher Side";
  display: block;
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
  /* -webkit-text-fill-color: var(--hl-mute); */
  font-weight: 500;
}

#gallery .gallery-nav .nav-tabs {
  justify-content: center;
  border: none;
  gap: 14px;
  margin-bottom: 32px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  background: transparent;
  color: var(--hl-ink) !important;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 40px;
  padding: 8px 24px !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--hl-sans) !important;
  transition: all 0.3s ease;
}

#gallery .gallery-nav .nav-tabs .nav-link:hover {
  border-color: var(--hl-red);
  color: var(--hl-red) !important;
}

#gallery .gallery-nav .nav-tabs .nav-link.active {
  background: var(--hl-frame) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* The premium masonry gallery */
.hl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 14px;
  margin-top: 20px;
}

.hl-gallery-grid .hl-g {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  background: #0c0c10;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.12);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.hl-gallery-grid .hl-g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 1.2s ease,
    filter 0.5s ease;
}

.hl-gallery-grid .hl-g::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 55%,
      rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.hl-gallery-grid .hl-g:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.hl-gallery-grid .hl-g:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.hl-gallery-grid .hl-cap {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hl-gallery-grid .hl-cap .hl-cap-title {
  font-family: var(--hl-serif-italic);
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.hl-gallery-grid .hl-cap .hl-cap-tag {
  font-family: var(--hl-sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  white-space: nowrap;
}

/* Span cells */
.hl-gallery-grid .sp-a {
  grid-column: span 6;
  grid-row: span 2;
}

.hl-gallery-grid .sp-b {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-c {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-d {
  grid-column: span 3;
  grid-row: span 2;
}

.hl-gallery-grid .sp-e {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-f {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-g {
  grid-column: span 6;
  grid-row: span 1;
}

.hl-gallery-grid .sp-h {
  grid-column: span 6;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .hl-gallery-grid {
    grid-auto-rows: 140px;
    gap: 10px;
  }

  .hl-gallery-grid .sp-a {
    grid-column: span 12;
  }

  .hl-gallery-grid .sp-b,
  .hl-gallery-grid .sp-c,
  .hl-gallery-grid .sp-e,
  .hl-gallery-grid .sp-f {
    grid-column: span 6;
  }

  .hl-gallery-grid .sp-d {
    grid-column: span 6;
    grid-row: span 2;
  }

  .hl-gallery-grid .sp-g,
  .hl-gallery-grid .sp-h {
    grid-column: span 12;
  }
}

@media (max-width: 576px) {
  .hl-gallery-grid {
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .hl-gallery-grid>* {
    grid-column: span 12 !important;
    grid-row: span 1 !important;
  }

  .hl-gallery-grid .sp-a {
    grid-row: span 2 !important;
  }

  .hl-gallery-grid .hl-cap .hl-cap-title {
    font-size: 15px;
  }
}

/* ============================================================
   LOCATION MAP REDESIGN — Map left, tabs + list right
   ============================================================ */
.hl-location {
  background-color: var(--hl-cream) !important;
  background-size: 420px auto;
  background-blend-mode: multiply;
  padding: 4rem 0;
  position: relative;
}

.hl-location .section-title {
  font-size: 38px;
  margin-bottom: 10px;
  text-align: center;
}

.hl-location .hl-loc-sub {
  text-align: center;
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  color: var(--hl-mute);
  font-size: 15px;
  margin-bottom: 40px;
}

.hl-loc-grid {
  /* layout handled by Bootstrap row / col-md-6 */
}

.hl-loc-map {
  position: relative;
  /* background: #fff; */
  /* border: 1.5px solid transparent; */
  /* background-image: linear-gradient(#fff, #fff), var(--hl-frame); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px;
  /* box-shadow: 0 20px 50px rgba(26, 26, 26, 0.08); */
  overflow: hidden;
}

.hl-loc-map img {
  width: 100%;
  height: auto;
  display: block;
}

.hl-loc-map a {
  display: block;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.hl-loc-map a:hover img {
  opacity: 0.92;
}

.hl-loc-map .hl-loc-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 14px;
  font-family: var(--hl-sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  border: 1px solid rgba(200, 16, 46, 0.3);
}

.hl-loc-panel {
  display: flex;
  flex-direction: column;
}

.hl-loc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding-bottom: 14px;
}

.hl-loc-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--hl-sans);
  font-size: 12.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--hl-ink);
  background: transparent;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.hl-loc-tab:hover {
  border-color: var(--hl-amber);
  color: var(--hl-red);
}

.hl-loc-tab.active {
  background: var(--hl-frame);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.3);
}

.hl-loc-tab i {
  font-size: 13px;
}

.hl-loc-pane {
  display: none;
  animation: hlFadeIn 0.5s ease;
}

.hl-loc-pane.active {
  display: block;
}

@keyframes hlFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.hl-loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hl-loc-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.12);
  font-family: var(--hl-sans);
  font-size: 14.5px;
  color: var(--hl-ink);
  transition:
    padding-left 0.3s ease,
    background 0.3s ease;
}

.hl-loc-list li:hover {
  padding-left: 10px;
  background: rgba(243, 146, 0, 0.05);
}

.hl-loc-list .hl-loc-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}

.hl-loc-list .hl-loc-ic {
  display: none;
}

.hl-loc-list .hl-loc-ic img {
  display: none;
}

.hl-loc-list .hl-loc-dist {
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  color: var(--hl-red);
  font-size: 15px;
  white-space: nowrap;
  font-weight: 500;
}

@media (max-width: 991px) {
  .hl-loc-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hl-loc-map img {
    height: auto;
  }
}

/* ============================================================
   ABOUT KANAKIA + Portfolio
   ============================================================ */
.about-kanakia-section {
  background: #fff !important;
}

.about-kanakia-section .section-title {
  font-size: 34px;
}

.about-kanakia-section .title-underline {
  background: var(--hl-frame) !important;
  height: 2px !important;
  width: 80px !important;
  display: inline-block;
}

.about-kanakia-section .section-subtitle {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: #000;
}

.about-logo-card {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
}

.about-stats .stat-item h4 {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 700;
}

.portfolio-card h5 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: var(--hl-ink);
}

.awards-banner {
  background: linear-gradient(135deg,
      rgba(200, 16, 46, 0.05),
      rgba(243, 146, 0, 0.08)) !important;
  border-left: 3px solid transparent;
  border-image: var(--hl-frame-v) 1;
}

.awards-icon {
  color: var(--hl-orange);
}

/* ============================================================
   CONTACT / form-sec
   ============================================================ */
.form-sec {
  background: #fff !important;
}

.form-bg {
  background: transparent !important;
  padding: 44px 40px;
  border-radius: 12px;
  border: 1.5px solid rgba(200, 16, 46, 0.5);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.form-bg h3.sub-title {
  /* color: var(--hl-ink) !important; */
  /* -webkit-text-fill-color: var(--hl-ink); */
  /* background: none; */
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  margin-bottom: 28px !important;
}

.form-sec .contact-info p.text-purple a {
  color: var(--hl-red) !important;
}

.form-btn,
.round-btn {
  background: var(--hl-red);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-family: var(--hl-sans) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.form-btn:hover,
.round-btn:hover {
  background: var(--hl-amber);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(243, 146, 0, 0.50) !important;
}

.brochure.pulseanimation,
.db.brochure {
  background: var(--hl-red);
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* ---------- Footer ---------- */
.footer {
  background: #fff !important;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.footer .copy-right p {
  color: var(--hl-ink);
}

/* ---------- Misc polish: existing map section gets a brochure frame ---------- */
.map-sec {
  background: var(--hl-cream) !important;
  padding: 0;
}

.map-sec .map {
  position: relative;
}

/* Smooth scroll offset for sticky header */
html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {

  .section-title,
  .section-title1 {
    font-size: 28px !important;
  }

  #gallery .gallery-head .section-title,
  .hl-location .section-title {
    font-size: 30px !important;
  }

  #configuration {
    background-attachment: scroll !important;
  }
}

/* ============================================================
   PROJECT HIGHLIGHTS — dedicated section
   ============================================================ */
.hl-highlights {
  padding: 4rem 0;
  background: #fff;
  position: relative;
}

.hl-highlights::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(200, 16, 46, 0.05), transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 100%, rgba(243, 146, 0, 0.07), transparent 60%);
  pointer-events: none;
}

.hl-highlights .container {
  position: relative;
  z-index: 1;
}

.hl-highlights .section-title {
  font-size: 42px;
  margin-bottom: 10px;
}

.hl-highlights .hl-hi-sub {
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.hl-hi-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.hl-hi-card {
  flex: 0 0 calc(25% - 17px);
  position: relative;
  background: #fff;
  padding: 34px 26px 30px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  isolation: isolate;
}

.hl-hi-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--hl-frame-v);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}

.hl-hi-card::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

.hl-hi-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 50px rgba(200, 16, 46, 0.14);
}

.hl-hi-card:hover::before {
  transform: scaleY(1);
}

.hl-hi-card:hover::after {
  opacity: 1;
}

.hl-hi-stat {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-weight: 600;
  line-height: 1.05;
  font-size: 34px;
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
  padding-bottom: 4px;
}

.hl-hi-stat .hl-hi-plus {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  margin-left: -2px;
}

.hl-hi-stat .hl-hi-word {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-right: 6px;
}

.hl-hi-unit {
  font-family: var(--hl-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  align-self: center;
  padding-bottom: 4px;
}

.hl-hi-title {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 20px;
  font-weight: 600;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  margin: 0 0 10px;
  line-height: 1.3;
}

.hl-hi-desc {
  font-family: var(--hl-sans);
  font-size: 13.5px;
  color: var(--hl-mute);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1199px) {
  .hl-hi-card {
    flex: 0 0 calc(33.33% - 15px);
  }
}

@media (max-width: 900px) {
  .hl-hi-grid {
    gap: 16px;
  }

  .hl-hi-card {
    flex: 0 0 calc(50% - 8px);
    padding: 28px 22px 24px;
  }

  .hl-hi-stat {
    font-size: 48px;
  }
}

@media (max-width: 520px) {
  .hl-hi-card {
    flex: 0 0 100%;
  }

  .hl-highlights {
    padding: 70px 0;
  }

  .hl-highlights .section-title {
    font-size: 32px;
  }

  .hl-hi-stat {
    font-size: 44px;
  }
}

/* ============================================================
   GALLERY — Swiper premium viewer (replaces .hl-gallery-grid)
   ============================================================ */
.hl-sw {
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.hl-sw-main {
  position: relative !important;
  width: 100%;
  overflow: visible;
}

.hl-sw-main .swiper-wrapper {
  padding: 0;
}

.hl-sw-main .swiper-slide {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0c0c10;
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.12);
}

.hl-sw-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.hl-sw-main .swiper-slide:hover img {
  transform: scale(1.06);
}

.hl-sw-main .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.hl-sw-cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.hl-sw-cap .hl-sw-title {
  font-family: var(--hl-frame);
  /* font-style: italic; */
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hl-sw-cap .hl-sw-tag {
  /* Inline tags suppressed — unified "Artist's Impression" tag injected via ::after below */
  display: none;
}

/* Every gallery slide shows the Artist's Impression label */
.hl-sw-main .hl-sw-cap::after {
  content: "Artist\2019s Impression";
  font-family: var(--hl-sans);
  font-size: 6px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.92);
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  align-self: flex-end;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.18);
}

.hl-sw-main .swiper-button-prev,
.hl-sw-main .swiper-button-next {
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: -23px;
}

.hl-sw-main .swiper-button-prev:hover,
.hl-sw-main .swiper-button-next:hover {
  background: var(--hl-frame);
  transform: scale(1.08);
}

/* .hl-sw-main .swiper-button-prev { left: -8px; } */
/* .hl-sw-main .swiper-button-next { right: -8px; } */
.hl-sw-main .swiper-button-prev::after,
.hl-sw-main .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

/* Pagination pinned OVER the image row (not after the swiper-wrapper) */
.hl-sw-main .swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 18px !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 20 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: none;
  pointer-events: auto;
}

.hl-sw-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: width 0.35s ease, background 0.35s ease;
}

.hl-sw-main .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  background: var(--hl-frame);
  box-shadow: 0 2px 8px rgba(200, 16, 46, 0.45);
}

/* Thumbnail strip — hidden (main swiper shows 3 per row, no thumbs needed) */
.hl-sw-thumbs {
  display: none !important;
}

.hl-sw-thumbs-legacy {
  margin-top: 10px;
  padding: 6px 2px 2px;
}

.hl-sw-thumbs .swiper-slide {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hl-sw-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hl-sw-thumbs .swiper-slide:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.hl-sw-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--hl-red);
  box-shadow: 0 6px 14px rgba(200, 16, 46, 0.25);
}

@media (max-width: 768px) {
  .hl-sw-main {
    aspect-ratio: 4 / 3;
  }

  .hl-sw-cap {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .hl-sw-cap .hl-sw-title {
    font-size: 9px;
  }

  .hl-sw-main .swiper-button-prev,
  .hl-sw-main .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}

.disclaimer-section {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}

.disclaimer-section .disclaimer-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  text-align: left;
}

.disclaimer-section .disclaimer-content {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin-bottom: 0;
}

.disclaimer-section .disclaimer-content a {
  color: #0056b3;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 768px) {
  .disclaimer-section {
    padding: 20px 0;
  }

  .disclaimer-section .disclaimer-heading {
    font-size: 18px;
  }

  .disclaimer-section .disclaimer-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ── Configuration Section Redesign ── */
.cfg-underline {
  display: block;
  width: 70px;
  height: 2px;
  background: linear-gradient(to right, #FF5500, #E63023, #8B2087);
  margin: 14px auto 0;
  border-radius: 2px;
}

.cfg-showcase-wrap {
  display: flex;
  justify-content: center;
}

.cfg-card {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  max-width: 880px;
  width: 100%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.cfg-left {
  flex: 0 0 48%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 28px 44px;
}

.cfg-fp-wrap {
  position: relative;
  width: 100%;
}

.cfg-fp-wrap img {
  width: 100%;
  display: block;
  border-radius: 4px;
  filter: brightness(1.05) contrast(1.05);
}

.cfg-fp-tag {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FF5500, #8B2087);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
}

.cfg-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 32px 0;
}

.cfg-right {
  flex: 1;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cfg-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FF7740;
  margin-bottom: 14px;
}

.cfg-type {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  font-family: "baskerville";
}

.cfg-name {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 28px;
  font-family: "baskerville";
  letter-spacing: 0.5px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
}

.cfg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.cfg-features li {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 12px;
}

.cfg-features li:last-child {
  border-bottom: none;
}

.cfg-features li i {
  color: #FF5500;
  font-size: 11px;
  flex-shrink: 0;
}

.cfg-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087) !important;
  color: #fff !important;
  padding: 13px 30px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(255, 85, 0, 0.35);
  align-self: flex-start;
  cursor: pointer;
}

.cfg-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(139, 32, 135, 0.5) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .cfg-card {
    flex-direction: column;
  }

  .cfg-divider {
    width: auto;
    height: 1px;
    margin: 0 32px;
  }

  .cfg-left {
    padding: 28px 24px 40px;
  }

  .cfg-right {
    padding: 36px 24px 32px;
  }

  .cfg-type {
    font-size: 48px;
  }

  .cfg-name {
    font-size: 18px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Prata&display=swap");

.m-banner {
  margin-top: 69px;
}

@font-face {
  font-family: "Future", serif;
  src: url("../fonts/futura-book-bt.ttf");
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/Cera\ Pro\ Medium.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LibreBodoni";
  src: url("../../demo/fonts/LibreBodoni-BoldItalic.ttf");
}

@font-face {
  font-family: "edhan";
  src: url("../../demo/fonts/EdhanMartine-0WrVv.ttf");
}

@font-face {
  font-family: "baskerville";
  src: url("../fonts/Baskerville.ttc");
}

.selectfields {
  display: none;
}

/* @font-face {
    font-family: 'Poppins', serif;;
    src: url('../fonts/futura-book-bt.ttf');
} */

html {
  overflow-x: hidden !important;
}

body {
  font-family: "Cera";
  font-size: 16px !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

.btn:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Cera";
  font-weight: 500;
}

.dark-bg {
  background: #072621;
}

.grey-bg {
  background: #f6efef;
  /* z-index: -1; */
  position: relative;
}

.text-purple {
  color: #00152a !important;
}

.text-dark {
  color: #fff !important;
}

.text-yellow {
  color: #00152a !important;
}

.sticky-top {
  position: -webkit-sticky;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1020;
}

.carousel-inner {
  /* margin-top: 90px; */
}

.section-title {
  font-family: "baskerville";
  font-size: 34px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  /* letter-spacing: 1px; */
}

.section-title1 {
  font-family: "baskerville";
  font-size: 25px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.subhead {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 30px;
  font-family: "Prata", serif;
}

.sec-padd {
  padding: 50px 0;
  background: #fff !important;
}

.sec-padd-top {
  padding-top: 50px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.sm-padd {
  padding: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.purple_patch {
  /* position: relative; */
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bg-light {
  background-color: #00152a !important;
}

.purple_patch::after {
  position: absolute;
  content: "";
  /* background: rgba(255, 163, 44, 0.1); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.purple_patch .row {
  position: relative;
  z-index: 2;
}

.about-img {
  height: 400px;
  object-fit: cover;
}

#home {
  background-image: linear-gradient(#0f0404, #000023);
}

#about-first {
  background-color: #00152a !important;
  /* background-image: url(../images/particle.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 50px 0;
}

#about-first p,
#about-first ul li {
  color: #ffffff;
  line-height: 27px;
}

#about-first .artist_txt {
  position: absolute;
  bottom: -135px;
  right: 92px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

#about-sec p {
  line-height: 27px;
}

#about-sec .artist_txt {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
  letter-spacing: 2.5px;
  font-size: 6px;
}

.top {
  margin-top: 4rem;
}

.reg__div {
  border: 2px solid #fff;
  padding: 20px 40px;
}

.reg__div h2 {
  font-family: "LibreBodoni";
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

#about-sec {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particale.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 0px 0;
}

.content-wrap p {
  text-align: center;
}

.form-check-input:checked[type="checkbox"] {
  background-repeat: no-repeat !important;
}

.advantage {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 68px;
}

.ventora {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ventora img {
  width: 60%;
}

#amen {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  background: var(--hl-red);
  color: white;
  border: 1px solid #ffffff;
  width: 46px;
  min-width: 46px;
  box-sizing: border-box;
  text-align: center;
}

.input-group-addon .form-ico,
.input-group-addon .fa {
  width: 100%;
  text-align: center;
}

#configuration {
  background-repeat: no-repeat;
  background: #00152a;
  background-image: url(../images/confbg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}

.overlay-sec .overlay {
  padding: 150px 0px;
  /* background-color: #000023a8; */
  /* background-image: url(../images/halftone-particaleu.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.pricingTable {
  background-color: transparent;
  text-align: center;
  padding: 20px 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
  transition: ease all 0.5s;
  border: 5px solid #ffffff;
  width: 100%;
  margin: 44px auto 0px;
}

.pricingTable:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.pricingTable .pricingTable-header {
  background: transparent;
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.pricingTable .title:after {
  content: "";
  /* background: #F63459; */
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  display: block;
  clear: both;
  background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85);
}

.pricingTable .price-value {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  padding: 0px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.pricingTable .price-value span {
  font-size: 16px;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  /* background: linear-gradient(#F53149, #FD6653); */
  /* border-radius: 0 0 20px 20px; */
  /* padding: 23px 30px; */
  /* background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85); */
}

.pricingTable .pricing-content ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}

.pricingTable .pricing-content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}

.pricingTable .pricing-content ul li:last-child {
  margin: 0;
}

.pricingTable .pricingTable-signup a {
  color: #371b1b;
  font-size: 20px;
  font-weight: 400;
  /* font-style: italic; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  margin: 0 auto;
  /* border: 2px solid #E9AF69; */
  border-radius: 0;
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 1px;
  box-shadow: 0 0 0 5px #4b121591;
  padding: 14px;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  padding: 5px;
  background: #e9af69;
  color: #fff !important;
  border-color: #fff !important;
  font-size: 16px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 21, 42, 0.08);
}

header .project-logo {
  max-height: 60px;
}

header .developer-logo-header {
  max-height: 55px;
}

header .nav-link {
  font-family: "Poppins", serif !important;
  color: #00152a !important;
  font-size: 16px;
  border-bottom: 1px solid #0000;
}

header .nav-link:hover {
  color: #00152a !important;
  border-bottom: 2px solid #00152a;
  width: 100%;
  margin: 0 auto;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.offcanvas {
  background-color: #03322b !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  /* background: rgba(0, 0, 0, 0.7); */
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap>* {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

/* 
section {
    overflow: hidden;
} */

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #000023;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: middle;
}

thead>tr>th {
  color: #fff;
}

table .price-click {
  font-size: 14px;
  margin-right: 0;
}

.title45 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 18px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
}

ul.listing li {
  margin-bottom: 15px;
  font-weight: 600;
}

ul.listing li::marker {
  color: #000023;
}

.list-item i {
  color: #000023;
  margin-right: 10px;
}

.list-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.list-item {
  flex: 0 0 50%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.readmore.collapsed .fa::before {
  content: "\f0fe";
  transition: ease all 0.5s;
}

.readmore .fa::before {
  content: "\f146";
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 50px !important;
}

.amenities-icon .icons-wrap {
  border: 2px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  transition: ease all 0.5s;
  padding: 8px;
}

.amenities-icon {
  align-items: center;
  gap: 30px;
}

.amenities-icon p {
  color: #fff;
  margin-bottom: 0;
}

.navbar-brand img {
  max-width: 150px;
}

/**banner***/
.carousel-inner .carousel-caption {
  left: inherit !important;
  right: 5% !important;
  top: 30%;
  text-align: left;
  padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
  font-size: 50px;
}

.carousel-caption h4 {
  font-size: 42px;
}

.banner-title {
  font-size: 60px;
  text-transform: uppercase;
}

.sm-txt {
  font-size: 36px;
  text-transform: capitalize;
}

.xs-txt {
  font-size: 20px;
}

.offtxt {
  margin-left: -46px;
}

#gallery {
  background-color: #00152a !important;
}

.bg_patch::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 1) 100%); */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fixed-footer-cust {
  background: #000;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  color: #fff;
  bottom: 0px;
  z-index: 99;
  border-top: 2px solid;
  transform: translateY(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.show-cta .fixed-footer-cust {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

body.show-cta .interested {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.div-line {
  border-right: 1px solid #ffffff;
}

.fix-link {
  color: #ffffff !important;
  font-size: 12px;
}

.i-am,
.download1 {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.carousel-caption>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fa-phone {
  transform: rotate(13deg) !important;
}

.big-head {
  font-size: 50px;
  line-height: 1.4;
}

.overview-inner {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.overview-inner::before {
  position: absolute;
  /* content: ''; */
  background: url("../images/left-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -230px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.overview-inner::after {
  /* position: absolute; */
  content: "";
  background: url("../images/right-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  right: -372px;
  top: 0;
  background-position: right top;
  -webkit-animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.half_patch {
  position: relative;
}

.half_patch::before {
  position: absolute;
  content: "";
  background: url("../images/half-patch.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -371px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  z-index: 1;
  background-size: contain;
}

.overview-inner .paradise-img {
  margin-top: -450px;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.txt {
  font-weight: 600;
  margin-bottom: 0;
}

.icon-box img {
  width: 32px;
}

.img-wrapper {
  z-index: 1;
}

.title-div {
  width: 50%;
  border-bottom: 3px solid #fff;
  margin: 25px 0;
}

.map-sec .left-content.me-auto {
  margin-left: initial;
}

.map-sec {
  /* margin-bottom: -50px; */
  background: #fff !important;
}

.contact-info {
  margin-top: 60px;
}

.contact-info p {
  color: #09000d;
  line-height: 29px;
}

.nri_box_wrap {
  display: flex;
  margin-bottom: 35px;
  gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;
  width: 44px;
  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #fff;
  top: 40px;
  left: 50%;
}

.nribox_txt_wrap h4 {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}

.left-content {
  max-width: 638px;
  margin-left: auto;
  padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 100%;
  left: 0;
}

.amenities-gallery img {
  height: 430px;
  /* transform: scale(1); */
}

.livig-img {
  position: relative;
  /* top: 135px; */
  top: 65px;
}

.pt-lg-5 {
  padding-top: 4rem !important;
}

.sky-img {
  position: relative;
  bottom: 70px;
}

/* .amenities-gallery:hover img {
    transform: scale(1.1);
} */

.configuration>* {
  position: relative;
  z-index: 9;
}

.configuration::before {
  position: absolute;
  content: "";
  background: url("../images/conf-effect.png") no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: inherit;
}

.conf-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: #000023 !important;
  bottom: 0px;
  color: #fff !important;
  font-size: 6px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff !important;
  border: none !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"] {
  color: #000023 !important;
  border: 2px solid !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #000 !important;
}

.conf-img {
  position: relative;
  padding: 0 0 25px 25px;
  margin: 30px 0 0 15px;
}

.conf-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #745c2c;
  border-left: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img:after {
  content: "";
  position: absolute;
  width: 88%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #745c2c;
  border-right: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img .confimg {
  margin-top: -40px;
}

.map-image {
  position: relative;
  padding-left: 10px;
}

.map-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-left: 10px solid #fff;
  height: 450px;
  margin-top: -250px;
}

.b-top-bot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
}

/*********Animation************/

/*Up down*/
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/******************/
.snip1206 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206::before {
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  z-index: 99;
  font-size: 30px;
  color: #745c2c;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.snip1206 h2,
.snip1206 p {
  opacity: 1;
}

.snip1206:hover:after,
.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:before {
  -webkit-transform: skew(0deg) scaleX(1);
  transform: skew(0deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fig-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

/**Tab***/
.nav-tabs .nav-link.active {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  font-size: 20px;
  margin: 0 15px 15px !important;
  min-width: 195px;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
}

.tab-content>.tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

#overview {
  overflow: hidden;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* background: #745C2C; */
  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #000023;
  background-color: #fff2e2;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  /* margin-left: auto; */
  padding-right: 0;
  margin: auto;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

/* .form-inner {
    margin-top: -142px;
} */

.form-bg {
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  background: #00152a;
  height: 100%;
  padding: 75px 50px;
}

.form-btn {
  width: 50% !important;
  background: #ffffff;
  color: #371b1b;
  border: 0;
  font-weight: 800;
  margin-top: 20px;
  padding: 7px 40px;
  margin: 25px auto 0;
  letter-spacing: 3px;
}

/* .divider-line {
    height: 100px;
    width: 2px;
    border: 1px solid #ffff;
    background: #fff;
} */

/* .about-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.about-item {
  flex: 1;
  color: white;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-right: 15px;
}

.divider-line-vertical {
      width: 3px;
    background-color: white;
    opacity: 0.7;
    height: 47px;
} */

/* .about-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
} */

.about-first-section {
  position: relative;
  overflow: hidden;
  background-color: #4693c6;
  /* example background, adjust to your theme */
  z-index: 1;
}

.bg-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  /* z-index: -1; */
}

#location {
  /* display: none; */
  position: relative;
}

/* Wind swirl - top left */
.deco-wind {
  top: 0;
  left: 0;
  width: 120px;
  display: none;
}

/* Cloud - bottom left */
.deco-cloud {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

.locationdeco-cloud {
  width: 393px;
  bottom: -63px;
  /* animation: floatY 6sease-in-out infinite; */
}

.gallerydeco-cloud {
  width: 344px;
  bottom: -47px;
  right: -10px;
}

.gallerydeco-feather {
  left: -15px;
  width: 373px;
  transform: translateY(-50%);
  top: 15%;
}

.deco-cloud2 {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

/* Feather - middle right */
.deco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.locationdeco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.deco-feather2 {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

/* Optional animation */
@keyframes floatY {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-55%) translateX(5px);
  }
}

.deco-feather {
  animation: floatY 6s ease-in-out infinite;
}

.deco-feather2 {
  animation: floatY 6s ease-in-out infinite;
}

.deco-cloud {
  animation: floatY 6s ease-in-out infinite;
}

/* 
.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: white;
  font-family: 'Georgia', serif;
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.feature-box {
  flex: 1;
  text-align: left;
}

.feature-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: bold;
}

.big-number {
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 20px;
  font-weight: 400;
}

.feature-desc {
  font-size: 16px;
  margin-top: 8px;
}

.vertical-divider {
  width: 1px;
  background-color: white;
  opacity: 0.4;
  height: auto;
} */

.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-family: "Georgia", serif;
  padding: 8px 2px;
}

#gallery {
  position: relative;
}

.ovley {
  text-align: center;
  padding: 4px 3px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -1px;
  /* font-style: italic; */
  left: 0%;
  /* right: 0%; */
  /* margin: auto; */
  /* left: 37%; */
  background: #c5c5c5de;
  font-family: var(--hl-serif-italic);
}

.py {
  padding: 4rem 0 !important;
  /* background: #fff!important; */
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.feature-box {
  flex: 1;
  text-align: center;
}

.feature-title {
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  gap: 6px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.big-number {
  font-family: "edhan";
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 23px;
  font-weight: 400;
}

.feature-desc {
  font-size: 15px;
  /* font-weight: 600; */
  margin-top: -5px;
  color: #f0eeda;
  text-align: start !important;
}

.vertical-divider {
  width: 3px;
  background-color: white;
  opacity: 0.7;
  height: 50px;
}

.form-check-label {
  text-align: start !important;
}

/* 🔁 Responsive layout */
@media (max-width: 768px) {
  .txt-center {
    text-align: center !important;
  }

  .feature-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .brochure {
    position: fixed;
    z-index: 9999;
    top: 485px !important;
    right: -40px !important;
    transform: rotate(90deg);
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 18px !important;
    background: #00152a !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0px;
    /* font-weight: 600; */
    outline: none;
    /* left: 6px; */

    left: unset !important;
    bottom: unset !important;
  }

  .form-check input {
    width: 20px !important;
  }

  .py {
    padding: 40px 0 !important;
  }

  #our-service {
    padding: 50px 0 !important;
  }

  ul {
    margin-bottom: 0rem !important;
  }

  .about-ul {
    margin-bottom: 0rem !important;
  }

  .deco-feather2 {
    display: none;
  }

  .deco-feather {
    /* display: none; */
    top: 9%;
    width: 290px;
    right: -18px;
  }

  .deco-cloud {
    /* display: none; */
    /* display: none; */
    bottom: 170px;
    width: 284px;
    left: -14px;
  }

  .gallerydeco-cloud {
    display: none;
  }

  .locationdeco-feather {
    display: none;
  }

  .locationdeco-cloud {
    display: none;
  }

  .gallerydeco-feather {
    display: none;
  }

  .deco-cloud2 {
    display: none;
  }

  .feature-title {
    justify-content: center;
  }

  .feature-desc {
    text-align: center !important;
  }

  .top {
    margin-top: 4px !important;
  }

  .advantage {
    flex-direction: column;
    gap: 0;
  }

  .navbar {
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
  }

  header .navbar .navbar-toggler {
    order: 2;
    margin: 0;
  }

  header .navbar>.col-7 {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start !important;
  }

  header .navbar>.d-block.d-sm-none {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .vertical-divider {
    display: none;
  }

  .feature-box {
    width: 100%;
    max-width: 320px;
  }
}

form .form-btn {
  display: inherit !important;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 27px;
  margin-right: 15px;
}

.con-title {
  font-size: 24px;
}

.con-subtitle {
  font-size: 18px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(149, 70, 11, 0.5);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 0 !important;
}

.galimg:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

.modal-content form {
  position: relative;
  z-index: 99;
}

/*----------Modal Design-------*/
label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
  display: none;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: #fff !important;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(200, 16, 46, 0.5) !important;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

#from-head {
  color: var(--hl-ink) !important;
}

.modal-content::after {
  display: none;
}

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: var(--hl-ink);
}

.modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: none;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  position: relative;
  z-index: 99;
  color: var(--hl-ink);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  width: 100%;
}

.modal-content p {
  position: relative;
  z-index: 9999;
  color: var(--hl-mute);
}

.disclaimer_text {
  text-align: left !important;
  /* height: 500px;
    overflow-y: scroll; */
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25) !important;
  border-radius: 6px !important;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding-left: 14px;
  color: var(--hl-ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.modal-body form input:focus,
.modal-body form select:focus {
  border-color: var(--hl-red) !important;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

.modal-body form select option {
  color: #1a1a1a;
  background: #fff;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

.gallery-slider_wrapper h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 48px;
  margin-bottom: 26px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: none;
}

.modal-body form button {
  margin: 0 auto;
}

.modal-body .checkbox-label {
  color: var(--hl-ink) !important;
}

.modal-body .input-group-addon .form-ico {
  color: #fff;
}

/*-----------Modal End --------*/

/*****************Footer*******************/

.social-item {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

.social-item i {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.social-item:hover {
  background: #000023;
}

/**********Project**************/
.proj-loc .fas {
  color: #000023;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #000023;
  border-bottom: 1px solid #000023;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #000023;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #000023;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  /*background: #fff;*/
  z-index: 1;
  padding-left: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#contact {
  background: #d1d1d133;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #000023;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #000023;
}

.schools-sec .row>.col-md-6 {
  margin-bottom: 30px;
  color: #000023;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #000023;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

.flr_img img {
  width: 100%;
  filter: blur(2px);
  padding: 0 10px;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "Prata", serif !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000023;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 40px;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: 600;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
  font-weight: 600;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #000023;
  border-radius: 25px;
}

.oops-greet {
  color: #000023;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/
#contact-form input {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form input:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form select:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select option {
  color: #1a1a1a !important;
  background: #fff;
}

#contact-form input::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

#contact-form .checkbox-label {
  color: var(--hl-ink) !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.contact-form .form-group {
  height: 46px;
  margin-bottom: 30px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #fff !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

/****************Benefits*******************/
.outcome-inner {
  position: relative;
  /* background: linear-gradient(90deg, rgba(43,52,79,0.9304096638655462) 0%, rgba(43,52,79,1) 46%, rgba(43,52,79,0.927608543417367) 71%); */
}

/* .outcome-inner:after {
    position: absolute;
    content: '';
    background: rgb(43,52,79);
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
} */
.benfits-wrap {
  position: relative;
  z-index: 2;
}

.benfits-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.ben-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.arrow_txt {
  background: #e9e5e2;
  width: 150px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 0 30px;
  margin-left: -2px;
}

.arrow_txt1 {
  margin-right: -2px;
}

.icon_wrap img {
  max-width: 70px;
}

.arrow-box {
  display: flex;
  align-items: center;
}

.arrow-wrap {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 9;
}

.arrow-wrap2 {
  position: absolute;
  bottom: 0;
  left: -45px;
  z-index: 9;
}

.nav-tabs .nav-link.active {
  border: 3px solid #ffffff91 !important;
  background: #00152a !important;
  color: #fff !important;
  border-radius: 0 !important;
  /* text-align: center; */
  /* background-image: url(../images/arrowfloor.svg); */
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  border: 3px solid #00000091 !important;
  background: #fff2e2 !important;
  color: #4b1215 !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0 15px 15px !important;
  min-width: 100%;
  text-align: initial;
  padding: 15px;
  transition: all 0.4s ease 0s;
}

#nav-profile .nav-tabs .nav-link,
#nav-contact .nav-tabs .nav-link {
  margin: 15px auto !important;
  min-width: 20%;
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
}

.nav-tabs .nav-link:hover {
  border: 3px solid #745c2c !important;
  background: #00152a !important;
  color: #fff !important;
  /* background-image: url(../images/arrowfloor.svg); */
}

.gallery-slider_wrapper {
  width: 100%;
  /* max-width:768px; */
  margin: auto;
}

.gallery-slider_wrapper .owl-theme .owl-nav {
  /* margin:0; */
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  /* width:30px; */
  /* height:120px; */
  background: #000023;
  font-size: 5px !important;
  color: #fff;
  /* margin:0; */
  /* padding: 0; */
  /* border-radius: 0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  /* position: absolute; */
  /* line-height: 120px; */
  /* width:30px; */
  /* text-align: center; */
  /* top:0; */
  /* left:0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
  /* content: "\f111"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: -25px;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  /* content: "\f112"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: -24px;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  position: relative;
  margin: 0 5px;
  height: 120px;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  right: 7px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  /* border: 3px solid #fff; */
  font-size: 18px !important;
  /* background: #00152a !important;
  color: #fff; */
  padding: 5px 10px;
  border-radius: 0px;
  margin: 3px;
  /* font-weight: 600; */
  outline: none;
  background: #000;
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
  transform: translateX(140%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/******************amenities**************************************************/

.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-btns .amebox {
  display: inline-block;
  background-color: #00152a;
  width: 130px;
  height: 130px;
  /* line-height: 90px; */
  border: 4px solid #ffffff;
  text-align: center;
  margin: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  box-shadow: 2px -1px 11px 1px rgb(0 0 0 / 46%);
  opacity: 0.99;
}

.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}

.social-btns .amebox i {
  transform: scale(0.8);
}

.social-btns .amebox:before {
  background-color: #fff2e2;
}

.social-btns .amebox i {
  color: #37a692;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .amebox:focus i,
.social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}

.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .amebox img {
  position: relative;
  z-index: 999;
  /* vertical-align: middle; */
  display: block;
  width: 71px !important;
  display: block;
  filter: brightness(0) invert(1);
  line-height: 136px;
  margin: 25px auto;
  object-fit: contain;
  height: 70px;
}

.social-btns .ame-tit {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  margin: 20px 0px 30px;
  /* font-family: "MESSINASANS"; */
}

/* .social-btns .ame-tit:after {
    content: " ";
    border-left: 4px dashed #f58345;
    right: -5%;
    height: 35%;
    bottom: 0px;
    position: absolute;
} */

.social-btns .amebox:hover img {
  filter: brightness(0.5);
}

.social-btns .ame-tit1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px 30px;
  line-height: 28px;
}

.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}

.ame-head {
  text-align: center;
  font-size: 50px;
  margin: 90px;
  color: #37a692;
  font-family: "IVYMODE";
}

.footer {
  background-color: #00152a;
  /* padding: 40px 0px; */
}

.copy-right p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.l-img {
  object-fit: cover;
  height: 500px;
  border: 3px solid #745c2c;
}

.navbar-nav {
  border-bottom: 1px solid #0000;
}

.abt_content_wrap {
  /* background: #f2f2f2; */
  /* padding: 110px 110px; */
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  flex-flow: column;
}

.abt_list li {
  color: #000000;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  list-style: disc;
}

.odc-o li {
  /* margin: 6px 5px; */
}

.odc li {
  /* font-size: 13px; */
  /* color: #0a112b; */
  /* background: #d3d3d3; */
  margin-bottom: 20px;
  padding: 9px 10px;
  margin: 10px 0;
  display: block;
  width: 45%;
  display: flex;
  align-items: center;
  /* height: 68px; */
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.odc .row {
  justify-content: flex-start;
  gap: 10px 20px;
}

.width-icon {
  /* width: 40px; */
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.odc-o li img {
  /* background: #fff; */
  width: 32px;
  padding: 5px;
}

.odc li img {
  width: 50px;
  margin-right: 0;
  display: block;
  float: left;
  filter: brightness(0) invert(1);
}

.width-txt {
  padding: 20px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.about-align {
  text-align: start;
}

#location {
  background-color: #00152a !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.brochure {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  border: 3px solid #fff;
  font-size: 18px !important;
  background: #00152a !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  margin: 0px;
  /* font-weight: 600; */
  outline: none;
  left: 14px;
  transform: translateX(-140%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), visibility 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.show-cta .brochure {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.ablogo {
  width: 152px;
}

.subhead {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 28px;
}

.counter-wrap {
  /* display: inline; */
  padding-top: 0;
  position: absolute;
  left: 0%;
  z-index: 9;
  top: 20%;
  width: 98%;
}

.time h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 50px;
  height: 35px;
  margin: 10px auto;
  background: #4b1215;
  color: #fff;
  border-radius: 0%;
  padding: 9px 0px;
  box-shadow: 2px 2px 7px #676f90;
}

.time p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  /* border-radius: 9px; */
  color: #000;
  font-size: 11px;
  width: 50px;
  margin: 0px auto;
  margin-top: 5px;
}

.form-check-input {
  height: 20px !important;
  width: 4% !important;
  border: none !important;
  background-color: #fff !important;
}

.form-check label {
  color: #fff;
  font-size: 12px;
  padding-left: 12px;
  font-weight: 200;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .counter-wrap {
    /* display: inline; */
    padding-top: 0;
    position: absolute;
    left: 4%;
    z-index: 9;
    top: 20%;
    width: 100%;
  }
}

/* ============ desktop view .end// ============ */
@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }

  #about-first .artist_txt {
    right: 0;
  }

  .width-txt {
    padding: 20px 15px;

    font-size: 12px;
  }

  #about-sec .artist_txt {
    right: 35px;
  }

  .sec-padd-bot {
    padding-bottom: 60px;
  }

  body {
    font-size: 16px !important;
  }

  .content-wrap {
    max-width: 543px;
  }

  .subhead {
    font-size: 25px;
  }

  .sub-title {
    font-size: 25px;
  }

  header .nav-link {
    font-size: 14px;
  }

  .banner-title {
    font-size: 40px;
  }

  .sm-txt {
    font-size: 28px;
  }

  .list-item {
    font-size: 15px;
  }

  .form-bg {
    padding: 75px 30px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .overview-inner .paradise-img {
    margin-top: -400px;
  }

  .left-content {
    max-width: 545px;
  }

  .amenities-gallery img {
    height: 379px;
  }

  .amenities-gallery .actual {
    font-size: 14px;
  }

  .list li {
    font-size: 14px;
  }

  .map-image::after {
    height: 180px;
    margin-top: -120px;
  }

  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h4 {
    font-size: 32px;
  }

  .big-head {
    font-size: 35px;
  }

  .section-title {
    font-size: 33px;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .over-sec .sticky-top {
    top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 80px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 40px;
  }

  .overview-inner::before {
    left: -283px;
  }

  .overview-inner::after {
    right: -401px;
  }

  .contact-info {
    margin-top: 0px;
  }

  #navbarNavDropdown {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 9999;
    background: #e9af69;
    width: 100%;
  }

  .overview-inner .paradise-img {
    margin-top: 0;
  }

  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .section-title {
    font-size: 28px;
  }

  .sm-txt {
    font-size: 25px;
  }

  .round-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .page-banner {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .icon-wrap i,
  .con-title {
    font-size: 22px;
  }

  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }

  .amen-slide .item {
    margin-bottom: 60px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .left-content {
    max-width: 338px;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 26px;
  }

  .carousel-caption h4 {
    font-size: 23px;
  }

  .big-head {
    font-size: 29px;
  }

  /* .amenities-gallery img {
        min-height: auto;
    } */

  .banner-title {
    font-size: 35px;
  }

  .icon_wrap img {
    max-width: 45px;
  }

  .arrow_txt {
    font-size: 18px;
    height: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .mob_reg {
    padding: 50px 0;
    background-color: #fff !important;
    /* background-image: url(../images/halftone-particale.webp); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .mob_reg h2 {
    font-family: "Cera";
    font-size: 20px;
    color: #00152a;
    text-align: center;
    line-height: 1.5;
  }

  .mob_reg .form-check label {
    color: #000;
  }

  .mob_reg input::placeholder {
    color: #000 !important;
  }

  .footer-2 {
    padding: 30px 0;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .artist_txt {
    font-size: 11px;
  }

  .form-check-input {
    width: 20px !important;
  }

  .cloud {
    max-width: 70px;
    top: 0;
  }

  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }

  .left-content {
    max-width: initial;
    width: 100%;
    padding-left: 0;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  .big-head {
    font-size: 24px;
  }

  .border-effect {
    margin-bottom: 0px;
  }

  .conf-content {
    max-width: 100%;
  }

  .over-sec .img-wrapper {
    overflow: hidden;
  }

  .offtxt {
    margin-left: 0;
  }

  .conf-img {
    margin: 60px 0 0 15px;
  }

  .nav-tabs .nav-link {
    font-size: 18px;
    margin: 0 7px 15px !important;
    text-align: center;
  }

  .galimg {
    margin-bottom: 20px;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .banner-title {
    font-size: 25px;
  }

  .sm-txt {
    font-size: 20px;
    text-transform: capitalize;
  }

  .carousel-inner .carousel-caption {
    top: initial;
  }

  .navbar-brand img {
    max-width: 97px;
  }

  .bg_patch::before {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 1) 100%); */
  }

  .arrow_txt {
    width: auto;
  }

  .arrow-wrap {
    right: -7px;
  }

  .arrow-wrap2 {
    left: -7px;
  }

  .pricingTable {
    width: 95%;
  }

  .pricingTable .pricingTable-signup a {
    font-size: 18px;

    padding: 15px 20px;
  }

  .about-align {
    text-align: center;
  }

  .livig-img {
    position: relative;
    top: 0px;
  }

  .sky-img {
    position: relative;
    bottom: 0px;
  }

  .l-img {
    height: 300px;
  }

  header .nav-link {
    color: #00152a !important;
    font-weight: 600;
  }

  .odc li {
    padding: 10px 15px;
    margin: 12px 0px;
    width: 90%;
  }

  .abt_content_wrap {
    /* margin: 50px auto; */
  }

  #about-first .abt_row {
    flex-direction: column-reverse;
  }

  .carousel-inner {
    margin-top: 0px;
  }

  #about-sec .artist_txt {
    bottom: 0;
    right: 0;
  }

  #about-first .artist_txt {
    bottom: 0;
    right: 0;
  }

  .brochure {
    font-size: 16px !important;
    /* left: -46px; */
    right: -45px;
    padding: 5px 11px;
    transform: rotate(90deg);
    display: none;
  }

  .pricingTable .pricingTable-header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .counter-wrap {
    display: inline-block !important;
    width: 66%;
    left: 0%;
    /* top: 47%; */
    position: initial;
    width: 100%;
    margin: 85px auto 20px;
    /* margin-top: 13px; */
    display: grid;
    /* margin-bottom: 10px; */
  }
}

@media screen and (max-width: 767px) {
  .py-3 {
    margin-bottom: 44px;
  }
}

/* .pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
} */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

a.glow {
  color: #f32179;
  padding: 20px;
  border-color: #f32179;
  font-size: 30px;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 3em;
  cursor: pointer;
}

@keyframes glowing {
  0% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }

  50% {
    background-color: #122840c0;
    box-shadow: 0 0 0 5px #122840c0;
  }

  100% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }
}

.edit {
  object-fit: fill;
  filter: blur(5px);
}

#priceform-fname::placeholder,
#priceform-mobile::placeholder,
#priceform-email::placeholder {
  color: black !important;
  opacity: 1;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon points="4,6 8,10 12,6" style="fill:%23333"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px !important;
}

.custom-select1 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='white' stroke-width='15'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 15px !important;
}

.feature-wrapper {
  display: flex;
  justify-content: space-between;
  /* gap: 30px; */
}

.feature-col {
  width: 48%;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column;
  }

  .feature-col {
    width: 100%;
  }
}

/* ==========================================================================
   About Kanakia Group Section - Redesigned
   ========================================================================== */
.about-kanakia-section {
  background: linear-gradient(135deg, #f8f6f1 0%, #ffffff 60%, #f4f1ea 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.about-kanakia-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle,
      rgba(0, 21, 42, 0.07) 0%,
      rgba(0, 21, 42, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle,
      rgba(116, 92, 44, 0.08) 0%,
      rgba(116, 92, 44, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section .container {
  position: relative;
  z-index: 2;
}

.about-kanakia-section .title-underline {
  display: block;
  width: 70px;
  height: 3px;
  background: #745c2c;
  margin: 8px auto 14px;
  border-radius: 2px;
}

.about-kanakia-section .section-subtitle {
  font-size: 16px;
  color: #555;
  /* font-style: italic; */
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.about-main-row {
  margin-top: 30px;
}

/* ---- Logo card with stats ---- */
.about-logo-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 12px 35px rgba(0, 21, 42, 0.08);
  border: 1px solid rgba(116, 92, 44, 0.12);
  text-align: center;
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.about-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 21, 42, 0.14);
}

.about-logo-card .logo-inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 22px;
}

.about-logo-card .developer-logo {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px dashed rgba(0, 21, 42, 0.18);
  padding-top: 20px;
}

.about-stats .stat-item {
  text-align: center;
  padding: 8px 4px;
}

.about-stats .stat-item h4 {
  font-family: "baskerville", serif;
  font-size: 28px;
  font-weight: 700;
  color: #745c2c;
  margin: 0 0 4px;
  line-height: 1;
}

.about-stats .stat-item p {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}

/* ---- Content text ---- */
.about-content-wrap {
  padding-left: 20px;
}

.about-content-wrap p {
  font-size: 15px;
  line-height: 1.8;
  color: #2b2b2b;
  margin-bottom: 16px;
  text-align: justify;
}

.about-content-wrap p strong {
  color: #00152a;
  font-weight: 600;
}

/* ---- Portfolio cards ---- */
#our-service {
  padding: 80px 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 16, 46, 0.06) 0%, transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(243, 146, 0, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #fdf9f0 0%, #faf3e3 100%);
  position: relative;
  overflow: hidden;
}

#our-service::before,
#our-service::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.45;
  z-index: 0;
}

#our-service::before {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(200, 16, 46, 0.18) 0%, transparent 70%);
}

#our-service::after {
  width: 320px;
  height: 320px;
  bottom: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.22) 0%, transparent 70%);
}

.our-service-wrap {
  position: relative;
  z-index: 1;
}

.portfolio-heading {
  position: relative;
}

.portfolio-eyebrow {
  display: inline-block;
  font-family: "Cera", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8102e;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 4px 14px;
  border: 1px solid rgba(200, 16, 46, 0.25);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio-heading h4 {
  font-family: "baskerville", serif;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.portfolio-heading h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
}



.portfolio-subtitle {
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-size: 15px;
  color: #6f6f6f;
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-row>[class*="col-"] {
  display: flex;
}

.portfolio-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  border-radius: 16px;
  padding: 32px 22px 26px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.06);
  border: 1px solid rgba(184, 138, 52, 0.14);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  position: relative;
  overflow: hidden;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12) 0%, transparent 70%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(200, 16, 46, 0.14);
  border-color: rgba(200, 16, 46, 0.35);
}

.portfolio-card:hover::before {
  transform: scaleX(1);
}

.portfolio-card:hover::after {
  transform: scale(1.4);
}

.portfolio-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #c8102e 0%, #e76f0a 55%, #f39200 100%);
  color: #fff !important;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-radius 0.45s ease;
  box-shadow:
    0 10px 22px rgba(200, 16, 46, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}

.portfolio-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1px dashed rgba(184, 138, 52, 0.45);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transform: scale(0.85);
}

.portfolio-card:hover .portfolio-icon {
  transform: translateY(-4px) rotate(-6deg);
  border-radius: 50%;
  box-shadow:
    0 16px 30px rgba(200, 16, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.portfolio-card:hover .portfolio-icon::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 50%;
}

.portfolio-card h5 {
  font-family: "baskerville", serif;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.portfolio-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ---- Awards banner ---- */
.awards-banner {
  background: linear-gradient(135deg, #00152a 0%, #1a3a5e 100%);
  color: #fff;
  padding: 24px 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 21, 42, 0.18);
}

.awards-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle,
      rgba(184, 153, 104, 0.25) 0%,
      rgba(184, 153, 104, 0) 70%);
  border-radius: 50%;
}

.awards-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #b89968 0%, #745c2c 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(184, 153, 104, 0.4);
  z-index: 1;
}

.awards-banner p {
  font-size: 14.5px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.awards-banner p strong {
  color: #f0c97c;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .about-content-wrap {
    padding-left: 0;
    margin-top: 25px;
  }

  .about-logo-card {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-kanakia-section {
    padding: 50px 0;
  }

  .about-kanakia-section .section-subtitle {
    font-size: 14px;
  }

  .about-logo-card {
    padding: 22px 18px;
  }

  .about-logo-card .developer-logo {
    max-width: 55%;
  }

  .about-stats .stat-item h4 {
    font-size: 22px;
  }

  .about-stats .stat-item p {
    font-size: 11px;
  }

  .about-content-wrap p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .portfolio-eyebrow {
    font-size: 10.5px;
    letter-spacing: 2px;
    padding: 3px 12px;
  }

  .portfolio-heading h4 {
    font-size: 24px;
  }

  .portfolio-subtitle {
    font-size: 13px;
    margin-top: 14px;
  }

  .portfolio-card {
    padding: 24px 14px 20px;
    text-align: center;
    align-items: center;
    border-radius: 14px;
  }

  .portfolio-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
  }

  .portfolio-card h5 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .portfolio-card p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .awards-banner {
    flex-direction: column;
    text-align: center;
    padding: 22px 18px;
    gap: 14px;
  }

  .awards-banner p {
    font-size: 13.5px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .about-stats .stat-item h4 {
    font-size: 19px;
  }

  .about-stats .stat-item p {
    font-size: 10px;
  }
}

#connectivity-advantages {
  background-color: #00152a !important;
}

.location-img-wrap {
  position: sticky;
  top: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.location-img-wrap a {
  display: block;
  cursor: zoom-in;
}

.location-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.location-img-wrap a:hover img {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .location-img-wrap {
    position: static;
    margin-bottom: 30px;
  }

  .location-img-wrap img {
    max-height: 400px;
  }
}

#connectivity-advantages .section-title {
  color: #ffffff;
}

#connectivity-advantages .head-wrap {
  margin-bottom: 40px;
}

.conn-adv-accordion {
  background-color: transparent;
}

.conn-adv-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 32px;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
}

.conn-adv-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.conn-adv-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  font-family: "baskerville";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 16px 24px;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.conn-adv-accordion .accordion-body {
  background-color: transparent;
  padding: 16px 24px 20px;
}

.conn-adv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 10px;
  margin: 10px 0;
  color: #fff;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.conn-adv-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.conn-adv-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.conn-adv-icon img {
  width: 32px;
  height: 32px;
  padding: 5px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.conn-adv-dist {
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .conn-adv-accordion .accordion-button {
    font-size: 18px;
    padding: 12px 18px;
  }

  .conn-adv-accordion .accordion-body {
    padding: 4px 18px 10px;
  }

  .conn-adv-row {
    padding: 12px 0;
    gap: 10px;
  }

  .conn-adv-name {
    font-size: 14px;
    gap: 10px;
  }

  .conn-adv-icon {
    width: 34px;
    height: 34px;
  }

  .conn-adv-icon img {
    width: 18px;
    height: 18px;
  }

  .conn-adv-dist {
    font-size: 13px;
  }
}

/* Gallery tabs */
#gallery .gallery-head {
  margin-top: 10px;
}

#gallery .gallery-nav {
  margin: 10px 0 25px;
}

#gallery .gallery-nav .nav-tabs {
  flex-wrap: nowrap;
  gap: 10px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  font-size: 14px;
  min-width: auto;
  margin: 0 !important;
  padding: 6px 18px;
}

#gallery .gallery-thumbnail-wrap {
  margin: 10px 25px 0 25px;
}

@media (max-width: 480px) {
  #gallery .gallery-nav .nav-tabs {
    gap: 6px;
  }

  #gallery .gallery-nav .nav-tabs .nav-link {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* ============================================================
   BROCHURE THEME OVERRIDES — HighLife
   Based on the HighLife_A3 brochure (Kanakia Beverly Heights)
   ============================================================ */

:root {
  --hl-red: #c8102e;
  --hl-orange: #f39200;
  --hl-amber: #e76f0a;
  --hl-gold: #b88a34;
  --hl-cream: #faf6ee;
  --hl-ivory: #f7f2e8;
  --hl-ink: #1a1a1a;
  --hl-mute: #6f6f6f;
  --hl-frame: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-frame-v: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-pattern: none;
  --hl-serif:
    "Libre Bodoni", "Cormorant Garamond", "Baskerville", "baskerville", Georgia,
    serif;
  --hl-serif-italic:
    "Cormorant Garamond", "Libre Bodoni", "Baskerville", Georgia, serif;
  --hl-sans:
    "Poppins", "Cera", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

/* Brochure-native typography pulled from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@300;400;500;600;700&family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/* ---------- Global tone ---------- */
body {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  background: var(--hl-cream);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-title1,
.sub-title {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  letter-spacing: 0.2px;
}

p,
li,
label,
a,
span,
input,
select,
textarea,
button {
  font-family: var(--hl-sans);
}

/* ---------- Signature gradient text (like the "High" in HighLife) ---------- */
.hl-gradient,
.section-title .hl-gradient,
.hl-accent {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* font-style: italic; */
  font-family: var(--hl-sans) !important;
  font-weight: 600;
}

/* Apply the gradient to ALL section headers by default */
.section-title,
.section-title1,
.sub-title {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  /* font-style: italic; */
  font-weight: 600;
  font-family: var(--hl-sans) !important;
}

/* Keep the signature italic-serif + gradient visible even on dark sections */
.text-purple,
.text-yellow,
.text-light {
  color: var(--hl-ink) !important;
}

/* Inline spans inside .section-title inherit the gradient too */
.section-title .sm-txt,
.section-title .sm-txt.text-dark {
  background: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  font-family: inherit;
  font-style: inherit;
}

/* ---------- Subtle brochure pattern ---------- */
.hl-pattern-bg {
  background-color: var(--hl-cream);
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 420px auto;
  background-blend-mode: multiply;
}

/* ---------- Premium red→orange frame ---------- */
.hl-frame {
  position: relative;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.6);
}

.hl-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--hl-frame);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---------- Header / nav ---------- */
header.bg-light,
.navbar-light.sticky-top.bg-light {
  background: #fff !important;
  box-shadow: 0 2px 18px rgba(26, 26, 26, 0.06);
  border-bottom: 1px solid rgba(200, 16, 46, 0.08);
}

.navbar-light .navbar-nav .nav-link,
.m-link {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
  position: relative;
  padding: 6px 2px !important;
  margin: 0 10px !important;
}

.navbar-light .navbar-nav .nav-link::after,
.m-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--hl-frame);
  transition: right 0.35s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.m-link:hover::after,
.nav-item.active .m-link::after {
  right: 0;
}

/* ---------- Hero patch ---------- */
#home {
  background: #000 !important;
  background-image: none !important;
}

/* ---------- Overview / about-first ---------- */
#about-first {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
}

#about-first p,
#about-first ul li {
  color: var(--hl-ink);
}

#about-first .about-align {
  text-align: left !important;
}

#about-first .reg__div {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
  padding: 28px 34px;
  box-shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
  border-radius: 2px;
}

#about-first .reg__div h2 {
  color: var(--hl-ink);
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  margin-bottom: 18px;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
}

/* Project Highlights "feature-box" numbers get the gradient */
.features-section .big-number {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-serif-italic) !important;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
  line-height: 1.15;
  padding: 0.05em 0.18em 0.1em 0.05em;
  margin-right: 0.15em;
  overflow: visible;
}

.features-section .unit-text,
.features-section .feature-desc {
  color: var(--hl-ink) !important;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  font-family: var(--hl-sans) !important;
  font-style: normal;
  font-weight: 500;
}

.features-section .feature-desc {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.85;
}

.features-section .feature-box {
  padding: 8px 4px;
}

.features-section .vertical-divider {
  background: linear-gradient(180deg,
      transparent,
      rgba(200, 16, 46, 0.4),
      transparent);
}

/* ---------- About section ---------- */
#about-sec {
  background-color: #fff !important;
}

#about-sec p {
  color: var(--hl-ink);
}

#about-sec .about-img {
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
}

.feature-wrapper .feature-item {
  border-bottom: 1px solid rgba(200, 16, 46, 0.12);
}

.feature-wrapper .feature-item span {
  color: var(--hl-ink);
  font-weight: 500;
}

/* ============================================================
   CONFIGURATION SECTION  (bg = brochure hero building)
   ============================================================ */
#configuration,
.overlay-sec {
  background: #0b0d12 !important;
  background-image:
    linear-gradient(rgba(10, 10, 14, 0.72),
      rgba(10, 10, 14, 0.55) 40%,
      rgba(10, 10, 14, 0.85)),
    url("../images/brochure/crops/hero-building.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-blend-mode: normal !important;
  position: relative;
}

#configuration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      transparent 0%,
      rgba(10, 10, 14, 0.45) 80%);
  pointer-events: none;
}

.overlay-sec .overlay {
  padding: 0;
  background: none;
}

.overlay-sec .section-title {
  position: relative;
  margin-bottom: 50px;
}

.overlay-sec .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--hl-frame);
  margin: 18px auto 0;
}

.pricingTable {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid transparent;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    var(--hl-frame);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  padding: 24px 18px;
  border-radius: 4px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.pricingTable:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
}

.pricingTable .flr_img img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  filter: contrast(1.05) brightness(1.05);
}

.pricingTable .price-value {
  color: #fff;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  padding: 0 18px;
  line-height: 1.25;
  -webkit-text-fill-color: #fff;
}

.pricingTable .price-value span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--hl-orange);
  font-family: var(--hl-sans) !important;
  font-style: normal;
  margin-top: 8px;
}

.pricingTable .pricingTable-signup a,
.pricing_btn {
  background: var(--hl-frame) !important;
  color: #fff !important;
  padding: 12px 32px !important;
  font-family: var(--hl-sans) !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none !important;
  border-radius: 2px;
  display: inline-block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.35);
}

.pricingTable .pricingTable-signup a:hover,
.pricing_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(243, 146, 0, 0.5) !important;
  padding: 12px 32px !important;
  letter-spacing: 2.5px;
}

/* ============================================================
   AMENITIES / "complete" section
   ============================================================ */
.complete {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern) !important;
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
  position: relative;
}

.complete .section-title {
  font-size: 36px;
}

.amebox {
  background: #fff !important;
  border: 1px solid rgba(26, 26, 26, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.amebox:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(200, 16, 46, 0.18);
  border-color: rgba(200, 16, 46, 0.35);
}

/* Original CSS inverted icons to white for a dark box — revert for the cream theme */
.social-btns .amebox img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(250%) hue-rotate(180deg) !important;
}

.social-btns .amebox:before {
  display: none !important;
}

.social-btns .amebox:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(3800%) hue-rotate(345deg) !important;
}

.ame-tit,
.ame-tit1 {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============================================================
   GALLERY REDESIGN — premium feel
   ============================================================ */
#gallery {
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    var(--hl-pattern);
  background-size: 420px auto;
  background-repeat: repeat;
  padding: 0 0 60px 0;
}

#gallery .gallery-head .section-title {
  font-size: 38px;
  margin-bottom: 10px;
}

#gallery .gallery-head::after {
  content: "A curated look into the Higher Side";
  display: block;
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
  /* -webkit-text-fill-color: var(--hl-mute); */
  font-weight: 500;
}

#gallery .gallery-nav .nav-tabs {
  justify-content: center;
  border: none;
  gap: 14px;
  margin-bottom: 32px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  background: transparent;
  color: var(--hl-ink) !important;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 40px;
  padding: 8px 24px !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--hl-sans) !important;
  transition: all 0.3s ease;
}

#gallery .gallery-nav .nav-tabs .nav-link:hover {
  border-color: var(--hl-red);
  color: var(--hl-red) !important;
}

#gallery .gallery-nav .nav-tabs .nav-link.active {
  background: var(--hl-frame) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* The premium masonry gallery */
.hl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 14px;
  margin-top: 20px;
}

.hl-gallery-grid .hl-g {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  background: #0c0c10;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.12);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.hl-gallery-grid .hl-g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 1.2s ease,
    filter 0.5s ease;
}

.hl-gallery-grid .hl-g::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 55%,
      rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.hl-gallery-grid .hl-g:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.hl-gallery-grid .hl-g:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.hl-gallery-grid .hl-cap {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hl-gallery-grid .hl-cap .hl-cap-title {
  font-family: var(--hl-serif-italic);
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.hl-gallery-grid .hl-cap .hl-cap-tag {
  font-family: var(--hl-sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  white-space: nowrap;
}

/* Span cells */
.hl-gallery-grid .sp-a {
  grid-column: span 6;
  grid-row: span 2;
}

.hl-gallery-grid .sp-b {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-c {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-d {
  grid-column: span 3;
  grid-row: span 2;
}

.hl-gallery-grid .sp-e {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-f {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-g {
  grid-column: span 6;
  grid-row: span 1;
}

.hl-gallery-grid .sp-h {
  grid-column: span 6;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .hl-gallery-grid {
    grid-auto-rows: 140px;
    gap: 10px;
  }

  .hl-gallery-grid .sp-a {
    grid-column: span 12;
  }

  .hl-gallery-grid .sp-b,
  .hl-gallery-grid .sp-c,
  .hl-gallery-grid .sp-e,
  .hl-gallery-grid .sp-f {
    grid-column: span 6;
  }

  .hl-gallery-grid .sp-d {
    grid-column: span 6;
    grid-row: span 2;
  }

  .hl-gallery-grid .sp-g,
  .hl-gallery-grid .sp-h {
    grid-column: span 12;
  }
}

@media (max-width: 576px) {
  .hl-gallery-grid {
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .hl-gallery-grid>* {
    grid-column: span 12 !important;
    grid-row: span 1 !important;
  }

  .hl-gallery-grid .sp-a {
    grid-row: span 2 !important;
  }

  .hl-gallery-grid .hl-cap .hl-cap-title {
    font-size: 15px;
  }
}

/* ============================================================
   LOCATION MAP REDESIGN — Map left, tabs + list right
   ============================================================ */
.hl-location {
  background-color: var(--hl-cream) !important;
  background-size: 420px auto;
  background-blend-mode: multiply;
  padding: 4rem 0;
  position: relative;
}

.hl-location .section-title {
  font-size: 38px;
  margin-bottom: 10px;
  text-align: center;
}

.hl-location .hl-loc-sub {
  text-align: center;
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  color: var(--hl-mute);
  font-size: 15px;
  margin-bottom: 40px;
}

.hl-loc-grid {
  /* layout handled by Bootstrap row / col-md-6 */
}

.hl-loc-map {
  position: relative;
  /* background: #fff; */
  /* border: 1.5px solid transparent; */
  /* background-image: linear-gradient(#fff, #fff), var(--hl-frame); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px;
  /* box-shadow: 0 20px 50px rgba(26, 26, 26, 0.08); */
  overflow: hidden;
}

.hl-loc-map img {
  width: 100%;
  height: auto;
  display: block;
}

.hl-loc-map a {
  display: block;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.hl-loc-map a:hover img {
  opacity: 0.92;
}

.hl-loc-map .hl-loc-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 14px;
  font-family: var(--hl-sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  border: 1px solid rgba(200, 16, 46, 0.3);
}

.hl-loc-panel {
  display: flex;
  flex-direction: column;
}

.hl-loc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding-bottom: 14px;
}

.hl-loc-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--hl-sans);
  font-size: 12.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--hl-ink);
  background: transparent;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.hl-loc-tab:hover {
  border-color: var(--hl-amber);
  color: var(--hl-red);
}

.hl-loc-tab.active {
  background: var(--hl-frame);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.3);
}

.hl-loc-tab i {
  font-size: 13px;
}

.hl-loc-pane {
  display: none;
  animation: hlFadeIn 0.5s ease;
}

.hl-loc-pane.active {
  display: block;
}

@keyframes hlFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.hl-loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hl-loc-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.12);
  font-family: var(--hl-sans);
  font-size: 14.5px;
  color: var(--hl-ink);
  transition:
    padding-left 0.3s ease,
    background 0.3s ease;
}

.hl-loc-list li:hover {
  padding-left: 10px;
  background: rgba(243, 146, 0, 0.05);
}

.hl-loc-list .hl-loc-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}

.hl-loc-list .hl-loc-ic {
  display: none;
}

.hl-loc-list .hl-loc-ic img {
  display: none;
}

.hl-loc-list .hl-loc-dist {
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  color: var(--hl-red);
  font-size: 15px;
  white-space: nowrap;
  font-weight: 500;
}

@media (max-width: 991px) {
  .hl-loc-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hl-loc-map img {
    height: auto;
  }
}

/* ============================================================
   ABOUT KANAKIA + Portfolio
   ============================================================ */
.about-kanakia-section {
  background: #fff !important;
}

.about-kanakia-section .section-title {
  font-size: 34px;
}

.about-kanakia-section .title-underline {
  background: var(--hl-frame) !important;
  height: 2px !important;
  width: 80px !important;
  display: inline-block;
}

.about-kanakia-section .section-subtitle {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: #000;
}

.about-logo-card {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
}

.about-stats .stat-item h4 {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-serif-italic) !important;
  /* font-style: italic; */
  font-weight: 700;
}

.portfolio-card h5 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: var(--hl-ink);
}

.awards-banner {
  background: linear-gradient(135deg,
      rgba(200, 16, 46, 0.05),
      rgba(243, 146, 0, 0.08)) !important;
  border-left: 3px solid transparent;
  border-image: var(--hl-frame-v) 1;
}

.awards-icon {
  color: var(--hl-orange);
}

/* ============================================================
   CONTACT / form-sec
   ============================================================ */
.form-sec {
  background: #fff !important;
}

.form-bg {
  background: transparent !important;
  padding: 44px 40px;
  border-radius: 12px;
  border: 1.5px solid rgba(200, 16, 46, 0.5);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.form-bg h3.sub-title {
  color: var(--hl-ink) !important;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  margin-bottom: 28px !important;
}

.form-sec .contact-info p.text-purple a {
  color: var(--hl-red) !important;
}

.form-btn,
.round-btn {
  background: var(--hl-red);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-family: var(--hl-sans) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.form-btn:hover,
.round-btn:hover {
  background: var(--hl-amber);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(243, 146, 0, 0.50) !important;
}

.brochure.pulseanimation,
.db.brochure {
  background: #000;
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* ---------- Footer ---------- */
.footer {
  background: #fff !important;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.footer .copy-right p {
  color: var(--hl-ink);
}

/* ---------- Misc polish: existing map section gets a brochure frame ---------- */
.map-sec {
  background: var(--hl-cream) !important;
  padding: 0;
}

.map-sec .map {
  position: relative;
}

/* Smooth scroll offset for sticky header */
html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {

  .section-title,
  .section-title1 {
    font-size: 28px !important;
  }

  #gallery .gallery-head .section-title,
  .hl-location .section-title {
    font-size: 30px !important;
  }

  #configuration {
    background-attachment: scroll !important;
  }
}

/* ============================================================
   PROJECT HIGHLIGHTS — dedicated section
   ============================================================ */
.hl-highlights {
  padding: 4rem 0;
  background: #fff;
  position: relative;
}

.hl-highlights::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(200, 16, 46, 0.05), transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 100%, rgba(243, 146, 0, 0.07), transparent 60%);
  pointer-events: none;
}

.hl-highlights .container {
  position: relative;
  z-index: 1;
}

.hl-highlights .section-title {
  font-size: 42px;
  margin-bottom: 10px;
}

.hl-highlights .hl-hi-sub {
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.hl-hi-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.hl-hi-card {
  flex: 0 0 calc(25% - 17px);
  position: relative;
  background: #fff;
  padding: 34px 26px 30px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  isolation: isolate;
}

.hl-hi-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--hl-frame-v);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}

.hl-hi-card::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

.hl-hi-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 50px rgba(200, 16, 46, 0.14);
}

.hl-hi-card:hover::before {
  transform: scaleY(1);
}

.hl-hi-card:hover::after {
  opacity: 1;
}

.hl-hi-stat {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-weight: 600;
  line-height: 1.05;
  font-size: 34px;
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
  padding-bottom: 4px;
}

.hl-hi-stat .hl-hi-plus {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  margin-left: -2px;
}

.hl-hi-stat .hl-hi-word {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-right: 6px;
}

.hl-hi-unit {
  font-family: var(--hl-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  align-self: center;
  padding-bottom: 4px;
}

.hl-hi-title {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 20px;
  font-weight: 600;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  margin: 0 0 10px;
  line-height: 1.3;
}

.hl-hi-desc {
  font-family: var(--hl-sans);
  font-size: 13.5px;
  color: var(--hl-mute);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1199px) {
  .hl-hi-card {
    flex: 0 0 calc(33.33% - 15px);
  }
}

@media (max-width: 900px) {
  .hl-hi-grid {
    gap: 16px;
  }

  .hl-hi-card {
    flex: 0 0 calc(50% - 8px);
    padding: 28px 22px 24px;
  }

  .hl-hi-stat {
    font-size: 48px;
  }
}

@media (max-width: 520px) {
  .hl-hi-card {
    flex: 0 0 100%;
  }

  .hl-highlights {
    padding: 70px 0;
  }

  .hl-highlights .section-title {
    font-size: 32px;
  }

  .hl-hi-stat {
    font-size: 44px;
  }
}

/* ============================================================
   GALLERY — Swiper premium viewer (replaces .hl-gallery-grid)
   ============================================================ */
.hl-sw {
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.hl-sw-main {
  position: relative !important;
  width: 100%;
  overflow: visible;
}

.hl-sw-main .swiper-wrapper {
  padding: 0;
}

.hl-sw-main .swiper-slide {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0c0c10;
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.12);
}

.hl-sw-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.hl-sw-main .swiper-slide:hover img {
  transform: scale(1.06);
}

.hl-sw-main .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.hl-sw-cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.hl-sw-cap .hl-sw-title {
  font-family: var(--hl-serif-italic);
  /* font-style: italic; */
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hl-sw-cap .hl-sw-tag {
  /* Inline tags suppressed — unified "Artist's Impression" tag injected via ::after below */
  display: none;
}

/* Every gallery slide shows the Artist's Impression label */
.hl-sw-main .hl-sw-cap::after {
  content: "Artist\2019s Impression";
  font-family: var(--hl-sans);
  font-size: 6px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.92);
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  align-self: flex-end;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.18);
}

.hl-sw-main .swiper-button-prev,
.hl-sw-main .swiper-button-next {
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: -23px;
}

.hl-sw-main .swiper-button-prev:hover,
.hl-sw-main .swiper-button-next:hover {
  background: var(--hl-frame);
  transform: scale(1.08);
}

/* .hl-sw-main .swiper-button-prev { left: -8px; } */
/* .hl-sw-main .swiper-button-next { right: -8px; } */
.hl-sw-main .swiper-button-prev::after,
.hl-sw-main .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

/* Pagination pinned OVER the image row (not after the swiper-wrapper) */
.hl-sw-main .swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 18px !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 20 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: none;
  pointer-events: auto;
}

.hl-sw-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: width 0.35s ease, background 0.35s ease;
}

.hl-sw-main .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  background: var(--hl-frame);
  box-shadow: 0 2px 8px rgba(200, 16, 46, 0.45);
}

/* Thumbnail strip — hidden (main swiper shows 3 per row, no thumbs needed) */
.hl-sw-thumbs {
  display: none !important;
}

.hl-sw-thumbs-legacy {
  margin-top: 10px;
  padding: 6px 2px 2px;
}

.hl-sw-thumbs .swiper-slide {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hl-sw-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hl-sw-thumbs .swiper-slide:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.hl-sw-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--hl-red);
  box-shadow: 0 6px 14px rgba(200, 16, 46, 0.25);
}

@media (max-width: 768px) {
  .hl-sw-main {
    aspect-ratio: 4 / 3;
  }

  .hl-sw-cap {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .hl-sw-cap .hl-sw-title {
    font-size: 9px;
  }

  .hl-sw-main .swiper-button-prev,
  .hl-sw-main .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}

.disclaimer-section {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}

.disclaimer-section .disclaimer-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  text-align: left;
}

.disclaimer-section .disclaimer-content {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin-bottom: 0;
}

.disclaimer-section .disclaimer-content a {
  color: #0056b3;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 768px) {
  .disclaimer-section {
    padding: 20px 0;
  }

  .disclaimer-section .disclaimer-heading {
    font-size: 18px;
  }

  .disclaimer-section .disclaimer-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&family=Prata&display=swap");

.m-banner {
  margin-top: 69px;
}

@font-face {
  font-family: "Future", serif;
  src: url("../fonts/futura-book-bt.ttf");
}

@font-face {
  font-family: "Cera";
  src: url("../fonts/Cera\ Pro\ Medium.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LibreBodoni";
  src: url("../../demo/fonts/LibreBodoni-BoldItalic.ttf");
}

@font-face {
  font-family: "edhan";
  src: url("../../demo/fonts/EdhanMartine-0WrVv.ttf");
}

@font-face {
  font-family: "baskerville";
  src: url("../fonts/Baskerville.ttc");
}

.selectfields {
  display: none;
}

/* @font-face {
    font-family: 'Poppins', serif;;
    src: url('../fonts/futura-book-bt.ttf');
} */

html {
  overflow-x: hidden !important;
}

body {
  font-family: "Cera";
  font-size: 16px !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

.btn:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Cera";
  font-weight: 500;
}

.dark-bg {
  background: #072621;
}

.grey-bg {
  background: #f6efef;
  /* z-index: -1; */
  position: relative;
}

.text-purple {
  color: #00152a !important;
}

.text-dark {
  color: #fff !important;
}

.text-yellow {
  color: #00152a !important;
}

.sticky-top {
  position: -webkit-sticky;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1020;
}

.carousel-inner {
  /* margin-top: 90px; */
}

.section-title {
  font-family: "baskerville";
  font-size: 34px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 5px;
  /* letter-spacing: 1px; */
}

.section-title1 {
  font-family: "baskerville";
  font-size: 25px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.subhead {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 30px;
  font-family: "Prata", serif;
}

.sec-padd {
  padding: 50px 0;
  background: #fff !important;
}

.sec-padd-top {
  padding-top: 50px;
}

.sec-padd-bot {
  padding-bottom: 100px;
}

.sm-padd {
  padding: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.purple_patch {
  /* position: relative; */
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.bg-light {
  background-color: #00152a !important;
}

.purple_patch::after {
  position: absolute;
  content: "";
  /* background: rgba(255, 163, 44, 0.1); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.purple_patch .row {
  position: relative;
  z-index: 2;
}

.about-img {
  height: 400px;
  object-fit: cover;
}

#home {
  background-image: linear-gradient(#0f0404, #000023);
}

#about-first {
  background-color: #00152a !important;
  /* background-image: url(../images/particle.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 50px 0;
}

#about-first p,
#about-first ul li {
  color: #ffffff;
  line-height: 27px;
}

#about-first .artist_txt {
  position: absolute;
  bottom: -135px;
  right: 92px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

#about-sec p {
  line-height: 27px;
}

#about-sec .artist_txt {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: rgba(34, 34, 34, 0.6901960784);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3px 8px;
  letter-spacing: 2.5px;
  font-size: 6px;
}

.top {
  margin-top: 4rem;
}

.reg__div {
  border: 2px solid #fff;
  padding: 20px 40px;
}

.reg__div h2 {
  font-family: "LibreBodoni";
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

#about-sec {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particale.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding: 0px 0;
}

.content-wrap p {
  text-align: center;
}

.form-check-input:checked[type="checkbox"] {
  background-repeat: no-repeat !important;
}

.advantage {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  gap: 68px;
}

.ventora {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ventora img {
  width: 60%;
}

#amen {
  background-color: #fff !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  background: var(--hl-red);
  color: white;
  border: 1px solid #ffffff;
  width: 46px;
  min-width: 46px;
  box-sizing: border-box;
  text-align: center;
}

.input-group-addon .form-ico,
.input-group-addon .fa {
  width: 100%;
  text-align: center;
}

#configuration {
  background-repeat: no-repeat;
  background: #00152a;
  background-image: url(../images/confbg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: soft-light;
}

.overlay-sec .overlay {
  padding: 150px 0px;
  /* background-color: #000023a8; */
  /* background-image: url(../images/halftone-particaleu.webp); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.pricingTable {
  background-color: transparent;
  text-align: center;
  padding: 20px 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
  transition: ease all 0.5s;
  border: 5px solid #ffffff;
  width: 100%;
  margin: 44px auto 0px;
}

.pricingTable:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.pricingTable .pricingTable-header {
  background: transparent;
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.pricingTable .title:after {
  content: "";
  /* background: #F63459; */
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  display: block;
  clear: both;
  background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85);
}

.pricingTable .price-value {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  padding: 0px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.pricingTable .price-value span {
  font-size: 16px;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  /* background: linear-gradient(#F53149, #FD6653); */
  /* border-radius: 0 0 20px 20px; */
  /* padding: 23px 30px; */
  /* background-image: linear-gradient(to right, #144a85, #0c1c2e, #154a85); */
}

.pricingTable .pricing-content ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}

.pricingTable .pricing-content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}

.pricingTable .pricing-content ul li:last-child {
  margin: 0;
}

.pricingTable .pricingTable-signup a {
  color: #371b1b;
  font-size: 20px;
  font-weight: 400;
  /* font-style: italic; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  margin: 0 auto;
  /* border: 2px solid #E9AF69; */
  border-radius: 0;
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 1px;
  box-shadow: 0 0 0 5px #4b121591;
  padding: 14px;
}

/******************Header**************/

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
  padding: 5px;
  background: #e9af69;
  color: #fff !important;
  border-color: #fff !important;
  font-size: 16px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem !important;
}

header.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 21, 42, 0.08);
}

header .project-logo {
  max-height: 60px;
}

header .developer-logo-header {
  max-height: 55px;
}

header .nav-link {
  font-family: "Poppins", serif !important;
  color: #00152a !important;
  font-size: 16px;
  border-bottom: 1px solid #0000;
}

header .nav-link:hover {
  color: #00152a !important;
  border-bottom: 2px solid #00152a;
  width: 100%;
  margin: 0 auto;
}

.btn-close {
  color: #fff;
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav .dropdown-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
  border-bottom: 0;
}

.offcanvas {
  background-color: #03322b !important;
}

.btn-grp a {
  display: inline-block;
  margin-top: 20px;
}

.overlay {
  /* background: rgba(0, 0, 0, 0.7); */
}

.box-wrap {
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 30px;
}

.icon-wrap img {
  width: 45px;
  margin-right: 13px;
}

.box-wrap>* {
  position: relative;
  z-index: 9;
}

.bg-hover {
  position: relative;
}

/* 
section {
    overflow: hidden;
} */

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #000023;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
  filter: brightness(0) invert(1);
}

.bg-hover:hover .title-wrap {
  color: #fff;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px !important;
  line-height: 1.42857143;
  vertical-align: middle;
}

thead>tr>th {
  color: #fff;
}

table .price-click {
  font-size: 14px;
  margin-right: 0;
}

.title45 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #091b29;
  font-size: 18px;
  padding: 0px 15px 10px 10px;
  z-index: 99;
}

ul.listing {
  padding-left: 17px;
}

ul.listing li {
  margin-bottom: 15px;
  font-weight: 600;
}

ul.listing li::marker {
  color: #000023;
}

.list-item i {
  color: #000023;
  margin-right: 10px;
}

.list-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.list-item {
  flex: 0 0 50%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.readmore.collapsed .fa::before {
  content: "\f0fe";
  transition: ease all 0.5s;
}

.readmore .fa::before {
  content: "\f146";
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  width: 50px !important;
}

.amenities-icon .icons-wrap {
  border: 2px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  transition: ease all 0.5s;
  padding: 8px;
}

.amenities-icon {
  align-items: center;
  gap: 30px;
}

.amenities-icon p {
  color: #fff;
  margin-bottom: 0;
}

.navbar-brand img {
  max-width: 150px;
}

/**banner***/
.carousel-inner .carousel-caption {
  left: inherit !important;
  right: 5% !important;
  top: 30%;
  text-align: left;
  padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
  font-size: 50px;
}

.carousel-caption h4 {
  font-size: 42px;
}

.banner-title {
  font-size: 60px;
  text-transform: uppercase;
}

.sm-txt {
  font-size: 36px;
  text-transform: capitalize;
}

.xs-txt {
  font-size: 20px;
}

.offtxt {
  margin-left: -46px;
}

#gallery {
  background-color: #00152a !important;
}

.bg_patch::before {
  position: absolute;
  content: "";
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 1) 100%); */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.fixed-footer-cust {
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  color: #fff;
  bottom: 0px;
  z-index: 99;
  border-top: 2px solid;
}

.div-line {
  border-right: 1px solid #ffffff;
}

.fix-link {
  color: #ffffff !important;
  font-size: 12px;
}

.i-am,
.download1 {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  padding: .375rem .75rem;
}

.carousel-caption>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.fa-phone {
  transform: rotate(13deg) !important;
}

.big-head {
  font-size: 50px;
  line-height: 1.4;
}

.overview-inner {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.overview-inner::before {
  position: absolute;
  /* content: ''; */
  background: url("../images/left-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -230px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.overview-inner::after {
  /* position: absolute; */
  content: "";
  background: url("../images/right-ellipse.png") no-repeat;
  width: 100%;
  height: 100%;
  right: -372px;
  top: 0;
  background-position: right top;
  -webkit-animation: action 1s infinite alternate;
  /* z-index: -1; */
}

.half_patch {
  position: relative;
}

.half_patch::before {
  position: absolute;
  content: "";
  background: url("../images/half-patch.png") no-repeat;
  width: 100%;
  height: 100%;
  left: -371px;
  top: 0;
  background-position: left top;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  z-index: 1;
  background-size: contain;
}

.overview-inner .paradise-img {
  margin-top: -450px;
}

.icon-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.txt {
  font-weight: 600;
  margin-bottom: 0;
}

.icon-box img {
  width: 32px;
}

.img-wrapper {
  z-index: 1;
}

.title-div {
  width: 50%;
  border-bottom: 3px solid #fff;
  margin: 25px 0;
}

.map-sec .left-content.me-auto {
  margin-left: initial;
}

.map-sec {
  /* margin-bottom: -50px; */
  background: #fff !important;
}

.contact-info {
  margin-top: 60px;
}

.contact-info p {
  color: #09000d;
  line-height: 29px;
}

.nri_box_wrap {
  display: flex;
  margin-bottom: 35px;
  gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
  position: relative;
  width: 44px;
  text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 2px;
  border-left: 1px solid #fff;
  top: 40px;
  left: 50%;
}

.nribox_txt_wrap h4 {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}

.left-content {
  max-width: 638px;
  margin-left: auto;
  padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
  display: none;
}

.border-effect {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}

.high-prior {
  position: relative;
  z-index: 9;
}

.over-sec .sticky-top {
  top: 72px;
}

.border-effect::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
  background: #745c2c;
}

.border-effect:hover::before,
.border-effect:hover::after {
  width: 100%;
  left: 0;
}

.amenities-gallery img {
  height: 430px;
  /* transform: scale(1); */
}

.livig-img {
  position: relative;
  /* top: 135px; */
  top: 65px;
}

.pt-lg-5 {
  padding-top: 4rem !important;
}

.sky-img {
  position: relative;
  bottom: 70px;
}

/* .amenities-gallery:hover img {
    transform: scale(1.1);
} */

.configuration>* {
  position: relative;
  z-index: 9;
}

.configuration::before {
  position: absolute;
  content: "";
  background: url("../images/conf-effect.png") no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: inherit;
}

.conf-content {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: #000023 !important;
  bottom: 0px;
  color: #fff !important;
  font-size: 6px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff !important;
  border: none !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"] {
  color: #000023 !important;
  border: 2px solid !important;
}

.gallery-sec .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff !important;
  color: #000 !important;
}

.conf-img {
  position: relative;
  padding: 0 0 25px 25px;
  margin: 30px 0 0 15px;
}

.conf-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 2px solid #745c2c;
  border-left: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img:after {
  content: "";
  position: absolute;
  width: 88%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #745c2c;
  border-right: 2px solid #745c2c;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  z-index: -1;
}

.conf-img .confimg {
  margin-top: -40px;
}

.map-image {
  position: relative;
  padding-left: 10px;
}

.map-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  border-left: 10px solid #fff;
  height: 450px;
  margin-top: -250px;
}

.b-top-bot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin: 20px 0;
}

/*********Animation************/

/*Up down*/
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/******************/
.snip1206 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206::before {
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  z-index: 99;
  font-size: 30px;
  color: #745c2c;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.snip1206 h2,
.snip1206 p {
  opacity: 1;
}

.snip1206:hover:after,
.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:before {
  -webkit-transform: skew(0deg) scaleX(1);
  transform: skew(0deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fig-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

/**Tab***/
.nav-tabs .nav-link.active {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  font-size: 20px;
  margin: 0 15px 15px !important;
  min-width: 195px;
  transition: all 0.4s ease 0s;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #745c2c !important;
  background: #745c2c !important;
  color: #fff !important;
}

.tab-content>.tab-pane {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.tab-content>.tab-pane.active {
  display: block !important;
  height: auto !important;
}

.nav-tabs .fade:not(.show) {
  opacity: 0 !important;
}

.nav-tabs .fade.show {
  opacity: 1 !important;
}

.gallery .card-img-top {
  border-radius: 0 !important;
}

.gallery .card {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border: 0;
}

.list li {
  font-size: 21px;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.list li::before {
  position: absolute;
  content: "";
  background: url(../images/loc-pin.gif) no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 100%;
  left: -18px;
  top: -3px;
}

#overview {
  overflow: hidden;
}

/************Button**************/

.round-btn {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  outline: none;
  overflow: hidden;
  z-index: 1;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* background: #745C2C; */
  transition: all 0.3s ease;
}

.round-btn:hover {
  color: #000023;
  background-color: #fff2e2;
}

.round-btn:hover:after {
  left: 0;
  width: 100%;
}

.card-title {
  font-size: 25px;
  line-height: 1.4;
}

.content-wrap {
  max-width: 638px;
  /* margin-left: auto; */
  padding-right: 0;
  margin: auto;
}

.card-body {
  padding: 2rem !important;
}

.card-text {
  margin: 20px 0 30px;
}

/* .form-inner {
    margin-top: -142px;
} */

.form-bg {
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  background: #00152a;
  height: 100%;
  padding: 75px 50px;
}

.form-btn {
  width: 50% !important;
  background: #ffffff;
  color: #371b1b;
  border: 0;
  font-weight: 800;
  margin-top: 20px;
  padding: 7px 40px;
  margin: 25px auto 0;
  letter-spacing: 3px;
}

/* .divider-line {
    height: 100px;
    width: 2px;
    border: 1px solid #ffff;
    background: #fff;
} */

/* .about-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.about-item {
  flex: 1;
  color: white;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-right: 15px;
}

.divider-line-vertical {
      width: 3px;
    background-color: white;
    opacity: 0.7;
    height: 47px;
} */

/* .about-list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
} */

.about-first-section {
  position: relative;
  overflow: hidden;
  background-color: #4693c6;
  /* example background, adjust to your theme */
  z-index: 1;
}

.bg-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.6;
  /* z-index: -1; */
}

#location {
  /* display: none; */
  position: relative;
}

/* Wind swirl - top left */
.deco-wind {
  top: 0;
  left: 0;
  width: 120px;
  display: none;
}

/* Cloud - bottom left */
.deco-cloud {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

.locationdeco-cloud {
  width: 393px;
  bottom: -63px;
  /* animation: floatY 6sease-in-out infinite; */
}

.gallerydeco-cloud {
  width: 344px;
  bottom: -47px;
  right: -10px;
}

.gallerydeco-feather {
  left: -15px;
  width: 373px;
  transform: translateY(-50%);
  top: 15%;
}

.deco-cloud2 {
  width: 393px;
  bottom: -250px;
  /* animation: floatY 6sease-in-out infinite; */
}

/* Feather - middle right */
.deco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.locationdeco-feather {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

.deco-feather2 {
  right: 0;
  width: 316px;
  transform: translateY(-50%);
  top: 20%;
}

/* Optional animation */
@keyframes floatY {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-55%) translateX(5px);
  }
}

.deco-feather {
  animation: floatY 6s ease-in-out infinite;
}

.deco-feather2 {
  animation: floatY 6s ease-in-out infinite;
}

.deco-cloud {
  animation: floatY 6s ease-in-out infinite;
}

/* 
.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: white;
  font-family: 'Georgia', serif;
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.feature-box {
  flex: 1;
  text-align: left;
}

.feature-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: bold;
}

.big-number {
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 20px;
  font-weight: 400;
}

.feature-desc {
  font-size: 16px;
  margin-top: 8px;
}

.vertical-divider {
  width: 1px;
  background-color: white;
  opacity: 0.4;
  height: auto;
} */

.features-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-family: "Georgia", serif;
  padding: 8px 2px;
}

#gallery {
  position: relative;
}

.ovley {
  text-align: center;
  padding: 4px 3px;
  font-size: 1.2rem;
  position: absolute;
  bottom: -1px;
  /* font-style: italic; */
  left: 0%;
  /* right: 0%; */
  /* margin: auto; */
  /* left: 37%; */
  background: #c5c5c5de;
  font-family: var(--hl-frame);
}

.py {
  padding: 4rem 0 !important;
  /* background: #fff!important; */
}

.feature-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.feature-box {
  flex: 1;
  text-align: center;
}

.feature-title {
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
  gap: 6px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.big-number {
  font-family: "edhan";
  font-size: 48px;
  font-weight: 700;
}

.unit-text {
  font-size: 23px;
  font-weight: 400;
}

.feature-desc {
  font-size: 15px;
  /* font-weight: 600; */
  margin-top: -5px;
  color: #f0eeda;
  text-align: start !important;
}

.vertical-divider {
  width: 3px;
  background-color: white;
  opacity: 0.7;
  height: 50px;
}

.form-check-label {
  text-align: start !important;
}

/* 🔁 Responsive layout */
@media (max-width: 768px) {
  .txt-center {
    text-align: center !important;
  }

  .feature-row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .brochure {
    position: fixed;
    z-index: 9999;
    top: 485px !important;
    right: -40px !important;
    transform: rotate(90deg);
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 18px !important;
    background: #00152a !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0px;
    /* font-weight: 600; */
    outline: none;
    /* left: 6px; */

    left: unset !important;
    bottom: unset !important;
  }

  .form-check input {
    width: 20px !important;
  }

  .py {
    padding: 40px 0 !important;
  }

  #our-service {
    padding: 50px 0 !important;
  }

  ul {
    margin-bottom: 0rem !important;
  }

  .about-ul {
    margin-bottom: 0rem !important;
  }

  .deco-feather2 {
    display: none;
  }

  .deco-feather {
    /* display: none; */
    top: 9%;
    width: 290px;
    right: -18px;
  }

  .deco-cloud {
    /* display: none; */
    /* display: none; */
    bottom: 170px;
    width: 284px;
    left: -14px;
  }

  .gallerydeco-cloud {
    display: none;
  }

  .locationdeco-feather {
    display: none;
  }

  .locationdeco-cloud {
    display: none;
  }

  .gallerydeco-feather {
    display: none;
  }

  .deco-cloud2 {
    display: none;
  }

  .feature-title {
    justify-content: center;
  }

  .feature-desc {
    text-align: center !important;
  }

  .top {
    margin-top: 4px !important;
  }

  .advantage {
    flex-direction: column;
    gap: 0;
  }

  .navbar {
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
  }

  header .navbar .navbar-toggler {
    order: 2;
    margin: 0;
  }

  header .navbar>.col-7 {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start !important;
  }

  header .navbar>.d-block.d-sm-none {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .vertical-divider {
    display: none;
  }

  .feature-box {
    width: 100%;
    max-width: 320px;
  }
}

form .form-btn {
  display: inherit !important;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.con-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
  font-size: 27px;
  margin-right: 15px;
}

.con-title {
  font-size: 24px;
}

.con-subtitle {
  font-size: 18px;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(149, 70, 11, 0.5);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.galimg {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  border: 0 !important;
}

.galimg:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

.artist_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.6901960784);
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
}

.modal-content form {
  position: relative;
  z-index: 99;
}

/*----------Modal Design-------*/
label.error {
  color: red;
  font-size: 12px;
  font-weight: 300;
  display: none;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background: #fff !important;
  width: 100%;
  height: 100%;
  border: 1.5px solid rgba(200, 16, 46, 0.5) !important;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

#from-head {
  /* color: var(--hl-ink) !important; */
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content::after {
  display: none;
}

.modal-body {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  color: var(--hl-ink);
}

.modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  filter: none;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
}

.modal-body h3 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  position: relative;
  z-index: 99;
  color: var(--hl-ink);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  width: 100%;
}

.modal-content p {
  position: relative;
  z-index: 9999;
  color: var(--hl-mute);
}

.disclaimer_text {
  text-align: left !important;
  /* height: 500px;
    overflow-y: scroll; */
}

.disclaimer_text::-webkit-scrollbar {
  width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
  background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
  background: #fff;
}

/*---modal form--*/

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25) !important;
  border-radius: 0px !important;
  width: 100%;
  background: transparent;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding-left: 14px;
  color: var(--hl-ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.modal-body form input:focus,
.modal-body form select:focus {
  border-color: var(--hl-red) !important;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

.modal-body form select option {
  color: #1a1a1a;
  background: #fff;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

.gallery-slider_wrapper h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 48px;
  margin-bottom: 26px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: none;
}

.modal-body form button {
  margin: 0 auto;
}

.modal-body .checkbox-label {
  color: var(--hl-ink) !important;
}

.modal-body .input-group-addon .form-ico {
  color: #fff;
}

/*-----------Modal End --------*/

/*****************Footer*******************/

.social-item {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
}

.social-item i {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.social-item:hover {
  background: #000023;
}

/**********Project**************/
.proj-loc .fas {
  color: #000023;
}

.carpet-area {
  display: inline-block;
}

.border-tb {
  border-top: 1px solid #000023;
  border-bottom: 1px solid #000023;
  padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
  position: relative;
}

.project-image {
  display: inline-block;
}

.project-image-wrapper {
  padding: 0 30px;
}

.proj-title {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #000023;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  font-weight: 600;
  z-index: 3;
}

.project-content {
  padding-left: 15px;
}

.bl-effect {
  position: absolute;
  content: "";
  border-top: 1px solid #000023;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 0;
}

.image-wrap img {
  position: relative;
  z-index: 2;
}

.btn-right {
  position: relative;
  display: inline-block;
  /*background: #fff;*/
  z-index: 1;
  padding-left: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

#contact {
  background: #d1d1d133;
}

.error {
  color: #ff0000;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.btneffect-title {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #000023;
  padding: 10px 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.btneffect-title::after {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  width: 100%;
  height: 100%;
  top: 24px;
  right: auto;
}

.image-wrapper {
  float: left;
  width: 50%;
  margin: 0 15px 28px 0;
}

#text {
  display: none;
}

a.readmore {
  color: #000023;
}

.schools-sec .row>.col-md-6 {
  margin-bottom: 30px;
  color: #000023;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
  position: relative;
}

.section-bg:before {
  content: "";
  background: #000023;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.institue-wrap {
  position: relative;
  z-index: 9;
}

.flr_img img {
  width: 100%;
  filter: blur(2px);
  padding: 0 10px;
}

/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
  font-family: "Prata", serif !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

/***************Thank you ****************/

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #000023;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 40px;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: 600;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  text-align: center;
  transition: ease 0.5s;
  font-weight: 600;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #000023;
  border-radius: 25px;
}

.oops-greet {
  color: #000023;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

/**************Form***********/
#contact-form input {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form input:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select {
  height: 48px;
  border: 1.5px solid rgba(26, 26, 26, 0.25);
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  padding-left: 14px;
  color: var(--hl-ink);
  font-family: "Poppins", sans-serif;
  background: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#contact-form select:focus {
  border-color: var(--hl-red);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.10);
  outline: none;
}

#contact-form select option {
  color: #1a1a1a !important;
  background: #fff;
}

#contact-form input::placeholder {
  color: rgba(26, 26, 26, 0.45) !important;
}

#contact-form .checkbox-label {
  color: var(--hl-ink) !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.contact-form .form-group {
  height: 46px;
  margin-bottom: 30px;
}

.contact-form input {
  height: 40px;
  border-radius: 0;
  width: 100%;
  padding-left: 8px;
}

.form-wrapper {
  padding: 30px;
  background: #edf7ff;
}

.form-control::placeholder {
  color: #fff !important;
}

.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

/****************Benefits*******************/
.outcome-inner {
  position: relative;
  /* background: linear-gradient(90deg, rgba(43,52,79,0.9304096638655462) 0%, rgba(43,52,79,1) 46%, rgba(43,52,79,0.927608543417367) 71%); */
}

/* .outcome-inner:after {
    position: absolute;
    content: '';
    background: rgb(43,52,79);
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
} */
.benfits-wrap {
  position: relative;
  z-index: 2;
}

.benfits-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.ben-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.arrow_txt {
  background: #e9e5e2;
  width: 150px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  padding: 0 30px;
  margin-left: -2px;
}

.arrow_txt1 {
  margin-right: -2px;
}

.icon_wrap img {
  max-width: 70px;
}

.arrow-box {
  display: flex;
  align-items: center;
}

.arrow-wrap {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 9;
}

.arrow-wrap2 {
  position: absolute;
  bottom: 0;
  left: -45px;
  z-index: 9;
}

.nav-tabs .nav-link.active {
  border: 3px solid #ffffff91 !important;
  background: #00152a !important;
  color: #fff !important;
  border-radius: 0 !important;
  /* text-align: center; */
  /* background-image: url(../images/arrowfloor.svg); */
}

.nav-tabs .nav-link {
  position: relative;
  border: 1px solid #745c2c !important;
  background: transparent !important;
  color: #745c2c !important;
  border-radius: 0 !important;
  border: 3px solid #00000091 !important;
  background: #fff2e2 !important;
  color: #4b1215 !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0 15px 15px !important;
  min-width: 100%;
  text-align: initial;
  padding: 15px;
  transition: all 0.4s ease 0s;
}

#nav-profile .nav-tabs .nav-link,
#nav-contact .nav-tabs .nav-link {
  margin: 15px auto !important;
  min-width: 20%;
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
}

.nav-tabs .nav-link:hover {
  border: 3px solid #745c2c !important;
  background: #00152a !important;
  color: #fff !important;
  /* background-image: url(../images/arrowfloor.svg); */
}

.gallery-slider_wrapper {
  width: 100%;
  /* max-width:768px; */
  margin: auto;
}

.gallery-slider_wrapper .owl-theme .owl-nav {
  /* margin:0; */
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"] {
  /* width:30px; */
  /* height:120px; */
  background: #000023;
  font-size: 5px !important;
  color: #fff;
  /* margin:0; */
  /* padding: 0; */
  /* border-radius: 0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  font-family: "LineAwesome";
  /* position: absolute; */
  /* line-height: 120px; */
  /* width:30px; */
  /* text-align: center; */
  /* top:0; */
  /* left:0; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
  /* content: "\f111"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: -25px;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
  /* content: "\f112"; */
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: -24px;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000023 !important;
  color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  position: relative;
  margin: 0 5px;
  height: 120px;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  right: 7px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  /* border: 3px solid #fff; */
  font-size: 18px !important;
  /* background: #00152a !important;
  color: #fff; */
  padding: 5px 10px;
  border-radius: 0px;
  margin: 3px;
  /* font-weight: 600; */
  outline: none;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/******************amenities**************************************************/

.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-btns .amebox {
  display: inline-block;
  background-color: #00152a;
  width: 130px;
  height: 130px;
  /* line-height: 90px; */
  border: 4px solid #ffffff;
  text-align: center;
  margin: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 80px;
  box-shadow: 2px -1px 11px 1px rgb(0 0 0 / 46%);
  opacity: 0.99;
}

.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}

.social-btns .amebox i {
  transform: scale(0.8);
}

.social-btns .amebox:before {
  background-color: #fff2e2;
}

.social-btns .amebox i {
  color: #37a692;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .amebox:focus i,
.social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}

.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .amebox img {
  position: relative;
  z-index: 999;
  /* vertical-align: middle; */
  display: block;
  width: 71px !important;
  display: block;
  filter: brightness(0) invert(1);
  line-height: 136px;
  margin: 25px auto;
  object-fit: contain;
  height: 70px;
}

.social-btns .ame-tit {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  margin: 20px 0px 30px;
  /* font-family: "MESSINASANS"; */
}

/* .social-btns .ame-tit:after {
    content: " ";
    border-left: 4px dashed #f58345;
    right: -5%;
    height: 35%;
    bottom: 0px;
    position: absolute;
} */

.social-btns .amebox:hover img {
  filter: brightness(0.5);
}

.social-btns .ame-tit1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px 30px;
  line-height: 28px;
}

.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}

.ame-head {
  text-align: center;
  font-size: 50px;
  margin: 90px;
  color: #37a692;
  font-family: "IVYMODE";
}

.footer {
  background-color: #00152a;
  /* padding: 40px 0px; */
}

.copy-right p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.l-img {
  object-fit: cover;
  height: 500px;
  border: 3px solid #745c2c;
}

.navbar-nav {
  border-bottom: 1px solid #0000;
}

.abt_content_wrap {
  /* background: #f2f2f2; */
  /* padding: 110px 110px; */
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
  flex-flow: column;
}

.abt_list li {
  color: #000000;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  list-style: disc;
}

.odc-o li {
  /* margin: 6px 5px; */
}

.odc li {
  /* font-size: 13px; */
  /* color: #0a112b; */
  /* background: #d3d3d3; */
  margin-bottom: 20px;
  padding: 9px 10px;
  margin: 10px 0;
  display: block;
  width: 45%;
  display: flex;
  align-items: center;
  /* height: 68px; */
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.odc .row {
  justify-content: flex-start;
  gap: 10px 20px;
}

.width-icon {
  /* width: 40px; */
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.odc-o li img {
  /* background: #fff; */
  width: 32px;
  padding: 5px;
}

.odc li img {
  width: 50px;
  margin-right: 0;
  display: block;
  float: left;
  filter: brightness(0) invert(1);
}

.width-txt {
  padding: 20px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.about-align {
  text-align: start;
}

#location {
  background-color: #00152a !important;
  /* background-image: url(../images/halftone-particaleb.webp); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.brochure {
  position: fixed;
  z-index: 9999;
  bottom: 65px;
  /* transform: rotate(90deg); */
  letter-spacing: 1px;
  border: 3px solid #fff;
  font-size: 18px !important;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087) !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  margin: 0px;
  /* font-weight: 600; */
  outline: none;
  left: 14px;
}

.ablogo {
  width: 152px;
}

.subhead {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 28px;
}

.counter-wrap {
  /* display: inline; */
  padding-top: 0;
  position: absolute;
  left: 0%;
  z-index: 9;
  top: 20%;
  width: 98%;
}

.time h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 50px;
  height: 35px;
  margin: 10px auto;
  background: #4b1215;
  color: #fff;
  border-radius: 0%;
  padding: 9px 0px;
  box-shadow: 2px 2px 7px #676f90;
}

.time p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  /* border-radius: 9px; */
  color: #000;
  font-size: 11px;
  width: 50px;
  margin: 0px auto;
  margin-top: 5px;
}

.form-check-input {
  height: 20px !important;
  width: 4% !important;
  border: none !important;
  background-color: #fff !important;
}

.form-check label {
  color: #000;
  font-size: 12px;
  padding-left: 12px;
  font-weight: 200;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    padding: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .counter-wrap {
    /* display: inline; */
    padding-top: 0;
    position: absolute;
    left: 4%;
    z-index: 9;
    top: 20%;
    width: 100%;
  }
}

/* ============ desktop view .end// ============ */
@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 60px 0;
  }

  #about-first .artist_txt {
    right: 0;
  }

  .width-txt {
    padding: 20px 15px;

    font-size: 12px;
  }

  #about-sec .artist_txt {
    right: 35px;
  }

  .sec-padd-bot {
    padding-bottom: 60px;
  }

  body {
    font-size: 16px !important;
  }

  .content-wrap {
    max-width: 543px;
  }

  .subhead {
    font-size: 25px;
  }

  .sub-title {
    font-size: 25px;
  }

  header .nav-link {
    font-size: 14px;
  }

  .banner-title {
    font-size: 40px;
  }

  .sm-txt {
    font-size: 28px;
  }

  .list-item {
    font-size: 15px;
  }

  .form-bg {
    padding: 75px 30px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .overview-inner .paradise-img {
    margin-top: -400px;
  }

  .left-content {
    max-width: 545px;
  }

  .amenities-gallery img {
    height: 379px;
  }

  .amenities-gallery .actual {
    font-size: 14px;
  }

  .list li {
    font-size: 14px;
  }

  .map-image::after {
    height: 180px;
    margin-top: -120px;
  }

  .carousel-caption h3 {
    font-size: 35px;
  }

  .carousel-caption h4 {
    font-size: 32px;
  }

  .big-head {
    font-size: 35px;
  }

  .section-title {
    font-size: 33px;
  }

  .border-effect {
    margin-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 0px;
  }

  .over-sec .sticky-top {
    top: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-padd {
    padding: 80px 0;
  }

  .sec-padd-top {
    padding-top: 30px;
  }

  .sec-padd-bot {
    padding-bottom: 30px;
  }

  .section-title {
    font-size: 40px;
  }

  .overview-inner::before {
    left: -283px;
  }

  .overview-inner::after {
    right: -401px;
  }

  .contact-info {
    margin-top: 0px;
  }

  #navbarNavDropdown {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 9999;
    background: #e9af69;
    width: 100%;
  }

  .overview-inner .paradise-img {
    margin-top: 0;
  }

  .content-wrap {
    max-width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .section-title {
    font-size: 28px;
  }

  .sm-txt {
    font-size: 25px;
  }

  .round-btn {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-item {
    padding: 0px 15px;
    border-bottom: 1px solid;
    border: 0;
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    border: 0;
  }

  .page-banner {
    padding: 40px 0;
  }

  .form-wrapper {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .icon-wrap i,
  .con-title {
    font-size: 22px;
  }

  .project-content {
    padding-top: 30px;
    padding-left: 0px;
  }

  .amen-slide .item {
    margin-bottom: 60px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .left-content {
    max-width: 338px;
  }

  .carousel-inner .carousel-caption {
    padding: 1rem 1.5rem !important;
  }

  .carousel-caption h3 {
    font-size: 26px;
  }

  .carousel-caption h4 {
    font-size: 23px;
  }

  .big-head {
    font-size: 29px;
  }

  /* .amenities-gallery img {
        min-height: auto;
    } */

  .banner-title {
    font-size: 35px;
  }

  .icon_wrap img {
    max-width: 45px;
  }

  .arrow_txt {
    font-size: 18px;
    height: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .mob_reg {
    padding: 50px 0;
    background-color: #fff !important;
    /* background-image: url(../images/halftone-particale.webp); */
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .mob_reg h2 {
    font-family: "Cera";
    font-size: 20px;
    color: #00152a;
    text-align: center;
    line-height: 1.5;
  }

  .mob_reg .form-check label {
    color: #000;
  }

  .mob_reg input::placeholder {
    color: #000 !important;
  }

  .footer-2 {
    padding: 30px 0;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .artist_txt {
    font-size: 11px;
  }

  .form-check-input {
    width: 20px !important;
  }

  .cloud {
    max-width: 70px;
    top: 0;
  }

  .image-wrapper {
    /* float: none; */
    width: 100%;
    margin: 0 0 15px 0;
  }

  .left-content {
    max-width: initial;
    width: 100%;
    padding-left: 0;
  }

  .carousel-caption h4 {
    font-size: 18px;
  }

  .carousel-caption h3 {
    font-size: 21px;
  }

  .big-head {
    font-size: 24px;
  }

  .border-effect {
    margin-bottom: 0px;
  }

  .conf-content {
    max-width: 100%;
  }

  .over-sec .img-wrapper {
    overflow: hidden;
  }

  .offtxt {
    margin-left: 0;
  }

  .conf-img {
    margin: 60px 0 0 15px;
  }

  .nav-tabs .nav-link {
    font-size: 18px;
    margin: 0 7px 15px !important;
    text-align: center;
  }

  .galimg {
    margin-bottom: 20px;
  }

  .form-bg {
    margin-bottom: 40px;
  }

  .banner-title {
    font-size: 25px;
  }

  .sm-txt {
    font-size: 20px;
    text-transform: capitalize;
  }

  .carousel-inner .carousel-caption {
    top: initial;
  }

  .navbar-brand img {
    max-width: 97px;
  }

  .bg_patch::before {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 1) 100%); */
  }

  .arrow_txt {
    width: auto;
  }

  .arrow-wrap {
    right: -7px;
  }

  .arrow-wrap2 {
    left: -7px;
  }

  .pricingTable {
    width: 95%;
  }

  .pricingTable .pricingTable-signup a {
    font-size: 18px;

    padding: 15px 20px;
  }

  .about-align {
    text-align: center;
  }

  .livig-img {
    position: relative;
    top: 0px;
  }

  .sky-img {
    position: relative;
    bottom: 0px;
  }

  .l-img {
    height: 300px;
  }

  header .nav-link {
    color: #00152a !important;
    font-weight: 600;
  }

  .odc li {
    padding: 10px 15px;
    margin: 12px 0px;
    width: 90%;
  }

  .abt_content_wrap {
    /* margin: 50px auto; */
  }

  #about-first .abt_row {
    flex-direction: column-reverse;
  }

  .carousel-inner {
    margin-top: 0px;
  }

  #about-sec .artist_txt {
    bottom: 0;
    right: 0;
  }

  #about-first .artist_txt {
    bottom: 0;
    right: 0;
  }

  .brochure {
    font-size: 16px !important;
    /* left: -46px; */
    right: -45px;
    padding: 5px 11px;
    transform: rotate(90deg);
    display: none;
  }

  .pricingTable .pricingTable-header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .counter-wrap {
    display: inline-block !important;
    width: 66%;
    left: 0%;
    /* top: 47%; */
    position: initial;
    width: 100%;
    margin: 85px auto 20px;
    /* margin-top: 13px; */
    display: grid;
    /* margin-bottom: 10px; */
  }
}

@media screen and (max-width: 767px) {
  .py-3 {
    margin-bottom: 44px;
  }
}

/* .pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
} */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

a.glow {
  color: #f32179;
  padding: 20px;
  border-color: #f32179;
  font-size: 30px;
  transition: 0.2s;
  background-color: transparent;
  border-radius: 3em;
  cursor: pointer;
}

@keyframes glowing {
  0% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }

  50% {
    background-color: #122840c0;
    box-shadow: 0 0 0 5px #122840c0;
  }

  100% {
    background-color: #122840;
    box-shadow: 0 0 3px #122840;
  }
}

.edit {
  object-fit: fill;
  filter: blur(5px);
}

#priceform-fname::placeholder,
#priceform-mobile::placeholder,
#priceform-email::placeholder {
  color: black !important;
  opacity: 1;
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon points="4,6 8,10 12,6" style="fill:%23333"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px !important;
}

.custom-select1 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='white' stroke-width='15'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 15px !important;
}

.feature-wrapper {
  display: flex;
  justify-content: space-between;
  /* gap: 30px; */
}

.feature-col {
  width: 48%;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column;
  }

  .feature-col {
    width: 100%;
  }
}

/* ==========================================================================
   About Kanakia Group Section - Redesigned
   ========================================================================== */
.about-kanakia-section {
  background: linear-gradient(135deg, #f8f6f1 0%, #ffffff 60%, #f4f1ea 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.about-kanakia-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle,
      rgba(0, 21, 42, 0.07) 0%,
      rgba(0, 21, 42, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle,
      rgba(116, 92, 44, 0.08) 0%,
      rgba(116, 92, 44, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.about-kanakia-section .container {
  position: relative;
  z-index: 2;
}

.about-kanakia-section .title-underline {
  display: block;
  width: 70px;
  height: 3px;
  background: #745c2c;
  margin: 8px auto 14px;
  border-radius: 2px;
}

.about-kanakia-section .section-subtitle {
  font-size: 16px;
  color: #555;
  /* font-style: italic; */
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.about-main-row {
  margin-top: 30px;
}

/* ---- Logo card with stats ---- */
.about-logo-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 25px;
  box-shadow: 0 12px 35px rgba(0, 21, 42, 0.08);
  border: 1px solid rgba(116, 92, 44, 0.12);
  text-align: center;
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.about-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 21, 42, 0.14);
}

.about-logo-card .logo-inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 22px;
}

.about-logo-card .developer-logo {
  max-width: 85%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px dashed rgba(0, 21, 42, 0.18);
  padding-top: 20px;
}

.about-stats .stat-item {
  text-align: center;
  padding: 8px 4px;
}

.about-stats .stat-item h4 {
  font-family: "baskerville", serif;
  font-size: 28px;
  font-weight: 700;
  color: #745c2c;
  margin: 0 0 4px;
  line-height: 1;
}

.about-stats .stat-item p {
  font-size: 12px;
  color: #000;
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
}

/* ---- Content text ---- */
.about-content-wrap {
  padding-left: 20px;
}

.about-content-wrap p {
  font-size: 15px;
  line-height: 1.8;
  color: #2b2b2b;
  margin-bottom: 16px;
  text-align: justify;
}

.about-content-wrap p strong {
  color: #00152a;
  font-weight: 600;
}

/* ---- Portfolio cards ---- */
#our-service {
  padding: 80px 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 16, 46, 0.06) 0%, transparent 38%),
    radial-gradient(circle at 88% 82%, rgba(243, 146, 0, 0.07) 0%, transparent 40%),
    linear-gradient(180deg, #fdf9f0 0%, #faf3e3 100%);
  position: relative;
  overflow: hidden;
}

#our-service::before,
#our-service::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.45;
  z-index: 0;
}

#our-service::before {
  width: 280px;
  height: 280px;
  top: -80px;
  left: -80px;
  background: radial-gradient(circle, rgba(200, 16, 46, 0.18) 0%, transparent 70%);
}

#our-service::after {
  width: 320px;
  height: 320px;
  bottom: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.22) 0%, transparent 70%);
}

.our-service-wrap {
  position: relative;
  z-index: 1;
}

.portfolio-heading {
  position: relative;
}

.portfolio-eyebrow {
  display: inline-block;
  font-family: "Cera", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8102e;
  font-weight: 600;
  margin-bottom: 12px;
  padding: 4px 14px;
  border: 1px solid rgba(200, 16, 46, 0.25);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio-heading h4 {
  font-family: "baskerville", serif;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a1a1a;
}

.portfolio-heading h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
}


.portfolio-subtitle {
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-size: 15px;
  color: #6f6f6f;
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-row {
  margin-left: 0;
  margin-right: 0;
}

.portfolio-row>[class*="col-"] {
  display: flex;
}

.portfolio-card {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  border-radius: 16px;
  padding: 32px 22px 26px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.06);
  border: 1px solid rgba(184, 138, 52, 0.14);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
  position: relative;
  overflow: hidden;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c8102e 0%, #e76f0a 50%, #f39200 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12) 0%, transparent 70%);
  transition: transform 0.5s ease;
  z-index: 0;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(200, 16, 46, 0.14);
  border-color: rgba(200, 16, 46, 0.35);
}

.portfolio-card:hover::before {
  transform: scaleX(1);
}

.portfolio-card:hover::after {
  transform: scale(1.4);
}

.portfolio-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  color: #fff !important;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-radius 0.45s ease;
  box-shadow:
    0 10px 22px rgba(200, 16, 46, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}

.portfolio-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1px dashed rgba(184, 138, 52, 0.45);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transform: scale(0.85);
}

.portfolio-card:hover .portfolio-icon {
  transform: translateY(-4px) rotate(-6deg);
  border-radius: 50%;
  box-shadow:
    0 16px 30px rgba(200, 16, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.portfolio-card:hover .portfolio-icon::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 50%;
}

.portfolio-card h5 {
  font-family: "baskerville", serif;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.portfolio-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ---- Awards banner ---- */
.awards-banner {
  background: linear-gradient(135deg, #00152a 0%, #1a3a5e 100%);
  color: #fff;
  padding: 24px 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 21, 42, 0.18);
}

.awards-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle,
      rgba(184, 153, 104, 0.25) 0%,
      rgba(184, 153, 104, 0) 70%);
  border-radius: 50%;
}

.awards-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #b89968 0%, #745c2c 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 6px 16px rgba(184, 153, 104, 0.4);
  z-index: 1;
}

.awards-banner p {
  font-size: 14.5px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.awards-banner p strong {
  color: #f0c97c;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .about-content-wrap {
    padding-left: 0;
    margin-top: 25px;
  }

  .about-logo-card {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about-kanakia-section {
    padding: 50px 0;
  }

  .about-kanakia-section .section-subtitle {
    font-size: 14px;
  }

  .about-logo-card {
    padding: 22px 18px;
  }

  .about-logo-card .developer-logo {
    max-width: 55%;
  }

  .about-stats .stat-item h4 {
    font-size: 22px;
  }

  .about-stats .stat-item p {
    font-size: 11px;
  }

  .about-content-wrap p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .portfolio-eyebrow {
    font-size: 10.5px;
    letter-spacing: 2px;
    padding: 3px 12px;
  }

  .portfolio-heading h4 {
    font-size: 24px;
  }

  .portfolio-subtitle {
    font-size: 13px;
    margin-top: 14px;
  }

  .portfolio-card {
    padding: 24px 14px 20px;
    text-align: center;
    align-items: center;
    border-radius: 14px;
  }

  .portfolio-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
  }

  .portfolio-card h5 {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }

  .portfolio-card p {
    font-size: 12px;
    text-align: center;
    width: 100%;
  }

  .awards-banner {
    flex-direction: column;
    text-align: center;
    padding: 22px 18px;
    gap: 14px;
  }

  .awards-banner p {
    font-size: 13.5px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }

  .about-stats .stat-item h4 {
    font-size: 19px;
  }

  .about-stats .stat-item p {
    font-size: 10px;
  }
}

#connectivity-advantages {
  background-color: #00152a !important;
}

.location-img-wrap {
  position: sticky;
  top: 100px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.location-img-wrap a {
  display: block;
  cursor: zoom-in;
}

.location-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.location-img-wrap a:hover img {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .location-img-wrap {
    position: static;
    margin-bottom: 30px;
  }

  .location-img-wrap img {
    max-height: 400px;
  }
}

#connectivity-advantages .section-title {
  color: #ffffff;
}

#connectivity-advantages .head-wrap {
  margin-bottom: 40px;
}

.conn-adv-accordion {
  background-color: transparent;
}

.conn-adv-accordion .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 32px;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
}

.conn-adv-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.conn-adv-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  font-family: "baskerville";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 16px 24px;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.conn-adv-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.conn-adv-accordion .accordion-body {
  background-color: transparent;
  padding: 16px 24px 20px;
}

.conn-adv-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 10px;
  margin: 10px 0;
  color: #fff;
  box-shadow: 1px 0px 8px 5px rgb(141 141 141 / 25%);
  transition: ease all 0.5s;
}

.conn-adv-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.conn-adv-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
}

.conn-adv-icon img {
  width: 32px;
  height: 32px;
  padding: 5px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.conn-adv-dist {
  font-family: "Cera";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .conn-adv-accordion .accordion-button {
    font-size: 18px;
    padding: 12px 18px;
  }

  .conn-adv-accordion .accordion-body {
    padding: 4px 18px 10px;
  }

  .conn-adv-row {
    padding: 12px 0;
    gap: 10px;
  }

  .conn-adv-name {
    font-size: 14px;
    gap: 10px;
  }

  .conn-adv-icon {
    width: 34px;
    height: 34px;
  }

  .conn-adv-icon img {
    width: 18px;
    height: 18px;
  }

  .conn-adv-dist {
    font-size: 13px;
  }
}

/* Gallery tabs */
#gallery .gallery-head {
  margin-top: 10px;
}

#gallery .gallery-nav {
  margin: 10px 0 25px;
}

#gallery .gallery-nav .nav-tabs {
  flex-wrap: nowrap;
  gap: 10px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  font-size: 14px;
  min-width: auto;
  margin: 0 !important;
  padding: 6px 18px;
}

#gallery .gallery-thumbnail-wrap {
  margin: 10px 25px 0 25px;
}

@media (max-width: 480px) {
  #gallery .gallery-nav .nav-tabs {
    gap: 6px;
  }

  #gallery .gallery-nav .nav-tabs .nav-link {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* ============================================================
   BROCHURE THEME OVERRIDES — HighLife
   Based on the HighLife_A3 brochure (Kanakia Beverly Heights)
   ============================================================ */

:root {
  --hl-red: #c8102e;
  --hl-orange: #f39200;
  --hl-amber: #e76f0a;
  --hl-gold: #b88a34;
  --hl-cream: #faf6ee;
  --hl-ivory: #f7f2e8;
  --hl-ink: #1a1a1a;
  --hl-mute: #6f6f6f;
  --hl-frame: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-frame-v: linear-gradient(135deg, var(--hl-red) 0%, #e7520a 45%, var(--hl-orange) 100%);
  --hl-pattern: none;
  --hl-serif:
    "Libre Bodoni", "Cormorant Garamond", "Baskerville", "baskerville", Georgia,
    serif;
  --hl-serif-italic:
    "Cormorant Garamond", "Libre Bodoni", "Baskerville", Georgia, serif;
  --hl-sans:
    "Poppins", "Cera", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

/* Brochure-native typography pulled from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@300;400;500;600;700&family=Libre+Bodoni:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/* ---------- Global tone ---------- */
body {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  background: var(--hl-cream);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-title1,
.sub-title {
  font-family: var(--hl-sans) !important;
  color: var(--hl-ink);
  letter-spacing: 0.2px;
}

p,
li,
label,
a,
span,
input,
select,
textarea,
button {
  font-family: var(--hl-sans);
}

/* ---------- Signature gradient text (like the "High" in HighLife) ---------- */
.hl-gradient,
.section-title .hl-gradient,
.hl-accent {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* font-style: italic; */
  font-family: var(--hl-sans) !important;
  font-weight: 600;
}

/* Apply the gradient to ALL section headers by default */
.section-title,
.section-title1,
.sub-title {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  /* font-style: italic; */
  font-weight: 600;
  font-family: var(--hl-sans) !important;
}

/* Keep the signature italic-serif + gradient visible even on dark sections */
.text-purple,
.text-yellow,
.text-light {
  color: var(--hl-ink) !important;
}

/* Inline spans inside .section-title inherit the gradient too */
.section-title .sm-txt,
.section-title .sm-txt.text-dark {
  background: transparent;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  font-family: inherit;
  font-style: inherit;
}

/* ---------- Subtle brochure pattern ---------- */
.hl-pattern-bg {
  background-color: var(--hl-cream);
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 420px auto;
  background-blend-mode: multiply;
}

/* ---------- Premium red→orange frame ---------- */
.hl-frame {
  position: relative;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.6);
}

.hl-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--hl-frame);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ---------- Header / nav ---------- */
header.bg-light,
.navbar-light.sticky-top.bg-light {
  background: #fff !important;
  box-shadow: 0 2px 18px rgba(26, 26, 26, 0.06);
  border-bottom: 1px solid rgba(200, 16, 46, 0.08);
}

.navbar-light .navbar-nav .nav-link,
.m-link {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
  position: relative;
  padding: 6px 2px !important;
  margin: 0 10px !important;
}

.navbar-light .navbar-nav .nav-link::after,
.m-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--hl-frame);
  transition: right 0.35s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.m-link:hover::after,
.nav-item.active .m-link::after {
  right: 0;
}

/* ---------- Hero patch ---------- */
#home {
  background: #000 !important;
  background-image: none !important;
}

/* ---------- Overview / about-first ---------- */
#about-first {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern);
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
}

#about-first p,
#about-first ul li {
  color: var(--hl-ink);
}

#about-first .about-align {
  text-align: left !important;
}

#about-first .reg__div {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
  padding: 28px 34px;
  box-shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
  border-radius: 2px;
}

#about-first .reg__div h2 {
  color: var(--hl-ink);
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  margin-bottom: 18px;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
}

/* Project Highlights "feature-box" numbers get the gradient */
.features-section .big-number {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-serif-italic) !important;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
  line-height: 1.15;
  padding: 0.05em 0.18em 0.1em 0.05em;
  margin-right: 0.15em;
  overflow: visible;
}

.features-section .unit-text,
.features-section .feature-desc {
  color: var(--hl-ink) !important;
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  font-family: var(--hl-sans) !important;
  font-style: normal;
  font-weight: 500;
}

.features-section .feature-desc {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.85;
}

.features-section .feature-box {
  padding: 8px 4px;
}

.features-section .vertical-divider {
  background: linear-gradient(180deg,
      transparent,
      rgba(200, 16, 46, 0.4),
      transparent);
}

/* ---------- About section ---------- */
#about-sec {
  background-color: #fff !important;
}

#about-sec p {
  color: var(--hl-ink);
}

#about-sec .about-img {
  box-shadow: 0 20px 50px rgba(26, 26, 26, 0.15);
}

.feature-wrapper .feature-item {
  border-bottom: 1px solid rgba(200, 16, 46, 0.12);
}

.feature-wrapper .feature-item span {
  color: var(--hl-ink);
  font-weight: 500;
}

/* ============================================================
   CONFIGURATION SECTION  (bg = brochure hero building)
   ============================================================ */
#configuration,
.overlay-sec {
  background: #0b0d12 !important;
  background-image:
    linear-gradient(rgba(10, 10, 14, 0.72),
      rgba(10, 10, 14, 0.55) 40%,
      rgba(10, 10, 14, 0.85)),
    url("../images/brochure/crops/hero-building.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-blend-mode: normal !important;
  position: relative;
}

#configuration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      transparent 0%,
      rgba(10, 10, 14, 0.45) 80%);
  pointer-events: none;
}

.overlay-sec .overlay {
  padding: 0;
  background: none;
}

.overlay-sec .section-title {
  position: relative;
  margin-bottom: 50px;
}

.overlay-sec .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--hl-frame);
  margin: 18px auto 0;
}

.pricingTable {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid transparent;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    var(--hl-frame);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  padding: 24px 18px;
  border-radius: 4px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.pricingTable:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6);
}

.pricingTable .flr_img img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  filter: contrast(1.05) brightness(1.05);
}

.pricingTable .price-value {
  color: #fff;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  padding: 0 18px;
  line-height: 1.25;
  -webkit-text-fill-color: #fff;
}

.pricingTable .price-value span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--hl-orange);
  font-family: var(--hl-sans) !important;
  font-style: normal;
  margin-top: 8px;
}

.pricingTable .pricingTable-signup a,
.pricing_btn {
  background: var(--hl-frame) !important;
  color: #fff !important;
  padding: 12px 32px !important;
  font-family: var(--hl-sans) !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none !important;
  border-radius: 2px;
  display: inline-block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.35);
}

.pricingTable .pricingTable-signup a:hover,
.pricing_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(243, 146, 0, 0.5) !important;
  padding: 12px 32px !important;
  letter-spacing: 2.5px;
}

/* ============================================================
   AMENITIES / "complete" section
   ============================================================ */
.complete {
  background-color: var(--hl-cream) !important;
  background-image: var(--hl-pattern) !important;
  background-repeat: repeat;
  background-size: 380px auto;
  background-blend-mode: multiply;
  position: relative;
}

.complete .section-title {
  font-size: 36px;
}

.amebox {
  background: #fff !important;
  border: 1px solid rgba(26, 26, 26, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.amebox:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(200, 16, 46, 0.18);
  border-color: rgba(200, 16, 46, 0.35);
}

/* Original CSS inverted icons to white for a dark box — revert for the cream theme */
.social-btns .amebox img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(250%) hue-rotate(180deg) !important;
}

.social-btns .amebox:before {
  display: none !important;
}

.social-btns .amebox:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(3800%) hue-rotate(345deg) !important;
}

.ame-tit,
.ame-tit1 {
  color: var(--hl-ink) !important;
  font-family: var(--hl-sans) !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============================================================
   GALLERY REDESIGN — premium feel
   ============================================================ */
#gallery {
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
    var(--hl-pattern);
  background-size: 420px auto;
  background-repeat: repeat;
  padding: 0 0 60px 0;
}

#gallery .gallery-head .section-title {
  font-size: 38px;
  margin-bottom: 10px;
}

#gallery .gallery-head::after {
  content: "A curated look into the Higher Side";
  display: block;
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
  /* -webkit-text-fill-color: var(--hl-mute); */
  font-weight: 500;
}

#gallery .gallery-nav .nav-tabs {
  justify-content: center;
  border: none;
  gap: 14px;
  margin-bottom: 32px;
}

#gallery .gallery-nav .nav-tabs .nav-link {
  background: transparent;
  color: var(--hl-ink) !important;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 40px;
  padding: 8px 24px !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--hl-sans) !important;
  transition: all 0.3s ease;
}

#gallery .gallery-nav .nav-tabs .nav-link:hover {
  border-color: var(--hl-red);
  color: var(--hl-red) !important;
}

#gallery .gallery-nav .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087) !important;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* The premium masonry gallery */
.hl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 14px;
  margin-top: 20px;
}

.hl-gallery-grid .hl-g {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  background: #0c0c10;
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.12);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

.hl-gallery-grid .hl-g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 1.2s ease,
    filter 0.5s ease;
}

.hl-gallery-grid .hl-g::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 55%,
      rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.hl-gallery-grid .hl-g:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.hl-gallery-grid .hl-g:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.hl-gallery-grid .hl-cap {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hl-gallery-grid .hl-cap .hl-cap-title {
  font-family: var(--hl-serif-italic);
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.hl-gallery-grid .hl-cap .hl-cap-tag {
  font-family: var(--hl-sans);
  font-size: 10px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  white-space: nowrap;
}

/* Span cells */
.hl-gallery-grid .sp-a {
  grid-column: span 6;
  grid-row: span 2;
}

.hl-gallery-grid .sp-b {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-c {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-d {
  grid-column: span 3;
  grid-row: span 2;
}

.hl-gallery-grid .sp-e {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-f {
  grid-column: span 3;
  grid-row: span 1;
}

.hl-gallery-grid .sp-g {
  grid-column: span 6;
  grid-row: span 1;
}

.hl-gallery-grid .sp-h {
  grid-column: span 6;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .hl-gallery-grid {
    grid-auto-rows: 140px;
    gap: 10px;
  }

  .hl-gallery-grid .sp-a {
    grid-column: span 12;
  }

  .hl-gallery-grid .sp-b,
  .hl-gallery-grid .sp-c,
  .hl-gallery-grid .sp-e,
  .hl-gallery-grid .sp-f {
    grid-column: span 6;
  }

  .hl-gallery-grid .sp-d {
    grid-column: span 6;
    grid-row: span 2;
  }

  .hl-gallery-grid .sp-g,
  .hl-gallery-grid .sp-h {
    grid-column: span 12;
  }
}

@media (max-width: 576px) {
  .hl-gallery-grid {
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .hl-gallery-grid>* {
    grid-column: span 12 !important;
    grid-row: span 1 !important;
  }

  .hl-gallery-grid .sp-a {
    grid-row: span 2 !important;
  }

  .hl-gallery-grid .hl-cap .hl-cap-title {
    font-size: 15px;
  }
}

/* ============================================================
   LOCATION MAP REDESIGN — Map left, tabs + list right
   ============================================================ */
.hl-location {
  background-color: var(--hl-cream) !important;
  background-size: 420px auto;
  background-blend-mode: multiply;
  padding: 4rem 0;
  position: relative;
}

.hl-location .section-title {
  font-size: 38px;
  margin-bottom: 10px;
  text-align: center;
}

.hl-location .hl-loc-sub {
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 15px;
  margin-bottom: 40px;
}

.hl-loc-grid {
  /* layout handled by Bootstrap row / col-md-6 */
}

.hl-loc-map {
  position: relative;
  /* background: #fff; */
  /* border: 1.5px solid transparent; */
  /* background-image: linear-gradient(#fff, #fff), var(--hl-frame); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px;
  /* box-shadow: 0 20px 50px rgba(26, 26, 26, 0.08); */
  overflow: hidden;
}

.hl-loc-map img {
  width: 100%;
  height: auto;
  display: block;
}

.hl-loc-map a {
  display: block;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.hl-loc-map a:hover img {
  opacity: 0.92;
}

.hl-loc-map .hl-loc-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 14px;
  font-family: var(--hl-sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  border: 1px solid rgba(200, 16, 46, 0.3);
}

.hl-loc-panel {
  display: flex;
  flex-direction: column;
}

.hl-loc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding-bottom: 14px;
}

.hl-loc-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-family: var(--hl-sans);
  font-size: 12.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--hl-ink);
  background: transparent;
  border: 1.5px solid rgba(26, 26, 26, 0.12);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.hl-loc-tab:hover {
  border-color: var(--hl-amber);
  color: var(--hl-red);
}

.hl-loc-tab.active {
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(200, 16, 46, 0.3);
}

.hl-loc-tab i {
  font-size: 13px;
}

.hl-loc-pane {
  display: none;
  animation: hlFadeIn 0.5s ease;
}

.hl-loc-pane.active {
  display: block;
}

@keyframes hlFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.hl-loc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hl-loc-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px dashed rgba(26, 26, 26, 0.12);
  font-family: var(--hl-sans);
  font-size: 14.5px;
  color: var(--hl-ink);
  transition:
    padding-left 0.3s ease,
    background 0.3s ease;
}

.hl-loc-list li:hover {
  padding-left: 10px;
  background: rgba(243, 146, 0, 0.05);
}

.hl-loc-list .hl-loc-name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
}

.hl-loc-list .hl-loc-ic {
  display: none;
}

.hl-loc-list .hl-loc-ic img {
  display: none;
}

.hl-loc-list .hl-loc-dist {
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: var(--hl-red);
  font-size: 15px;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 991px) {
  .hl-loc-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hl-loc-map img {
    height: auto;
  }
}

/* ============================================================
   ABOUT KANAKIA + Portfolio
   ============================================================ */
.about-kanakia-section {
  background: #fff !important;
}

.about-kanakia-section .section-title {
  font-size: 34px;
}

.about-kanakia-section .title-underline {
  background: var(--hl-frame) !important;
  height: 2px !important;
  width: 80px !important;
  display: inline-block;
}

.about-kanakia-section .section-subtitle {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: #000;
}

.about-logo-card {
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--hl-frame) border-box;
}

.about-stats .stat-item h4 {
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 700;
}

.portfolio-card h5 {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  color: var(--hl-ink);
}

.awards-banner {
  background: linear-gradient(135deg,
      rgba(200, 16, 46, 0.05),
      rgba(243, 146, 0, 0.08)) !important;
  border-left: 3px solid transparent;
  border-image: var(--hl-frame-v) 1;
}

.awards-icon {
  color: var(--hl-orange);
}

/* ============================================================
   CONTACT / form-sec
   ============================================================ */
.form-sec {
  background: #fff !important;
}

.form-bg {
  background: transparent !important;
  padding: 44px 40px;
  border-radius: 12px;
  border: 1.5px solid rgba(200, 16, 46, 0.5);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.form-bg h3.sub-title {
  /* color: var(--hl-ink) !important; */
  /* -webkit-text-fill-color: var(--hl-ink); */
  /* background: none; */
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  margin-bottom: 28px !important;
}

.form-sec .contact-info p.text-purple a {
  color: var(--hl-red) !important;
}

.form-btn,
.round-btn {
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  font-family: var(--hl-sans) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.form-btn:hover,
.round-btn:hover {
  background: var(--hl-amber);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(243, 146, 0, 0.50) !important;
}

.brochure.pulseanimation,
.db.brochure {
  background: var(--hl-red);
  color: #fff !important;
  border: none !important;
  letter-spacing: 2px;
  padding: 12px 26px;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.3);
}

/* ---------- Footer ---------- */
.footer {
  background: #fff !important;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.footer .copy-right p {
  color: var(--hl-ink);
}

/* ---------- Misc polish: existing map section gets a brochure frame ---------- */
.map-sec {
  background: var(--hl-cream) !important;
  padding: 0;
}

.map-sec .map {
  position: relative;
}

/* Smooth scroll offset for sticky header */
html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {

  .section-title,
  .section-title1 {
    font-size: 28px !important;
  }

  #gallery .gallery-head .section-title,
  .hl-location .section-title {
    font-size: 30px !important;
  }

  #configuration {
    background-attachment: scroll !important;
  }
}

/* ============================================================
   PROJECT HIGHLIGHTS — dedicated section
   ============================================================ */
.hl-highlights {
  padding: 4rem 0;
  background: #fff;
  position: relative;
}

.hl-highlights::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(200, 16, 46, 0.05), transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 100%, rgba(243, 146, 0, 0.07), transparent 60%);
  pointer-events: none;
}

.hl-highlights .container {
  position: relative;
  z-index: 1;
}

.hl-highlights .section-title {
  font-size: 42px;
  margin-bottom: 1.5rem;
}

.hl-highlights .hl-hi-sub {
  text-align: center;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  color: #000;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.hl-hi-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.hl-hi-card {
  flex: 0 0 calc(25% - 17px);
  position: relative;
  background: #fff;
  padding: 34px 26px 30px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  isolation: isolate;
}

.hl-hi-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--hl-frame-v);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}

.hl-hi-card::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(243, 146, 0, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

.hl-hi-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 22px 50px rgba(200, 16, 46, 0.14);
}

.hl-hi-card:hover::before {
  transform: scaleY(1);
}

.hl-hi-card:hover::after {
  opacity: 1;
}

.hl-hi-stat {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-family: var(--hl-sans);
  /* font-style: italic; */
  font-weight: 600;
  line-height: 1.05;
  font-size: 34px;
  background: var(--hl-frame);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
  padding-bottom: 4px;
}

.hl-hi-stat .hl-hi-plus {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  margin-left: -2px;
}

.hl-hi-stat .hl-hi-word {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-right: 6px;
}

.hl-hi-unit {
  font-family: var(--hl-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  align-self: center;
  padding-bottom: 4px;
}

.hl-hi-title {
  font-family: var(--hl-sans) !important;
  /* font-style: italic; */
  font-size: 20px;
  font-weight: 600;
  color: var(--hl-ink);
  -webkit-text-fill-color: var(--hl-ink);
  background: none;
  margin: 0 0 10px;
  line-height: 1.3;
}

.hl-hi-desc {
  font-family: var(--hl-sans);
  font-size: 13.5px;
  color: var(--hl-mute);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1199px) {
  .hl-hi-card {
    flex: 0 0 calc(33.33% - 15px);
  }
}

@media (max-width: 900px) {
  .hl-hi-grid {
    gap: 16px;
  }

  .hl-hi-card {
    flex: 0 0 calc(50% - 8px);
    padding: 28px 22px 24px;
  }

  .hl-hi-stat {
    font-size: 48px;
  }
}

@media (max-width: 520px) {
  .hl-hi-card {
    flex: 0 0 100%;
  }

  .hl-highlights {
    padding: 70px 0;
  }

  .hl-highlights .section-title {
    font-size: 32px;
  }

  .hl-hi-stat {
    font-size: 44px;
  }
}

/* ============================================================
   GALLERY — Swiper premium viewer (replaces .hl-gallery-grid)
   ============================================================ */
.hl-sw {
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.hl-sw-main {
  position: relative !important;
  width: 100%;
  overflow: visible;
}

.hl-sw-main .swiper-wrapper {
  padding: 0;
}

.hl-sw-main .swiper-slide {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0c0c10;
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(26, 26, 26, 0.12);
}

.hl-sw-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.hl-sw-main .swiper-slide:hover img {
  transform: scale(1.06);
}

.hl-sw-main .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.hl-sw-cap {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.hl-sw-cap .hl-sw-title {
  font-family: var(--hl-frame);
  /* font-style: italic; */
  font-weight: 500;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hl-sw-cap .hl-sw-tag {
  /* Inline tags suppressed — unified "Artist's Impression" tag injected via ::after below */
  display: none;
}

/* Every gallery slide shows the Artist's Impression label */
.hl-sw-main .hl-sw-cap::after {
  content: "Artist\2019s Impression";
  font-family: var(--hl-sans);
  font-size: 6px;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.92);
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
  align-self: flex-end;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.18);
}

.hl-sw-main .swiper-button-prev,
.hl-sw-main .swiper-button-next {
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: -23px;
}

.hl-sw-main .swiper-button-prev:hover,
.hl-sw-main .swiper-button-next:hover {
  background: var(--hl-frame);
  transform: scale(1.08);
}

/* .hl-sw-main .swiper-button-prev { left: -8px; } */
/* .hl-sw-main .swiper-button-next { right: -8px; } */
.hl-sw-main .swiper-button-prev::after,
.hl-sw-main .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

/* Pagination pinned OVER the image row (not after the swiper-wrapper) */
.hl-sw-main .swiper-pagination {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 18px !important;
  top: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 20 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: none;
  pointer-events: auto;
}

.hl-sw-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  margin: 0 !important;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: width 0.35s ease, background 0.35s ease;
}

.hl-sw-main .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 4px;
  background: var(--hl-frame);
  box-shadow: 0 2px 8px rgba(200, 16, 46, 0.45);
}

/* Thumbnail strip — hidden (main swiper shows 3 per row, no thumbs needed) */
.hl-sw-thumbs {
  display: none !important;
}

.hl-sw-thumbs-legacy {
  margin-top: 10px;
  padding: 6px 2px 2px;
}

.hl-sw-thumbs .swiper-slide {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hl-sw-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hl-sw-thumbs .swiper-slide:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.hl-sw-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--hl-red);
  box-shadow: 0 6px 14px rgba(200, 16, 46, 0.25);
}

@media (max-width: 768px) {
  .hl-sw-main {
    aspect-ratio: 4 / 3;
  }

  .hl-sw-cap {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .hl-sw-cap .hl-sw-title {
    font-size: 9px;
  }

  .hl-sw-main .swiper-button-prev,
  .hl-sw-main .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}

.disclaimer-section {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}

.disclaimer-section .disclaimer-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  text-align: left;
}

.disclaimer-section .disclaimer-content {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin-bottom: 0;
}

.disclaimer-section .disclaimer-content a {
  color: #0056b3;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 768px) {
  .disclaimer-section {
    padding: 20px 0;
  }

  .disclaimer-section .disclaimer-heading {
    font-size: 18px;
  }

  .disclaimer-section .disclaimer-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ── Configuration Section Redesign ── */
.cfg-underline {
  display: block;
  width: 70px;
  height: 2px;
  background: linear-gradient(to right, #FF5500, #E63023, #8B2087);
  margin: 14px auto 0;
  border-radius: 2px;
}

.cfg-showcase-wrap {
  display: flex;
  justify-content: center;
}

.cfg-card {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  max-width: 880px;
  width: 100%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.cfg-left {
  flex: 0 0 48%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 28px 44px;
}

.cfg-fp-wrap {
  position: relative;
  width: 100%;
}

.cfg-fp-wrap img {
  width: 100%;
  display: block;
  border-radius: 4px;
  filter: blur(3px);
  cursor: pointer;
}

.cfg-fp-tag {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FF5500, #8B2087);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 20px;
  white-space: nowrap;
}

.cfg-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 32px 0;
}

.cfg-right {
  flex: 1;
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cfg-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FF7740;
  margin-bottom: 14px;
}

.cfg-type {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  font-family: var(--hl-sans) !important;
}

.cfg-name {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 28px;
  font-family: "baskerville";
  letter-spacing: 0.5px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
}

.cfg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.cfg-features li {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  gap: 12px;
}

.cfg-features li:last-child {
  border-bottom: none;
}

.cfg-features li i {
  color: #FF5500;
  font-size: 11px;
  flex-shrink: 0;
}

.cfg-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087) !important;
  color: #fff !important;
  padding: 13px 30px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(255, 85, 0, 0.35);
  align-self: flex-start;
  cursor: pointer;
}

.cfg-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(139, 32, 135, 0.5) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .cfg-card {
    flex-direction: column;
  }

  .cfg-divider {
    width: auto;
    height: 1px;
    margin: 0 32px;
  }

  .cfg-left {
    padding: 28px 24px 40px;
  }

  .cfg-right {
    padding: 36px 24px 32px;
  }

  .cfg-type {
    font-size: 48px;
  }

  .cfg-name {
    font-size: 18px;
  }
}

/* ── Location section: Bootstrap col layout adjustment ── */


.col-md-6 .hl-loc-panel {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .col-md-6 .hl-loc-panel {
    padding-left: 0;
    padding-top: 28px;
  }
}

/* ── Thank You page: refreshed responsive layout ── */
.sec-thankyou {
  position: relative;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(200, 16, 46, 0.06), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(184, 138, 52, 0.08), transparent 55%),
    linear-gradient(180deg, #faf6ee 0%, #ffffff 100%);
  padding: clamp(40px, 8vw, 90px) 16px;
  overflow: hidden;
}

.sec-thankyou .wrap {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: clamp(28px, 6vw, 56px) clamp(20px, 5vw, 48px);
  box-shadow: 0 20px 60px rgba(26, 26, 26, 0.08), 0 1px 3px rgba(26, 26, 26, 0.04);
  border: 1px solid rgba(184, 138, 52, 0.15);
  text-align: center;
}

.sec-thankyou .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(135deg, #c8102e 0%, #e7520a 45%, #f39200 100%);
}

.sec-thankyou .msgicon {
  height: clamp(72px, 14vw, 96px);
  width: clamp(72px, 14vw, 96px);
  border: none;
  background: linear-gradient(135deg, #c8102e 0%, #e7520a 45%, #f39200 100%);
  color: #fff;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1;
  margin: 0 auto 24px;
  box-shadow: 0 12px 28px rgba(200, 16, 46, 0.28);
  animation: tyPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.sec-thankyou .msgicon i {
  line-height: 1;
}

@keyframes tyPop {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.sec-thankyou .oops {
  color: #1a1a1a;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  line-height: 1.15;
}

.sec-thankyou .oops span {
  font-weight: 300;
  color: #c8102e;
}

.sec-thankyou .oops-greet {
  color: #1a1a1a;
  font-size: clamp(17px, 3.4vw, 22px);
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.35;
}

.sec-thankyou .oops-subtitle {
  color: #6f6f6f;
  font-size: clamp(14px, 2.6vw, 17px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto 28px;
  max-width: 460px;
}

.sec-thankyou .go-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 220px;
  padding: 14px 32px;
  margin: 8px auto 0;
  font-size: clamp(14px, 2.6vw, 16px);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  background: linear-gradient(135deg, #c8102e 0%, #e7520a 45%, #f39200 100%);
  border: none;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(200, 16, 46, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sec-thankyou .go-home i {
  transition: transform 0.25s ease;
}

.sec-thankyou a:hover .go-home,
.sec-thankyou .go-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(200, 16, 46, 0.35);
  color: #fff;
  background: linear-gradient(135deg, #c8102e 0%, #e7520a 45%, #f39200 100%);
  border-radius: 999px;
}

.sec-thankyou a:hover .go-home i {
  transform: translateX(-4px);
}

@media (max-width: 480px) {
  .sec-thankyou .wrap {
    border-radius: 14px;
  }
  .sec-thankyou .go-home {
    width: 100%;
    min-width: 0;
  }
}

#about-first .reg__div h2#from-head,
.mob_reg h2#from-head {
  font-family: var(--hl-sans) !important;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  z-index: 99;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--hl-red);
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #FF5500, #E63023, #8B2087);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about-first .reg__div .form-subtext {
  font-size: 14px;
  text-align: center;
  color: var(--hl-mute);
  margin-bottom: 18px;
}

/* Mobile Fixed Call Now Button */
.mobile-call-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    background: var(--hl-red);
    color: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(200, 16, 46, 0.5);
    animation: pulse-call 2s infinite;
}
.mobile-call-btn i {
    font-size: 22px;
    color: #fff;
}
@keyframes pulse-call {
    0%, 100% { box-shadow: 0 4px 15px rgba(200, 16, 46, 0.5); }
    50% { box-shadow: 0 4px 28px rgba(200, 16, 46, 0.85); }
}
