::selection {
  background-color: #006599;
  color: #fff;
}

.container {
  margin: auto;
}

.container-fluid {
  width: 95%;
  margin: auto;
}

.bg {
  background: #f7f7f7;
}

.dark .bg {
  background-color: #192030;
}

.space {
  padding: 60px 0;
}

header nav .nav-list {
  align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

header.sticky {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 0 60px;
}

.carousel-caption {
  width: 40%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
  color: white !important;

}

.carousel-caption h5 {
  font-size: 2.2vw;
}

.carousel-caption p {
  font-size: 1.2vw;
}

.hero-slider-item {
  max-height: 90vh;
}

.hero-slider-item video {
  object-fit: cover;
  height: 90vh;
}

@media (min-width: 992px) {
  #cta-img-nml-50 {
    margin-left: 50px;
  }
}

.bg-blue {
  background-color: #0064A9;
}

.background-radial-gradient {
  background-color: hsl(218, 41%, 15%);
  background-image: radial-gradient(650px circle at 0% 0%,
      hsl(218, 41%, 35%) 15%,
      hsl(218, 41%, 30%) 35%,
      hsl(218, 41%, 20%) 75%,
      hsl(218, 41%, 19%) 80%,
      transparent 100%),
    radial-gradient(1250px circle at 100% 100%,
      hsl(218, 41%, 45%) 15%,
      hsl(218, 41%, 30%) 35%,
      hsl(218, 41%, 20%) 75%,
      hsl(218, 41%, 19%) 80%,
      transparent 100%);


}

.map-container {
  height: 700px;
}

/* market report style */
#pricing-block-5 {
  height: 300px;
  padding-top: 55px;
}

@media (min-width: 992px) {
  #pricing-block-5 {
    height: 400px;
    padding-top: 80px;
  }
}

.logo-color {
  color: #006599;
}

.bg-logo-color {
  color: #006599;
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

.interior-hero-section {
  position: relative;
  height: 90vh;
}

.interior-hero-section #interior-carousel .owl-stage-outer,
.interior-hero-section #interior-carousel .owl-stage-outer .owl-stage,
.interior-hero-section #interior-carousel {
  height: 100%;
}

.interior-hero-section .owl-carousel .owl-item {
  height: 100%;
  position: relative;
}

.interior-hero-section .owl-carousel .owl-item .item {
  height: 100%;
  position: relative;
}

.interior-hero-section .owl-carousel .owl-item .banner-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.interior-hero-section .content-container {
  width: 40%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  padding: 30px;
  border-radius: 7px;
  background: linear-gradient(92.24deg, #006599 30%, rgba(0, 101, 153, 0) 115.47%);
  filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(6px)
}

.interior-hero-section .content-container .week-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.3;
}

.interior-hero-section .content-container .week-description {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.3;
}

.interior-hero-section .content-container .connnect-box {
  background-color: #181818;
  width: fit-content;
  padding: 15px 22px;
  border-radius: 10px;
}

.interior-hero-section .content-container .connnect-box a {
  background: #fff;
  color: #006599;
  display: inline;
  padding: 10px 15px;
  border-radius: 10px;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}

.interior-hero-section .content-container .connnect-box a:hover {
  background: #006599;
  color: #fff;
}

.interior-hero-section .content-container .connnect-box .text {
  color: #fff;
}

.interior-hero-section #interior-carousel .owl-nav {
  display: none;
}

.interior-hero-section #interior-carousel .owl-dots {
  display: none;
}

.interior-process-section .process-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.interior-process-section .process-wrapper .process-colmn {
  text-align: center;
  position: relative;
}


.interior-process-section .process-wrapper .process-colmn .step-box {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 1px dashed #fff;
}

.interior-process-section .process-wrapper .process-colmn.active .step-box{
  background: #006599;
}

.interior-process-section .process-wrapper .process-colmn .step-box .title {
  font-size: 15px;
  color: #181818;
  font-weight: 300;
  text-transform: uppercase;
}

.interior-process-section .process-wrapper .process-colmn.active .step-box .title{
  color: #fff;
}

.interior-process-section .process-wrapper .process-colmn::after{
  content: '';
  position: absolute;
  left: 66%;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 75%;
  display: block;
  border-top: 2px dashed #d1d1d1;
}

.interior-process-section .process-wrapper .process-colmn.done::after{
  border-color: #006599;
  animation: widthAnim 0.5s ease-out;
}

@keyframes widthAnim {
  0% {
    opacity: 0;
    width: 20%;
  }
  25% {
    opacity: 1;
    width: 40%;
  }
  50% {
    opacity: 1;
    width: 60%;
  }
  100% {
    opacity: 1;
    width: 80%;
  }
}

.interior-process-section .process-wrapper .process-colmn:last-child::after {
  display: none;
}

/* .interior-process-section .process-wrapper .process-colmn:nth-child(even) {
  margin-bottom: 120px;
} */

.interior-process-section .process-content {
  margin-top: 55px;
}

.interior-process-section .process-content .week-content {
  display: none;
}

.interior-process-section .process-content .week-content.show {
  display: grid;
  grid-template-columns: 44% 55%;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 25px;
  background: #fff;
  animation: fadeUp 0.5s ease-out;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.interior-process-section .process-content .week-content .img-holder {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 7px;
  overflow: hidden;
}

.interior-process-section .process-content .week-content .img-holder img {
  border-radius: 7px;
}

.ck.ck-editor__main>.ck-editor__editable {
  background-color: #2d282800 !important;
}

.mr-button button {
  background: #006599 !important;
}

.carousel-item {
  height: 100%;
}

.owl-one-carousel .owl-stage {
  padding-bottom: 20px;
}

.owl-one-carousel .owl-item {
  /* display: flex; */
  height: 100%;
}

footer .social-list li:hover svg {
  opacity: 0.7;
}

#google_translate_element span {
  display: none;
}

