/* ===========================
   YOUR EXISTING CSS (UNCHANGED)
   =========================== */

.copyright-detail a:hover,
.footer-menu li a:hover,
a,
body {
  color: #000
}

.accordion-item.active,
.close,
.close1,
.gallery-img,
.theme-btn span,
a,
button {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.theme-btn,
body {
  font-family: Jost, sans-serif
}

.center,
.theme-btn {
  text-align: center
}

.splide__arrow.splide__arrow--next:disabled:hover svg path,
.splide__arrow.splide__arrow--prev:disabled:hover svg path,
.splide__arrow:hover svg path {
  stroke: #fff
}

.list-point li,
.tab-list li {
  list-style: none
}

html {
  scroll-behavior: smooth
}

@font-face {
  font-family: Jost;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v15/92zatBhPNqw73oTd4g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Jost;
  font-weight: 400
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: red;
  display: flex;
  line-height: 11px;
  color: #fff;
  font-size: 9px
}

.theme-modal,
html:before {
  position: fixed;
  top: 0;
  left: 0
}

a:hover {
  color: #75113a
}

.accordion-item.active,
.gallery-img,
.theme-btn span,
.theme-modal-background,
.theme-modal-card,
a,
button {
  transition: .3s linear
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block
}

.site-office,
p {
  margin-bottom: 20px
}

.list-point li:last-child,
.listed-points li:last-child,
.section-title:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0
}

.theme-modal {
  right: 0;
  bottom: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999
}

.modal-content,
.theme-modal-content {
  border: 0;
  border-radius: 0
}

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  background-color: #75113a;
  margin: 0 auto;
  transform: translateY(-50%)
}

.theme-modal-background,
html:before {
  background-color: #000;
  opacity: 0;
  visibility: hidden
}

.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px
}

#home.is-active,
.theme-block.theme-img-animation {
  overflow: hidden
}

html:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 99999
}

.theme-modal[style="visibility: visible;"] .theme-modal-background,
html.is-active-1:before,
html.is-active:before {
  opacity: .9;
  visibility: visible
}

.theme-modal.is-active .theme-modal-card {
  top: 50%
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1
}

.theme-modal-card-body {
  border: 1px solid;
  position: relative;
  overflow: visible;
  padding: 30px;
  background-color: transparent
}

.close,
.close1 {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #75113a;
  border: 1px solid #ffffff60;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  transition: .3s linear
}

.section-title h1,
.section-title h2,
.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase
}

.white-bg,
header {
  background-color: #fff
}

.close1:hover,
.close:hover,
.theme-btn {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.close1:hover,
.close:hover {
  background-color: #a02b5b;
  opacity: 1;
  transition: .3s linear
}

.theme-modal-card-body:before {
  left: 0
}

.sticky-btn-enquire.sticky-brochure:hover,
.sticky-btn-enquire:hover,
.theme-modal-card-body:after {
  right: 0
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px
}

.col-theme-modal .section-title {
  margin-bottom: 15px
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff
}

.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: Jost
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: Jost
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: Jost
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: Jost
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: #fff;
  font-family: Jost
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: #fff;
  font-family: Jost
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px
}

.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent
}

.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent
}

.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px
}

iframe {
  border: none
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0
}

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

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both
}

.section,
section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden
}

.gray-bg {
  background-color: #f8f8f8
}

.full-width,
.splide__slide img {
  width: 100%
}

.overflow-visible {
  overflow: visible !important
}

.section-title h1,
.section-title h2 {
  font-size: 32px;
  line-height: 42px;
  color: #75113a;
  margin: 0;
  padding-bottom: 6px
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2
}

.container,
.theme-btn {
  z-index: 1;
  position: relative
}

