.container,
.container-fluid {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #ececec;
}

/*=========================================================
 Color Settings
 ==========================================================*/
#page-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  overflow: hidden !important;
  position: relative;
}
.box-layout {
  margin: 0 auto;
  width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.body_overlay {
  position: relative;
}
.body_overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#slider {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*====================================================================
25. Sidebar panel css
====================================================================*/
/*----- Input Radio Switch ----*/
.switcher_layout,
.box_bg_style {
  border-top: 1px solid;
}
.select_bg {
  display: inline-block;
  width: 100%;
}
.layout_title {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.radio_check {
  border-radius: 22px;
  display: block;
  height: 44px;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.radio_check input[type="checkbox"] {
  display: none;
}
.radio_check label {
  padding: 0 15px;
  transform: translateX(0px);
  width: 156px;
  cursor: pointer;
  max-width: inherit;
}
.radio_check input[type="checkbox"]:checked + label {
  transform: translateX(-56px);
}
.radio_check label span {
  line-height: 44px;
}
.radio_check label span:first-child {
  float: left;
}
.radio_check label span:last-child {
  float: right;
}
.radio_check label::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 58px;
  position: absolute;
  top: 2px;
  width: 40px;
  z-index: 1;
}
/*----- Box BG Image ----*/
[type="radio"] {
  display: inline-block;
}
label.radios {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 500;
  width: 30px;
  height: 30px;
  margin-bottom: -5px;
}
[type="radio"]:checked + label.radios::after {
  content: "✔";
  line-height: 28px;
  border: 1px solid;
  text-align: center;
}
.box_bg_style label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="radio"]:checked + label.radios::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
}
.box_bg_style li {
  float: left;
  margin: 0 3px 0 0;
}
/*====================================================================
4. Color Setting css
====================================================================*/
.on-panel {
  height: 45px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 45px;
  cursor: pointer;
}
.color-panel {
  position: fixed;
  right: -225px;
  top: 140px;
  z-index: 999;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.color-panel.open {
  right: 0;
}
.on-panel {
  height: 45px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 45px;
  cursor: pointer;
}
.on-panel img {
  padding: 10px;
}
.panel-box,
.switcher_layout,
.box_bg_style {
  padding: 14px 10px 14px 20px;
  width: 225px;
  background: #f8f8f8;
  display: table;
}
.panel-box .panel-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.color-box {
  display: table;
  width: 100%;
  text-align: left;
}
.color-box li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  cursor: pointer;
}
.scroll-btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  z-index: 9;
}
.color-panel {
  background-color: #fff;
}
.color-box li {
  position: relative;
  overflow: hidden;
}
.color-box li:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 145%;
  z-index: 9;
  transform: rotate(45deg);
  left: 8px;
  top: 5px;
}
.color-box li.default {
  background-color: #17c788;
}
.color-box li.default:before {
  background: #0d1432;
}
.color-box li.color_2 {
  background-color: #3851ff;
}
.color-box li.color_2:before {
  background: #0d1432;
}
.color-box li.color_3 {
  background-color: #21c743;
}
.color-box li.color_3:before {
  background: #0d1432;
}
.color-box li.color_4 {
  background-color: #f34f4c;
}
.color-box li.color_4:before {
  background: #0d1432;
}
.color-box li.color_5 {
  background-color: #42a5f5;
}
.color-box li.color_5:before {
  background: #0d1432;
}
.color-box li.color_6 {
  background-color: #f1c643;
}
.color-box li.color_6:before {
  background: #0d1432;
}
/*====================================================================
3. Default Background css
====================================================================*/
.body_bg_1 {
  background: url(../images/bg-image/bg-1.jpg) no-repeat fixed;
  background-position: center center;
}
.body_bg_2 {
  background: url(../images/bg-image/bg-2.jpg) no-repeat fixed;
  background-position: center center;
}
.body_bg_3 {
  background: url(../images/bg-image/bg-3.jpg) no-repeat fixed;
  background-position: center center;
}
.body_bg_4 {
  background: url(../images/bg-image/bg-4.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_5 {
  background: url(../images/bg-image/bg-5.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_6 {
  background: url(../images/bg-image/bg-6.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_7 {
  background: url(../images/bg-image/bg-7.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_8 {
  background: url(../images/bg-image/bg-8.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_9 {
  background: url(../images/bg-image/bg-9.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_10 {
  background: url(../images/bg-image/bg-10.html) no-repeat fixed;
  background-position: center center;
}
.pattern_1 {
  background: url(../images/bg-image/pattern/1.png) repeat fixed;
}
.pattern_2 {
  background: url(../images/bg-image/pattern/2.png) repeat fixed;
}
.pattern_3 {
  background: url(../images/bg-image/pattern/3.png) repeat fixed;
}
.pattern_4 {
  background: url(../images/bg-image/pattern/4.png) repeat fixed;
}
.pattern_5 {
  background: url(../images/bg-image/pattern/5.png) repeat fixed;
}
.pattern_6 {
  background: url(../images/bg-image/pattern/6.png) repeat fixed;
}
.pattern_7 {
  background: url(../images/bg-image/pattern/7.png) repeat fixed;
}
.pattern_8 {
  background: url(../images/bg-image/pattern/8.png) repeat fixed;
}
.pattern_9 {
  background: url(../images/bg-image/pattern/9.png) repeat fixed;
}
.pattern_10 {
  background: url(../images/bg-image/pattern/10.png) repeat fixed;
}
.pattern_11 {
  background: url(../images/bg-image/pattern/11.png) repeat fixed;
}
.pattern_12 {
  background: url(../images/bg-image/pattern/12.png) repeat fixed;
}
.pattern_13 {
  background: url(../images/bg-image/pattern/13.png) repeat fixed;
}
.pattern_14 {
  background: url(../images/bg-image/pattern/14.png) repeat fixed;
}
.pattern_15 {
  background: url(../images/bg-image/pattern/15.png) repeat fixed;
}
.box_bg_style .pattern1 {
  background: url(../images/bg-image/pattern/1.png) no-repeat center;
}
.box_bg_style .pattern2 {
  background: url(../images/bg-image/pattern/2.png) no-repeat center;
}
.box_bg_style .pattern3 {
  background: url(../images/bg-image/pattern/3.png) no-repeat center;
}
.box_bg_style .pattern4 {
  background: url(../images/bg-image/pattern/4.png) no-repeat center;
}
.box_bg_style .pattern5 {
  background: url(../images/bg-image/pattern/5.png) no-repeat center;
}
.box_bg_style .pattern6 {
  background: url(../images/bg-image/pattern/6.png) no-repeat center;
}
.box_bg_style .pattern7 {
  background: url(../images/bg-image/pattern/7.png) no-repeat center;
}
.box_bg_style .pattern8 {
  background: url(../images/bg-image/pattern/8.png) no-repeat center;
}
.box_bg_style .pattern9 {
  background: url(../images/bg-image/pattern/9.png) no-repeat center;
}
.box_bg_style .pattern10 {
  background: url(../images/bg-image/pattern/10.png) no-repeat center;
}
.box_bg_style .pattern11 {
  background: url(../images/bg-image/pattern/11.png) no-repeat center;
}
.box_bg_style .pattern12 {
  background: url(../images/bg-image/pattern/12.png) no-repeat center;
}
.box_bg_style .pattern13 {
  background: url(../images/bg-image/pattern/13.png) no-repeat center;
}
.box_bg_style .pattern14 {
  background: url(../images/bg-image/pattern/14.png) no-repeat center;
}
.box_bg_style .pattern15 {
  background: url(../images/bg-image/pattern/15.png) no-repeat center;
}
.box_bg_style .body_image1 {
  background: url(../images/bg-image/bg-1.jpg) no-repeat center / cover;
}
.box_bg_style .body_image2 {
  background: url(../images/bg-image/bg-2.jpg) no-repeat center / cover;
}
.box_bg_style .body_image3 {
  background: url(../images/bg-image/bg-3.jpg) no-repeat center / cover;
}
.box_bg_style .body_image4 {
  background: url(../images/bg-image/bg-4.html) no-repeat center / cover;
}
.box_bg_style .body_image5 {
  background: url(../images/bg-image/bg-5.html) no-repeat center / cover;
}
.box_bg_style .body_image6 {
  background: url(../images/bg-image/bg-6.html) no-repeat center / cover;
}
.box_bg_style .body_image7 {
  background: url(../images/bg-image/bg-7.html) no-repeat center / cover;
}
.box_bg_style .body_image8 {
  background: url(../images/bg-image/bg-8.html) no-repeat center / cover;
}
.box_bg_style .body_image9 {
  background: url(../images/bg-image/bg-9.html) no-repeat center / cover;
}
.box_bg_style .body_image10 {
  background: url(../images/bg-image/bg-10.html) no-repeat center / cover;
}
/*==============*Text colors*==============*/
.text-ordinary-ipmortant {
  color: var(--theme-ordinary-color) !important;
}
.text-ordinary,
a.text-ordinary,
.text-ordinary a,
body,
.dropdown-item,
.footer-widget li a,
.text-ordinary .jslider .jslider-label,
.breadcrumb-item > a,
.list-text-white a.dropdown-item {
  color: var(--theme-ordinary-color);
}

.text-primary,
a.text-primary,
.text-primary a,
a.text-primary:focus,
a.hover-text-primary:hover,
.hover-text-primary:hover,
.hover-text-primary a:hover {
  color: var(--theme-primary-color) !important;
}
.icon-primary,
.icon-primary i,
.icon-primary svg,
.hover-primary-nav .navbar-nav .nav-link.active,
.hover-primary-nav .navbar-nav .nav-link:hover,
.top-header .dropdown-toggle::after,
.footer-widget li a:hover,
.check-submit li input[type="checkbox"]:checked + label::before,
.property-btn li a.active,
.property-btn li a:hover,
.hover-primary-nav .navbar-nav .nav-link:hover,
.breadcrumb-item > a:hover,
.copyright .line-menu a:hover,
.dashboard-top-left .dropdown-toggle::before,
.dashboard-panel .message-list .message-action a:hover,
.breadcrumb-item.active,
.navigation_link_widget li a:hover,
.flat-primary [class^="flaticon-"]::before,
.list-text-white a.dropdown-item:hover {
  color: var(--theme-primary-color);
}
.text-secondary,
.text-secondary a,
a.text-secondary,
a.hover-text-secondary:hover,
.hover-text-secondary:hover,
.hover-text-secondary a:hover {
  color: var(--theme-secondary-color) !important;
}
.featured-thumb .quantity li span,
.property-btn li a,
.secondary-nav .navbar-nav .nav-link,
.view-category button a,
.nav-pills .nav-link,
.dashboard-top-left .dropdown-item,
.dashboard-top-right .dropdown-item,
.dashboard-panel .message-list .message-action a,
.navigation_link_widget li a,
blockquote {
  color: var(--theme-secondary-color);
}
a.hover-text-white:hover {
  color: var(--theme-white-color) !important;
}
.list-text-white li,
.list-text-white a,
.hover-text-white:hover,
.white-nav .navbar-nav .nav-link,
.text-white a,
hover-text-white-nav .navbar-nav .nav-link.active,
.hover-text-white-nav .navbar-nav .nav-link:hover,
.hover-text-white-nav .navbar-nav .nav-link:focus,
.view-category button.active a,
.property-video a {
  color: var(--theme-white-color);
}
.left-arrow::after {
  color: #ececec;
}
/*============ Background colors ===============*/
.bg-primary,
a.bg-primary,
a.bg-primary:hover,
a.bg-primary:focus,
.hover-bg-primary:hover {
  background-color: var(--theme-primary-color) !important;
}
.formicon .checkbox-collapse::after,
.jslider .jslider-pointer,
.jslider .jslider-bg .v,
.view-category button.active,
.nav-pills .nav-link.active,
.property-video a,
.ball-scale-multiple > div,
.submit-form .radio-check input[type="checkbox"]:checked + label,
.bg-shape::before,
.bg-shape::after,
.send-mail button,
::-webkit-scrollbar-thumb {
  background-color: var(--theme-primary-color);
}
.bg-secondary {
  background-color: #343434 !important;
}
.check-submit li input[type="checkbox"]:checked + label::before,
.advance-sidebar .radio-check input[type="checkbox"]:checked + label {
  background-color: var(--theme-secondary-color);
}
.bg-gray {
  background-color: var(--theme-gray-color) !important;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: var(--theme-gray-color);
}
.view-category button {
  background-color: var(--theme-gray-color);
}
.slider-layer-1 {
  background-color: rgba(13, 20, 50, 0.4);
}
[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
  background-color: var(--theme-primary-color);
}
.landing-header.fixed-top,
.nav-logo-with-bg .navbar-brand,
.double-down-line.text-white::before,
.double-down-line.text-white::after,
.hover-bg-white:hover,
.fixed-header-bg-white.fixed-top,
[class*="double-down-line-left-white"]::before,
[class*="double-down-line-left-white"]::after {
  background-color: var(--theme-white-color);
}
.hover-bg-primary-nav .navbar-nav .nav-link.active,
.hover-bg-primary-nav .navbar-nav .nav-link:hover,
.hover-bg-primary-nav .navbar-nav .nav-link:focus {
  background-color: var(--theme-primary-color);
}
.fixed-header-bg-secondary.fixed-top,
.bg-secondary {
  background-color: #343434;
}
.owl-nav button {
  background-color: var(--theme-gray-color) !important;
}
/*============ Background opacity colors ===============*/
.overlay-black::before {
  background-color: var(--theme-dark-opacity-color);
}
.overlay-secondary::before,
.overlay-secondary-half::before {
  background-color: var(--theme-secondary-opacity-color);
}
.jslider .jslider-bg .r,
.jslider .jslider-bg .l {
  background-color: #ececec;
}
.hover-shadow:hover,
.shadow-one {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
/*============ Border colors ===============*/
.nav-logo-with-bg .navbar-brand::before {
  border-top-color: var(--theme-white-color) !important;
}
.hover-border-white-nav .navbar-nav .nav-link.active,
.hover-border-white-nav .navbar-nav .nav-link:hover,
.hover-border-white-nav .navbar-nav .nav-link:focus {
  border-color: var(--theme-white-color);
}
.check-submit label::before {
  border-color: #cecece !important;
}
.icon-thumb-one i {
  border-color: #ececec !important;
}
.left-arrow::before {
  border-color: #ececec;
}
.border-bottom-gray {
  border-bottom: 1px solid #2b2f36;
}
.dashboard-panel .border-bottom-on-white {
  border-bottom: 2px solid #ececec;
}
/*============ Mixed colors ===============*/
.btn-ordinary {
  background-color: var(--theme-gray-color);
  border-color: var(--theme-gray-color);
  color: var(--theme-ordinary-color);
}
.btn-primary,
.btn-primary:hover,
.btn-ordinary:hover {
  color: var(--theme-white-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.btn-white {
  color: var(--theme-secondary-color);
  background-color: var(--theme-white-color);
  border-color: var(--theme-white-color);
}
.btn-white:hover {
  color: var(--theme-white-color);
  background-color: transparent;
}
.btn-white-border {
  border-color: var(--theme-white-color);
  color: var(--theme-white-color);
}
.btn-white-border:hover {
  background-color: var(--theme-white-color);
  border-color: var(--theme-white-color);
  color: var(--theme-secondary-color);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: var(--theme-primary-color);
  background-color: #f5f5f5;
}
/*==========================================================
 Font Variations
 ==========================================================*/
.ordinary-font {
  font-family: var(--theme-ordinary-font);
}
.highlight-font {
  font-family: var(--theme-highlight-font);
}
/*==========================================================
 Flaticon sizes
 ==========================================================*/
[class*="flaticon-"]::before {
  margin-left: 0;
}
.flat-extra-large::before {
  font-size: 80px;
  line-height: 80px;
}
.flat-large::before {
  font-size: 60px;
  line-height: 60px;
}
.font-medium,
.font-medium a,
.font-medium i,
.font-medium svg,
.flat-medium::before {
  font-size: 45px;
  line-height: 45px;
}
.font-small,
.font-small a,
.font-small i,
.font-small svg,
.flat-small::before {
  font-size: 30px;
  line-height: 30px;
}
.flat-small [class^="flaticon-"]::before {
  font-size: 21px;
}
.font-mini svg,
.flat-mini::before {
  font-size: 18px;
  line-height: 18px;
}
.icon-small {
  font-size: 12px;
}
/*=====================================
 Layout positions
 =====================================*/
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.x-center,
.double-down-line::before,
.double-down-line::after,
.bg-shape::before,
.bg-shape::after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.y-center {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transation-3s,
.transation-3s:hover,
.hover-zoomer img,
.hover-bg-white,
a,
a:hover,
.btn,
.btn:hover,
.radio-check label,
.message-list li .message-action,
.timeline-item .circle,
.timeline-item .date-time,
.clip-item .fa-times {
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.mx-n13 {
  margin-right: -13px;
  margin-left: -13px;
}
/*==========================================================
 General CSS Start
 ==========================================================*/
body {
  font-family: var(--theme-ordinary-font);
  font-size: 15px;
  line-height: 28px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--theme-highlight-font);
  font-weight: 700;
}
h4,
.h4 {
  line-height: 35px;
}
h5 {
  font-size: 18px;
  line-height: 30px;
}
h6,
.h6 {
  line-height: 25px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  line-height: 28px;
  margin-bottom: 10px;
}
a,
a:hover,
.btn-link,
.btn-link:hover {
  text-decoration: none;
  cousor: pointer;
}
img {
  width: 100%;
}
button,
button:focus {
  border: none;
  outline: none;
}
.btn {
  padding: 0px 23px;
  font-size: 14px;
  border-radius: 0;
  line-height: 46px;
  font-weight: 500;
}
.btn-lg {
  padding: 0px 30px !important;
  line-height: 60px !important;
}
.btn-primary:hover {
  filter: brightness(115%);
}
@keyframes menu-sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
.w-60 {
  width: 60%;
}
#page-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  overflow: hidden !important;
  position: relative;
}
.full-row {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.banner-full-row {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

.landing-header.fixed-top .main-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.nav-on-top {
  animation-fill-mode: both;
  width: 100%;
  z-index: 999;
  top: 0;
  position: absolute;
}
[class*="double-down-line"] {
  position: relative;
  padding-bottom: 35px;
}
[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
  content: "";
  height: 2px;
  position: absolute;
}
[class*="double-down-line"]::before {
  width: 120px;
  bottom: 10px;
}
[class*="double-down-line"]::after {
  width: 60px;
  bottom: 0;
}
[class*="double-down-line-left"]::before,
[class*="double-down-line-left"]::after {
  left: 0;
}
.footer-widget .double-down-line-left::before {
  width: 80px;
  bottom: 0;
}
.footer-widget .double-down-line-left::after {
  width: 40px;
  bottom: -5px;
}
[class*="overlay-"]::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-black::before {
  display: block;
  z-index: 9;
}
.overlay-secondary-half::before {
  width: 50%;
}
.hover-zoomer img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hover-zoomer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.z-index-9::before,
.z-index-9 {
  z-index: 9;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-normal {
  line-height: normal;
}
.divider {
  border-bottom: 1px solid #ececec;
}
.mr-minus-50 {
  margin-right: -50px;
}
.mx-minus-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-40 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.line-menu li {
  float: left;
}
.line-menu li:nth-child(2n) {
  margin: 0 15px;
}
.angle-shape::before {
  position: absolute;
  content: "";
  left: -50px;
  height: 110px;
  width: 115%;
  background-color: rgba(23, 199, 136, 0.5);
  top: 56%;
  transform: rotate(-15deg);
  z-index: 9;
}
.angle-shape::after {
  position: absolute;
  content: "";
  left: -25px;
  height: 600px;
  width: 120%;
  top: 65%;
  transform: rotate(-15deg);
  background-color: #fff;
}
.owl-nav {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  display: none;
  top: 50%;
}
.owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
}
.owl-nav .owl-prev {
  margin-left: -70px;
}
.owl-nav .owl-next {
  float: right;
  margin-right: -70px;
}
.down-angle-gray::before,
.down-angle-white::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
}
.down-angle-gray::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--theme-gray-color);
}
.down-angle-white::before {
  border-left: 15px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #17c788;
}
.circle,
.circle img {
  border-radius: 50%;
}
blockquote {
  margin: 40px 20px 40px 30px;
  font-size: 18px;
  font-weight: 500;
  border-left: 5px solid #f5f5f5;
  padding-left: 30px;
  line-height: 35px;
}
.z-index-9999 {
  z-index: 9999;
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.preview-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
}
.preview-thumb:hover {
  margin-top: -15px;
}

/*==================================================================
 Top Header CSS
 ==================================================================*/
.top-header {
  line-height: 50px;
}
.top-header .dropdown-toggle::after {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-on-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-contact li {
  float: left;
  margin-right: 20px;
}
.top-contact li svg {
  margin-right: 5px;
  font-size: 13px;
}
.list-text-white a.dropdown-item {
  line-height: 30px;
}
.logo-hide .navbar-brand {
  display: none;
}
.fixed-top .logo-hide .navbar-brand {
  display: block;
}
.nav-logo-with-bg .navbar-brand {
  padding: 40px 15px;
  margin-top: -50px;
}
.nav-logo-with-bg .navbar-brand::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 40px solid;
  z-index: 99;
}
.currency select {
  background: none;
  border: none;
}
.dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: 1px;
  font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 12px 15px;
  margin-right: 2px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 500;
}
.hover-border-white-nav .navbar-nav .nav-link {
  border: 1px solid transparent;
}
.navbar-expand-lg .navbar-nav .dropdown-item,
.dashboard-top-left .dropdown-item,
.dashboard-top-right .dropdown-item {
  margin-bottom: 2px;
  line-height: 25px;
  font-size: 14px;
}
.dropdown-menu {
  font-size: 15px;
}
/*=====================================
 Header Styles
 =====================================*/

/*==================================================================
 Jslider CSS
 ==================================================================*/
.jslider {
  display: block;
  width: 95%;
  height: 1em;
  position: relative;
  top: 30px;
  font-family: "Montserrat", sans-serif;
}
.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.jslider td,
.jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td {
  width: 100%;
  vertical-align: top;
}
.jslider .jslider-bg {
  position: relative;
}
.jslider .jslider-bg i {
  height: 4px;
  position: absolute;
  font-size: 0;
  top: 0;
}
.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}
.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px;
}
.jslider .jslider-bg .r {
  background-position: right 0;
  width: 100%;
  right: -18px;
}
.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 4px;
}
.jslider .jslider-pointer {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-position: 0 -60px;
  position: absolute;
  left: 20%;
  top: -7px;
  cursor: pointer;
  cursor: hand;
}
.jslider .jslider-pointer-hover {
  background-position: -20px -60px;
}
.jslider .jslider-pointer-to {
}
.jslider .jslider-label {
  font-size: 9px;
  line-height: 12px;
  color: black;
  opacity: 0.4;
  white-space: nowrap;
  padding: 0px 2px;
  position: absolute;
  top: 15px;
  left: 0px;
}
.area-filter .jslider .jslider-label {
  display: none !important;
}
.jslider .jslider-label-to {
  left: auto;
  right: 0;
}
.jslider-label > span,
.jslider-value > span {
  float: right;
  margin-left: 3px;
}
.area-filter .jslider-value > span {
  float: left;
  padding-right: 3px;
}
.jslider .jslider-value {
  font-size: 14px;
  white-space: nowrap;
  padding: 1px 2px 0;
  position: absolute;
  top: -30px;
  left: 20%;
  background: transparent;
  line-height: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.jslider .jslider-value-to {
  margin-right: -18px;
}
.jslider .jslider-label small,
.jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}
.jslider .jslider-scale {
  position: relative;
  top: 9px;
}
.jslider .jslider-scale span {
  position: absolute;
  height: 4px;
  border-left: 1px solid #999;
  font-size: 0;
}
.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #999;
}
.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
  display: none;
}
.price-filter .jslider .jslider-label,
.area-filter .jslider .jslider-label,
.jslider-label {
  display: block !important;
  opacity: 1 !important;
}
.font-12,
.font-12 .jslider .jslider-label {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}
.font-80 {
  font-size: 80px;
}
.formicon .checkbox-collapse {
  margin-left: 30px;
  position: relative;
}
.formicon .checkbox-collapse::after {
  content: "-";
  position: absolute;
  top: -2px;
  left: -30px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  line-height: 23px;
}
.formicon .checkbox-collapse[aria-expanded="false"]::after {
  content: "+";
}
.check-submit li {
  margin-bottom: 10px;
}
.check-submit li label {
  padding-left: 27px;
  position: relative;
}
.check-submit li label::before {
  border: 1px solid transparent;
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: 0px;
  position: absolute;
  transition: border-color 0.3s ease 0s;
  width: 19px;
}
.check-submit li input[type="checkbox"]:checked + label::before {
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  content: "\f00c";
  font-weight: 300;
  font-family: "FontAwesome";
  border: none;
}
.slider-banner1 {
  width: 100%;
  height: 520px;
  min-height: 400px;
}
.slider-banner1.overlay-black::before {
  z-index: 0;
}
/*==========================================
 Page Banner CSS
 ===========================================*/
.page-banner .breadcrumb-item {
  line-height: 40px;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
/*==========================================
 Form Styles
 ===========================================*/
.view-category button {
  margin-left: 5px;
  border: none;
  font-size: 16px;
  padding: 7px 14px;
  border-radius: 5px;
}
.selecting-command label,
.selecting-command select {
  float: left;
  width: auto;
  line-height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.selecting-command select {
  margin-left: 10px;
  margin-right: 30px;
}
.form-control {
  font-family: var(--theme-ordinary-font);
  font-size: 15px;
  height: 50px;
  border-color: #483c3c;
  line-height: 35px;
}
::-webkit-input-placeholder {
  /* Edge */
  font: var(--theme-ordinary-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: var(--theme-ordinary-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

::placeholder {
  font: var(--theme-ordinary-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.transparent-white .form-control {
  background-color: transparent;
  border-color: white;
  color: white;
}
.transparent-white .jslider .jslider-bg .l,
.transparent-white .jslider .jslider-bg .r,
.transparent-white .jslider .jslider-bg .v {
  background-color: #fff;
}
.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}
.jslider .jslider-bg i {
  height: 3px;
  position: absolute;
  font-size: 0;
  top: 0;
}
.transparent-white .jslider-pointer {
  width: 20px;
  height: 20px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  top: -9px;
}
.transparent-white .jslider .jslider-label {
  color: white;
  top: 20px;
  font-size: 12px;
  opacity: 1;
}
.advance-sidebar .check-submit li label::before {
  background-color: white;
}
.radio-check {
  border-radius: 22px;
  display: block;
  height: 44px;
  width: 100px;
  position: relative;
  overflow: hidden;
  float: right;
}
.radio-check label {
  padding: 0 15px;
  transform: translateX(0px);
  width: 156px;
  cursor: pointer;
  max-width: inherit;
  background-color: #ededed;
}
.radio-check label {
  background: none repeat scroll 0 0;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  width: 162px;
}
.form-group label {
  margin-bottom: 15px;
}
.radio-check label {
  background-color: #ededed;
}
.radio-check label::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 58px;
  position: absolute;
  top: 2px;
  width: 40px;
  z-index: 1;
}
.radio-check label span:first-child {
  float: left;
}
.form-group label span {
  color: var(--theme-primary-color);
}
.radio-check label span {
  line-height: 44px;
}
.radio-check label {
  cursor: pointer;
}
.radio-check label span:last-child {
  float: right;
}
.radio-check input[type="checkbox"]:checked + label {
  background: none repeat scroll 0 0;
  transform: translateX(-56px);
  padding-right: 20px;
}
.d-flex label {
  margin-bottom: 0;
}
.property-thumview {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 100px);
}
.bg-gray-input .form-control {
  background-color: var(--theme-gray-color);
}
.input-group-text {
  padding: 12px 0;
  width: 45px;
  text-align: center;
  display: inline-block;
  color: #a5a5a5;
}
.img-80 {
  width: 80px;
  height: 80px;
}
.rounded-circle img {
  height: 100%;
  border-radius: 50%;
}
.subscribe button.btn {
  padding: 0px 25px;
  border-radius: 0px 3px 3px 0px;
}
.subscribe .form-control {
  border-radius: 3px 0px 0px 3px;
}
.fileupload-label {
  background: rgba(144, 201, 35, 0.05);
  border: 2px dashed rgba(144, 201, 35, 0.7);
  cursor: pointer;
  padding: 70px 0;
}
.icon-form .form-group input {
  padding-left: 40px;
}
.icon-form .form-group {
  position: relative;
}
.icon-form .form-group::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #adadad;
  font-size: 18px;
  position: absolute;
  top: 68px;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-form .form-group.user::after {
  content: "\f007";
}
.icon-form .form-group.email::after {
  content: "\f0e0";
}
.icon-form .form-group.password::after {
  content: "\f023";
}
/*=====================================
 Accordion Style
 =====================================*/

.accordion button::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion button.collapsed::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*=====================================
 Contact Information Style
 =====================================*/

/*=====================================
 Post Comments
 =====================================*/
.post-comments > li {
  border-bottom: 1px solid #cecece;
}
.post-comments > li:last-child {
  border-bottom: none;
}
.post-comments > li:nth-child(even) {
  padding-left: 50px;
}
.post-comments .avata {
  float: left;
  margin-right: 20px;
}
.post-comments .avata img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/*=====================================
 Owl Carusel
 =====================================*/
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.owl-dots-white .owl-dots .owl-dot {
  background-color: #fff;
}
.owl-dots-gray .owl-dots .owl-dot {
  background-color: var(--theme-gray-color);
}
.owl-dots-hover-primary .owl-dots .owl-dot:hover,
.owl-dots-hover-primary .owl-dots .owl-dot.active {
  background-color: var(--theme-primary-color);
}
/*=====================================
 Tab Nav
 =====================================*/
.nav-menu li {
  padding: 0px 20px;
}
.nav-menu li a {
  padding: 20px 0;
  display: block;
}
.nav-menu li.active a {
  border-bottom: 3px solid var(--theme-primary-color);
}
.over-view .btn-link.clops {
  position: relative;
  margin-left: 15px;
}
.position-relative.plus-minus[aria-expanded="true"]::after,
.position-relative.plus-minus[aria-expanded="false"]::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-relative.plus-minus[aria-expanded="false"]::after {
  content: "\f067";
}
#multiCollapseExample1 p {
  margin-bottom: 50px;
}
/*=====================================
 Pricing Table Style
 =====================================*/
.price-top-one:after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: -33px;
  border-radius: 100%;
  background-color: #fff;
}
.price-top-one {
  padding: 40px 40px 60px 40px;
}
.pricing-content-one li {
  margin-bottom: 15px;
}
.pricing-table {
  position: relative;
  z-index: 99;
}
.pricing-table.active {
  margin-top: -25px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9999;
}
/*=====================================
 Thumbnails Block
 =====================================*/
.featured-thumb .featured {
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 99;
  width: 200px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: rotate(-42deg);
  -o--transform: rotate(-42deg);
  -moz--transform: rotate(-42deg);
  -ms--transform: rotate(-42deg);
  transform: rotate(-42deg);
}
.featured-thumb .sale {
  padding: 5px 15px;
  border-radius: 8px;
  z-index: 99;
  position: absolute;
  top: 15px;
  right: 15px;
}
.featured-thumb .price,
.featured-thumb .appartment {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  font-size: 21px;
}
.featured-thumb .price.right {
  left: inherit;
  right: 20px;
}
.featured-thumb .price span {
  font-size: 13px;
  display: block;
}
.featured-thumb .starmark {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  z-index: 99;
}
.featured-thumb .starmark.top {
  bottom: inherit;
  top: 15px;
  right: 120px;
}
.featured-thumb .location svg {
  font-size: 14px;
}
.property-quantity li,
.featured-thumb .quantity li {
  display: inline-block;
  font-weight: 500;
  padding-bottom: 20px;
  padding-right: 15px;
}
.property-quantity li span,
.featured-thumb .quantity li span {
  display: table;
  padding-bottom: 5px;
}
.featured-thumb.list {
  display: flex;
}
.featured-thumb.list .image-area {
  width: 40%;
  float: left;
}
.featured-thumb.list .featured-thumb-data {
  width: 60%;
  float: right;
}
.featured-thumb.list .quantity li span {
  display: inherit;
}
.living-list ul li i {
  font-size: 40px;
}
.living-list ul li p {
  display: table-row;
}
.location-thumb {
  position: absolute;
  text-align: center;
}
.thumb-two .date {
  bottom: 20px;
  left: 30px;
}
.thumbnail-two .content {
  top: 0;
  left: 0;
  z-index: 99;
  padding: 70px 30px 0px 30px;
}
.icon-thumb-one .rounded-circle {
  width: 30px;
  line-height: 30px;
  top: 0;
  left: 35%;
}
.icon-thumb-one i {
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 140px;
}
.round-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.left-arrow,
.right-arrow {
  position: relative;
}
.left-arrow::before {
  content: "";
  position: absolute;
  left: 70%;
  top: 50%;
  border-bottom: 2px dotted;
  width: 62%;
}
.left-arrow::after {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 135%;
  top: 40%;
  font-size: 18px;
}
/*==========================================
 Block List Styles
 ===========================================*/
/*==========================================
 agent list view
 ===========================================*/
.profile-list .profile-data {
  width: 70%;
}
.profile-list .rating,
.profile-data .feedback {
  top: 20px;
  right: 30px;
}
.rating li {
  float: left;
  font-size: 14px;
}
.profile-list img {
  height: 100%;
}

/*==========================================
Tables Style
 ===========================================*/

table td,
table th {
  border: none;
  padding: 10px 15px;
}
.tab-table td,
.tab-table td {
  border-bottom: 1px solid #dee2e6;
}
.bio-data th,
.bio-data td {
  padding: 5px 0;
}
/*==========================================
 fact-counter style
 ===========================================*/
.fact-counter .count-num {
  font-size: 30px;
}
/*==========================================
 Progesss Bar
 ===========================================*/

/*==========================================
 Sibe Bar Style
 ===========================================*/
.advance-sidebar {
  width: 100%;
  height: 100vh;
  padding: 30px;
  overflow-y: scroll;
}
.property_list_widget li {
  margin-bottom: 30px;
}
.property_list_widget li img {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.navigation_link_widget li a {
  margin-bottom: 10px;
  display: block;
}
.recent_post_widget li {
  display: flex;
  margin-bottom: 20px;
}
.recent_post_widget li a {
  float: left;
  margin-right: 10px;
}
.recent_post_widget li a img {
  width: 80px;
}
/*==========================================
Map Style
 ===========================================*/
.map-home {
  width: 100%;
  height: 700px;
}
.marker-style {
  width: 22px;
  height: 22px;
  margin-left: -10px !important;
  margin-top: -50px !important;
}
.map-2 {
  height: calc(100vh - 155px);
  width: 100%;
}
.property-search {
  height: calc(100vh - 155px);
  overflow: scroll;
}
.map-widget {
  height: 500px;
}
.single-map {
  height: 380px;
}
/*==========================================
 Dashboard Style
 ===========================================*/
.top-bar {
  line-height: 38px;
}
.dashboard-logo img {
  width: 140px;
}
.dashboard-top-left .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #fff;
}
.alam a,
.comment a {
  font-size: 18px;
}
sup {
  padding-left: 4px;
}
.dashboard-top-right img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.dashboard-sidebar ul li a {
  padding: 10px 0px 10px 16px;
  display: flex;
  position: relative;
  margin-bottom: 1px;
}
.dashboard-sidebar ul li a sup {
  top: 6px;
}
.dashboard-sidebar ul li.active a::before {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.dashboard-sidebar ul li a:hover,
.dashboard-sidebar ul li.active a {
  background-color: #1a376b;
  color: #fff;
}
.dashboard-panel {
  padding: 60px 40px;
  overflow-x: scroll;
}
.dashboard-panel .success {
  border-left: 5px solid;
  border-left-color: #67c339;
  border-radius: 0;
}
.dashboard-panel .success.alert {
  border-left-color: #f46868;
}
.dashboard-panel .success .closebtn {
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ball::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  left: 15px;
  top: 35px;
  opacity: 0.3;
}
.panel-accordian::after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dashboard-panel .recent-properties img {
  width: 150px;
  float: left;
  margin-right: 15px;
}
.dashboard-panel .recent-properties .btn {
  line-height: 36px;
  padding: 0 20px;
}
.message-list li {
  border-bottom: 2px solid #ececec;
  padding: 20px 25px;
}
.message-list img {
  width: 80px;
}
.message-list li .message-action {
  opacity: 0;
}
.message-list li:hover .message-action {
  opacity: 1;
}
.message-list li:hover,
.message-list li.active {
  background-color: #fff;
}

.items-list tr {
  border-bottom: 10px solid #ececec;
  background-color: #fff;
}
.items-list.bg-transparent tr {
  background-color: transparent;
  border-bottom: 1px solid #ececec;
}
.items-list tr td,
.items-list tr th {
  padding: 20px;
  font-weight: 400;
}
.items-list td img {
  width: 200px;
  float: left;
  margin-right: 15px;
}
.submit-form .buttons {
  position: absolute;
  right: 20px;
  top: 59px;
}
.submit-form .buttons span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.property-thumbnails .thumbnails-box svg {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  cursor: pointer;
}
.dashboard-personal-info .phone-code select {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 50px;
  border: none;
}
.dashboard-personal-info .phone-code .form-control {
  padding-left: 100px;
}
.dashboard-personal-info .user-info img {
  width: 90%;
}
.dashboard-profile-setting .check-submit li {
  margin-bottom: 20px;
}
.list-style-1 li {
  position: relative;
  margin-bottom: 20px;
}
.important-facts .inner-title {
  width: 150px;
  display: block;
  float: left;
  line-height: 44px;
  font-size: 15px;
  font-weight: bold;
}
.discusion-setting label {
  width: 180px;
}
/*==========================================
 Home 3 page
 ===========================================*/
.property-btn li a {
  background-color: transparent;
}
/*==========================================
 About us page
 ===========================================*/
.about-content p,
.service-text p {
  margin-bottom: 30px;
}
.about-content img {
  width: 200px;
  height: auto;
}
/*==========================================
FAQ page
===========================================*/
.faq-item .faq-question {
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  float: left;
  margin-right: 20px;
}
.faq-item .faq-question::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  bottom: -10px;
  right: 0;
  border-right-color: var(--theme-primary-color);
}
/*==========================================
Register page
===========================================*/
.login-condition ul li {
  margin-bottom: 15px;
  display: flex;
}
.login-condition ul li i {
  margin-right: 15px;
  float: left;
  margin-top: 5px;
}
.down-active {
  position: relative;
  padding-bottom: 5px;
}
.down-active::before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--theme-primary-color);
}
.social-media button {
  margin-bottom: 10px;
  color: #fff;
}
.social-media button.facebook {
  background-color: #3b5998;
}
.social-media button.twiter {
  background-color: #1da1f2;
}
.social-media button.googleplus {
  background-color: #dd4b39;
}
/*==========================================
 Timeline page
 ===========================================*/
.timeline-item .circle {
  position: relative;
  top: 8px;
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  border-radius: 50%;
}
.timeline-item .point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-item .date-time {
  position: absolute;
  right: -115px;
  top: 5px;
  padding: 8px 10px;
  font-size: 13px;
}
.timeline-item .date-time::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 9px;
  border: 8px solid transparent;
  border-right-color: var(--theme-primary-color);
}
.timeline-item .timeline-info {
  border: 1px solid;
  padding: 20px 30px 20px 80px;
  border-color: #ececec;
}
.timeline-item .timeline-info img {
  margin-bottom: 20px;
}
.timeline-item:hover .circle {
  background-color: var(--theme-primary-color);
}
.timeline-item:hover .date-time {
  right: -107px;
}
/*==========================================
 Compare page
 ===========================================*/
.clip-item .fa-times {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  opacity: 0;
  padding: 5px;
  cursor: pointer;
}
.clip-item:hover .fa-times {
  opacity: 1;
}
.compare-list-properties tr:nth-child(even) {
  background: #f5f5f5;
}
.compare-list-properties td {
  padding: 15px;
  text-align: center;
  position: relative;
}
.compare-list-properties td:first-child {
  text-align: left;
  width: 200px;
  padding-left: 25px;
}
.compare-list-properties .available::before,
.compare-list-properties .not-available::before {
  content: "\f00c";
  color: #2ab160;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.compare-list-properties .not-available::before {
  content: "\f00d";
  color: #d43e3e;
}
/*==========================================
 Error page
 ===========================================*/
.error-text {
  width: 500px;
  display: block;
  margin: 30px auto 20px;
}
/*==========================================
 Comming soon page
 ===========================================*/
.comming-soon {
  background: url(../images/comming-soon-bg.png) no-repeat 100% / 100%;
  padding: 40px 40px 70px 40px;
}
.comming-soon .logo-area {
  width: 150px;
}
.comming-soon .primary-half {
  height: 100vh;
}
.comming-soon .primary-half::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--theme-primary-color);
  right: 0;
  top: 0;
  border-radius: 0 30px 30px 0;
}
.radius-30,
.bg-shape::before,
.bg-shape::after,
.send-mail input,
.send-mail button {
  border-radius: 30px;
}
.bg-shape {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bg-shape::before,
.bg-shape::after {
  position: absolute;
  content: "";
  opacity: 0.5;
  height: 100%;
}
.bg-shape::before {
  width: 95%;
  bottom: -20px;
}
.bg-shape::after {
  width: 92%;
  bottom: -40px;
}
.comming-soon .right-content {
  width: 80%;
  z-index: 9;
  padding-bottom: 60px;
}
.time-count {
  color: #fff;
  font-size: 40px;
}
.time-count span {
  display: inline-block;
  padding-right: 50px;
}
.time-count span:last-child {
  padding-right: 0;
}
.time-count span i {
  font-size: 18px;
}
.send-mail button {
  top: 1px;
  width: auto;
  right: 2px;
}
/*==========================================
 Contact page
 ===========================================*/
#map.contact-location {
  width: 100%;
  height: 500px;
}
.contact-info {
  border-right: 2px dashed #f5f5f5;
  height: 100%;
  padding-bottom: 50px;
}
.contact-info img {
  width: 70px;
}
.infobox-wrapper {
  background: #fff;
  width: 300px !important;
  margin-bottom: 85px;
  margin-left: -48px;
  position: relative;
}
.infobox-wrapper > img {
  position: absolute !important;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 22px;
  height: 22px;
}
.infobox-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 42.5%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

/*==========================================
 Pagination Style
 ===========================================*/
.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item .page-link {
  color: #818181;
  border-radius: 5px;
  padding: 0 20px;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 45px;
}
.dashboard-panel .pagination .page-item .page-link,
.pagination.white .page-item .page-link {
  background-color: #fff;
}
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
  background-color: var(--theme-primary-color);
  color: #fff;
}
/*==========================================
 Footer Style
 ===========================================*/
.footer-widget {
  display: inline-block;
  width: 100%;
}
.footer-widget li {
  margin-bottom: 20px;
}
.footer-logo img {
  width: auto;
}
.footer-widget .widget-title {
  line-height: 40px;
  height: 55px;
  margin-bottom: 25px;
}
.media-widget a {
  margin-right: 30px;
}
.copyright {
  line-height: 50px;
}
#scroll {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  z-index: 9;
  display: none;
}
/*==============*Home 1 subscribe section*==============*/

/*=============Video Pop Up style===========*/
.YouTubePopUp-Wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
}
.YouTubePopUp-Content {
  display: block;
  position: relative;
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) url("../images/fancybox/fancybox_loading.html")
    no-repeat scroll center center;
}
.YouTubePopUp-Content iframe {
  border: medium none;
  bottom: 0;
  display: block;
  height: 480px;
  margin: auto 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.property-video a {
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  margin: 0;
  left: -70px;
  top: -70px;
  width: 140px;
  height: 140px;
  -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
  animation: ball-scale-multiple 3s 0s linear infinite;
}

/*================================
2. Security page Header Section style
 ================================*/

/*==================================================
 Case Study
===================================================*/

/*====================================================
 Responsive Media Query CSS 
 ======================================================*/

@media screen and (min-width: 1400) {
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--theme-ordinary-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-menu .dropdown-toggle:hover::after {
    border-left: 5px solid var(--theme-primary-color);
  }
  /*-------annimation dropdown---------*/

  .navbar .navbar-nav > .active > a,
  .navbar .navbar-nav > .active:hover > a,
  .navbar .navbar-nav > .active > a:focus {
    background-color: transparent;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .navbar .navbar-nav li a,
  .navbar .navbar-nav li ul.dropdown-menu {
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .navbar .navbar-nav li > ul.dropdown-menu {
    visibility: hidden;
    min-width: 180px;
    display: block;
    opacity: 0;
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  .navbar .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-menu ul {
    left: 100%;
    top: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    top: -10px;
  }
  #header.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 99999;
    animation-duration: 1s;
    animation-name: menu-sticky;
    animation-timing-function: ease-in-out;
    margin: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: none;
  }
  .fixed-top .top-header {
    display: none;
  }
  .fixed-top .nav-logo-with-bg .navbar-brand {
    padding: 10px 20px;
    margin-top: 0px;
  }
  .fixed-top .navbar-brand::before {
    display: none;
  }
  .header-2 .navbar-header {
    padding-top: 40px;
  }
  .header-1 .navbar-header {
    padding-bottom: 20px;
  }
  .header-1.fixed-top .navbar-header,
  .header-2.fixed-top .navbar-header {
    padding: 0;
  }
  .mega-menu-dropdown {
    position: static !important;
  }
  .mega-menu-dropdown .dropdown-menu.mega-menu > li {
    width: 25%;
    float: left;
    display: block;
  }
  .mega-menu {
    padding: 20px 15px;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .preview-gallery {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 1500px) {
  .featured-thumb.list2 .author {
    display: none !important;
  }
}

@media screen and (max-width: 1700px) {
  .featured-thumb.list2 .image-area {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .nav-logo-with-bg .navbar-brand {
    padding: 15px 5px;
  }
  .nav-logo-with-bg .navbar-brand::before {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
  }
  .thumbnail-two .content {
    padding: 25px 30px 0px 30px;
  }
  .thumbnail-two .content p {
    font-size: 14px;
  }
  .profile-list .profile-data {
    width: 65%;
  }
  .profile-list .profile-data p {
    display: none;
  }
  .property_list_widget li h6 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .featured-thumb.list .author {
    display: none !important;
  }
  .comming-soon .right-content {
    transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
  }
  .time-count span {
    padding-right: 40px;
  }
  .comming-soon {
    background: none;
  }
}

@media screen and (max-width: 991px) {
  .fixed-top {
    position: static;
  }
  .hover-border-white-nav .navbar-nav .nav-link.active,
  .hover-border-white-nav .navbar-nav .nav-link:hover,
  .hover-border-white-nav .navbar-nav .nav-link:focus {
    border-color: transparent;
    color: var(--theme-secondary-color);
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .sub-title.w-60 {
    width: 100%;
  }
  .top-header {
    display: none;
  }
  .nav-on-banner {
    position: static !important;
    background-color: var(--theme-secondary-color);
  }
  .logo-hide .navbar-brand {
    display: block;
  }
  .navbar {
    padding: 5px 0px;
  }
  .overlay-secondary-half::before {
    width: 100%;
  }
  .owl-nav {
    display: none;
  }
  .nav-logo-with-bg .navbar-brand {
    margin-top: 0;
  }
  .nav-logo-with-bg .navbar-brand::before {
    display: none;
  }
  .nav-logo-with-bg .navbar-brand {
    padding: 5px;
  }
  .main-nav {
    padding: 5px 0;
  }
  .dropdown-menu {
    border: none;
    padding-left: 15px;
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item.active {
    background-color: transparent;
  }
  .navbar .navbar-toggler {
    color: var(--theme-white-color);
    background-color: var(--theme-gray-color);
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
    margin-right: 2px;
    font-size: 15px;
    border-radius: 3px;
  }
  .navbar-light .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  .navbar-nav .dropdown-toggle:after {
    float: right;
    margin-top: 9px;
    margin-right: 15px;
  }
  .navbar-collapse {
    margin-top: 10px;
  }
  .formicon .checkbox-collapse {
    margin-top: 25px;
    display: block;
  }
  .left-arrow::before,
  .left-arrow::after {
    display: none;
  }
  .profile-list .profile-data {
    width: 80%;
  }
  .featured-thumb.list .image-area img {
    height: 100%;
  }
  .dashboard-panel .message-list .title a {
    display: block;
  }
  .contact-info {
    border-right: none;
  }
  .compare-list-properties {
    overflow-x: scroll;
    display: block;
  }
  .comming-soon .xy-center {
    position: inherit;
  }
  .comming-soon .left-content {
    display: none;
  }
  .comming-soon .primary-half::after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .living-list.pr-4 {
    padding: 0 30px !important;
  }
  .mr-minus-sm-0 {
    margin-right: 0;
  }
  .price-upper {
    position: inherit;
    margin: 0;
    transform: scale(1);
  }
  .profile-list {
    display: block !important;
  }
  .profile-list .profile-data {
    width: 100%;
  }
  .profile-list .profile-data p {
    display: block;
  }
  .view-category {
    display: none;
  }
  form.subscribe {
    margin-top: 20px;
  }
  .profile-details .profile-data {
    padding-left: 24px;
  }
  .featured-thumb.list {
    display: inline-block;
  }
  .featured-thumb.list .image-area {
    width: 100%;
  }
  .featured-thumb.list .featured-thumb-data {
    width: 100%;
  }
  .featured-thumb.list .author {
    display: inline-block !important;
  }
  .page-banner .page-name {
    float: left !important;
    margin-top: 15px !important;
  }
  .message-list img {
    width: 100%;
    margin-bottom: 15px;
  }
  .message-list li {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .message-list li .message-action {
    opacity: 1;
  }
  .price-table1.py-80 {
    padding: 0;
  }
  .pricing-table.active {
    margin-top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 9999;
  }
  .timeline-item .circle {
    float: inherit !important;
    margin-bottom: 30px;
  }
  .timeline-item .timeline-info {
    padding-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .d-xs-block {
    display: block;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .angle-shape::after {
    height: 800px;
    transform: rotate(0deg);
  }
  .pagination .page-item .page-link {
    padding: 0 8px;
    line-height: 35px;
  }
  .copyright {
    line-height: 40px;
    padding: 15px 0;
  }
  .copyright .line-menu {
    float: left !important;
  }
  .featured-thumb.list .quantity li {
    padding-bottom: 10px;
  }
  .dashboard-panel {
    padding: 60px 15px;
  }
  .dashboard-panel .post-comments > li:nth-child(2n) {
    padding-left: 0px;
  }
  .dashboard-panel .post-comments .avata {
    margin: 0 20px 20px 0;
  }
  .dashboard-panel .recent-properties h5 {
    display: inherit;
    margin-top: 20px;
  }
  .dashboard-panel .recent-properties img {
    width: 100%;
  }
  .dashboard-panel .recent-properties .btn {
    position: absolute;
    top: 10px;
    right: 25px;
  }
  .items-list .property-info h5 {
    margin-top: 10px;
  }
  .dashboard-panel .submit-form .radio-check {
    float: left;
    margin-top: 5px;
  }
  .dashboard-panel .submit-form .align-self-center {
    display: block;
  }
  .important-facts .inner-title {
    width: 100%;
  }
  .error-text {
    width: 100%;
  }
  .comming-soon .bg-shape {
    display: none;
  }
}

/*===============================
 Modern Rounded Search Bar
================================*/

.modern-search{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:60px;
    padding:10px;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
    max-width:1000px;
    margin-top:40px;
    flex-wrap:wrap;
}

.search-item{
    flex:1;
    min-width:180px;
}

.search-grow{
    flex:2;
}

.search-control{
    width:100%;
    border:none;
    background:transparent;
    padding:16px 20px;
    font-size:16px;
    outline:none;
}

.search-control:focus{
    outline:none;
}

.search-btn{
    background:#0057ff;
    color:#fff;
    border:none;
    padding:16px 45px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
    cursor:pointer;
}

.search-btn:hover{
    background:#003fd6;
}

@media(max-width:768px){

.modern-search{

    border-radius:25px;

}

.search-item{

    width:100%;
    margin-bottom:10px;

}

.search-btn{

    width:100%;

}

}
/* ==================================
 Modern Property Cards
================================== */


.modern-property-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    height:100%;

    display:flex;

    flex-direction:column;

    transition:.35s;
}


.modern-property-card:hover{

    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);

}



.property-image{

    height:260px;
    position:relative;
    overflow:hidden;

}



.property-image{

    position:relative;

    overflow:hidden;

    height:260px;

}

.property-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.modern-property-card:hover .property-image img{

    transform:scale(1.08);

}



.modern-property-card:hover .property-image img{

    transform:scale(1.1);

}



.property-overlay{

    position:absolute;
    inset:0;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.6)
    );

}



.property-status{

    position:absolute;
    top:20px;
    left:20px;
    background:#0057ff;
    color:white;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    text-transform:capitalize;

}



.favorite-btn{

    position:absolute;
    right:20px;
    top:20px;
    width:42px;
    height:42px;
    border-radius:50%;
    border:none;
    background:white;
    color:#ff4d67;
    cursor:pointer;

}



.property-price{
    font-size:28px;
    font-weight:700;
    color:#0057ff;
    margin:18px 0;
    line-height:1.2;
    word-break:break-word;
}



.property-content{

    padding:25px;

}



.property-content h5 a{

    color:#222;
    font-size:19px;
    font-weight:700;
    text-decoration:none;

}



.property-content h5 a:hover{

    color:#0057ff;

}



.property-location{

    color:#777;
    margin:15px 0;

}



.property-location i{

    color:#0057ff;

}



.property-details{

    display:flex;
    justify-content:space-between;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:15px 0;
    margin-bottom:20px;

}



.property-details span{

    font-size:13px;
    color:#555;

}



.property-details i{

    color:#0057ff;

}



.property-footer{
    margin-top:20px;
}



.property-footer i{

    color:#0057ff;

}



.view-property-btn{

    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;

    height:52px;

    background:#0057ff;

    color:#fff !important;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

    font-size:15px;
}

.view-property-btn:hover{

    background:#003fc0;

    transform:translateY(-2px);

}



.view-property-btn:hover{

    background:#003fd6;
    color:white;

}

/* Modern Header */

.modern-header{
    background:white;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}


.top-header-modern{
    background:#111827;
    padding:10px 0;
    color:white;
    font-size:14px;
}


.header-contact span{
    margin-right:25px;
}


.header-contact i{
    color:#00c853;
    margin-right:7px;
}


.top-login,
.top-register{
    color:white;
    margin-left:15px;
}


.top-register{
    background:#00c853;
    padding:7px 18px;
    border-radius:30px;
}



.navbar{
    padding:12px 0;
}


.modern-logo{
    height:55px;
    width:auto;
}



.nav-link{
    font-weight:600;
    color:#222!important;
    padding:15px 18px!important;
    transition:.3s;
}


.nav-link:hover{
    color:#00c853!important;
}



.submit-property-btn{

    background:#00c853;
    color:white;
    padding:14px 25px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;

}


.submit-property-btn:hover{

    background:#00963f;
    color:white;

}



.modern-dropdown{

    border:none;
    border-radius:15px;
    padding:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);

}


.modern-dropdown a{

    display:block;
    padding:10px 20px;
    color:#333;

}


.modern-dropdown a:hover{

    background:#f5f5f5;
    color:#00c853;

}

body{
    padding-top:110px;
}

/* =====================================
   MODERN HEADER FIX
===================================== */

.modern-header{

    position:fixed;
    top:0;
    left:0;
    width:100%;

    background:#ffffff;

    z-index:99999;

    transition:all .3s ease;

}

/* Remove top empty space */

body{

    margin:0 !important;

    padding-top:120px !important;

}


#page-wrapper{
    margin-top:0 !important;
}



/* Top contact bar */

.top-header-modern{

    background:#0f172a;
    padding:10px 0;

}


.header-contact span{

    color:#ffffff;
    margin-right:25px;
    font-size:14px;
    font-weight:500;

}


.header-contact i{

    color:#22c55e;
    margin-right:6px;

}



/* Main navigation */

.main-nav-modern{

    background:#ffffff;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);

}


.modern-header .navbar{

    padding:12px 0;

}



.modern-header .navbar-nav .nav-link{

    color:#1e293b !important;
    font-weight:600;

}


.modern-header .navbar-nav .nav-link:hover{

    color:#16a34a !important;

}



/* Logo */

.modern-header .nav-logo{

    max-height:60px;

}



/* Submit button */

.modern-header .btn-success{

    background:#16a34a;
    border:none;
    border-radius:30px;
    padding:12px 25px;
    font-weight:600;

}


.modern-header .btn-success:hover{

    background:#15803d;

}

/* =====================================
   MODERN BLUE REAL ESTATE HEADER
===================================== */


/* Navigation text color */

.modern-header .navbar-nav .nav-link {

    color:#0057ff !important;
    font-weight:600;
    transition:.3s;

}


.modern-header .navbar-nav .nav-link:hover {

    color:#003bb5 !important;

}


/* Login/Register pill button */

.modern-header .login-btn {

    background:#0057ff;
    color:white !important;
    padding:10px 25px !important;
    border-radius:50px;
    margin-left:15px;
    font-weight:600;
    transition:.3s;

}


.modern-header .login-btn:hover {

    background:#003bb5;
    color:white !important;

}



/* Submit Property pill button */

.modern-header .submit-btn {

    background:#16a34a;
    color:white !important;
    padding:12px 30px !important;
    border-radius:50px;
    margin-left:15px;
    font-weight:700;
    transition:.3s;

}


.modern-header .submit-btn:hover {

    background:#15803d;
    transform:translateY(-2px);

}



/* Top contact text */

.header-contact span {

    color:#ffffff !important;

}


.header-contact i {

    color:#22c55e !important;

}

/* ===================================
   MODERN REAL ESTATE HEADER
=================================== */


/* Top contact bar */
.top-header-modern{
    background:#ffffff;
    padding:10px 0;
    border-bottom:1px solid #eeeeee;
}


.header-contact span{
    color:#0057ff;
    font-size:14px;
    margin-right:25px;
    font-weight:500;
}


.header-contact i{
    color:#0057ff;
    margin-right:7px;
}



/* Simple top login/register */

.top-login,
.top-register{

    color:white !important;
    font-size:14px;
    font-weight:600;
    margin-left:15px;
    text-decoration:none;

}


.top-login:hover,
.top-register:hover{

    color:#00a8ff !important;

}


/* Main navigation */

.navbar-area{

    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}


.navbar{

    padding:12px 0;

}



/* Logo */

.modern-logo{

    max-height:65px;
}



/* Menu text */

.nav-link{

    color:#0057ff !important;
    font-weight:600;
    font-size:15px;
    margin:0 8px;
    transition:.3s;

}


.nav-link:hover{

    color:#003fc0 !important;

}



/* Submit property button */

.submit-property-btn{

    display:inline-flex;
    align-items:center;
    gap:8px;

    background:#0057ff;
    color:#fff !important;

    padding:13px 28px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    box-shadow:0 8px 20px rgba(0,87,255,.25);

    transition:.3s;

}



.submit-property-btn:hover{

    background:#003fc0;

    transform:translateY(-2px);

}



/* Dropdown */

.modern-dropdown{

    border:none;
    border-radius:15px;
    padding:10px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}



.modern-dropdown a{

    display:block;

    padding:10px 20px;

    color:#0057ff;

    font-weight:500;

}



.modern-dropdown a:hover{

    background:#f2f6ff;

    border-radius:10px;

}



/* Remove top white gap */

#header{

    margin:0 !important;

}


.top-header-modern{

    margin:0 !important;

}



.navbar-area{

    margin:0 !important;

}


/* Mobile */

@media(max-width:991px){

    .header-contact{

        text-align:center;

    }


    .top-login,
    .top-register{

        margin-top:10px;

    }


    .submit-property-btn{

        margin-top:15px;

        justify-content:center;

    }

}
.language-selector{

position:relative;

margin-right:15px;

}

.language-button{

display:flex;

align-items:center;

justify-content:space-between;

gap:10px;

padding:12px 18px;

width:180px;

background:#fff;

border:none;

border-radius:50px;

font-weight:600;

cursor:pointer;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.3s;

}

.language-button:hover{

transform:translateY(-2px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.language-dropdown-menu{

position:absolute;

top:60px;

right:0;

width:220px;

background:#fff;

border-radius:20px;

overflow:hidden;

display:none;

box-shadow:0 20px 40px rgba(0,0,0,.15);

z-index:99999;

animation:dropdown .25s ease;

}

.language-dropdown-menu.show{

display:block;

}

.language-dropdown-menu a{

display:flex;

justify-content:space-between;

align-items:center;

padding:15px 20px;

text-decoration:none;

color:#333;

transition:.25s;

font-weight:500;

}

.language-dropdown-menu a:hover{

background:#0d6efd;

color:#fff;

padding-left:25px;

}

@keyframes dropdown{

from{

opacity:0;

transform:translateY(-10px);

}

to{

opacity:1;

transform:translateY(0);

}

}


/* ===================================
   TOP CONTACT BAR STYLE
=================================== */

.top-header-modern{
    background:#0b1f3a !important; /* Dark professional navy blue */
    padding:12px 0;
}


.header-contact span{
    color:#ffffff !important;
    font-size:14px;
    font-weight:500;
}


.header-contact i{
    color:#00a8ff !important; /* blue icons */
}


.top-login,
.top-register{

    color:#ffffff !important;

}


.top-login i{
    color:#00a8ff !important;

}

/* Header Action Buttons */

.header-actions{

    display:flex;
    align-items:center;
    gap:12px;

}


/* Login Button */

.login-btn{

    background:#0f172a;
    color:white !important;

    padding:12px 25px;

    border-radius:50px;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}


.login-btn:hover{

    background:#0057ff;

    color:white !important;

}



/* Submit Button */

.submit-property-btn{

    background:#0057ff;

    color:white !important;

    padding:13px 28px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:8px;

}



.submit-property-btn:hover{

    background:#003fc0;

    transform:translateY(-2px);

}



/* Mobile */

@media(max-width:991px){

.header-actions{

    margin-top:15px;

    justify-content:center;

    flex-wrap:wrap;

}

}


/* Sticky Header Shadow */

.modern-header.scrolled{

    box-shadow:0 5px 25px rgba(0,0,0,0.12);

}
/* ===================================
   MODERN REAL ESTATE FOOTER
=================================== */

.modern-footer{

    background:#0b1f3a;
    padding:50px 0 20px;
}


.modern-footer .footer-logo img{

    max-height:65px;

}


.modern-footer p{

    color:#dbeafe;
    line-height:1.8;

}


.modern-footer .widget-title{

    color:white;
    font-size:18px;
    margin-bottom:25px;

}


.modern-footer ul{

    padding:0;
    list-style:none;

}


.modern-footer ul li{

    margin-bottom:12px;
    color:#dbeafe;

}


.modern-footer ul li a{

    color:#dbeafe !important;
    text-decoration:none;
    transition:.3s;

}


.modern-footer ul li a:hover{

    color:#00a8ff !important;

}


.modern-footer i{

    color:#00a8ff;

}



.modern-footer .copyright{

    border-top:1px solid rgba(255,255,255,.15);
    margin-top:30px;
    padding-top:20px;

}


.modern-footer .media-widget a{

    width:35px;
    height:35px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#0057ff;
    margin-right:8px;

}


.modern-footer .media-widget a i{

    color:white;

}
.property-status{
    display:inline-block;
    background:#0057ff;
    color:white;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
}
.property-title{
    color:#0f172a;
    font-size:28px;
    font-weight:700;
}
/* Modern Property Slider */

.modern-property-slider{

    width:100%;
    height:500px;
    margin:30px 0 40px;
    overflow:hidden;
    border-radius:20px;
}


.modern-property-slider img{

    width:100%;
    height:500px;
    object-fit:cover;

}
.property-header{
    margin-bottom:20px;
}


.property-type{

    display:inline-block;
    background:#0057ff;
    color:white;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    text-transform:capitalize;

}



.property-title{

    margin-top:15px;
    font-size:32px;
    font-weight:700;
    color:#0f172a;

}
.property-price{

    font-size:32px;
    font-weight:700;
    color:#0057ff;
    text-align:right;

}


.price-label{

    text-align:right;
    color:#64748b;
    font-size:14px;

}


.property-feature i{

    font-size:25px;
    color:#0057ff;

}



.property-feature strong{

    display:block;
    font-size:20px;
    color:#0f172a;

}



.property-feature span{

    color:#64748b;
    font-size:14px;

}



.property-info-box{
    grid-template-columns:repeat(2,1fr);
}


@media(max-width:480px){

    .property-info-box{

  grid-template-columns:1fr;

    }

}




/* Property Feature Container */

.property-info-box{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

    background:#f8fafc;

    padding:25px;

    border-radius:20px;

    margin-top:20px;

}
.property-feature{

    display:flex;
    align-items:center;
    gap:15px;

    background:white;

    padding:20px;

    border-radius:15px;

    box-shadow:0 5px 20px rgba(0,0,0,.05);

    min-width:0;

}


.property-feature i{

    font-size:25px;
    color:#0057ff;

}



.property-feature strong{

    display:block;
    font-size:20px;
    color:#0f172a;

}



.property-feature span{

    color:#64748b;
    font-size:14px;

}


@media(max-width:480px){

    .property-info-box{

        grid-template-columns:1fr;

    }

}

/* Property Summary Modern Cards */


.property-section-title{

    font-size:22px;
    font-weight:700;
    color:#0f172a;
    margin-top:40px;
    margin-bottom:25px;

}



.property-summary-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;

}



.summary-card{

    display:flex;
    align-items:center;
    gap:15px;

    background:#ffffff;

    padding:20px;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

}



.summary-card i{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#0057ff;

    color:white;

    font-size:18px;

}



.summary-card small{

    display:block;

    color:#64748b;

    font-size:13px;

}



.summary-card strong{

    display:block;

    color:#0f172a;

    font-size:16px;

    margin-top:3px;

}

/* Modern Property Description */

.property-description{

    margin-top:40px;

}


.description-box{

    background:#ffffff;

    padding:25px 30px;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,0.06);

    line-height:1.8;

}



.description-box p{

    color:#475569;

    font-size:15px;

    margin:0;

    text-align:justify;

}

/* Modern Agent Card */

.agent-image{

    width:100%;

}


.agent-image img{

    width:130px;

    height:130px;

    object-fit:cover;

    border-radius:50%;

    margin:auto;

}



.agent-info{

    width:100%;

    margin-top:20px;

}



.agent-info h4{

    color:#0f172a;

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}



.agent-info p{

    color:#64748b;

    margin-bottom:8px;

}



.agent-info p i{

    color:#0057ff;

    margin-right:8px;

}



.agent-buttons{

    margin-top:20px;

}


.call-agent,
.whatsapp-agent{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 22px;

    border-radius:30px;

    color:white !important;

    font-weight:600;

    margin:5px;

}


.call-agent{

    background:#0057ff;

}


.whatsapp-agent{

    background:#16a34a;

}


.agent-image img{

    width:130px;

    height:130px;

    object-fit:cover;

    border-radius:50%;

}



.agent-info h4{

    color:#0f172a;

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}



.agent-info p{

    color:#64748b;

    margin-bottom:8px;

}



.agent-info p i{

    color:#0057ff;

    margin-right:8px;

}



.agent-buttons{

    margin-top:20px;

}



.call-agent,
.whatsapp-agent{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 22px;

    border-radius:30px;

    color:white !important;

    font-weight:600;

    margin-right:10px;

}



.call-agent{

    background:#0057ff;

}



.whatsapp-agent{

    background:#16a34a;

}



.call-agent:hover,
.whatsapp-agent:hover{

    opacity:.85;

}
/* Fix Contact Agent Alignment */

.contact-title{
    width:100%;
    display:block;
    clear:both;
    margin-top:50px;
}
.agent-card{

    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

    background:white;
    padding:30px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-top:20px;

}


.agent-image{
    width:100%;
    text-align:center;
}


.agent-info{
    width:100%;
    text-align:center;
}


.agent-buttons{

    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;

}

.property-feature div{
    overflow:hidden;
}


.property-feature strong{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* ====================================
   PREMIUM INSTALLMENT CALCULATOR
==================================== */

.modern-sidebar-card{

    background:#ffffff;
    border:2px solid #dbeafe;
    border-radius:22px;
    padding:35px;
    box-shadow:0 20px 45px rgba(0,0,0,.10);
    margin-bottom:35px;
}

.sidebar-title{

    font-size:28px;
    font-weight:800;
    color:#111827;
    margin-bottom:30px;
    border-bottom:2px solid #e5e7eb;
    padding-bottom:18px;

}

.sidebar-title i{

    color:#0057ff;
    font-size:26px;
    margin-right:12px;

}


/* LABELS */

.modern-input{

    margin-bottom:25px;

}

.modern-input label{

    display:block;
    margin-bottom:10px;
    font-size:15px;
    font-weight:700;
    color:#111827;

}


/* INPUT BOX */

.input-icon{

    position:relative;

}

.input-icon i{

    position:absolute;
    left:18px;
    top:19px;
    color:#0057ff;
    font-size:18px;

}

.input-icon input{

    width:100%;
    height:60px;

    border:2px solid #cbd5e1;
    border-radius:16px;

    padding-left:55px;
    padding-right:20px;

    font-size:17px;
    font-weight:600;

    color:#111827;
    background:white;

    transition:.3s;

}


/* Placeholder */

.input-icon input::placeholder{

    color:#6b7280;
    font-weight:500;

}


/* Focus */

.input-icon input:focus{

    outline:none;

    border-color:#0057ff;

    box-shadow:0 0 0 5px rgba(0,87,255,.12);

}


/* BIG BLUE BUTTON */

.modern-btn{

    width:100%;

    height:60px;

    border:none;

    border-radius:50px;

    background:#0057ff;

    color:white;

    font-size:17px;

    font-weight:700;

    letter-spacing:.3px;

    transition:.3s;

    margin-top:10px;

    box-shadow:0 12px 30px rgba(0,87,255,.25);

}

.modern-btn:hover{

    background:#0043c9;

    transform:translateY(-3px);

    box-shadow:0 18px 40px rgba(0,87,255,.35);

}

.modern-btn i{

    margin-right:10px;

}
.property-body{

    padding:22px;

    display:flex;

    flex-direction:column;

    height:100%;
}

.property-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:#0057ff;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

}
.featured-badge{

    position:absolute;

    top:18px;

    right:18px;

    background:#ff9800;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    box-shadow:0 8px 20px rgba(255,152,0,.35);

}
.property-type-small{

    color:#6b7280;

    font-size:14px;

    margin-top:-10px;

    margin-bottom:18px;

    font-weight:600;

}
.property-meta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:16px 0;

    margin:18px 0;

    border-top:1px solid #eef2f7;

    border-bottom:1px solid #eef2f7;

}

.property-meta span{

    display:flex;

    align-items:center;

    gap:8px;

    color:#334155;

    font-weight:600;

    font-size:14px;

}

.property-meta i{

    color:#0057ff;

    font-size:18px;

}
/* ===========================
   Premium Mortgage Calculator
=========================== */

.calculator-card{

    background:#fff;

    border-radius:22px;

    padding:30px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    border:1px solid #edf2f7;

}

.calculator-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:30px;

}

.calculator-icon{

    width:65px;

    height:65px;

    border-radius:18px;

    background:#0057ff;

    display:flex;

    justify-content:center;

    align-items:center;

}

.calculator-icon i{

    color:white;

    font-size:28px;

}

.calculator-header h3{

    margin:0;

    font-size:24px;

    font-weight:700;

    color:#111827;

}

.calculator-header p{

    margin:4px 0 0;

    color:#6b7280;

    font-size:14px;

}

.calculator-card label{

    font-weight:700;

    color:#111827;

    margin-bottom:10px;

}

.modern-input{

    height:55px;

    border-radius:14px;

    border:2px solid #e5e7eb;

    font-size:16px;

    color:#111827;

    box-shadow:none;

}

.modern-input:focus{

    border-color:#0057ff;

    box-shadow:0 0 0 5px rgba(0,87,255,.10);

}

.input-group-text{

    background:#0057ff;

    color:#fff;

    border:none;

    font-weight:700;

    padding:0 20px;

    border-radius:14px 0 0 14px;

}

.calculate-btn{

    width:100%;

    height:58px;

    border:none;

    border-radius:50px;

    background:#0057ff;

    color:#fff;

    font-size:17px;

    font-weight:700;

    margin-top:15px;

    transition:.35s;

}

.calculate-btn:hover{

    background:#003fc0;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,87,255,.35);

}
/*======================================
      MODERN AGENTS PAGE
======================================*/

.modern-agent-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    text-align:center;

    position:relative;

    height:100%;

}

.modern-agent-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,87,255,.18);

}