#google_translate_element .goog-te-gadget {
  height: 50px;
  overflow: hidden;
}

.social-share-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 90px;
  bottom: 275px;
  z-index: 999;
  transition: 0.3s ease-in-out;
}

.social-share-wrap.show {
  visibility: visible;
  opacity: 1;
}

.social-share-wrap ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-share-wrap ul li a img {
  width: 20px;
}

.social-share-wrap ul li a {
  background: #fff;
  border-radius: 50%;
  display: block;
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .skiptranslate span{
  display:none !important;
} */
p.leading-5 {
  width: 200px !important;
}


/*-------- css for ads page --------*/


.ads-banner-section {
  background: linear-gradient(rgba(4, 23, 46, 0.75), rgba(4, 23, 46, 0.75)), url(../images/ads/banner-img.jpg) no-repeat center;
  background-size: cover;
  height: 92vh;
  display: flex;
  align-items: center;
}

.ads-banner-section .banner-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ads-banner-section .banner-content .title-wrapper .banner-title {
  font-size: 55px;
  font-weight: 400;
  text-transform: capitalize;
}

.ads-banner-section .banner-content form {
  width: 40%;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}

.ads-banner-section .banner-content form .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.space-slider {
  margin-bottom: 0;
}

.space-slider .owl-stage-outer {
  padding-bottom: 20px;
}

.space-slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.space-slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #006599;
}

.space-slider .owl-dots .owl-dot.active {
  background-color: #006599;
}

