/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,700&amp;display=swap');
@import url('fontawesome.css');

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  max-width: 100%;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
  font-display: swap;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox iframe {
  width: 60%;
  height: 60%;
  border: none;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
}

.section {
  margin-top: 80px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background: #005555;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #005555;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}



.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #005555;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #005555;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #005555;
  border-radius: 50%;
}

a.back-to-top {
  font-size: 30px;
  color: #000;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 5px #000;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #005555;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #005555;
  margin-right: 8px;
}


.header-area {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.header-area .main-nav {
  background-color: #6e5029;
  padding: 10px 15px;
  position: relative;
  width: 100%;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px -15px rgb(0 0 0 / 10%);
  box-shadow: 0 15px 30px -15px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  white-space: nowrap;
}

.header-area .main-nav .logo h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}


.header-area .main-nav ul.nav {
  flex-basis: 100%;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  align-items: center;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}


.header-area .main-nav .nav li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffffb3;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.Schedule {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding: 4px;
  padding-left: 6px !important;
}

.Schedule i {
background-color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-left: -1px;
    color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  background-color: #e7e3e3;

}

.header-area .main-nav .nav li:hover a {
  color: #000000;
}

.header-area .main-nav .nav li a.active {
  color: #000000;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 12px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}


.visible {
  display: inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 0;
    padding-right: 0;
  }

  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  
  
  li.Schedule-li
 {
    display: none;
}

  ul.nav {
    top: 25px;
  }

  .header-area .main-nav .nav li a,
  .header-area .main-nav .nav li a.active {
    color: #1e1e1e;
  }

  .header-area .main-nav .logo {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }

  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 0px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  /*.header-area .main-nav {*/
  /*  overflow: hidden;*/
  /*}*/

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 10px;
  }


}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.hero-search{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 6;
}
.hero-search h1{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    
}
.hero-search h1 span{
    font-weight: 700;
}
.search-bar {
    display: flex;
    position: relative;
    border: 15px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}
.search-bar form select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-width: 0px 1px 0 0;
    outline: none;
    border-color: gray;
    width: 130px;
    border-style: solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
}
.search-bar form .form-control {
    border: none;
    padding: 15px 15px 15px 140px;
    border-radius: 0;
    background: #fff;
    color: #000;
}
.search-bar form .form-control::placeholder {
  color: #333;
}
.search-bar form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #6e5029;
    border: none;
    color: #fff;
    width: 60px;
    height: 100%;
    font-size: 22px;
}
.search-bar form button span {
    display: none;
}
.main-banner .item {
  height: 100vh;
  position: relative;
}
.main-banner .item::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #1812124f;
    top: 0;
    left: 0;
    z-index: 33;
}
.main-banner .header-text {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;

}

.main-banner .item img {
  height: 100%;
  /* object-fit: cover; */
  object-position: center;
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 5px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #005555;
}

.main-banner .item h2 {
  font-size: 62px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 72px;
  margin-bottom: 0px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.main-banner .owl-dots .owl-dot {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  transition: all .5s;
  text-align: center;
}

.main-banner .owl-dots .owl-dot span {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
}

.main-banner .owl-dots .active span {
  background-color: #005555;
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #005555;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 80%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #005555;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
  filter: grayscale(1);
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/video-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #005555;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top:50px;
}

.fun-facts .counter {
  background-color: #6e5029;
  position: relative;
  border-radius: 10px;
  max-width: 270px;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #1e1e1e;
  background: #fff;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
}


/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fafafa;
  padding: 100px 0px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #005555 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.properties .item .property-image{
  display: block;
}
.properties .item img {
  border-radius: 10px;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  font-size: 15px;
  color: #4a4a4a;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #005555;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}

.owl-properties .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50px);

}

.owl-properties .owl-nav button {
  width: 35px;
  height: 35px;
  background: #005555 !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  border-radius: 4px !important;

}