.section-title h1 span,
.section-title h2 span {
  color: #1d57a3
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.footer a,
.sticky-btn-enquire:hover,
.theme-btn.white-btn:hover {
  color: #fff
}

.dark p,
.dark span {
  color: #7c7c7c
}

.title-white .title-tagline {
  color: #eee
}

.accordion-item.active .feather-minus,
.close-button svg,
.theme-logo a,
.title-with-icon span,
picture {
  display: block
}

.theme-btn {
  border: 0;
  color: #0b1624;
  padding: 8px 30px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  transition: .3s linear;
  letter-spacing: 1px
}

#scontactform h3,
.list-point,
.splide {
  padding: 0
}

.sticky-btn-enquire::before,
.theme-btn::before,
.theme-btn:hover span {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.theme-btn:hover span {
  color: #fff;
  transition: .3s linear
}

.sticky-btn-enquire::before,
.theme-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 0;
  transition: .3s linear
}

.sticky-btn-enquire:hover::before,
.theme-block:before,
.theme-btn:hover::before {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.sticky-btn-enquire:hover::before,
.theme-btn:hover::before {
  width: 100%;
  background-color: #75113a;
  transition: .3s linear
}

.theme-btn.white-btn {
  background: #fff;
  color: #001421;
  border: 1px solid #fff
}

.actual-flat-image,
.actual-image,
.actual-lobby-image,
.artistic-impression,
.col-form,
.form-group,
.form-group-wrapper,
.section-title h1,
.section-title h2,
.stock-image,
.theme-block,
.theme-input {
  position: relative
}

.col-middle {
  display: table;
  width: 100%
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle
}

button:focus {
  outline: 0
}

.thankyou-msg {
  font-size: 16px !important;
  color: #000 !important;
  background: 0 0 !important
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 70px;
  width: auto
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: 700
}

.form-control.error {
  border-color: red
}

.configuration-col-inner p,
.modal .form-control.error {
  margin-bottom: 30px
}

.contact-form label.error {
  bottom: -16px;
  width: inherit
}

.form-control {
  border-radius: 0
}

.thankyou-block {
  height: 100vh
}

.thankyou-block h1 {
  color: #000;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase
}

.list-point li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px
}

#scontactform h3,
.location-list h3 {
  margin-bottom: 20px;
  font-weight: 700
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num)
}

.splide.pagination .splide__pagination__page.is-active {
  transform: unset
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px
}

.splide__arrow svg {
  fill: transparent;
  height: 45px;
  transition: fill .2s linear;
  width: 45px;
  font-size: 24px
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent
}

.splide__arrow.splide__arrow--next:disabled,
.splide__arrow.splide__arrow--prev:disabled {
  border: 1px solid #7c7c7c;
  pointer-events: none
}

.splide__arrow.splide__arrow--next:disabled:hover,
.splide__arrow.splide__arrow--prev:disabled:hover {
  background-color: #7c7c7c
}

.splide__arrow.splide__arrow--next:disabled svg path,
.splide__arrow.splide__arrow--prev:disabled svg path {
  stroke: #7C7C7C
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 17px;
  color: #fff;
  background-color: unset;
  border: 1px solid #75113a;
  opacity: 1
}

.splide__arrow:hover {
  background-color: #75113a;
  color: #fff;
  opacity: 1
}

.splide__arrow--prev {
  left: 60px
}

.splide__arrow--next {
  right: 60px
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #1d57a3;
  opacity: .5
}

.splide__pagination__page.is-active {
  transform: none;
  background: #1d57a3;
  opacity: 1
}

.splide__pagination {
  position: static;
  transform: none
}

.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff
}

.pl-80 {
  padding-left: 80px !important
}

.modal-card-body {
  padding: 30px
}

.col-form label span {
  color: red
}

.title-tagline {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 40px;
  display: block
}

.form-title,
h3 {
  font-size: 24px
}

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #fff;
  position: absolute;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in
}

.close-button:hover {
  opacity: .8;
  cursor: pointer
}

.form-title {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  color: #fff
}

#location-slider1 .splide__arrows .splide__arrow svg,
.header__menu-link {
  font-size: 16px
}

header {
  position: fixed;
  z-index: 9999;
  padding: 14px 200px;
  width: 100%;
  top: 0;
  left: 0;
  -moz-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  -ms-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  -o-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  -webkit-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  transition: transform 3s cubic-bezier(.25, .1, .25, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%)
}

#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%)
}

.col-copyright:last-child,
.col-header,
.col-header:last-child {
  text-align: right
}

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  height: 50px;
  min-width: 110px
}