.space-slider .space-card img {
  height: 430px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.space-slider .space-card .card-footer {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.space-slider .space-card .card-footer .sub-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.location-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.amenitie-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.location-wrapper .location-holder,
.amenitie-wrapper .amenitie-holder {
  border: 1px solid #ccc;
  padding: 25px;
  text-align: center;
}

.location-wrapper .location-holder img {
  max-width: 100%;
  width: 70px;
  margin: 0 auto 10px;
}

.amenitie-wrapper .amenitie-holder img {
  max-width: 100%;
  width: 70px;
  margin: 0 auto 10px;
}

.location-wrapper .location-holder .title,
.amenitie-wrapper .amenitie-holder .title {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.error {
  font-size: 14px;
  padding: 5px;
  color: #e91313;
}

.dark .theme-logo {
  filter: invert(1) brightness(3.5);
}

.independence-day-box {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: fit-content;
  width: 80%;
  text-align: center;
}

.home-banner::before {
  content: '';
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(rgb(0 100 170 / 30%), rgb(0 100 170 / 30%));
}

.independence-day-box .title-wrap {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.independence-day-box .title-wrap .title {
  position: absolute;
  font-size: 65px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  white-space: nowrap;
  display: block;
}

.independence-day-box .title-wrap .title1 {
  color: #f79432;
  text-shadow: 1px 1px 1px #272727, -1px -1px 1px #272727;
}

.independence-day-box .title-wrap .title2 {
  background-image: linear-gradient(0deg, #138808 40%, #ffffff 33%, #ffffff 56%, #FF9933 60%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  animation: text-animation 3s ease-in-out forwards alternate infinite;
}

.independence-day-box .title-wrap .title3 {
  height: 20%;
  color: transparent;
}

@keyframes text-animation {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0 0, 0% 1%, 0% 100%, 0% 100%);
  }
}

.cursor {
  position: absolute;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(0, -50%);
  border-right: 2px solid red;
  animation: cursor-animation 3s ease-in-out forwards alternate infinite;
}

@keyframes cursor-animation {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

.independence-day-box .quote-box {
  margin: auto;
  width: fit-content;
  margin-top: 40px;
}

.independence-day-box .quote-box img {
  width: 55px;
  object-fit: contain;
}

.independence-day-box .quote-box .text {
  font-size: 22px;
  color: #fff;
}

.height-fit {
  height: fit-content !important;
}

.contact-location-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}

.contact-location-wrapper .location-box {
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  border-radius: 7px;
}

.contact-location-wrapper .location-box .list li {
  margin-bottom: 10px;
}

.contact-location-wrapper .location-box .list li .title {
  font-size: 20px;
  font-weight: 700;
  color: #006599;
  text-transform: capitalize;
}

.contact-location-wrapper .location-box .list li a:hover {
  transition: 0.3s ease-in-out;
}

.contact-location-wrapper .location-box .list li a:hover {
  opacity: 0.7;
}

.contact-location-wrapper .location-box iframe {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.contact-location-wrapper .location-box .main-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #006599;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-us-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/contact/contact-bg.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.contact-us-section .contact-form {
  width: 65%;
  margin: auto;
  background-color: #fff;
}

.hero-section {
  height: 70vh;
  width: 100%;
  background: url(../images/banner/banners.gif) no-repeat 50% 0%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .filter-wrapper {
  background: #fff;
  padding: 25px 30px;
  width: 65%;
  margin: auto;
  border-radius: 7px;
}

.hero-section .space-option-wrapper {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 15px;
}

.dark .hero-section .space-option-wrapper {
  background: #111827;
}

.dark .hero-section .input,
.dark .hero-section .option-tab {
  color: #fff;
  border: 1px solid #fff;
}

.dark .hero-section .cityWrapper select,
.dark .hero-section .input {
  background: #111827;
}

.hero-section .option-tab {
  border: none;
  background: transparent;
  padding: 10px;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #006599;
  width: 100%;
  white-space: nowrap;
}

.hero-section .option-tab.active {
  background: #006599;
  color: #fff;
}

.hero-section .searchbarWrapper {
  display: grid;
  grid-template-columns: 80% 20%;
  justify-content: center;
  margin-top: 15px;
}

.hero-section .searchbarWrapper a {
  white-space: nowrap;
}

.hero-section .inputWrapper {
  position: relative;
  margin-right: 25px;
}

.hero-section .input {
  height: 50px;
  padding-left: 160px;
  border-radius: 5px;
  width: 100%;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.hero-section .locationBtn {
  height: auto;
  width: auto;
  object-fit: contain;
  border: none;
  background: transparent;
}

.hero-section .cityWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.hero-section .cityWrapper select {
  border: none;
}

.inventory-section {
  display: flex;
}

.inventory-section .space-card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.space-card {
  border: 1px solid #f3efef;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.dark .space-card {
  border: 1px solid #5c5c5c;
  background-color: #192030;
}

.dark .filter-colmn .form-control {
  background-color: #192030;
  color: #fff;
  border: unset;
}

.dark .filter-colmn .form-control:focus {
  border: 1px solid #fff;
  --tw-ring-color: #fff;
}

.space-card:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.space-card .card-footer {
  padding: 20px 15px;
  text-align: left;
}

.space-card .card-footer .title-holder {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.space-card .card-footer .location {
  margin: 5px 0;
  display: block;
  font-size: 16px;
}

.space-card .card-footer .title-holder .title {
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
}

.space-card .card-footer .title-holder .rating {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.space-card .card-footer .title-holder .rating i {
  color: #ffdd2c;
}

.space-card .card-footer .cta {
  background-color: #006599;
  padding: 7px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

.space-card .card-footer .cta:hover {
  background-color: #d61f69;
}

.inventory-container {
  width: 75%;
}

.inventory-section nav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.filter-colmn {
  padding: 20px 30px;
  background: #fff;
  height: fit-content;
  position: sticky;
  top: 20px;
  width: 25%;
  margin-right: 40px;
  border-radius: 3px;
  border: 1px solid #f3efef;
  overflow-y: auto;
  transition: 0.3s ease-in-out;
}

.filter-colmn .filter-heading {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.filter-colmn .filter-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
}

.filter-colmn .filter-wrapper:last-child {
  border-bottom: 0;
}

.filter-colmn .filter-wrapper .filter-list li {
  margin-bottom: 10px;
}

.filter-colmn .title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.filter-colmn .filter-wrapper .filter-list li label {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.filter-colmn .filter-wrapper .filter-list li input:focus {
  box-shadow: none;
}

.filter-colmn .contact-form {
  margin-top: 20px;
}

.inventory-description .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #006599;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.dark .inventory-description .sub-title {
  color: #fff;
}

.inventory-description .description-wrap {
  margin-bottom: 22px;
}

.inventory-description .description-wrap .list {
  list-style: decimal;
  padding-left: 18px;
}

.inventory-description .description-wrap .list li {
  margin-bottom: 10px;
}

.inventory-description .description-wrap p {
  margin-bottom: 12px;
}

.inventory-description .description-wrap p:last-child {
  margin-bottom: 0;
}

.sub-location-holder .sub-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 250px;
  overflow-y: scroll;
}

.sub-location-holder .sub-location-list li {
  margin-bottom: 5px;
}

.location-tab {
  border: 1px solid #006599;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  display: inline-block;
}

.location-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 0 10px 10px 0;
  margin-bottom: 10px;
}

.location-list li a {
  white-space: nowrap;
}

.dark .location-tab {
  border: 1px solid #fff;
}

.location-tab.active {
  background: #006599;
  color: #fff;
}

.location-list::-webkit-scrollbar,
.sub-location-holder .sub-location-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.location-list::-webkit-scrollbar-track,
.sub-location-holder .sub-location-list::-webkit-scrollbar-track {
  background-color: #f3efef;
}

.location-list::-webkit-scrollbar-thumb,
.sub-location-holder .sub-location-list::-webkit-scrollbar-thumb {
  background: #00669979;
  border-radius: 2px;
}

.location-list ::-webkit-scrollbar-thumb:hover,
.sub-location-holder .sub-location-list::-webkit-scrollbar-thumb:hover {
  background: #006599;
}

#filter-cross,
.filter-button {
  display: none;
}

.inventory-details .inventory-detail-wrapper {
  display: grid;
  grid-template-columns: 65% 35%;
}

.inventory-details nav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.inventory-slider {
  margin: 0;
}

.valuable-client-section .owl-dots {
  display: none;
}

.owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #006599 !important;
}

.owl-dots .owl-dot.active {
  background: #006599;
}

.inventory-title-bar {
  margin-bottom: 18px;
}

.inventory-detail-aside .title,
.inventory-title-bar .title {
  font-size: 24px;
  font-weight: 300;
  color: #006599;
  text-transform: capitalize;
  margin-bottom: 0;
}

.inventory-detail-aside .title {
  margin-bottom: 20px;
}

.inventory-title-bar .location {
  font-size: 18px;
}

.inventory-detail-holder {
  margin-right: 25px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
}

.inventory-detail-aside {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
  height: fit-content;
  position: sticky;
  top: 120px;
}

.inventory-detail-wrapper .detail-holder {
  padding: 45px 0;
}

.inventory-detail-wrapper .detail-holder:last-child {
  padding-bottom: 0;
}

.inventory-detail-wrapper .detail-holder .title {
  font-size: 24px;
  font-weight: 400;
  color: #006599;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.inventory-detail-wrapper .detail-holder .amenities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.inventory-detail-wrapper .detail-holder .amenities-list li i {
  color: #006599;
  padding-right: 10px;
}

.inventory-detail-wrapper .mini-space {
  padding: 30px;
}

.inventory-slider .carousel-item {
  border-radius: 7px;
  overflow: hidden;
}

.dark .inventory-detail-aside .title,
.dark .inventory-title-bar .title,
.dark .inventory-detail-wrapper .detail-holder .title,
.dark .inventory-detail-wrapper .detail-holder .amenities-list li i {
  color: #fff;
}

.similar-property-section .similar-property-slider .space-card {
  background: #fff;
}

.dark .similar-property-section .similar-property-slider .space-card {
  background-color: rgb(17 24 39);
}

.property-link-section .link-wrapper .link-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.property-link-section .link-wrapper .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #006599;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.property-link-section .link-wrapper .link-list li {
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
}

.property-link-section .link-wrapper .link-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #006599;
}

.property-link-section .link-wrapper .link-list li:last-child::after {
  display: none;
}

.property-link-section .link-wrapper .link-list li a {
  transition: 0.3s ease-in-out;
}

.property-link-section .link-wrapper .link-list li a:hover {
  color: #006599;
}

.property-link-section .link-wrapper {
  margin-bottom: 22px;
}

.property-link-section .link-wrapper:last-child {
  margin-bottom: 0;
}

.interior-service-section .list li {
  margin-bottom: 10px;
}

.faq-trunkey-section .top-bar {
  padding-left: 20px;
  border-left: 1px solid gray;
  margin-left: 20px;
}

.faq-trunkey-section img {
  border: 10px solid #fff;
}

.faq-trunkey-section .img-aside {
  position: absolute;
  right: 70px;
  top: 30px;
  height: 88%;
}

.bg-dark {
  background: #192030;
}

.schedule-section .main-heading {
  font-size: 45px;
}

.interior-plan-section .plan-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.interior-plan-section .plan-wrapper .plan-col {
  padding: 35px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 7px;
  transition: 0.3s ease-in-out;
  border: 1px solid #eee;
}

.dark .interior-plan-section .plan-wrapper .plan-col {
  background: #101727;
}

.interior-plan-section .plan-wrapper .plan-col:hover {
  border: 1px solid #00a049;
}

.interior-plan-section .plan-wrapper .plan-col.middle {
  border: 1px solid #00a049;
}

.interior-plan-section .plan-wrapper .plan-col.middle .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.interior-plan-section .plan-wrapper .plan-col.middle .head .cta {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #00a049;
  padding: 7px 10px;
}

.interior-plan-section .plan-wrapper .plan-col.middle .head .title {
  margin-bottom: 0;
}

.interior-plan-section .plan-wrapper .plan-col .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.interior-plan-section .plan-wrapper .plan-col .price {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.interior-plan-section .plan-wrapper .plan-col .price span {
  font-size: 14px;
  font-weight: 400;
  color: gray;
}

.interior-plan-section .plan-wrapper .plan-col .validity {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 35px;
}

.interior-plan-section .plan-wrapper .plan-col ul {
  margin-bottom: 35px;
}

.interior-plan-section .plan-wrapper .plan-col ul li {
  margin-bottom: 15px;
}

.interior-plan-section .plan-wrapper .plan-col .interior-popup-cta {
  display: block;
  text-align: center;
  padding: 18px;
  width: 100%;
}

.more-login-holder {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-login-holder .text-more {
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0 10px;
}

.more-login-holder hr {
  width: 32%;
  border-color: #006599;
}

.subscribe-cta {
  background-color: #006599;
  -webkit-border-radius: 10px;
  border-radius: 7px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 20%;
}

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

  50% {
    background-color: #181818;
    -webkit-box-shadow: 0 0 40px #181818;
  }

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

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

  50% {
    background-color: #181818;
    -moz-box-shadow: 0 0 40px #181818;
  }

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

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

  50% {
    background-color: #181818;
    box-shadow: 0 0 40px #181818;
  }

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

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

  50% {
    background-color: #181818;
    box-shadow: 0 0 40px #181818;
  }

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

.google-sign-cta {
  padding: 10px 12px;
  width: fit-content;
  margin: auto;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  transition: 0.3s ease-in-out;
}

.google-sign-cta:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

.google-sign-cta img {
  height: 30px;
  object-fit: contain;
}

.google-sign-cta .cta-text {
  font-size: 14px;
  color: #000;
}

.interior.valuable-client-section .owl-item {
  height: fit-content;
}

.interior.valuable-client-section .owl-item .carousel-item {
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  height: fit-content;
  background: #fff;
}

.interior.valuable-client-section .owl-stage-outer {
  padding: 10px 0;
}

.interior.valuable-client-section .client-carousel {
  display: flex;
  overflow-x: hidden;
}

.cost-calculator-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images//interior//interior-bg.jpg) no-repeat center;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.cost-calculator-section form {
  width: 60%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background: #fff;
  padding: 20px;
  border-radius: 7px;
}

.cost-calculator-section form label {
  text-transform: capitalize;
  font-size: 16px;
}

.cost-calculator-section form input::placeholder {
  opacity: 0.8;
}

.cost-calculator-section .title {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.cost-calculator-section .option-wrap.hidden {
  display: none;
}

.cost-calculator-section .option-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.cost-calculator-section .option-wrap .option-holder {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  padding: 10px;
  transition: 0.3s ease;
}

.dark .cost-calculator-section .option-wrap .option-holder {
  background-color: #192030;
}

.cost-calculator-section .option-wrap .option-holder .heart-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #d62469;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cost-calculator-section .option-wrap .option-holder .heart-wrapper i {
  font-size: 18px;
  color: #d62469;
}

.cost-calculator-section .option-wrap .option-holder input[type="checkbox"].hide:checked+label .heart-wrapper {
  background: #d62469;
}

.cost-calculator-section .option-wrap .option-holder input[type="checkbox"].hide:checked+label .heart-wrapper i {
  color: #fff;
}

.cost-calculator-section .option-wrap .option-holder .hide {
  display: none;
}

.cost-calculator-section .option-wrap .hidden-checkbox:checked+.option-holder {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.6);
}

.cost-calculator-section .option-wrap .option-holder .product-detail {
  padding: 15px 0 0;
}

.cost-calculator-section .option-wrap .option-holder .product-detail .porduct-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.cost-calculator-section .option-wrap .option-holder img {
  margin: auto;
  background-blend-mode: color-burn;
  width: 100%;
  height: auto;
}

[type=checkbox]:focus {
  box-shadow: none !important;
}

.interior-calculate-modal {
  z-index: 999;
}

.interior-calculate-modal .modal {
  width: 80%;
  height: 90%;
  margin: auto;
  overflow-y: auto;
  pointer-events: auto;
  display: block;
  position: relative;
}

.interior-calculate-modal .modal.show {
  opacity: 1;
  visibility: visible;
}

.interior-calculate-modal .modal-body {
  padding: 25px;
}

.interior-calculate-modal .main-title {
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
}

.interior-calculate-modal .modal-content .step-text {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.interior-calculate-modal .modal-content label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 12px;
}

.interior-calculate-modal .modal-content .area-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.interior-calculate-modal .modal-content .area-wrapper .area-input {
  display: block;
  font-size: 12px;
  color: #006599;
  border: 1px solid #006599;
  padding: 10px 5px;
  text-align: center;
  border-radius: 5px;
}

.dark .interior-calculate-modal .modal-content .area-wrapper .area-input {
  color: #fff;
  border: 1px solid #fff;
}

.interior-calculate-modal .modal-content .area-wrapper .area-input.active {
  background-color: #006599;
  color: #fff;
}

.interior-calculate-modal .modal-content .proceed-cta {
  margin: 30px auto 0;
  padding: 14px;
  display: block;
  width: 100%;
}

.interior-calculate-modal .modal-content .tab-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.interior-happy-customers .stats-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 25px;
  border-radius: 10px;
  background: #e6f5ff;
}

.dark .interior-happy-customers .stats-wrapper {
  background: #101727;
}

.interior-happy-customers .stats-wrapper .count-title {
  font-size: 35px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 10px;
}

.dark .interior-happy-customers .stats-wrapper .count-title {
  color: #fff;
}

.interior-happy-customers .stats-wrapper .stats-colmn {
  text-align: center;
}

.interior-calculate-modal .modal-content .tab-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.interior-calculate-modal .modal-content .tab-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.interior-calculate-modal .modal-content .tab-wrapper::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

/* Handle on hover */
.interior-calculate-modal .modal-content .tab-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.interior-calculate-modal .modal-content .tab-wrapper .data-tab {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #006599;
  padding: 8px 10px;
  border-radius: 5px;
  white-space: nowrap;
  border: 1px solid #006599;
}

.dark .interior-calculate-modal .modal-content .tab-wrapper .data-tab {
  color: #fff;
  border: 1px solid #fff;
}

.interior-calculate-modal .modal-content .tab-wrapper .data-tab.active {
  background-color: #006599;
  color: #fff;
}

.interior-calculate-modal .modal-content .interior-detail-holder {
  display: none;
}

.interior-calculate-modal .modal-content .interior-detail-holder.show {
  display: block;
}

.interior-calculate-modal .modal-content .interior-detail-list li {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.dark .interior-calculate-modal .modal-content .interior-detail-list li {
  color: #fff;
}

body.scrollHiden {
  overflow-y: hidden;
}

.closeModal-cta {
  font-size: 25px;
  color: #272727;
  position: fixed;
  top: 25px;
  right: 10%;
  z-index: 99;
  height: 35px;
  width: 35px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.closeModal-cta:hover {
  opacity: 0.7;
}

.hero-section-sco {
  height: 90vh;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../images/sco-plots/banner.webp) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}


.hero-section-sco .banner-body {
  display: grid;
  grid-template-columns: 40% 55%;
  align-items: center;
  justify-content: space-between;
}

.hero-section-sco>.max-w-screen-xl {
  width: 100%;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero-section-sco .form-wrapper {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}

.dark .contact-us-section .contact-form,
.dark .hero-section-sco .form-wrapper {
  background: #192030;
}

.hero-section-sco .form-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  /* color: #fff; */
  text-align: center;
  margin-bottom: 25px;
}

.hero-section-sco .banner-content .banner-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 22px;
}

.hero-section-sco .banner-content .text {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.about-sco-section .img-holder,
.about-sco-section .map-colmn {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 7px;
}

.about-sco-section .map-colmn iframe {
  border-radius: 5px;
}

.about-sco-section .detail-wrapper {
  display: grid;
  grid-template-columns: 40% 55%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 35px;
  background: #e8e0e0;
  border-radius: 5px;
}

.introduction-holder {
  text-align: center;
}

.dark .about-sco-section .img-holder,
.dark .about-sco-section .map-colmn,
.dark .about-sco-section .detail-wrapper .img-holder,
.dark .about-sco-section .detail-wrapper {
  background: #192030;
}

.about-sco-section .img-holder img {
  border-radius: 5px;
  margin: auto;
}

.about-sco-section .detail-wrapper .img-holder {
  background-color: #fff;
}

.mega-space {
  padding: 120px 0;
}

.near-by-tenant .logo-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.corporate-giants-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

.corporate-giants-wrapper .logo {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.near-by-tenant .logo-wrapper .logo {
  padding: 20px;
  height: 80px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.corporate-giants-wrapper .logo img {
  object-fit: contain;
  max-height: 50px;
}

.near-by-tenant .logo-wrapper .logo img {
  object-fit: contain;
  max-height: 70px;
}

.sco-why-choose-us {
  background: #006599;
}

.sco-why-choose-us .why-choose-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sco-why-choose-us .why-choose-wrapper .why-choose-box {
  padding: 30px 22px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
}

.sco-why-choose-us .why-choose-wrapper .why-choose-box .icon-holder {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 1px solid #fff;
  border-style: dashed;
  border-color: #fff;
  border-radius: 50%;
  padding: 13px;
}

.sco-why-choose-us .why-choose-wrapper .why-choose-box img {
  object-fit: contain;
  filter: invert(1);
}

.sco-why-choose-us .why-choose-wrapper .why-choose-box .title {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.cost-dashboard {
  display: flex;
}

.cost-dashboard aside {
  height: 100vh;
  position: sticky;
  top: 90px;
}

.cost-dashboard .main-container {
  padding: 30px;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.cost-dashboard .main-container .data-table-holder {
  border: 1px solid #000;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}

.cost-dashboard .main-container .data-table-holder .heading-wrapper {
  display: grid;
  grid-template-columns: 15% 45% 20% 10% 10%;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #181818;
}

.dark .cost-dashboard .main-container .data-table-holder .service-head,
.dark .cost-dashboard .main-container .data-table-holder .heading-wrapper {
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark .cost-dashboard .main-container .data-table-holder .data-wrapper .data #grand-total,
.dark .cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder .data,
.dark .cost-dashboard .main-container .data-table-holder .data-wrapper .data,
.dark .cost-dashboard .main-container .data-table-holder .service-head .service-heading,
.dark .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading {
  color: #fff;
}

.dark .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading,
.dark .cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder .data,
.dark .cost-dashboard .main-container .data-table-holder .data-wrapper .data {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.dark .cost-dashboard .main-container .data-table-holder {
  border: 1px solid #fff;
}

.dark .cost-dashboard .main-container .data-table-holder .interior-data-holder .data-description {
  border-right: 1px solid #fff;
}

.dark .cost-dashboard .main-container .data-table-holder .service-head {
  border-bottom: 1px solid #fff
}

.cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
  text-transform: uppercase;
  border-right: 1px solid #181818;
  border-bottom: 1px solid #181818;
  padding: 8px;
}

.cost-dashboard .main-container .data-table-holder .data-wrapper .data:last-child,
.cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading:last-child {
  border-right: 0;
}

.cost-dashboard .main-container .data-table-holder .service-head {
  text-align: center;
  padding: 10px;
  position: sticky;
  top: 44px;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #181818;
}

.cost-dashboard .main-container .data-table-holder .service-head .service-heading {
  font-size: 18px;
  font-weight: 400;
  color: #006599;
  text-transform: uppercase;
}

.cost-dashboard .main-container .data-table-holder .data-wrapper {
  display: grid;
  grid-template-columns: 15% 45% 20% 10% 10%;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder {
  display: grid;
  grid-template-columns: 80% 20%;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder .data-description {
  border-right: 1px solid #181818;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder .data-description .data-wrapper {
  display: grid;
  grid-template-columns: 19% 56% 25%;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder {
  display: flex;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder .data,
.cost-dashboard .main-container .data-table-holder .data-wrapper .data {
  font-size: 15px;
  color: #181818;
  text-transform: capitalize;
  border-right: 1px solid #181818;
  border-bottom: 1px solid #181818;
  padding: 8px;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder .data {
  width: 50%;
  display: flex;
  align-items: center;
}

.cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder .data:last-child {
  border-right: 0;
}

.cost-dashboard .main-container .calculator-form .input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cost-dashboard .main-container .calculator-form .input-wrapper input {
  height: 45px;
  border: 1px solid #c8c8c8;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.cost-dashboard .main-container .discount-cta {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  padding: 15px;
}

.cost-dashboard .main-container .data-table-holder .data-wrapper .data .discount-cta:hover {
  opacity: 0.7;
}

.our-project-section .project-wrapper .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.our-project-section .project-wrapper .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.our-project-section .project-wrapper .img-holder {
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  overflow: hidden;
}

.interior-calculate-modal .modal::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.interior-calculate-modal .modal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.interior-calculate-modal .modal::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

/* Handle on hover */
.interior-calculate-modal .modal::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

#process-modal .modal-body {
  width: 45%;
}

#process-modal .modal-body .closeModal-cta {
  position: relative;
  right: 0;
  top: 0;
  margin-left: auto;
  transform: translateY(-40%);
}

#process-modal .modal-body #week-img-holder {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

@media screen and (max-width: 1280px) {
  .inventory-section .space-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-section .filter-wrapper {
    width: 80%;
  }

  header.sticky {
    padding: 0 20px;
  }

  .md\:space-x-8>:not([hidden])~:not([hidden]) {
    margin: 0 5px;
  }

  .corporate-giants-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .cost-dashboard .main-container {
    width: 100%;
  }

  .cost-dashboard {
    flex-wrap: wrap;
  }

  .cost-dashboard aside {
    height: fit-content;
    position: relative;
    top: 0;
    width: 100%;
  }

  .cost-dashboard aside ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cost-dashboard aside ul li {
    margin-top: 0;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading {
    word-wrap: break-word;
  }

  .interior-hero-section .content-container {
    width: 70%;
  }

  .interior-process-section .process-wrapper {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }

  .ads-banner-section .banner-content .title-wrapper .banner-title br {
    display: none;
  }

  .ads-banner-section .banner-content .title-wrapper .banner-title {
    font-size: 40px;
  }

  .ads-banner-section .banner-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ads-banner-section .banner-content .title-wrapper {
    text-align: center;
    margin-bottom: 15px;
  }

  .ads-banner-section .banner-content form {
    width: 60%;
    margin: auto;
  }

  .contact-location-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .filter-colmn {
    padding: 15px 10px;
    margin-right: 18px;
    width: 30%;
  }

  .inventory-container {
    width: 70%;
  }

  .inventory-section .space-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #mega-menu-full-image {
    overflow-x: auto;
  }

  .hero-section-sco .banner-body {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .hero-section-sco {
    height: 80vh;
  }

  .sco-why-choose-us .why-choose-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .owl-carousel .owl-item {
    height: 40vh;
  }

  .interior-process-section .process-wrapper {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .interior-process-section .process-wrapper .process-colmn{
    width: 110px;
  }

  #process-modal .modal-body {
    width: 70%;
  }

  .hero-slider-item video {
    object-fit: cover;
    height: 50vh;
  }
}

@media screen and (max-width: 991px) {

  .location-wrapper,
  .amenitie-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-us-section .contact-form {
    width: 85%;
  }

  .contact-location-wrapper .location-box .main-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero-section .filter-wrapper {
    width: 95%;
  }

  .hero-section .space-option-wrapper {
    white-space: nowrap;
    overflow-x: auto;
  }

  header.sticky {
    padding: 0 10px;
  }

  .schedule-section .main-heading {
    font-size: 35px;
  }

  .interior-plan-section .plan-wrapper {
    grid-template-columns: repeat(1, 1fr)
  }

  .cost-calculator-section form {
    width: 100%;
  }

  .cost-calculator-section .title {
    font-size: 32px;
  }

  .about-sco-section .detail-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }

  .corporate-giants-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .interior-hero-section .content-container {
    width: 80%;
  }

  .interior-happy-customers .stats-wrapper .count-title {
    font-size: 24px;
  }

  .faq-trunkey-section .top-bar {
    margin-left: 0;
    margin-top: 15px;
  }

  .interior-process-section .process-content .week-content.show{
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    gap: 20px;
  }

  .interior-process-section .process-content {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .space {
    padding: 30px 0;
  }

  header nav .nav-list {
    align-items: flex-start;
  }

  .location-wrapper,
  .amenitie-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-wrapper .location-holder,
  .amenitie-wrapper .amenitie-holder {
    padding: 15px;
  }

  .location-wrapper .location-holder .title,
  .amenitie-wrapper .amenitie-holder .title {
    font-size: 14px;
  }

  .location-wrapper .location-holder img,
  .amenitie-wrapper .amenitie-holder img {
    width: 50px;
  }

  .ads-banner-section .banner-content form {
    width: 100%;
  }

  .ads-banner-section .banner-content .title-wrapper .banner-title {
    font-size: 22px;
  }

  .ads-banner-section .banner-content form {
    padding: 25px 15px;
  }

  .independence-day-box .title-wrap .title {
    font-size: 20px;
  }

  .independence-day-box .quote-box .text {
    font-size: 12px;
  }

  .independence-day-box .quote-box {
    margin-top: 20px;
  }

  .contact-location-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .contact-location-wrapper .location-box .list li .title {
    font-size: 18px;
  }

  .inventory-section {
    flex-wrap: wrap;
  }

  .filter-colmn {
    position: absolute;
    z-index: 999;
    top: 0;
    left: -100%;
    margin-right: 0;
  }

  .filter-colmn.active {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100vh;
    overflow-y: auto;
  }

  .inventory-container,
  .filter-colmn {
    width: 100%;
  }

  .inventory-section .space-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .filter-by-location {
    display: flex;
    align-items: flex-start;
  }

  #filter-cross {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  #filter-cross i {
    font-size: 28px;
    color: #006599;
  }

  .filter-button {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    text-transform: capitalize;
  }

  .filter-button img {
    max-width: 24px;
  }

  .location-tab {
    font-size: 12px;
    padding: 5px 8px;
  }

  .location-list {
    margin-bottom: 0;
  }

  .inventory-section h2.text-2xl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .inventory-description .sub-title {
    font-size: 20px;
  }

  .inventory-details .inventory-detail-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .inventory-detail-holder {
    overflow: hidden;
    margin-right: 0;
  }

  .inventory-detail-wrapper .detail-holder .amenities-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .inventory-details nav {
    overflow-x: auto;
    white-space: nowrap;
  }

  .inventory-detail-holder {
    padding: 10px;
  }

  .inventory-detail-wrapper .detail-holder {
    padding: 15px 0;
  }

  .inventory-detail-wrapper .mini-space {
    padding: 15px;
  }

  header nav .nav-menu-holder {
    height: 100vh;
  }

  header nav .nav-menu-holder .theme-toggle-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .hero-section .container {
    max-width: 95%;
  }

  .hero-section .option-tab {
    font-size: 12px;
    padding: 7px;
  }

  .hero-section .searchbarWrapper,
  .hero-section .space-option-wrapper {
    width: 100%;
  }

  .hero-section .inputWrapper {
    margin-right: 0;
  }

  .hero-section .input {
    height: 40px;
    padding-left: 130px;
  }

  .hero-section .searchbarWrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 12px;
  }

  .hero-section {
    height: 50vh;
  }

  .hero-section .cityWrapper select,
  .hero-section .input {
    font-size: 14px;
  }

  .hero-section .cityWrapper select {
    padding-right: 30px;
  }

  .inventory-detail-wrapper .detail-holder .title,
  .inventory-detail-aside .title,
  .inventory-title-bar .title {
    font-size: 18px;
  }

  .inventory-title-bar .location {
    font-size: 16px;
  }

  .inventory-detail-wrapper .detail-holder .title {
    margin-bottom: 12px;
  }

  .similar-property-section .text-3xl {
    font-size: 22px;
  }

  .hero-section .filter-wrapper {
    width: 100%;
    padding: 20px 15px;
  }

  .schedule-section .main-heading {
    font-size: 22px;
  }

  .interior-plan-section .plan-wrapper .plan-col .title {
    font-size: 18px;
  }

  .interior-plan-section .plan-wrapper .plan-col .price {
    font-size: 35px;
  }

  .interior-plan-section .plan-wrapper .plan-col .validity {
    margin-bottom: 15px;
  }

  .cost-calculator-section .option-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-section-sco .banner-content .banner-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero-section-sco .banner-content .text {
    font-size: 16px;
  }

  .hero-section-sco .form-wrapper {
    padding: 20px 15px;
  }

  .hero-section-sco .form-wrapper .form-group.mb-6 {
    margin-bottom: 10px;
  }

  .hero-section-sco .form-wrapper .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .text-3xl {
    font-size: 22px !important;
  }

  .about-sco-section .detail-wrapper {
    padding: 15px;
    margin-bottom: 20px;
  }

  .introduction-holder.mb-12 {
    margin-bottom: 2rem;
  }

  .about-sco-section .map-colmn iframe {
    height: 250px;
  }

  .mega-space {
    padding: 40px 0;
  }

  .near-by-tenant .logo-wrapper {
    gap: 10px;
  }

  .cost-dashboard .main-container .data-table-holder {
    width: fit-content;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading {
    font-size: 14px;
    white-space: nowrap;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper {
    display: flex;
    position: relative;
    top: 0;
  }

  .cost-dashboard .main-container .data-table-holder .service-head {
    position: relative;
    top: 0;
  }

  .cost-dashboard .main-container .data-table-holder .interior-data-holder {
    grid-template-columns: 480px 205px;
  }

  .cost-dashboard .main-container .data-table-holder .interior-data-holder .amount-holder .data,
  .cost-dashboard .main-container .data-table-holder .data-wrapper .data {
    overflow-wrap: break-word;
  }

  .cost-dashboard .main-container .data-table-holder .interior-data-holder .data-description .data-wrapper {
    grid-template-columns: 125px 240px 115px;
  }

  .cost-dashboard .main-container .data-table-holder .data-wrapper {
    grid-template-columns: 125px 240px 115px 100px 100px;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading:nth-child(1) {
    width: 125px;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading:nth-child(2) {
    width: 241px;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading:nth-child(3) {
    width: 116px;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading:nth-child(4) {
    width: 100px;
  }

  .cost-dashboard .main-container .data-table-holder .heading-wrapper .data-heading:nth-child(5) {
    width: 100px;
  }

  .mb-overflow-x-auto {
    overflow-x: auto;
  }

  .interior-hero-section .content-container {
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .interior-happy-customers .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px 10px;
  }

  .interior-happy-customers .stats-wrapper .count-title {
    margin-bottom: 0;
  }

  .interior-happy-customers .stats-wrapper .text {
    font-size: 14px;
  }

  .our-project-section .project-wrapper .grid-3,
  .our-project-section .project-wrapper .grid-2 {
    gap: 10px;
  }

  .our-project-section .project-wrapper .grid-3 {
    margin: 10px 0;
  }

  .interior-calculate-modal .modal {
    width: 95%;
  }

  .cost-dashboard .main-container {
    padding: 10px;
  }

  .interior-calculate-modal .modal-body {
    padding: 15px;
  }

  .closeModal-cta {
    right: 10px;
  }

  #process-modal .modal-body {
    width: 90%;
  }

  .interior-process-section .process-wrapper .process-colmn .step-box{
    height: 60px;
    width: 60px;
  }
  .interior-process-section .process-wrapper .process-colmn .step-box .title {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .contact-us-section .contact-form {
    width: 100%;
  }

  .market-report-section .grid.grid-cols-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .m-pt-0 {
    padding-top: 0;
  }

  header nav {
    padding: 0 10px;
  }

  header .logo {
    height: 3rem;
  }

  .inventory-details nav,
  .inventory-section nav {
    border-top: 0;
  }

  .faq-trunkey-section .top-bar {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }

  .faq-trunkey-section .img-aside {
    position: relative;
    height: auto;
    top: 10px;
    right: 20px;
  }

  .cost-calculator-section .title {
    font-size: 20px;
  }

  .near-by-tenant .logo-wrapper {
    flex-wrap: wrap;
  }

  .corporate-giants-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .corporate-giants-wrapper .logo {
    padding: 15px;
  }

  .sco-why-choose-us .why-choose-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .owl-carousel .owl-item {
    height: 28vh;
  }

  .interior-hero-section .content-container {
    width: 95%;
    padding: 20px;
  }

  .interior-hero-section .content-container .connnect-box a {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }

  .interior-hero-section .content-container {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .interior-hero-section .content-container .week-title {
    font-size: 28px;
  }

  .interior-hero-section .content-container .week-description {
    font-size: 15px;
  }

  .interior-hero-section {
    height: 60vh;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 85% !important;
  }
}