/********** Template CSS **********/
:root {
  --primary  : #144208;
  --secondary: #FF6922;
  --light    : #EFFDF5;
  --dark     : #0E2E50;
}

.back-to-top {
  position: fixed;
  display : none;
  z-index : 99;
  bottom  : 15px !important;

}

.back-to-top i {
  left        : 20px;
  padding-left: 15px;

}
*{
 margin:0px;
}

/*** Spinner ***/
/* #spinner {
  opacity   : 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index   : 99999;
} */

/* #spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity   : 1;
} */


/*** Button ***/
.btn {
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width : 38px;
  height: 38px;
}

.btn-sm-square {
  width : 32px;
  height: 32px;
}

.btn-lg-square {
  width : 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding        : 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
  font-weight    : normal;
  border-radius  : 50px;
}


/*** Navbar ***/
.nav-bar {
  position  : relative;
  padding:0px;
  transition: .5s;
  z-index   : 9999;
  
}

.nav-bar.sticky-top {
  position: sticky;
  padding : 0;
  z-index : 9999;
}

.navbar {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
  border        : none;
  content       : "\f107";
  font-family   : "Font Awesome 5 Free";
  font-weight   : 900;
  vertical-align: middle;
  margin-left   : 5px;
  transition    : .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right  : 60px;
  padding       : 25px 0;
  color         : #FFFFFF;
  font-size     : 15px;
  text-transform: uppercase;
  outline       : none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .nav-bar {
    margin : 0;
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right:0;
    padding     : 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color      : var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display         : block;
    top             : 100%;
    margin-top      : 0;
    transform       : rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity         : 0;
    visibility      : hidden;
    transition      : .5s;

  }

  .navbar .nav-item:hover .dropdown-menu {
    transform : rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity   : 1;
  }
}
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}