#scontactform h3,
.copyright-detail p,
.header__menu-item {
  display: inline-block
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle
}

.col-header:first-child,
.col-header:last-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px
}

.header__menu-item {
  padding: 16px 10px
}

#section-banner,
.section-cms {
  margin-top: 82px
}

.white-text {
  color: #fff !important
}

.theme-padding {
  padding-left: 200px;
  padding-right: 200px
}

.js-scroll {
  opacity: 0;
  transition: opacity .5s
}

.js-scroll.scrolled,
.theme-block:hover .theme-block-icon {
  opacity: 1
}

.scrolled.fade-in {
  animation: 1s ease-in-out both fade-in
}

.scrolled.fade-in-top {
  animation: 1s ease-in-out both fade-in-top
}

.scrolled.fade-in-bottom {
  animation: 1s ease-in-out both fade-in-bottom
}

.scrolled.fade-in-left {
  animation: 1s ease-in-out both fade-in-left
}

.scrolled.fade-in-right {
  animation: 1s ease-in-out both fade-in-right
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.delay1 {
  -webkit-animation-delay: .1s !important;
  animation-delay: .1s !important
}

.delay2 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important
}

.delay3 {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.delay4 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important
}

.qr-code-images {
  display: flex;
  gap: 10px
}

.sticky-btn-enquire {
  position: fixed !important;
  right: -125px;
  font-size: 14px !important;
  padding: 10px 15px !important;
  z-index: 999 !important;
  /* transition: right 0.3s ease, background-color 0.3s ease !important; */
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
   border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  width: 170px; 
}

#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  position: relative
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0 15px;
  width: 100%;
  z-index: 999;
  background: #75113a;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid;
  border-bottom: 0
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important
}

.accordion-item.active .feather-plus,
.col-form-title,
.feather-minus {
  display: none
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 19px
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: #fff;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.location-column {
  margin-top: 60px
}

.location-block {
  padding: 0 0 0 60px
}

#location-slider1 {
  margin-top: 40px
}

.location-list h3 {
  color: #28438c;
  font-size: 24px;
  min-height: 52px
}

.listed-points li {
  color: #333;
  margin: 10px 0;
  position: relative;
  padding-left: 25px
}

.listed-points li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #28438c
}

#location-slider1 .splide__arrows .splide__arrow {
  bottom: -40px;
  top: auto;
  transform: none;
  left: 60px
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
  left: 100px
}

#location-slider1 .splide__arrows .splide__arrow path {
  fill: #28438c
}

#location-slider1 .splide__arrow {
  opacity: 1;
  background: 0 0
}

.location-img {
  background-color: #fff;
  padding: 30px;
  border: 10px solid #28438c
}

#footer {
  padding: 20px 0;
  background-color: #75113a;
  color: #fff
}

#home #footer {
  padding: 80px 0
}

.copyright-bar .columns {
  margin-bottom: -5px
}

.copyright-detail .small {
  font-size: 14px;
  color: #fff
}

.footer-block h3 {
  color: #28438c;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px
}

.footer-menu li a {
  color: #c5c5c5;
  font-size: 14px
}

.contact b {
  color: #28438c
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #75113a;
  z-index: 1;
  opacity: 0;
  transition: .3s linear
}

.accordion .accordion-item,
.accordion-title {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.theme-block .theme-block-icon {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff
}

.theme-block:hover:before {
  opacity: .5
}

.section-cms {
  min-height: calc(100vh - 161px)
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block
}

@keyframes blinker {
  50% {
    opacity: 0
  }
}

.about-company-item {
  padding: 30px;
  text-align: center;
  background-color: #eee
}

.counter-block h3 {
  font-size: 32px;
  font-weight: 600
}

.counter-block p {
  margin-top: 6px
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto
}

.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: .3s linear
}

.accordion-title {
  position: relative !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00000090;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 20px !important;
  gap: 20px;
  transition: .3s linear;
  cursor: pointer
}