.owl-properties .owl-nav .owl-prev i,
.owl-properties .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.owl-properties .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.owl-properties .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.owl-properties .owl-nav .owl-prev i:hover,
.owl-properties .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: #005555;
}

.form-group {
  position: relative;
}

.error {
  font-size: 14px;
  color: #ff0000;
  display: none;
  position: absolute;
  bottom: 10px;
  padding-left: 15px;
}

.form-group span {
  display: block;
}

div#mail_success {
  background: #005555;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  display: none;
  margin-bottom: 15px;
  border-radius: 5px;
}

div#mail_fail {
  background: #ff0000;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  bottom: 0;
}

.dispnon {
  display: none;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  /* margin-top: 150px; */
  background-color: #000;
  min-height: 100px;
}

footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

footer h6 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

footer button {
  background-color: #fff;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #1e1e1e;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

footer ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}

footer .border-btn {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

footer .social-links li {
  display: inline-block;
}

footer .social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  transition: all .3s;
}

.footer-subscribe {
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-subscribe input {
  background: transparent;
  border: 0;
  color: #fff;
  padding-left: 15px;
}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0px 80px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 5px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #005555;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #005555;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #005555;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
  width: 100%;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #005555;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-left: 60px;
  position: sticky;
  top: 60px;

}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
  filter: grayscale(1);
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 30px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
  max-width: 360px;
}

.contact-page .phone {
  margin-bottom: 20px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
  filter: grayscale(1);
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #005555;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media(min-width:992px) {
  .owl-properties .owl-nav {
    display: flex;
    justify-content: space-between;
    left: 0;
    width: 100%;
  }
}

@media(max-width:991px) {
      .about-data {
    padding: 15px !important;
}
.section{
    margin-top: 50px !important;
}
h1,h2,h3{
    font-size:25px !important;
}
  .owl-properties .owl-nav {
    display: flex;
    justify-content: space-between;
    left: 0px;
    width: 100%;
  }

  .main-banner .item {
    height: auto !important;
  }

  .main-banner .item img {
    height: 450px;
    object-fit: cover;
  }

  .main-banner .item h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }

    .header-area .main-nav {
        top: 10px;
        padding: 40px 30px 30px;
    }
}

@media (max-width: 767px) {
      .about-data {
    padding: 15px !important;
    
}

  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }

  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }

  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .properties ul.properties-filter li {
    margin: 5px;
  }

  /*.header-area .main-nav .nav li:last-child {*/
  /*  display: none;*/
  /*}*/

   .Schedule-li{
       display: none;
   }
  footer {
    /* margin-top: 50px; */
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }

  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }

  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }

  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
    font-weight: 500 !important;
  }

  .main-banner .item h2 {
    width: 100%;
  }

  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }

  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }

  .featured .info-table {
    margin-top: 45px;
  }

  .fun-facts .counter {
    margin: 16px auto;
  }

  .best-deal .section-heading {
    text-align: center;
  }

  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }

  .best-deal .info-table {
    margin-bottom: 45px;
  }

  .best-deal .tab-content img {
    padding: 0px;
  }

  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }

  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }

  .properties .item .main-button {
    text-align: center;
  }

  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }

  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }

  .contact-content #contact-form {
    margin-left: 0px;
  }

  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }

  .contact-page .section-heading {
    margin-right: 0px !important;
  }

  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }

  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
    .about-data {
    padding: 15px !important;
}
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }

  .contact-page .section-heading {
    margin-right: 100px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  display: flex;
}

/* property-card */

.property-card .img-block {
  position: relative !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.py-slide {
  padding-inline: 1rem;
}

.properties-by-city-card img {
  min-height: 302px;
  max-height: 302px;
  border-radius: 20px;
}

.py-slide {
  cursor: pointer;
}

/* footer */
/* .f-cont li a image{
width: 20px !important;
} */

img.property-img {
  max-height: 226px;
  min-width: 391px;
}

/* about us */
.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}