.header-carousel .owl-nav {
  position      : absolute;
  top           : 50%;
  left          : -25px;
  transform     : translateY(-50%);
  display       : flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin         : 7px 0;
  width          : 50px;
  height         : 50px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  color          : #FFFFFF;
  background     : var(--primary);
  border-radius  : 40px;
  font-size      : 20px;
  transition     : .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

@media (max-width: 768px) {
  .header-carousel .owl-nav {
    left: 25px;
  }

  .nav-pills .nav-item .btn:hover,
  .nav-pills .nav-item .btn.active {
    color : #FFFFFF;
    /* gap: 11px; */
    margin: 1.5px 3px;
  }

  .counter {
    background-color: #f5f5f5;
    padding         : 20px 0;
    margin-top      : 10px;
    border-radius   : 5px;
    min-height      : 160px;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #DDDDDD;
}


/*** Icon ***/
.icon {
  padding        : 5px;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : #FFFFFF !important;
  border-radius  : 50px;
  border         : 1px dashed var(--primary) !important;
}


/*** About ***/
.about-img img {
  position: relative;
  z-index : 2;
}

.about-img::before {
  position  : absolute;
  content   : "";
  top       : 0;
  left      : -50%;
  width     : 100%;
  height    : 100%;
  background: var(--primary);
  transform : skew(20deg);
  z-index   : 1;
}

/*** Category ***/
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

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

.cat-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: 0.5s;
}

.cat-item div {
  background: #FFFFFF;
  border: 1px dashed rgba(0, 185, 142, .3);
  transition: .5s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cat-item:hover div {
  background: var(--primary);
  border-color: transparent;
}

.cat-item div * {
  transition: .5s;
}

.cat-item:hover div * {
  color: #FFFFFF !important;
}

/* Set uniform width and height for the images */
.cat-item img {
  width: 180px;  /* Set a fixed width */
  height: 100px; /* Set a fixed height */
  object-fit: contain; /* Ensure the image scales properly without distortion */
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .amenities-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .amenities-grid {
      grid-template-columns: 1fr;
  }
}


/*** Property List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #FFFFFF;
}

.property-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
  transition: .5s;
}

.property-item:hover img {
  transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
  border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  transition: .5s;
}

.team-item .btn {
  color     : var(--primary);
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
  color     : #FFFFFF;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
  padding-left : 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left : 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
  position       : absolute;
  width          : 100%;
  height         : 40px;
  top            : calc(50% - 20px);
  left           : 0;
  display        : flex;
  justify-content: space-between;
  z-index        : 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position       : relative;
  width          : 40px;
  height         : 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  color          : #FFFFFF;
  background     : var(--primary);
  border-radius  : 40px;
  font-size      : 20px;
  transition     : .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-right   : 5px;
  width          : 35px;
  height         : 35px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  color          : var(--light);
  border         : 1px solid rgba(255, 255, 255, 0.5);
  border-radius  : 35px;
  transition     : .3s;
}

.footer .btn.btn-social:hover {
  color       : var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display       : block;
  margin-bottom : 5px;
  padding       : 0;
  text-align    : left;
  font-size     : 15px;
  font-weight   : normal;
  text-transform: capitalize;
  transition    : .3s;
}

.footer .btn.btn-link::before {
  position    : relative;
  content     : "\f105";
  font-family : "Font Awesome 5 Free";
  font-weight : 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow    : none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding   : 25px 0;
  font-size : 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right : 15px;
  padding-right: 15px;
  border-right : 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right : 0;
  padding-right: 0;
  border-right : none;
}

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

.btn-primary {
  /* color: #000; */
  background-color: #011F01;
  border-color    : #011F01;
}

.bg-primary {
  background-color: #011F01 !important;
}

/* location benifits */
.locationSec {
  background-color: #f7f2ec;
  padding         : 30px 12px;
}

.locationheading {
  text-align: center;
}

.map {
  border  : 0;
  margin  : 4px 0px;
  width   : 100%;
  height  : 450px;
  /* width: 590px; */
}

.addressBox {
  padding   : 30px;
  background: #fff;
  height    : 450px;
  margin    : 3px 0px;
}

.addressheading {
  text-align: start;
}

.addressheading {
  text-align: start;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.key-row {
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  margin-right : -15px;
  margin-left  : -15px;
}

.key-col {
  width  : 50%;
  display: inline-flex;
}

.key-image {
  margin: 0px 11px;
}

.key-content {
  margin    : 7px 0px;
  /* display: block; */
}

.key-content {
  margin    : 7px 0px;
  /* display: block; */
}

.text-primary {
  color: #011F01 !important;
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color           : #000;
  background-color: #011F01;
  border-color    : #011F01;
}

.btn-outline-primary {
  color       : #011F01;
  border-color: #011F01;
}

.btn-outline-primary:hover {
  color           : #000;
  background-color: #011F01;
  border-color    : #011F01;
}

/* tab section */
/* .button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 4px;
    background: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #000000;
    margin: 10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
  }
  
  .button:hover {
    background-color: rgba(0,0,0,0.1);
  }
  
  .button:active,
  .button.is-checked {
    background-color: rgba(0,0,0,0.1);
    outline: none;
  }
  
  .button-group {
    margin: 20px 0;
    text-align: center;
  }
  
  .button-group:after {
    content: '';
    display: block;
    clear: both;
  }
  
  img {
    vertical-align: middle;
  }
  
  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .grid article {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin: 1%;
    width: 23%;
  }
  
  @media (max-width: 1024px) {
    .grid article {
      width: 31.3%;
    }
  }
  
  @media (max-width: 767px) {
    .grid article {
      width: 48%;
    }
  }
  
  @media (max-width: 479px) {
    .grid article {
      margin: 2% 0;
      width: 100%;
    }
  } */

/* project counter */
/* .counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
  } */
.counter {
  background-color: #f5f5f5;
  padding         : 20px 0;
  border-radius   : 5px;
  min-height      : 190px;
}

section.count {
  padding: 50px 25px;
}

.count-title {
  font-size    : 40px;
  font-weight  : normal;
  margin-top   : 10px;
  margin-bottom: 0;
  text-align   : center;
}

.count-text {
  font-size    : 16px;
  font-weight  : normal;
  margin-top   : 10px;
  margin-bottom: 0;
  text-align   : center;
}

.fa-2x {
  margin : 0 auto;
  float  : none;
  display: table;
  color  : #011F01;
}

/* gallery section */

/* @media (min-width: 992px) */
.text-lg-start {
  text-align: center !important;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgb(125 44 123 / 36%);
}

.container-fluid.bg-dark.text-white-50.footer.pt-5.mt-5.wow.fadeIn {
  padding: 0px 60px;
}

.icon {
  padding        : 5px;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : transparent !important;
  border-radius  : 50px;
  border         : none !important;
}

.form-control:focus {
  color           : #666565;
  background-color: #fff;
  border-color    : #011F01;
  outline         : 0;
  box-shadow      : 0 0 0 0.25rem rgb(125 44 123 / 36%);
}

span a {
  color: #011F01;
}

span a:hover {
  color: #b700b4 !important;
}

.btn-primary:hover {
  color           : #fff;
  background-color: #b200ae;
  border-color    : #b200ae;
}

.btn-primary:active {
  color              : #b200ae;
  /* background-color: #b200ae;
    border-color     : #b200ae; */
}

.p-4.pb-0 a:hover {
  color: #a900a5;
}

/* animated text */

.slider {

  text-align: center;
  position  : relative;
  animation : slideColor 10s forwards infinite;
}

.caption {
  line-height: 100px;
  font-size  : 45px;
  color      : #0f2f51;
  position   : relative;
  top        : 50%;
  font-family: "Inter", sans-serif;
  transform  : translateY(-50%);
  text-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
  text-align : left;
  padding-top: 30px;
}

.text-box {
  display : inline-block;
  position: relative;
  top     : 8px;
}

.text-box div {
  display                  : inline-block;
  position                 : absolute;
  top                      : -200px;
  color                    : #883e86;
  transform                : rotateX(-90deg);
  opacity                  : 0;
  text-shadow              : 0px 5px 5px rgba(0, 0, 0, .25);
  animation-timing-function: ease;
}

.text-box div:nth-child(1) {
  animation: rollDown 10s forwards infinite;
}

.text-box div:nth-child(2) {
  animation: rollDown2 10s forwards infinite;
}

.text-box div:nth-child(3) {
  animation: rollDown3 10s forwards infinite;
}

@keyframes rollDown {
  0% {
    top      : -200px;
    transform: rotateX(-90deg);
  }

  11% {
    top      : -74px;
    transform: rotateX(0deg);
    opacity  : 1;
  }

  22% {
    top      : -74px;
    transform: rotateX(0deg);
    opacity  : 1;
  }

  33% {
    top      : 50px;
    transform: rotateX(30deg);
    opacity  : 0;
  }
}

@keyframes rollDown2 {
  33% {
    top      : -200px;
    transform: rotateX(-90deg);
  }

  44% {
    top      : -74px;
    transform: rotateX(0deg);
    opacity  : 1;
  }

  55% {
    top      : -74px;
    transform: rotateX(0deg);
    opacity  : 1;
  }

  66% {
    top      : 50px;
    transform: rotateX(30deg);
    opacity  : 0;
  }
}

@keyframes rollDown3 {
  66% {
    top      : -200px;
    transform: rotateX(-90deg);
  }

  77% {
    top      : -74px;
    transform: rotateX(0deg);
    opacity  : 1;
  }

  88% {
    top      : -74px;
    transform: rotateX(0deg);
    opacity  : 1;
  }

  99% {
    top      : 50px;
    transform: rotateX(30deg);
    opacity  : 0;
  }
}

/* @keyframes slideColor{
	0%{
		background-color: #387780;
	}
	33%{
		background-color: #3f88c5;
	}
	66%{
		background-color: #588b8b;
	}
	100%{
		background-color: #387780;
	}
} */

.cat-item:hover div {
  background  : #0e2e50;
  border-color: transparent;
}

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

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

@media only screen and (max-width: 768px) {
  .random-word {
    font-size: 18px;
  }

  .justify-content-end {
    justify-content: flex-end !important;
    gap            : 3px !important;
  }

  .caption {
    line-height: 100px;
    font-size  : 30px;
    color      : #0f2f51;
    position   : relative;
    top        : 50%;
    font-family: "Inter", sans-serif;
    transform  : translateY(-50%);
    text-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
    text-align : left;
    padding-top: 30px;
  }

  .text-box {
    display : inline-block;
    position: relative;
    top     : 14px;
  }

  .image-map {
    /* width: 250px; */
    width: 350px !important;
  }

  .py-0 {
    padding-top   : 0 !important;
    padding-bottom: 12px !important;
  }

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

/* thankyoupage */


.wrapper-1 {
  width         : 100%;
  height        : 100vh;
  display       : flex;
  flex-direction: column;
}

.wrapper-2 {
  padding   : 30px;
  text-align: center;
}

.wrapper-2 p {
  margin        : 0;
  font-size     : 1.3em;
  color         : #fafafa;
  font-family   : 'Raleway', sans-serif;
  letter-spacing: 1px;
  line-height   : 1.5;
}

.go-home {
  background   : #e83890;
  border       : none;
  padding      : 25px 30px;
  margin       : 30px 0;
  border-radius: 5px;
  cursor       : pointer;
}

.go-home:hover {
  opacity: 0.9;
}

.go-home a {
  font-family   : 'Raleway', Arial Black;
  font-size     : 1rem;
  font-weight   : 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.footer-like {
  margin-top: auto;
  background: rgb(31, 38, 130);
  padding   : 6px;
  text-align: center;
}

.footer-like p {
  margin        : 0;
  padding       : 4px;
  color         : #fafafa;
  font-family   : 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color          : #5892FF;
  font-weight    : 600;
}

.footer-like p a:hover {
  color: #FFF;
}

@media (min-width:360px) {

  /* h1{
      font-size:4.5em;
    } */
  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width:600px) {
  .thankyoucontent {
    max-width: 1000px;
    margin   : 0 auto;
  }

  .wrapper-1 {
    height    : initial;
    max-width : 620px;
    margin    : 0 auto;
    margin-top: 50px;
  }


}



.btn-primary:active {
  color     : #fff;
  background: #011F01;
  border    : #011F01;
}


/* fancy text v2 */

.fancy {
  display       : flex;
  flex-direction: column;
  max-width     : 1000px;
  margin        : 0em auto;
  text-align    : left;
  font-size     : 20px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  color         : white;
  font-family   : "Inter", sans-serif;
}

.random-word {
  display          : inline-block;
  text-transform   : uppercase;
  font-family      : "Inter", sans-serif;
  color            : #011F01;
  letter-spacing   : 3px;
  width            : auto;
  /*   transition  : all 1.25s; */
  animation        : slidedown 4s infinite;
  -webkit-animation: slidedown 4s infinite;
  -moz-animation   : slidedown 4s infinite;
}

@keyframes slidedown {
  0% {
    opacity: 50;
  }

  5% {
    opacity  : 0;
    transform: translateY(0.5em);
  }

  7% {
    transform: translateY(-1em);
  }

  10% {
    opacity: 0;
  }

  20% {
    transform: translateY(0);
    opacity  : 100;
  }
}

.img-thumbnail {
  padding         : 0.25rem;
  background-color: #EFFDF5;
  border          : 1px solid #dee2e6;
  border-radius   : 30px;
  max-width       : 100%;
  height          : auto;
}

.col.text-center {
  padding-bottom: 25px;
}

.btn-primary:hover {
  color           : #fff;
  background-color: #0e2e50;
  border-color    : #0e2e50;
}

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

  .justify-content-end {
    justify-content: flex-end !important;
    gap            : 3px !important;
  }
}


/* code for sticky footer code */

@media screen and (max-width: 35.9375rem) {
  .ed-element.preset-footer-skadi-v2-default>.inner {
    padding: 3rem 0rem 3rem 0rem;
  }
}

@media screen and (max-width: 67.9375rem) {
  .ed-element.preset-footer-skadi-v2-default>.inner {
    padding: 2rem 0rem 2rem 0rem;
  }
}

@media screen and (max-width: 575px) {
  #ed-83957281 {
    position : fixed;
    bottom   : 0px;
    max-width: 100%;
    min-width: 100%;
    z-index  : 99999999;
  }

  #ed-83957281>.inner {
    padding: 5px 0px;
  }

  #ed-83961466>.inner {
    justify-content: center;
  }

  #ed-83957992 {
    flex-basis: auto;
    margin    : 0px;
    text-align: center;
  }

  #ed-83957992 a.button {
    border-radius: 25px;
  }
}