.accordion .accordion-item .accordion-desc,
.accordion .accordion-item.active .accordion-desc {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.accordion .accordion-item .accordion-desc {
  width: 100%;
  color: #262626;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px !important;
  border-left: 2px solid transparent;
  transition: .3s linear
}

.accordion .accordion-item.active .accordion-desc {
  opacity: 1;
  max-height: 5000px;
  padding: 20px !important;
  transition: .3s linear
}

.plan-inquire-btn,
.tab-list .tab {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear;
  text-align: center
}

.accordion .feather {
  position: relative;
  top: unset;
  transform: unset !important;
  right: unset;
  float: unset;
  margin: unset;
  color: #222;
  border-radius: 100%;
  padding: 1px;
  width: 24px;
  height: 24px;
  flex: 0 0 24px
}

.theme-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.nowebp .theme-bg {
  background-image: url(../images/theme-bg.png)
}

.webp .theme-bg {
  background-image: url(../images/theme-bg.webp)
}

.call-btn {
  position: fixed;
  bottom: 135px;
  right: 12px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  background-color: #bd7d1d;
  border: 1px solid #fff;
  animation: 2s infinite theme-pulse;
  border-radius: 100%;
  padding: 0
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px
}

@keyframes theme-pulse {
  0% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 #bd7d1d
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent
  }

  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 transparent
  }
}

.theme-img-animation>picture>img {
  filter: blur(12px)
}

.theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px)
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: .3s linear;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600
}

.sticky-btn-enquire.sticky-brochure {
  top: 396px;
  right: -113px
}

.header__menu-link.active {
  color: #75113a
}

.configuration-cols,
.justify-content-center,
.overview-cols {
  justify-content: center
}

.scrollToTopBtn {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: .5s;
  border: 1px solid #ffffff60;
  background-color: #75113a;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #fff
}

.scrollToTopBtn:hover {
  background: #a02b5b
}

.scrollToTopBtn.showBtn {
  opacity: 1;
  transform: translateY(0)
}

.tab-list .tab {
  position: relative;
  display: block;
  line-height: 1;
  padding: 14px 24px;
  text-transform: uppercase;
  width: 200px;
  background: 0 0;
  transition: .3s linear;
  cursor: pointer;
  border-bottom: 1px solid transparent
}

.tab-list,
.tab-list .tab.is-active,
.tab-list .tab:hover {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.configuration-col-inner,
.floorplans-tabs .theme-block {
  border: 1px solid #75113a
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  transition: .3s linear
}

.tab-list .tab.is-active,
.tab-list .tab:hover {
  background: unset;
  border-bottom: 1px solid #75113a;
  transition: .3s linear
}

.tab-list .tab a,
.tab-list .tab.is-active a,
.tab-list .tab:hover a {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.tab-list .tab a {
  color: #7c7c7c;
  transition: .3s linear
}

.tab-list .tab.is-active a,
.tab-list .tab:hover a {
  color: #75113a;
  transition: .3s linear
}

#gallery-slider .splide__slide.is-active.is-visible .gallery-img,
.footer-icon img:hover {
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear
}

.actual-flat-image::after,
.actual-image::after,
.actual-lobby-image::after,
.artistic-impression::after,
.stock-image::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #000
}

.stock-image::after {
  content: "Stock Image"
}

.actual-image::after {
  content: "Artistic Image"
}

.actual-flat-image::after {
  content: "Artistic Image"
}

.actual-lobby-image::after {
  content: "Artistic Lobby Image"
}

.theme-logo-2 {
  max-width: 280px;
  margin-left: auto
}

#header-primary-menu {
  padding-right: 40px
}

.overview-desc {
  padding-left: 40px
}

.section-title h1::before,
.section-title h2::before {
  position: absolute;
  content: "";
  background-image: url(../images/title-element.svg);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat
}

.mb-80 {
  margin-bottom: 80px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-60 {
  margin-bottom: 60px
}

.configuration-btn.theme-btn,
.plan-btn.theme-btn {
  background-color: #75113a;
  color: #fff
}

.configuration-col-inner {
  text-align: center;
  padding: 70px;
  position: relative;
  background-color: #fff
}

.configuration-col-inner::before {
  position: absolute;
  content: "";
  height: 60%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/left-element.svg)
}

.arrow-bottom.splide__arrows {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px
}

.footer-icons,
.qr-code {
  align-items: center;
  display: flex
}