.about .about-img {
  margin-bottom: 24px;
  border-radius: 10px;
  height: clamp(400px, 27.187vw, 1000px);
  object-fit: cover;
}

@media (max-width: 1199px) {
  .about .about-img {
    height: auto;
    margin-bottom: 0;
  }
}

.about .text-block {
  border-radius: 10px;
  padding: clamp(16px, 1.25vw, 32px);
  background-color: #F5F7F9;
}

.about .text-block .br {
  display: block;
  margin-bottom: 10px;
}

.about-1 .about-images {
  position: relative;
  padding-left: 84px;
}

.about-1 .about-images .about-image img {
  width: 100%;
  border-radius: 20px;
}

.about-1 .about-images .about-video {
  width: 45%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
}

.about-1 .about-images .about-video figure img {
  width: 100%;
  border: 4px solid #FFFFFF;
  border-radius: 20px;
}

.about-1 .about-images .about-video .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.about-1 .about-images .about-video .video-play-button a {
  display: inline-block;
  position: relative;
  font-size: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}

.about-1 .about-images .about-video .video-play-button a img {
  width: 50px;
}

.about-1 .about-images .about-video .video-play-button a:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid #F5F7F9;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1s infinite linear;
}

.about-1 .about-images .about-video .video-play-button a:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 2px solid #F5F7F9;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1s infinite linear;
  animation-delay: 0.3s;
}

.about-1 .about-content {
  padding-left: 10px;
}

.about-1 .about-content .about-content-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.about-1 .about-content .about-content-body ul li {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
  display: flex;
  gap: 12px;
}

@media (max-width: 492px) {
  .about-1 .about-content .about-content-body ul li {
    width: 100%;
  }
}

.about-1 .about-content .about-content-body ul li:nth-child(2n+2) {
  margin-right: 0;
}

.about-1 .about-content .about-content-body ul li .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F5F7F9;
  border-radius: 50%;
}

.about-1 .about-content .about-content-body ul li span {
  display: block;
}

@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.top-footer ul li {
  margin-bottom: 12px;
}

/* ....footer css ...... */
.awards-recognitions-div {
  background-color: #000;
}

.awards-recognitions-div {
  /* background-image: url(../images/home/top-builder-bg.webp); */
  /* background-repeat: no-repeat; */
  padding: 14px 0 100px;
  /* background-size: 100% 100%; */
  background: #000;
  /* z-index: 1;
  position: relative; */
}

.awards-recognitions-section {
  position: relative;
  overflow: hidden;
}

.awards-recognitions-div .title {
  margin-bottom: 30px;
  margin-top: 46px;
  position: relative;
}

.awards-recognitions-div .title h3 {
  font-size: 2.2rem;
}

.feature-project-image,
.testimonials-div,
.testimonials-div .container,
.top-builder-div {
  position: relative;
}

.logo-border {
  padding: 15px;
}

.top-footer {
  position: relative;
  padding: 50px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.form-group,
.top-footer .container {
  position: relative;
}

.countryCode,
.form-control,
.form-control:focus {
  color: #fff;
  background-color: transparent;
}

.location-detail {
  padding: 30px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.location-detail h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  font-family: poppinsregular;
  color: #fff;
}

.location-item {
  margin-top: 30px;
}

.location-item h5 {
  font-size: 22px;
  font-family: poppinsregular;
  color: #fff;
}

.location-item p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.location-item p a {
  color: #fff;
  text-decoration: none;
}

.form-footer h4 {
  color: #c08831;
  font-family: poppins;
  margin-bottom: 30px;
  font-size: 30px;
}

.footer-menu ul li a,
.rera-strip ul li {
  font-family: poppins;
  font-size: 13px;
}

.form-group {
  margin-bottom: 20px;
}

.footer-menu,
.rera-item {
  margin-bottom: 15px;
}

textarea.form-control {
  min-height: 180px;
  resize: none;
}

.form-control {
  border-radius: 0;
  padding: 10px 15px;
  border: 2px solid #fff;
}

.countryCode {
  width: 100px;
  left: 15px;
  top: 50%;
  height: 57%;
  border: 0;
  z-index: 1;
}

.footer-menu ul,
.mid-footer {
  width: 100%;
  display: inline-block;
}

.countryCode~.form-control {
  padding-left: 120px;
}

.countryCode option {
  color: #000;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-ms-input-placeholder {
  color: #fff;
}

.form-control:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.mid-footer {
  background-color: #2a2a2a;
  padding-top: 30px;
}

.footer-menu h4 {
  color: #a3a3a5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
  font-family: poppinsregular;
}

.footer-menu ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 0 0 12px;
}