.ed-element.preset-footer-skadi-v2-default,
.ed-element.preset-footer-skadi-v2-default a,
.ed-element.preset-footer-skadi-v2-default a:hover {
  color: #fff;
}

.ed-element.preset-footer-skadi-v2-default {
  background: rgba(0, 145, 100, 0);
}

.bg-primary {
  background: #7e2e7d !important;
}

.ed-collection-container,
.ed-collection-item,
.ed-container,
.ed-reference-container {
  position              : relative;
  width                 : auto;
  overflow              : hidden;
  display               : -webkit-box;
  display               : -webkit-flex;
  display               : flex;
  -webkit-box-orient    : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction: column;
  flex-direction        : column;
}

.ed-element.preset-footer-skadi-v2-default>.inner {
  padding: 4rem 0rem;
}

.ed-collection-container>div.inner,
.ed-collection-item>div.inner,
.ed-container>div.inner,
.ed-reference-container>div.inner {
  pointer-events: none;
}

.wv-content>.inner,
.wv-spacer>.inner {
  padding-top   : 0rem !important;
  padding-bottom: 6rem;
}

.wv-boxed>.inner {
  padding-left : 1rem;
  padding-right: 1rem;
  margin-left  : auto;
  margin-right : auto;
  max-width    : 68rem;
}