.arrow-bottom .splide__arrow {
  position: static;
  transform: unset
}

.amenities-text {
  text-transform: uppercase;
  color: #75113a;
  margin-top: 10px
}

.distance-col-inner img {
  height: 50px;
  width: auto;
  margin-bottom: 10px
}

.distance-col-inner span:last-child {
  display: block;
  font-weight: 500
}

.connectivity-col-inner {
  padding-left: 100px
}

.section-connectivity {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7
}

#gallery-slider .splide__slide.is-active.is-visible .gallery-img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: .3s linear;
  z-index: 99
}

#gallery-slider .splide__track {
  padding-top: 65px;
  padding-bottom: 65px
}

.about-developer-inner .title-tagline,
.floorplans-details .title-tagline {
  margin: 30px 0
}

.master {
  max-width: 500px;
  margin: 0 auto
}

.developer-logo {
  max-width: 180px;
  margin: 0 auto
}

.developer-text {
  max-width: 820px;
  margin: 0 auto
}

.about-left-element {
  position: absolute;
  left: 0;
  bottom: 5px;
  max-width: 130px
}

.about-right-element {
  position: absolute;
  right: 0;
  top: 5px;
  max-width: 130px
}

.footer-icons {
  gap: 15px;
  justify-content: end
}

.qr-code-img {
  max-width: 80px;
  flex: 0 0 80px
}

.footer-icon img:hover {
  transform: scale(1.2);
  transition: .3s linear
}

.footer-icon img {
  height: auto;
  width: 30px;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  -webkit-transition: .3s linear;
  transition: .3s linear
}

.footer h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px
}

.footer a:hover {
  color: #eb5c21
}

.disclaimer-text {
  margin-bottom: 30px;
  font-size: 14px
}

.qr-code {
  gap: 20px;
  justify-content: end
}

.contact-us {
  margin-bottom: 20px;
  text-align: end
}

.footer-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 50px
}

.title-with-icon {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px
}

/* ===========================
   ADDITIONS: STICKY IMAGE ICON BUTTONS
   =========================== */

/* Shared pill styling (reuse your Enquire style) */
.sticky-btn-whatsapp,
.sticky-btn-call {
  position: fixed !important;
  right: -115px;
  font-size: 14px !important;
  padding: 10px 15px !important;
  z-index: 999 !important;
  transition: .3s linear;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Stack positions and brand colors */
.sticky-btn-enquire { top: 350px; background-color: #75113a; }
.sticky-btn-whatsapp { top: 396px; background-color: #75113a; }
.sticky-btn-call { top: 442px; background-color: #75113a; }

/* Hover overlay effect same as .sticky-btn-enquire */
.sticky-btn-whatsapp::before,
.sticky-btn-call::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 0;
  transition: .3s linear;
}

.sticky-btn-whatsapp:hover::before,
.sticky-btn-call:hover::before,
.sticky-btn-enquire:hover::before {
  width: 100%;
  background-color: #75113a;
}

/* Keep text white on hover (override global a:hover color) */
.sticky-btn-enquire:hover,
.sticky-btn-whatsapp:hover,
.sticky-btn-call:hover {
  color: #fff !important;
  right: -95px; /* subtle slide-out */
}

/* Icon size for image icons */
.btn-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 20px;
}

/* Reuse the existing pill, just tweak color/position via modifiers */
.sticky-btn--enquire { top: 350px; background-color: #75113a; }   /* same as your current */
.sticky-btn--whatsapp { top: 396px; background-color: #75113a; }
.sticky-btn--call { top: 442px; background-color: #75113a; }

/* icon size */
.btn-icon { width: 20px; height: 20px; display: block; flex: 0 0 20px; }

/* keep text white on hover against your global a:hover */
.sticky-btn-enquire:hover {
  right: 0 !important; /* Fully visible on hover */
  color: #fff !important;
}
.sticky-btn--enquire:hover {
  background-color: #a02b5b;
}

.sticky-btn--whatsapp:hover {
  background-color: #a02b5b;
}

.sticky-btn--call:hover {
  background-color: #a02b5b;
}

.aaradhya-connectivity{
  font-size: 14px;
}