.agent-cover{

    height:110px;

    background:linear-gradient(135deg,#0057ff,#00a8ff);

}

.agent-photo{

    margin-top:-55px;

}

.agent-photo img{

    width:110px;

    height:110px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid #fff;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.verified-badge{

    display:inline-block;

    margin-top:15px;

    padding:7px 18px;

    background:#eaf3ff;

    color:#0057ff;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

}

.verified-badge i{

    margin-right:6px;

}

.agent-name{

    margin-top:18px;

    color:#0f172a;

    font-size:24px;

    font-weight:700;

}

.agent-role{

    color:#64748b;

    margin-bottom:25px;

    font-weight:600;

}

.agent-stat-box{

    width:80%;

    margin:auto;

    background:#f8fbff;

    border-radius:15px;

    padding:18px;

    margin-bottom:25px;

    border:1px solid #e7eef8;

}

.agent-stat-box strong{

    display:block;

    font-size:28px;

    color:#0057ff;

    font-weight:700;

}

.agent-stat-box span{

    color:#64748b;

    font-size:14px;

}

.agent-contact{

    text-align:left;

    padding:0 30px;

    margin-bottom:25px;

}

.agent-contact p{

    margin-bottom:14px;

    color:#475569;

    font-weight:600;

}

.agent-contact i{

    width:34px;

    height:34px;

    line-height:34px;

    text-align:center;

    border-radius:50%;

    background:#0057ff;

    color:#fff;

    margin-right:10px;

}

.agent-buttons{

    display:flex;

    justify-content:center;

    gap:12px;

    margin-bottom:20px;

}

.call-btn{

    background:#0057ff;

    color:#fff!important;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.call-btn:hover{

    background:#003fc0;

}

.whatsapp-btn{

    background:#16a34a;

    color:#fff!important;

    padding:12px 24px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

}

.whatsapp-btn:hover{

    background:#12863d;

}

.view-listings-btn{

    display:block;

    margin:25px;

    padding:15px;

    border-radius:50px;

    background:#0f172a;

    color:#fff!important;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.view-listings-btn:hover{

    background:#0057ff;

}
/*====================================================
            MODERN ABOUT PAGE
====================================================*/

/* Hero Section */
.about-hero-section{
    padding:80px 0;
}

.about-badge{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.about-title{
    font-size:52px;
    font-weight:800;
    color:#1d2736;
    margin-bottom:25px;
    line-height:1.2;
}

.about-subtitle{
    color:#222;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.about-buttons .btn{
    padding:15px 34px;
    border-radius:50px;
    font-weight:700;
    margin-right:15px;
    transition:.3s;
}

.about-btn-primary{
    background:#0d6efd;
    color:#fff;
}

.about-btn-primary:hover{
    background:#084fc7;
    color:#fff;
}

.about-btn-outline{
    border:2px solid #0d6efd;
    color:#0d6efd;
    background:#fff;
}

.about-btn-outline:hover{
    background:#0d6efd;
    color:#fff;
}

.about-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}


/* Story Section */

.about-story-section{
    padding:90px 0;
}

.section-title span{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#1d2736;
    margin:15px 0;
}

.section-title p{
    color:#222;
    max-width:700px;
    margin:auto;
    font-size:17px;
}
.story-content{
    color:#222;
    font-size:17px;
    line-height:2;
}

.story-image img{
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}


/* Mission Cards */

.about-features-section{
    padding-bottom:80px;
}

.about-feature-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.about-feature-card:hover{
    transform:translateY(-10px);
}

.feature-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    font-size:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.about-feature-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.about-feature-card p{
    color:#222;
    line-height:1.8;
}

/* Why Choose */

.why-choose-section{
    padding:90px 0;
    background:#f8f9fb;
}

.why-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.why-card:hover{
    transform:translateY(-10px);
}

.why-card i{
    font-size:45px;
    color:#0d6efd;
    margin-bottom:20px;
}

.why-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.why-card p{
    color:#222;
    line-height:1.8;
}


/* Statistics */

.company-stats-section{
    padding:90px 0;
}

.stat-card{
    background:#fff;
    padding:45px 25px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-10px);
}