@media screen and (max-width: 67.9375rem) {

  .wv-content>.inner,
  .wv-spacer>.inner {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 67.9375rem) {

  .wv-content>.inner,
  .wv-spacer>.inner {
    padding-top: 5rem;
  }
}

.wv-content>.inner,
.wv-spacer>.inner {
  padding-top   : 6rem;
  padding-bottom: 6rem;
}

.ed-collection-container>.inner,
.ed-collection-item>.inner,
.ed-container>.inner,
.ed-reference-container>.inner {
  position: relative;

  flex           : 1 0 auto;
  display        : flex;
  flex-wrap      : wrap;
  justify-content: flex-start;
  align-items    : flex-start;
  align-content  : flex-start;
  width          : 100%;
}

@media screen and (max-width: 575px) {
  #ed-83957284 {
    flex-basis: 100%;
    flex-grow : 0;
    order     : 0;
  }
}

@media screen and (max-width: 975px) {
  #ed-83957284 {
    flex-grow : 1;
    flex-basis: 50%;
    order     : 1;
  }
}

.ed-collection-container>.inner>.ed-element,
.ed-collection-item>.inner>.ed-element,
.ed-container>.inner>.ed-element,
.ed-reference-container>.inner>.ed-element {
  flex      : 0 0 100%;
  box-sizing: border-box;
}

