
/*
TemplateMo 591 villa agency
https://templatemo.com/tm-591-villa-agency
*/

/* ---------------------------------------------
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:wght@100;200;300;400;500;600;700;800;900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

ul {
  margin-bottom: 0;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.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: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 0;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #f35525;
  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 {
  color: #f35525;
}

.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: 0 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f35525;
  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: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes dot {
  50% {
      transform: translateX(96px);
  }
}

@keyframes dots {
  50% {
      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: #f35525;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #f35525;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/
.sub-header {
  background-color: #fff;
  padding: 10px 0;
  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: #f35525;
}

.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: 0;
  padding-right: 0;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #f35525;
  margin-right: 8px;
}

.background-header {
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
  transition: all .5s ease;
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  transition: all .5s ease;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  transition: all 0.3s ease;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0;
}

.header-area .main-nav .nav li {
  padding: 0 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding: 0 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  transition: all 0.4s ease;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #f35525;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #f35525;
}

.header-area .main-nav .nav li a.active {
  color: #f35525;
}

.background-header .main-nav .nav li a.active {
  color: #f35525;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  transition: all 0.4s;
  background-color: #1e1e1e;
  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 {
  width: 75%;
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  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 {
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.visible {
  display: inline !important;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-banner .item {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-attachment: fixed;
  padding: 180px 5% 240px;
  min-height: 100vh;
}

.main-banner .item-1 {
  background-image: url(../images/KDOverallView.jpg);
}

.main-banner .item-2 {
  background-image: url(../images/GrpPhoto.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/sadharansabha2.jpg);
}

.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: 20px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #000;
}

.main-banner .item h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 58px;
  width: 100%;
  margin-bottom: 0;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: #f35525;
}

/* FIX FOR SLIDER NAVIGATION BUTTONS */
.main-banner .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.main-banner .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 20px !important;
  transition: all 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-banner .owl-nav button:hover {
  background-color: #f35525 !important;
}

.main-banner .owl-nav .owl-prev {
  left: 20px;
}

.main-banner .owl-nav .owl-next {
  right: 20px;
}