.stat-card i{
    font-size:45px;
    color:#0d6efd;
    margin-bottom:20px;
}

.stat-card h2{
    font-size:42px;
    font-weight:800;
    color:#1d2736;
}

.stat-card p{
    color:#222;
    font-weight:600;
}


/* CTA */

.about-cta-section{
    margin-top:80px;
    background:linear-gradient(135deg,#0d6efd,#0052cc);
    padding:70px;
    border-radius:25px;
    color:#fff;
}

.about-cta-section h2{
    font-size:42px;
    font-weight:800;
    color:#fff;
}

.about-cta-section p{
    color:#d9e7ff;
    margin-top:15px;
}

.cta-btn-primary,
.cta-btn-secondary{
    display:inline-block;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    margin-top:15px;
    transition:.3s;
}

.cta-btn-primary{
    background:#fff;
    color:#0d6efd;
}

.cta-btn-primary:hover{
    background:#f1f1f1;
    color:#0d6efd;
}

.cta-btn-secondary{
    border:2px solid #fff;
    color:#fff;
    margin-left:10px;
}

.cta-btn-secondary:hover{
    background:#fff;
    color:#0d6efd;
}


/* Mobile */

@media(max-width:991px){

.about-title{
    font-size:38px;
}

.section-title h2{
    font-size:32px;
}

.about-cta-section{
    text-align:center;
    padding:40px 25px;
}

.cta-btn-secondary{
    margin-left:0;
}

.about-buttons .btn{
    margin-bottom:15px;
}

}
/*====================================================
            MODERN CONTACT PAGE
====================================================*/

/* Hero */

.contact-hero{
    padding:90px 0;
}

.contact-badge{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.contact-title{
    font-size:52px;
    font-weight:800;
    color:#1d2736;
    margin-bottom:25px;
}

.contact-subtitle{
    font-size:18px;
    color:#222;
    line-height:1.9;
    margin-bottom:35px;
}

.contact-hero-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.contact-btn-primary{
    background:#0d6efd;
    color:#fff;
    border-radius:50px;
    padding:15px 35px;
    font-weight:700;
    margin-right:15px;
}

.contact-btn-primary:hover{
    background:#0052cc;
    color:#fff;
}

.contact-btn-outline{
    border:2px solid #0d6efd;
    color:#0d6efd;
    border-radius:50px;
    padding:15px 35px;
    font-weight:700;
}

.contact-btn-outline:hover{
    background:#0d6efd;
    color:#fff;
}


/* Contact Info */

.contact-info-section{
    padding:90px 0 40px;
}

.contact-card{

    background:#fff;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.contact-card:hover{

    transform:translateY(-10px);

}

.contact-icon{

    width:80px;

    height:80px;

    background:#0d6efd;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto auto 25px;

    font-size:32px;

}

.contact-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#1d2736;

}

.contact-card p{

    color:#222;

    line-height:1.8;

}


/* Contact Form */

.contact-form-section{

    padding:60px 0 90px;

}

.contact-form-card{

    background:#fff;

    border-radius:25px;

    padding:60px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.section-small-title{

    color:#0d6efd;

    font-weight:700;

    letter-spacing:2px;

}

.section-main-title{

    font-size:42px;

    font-weight:800;

    color:#1d2736;

    margin:15px 0;

}

.section-description{

    color:#222;

    font-size:17px;

}

.modern-input{

    height:55px;

    border-radius:12px;

    border:2px solid #e8edf5;

    font-size:15px;

    box-shadow:none;

}

.modern-input:focus{

    border-color:#0d6efd;

    box-shadow:none;

}

textarea.modern-input{

    height:auto;

    padding-top:15px;

}

.contact-form-card label{

    font-weight:700;

    color:#1d2736;

    margin-bottom:10px;

}

.contact-submit-btn{

    background:#0d6efd;

    color:#fff;

    border:none;

    border-radius:50px;

    padding:16px 45px;

    font-size:17px;

    font-weight:700;

    transition:.3s;

}

.contact-submit-btn:hover{

    background:#0052cc;

}


/* Map */

.contact-map-section{

    padding-top:30px;

}

.contact-map-section iframe{

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}


/* CTA */

.contact-cta-section{

    margin:90px 0;

    background:linear-gradient(135deg,#0d6efd,#0052cc);

    border-radius:25px;

    padding:70px;

    color:#fff;

}

.contact-cta-section h2{

    font-size:40px;

    font-weight:800;

    color:#fff;

}

.contact-cta-section p{

    color:#dbe8ff;

    margin-top:15px;

}

.cta-small-title{

    letter-spacing:2px;

    font-weight:700;

}

.cta-call-btn,
.cta-whatsapp-btn{

    display:inline-block;

    padding:15px 35px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    margin-top:15px;

}

.cta-call-btn{

    background:#fff;

    color:#0d6efd;

}

.cta-call-btn:hover{

    background:#f5f5f5;

    color:#0d6efd;

}

.cta-whatsapp-btn{

    border:2px solid #fff;

    color:#fff;

    margin-left:10px;

}

.cta-whatsapp-btn:hover{

    background:#fff;

    color:#0d6efd;

}


/* Responsive */

@media(max-width:991px){

.contact-title{

    font-size:38px;

}

.section-main-title{

    font-size:32px;

}

.contact-form-card{

    padding:35px;

}

.contact-cta-section{

    text-align:center;

    padding:40px 25px;

}

.cta-whatsapp-btn{

    margin-left:0;

}

.contact-btn-primary,
.contact-btn-outline{

    margin-bottom:15px;

}

}
/*====================================================
      MODERN USER DASHBOARD
====================================================*/

.dashboard-hero{

background:linear-gradient(135deg,#0d6efd,#2563eb);

padding:80px 0;

margin-bottom:60px;

color:#fff;

border-radius:0 0 35px 35px;

}

.dashboard-badge{

display:inline-block;

background:rgba(255,255,255,.15);

padding:8px 18px;

border-radius:30px;

font-size:13px;

letter-spacing:1px;

margin-bottom:20px;

font-weight:600;

}

.dashboard-title{

font-size:48px;

font-weight:700;

margin-bottom:15px;

}

.dashboard-subtitle{

font-size:18px;

opacity:.95;

max-width:650px;

margin-bottom:35px;

}

.dashboard-buttons{

display:flex;

flex-wrap:wrap;

gap:15px;

}

.dashboard-btn-primary{

background:#fff;

color:#0d6efd;

padding:14px 28px;

border-radius:50px;

font-weight:600;

border:none;

transition:.35s;

}

.dashboard-btn-primary:hover{

background:#f4f4f4;

transform:translateY(-3px);

color:#0d6efd;

text-decoration:none;

}

.dashboard-btn-outline{

border:2px solid #fff;

color:#fff;

padding:12px 28px;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.dashboard-btn-outline:hover{

background:#fff;

color:#0d6efd;

text-decoration:none;

}

.dashboard-avatar{

width:240px;

height:240px;

margin:auto;

border-radius:50%;

padding:8px;

background:#fff;

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.dashboard-avatar img{

width:100%;

height:100%;

object-fit:cover;

border-radius:50%;

}
/*====================================================
      DASHBOARD STATISTICS
====================================================*/

.dashboard-stats{

margin-bottom:60px;

}

.dashboard-stat-card{

background:#fff;

border-radius:20px;

padding:30px;

display:flex;

align-items:center;

gap:20px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.dashboard-stat-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.stat-icon{

width:70px;

height:70px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

flex-shrink:0;

}

.stat-icon.bg-primary{

background:#0d6efd;

}

.stat-icon.bg-success{

background:#28a745;

}

.stat-icon.bg-warning{

background:#ffc107;

color:#222;

}

.stat-icon.bg-info{

background:#17a2b8;

}

.dashboard-stat-card h3{

font-size:34px;

font-weight:700;

margin-bottom:5px;

color:#222;

}

.dashboard-stat-card p{

margin:0;

font-size:15px;

color:#666;

font-weight:500;

}
/*=========================================
        PREMIUM QUICK ACTIONS
=========================================*/

.dashboard-action-card{

display:block;

background:#fff;

padding:35px 25px;

border-radius:22px;

text-align:center;

text-decoration:none;

transition:.35s;

box-shadow:0 12px 30px rgba(0,0,0,.08);

height:100%;

position:relative;

overflow:hidden;

}

.dashboard-action-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 45px rgba(0,0,0,.15);

text-decoration:none;

}

.dashboard-action-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#0d6efd,#3b82f6);

}

.action-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#fff;

margin-bottom:25px;

transition:.35s;

}

.dashboard-action-card:hover .action-icon{

transform:rotate(10deg) scale(1.08);

}

.dashboard-action-card h5{

font-size:21px;

font-weight:700;

color:#222;

margin-bottom:12px;

}

.dashboard-action-card p{

font-size:15px;

color:#777;

margin:0;

line-height:1.7;

}
/*=============================================
      MODERN PROFILE CARD
==============================================*/

.profile-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

position:relative;

}

.profile-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.profile-cover{

height:130px;

background:linear-gradient(135deg,#0d6efd,#2563eb);

position:relative;

}

.profile-cover-overlay{

position:absolute;

inset:0;

background:rgba(255,255,255,.05);

}

.profile-avatar{

width:120px;

height:120px;

margin:-60px auto 20px;

border-radius:50%;

padding:6px;

background:#fff;

box-shadow:0 10px 30px rgba(0,0,0,.15);

position:relative;

z-index:10;

}

.profile-avatar img{

width:100%;

height:100%;

object-fit:cover;

border-radius:50%;

}

.profile-info{

text-align:center;

padding:0 25px;

}

.profile-info h3{

font-size:24px;

font-weight:700;

margin-bottom:10px;

color:#222;

}

.verified-badge{

display:inline-block;

background:#eaf4ff;

color:#0d6efd;

padding:8px 16px;

border-radius:50px;

font-size:14px;

font-weight:600;

}

.profile-divider{

height:1px;

background:#eee;

margin:30px 25px;

}

.profile-item{

display:flex;

align-items:center;

padding:12px 25px;

font-size:15px;

color:#555;

}

.profile-item i{

width:40px;

height:40px;

border-radius:50%;

background:#f5f7fa;

display:flex;

align-items:center;

justify-content:center;

margin-right:15px;

color:#0d6efd;

}

.profile-edit-btn{

display:block;

margin:25px;

padding:14px;

background:#0d6efd;

color:#fff;

text-align:center;

border-radius:12px;

font-weight:600;

transition:.35s;

text-decoration:none;

}

.profile-edit-btn:hover{

background:#0b5ed7;

color:#fff;

text-decoration:none;

}
/*=========================================
        PROPERTY CARD FOOTER
=========================================*/

.dashboard-property-footer{

margin-top:25px;

}

.status-badge{

display:inline-block;

padding:8px 18px;

background:#e8f3ff;

color:#0d6efd;

font-size:13px;

font-weight:600;

border-radius:50px;

margin-bottom:18px;

}

.dashboard-property-buttons{

display:flex;

align-items:center;

gap:12px;

}

.property-icon-btn{

width:42px;

height:42px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#f4f6f9;

color:#555;

transition:.3s;

text-decoration:none;

}

.property-icon-btn:hover{

background:#0d6efd;

color:#fff;

}

.property-icon-btn.delete:hover{

background:#dc3545;

}

.property-view-btn{

margin-left:auto;

padding:11px 20px;

background:#0d6efd;

color:#fff;

border-radius:10px;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.property-view-btn:hover{

background:#084ec4;

color:#fff;

}
/*==========================================
      PREMIUM PROPERTY CARD
==========================================*/

.dashboard-property-image-wrapper{

position:relative;

overflow:hidden;

}

.dashboard-property-image{

width:100%;

height:230px;

object-fit:cover;

transition:.45s;

}

.dashboard-property-card:hover .dashboard-property-image{

transform:scale(1.08);

}

.dashboard-property-overlay{

position:absolute;

top:18px;

left:18px;

}

.dashboard-property-overlay span{

background:#0d6efd;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.dashboard-property-title{

font-size:22px;

font-weight:700;

margin-bottom:10px;

color:#222;

}

.dashboard-property-location{

color:#666;

margin-bottom:18px;

}

.dashboard-property-location i{

color:#0d6efd;

margin-right:8px;

}

.dashboard-property-features{

display:flex;

justify-content:space-between;

margin-bottom:22px;

padding-bottom:20px;

border-bottom:1px solid #eee;

}

.dashboard-property-features span{

font-size:14px;

color:#555;

font-weight:600;

}

.dashboard-property-features i{

color:#0d6efd;

margin-right:6px;

}

.dashboard-price{

font-size:30px;

font-weight:700;

color:#0d6efd;

margin-bottom:20px;

}
.action-icon.bg-primary{

background:linear-gradient(135deg,#2563eb,#3b82f6);

}

.action-icon.bg-success{

background:linear-gradient(135deg,#16a34a,#22c55e);

}

.action-icon.bg-warning{

background:linear-gradient(135deg,#f59e0b,#fbbf24);

}

.action-icon.bg-info{

background:linear-gradient(135deg,#0891b2,#06b6d4);

}
/*==========================================
        PREMIUM SUBSCRIPTION CARD
==========================================*/

.subscription-premium-card{

background:linear-gradient(135deg,#0d6efd,#2563eb);

color:#fff;

border-radius:25px;

padding:45px;

box-shadow:0 25px 60px rgba(13,110,253,.25);

}

.subscription-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:35px;

flex-wrap:wrap;

}

.subscription-plan{

display:inline-block;

background:rgba(255,255,255,.15);

padding:10px 18px;

border-radius:30px;

font-weight:600;

margin-bottom:15px;

}

.subscription-plan i{

margin-right:8px;

color:#ffd700;

}

.subscription-header h2{

font-size:34px;

font-weight:700;

margin-bottom:10px;

}

.subscription-header p{

opacity:.9;

margin:0;

}

.subscription-status{

background:#fff;

color:#0d6efd;

padding:12px 24px;

border-radius:50px;

font-weight:700;

}

.subscription-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.feature-item{

display:flex;

align-items:center;

font-size:16px;

}

.feature-item i{

color:#7CFC98;

margin-right:12px;

font-size:18px;

}

.subscription-footer{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

border-top:1px solid rgba(255,255,255,.2);

padding-top:30px;

}

.subscription-footer h5{

margin-top:5px;

font-size:22px;

}

.subscription-btn{

background:#fff;

color:#0d6efd;

padding:14px 30px;

border-radius:12px;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.subscription-btn:hover{

background:#f5f5f5;

color:#0d6efd;

text-decoration:none;

transform:translateY(-3px);

}
/*=========================================
        RECENT ACTIVITY
=========================================*/

.dashboard-activity{
    margin-top:40px;
}

.activity-card{
    display:flex;
    align-items:center;
    background:#fff;
    padding:20px 25px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    margin-bottom:18px;
    transition:.35s;
}

.activity-card:hover{
    transform:translateX(6px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.activity-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#2563eb,#3b82f6);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-right:20px;
    flex-shrink:0;
}

.activity-content{
    flex:1;
}

.activity-content h5{
    margin:0 0 8px;
    font-size:18px;
    font-weight:700;
    color:#222;
}

.activity-content p{
    margin:0;
    color:#666;
    font-size:14px;
}

.activity-date{
    color:#888;
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
}

.activity-badge{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
}

.activity-badge.approved{
    background:#d1fae5;
    color:#065f46;
}

.activity-badge.pending{
    background:#fef3c7;
    color:#92400e;
}

.activity-badge.rejected{
    background:#fee2e2;
    color:#991b1b;
}

.dashboard-empty{
    background:#fff;
    border-radius:20px;
    padding:60px 30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.dashboard-empty i{
    font-size:60px;
    color:#cbd5e1;
    margin-bottom:20px;
}

.dashboard-empty h4{
    margin-bottom:10px;
    color:#222;
    font-weight:700;
}

.dashboard-empty p{
    color:#777;
    margin:0;
}
/*==========================================
        STATISTICS
==========================================*/

.admin-stat-card{

background:#fff;

border-radius:20px;

padding:30px;

display:flex;

align-items:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.admin-stat-card:hover{

transform:translateY(-6px);

}

.admin-stat-icon{

width:70px;

height:70px;

border-radius:18px;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

color:#fff;

margin-right:20px;

}

.admin-stat-icon.blue{

background:#2563eb;

}

.admin-stat-icon.green{

background:#16a34a;

}

.admin-stat-icon.orange{

background:#f59e0b;

}

.admin-stat-icon.red{

background:#dc2626;

}

.admin-stat-card h2{

font-size:34px;

font-weight:700;

margin-bottom:5px;

color:#111827;

}

.admin-stat-card p{

margin:0;

color:#6b7280;

font-weight:500;

}
/* AI Floating Button */

#aiButton{

position:fixed;
bottom:25px;
right:25px;

width:65px;
height:65px;

background:#0057ff;

border-radius:50%;

display:flex;
justify-content:center;
align-items:center;

color:#fff;

font-size:28px;

cursor:pointer;

box-shadow:0 15px 35px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

}

#aiButton:hover{

transform:scale(1.08);

}

/* Chat Box */

#aiChat{

position:fixed;

bottom:100px;

right:25px;

width:360px;

height:520px;

background:#fff;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.25);

display:none;

flex-direction:column;

overflow:hidden;

z-index:9999;

}

.ai-header{

background:#0057ff;

color:#fff;

padding:18px;

display:flex;

justify-content:space-between;

align-items:center;

font-weight:bold;

}

#closeAI{

background:none;

border:none;

color:white;

font-size:25px;

cursor:pointer;

}

#chatMessages{

flex:1;

padding:20px;

overflow-y:auto;

background:#f7f9fc;

}

.bot-message{

background:#eef4ff;

padding:15px;

border-radius:15px;

margin-bottom:15px;

line-height:1.6;

}

.ai-input{

display:flex;

padding:15px;

border-top:1px solid #eee;

}

.ai-input input{

flex:1;

padding:12px;

border:1px solid #ddd;

border-radius:12px;

outline:none;

}

.ai-input button{

margin-left:10px;

width:55px;

border:none;

border-radius:12px;

background:#0057ff;

color:white;

cursor:pointer;

font-size:18px;

}
.user-message{

background:#0057ff;

color:white;

padding:12px 16px;

border-radius:15px;

margin:12px 0;

max-width:80%;

margin-left:auto;

text-align:left;

}
.bot-message{
    background:#f1f5f9;
    color:#333;
    padding:12px 15px;
    border-radius:12px;
    margin:10px 0;
    max-width:90%;
}

.chat-property{
    background:#fff;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    margin:15px 0;
    overflow:hidden;
}

.chat-property img{
    width:100%;
    height:170px;
    object-fit:cover;
}

.chat-property h5{
    padding:12px 15px 5px;
    margin:0;
}

.chat-property p{
    padding:0 15px 10px;
    margin:0;
}

.chat-property a{
    display:block;
    margin:15px;
    text-align:center;
    background:#0057ff;
    color:#fff;
    padding:10px;
    border-radius:8px;
    text-decoration:none;
}
.what-we-do-section{
    padding:90px 0;
    background:#f8fafc;
}

.section-badge{
    display:inline-block;
    background:#eaf5ff;
    color:#0d6efd;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.section-title{
    font-size:38px;
    font-weight:700;
    color:#1f2937;
}

.section-subtitle{
    color:#6b7280;
    font-size:17px;
}

.service-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    margin:auto auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.service-card h4{
    font-size:22px;
    margin-bottom:15px;
    font-weight:700;
}

.service-card p{
    color:#6b7280;
    line-height:1.8;
    min-height:95px;
}

.service-card a{
    color:#0d6efd;
    font-weight:600;
    text-decoration:none;
}

.service-card a i{
    margin-left:8px;
    transition:.3s;
}

.service-card:hover a i{
    transform:translateX(6px);
}
/*=========================================
WHY CHOOSE US
==========================================*/

.why-us-modern{
    padding:100px 0;
    background:#f8fafc;
}

.why-image{
    max-width:95%;
    animation:floatImage 5s ease-in-out infinite;
}

@keyframes floatImage{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
}

.why-badge{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.why-title{
    font-size:42px;
    font-weight:700;
    color:#1e293b;
    margin-bottom:20px;
}

.why-text{
    color:#64748b;
    line-height:1.8;
    margin-bottom:10px;
}

.why-feature{
    display:flex;
    align-items:flex-start;
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;
}

.why-feature:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 35px rgba(0,0,0,.12);
}

.why-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#eef5ff;
    color:#0d6efd;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:18px;
    font-size:24px;
    flex-shrink:0;
}

.why-feature h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
    color:#1e293b;
}

.why-feature p{
    margin:0;
    color:#64748b;
    font-size:15px;
}
.why-premium{

padding:100px 0;

background:linear-gradient(180deg,#ffffff,#f7fbff);

}

.small-title{

background:#e9f2ff;

padding:8px 20px;

border-radius:30px;

font-weight:600;

color:#0d6efd;

}

.why-premium h2{

font-size:48px;

font-weight:700;

margin:20px 0;

color:#1d3557;

}

.why-premium p{

font-size:17px;

color:#6c757d;

line-height:1.8;

}

.feature-box{

display:flex;

align-items:center;

background:#fff;

padding:18px;

border-radius:15px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}

.feature-box:hover{

transform:translateY(-8px);

}

.feature-box i{

font-size:24px;

color:#0d6efd;

margin-right:15px;

}

.feature-box span{

font-weight:600;

}

.why-image-box{

position:relative;

text-align:center;

}

.stats-card{

position:absolute;

bottom:-30px;

left:50%;

transform:translateX(-50%);

background:white;

width:95%;

display:flex;

justify-content:space-between;

padding:25px;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.stats-card h3{

font-weight:700;

color:#0d6efd;

margin:0;

}

.stats-card p{

margin:0;

font-size:14px;

}
/*==========================
HOW IT WORKS
===========================*/

.section-subtitle{
    color:#18a558;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.section-title{
    font-size:40px;
    font-weight:700;
    margin-top:10px;
    color:#1f2937;
}

.section-description{
    color:#6b7280;
    max-width:700px;
    margin:auto;
    margin-top:15px;
    font-size:17px;
}

.process-card{

    background:#fff;

    border-radius:20px;

    padding:45px 30px;

    text-align:center;

    position:relative;

    transition:.35s;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    height:100%;
}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.process-number{

    position:absolute;

    top:20px;

    right:25px;

    font-size:40px;

    font-weight:700;

    color:#e5e7eb;

}

.process-icon{

    width:90px;

    height:90px;

    margin:auto;

    background:#18a558;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    margin-bottom:30px;

}

.process-card h4{

    font-weight:700;

    margin-bottom:15px;

    color:#1f2937;

}

.process-card p{

    color:#6b7280;

    line-height:1.8;

}
.stats-section{
    padding:100px 0;
}

.stat-card{
    background:#fff;
    border-radius:18px;
    text-align:center;
    padding:45px 25px;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    height:100%;
}

.stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.stat-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    margin-bottom:25px;
}

.bg-primary-light{
    background:#eef4ff;
    color:#2563eb;
}

.bg-success-light{
    background:#ecfdf3;
    color:#16a34a;
}

.bg-warning-light{
    background:#fff8e6;
    color:#f59e0b;
}

.bg-danger-light{
    background:#fff1f2;
    color:#ef4444;
}

.stat-card h2{
    font-size:44px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:10px;
}

.stat-card p{
    font-size:16px;
    color:#64748b;
    margin:0;
}
.stats-section{
    padding:100px 0;
}

.stat-card{
    background:#fff;
    border-radius:20px;
    padding:45px 30px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    height:100%;
}

.stat-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.stat-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    margin-bottom:25px;
    font-size:32px;
}

.blue{
    background:#EEF4FF;
    color:#2563EB;
}

.green{
    background:#ECFDF3;
    color:#16A34A;
}

.orange{
    background:#FFF7ED;
    color:#EA580C;
}

.red{
    background:#FEF2F2;
    color:#DC2626;
}

.stat-card h2{
    font-size:46px;
    font-weight:700;
    color:#1E293B;
    margin-bottom:10px;
}

.stat-card h5{
    font-weight:600;
    margin-bottom:8px;
}

.stat-card p{
    color:#64748B;
    margin:0;
}
.popular-locations{

padding:100px 0;

}

.location-card{

position:relative;

overflow:hidden;

border-radius:18px;

height:280px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.location-card:hover{

transform:translateY(-10px);

}

.location-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.location-card:hover img{

transform:scale(1.12);

}

.location-overlay{

position:absolute;

left:0;

right:0;

bottom:0;

padding:25px;

background:linear-gradient(to top,
rgba(0,0,0,.85),
rgba(0,0,0,.2));

color:#fff;

}

.location-overlay h4{

font-size:24px;

font-weight:700;

margin-bottom:8px;

}

.location-overlay p{

margin-bottom:18px;

opacity:.9;

}

.location-overlay a{

display:inline-block;

padding:10px 20px;

background:#16a34a;

color:#fff;

border-radius:30px;

font-weight:600;

transition:.3s;

}

.location-overlay a:hover{

background:#15803d;

text-decoration:none;

color:#fff;

}
.popular-city{

    border-radius:18px;

    transition:.4s;

}

.popular-city img{

    transition:.6s;

}

.popular-city:hover img{

    transform:scale(1.08);

}

.popular-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15)
    );

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    align-items:center;

    padding:30px;

    text-align:center;

}

.popular-city h3{

    font-weight:700;

}

.popular-city .btn{

    border-radius:50px;

    padding:8px 22px;

}
.testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

    margin:15px;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.testimonial-stars{

    color:#f5b301;

    font-size:22px;

    margin-bottom:20px;

}

.testimonial-text{

    color:#666;

    line-height:1.8;

    min-height:130px;

    font-size:15px;

}

.testimonial-user{

    display:flex;

    align-items:center;

    margin-top:25px;

}

.testimonial-user img{

    width:70px;

    height:70px;

    border-radius:50%;

    object-fit:cover;

    border:4px solid #fff;

    box-shadow:0 5px 15px rgba(0,0,0,.2);

    margin-right:18px;

}

.testimonial-user h5{

    margin:0;

    font-weight:700;

}

.testimonial-user span{

    color:#888;

    font-size:14px;

}
.testimonial-user h5{

    font-size:18px;

    font-weight:700;

    transition:.3s;

}

.testimonial-card:hover h5{

    color:#28a745;

}
.language-switcher{
    margin-right:15px;
}

.language-select{
    height:42px;
    border:1px solid #ddd;
    border-radius:25px;
    padding:0 15px;
    background:#fff;
    font-size:14px;
    cursor:pointer;
    outline:none;
    transition:0.3s;
}

.language-select:hover{
    border-color:#17c788;
}

.language-select:focus{
    border-color:#17c788;
}
.language-switcher{
    margin-right:15px;
}

.language-select{
    height:42px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:25px;
    background:#fff;
    cursor:pointer;
    font-size:14px;
}

.language-select:hover{
    border-color:#17c788;
}
.language-dropdown{
    position:relative;
    margin-right:15px;
}

.language-btn{

    display:flex;
    align-items:center;
    gap:8px;

    background:#fff;

    border:1px solid #e6e6e6;

    border-radius:30px;

    height:45px;

    padding:0 18px;

    cursor:pointer;

    transition:.3s;

    font-weight:600;
}

.language-btn:hover{

    border-color:#17c788;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.language-menu{

    position:absolute;

    top:55px;

    right:0;

    background:#fff;

    width:220px;

    border-radius:15px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

    display:none;

    overflow:hidden;

    z-index:9999;

}

.language-menu a{

    display:block;

    padding:14px 18px;

    color:#444;

    text-decoration:none;

    transition:.3s;

}

.language-menu a:hover{

    background:#17c788;

    color:#fff;

}

.language-menu.show{

    display:block;

}
/* ==========================================
TOP BLUE HEADER
========================================== */

.top-header-modern{

    background:#0b2d5c;

    color:#fff;

    padding:10px 0;

    font-size:14px;

}

.top-header-content{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.header-contact{

    display:flex;

    gap:30px;

    align-items:center;

}

.header-contact span{

    display:flex;

    align-items:center;

    gap:8px;

}

.header-contact i{

    color:#1ec98f;

}

.language-selector{

    position:relative;

}

.language-button{

    background:transparent;

    border:none;

    color:#fff;

    display:flex;

    align-items:center;

    gap:10px;

    cursor:pointer;

    font-weight:600;

}

.language-button i{

    font-size:12px;

}

.language-dropdown-menu{

    display:none;

    position:absolute;

    right:0;

    top:45px;

    width:220px;

    background:#fff;

    border-radius:10px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

    overflow:hidden;

    z-index:9999;

}

.language-dropdown-menu.show{

    display:block;

}

.language-dropdown-menu a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:12px 18px;

    color:#333;

    text-decoration:none;

}

.language-dropdown-menu a:hover{

    background:#f5f7fb;

}
/*=========================================
        PREMIUM FOOTER
==========================================*/

.premium-footer{

    position:relative;

    background:#081c35;

    color:#fff;

    margin-top:120px;

    overflow:hidden;

}

.footer-wave{

    position:absolute;

    top:-118px;

    left:0;

    width:100%;

}

.footer-wave svg{

    width:100%;

    height:120px;

}

.footer-cta{

    padding:80px 0 60px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.footer-cta h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.footer-cta p{

    color:#d8d8d8;

    font-size:18px;

}

.footer-btn{

    display:inline-block;

    background:#17c788;

    color:#fff;

    padding:18px 35px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.footer-btn:hover{

    background:#fff;

    color:#081c35;

    transform:translateY(-5px);

}

.footer-main{

    padding:80px 0;

}
/*====================================================
        PREMIUM FOOTER - PART 2
====================================================*/

.footer-company{

    padding-right:40px;

}

.footer-logo{

    width:220px;

    margin-bottom:25px;

}

.footer-company h3{

    color:#fff;

    font-size:28px;

    font-weight:700;

    margin-bottom:20px;

    letter-spacing:1px;

}

.footer-company p{

    color:#c7d2dc;

    line-height:1.9;

    font-size:16px;

    margin-bottom:35px;

}

.footer-stats{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.stat-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:25px;

    transition:.35s;

    backdrop-filter:blur(8px);

}

.stat-box:hover{

    transform:translateY(-8px);

    background:#17c788;

}

.stat-box i{

    font-size:30px;

    margin-bottom:15px;

    color:#17c788;

    transition:.35s;

}

.stat-box:hover i{

    color:#fff;

}

.stat-box h4{

    color:#fff;

    font-size:30px;

    margin-bottom:5px;

    font-weight:700;

}

.stat-box span{

    color:#d8e1ea;

    font-size:15px;

}
/*====================================================
        PREMIUM FOOTER - PART 3
====================================================*/

.footer-widget{

    margin-bottom:35px;

}

.footer-widget h4{

    color:#fff;

    font-size:22px;

    margin-bottom:25px;

    position:relative;

    font-weight:700;

}

.footer-widget h4::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-10px;

    width:60px;

    height:3px;

    background:#17c788;

    border-radius:20px;

}

.footer-widget ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-widget ul li{

    margin-bottom:14px;

}

.footer-widget ul li a{

    color:#c7d2dc;

    text-decoration:none;

    transition:.3s;

    display:inline-block;

}

.footer-widget ul li a i{

    width:24px;

    color:#17c788;

}

.footer-widget ul li a:hover{

    color:#fff;

    transform:translateX(8px);

}
/*====================================================
        PREMIUM FOOTER - PART 4
====================================================*/

.footer-bottom-section{

    margin-top:70px;

    padding-top:60px;

    border-top:1px solid rgba(255,255,255,.08);

}

.newsletter-box,
.office-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px;

    height:100%;

}

.footer-mini-title{

    color:#17c788;

    font-weight:700;

    letter-spacing:2px;

    font-size:13px;

}

.newsletter-box h3,
.office-box h3{

    color:#fff;

    margin:15px 0 20px;

    font-size:30px;

}

.newsletter-box p{

    color:#d7e1eb;

    line-height:1.8;

}

.newsletter-form{

    display:flex;

    margin-top:30px;

    gap:15px;

    flex-wrap:wrap;

}

.newsletter-form input{

    flex:1;

    min-width:220px;

    padding:16px 20px;

    border:none;

    border-radius:50px;

    outline:none;

}

.newsletter-form button{

    background:#17c788;

    color:#fff;

    border:none;

    padding:16px 35px;

    border-radius:50px;

    cursor:pointer;

    transition:.3s;

}

.newsletter-form button:hover{

    background:#fff;

    color:#081c35;

}

.office-box ul{

    list-style:none;

    padding:0;

    margin-top:25px;

}

.office-box li{

    margin-bottom:18px;

    color:#d7e1eb;

}

.office-box li i{

    color:#17c788;

    width:28px;

}
/*====================================================
        PREMIUM FOOTER - PART 5
====================================================*/

.footer-map-social{

    margin-top:70px;

}

.map-box,
.social-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:35px;

    height:100%;

}

.footer-map{

    margin-top:25px;

    overflow:hidden;

    border-radius:15px;

}

.footer-map iframe{

    width:100%;

    height:320px;

    border:0;

}

.social-box h3{

    color:#fff;

    margin:15px 0;

}

.social-box p{

    color:#d8e3ec;

    line-height:1.8;

}

.footer-social-icons{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin:30px 0;

}

.footer-social-icons a{

    width:55px;

    height:55px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:20px;

    text-decoration:none;

    transition:.35s;

}

.footer-social-icons a:hover{

    background:#17c788;

    transform:translateY(-8px);

}

.trust-rating{

    margin-top:25px;

    font-size:18px;

    color:#ffd95b;

}

.trust-rating span{

    display:block;

    margin-top:12px;

    color:#d7e1ea;

    font-size:15px;

}
/*====================================================
        PREMIUM FOOTER - PART 6
====================================================*/

.footer-trust-section{

    margin-top:70px;

}

.trust-box,
.payment-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px;

    height:100%;

}

.trust-box h3,
.payment-box h3{

    color:#fff;

    margin:15px 0 35px;

}

.trust-items{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.trust-item{

    background:rgba(255,255,255,.04);

    border-radius:15px;

    padding:25px;

    transition:.35s;

}

.trust-item:hover{

    transform:translateY(-8px);

    background:#17c788;

}

.trust-item i{

    font-size:34px;

    color:#17c788;

    margin-bottom:20px;

    transition:.35s;

}

.trust-item:hover i{

    color:#fff;

}

.trust-item h5{

    color:#fff;

    margin-bottom:12px;

}

.trust-item p{

    color:#d8e2eb;

    font-size:15px;

    line-height:1.7;

}

.payment-icons{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

}

.payment-card{

    background:rgba(255,255,255,.05);

    border-radius:15px;

    padding:20px;

    text-align:center;

    transition:.35s;

}

.payment-card:hover{

    background:#17c788;

    transform:translateY(-6px);

}

.payment-card i{

    font-size:34px;

    color:#17c788;

    margin-bottom:10px;

    transition:.35s;

}

.payment-card:hover i{

    color:#fff;

}

.payment-card span{

    display:block;

    color:#fff;

    font-size:14px;

}
/*====================================================
        PREMIUM FOOTER - PART 7
====================================================*/

.footer-bottom{

    margin-top:80px;

    border-top:1px solid rgba(255,255,255,.08);

    padding:35px 0 10px;

}

.copyright-text{

    color:#c7d2dc;

    margin:0;

    font-size:15px;

}

.footer-links-bottom{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

}

.footer-links-bottom a{

    color:#d7e1ea;

    text-decoration:none;

    transition:.3s;

    font-size:15px;

}

.footer-links-bottom a:hover{

    color:#17c788;

}

.developer-text{

    color:#d7e1ea;

    margin:0;

    font-size:15px;

}

.developer-text span{

    color:#17c788;

    font-weight:700;

}

.developer-text i{

    color:#ff4d6d;

    margin-left:6px;

}
/* =========================================
   LIVE PROPERTY VIEWING
========================================= */

.live-viewing-box {
    margin-top: 30px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.live-viewing-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.live-viewing-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: #eef7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1769aa;
    font-size: 22px;
    flex-shrink: 0;
}

.live-viewing-header h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 700;
}

.live-viewing-header p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.viewing-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.viewing-input {
    margin-bottom: 18px;
}

.viewing-input label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.viewing-input input,
.viewing-input textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #ddd;
    border-radius: 9px;
    background: #fff;
    font-size: 14px;
    transition: 0.3s;
}

.viewing-input input:focus,
.viewing-input textarea:focus {
    border-color: #1769aa;
    outline: none;
    box-shadow: 0 0 0 3px rgba(23,105,170,0.08);
}

.viewing-input textarea {
    resize: vertical;
}

.request-viewing-btn {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    background: #1769aa;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.request-viewing-btn:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.request-viewing-btn i {
    margin-right: 7px;
}

@media (max-width: 767px) {

    .live-viewing-box {
        padding: 20px;
    }

    .viewing-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .live-viewing-header {
        align-items: flex-start;
    }

}







































