.ed-collection-container>div.inner>*,
.ed-collection-item>div.inner>*,
.ed-container>div.inner>*,
.ed-reference-container>div.inner>* {
  pointer-events: auto;
}

.ed-container {
  max-width: 100%;
}

.ed-collection-container,
.ed-collection-item,
.ed-container,
.ed-reference-container {
  position      : relative;
  width         : auto;
  overflow      : hidden;
  display       : -webkit-box;
  display       : -webkit-flex;
  display       : flex;
  flex-direction: column;
}

.ed-collection-container>div.inner,
.ed-collection-item>div.inner,
.ed-container>div.inner,
.ed-reference-container>div.inner {
  pointer-events: none;
}

.ed-element.preset-footer-skadi-v2-default,
.ed-element.preset-footer-skadi-v2-default a,
.ed-element.preset-footer-skadi-v2-default a:hover {
  color: #fff;
}

.ed-collection-container>div.inner,
.ed-collection-item>div.inner,
.ed-container>div.inner,
.ed-reference-container>div.inner {
  pointer-events: none;
}

.ed-collection-container>.inner,
.ed-collection-item>.inner,
.ed-container>.inner,
.ed-reference-container>.inner {
  position       : relative;
  flex           : 1 0 auto;
  display        : flex;
  flex-wrap      : wrap;
  justify-content: flex-start;
  align-items    : flex-start;
  align-content  : flex-start;
  width          : 100%;
}