.main-banner .owl-nav button span {
  font-size: 30px;
  line-height: 1;
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/
.featured .row {
  display: flex;
  align-items: stretch;
}

.featured .col-lg-4,
.featured .col-lg-5,
.featured .col-lg-3 {
  display: flex;
  flex-direction: column;
}

.featured .info-table,
.featured .accordion,
.featured .left-image {
  height: 100%;
  position: static !important;
}

.featured .left-image a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.featured .section-heading {
  margin-bottom: 40px;
}

.featured .section-heading h2 {
  width: 100%;
}

.featured .accordion {
  margin-top: 0 !important;
  border-radius: 10px;
  background: #fafafa;
  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: #f35525;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured .info-table {
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  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: 15px;
  width: 40px;
}

.featured .info-table ul li h4 {
  font-size: 18px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/
.video-content {
  margin-top: -140px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0 0 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(-20px, -20px);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #f35525;
  outline: 10px solid rgba(254, 85, 37, 0.5);
  font-size: 16px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/
.fun-facts {
  text-align: center;
  margin-top: 80px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 100%;
  max-width: 250px;
  padding: 15px 0;
  display: inline-block;
  margin-bottom: 30px;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 24px;
}

.fun-facts .counter h2 {
  margin-right: 15px;
  font-size: 30px;
  color: #f35525;
}

.fun-facts .counter:after {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #f35525;
  border-radius: 50%;
  content: '';
  right: -20px;
  top: -20px;
}

/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/
.best-deal {
  background-color: #fafafa;
  padding: 60px 0;
}

.best-deal .tab-content img {
  padding: 0;
  margin-bottom: 20px;
}

.best-deal .tabs-content .nav-link {
  font-size: 14px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #f35525 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 40px;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  flex-wrap: wrap;
  gap: 10px;
}

.best-deal .tabs-content ul.nav-tabs li {
  margin: 5px ;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
  margin-bottom: 20px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 14px;
  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: 16px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.best-deal .icon-button {
  margin-top: 20px;
}

/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/
.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 12px;
  color: #1e1e1e;
  padding: 4px 10px;
  display: inline-block;
  margin-top: 15px;
}

.properties .item h4 {
  font-size: 16px;
  margin: 15px 0;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 12px;
  color: #4a4a4a;
  margin-right: 10px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.properties .item h6 {
  font-size: 18px;
  color: #f35525;
  display: inline-block;
  float: none;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

.properties .item .main-button {
  text-align: center;
}

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 3px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #f35525;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover,
.properties ul.properties-filter li a:hover {
  color: #fff;
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/
.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 150px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 40px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
  background-color: #fff;
  margin-bottom: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;
}

.contact-content .item h6 {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
}

.contact-content #contact-form {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
  background-color: #fff;
  margin-top: 20px;
}

.contact-content #contact-form label {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 10px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 20px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
  width: 100%;
}

.contact-content #contact-form button:hover {
  background-color: #f35525;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
  margin-top: 80px;
  background-color: #1e1e1e;
  min-height: 80px;
}

footer p {
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
}

footer p a {
  color: #fff;
  transition: all .3s;
}

footer p a:hover {
  opacity: 0.75;
}

/* 
---------------------------------------------
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: 80px 0;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/
.single-property .main-content h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 13px;
  color: #1e1e1e;
  padding: 4px 10px;
  display: inline-block;
  margin-top: 20px;
}

.single-property .accordion {
  margin-top: 40px;
  border-radius: 10px;
  background: #fafafa;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
  margin-left: 0;
  margin-top: 30px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  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: 15px;
  width: 40px;
}

.single-property .info-table ul li h4 {
  font-size: 18px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

/* 360px and below specific fixes */
@media (max-width: 360px) {
  /* Global spacing */
  .section {
    margin-top: 40px !important;
  }
  
  .section-heading {
    margin-bottom: 25px !important;
  }
  
  .section-heading h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  
  .section-heading h6 {
    font-size: 13px !important;
  }
  
  /* Header */
  .header-area {
    height: 70px !important;
    padding: 0 10px !important;
  }
  
  .header-area .main-nav .logo h1 {
    font-size: 12px !important;
    line-height: 70px !important;
    letter-spacing: 0.5px;
    white-space: normal;
    padding: 0 10px !important;
  }
  
  .background-header .main-nav .logo h1 {
    line-height: 70px !important;
  }
  
  .header-area .main-nav .menu-trigger {
    top: 18px;
    right: 10px;
  }
  
  /* Banner */
  .main-banner .item {
    padding: 60px 15px 100px !important;
  }
  
  .main-banner .item h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  
  .main-banner .item span.category {
    font-size: 13px;
    padding: 4px 12px;
    margin-bottom: 15px;
  }
  
  .main-banner .owl-dots {
    bottom: 20px;
  }
  
  /* Banner navigation buttons for small screens */
  .main-banner .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
  
  .main-banner .owl-nav .owl-prev {
    left: 10px !important;
  }
  
  .main-banner .owl-nav .owl-next {
    right: 10px !important;
  }
  
  /* Buttons */
  .icon-button a,
  .main-button a {
    font-size: 13px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
  }
  
  .icon-button a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  
  /* Featured section */
  .featured .info-table,
  .featured .accordion {
    padding: 20px 15px;
  }
  
  .featured .accordion-button {
    font-size: 15px;
    padding: 15px;
  }
  
  .featured .info-table ul li h4 {
    font-size: 16px;
  }
  
  .featured .info-table ul li h4 span {
    font-size: 13px;
  }
  
  /* Best deal */
  .best-deal .tabs-content .nav-link {
    font-size: 13px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
  }
  
  .best-deal .tabs-content h4 {
    font-size: 15px;
  }
  
  .best-deal .info-table ul li {
    font-size: 13px;
  }
  
  .best-deal .info-table ul li span {
    font-size: 15px;
  }
  
  /* Properties */
  .properties .item {
    padding: 15px 10px;
  }
  
  .properties .item h4 {
    font-size: 15px;
    margin: 12px 0;
  }
  
  .properties ul.properties-filter li a {
    font-size: 11px;
    padding: 6px 12px;
  }
  
  /* Contact */
  .contact {
    padding: 40px 0 120px !important;
  }
  
  .contact-content {
    margin-top: -120px !important;
  }
  
  .contact-content .item h6 {
    font-size: 15px;
  }
  
  .contact-content .item h6 span {
    font-size: 12px;
  }
  
  .contact-content #contact-form {
    padding: 20px 15px;
  }
  
  /* Footer */
  footer {
    margin-top: 60px !important;
    min-height: 60px;
  }
  
  footer p {
    line-height: 60px;
    font-size: 13px;
  }
  
  /* Fun facts */
  .fun-facts {
    margin-top: 60px !important;
  }
  
  .fun-facts .counter {
    max-width: 220px;
    padding: 12px 0;
  }
  
  .fun-facts .counter h2 {
    font-size: 26px;
    margin-right: 10px;
  }
  
  .fun-facts .counter p {
    font-size: 13px;
    line-height: 22px;
  }
  
  .fun-facts .counter:after {
    width: 35px;
    height: 35px;
    right: -18px;
    top: -18px;
  }
  
  /* Video */
  .video-content {
    margin-top: -120px !important;
  }
  
  .video-content .video-frame a {
    transform: translate(-15px, -15px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    outline: 8px solid rgba(254, 85, 37, 0.5);
    font-size: 14px;
  }
  
  /* Page heading */
  .page-heading {
    padding: 60px 0;
  }
  
  .page-heading span {
    font-size: 12px;
    padding: 6px 15px;
    margin-bottom: 15px;
  }
  
  .page-heading h3 {
    font-size: 24px;
  }
}

/* General mobile fixes */
@media (max-width: 768px) {
  .sub-header {
    display: none;
  }
  
  /* Fix for long title on mobile */
  .header-area .main-nav .logo h1 {
    font-size: 16px !important;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    line-height: 70px !important;
    padding: 0 10px;
  }
  
  .background-header .main-nav .logo h1 {
    line-height: 70px !important;
  }
  
  /* Header adjustments */
  .header-area {
    height: 70px !important;
  }
  
  .background-header {
    height: 60px !important;
  }
  
  .header-area .main-nav .menu-trigger {
    top: 15px;
    right: 15px;
  }
  
  /* Mobile menu */
  .header-area .main-nav .nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 0 0 10px 10px;
    padding: 15px;
    z-index: 1000;
  }
  
  .header-area .main-nav .nav.show {
    display: flex !important;
    flex-direction: column;
  }
  
  .header-area .main-nav .nav li {
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-top: 1px solid #eee;
  }
  
  .header-area .main-nav .nav li:first-child {
    border-top: none;
  }
  
  .header-area .main-nav .nav li a {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  
  /* Show Book Now button in mobile menu */
  .header-area .main-nav .nav li:last-child {
    display: block !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #f35525;
  }
  
  .header-area .main-nav .nav li:last-child a {
    background-color: #f35525 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 25px;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
  
  .header-area .main-nav .nav li:last-child a i {
    background-color: #1e1e1e !important;
    color: #fff;
  }
  
  .header-area .main-nav .menu-trigger {
    display: block;
  }
  
  /* Banner navigation buttons for mobile */
  .main-banner .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .main-banner .owl-nav .owl-prev {
    left: 15px;
  }
  
  .main-banner .owl-nav .owl-next {
    right: 15px;
  }
}

/* Tablet fixes */
@media (max-width: 992px) {
  /* Show Book Now button on tablet */
  .header-area .main-nav .nav li:last-child {
    display: block !important;
  }
  
  .header-area .main-nav .nav {
    flex-wrap: wrap;
  }
  
  .header-area .main-nav .nav li {
    padding: 0 8px;
  }
  
  .header-area .main-nav .nav li:last-child a {
    background-color: #f35525;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
  }
  
  .header-area .main-nav .nav li:last-child a i {
    background-color: #1e1e1e;
  }
}

/* Special fix for Nepali text */
@media (max-width: 480px) {
  .header-area .main-nav .logo h1 {
    font-size: 14px !important;
    max-width: 170px;
    white-space: normal;
    line-height: 1.2 !important;
    padding-top: 15px;
    height: 70px;
    display: flex;
    align-items: center;
  }
  
  /* Force single line for very small screens */
  @media (max-width: 360px) {
    .header-area .main-nav .logo h1 {
      font-size: 12px !important;
      max-width: 150px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 70px !important;
      padding-top: 0;
    }
  }
}

/* Banner slider responsive fixes */
@media (max-width: 576px) {
  .main-banner .item {
    padding: 100px 15px 150px !important;
  }
  
  .main-banner .owl-nav {
    display: flex !important;
  }
  
  .main-banner .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
    opacity: 0.8;
  }
  
  .main-banner .owl-nav button:hover {
    opacity: 1;
  }
}

/* ----------------------------------------------------
   CONTACT PAGE FIX – CLEAN, READABLE LAYOUT
----------------------------------------------------- */

/* Contact section wrapper */
.contact-page .section-heading h6 {
    font-size: 20px;
    color: #f35525;
    margin-bottom: 10px;
}

.contact-page .section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

/* Improve paragraph readability */
.contact-page p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
    max-width: 95%;
}

/* Phone & Email box */
.contact-page .item {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.1);
}

.contact-page .item img {
    width: 60px !important;
    height: auto;
}

.contact-page .item h6 {
    font-size: 20px;
    margin: 0;
    color: #1e1e1e;
}

.contact-page .item h6 span {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}


/* Map styling */
.contact-page #map iframe {
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
    margin-top: 20px;
}

/* -----------------------------
   MOBILE FIXES
------------------------------ */
@media (max-width: 768px) {
    .contact-page .section-heading h2 {
        font-size: 28px;
    }
    .contact-page p {
        font-size: 16px;
        line-height: 1.6;
    }
    .contact-page .item {
        padding: 14px 18px;
    }
    .contact-page .item h6 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .contact-page .section-heading h2 {
        font-size: 24px;
    }
    .contact-page p {
        font-size: 15px;
        line-height: 1.6;
    }
    .contact-page .item img {
        width: 48px !important;
    }
    .contact-page .item h6 {
        font-size: 17px;
    }
    .contact-page .item h6 span {
        font-size: 13px;
    }
}