.footer-menu ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  background-color: #777;
  border-radius: 100%;
}

.footer-menu ul li a {
  color: #cacaca;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
}

.footer-menu ul li a:hover {
  background-color: transparent;
}


.footer-para p {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: poppins;
  color: #c5bcbc;
}

.form-footer .btn {
  background-color: #c08831;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #c08831;
  padding: 10px 25px;
}

.mid-footer {
  background-color: #2a2a2a;
  padding-top: 30px;
}

.footer-menu h4 {
  color: #a3a3a5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #c08831;
  font-family: poppinsregular;
}

.footer-menu ul li {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  padding: 0 0 0 12px;
}

.footer-menu ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  background-color: #777;
  border-radius: 100%;
}

.footer-menu ul li a {
  color: #cacaca;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
}

.footer-menu ul li a:hover {
  background-color: transparent;
}

.rera-strip ul {
  text-align: center;
}

.rera-strip {
  padding: 0;
  background-color: transparent;
}

.rera-item {
  background-color: #696969;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

.rera-strip ul li {
  padding: 0 15px;
  text-align: center;
  border-right: 1px solid #fff;
  width: auto;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}

.rera-strip ul li:last-child {
  border-right: 0;
}

.close,
.payment-plan th {
  font-size: 20px;
  font-family: poppinsregular;
}

.btm-footer .container,
.btm-footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons a {
  background-color: #c08831;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  border-radius: 100%;
  color: #fff;
  margin: 0 0 0 10px;
}

.btm-footer {
  background-color: #272727;
  padding: 15px 0;
}

.close,
.modal-body {
  padding: 0;
}

.close {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 9;
  background-color: transparent;
  border: 0;
  color: #fff;
}

.modal-body .top-footer {
  padding: 15px 0;
  background-attachment: inherit;
}

.modal-content {
  border: 0;
  background-color: #c08831;
  padding: 5px;
}


.payment-plan th {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .copyright {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .social-icons a {
    width: 30px;
    height: 30px;
    margin: 0 0 0 2px;
  }

  .copyright {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .btm-footer .container {
    display: block;
    text-align: center;
  }
.location-item {
    margin-top: 15px;
}
  .btm-footer {
    background-color: #272727;
    padding: 15px 0 90px;
  }
  .awards-recognitions-div {
    padding: 14px 0 0;
  }
  #contactForm{
      border: 1px solid #fff;
      padding: 18px;
      border-radius: 10px;
  }
  .form-group {
    margin-bottom: 10px;
}
.form-footer h4 {
    margin-bottom: 10px;
    font-size: 26px;
}
}

.footer_social_icon {
  width: 20px !important;
  height: auto;
}

.copyright {
  font-size: 16px;
}

/* slider c */


.description-about {
  padding-block: 60px;
}

/* .about-sec {
    background: #f0f0f0
} */

.about-data p {
  line-height: 27px;
  text-align: justify
}

.about-data {
  padding: 15px 60px 0px 0px;
}

/*  start testimonial  */

.testimonial-section {
    padding: 60px 0;
}

.section-header h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}
.testimonial-title h2{
  text-align: left;
  font-size: 1.5rem;
}

.testimonial-carousel {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

.testimonial-slide {
    flex-shrink: 0;
    padding: 15px;
}

.testimonial-card {
   text-align: left;
    padding: 30px 20px 50px;
    min-height: 262px;
    position: relative;
    margin-bottom: 45px;
    border-left: 1px solid #cacaca;
    border-radius:0px;
}

.progress-bar {
    height: 4px;
    width: 100%;
    background: #ddd;
    margin-bottom: 10px;
    transform: scaleX(0);
    transform-origin: left;
}

.progress-bar.active {
    transition: transform 5s linear;
    transform: scaleX(1);
}

.testimonial-author {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar {
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: bold;
    border-radius: 50%;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 22px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.prev { left: 15px; }
.next { right: 15px; }

.carousel-nav {
    text-align: center;
    margin-top: 15px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    background: #888;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.4;
    cursor: pointer;
}

.carousel-dot.active {
    opacity: 1;
    background: #000;
}
button.carousel-arrow.next,button.carousel-arrow.prev {
    display: none;
}
/* Responsive */
@media (max-width: 775px) {
    img.property-img {
    max-height: 226px;
    min-width: 520px;
}
}

@media (max-width: 768px) {
    .carousel-arrow { display: none; }
}
.ccarousel1 #prev, .ccarousel1 #next {
    left: 0;
    display: none;
}

/*......Start detail page...... */
.beautiful-table {
    width:100%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.beautiful-table td {
    padding: 10px 10px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.beautiful-table td p, .beautiful-table td {
    text-align: center;
        text-wrap: pretty;
    line-height: 1.6;
    font-size: 16px;
    /* font-family: "Poppins", sans-serif; */
    padding-block: 4px;
}
.beautiful-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
main > *:not(:first-child) {
    position: relative;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
    background-color: #f5f5f5;
}
.amenity {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
}
.amenities-grid svg {
    stroke: #009688;
}

@media (max-width: 992px) {
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding:0px !important;
        margin: 0px;
    }
    .header-area .main-nav ul.nav {
  top: 20px;
}
}

.list-h5 {
    display: inline-block;
    background: #1e1e1e;
    padding: 2px 8px;
    font-size: 16px;
    color: #fff;
}
.area-s{
  display: flex !important;align-items: center;
  padding-block: 10px;
  font-size: 15px;
}
.action-box {
    margin-top: 30px;
}
.action-box ul li {
    display: inline-block;
    background: #545353;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
}
.action-box ul li a {
    color: #fff !important;
}
.property-icon-a {
    border-radius: 50px;
    background: #24cc63;
    width: 40px;
    padding: 0;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
li.dropdown:hover ol{
  display: block !important;
  padding-block: 20px;
}
li.dropdown ol li{
 padding-block: 10px;
}
@media (max-width:992px) {
  li.dropdown ol{
    right: 108px;
    top: 0;
    padding-left: 20px;
  }
  li.dropdown ol li{
    padding-left: 20px;
  }

}

.p-inline{
    padding-inline: 15px;
}

body {
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/brand-logo-f.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 450px;
    width: 645px;
    pointer-events: none;
    z-index: -1;
    opacity: 0.1;
}

@media (max-width: 600px) {
    body::before {
        width: 350px !important;
        height: 500px!important; /* keep ratio */
    }
    
.cus-btn.sec {
    background-color: #6e5029 !important;
    padding: 8px!important;
}
}


/.......Start  blog section css......../
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-6px);
}
.blog-img{
    height: 220px;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
    background: #fff;
}

.blog-category {
    font-size: 12px;
    color: #6e5029;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
    border: 1px solid #6e5029;
    padding: 4px 12px;
    border-radius: 30px;
}

.blog-title a {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

.blog-title a:hover {
    color: #ff5a3c;
}

.blog-excerpt {
    font-size: 14px;
    color: #666;
    margin: 12px 0;
}

.blog-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #6e5029;
    text-decoration: none;
}
/*....  blogs details page css ....*/


/* Page Heading */

.page-heading h3 {
    font-family: 'Merriweather', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

/* Main Content Layout */
.main-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
}

@media (min-width: 992px) {
    .main-content {
        grid-template-columns: 1fr 300px;
    }
}

/* Blog Post Styles */
.blog-post {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.post-header {
    padding: 30px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .post-header {
        padding: 20px;
    }
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #64748b;
    font-size: 14px;
}

.category {
    background-color:#6e5029;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.post-title {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #0f172a;
}

@media (min-width: 768px) {
    .post-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .post-title {
        font-size: 42px;
    }
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e2e8f0;
}

@media (min-width: 768px) {
    .author-avatar {
        width: 60px;
        height: 60px;
    }
}

.author-details h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.author-details p {
    color: #64748b;
    font-size: 14px;
}

.post-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
    .post-image {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .post-image {
        height: 500px;
    }
}

.post-content {
    padding: 30px;
}

@media (min-width: 768px) {
    .post-content {
        padding: 40px;
    }
}

.post-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .post-content p {
        font-size: 18px;
    }
}

.post-content h2 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    margin: 30px 0 15px;
    color: #0f172a;
}

@media (min-width: 768px) {
    .post-content h2 {
        font-size: 28px;
        margin: 40px 0 20px;
    }
}

@media (min-width: 992px) {
    .post-content h2 {
        font-size: 32px;
    }
}

.post-content h3 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    margin: 25px 0 15px;
    color: #0f172a;
}

.post-content blockquote {
    border-left: 4px solid #6e5029;
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #64748b;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    background-color: #f8fafc;
    border-radius: 0 8px 8px 0;
}

@media (min-width: 768px) {
    .post-content blockquote {
        padding-left: 25px;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .post-content blockquote {
        padding-left: 30px;
        font-size: 22px;
    }
}

.post-content ul, .post-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.post-content li {
    margin-bottom: 10px;
}

.code-example {
    background-color: #0f172a;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
}

.code-example pre {
    margin: 0;
}

.code-example code {
    font-size: 14px;
    line-height: 1.5;
}

.post-footer {
    padding: 25px 30px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .post-footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 30px 40px;
    }
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
}

.tag {
    background-color: #e2e8f0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background-color: #6e5029;
    color: white;
}

.post-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .post-actions {
        gap: 15px;
    }
}