.ed-collection-container>div.inner>*,
.ed-collection-item>div.inner>*,
.ed-container>div.inner>*,
.ed-reference-container>div.inner>* {
  pointer-events: auto;
}

.ed-collection-container,
.ed-collection-item,
.ed-container,
.ed-reference-container {
  position      : relative;
  width         : auto;
  overflow      : hidden;
  display       : flex;
  flex-direction: column;
}

.ed-element.preset-footer-skadi-v2-default,
.ed-element.preset-footer-skadi-v2-default a,
.ed-element.preset-footer-skadi-v2-default a:hover {
  color: #fff;
}

.ed-collection-container>.inner>.ed-element,
.ed-collection-item>.inner>.ed-element,
.ed-container>.inner>.ed-element,
.ed-reference-container>.inner>.ed-element {
  flex      : 0 0 100%;
  box-sizing: border-box;
}

.ed-collection-container>div.inner>*,
.ed-collection-item>div.inner>*,
.ed-container>div.inner>*,
.ed-reference-container>div.inner>* {
  pointer-events: auto;
}

.ed-element.preset-columns-two-v2-default {
  justify-content: center;
  align-items    : center;
  align-content  : center;
}

.ed-collection-container,
.ed-collection-item,
.ed-container,
.ed-reference-container {
  position      : relative;
  width         : auto;
  overflow      : hidden;
  display       : flex;
  flex-direction: column;
}

.ed-container .ed-element.preset-columns-two-v2-default>.inner,
.ed-reference-container .ed-element.preset-columns-two-v2-default>.inner,
.ed-collection-container .ed-element.preset-columns-two-v2-default>.inner,
.ed-collection-item .ed-element.preset-columns-two-v2-default>.inner {
  padding  : 0;
  max-width: none;
}

.ed-element.preset-columns-two-v2-default.wv-boxed>.inner {
  max-width: calc(68rem + 2rem);
}

.ed-element.preset-columns-two-v2-default>.inner {
  margin       : calc((2rem / 2) * -1);
  width        : calc(100% + 2rem);
  align-content: stretch;
  align-items  : stretch;
}

.ed-collection-container>div.inner,
.ed-collection-item>div.inner,
.ed-container>div.inner,
.ed-reference-container>div.inner {
  pointer-events: none;
}

.wv-content>.inner,
.wv-spacer>.inner {
  padding-top   : 0rem !important;
  padding-bottom: 6rem;
}

.wv-boxed>.inner {
  padding-left : 1rem;
  padding-right: 1rem;
  margin-left  : auto;
  margin-right : auto;
  max-width    : 68rem;
}

@media screen and (max-width: 67.9375rem) {

  .wv-content>.inner,
  .wv-spacer>.inner {
    padding-bottom: 5rem;
  }
}

.wv-content>.inner,
.wv-spacer>.inner {
  padding-top   : 6rem;
  padding-bottom: 6rem;
}

.ed-collection-container>.inner,
.ed-collection-item>.inner,
.ed-container>.inner,
.ed-reference-container>.inner {
  position       : relative;
  flex           : 1 0 auto;
  display        : -webkit-box;
  display        : -webkit-flex;
  display        : flex;
  flex-wrap      : wrap;
  justify-content: flex-start;
  align-items    : flex-start;
  align-content  : flex-start;
  width          : 100%;
}

@media screen and (max-width: 35.9375rem) {
  .ed-element.preset-columns-two-v2-default>.inner>.columns-box {
    margin   : 1rem;
    flex     : 0 1 calc(50% - 2rem);
    flex-grow: 0;
    max-width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 67.9375rem) {
  .ed-element.preset-columns-two-v2-default>.inner>.columns-box {
    margin    : 1rem;
    flex-basis: calc(50% - 2rem);
    flex-grow : 0;
    max-width : calc(50% - 2rem);
  }
}

.ed-element.preset-columns-two-v2-default>.inner>.columns-box {
  margin       : 1rem;
  flex-basis   : calc(50% - 2rem);
  flex-grow    : 0;
  flex-shrink  : 1;
  max-width    : calc(50% - 2rem);
  border-width : 1px;
  border-style : none;
  border-color : #7e2e7d;
  border-radius: 0;
  box-shadow   : none;
}

.bg-primary {
  background: #7e2e7d !important;
}

@media screen and (max-width: 575px) {
  #ed-83957785 {
    flex-basis: auto;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  #ed-83957785 a.button {
    border-radius: 25px;
  }
}

.button,
.ed-form-button>button:not(.button) {
  padding       : 1rem 0.5rem;
  display       : inline-block;
  font-family   : "Poppins";
  letter-spacing: 0px;
  font-weight   : 400;
  text-transform: none;
  font-style    : normal;
  border-width  : 1px;
  border-style  : solid;
  border-radius : 0px;
  max-width     : 100%;
  box-shadow    : none;
  transform     : none;
  transition    : all .5s ease-in-out;
  background    : #7e2e7d;
  color         : #fff;
  border-color  : rgba(0, 0, 0, 0);
  padding       : 0.5rem 1rem;
  font-size     : 13px;
  line-height   : 1.5;
}

.bg-primary {
  background: #7e2e7d !important;
}

.ed-element.preset-columns-two-v2-default>.inner>.columns-box>.inner {
  padding: 0rem;
}

.ed-collection-container>div.inner,
.ed-collection-item>div.inner,
.ed-container>div.inner,
.ed-reference-container>div.inner {
  pointer-events: none;
}

.button.bg-primary,
.ed-form-button>button.bg-primary:not(.button) {
  background  : #011F01;
  color       : #fff;
  border-color: rgba(0, 0, 0, 0);
}



@media only screen and (min-width: 768px) {

  /* For desktop: */
  div#ed-83957281 {
    display: none;
  }
}

/* 4-column */
.media-body p {
  font-size  : 18px;
  font-weight: 600;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #7e2e7d !important;
}

/* .media-body h3 {
      font-size: 25px important;
    } */
.single-customer-wrap.media.policy-page-area h3 {
  font-size: 22px;
}


@media only screen and (min-width: 768px) {
  .main-img img {
    display: none;
  }

  a.btn.btn-lg.btn-primary.btn-lg-square.back-to-top {
    bottom: 70px;
  }
}

section.customer-area.pd-top-90.pd-bottom-70 {
  padding-top: 0px;
}

section.dmarket-area.pd-top-50.pd-bottom-40 {
  padding-top: 0px;
}

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

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

.btn-primary:hover {
  color           : #fff;
  background-color: #0e2e50;
  border-color    : #0e2e50;
  bottom          : 70px;
}

.me-3 {
  margin-left: 0.5rem !important;
}

.space {

  padding-top   : 10px !important;
  padding-bottom: 20px !important;
}

.team-item.rounded.overflow-hidden {
  min-height      : 145px;
  color           : #666565;
  background-color: #fff;
  border-color    : #011F01;
  outline         : 0;
  box-shadow      : 0 0 0 0.25rem rgb(125 44 123 / 36%);

}

small {
  FONT-SIZE  : 20px;
  font-weight: 700;
}