.action-btn {
    background: none;
    border: 1px solid #e2e8f0;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background-color: #4f46e5;
    color: white;
    border-color: #4f46e5;
}

.action-btn.liked {
    background-color: #fecdd3;
    color: #dc2626;
    border-color: #fecdd3;
}

/* Sidebar Styles */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    color: #0f172a;
}

.related-post {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.related-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-post:hover {
    color: #4f46e5;
}

.related-post img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.related-post-content {
    flex: 1;
}

.related-post-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.related-post-content .date {
    font-size: 12px;
    color: #64748b;
}

/* Author Widget */
.author-widget .author-info-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

@media (min-width: 768px) {
    .author-widget .author-info-small {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }
}

.author-widget .author-info-small img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e2e8f0;
}

.author-widget .author-info-small h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.author-widget .author-info-small p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 15px;
    line-height: 1.6;
}

.author-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

@media (min-width: 768px) {
    .author-social {
        justify-content: flex-start;
    }
}

.author-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #e2e8f0;
    color: #0f172a;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.author-social a:hover {
    background-color: #4f46e5;
    color: white;
}

/* Newsletter Widget */
.newsletter-widget p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 15px;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-form input {
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.newsletter-form button {
    background-color: #4f46e5;
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #3730a3;
}

/* Comments Section */
.comments-section {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .comments-section {
        padding: 40px;
    }
}

.comments-section h2 {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    margin-bottom: 30px;
    color: #0f172a;
}

@media (min-width: 768px) {
    .comments-section h2 {
        font-size: 28px;
    }
}

.comment {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #e2e8f0;
}

.comment:last-child {
    border-bottom: none;
}

.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.comment-content h4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

@media (min-width: 576px) {
    .comment-content h4 {
        flex-direction: row;
        align-items: center;
    }
}

.comment-date {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

.comment-text {
    margin-bottom: 15px;
    line-height: 1.6;
}

.comment-reply {
    color: #4f46e5;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.comment-reply:hover {
    text-decoration: underline;
}

.comment-form-title {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    margin: 40px 0 20px;
    color: #0f172a;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 576px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background-color: #6e5029;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.submit-btn:hover {
    background-color: #bc8947;
}

/* Responsive Design */
@media (max-width: 767px) {
       .page-heading {
        padding: 118px 0 40px;
    }
    
    .page-heading h3 {
        font-size: 32px;
    }
    
    .post-meta {
        gap: 10px;
    }
    
    .post-image {
        height: 300px;
    }
    
    .author-info {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .author-avatar {
        margin-bottom: 5px;
    }
    
    .comment {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .comment-avatar {
        align-self: center;
    }
    .hero-search {
    width: 576px;
}
}

@media (max-width: 575px) {
    .beautiful-table td p, .beautiful-table td{
        font-size: 13px;
    }
    .page-heading h3 {
        font-size: 28px;
    }
    
    .post-title {
        font-size: 24px;
    }
    
    .post-image {
        height: 250px;
    }
    
    .post-content {
        padding: 25px;
    }
    
    .post-content h2 {
        font-size: 22px;
    }
    
    .post-content blockquote {
        font-size: 16px;
        padding: 15px;
    }
    
    .comments-section {
        padding: 25px;
    }
    
    .comments-section h2 {
        font-size: 22px;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
    
    .post-actions {
        flex-wrap: wrap;
    }
    .section-heading {
  margin-bottom: 0;
}
.section-heading h2 {
    line-height: 32px;
}
    .contact-page #contact-form {
        margin-left: 0;
        margin-top: 0;
    }
.contact-page .item {
    min-width: 100%;
    max-width: 100%;
}
.fun-facts .counter{
    max-width: 100%;
}
.description-about {
    padding-block: 29px;
}
.search-bar form select {
    position: static;
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    height: auto;
    border: none;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
.search-bar form .form-control {
    padding: 10px;
    height: 50px;
    font-size: 15px;
    padding-left: 15px;
}
.search-bar form button {
           padding: 10px 10px;
        font-size: 18px;
        height: 50px;
        position: static;
        width: 100%;
}
.search-bar form button .fa {
        display: none;
    }
        .search-bar form button span {
        display: block;
    }
        .hero-search {
        width: 80%;
    }
}
.related-post h4{
    font-size: 15px;
}


/* Property Side Form Container */
.property-side-form {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 90px;
    max-width: 100%;
}

/* Title */
.property-form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1f2937;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 10px;
}

/* Form Group */
.property-form-group {
    margin-bottom: 15px;
}

.property-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #374151;
}

/* Inputs */
.property-form-group input,
.property-form-group select,
.property-form-group textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: 0.3s;
}

.property-form-group textarea {
    min-height: 90px;
    resize: vertical;
}

/* Focus */
.property-form-group input:focus,
.property-form-group select:focus,
.property-form-group textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.3);
}

/* Button */
.property-form-btn {
    width: 100%;
    padding: 12px;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.property-form-btn:hover {
    background: #1e40af;
}

/* Mobile */
@media (max-width: 768px) {
    .property-side-form {
        position: static;
        margin-top: 20px;
    }
}
@media (max-width: 460px) {
     .responsive-table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/*........team members.....*/

.team-card{
    padding: 1rem;
}        
        