/* why park bloom slider */


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position                   : relative;
  display                    : block;
  box-sizing                 : border-box;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  -webkit-touch-callout      : none;
  -khtml-user-select         : none;
  -ms-touch-action           : pan-y;
  touch-action               : pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display : block;
  overflow: hidden;
  margin  : 0;
  padding : 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform   : translate3d(0, 0, 0);
  -ms-transform    : translate3d(0, 0, 0);
  -o-transform     : translate3d(0, 0, 0);
  transform        : translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top     : 0;
  left    : 0;
  display : block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display   : none;
  float     : left;
  height    : 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height : auto;
  border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pre::after {

  content: "+";

}

.per::after {

  content: "%";

}

.pres::after {

  content: "M";

}



/* scroll to top button */
/* .btn-primary:hover {
  color: #fff;
  background-color: #0e2e50;
  border-color: #0e2e50;
  bottom: 90px !important;
} */

@media only screen and (min-width: 768px) {
  a.btn.btn-lg.btn-primary.btn-lg-square.back-to-top {
    bottom: 20px !important;
  }
}

@media only screen and (min-width: 412px) {
  a.btn.btn-lg.btn-primary.btn-lg-square.back-to-top {
    bottom: 15px !important;
    left: 20px;

  }

  a.btn.btn-lg.btn-primary.btn-lg-square.back-to-top i {
    padding-right: 20px;
  }
}

div#bs-chatbot-widget-container__21E7F {
  bottom: 45px !important;
}

/* .bs-chatbot-fab__nJAOV {
  bottom: 100px !important;
} */


.back-to-top {
  position  : fixed;
  /* display: none; */
  left      : 45px;
  bottom    : 45px;
  z-index   : 99;

}

@media (min-width: 992px) {

  .col-lg-2 {
    flex : 0 0 auto;
    width: 19.66667%;
  }
}

.rounded.p-4 {
  min-height: 195px !important;
}

table, th, td {
  border: 10px solid #011F01;
  padding: 30px;
  color: #000;
}
/* banner */

/* Banner Section Container */
.banner-section {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

/* Responsive Image */
.image-map1 {
  width: 100%; /* Makes the image span the full width of its container */
  height: auto; /* Maintains the image aspect ratio */
  display: block; /* Ensures no extra space is added below the image */
  object-fit: cover; /* Scales the image nicely, covering the container while maintaining aspect ratio */
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .banner-section {
      padding: 0; /* Optional: Remove padding for smaller screens */
  }

  .image-map1 {
      width: 100%;
      height: auto;
  }
}

/* form */

.sticky-contact-form {
  position: fixed;
  bottom: -8px;
  width: 100%;
  z-index: 1000;
  left: 0;
  background-color: #004d00; 
  overflow-y: auto; 
}

.sticky-contact-form h3 {
  color: #fff;
  font-size: 24px;
}

.sticky-contact-form .form-control {
  background-color: #f1f1f1;
  color: #000;
}

.sticky-contact-form .btn-warning {
  
  color: #000;
}

@media (max-width: 767px) {
  .sticky-contact-form {
    height: auto; 
    padding: 20px 10px;
  }

  .sticky-contact-form .col-md-4 {
    margin-bottom: 10px;
  }

  .sticky-contact-form .col-md-2 {
    width: 100%;
  }

  .sticky-contact-form h3 {
    margin-bottom: 15px;
  }
}
/* contact */

.contact-info {
  padding:20px;
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
  color: #343a40;
}

.contact-info p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

/* For desktop view */
@media (min-width: 992px) {
  .row {
      display: flex;
      align-items: center;
  }

  .col-lg-6 {
      padding: 20px;
  }
}

/* For mobile view */
@media (max-width: 991px) {
  .col-md-12 {
      margin-bottom: 20px;
  }
}
/* amenties */
.property-item {
  width: 100%;
  height: 350px; /* Set a fixed height for all the property boxes */
  display: flex;
  flex-direction: column;
}

.property-item img {
  width: 100%;
  height: 250px; /* Set the same height for all images */
  object-fit: cover; /* Ensure the image covers the space evenly */
}

.p-4 {
  flex-grow: 1; /* Make the content section fill the remaining space */
}
