[data-bs-theme=light] {
  --black: #000;
  --border-color: #e5e7ec;
  --color-0077b5: #0077b5;
  --color-0f172b: #0f172b;
  --color-111111: #111111;
  --color-1398ff: #1398ff;
  --color-151515: #151515;
  --color-17c7d2: #17c7d2;
  --color-191b1f: #191b1f;
  --color-1c7430: #1c7430;
  --color-1d2534: #1d2534;
  --color-1e7e34: #1e7e34;
  --color-222222: #222;
  --color-252525: #252525;
  --color-272a2f: #272a2f;
  --color-2dbe6c: #2dbe6c;
  --color-333333: #333333;
  --color-3786ff: #3786ff;
  --color-3b3b3b: #3b3b3b;
  --color-43c3ea: #43c3ea;
  --color-466ca9: #466ca9;
  --color-495057: #495057;
  --color-55acee: #55acee;
  --color-7360ff: #7360ff;
  --color-808288: #808288;
  --color-878a8f: #878a8f;
  --color-9799a2: #9799a2;
  --color-989aa3: #989aa3;
  --color-999da4: #999da4;
  --color-a0a1a8: #a0a1a8;
  --color-a6a7af: #a6a7af;
  --color-a6dce6: #a6dce6;
  --color-b9bac0: #b9bac0;
  --color-c7d9cf: #c7d9cf;
  --color-caefda: #caefda;
  --color-d2d4d9: #d2d4d9;
  --color-d3e5db: #d3e5db;
  --color-d3e6db: #d3e6db;
  --color-d43f3a: #d43f3a;
  --color-d74eff: #d74eff;
  --color-d9534f: #d9534f;
  --color-dadde6: #dadde6;
  --color-dd4b39: #dd4b39;
  --color-dfe1e6: #dfe1e6;
  --color-e4405f: #e4405f;
  --color-e4e7eb: #e4e7eb;
  --color-e4ede9: #e4ede9;
  --color-e5e5e5: #e5e5e5;
  --color-e5f8ed: #e5f8ed;
  --color-e7eed3: #e7eed3;
  --color-e8ded5: #e8ded5;
  --color-edfaf3: #edfaf3;
  --color-eeeeee: #eee;
  --color-f2b241: #f2b241;
  --color-f2f2f5: #f2f2f5;
  --color-f5f5f5: #f5f5f5;
  --color-f94c4c: #f94c4c;
  --color-f95757: #f95757;
  --color-f9f9f9: #f9f9f9;
  --color-fafbfc: #fafbfc;
  --color-rgb-0-0-0-10: rgb(0 0 0 / 10%);
  --color-rgb-0-0-0-7: rgb(0 0 0 / 7%);
  --color-rgb-0-0-0-8: rgb(0 0 0 / 8%);
  --color-rgba-0-0-0-0-0: rgba(0, 0, 0, 0.0);
  --color-rgba-0-0-0-0-1: rgba(0, 0, 0, 0.1);
  --color-rgba-0-0-0-0-2: rgba(0, 0, 0, 0.2);
  --color-rgba-0-0-0-0-8: rgba(0, 0, 0, 0.8);
  --color-rgba-0-0-0-0-9: rgba(0, 0, 0, 0.9);
  --color-rgba-255-255-255-0: rgba(255, 255, 255, 0);
  --color-rgba-255-255-255-0-05: rgba(255, 255, 255, 0.05);
  --color-rgba-255-255-255-0-1: rgba(255, 255, 255, 0.1);
  --color-rgba-255-255-255-0-2: rgba(255, 255, 255, .2);
  --color-rgba-255-255-255-0-3: rgba(255, 255, 255, .3);
  --color-rgba-255-255-255-0-5: rgba(255, 255, 255, 0.5);
  --color-rgba-255-255-255-0-6: rgba(255, 255, 255, 0.6);
  --color-rgba-255-255-255-0-9: rgba(255, 255, 255, 0.9);
  --color-rgba-255-255-255-1: rgba(255, 255, 255, 1);
  --dark-main: #1b1d21;
  --heading-color: #2d2929;
  --primary-orange: #fa990e;
  --primary-orange-f8: #fa980ef8;
  --primary-orange-hover: #db8712;
  --text-color: #93959e;
  --white: #fff;
}

/* Css For Realshed */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size: 16px;
  color: var(--text-color);
  line-height: 26px;
  font-weight: 400;
  background: var(--white);
  font-family: 'Rubik', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}


a {
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: 'Rubik', sans-serif;
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: var(--heading-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}


.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}


figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15.5px 34px;
  text-transform: capitalize;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one {
  color: var(--white);
  background-color: var(--primary-orange);
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
}

.theme-btn:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-one:before {
  background-color: var(--color-a6dce6);
}

.theme-btn.btn-one:hover {
  color: var(--dark-main);
}

.theme-btn:hover:before {
  width: 100%;
}

.theme-btn span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
}

.theme-btn.btn-two {
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.theme-btn.btn-two:hover {
  color: var(--white);
}

.theme-btn.btn-two:before {
  background-color: var(--primary-orange);
}


.pagination {
  position: relative;
  display: block;
}

.pagination li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.pagination li:last-child {
  margin: 0px !important;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: 500;
  border: 1px solid var(--border-color);
  background: var(--white);
  text-align: center;
  color: var(--heading-color);
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: var(--primary-orange);
}

.pagination li a i {
  font-weight: 700;
}

.sec-pad {
  padding: 114px 0px 120px 0px;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  color: var(--white);
  font-size: 40px;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top:after,
.scroll-top:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 var(--color-rgba-255-255-255-0-9);
  box-shadow: 0 0 0 0 var(--color-rgba-255-255-255-0-9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-top:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.sec-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.whatsapp-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  left: 30px;
  background-color: var(--primary-orange);
  color: var(--white);
  font-size: 30px;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  box-shadow: 0 10px 30px 0px var(--color-rgba-0-0-0-0-1);
}

.whatsapp-btn.open {
  bottom: 50px;
}

.whatsapp-btn:hover {
  background-color: var(--primary-orange-hover);
  color: var(--white);
}

.whatsapp-btn:after,
.whatsapp-btn:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 var(--primary-orange-f8);
  box-shadow: 0 0 0 0 var(--primary-orange-f8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.whatsapp-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.sec-title h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.sec-title h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin: 0px;
}

.sec-title.light h2 {
  color: var(--white);
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  box-shadow: 0 10px 20px 0px var(--color-rgb-0-0-0-7);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background: var(--white);
  border-bottom: 1px solid var(--color-rgba-0-0-0-0-1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  position: relative;
  background-color: var(--dark-main);
  padding: 11.5px 70px;
}

.header-top .info li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  color: var(--primary-orange);
  margin-right: 40px;
  padding-left: 20px;
}

.header-top .info li:last-child {
  margin: 0px !important;
}


.header-top .info li a {
  display: inline-block;
  color: var(--color-rgba-255-255-255-0-6);
}

.header-top .info li a:hover {}

.header-top .info li i {
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top .info li:before {
  position: absolute;
  content: '';
  background-color: var(--color-rgba-255-255-255-0-2);
  width: 1px;
  height: 16px;
  top: 4px;
  right: -20px;
}

.header-top .info li:last-child:before {
  display: none;
}

.header-top .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.header-top .social-links li:last-child {
  margin: 0px !important;
}

.header-top .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--primary-orange);
}

.header-top .social-links li a:hover {}

.header-top .social-links {
  position: relative;
  float: left;
}

/* .header-top .social-links {
   margin-right: 60px;
 } */

/* .header-top .social-link:after {
   position: absolute;
   content: '';
   background-color: rgba(255, 255, 255, 0.2);
   width: 1px;
   height: 16px;
   right: -10px;
   top: 4px;
 } */

/** header-lower **/

.header-lower {
  position: relative;
}

.main-header .outer-box {
  position: relative;
  padding: 0px 70px;
}

.main-header .outer-box .main-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo-box {
  position: relative;
  padding: 5px 0px;
}

.main-header .logo-box .logo {
  max-width: 214px;
}

.main-header .logo-box .logo img {
  width: 100%;
}


/** main-menu **/

.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation>li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 40px 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  color: var(--heading-color);
  padding: 0px 30px;
  border-right: 1px solid var(--color-a6dce6);
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 40px;
}

.main-menu .navigation>li:first-child>a {
  border-left: 1px solid var(--color-a6dce6);
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
  color: var(--primary-orange);
}

.main-menu .navigation>li.dropdown>a span {
  position: relative;
  display: inline-block;
}

.main-menu .navigation>li>a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  bottom: -4px;
  transition: all 500ms ease;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
  transform: translateX(-50%) scale(1, 1);
}



.main-menu .navigation>li>ul {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: var(--white);
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px var(--color-rgba-0-0-0-0-2);
  box-shadow: 0px 4px 4px 1px var(--color-rgba-0-0-0-0-2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation>li>ul.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
    width: 130px !important;
  }
}

.main-menu .navigation>li>ul.dropdown-menu-end>li>a {
  text-align: center !important;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation>li>ul>li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--heading-color);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover {
  color: var(--primary-orange);
}

.main-menu .navigation>li>ul>li>a:active {
  background-color: transparent;
}

.main-menu .navigation>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 7px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  right: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: var(--white);
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px var(--color-rgba-0-0-0-0-2);
  box-shadow: 0px 4px 4px 1px var(--color-rgba-0-0-0-0-2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation>li>ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 7px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--heading-color);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}


/** banner-section **/

.banner-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 150px;
  padding-bottom: 60px;
}

.banner-section:before {
  position: absolute;
  content: '';
  background-color: var(--color-1d2534);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.banner-section .content-box {
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.banner-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-section .content-box p {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.98, 0.98) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: var(--color-808288);
  top: 0px;
  right: 25px;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  line-height: 50px;
  border: 1px solid var(--border-color) !important;
  font-size: 14px;
  color: var(--color-808288);
  font-weight: 400;
  background: transparent;
  border-radius: 5px;
  padding: 0px 20px;
  text-transform: uppercase;
}

.search-field .top-search .nice-select {
  padding: 0px 50px;
}

.search-field .top-search .column:last-child .nice-select {
  padding: 0px 20px;
}

.search-field {
  position: relative;
  display: block;
  z-index: 1;
}

.search-field .top-search {
  position: relative;
  display: block;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 15px 50px 0px var(--color-rgb-0-0-0-10);
}

.search-field .top-search .search-form {
  position: relative;
  padding: 25px 170px 32px 40px;
}

.search-field .top-search .form-group {
  position: relative;
  margin: 0px;
}

.search-field .top-search .form-group label {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-0f172b);
  margin-bottom: 7px;
}

.search-field .top-search .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 10px 20px 10px 50px;
  font-size: 14px;
  color: var(--color-808288);
  transition: all 500ms ease;
}

.search-field .top-search .form-group .field-input,
.search-field .top-search .form-group .select-box {
  position: relative;
  min-height: 50px;
}

.search-field .top-search .form-group i {
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 14px;
  color: var(--color-808288);
  z-index: 1;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  border: 1px solid var(--border-color);
}

.nice-select .option {
  padding: 5px 20px 2px 20px !important;
}

.nice-select .option {
  background-color: transparent !important;
  padding: 4px 20px 4px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--color-808288);
}

.nice-select .list {
  padding: 20px 20px !important;
}

.search-field .top-search .search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  height: 100%;
  text-align: center;
}

.search-field .top-search .search-btn button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  font-size: 17px;
  color: var(--white);
  background-color: var(--primary-orange);
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  transition: all 500ms ease;
}

.search-field .top-search .search-btn button:hover {
  background-color: var(--color-a6dce6) !important;
  color: var(--dark-main) !important;
}

.search-field .top-search .search-btn button span {
  display: block;
  margin-top: 6px;
}

/* Custom HTML5 Double Range Slider */
.price-slider-container {
  position: relative;
  height: 15px;
  margin-top: 15px;
  width: 100%;
}

.price-slider-track {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--border-color);
  border-radius: 5px;
  top: 6px;
  z-index: 1;
}

.price-slider-progress {
  position: absolute;
  height: 3px;
  background-color: var(--primary-orange);
  border-radius: 5px;
  top: 6px;
  z-index: 2;
}

.range-input {
  position: relative;
  width: 100%;
  height: 15px;
  z-index: 3;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

/* Custom range input thumbs */
.range-input input::-webkit-slider-thumb {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: var(--primary-orange);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.range-input input::-moz-range-thumb {
  height: 11px;
  width: 11px;
  border: none;
  border-radius: 50%;
  background: var(--primary-orange);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.banner-section .inner-container {
  position: relative;
}


/** category-section **/

.bg-color-1 {
  background-color: var(--color-e5f8ed);
}


/** feature-section **/

.feature-section {
  position: relative;
}

.feature-section .sec-title h2 {
  margin-bottom: 21px;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 10px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box {
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
}

.feature-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box .image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: var(--color-rgba-255-255-255-0-2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box:hover .image-box .image::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.feature-block-one .inner-box .image-box .image img {
  width: 100%;
}

.feature-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: '';
  background-color: var(--black);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
}

.feature-block-one .inner-box .image-box .category {
  position: absolute;
  left: 70px;
  top: 10px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 14px;
  text-align: center;
  background-color: var(--color-f2b241);
  z-index: 1;
}

.feature-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 0px 30px 40px 30px;
}

.feature-block-one .inner-box .lower-content .title-text h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 7px;
}

.feature-block-one .inner-box .lower-content .title-text h4 a {
  display: inline-block;
  color: var(--heading-color);
}

.feature-block-one .inner-box .lower-content .title-text h4 a:hover {}

.feature-block-one .inner-box .lower-content .price-box .price-info h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 0px;
}

.feature-block-one .inner-box .lower-content .price-box .price-info h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.feature-block-one .inner-box .lower-content .price-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.feature-block-one .inner-box .lower-content p {
  margin-bottom: 21px;
}

.feature-block-one .inner-box .lower-content .more-details {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.feature-block-one .inner-box .lower-content .more-details li {
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  padding-left: 28px;
}

.feature-block-one .inner-box .lower-content .more-details li i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 14px;
}

.feature-block-one .inner-box .lower-content .more-details li:before {
  position: absolute;
  content: '';
  background-color: var(--border-color);
  width: 1px;
  height: 18px;
  top: 2px;
  right: 12px;
}

.feature-block-one .inner-box .lower-content .more-details li:last-child:before {
  display: none;
}

.feature-block-one .inner-box .lower-content .theme-btn {
  padding: 10.5px 23px;
}

.feature-section .sec-title {
  margin-bottom: 40px;
}

.feature-section .more-btn {
  position: relative;
  margin-top: 50px;
}


/** video-section **/

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px var(--color-rgba-255-255-255-0);
    box-shadow: 0 0 0 40px var(--color-rgba-255-255-255-0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 var(--color-rgba-255-255-255-0);
    box-shadow: 0 0 0 0 var(--color-rgba-255-255-255-0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px var(--color-rgba-255-255-255-0);
    box-shadow: 0 0 0 40px var(--color-rgba-255-255-255-0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 var(--color-rgba-255-255-255-0);
    box-shadow: 0 0 0 0 var(--color-rgba-255-255-255-0);
  }
}


/** deals-section **/

.deals-block-one .inner-box {
  position: relative;
  display: block;
  background-color: var(--white);
  border-radius: 10px;
  padding: 79px 50px 55px 50px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
}

.deals-block-one .inner-box .category {
  position: absolute;
  left: 50px;
  top: 10px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 14px;
  text-align: center;
  background-color: var(--color-f2b241);
  z-index: 1;
}

.deals-block-one .inner-box .lower-content .title-text h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 7px;
}

.deals-block-one .inner-box .lower-content .title-text h4 a {
  display: inline-block;
  color: var(--heading-color);
}

.deals-block-one .inner-box .lower-content .title-text h4 a:hover {}

.deals-block-one .inner-box .lower-content .price-box .price-info h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 0px;
}

.deals-block-one .inner-box .lower-content .price-box .price-info h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.deals-block-one .inner-box .lower-content .price-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.deals-block-one .inner-box .lower-content p {
  margin-bottom: 21px;
}

.deals-block-one .inner-box .lower-content .more-details {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.deals-block-one .inner-box .lower-content .more-details li {
  position: relative;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-weight: 500;
  margin-right: 30px;
  padding-left: 28px;
}

.deals-block-one .inner-box .lower-content .more-details li:last-child {
  margin: 0px !important;
}

.deals-block-one .inner-box .lower-content .more-details li i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 14px;
}

.deals-block-one .inner-box .lower-content .more-details li:before {
  position: absolute;
  content: '';
  background-color: var(--border-color);
  width: 1px;
  height: 18px;
  top: 2px;
  right: -15px;
}

.deals-block-one .inner-box .lower-content .more-details li:last-child:before {
  display: none;
}

.deals-block-one .inner-box .lower-content .theme-btn {
  padding: 10.5px 23px;
}


/** testimonial-section **/


/** chooseus-section **/


/** place-section **/


/** team-section **/


/** cta-section **/

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}


/** news-section **/


/** download-section **/


/** main-footer **/

.footer-bottom {
  position: relative;
  display: block;
  background-color: var(--color-272a2f);
  padding: 37px 0px;
}

.footer-bottom .footer-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  z-index: 1;
}

.footer-bottom p,
.footer-bottom a {
  color: var(--color-rgba-255-255-255-0-5);
}

.footer-bottom a:hover {}

.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child {
  margin: 0px !important;
}

.footer-bottom .footer-nav li:before {
  position: absolute;
  content: '';
  background-color: var(--color-a6dce6);
  width: 1px;
  height: 18px;
  top: 3px;
  right: -15px;
}

.footer-bottom .footer-nav li:last-child:before {
  display: none;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/


/** banner-style-two **/


/** search-field-section **/


/** feature-style-two **/


/** deals-style-two **/


/** testimonial-style-two **/


/** place-style-two **/


/** clients-section **/


/** subscribe-section **/



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

/** location-section **/


/** feature-style-three **/


/** funfact-section **/


/** testimonial-style-three **/


/** pricing-section **/


/** contact-section **/

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/

.page-content .search-field-section .switch_btn_one button i.fa-plus-circle {
  position: absolute;
  left: 0px;
  top: 5px;
}

.page-content .search-field-section .switch_btn_one button i.fa-angle-down {
  position: absolute;
  right: 0px;
  top: 6px;
}

.deals-block-one .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
}

.wrapper.list .deals-list-content {
  display: block;
}

.wrapper.grid .deals-list-content {
  display: none;
}

.item-shorting {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.item-shorting h5 {
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
}

.item-shorting h5 span {
  font-weight: 400;
  color: var(--color-808288);
}

.item-shorting .right-column {
  position: relative;
}

.item-shorting .right-column .short-menu {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.item-shorting .right-column .short-menu button {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  cursor: pointer;
  background: transparent;
  margin-right: 10px;
  transition: all 500ms ease;
}

.item-shorting .right-column .short-menu button:last-child {
  margin: 0px !important;
}

.item-shorting .right-column .short-menu button:hover,
.item-shorting .right-column .short-menu button.on {
  color: var(--primary-orange);
}

.item-shorting .nice-select {
  border: none !important;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: var(--text-color);
  text-transform: none;
}

.item-shorting .nice-select:after {
  color: var(--text-color);
}

.deals-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.deals-block-one .inner-box .image-box .image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: var(--color-rgba-255-255-255-0-2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.deals-block-one .inner-box:hover .image-box .image::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.deals-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: '';
  background-color: var(--black);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
}




/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/

/** dark-header **/


/** banner-style-three **/


/** about-section **/


/** testimonial-style-four **/


/** news-style-two **/



/*** 

====================================================================
                        Agents-Page
====================================================================

***/

/** page-title **/


/** agents-page-section **/

.default-sidebar {
  position: relative;
  display: block;
}

.default-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.default-sidebar .widget-title h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: var(--color-0f172b);
  font-weight: 500;
}

.default-sidebar .agents-search .form-group .nice-select {
  text-transform: none;
  border: 1px solid var(--border-color) !important;
}

.default-sidebar .agents-search .form-group .nice-select:after {
  color: var(--text-color);
}

.default-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px 30px 30px 30px;
  box-shadow: 0 15px 25px 0px var(--color-rgb-0-0-0-8);
}

.default-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.default-sidebar .feature-block-one .inner-box {
  box-shadow: 0 15px 25px 0px var(--color-rgb-0-0-0-8);
}

.default-sidebar .feature-block-one .inner-box .lower-content {
  padding-top: 23px;
}


/** agent-details **/

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="password"],
.default-form textarea {
  position: relative;
  display: block;
  width: 100% !important;
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-size: 14px;
  color: var(--text-color);
  padding: 10px 20px;
  box-shadow: none;
  outline: none;
  transition: all 500ms ease;
}

.default-form textarea {
  height: 120px;
  resize: none;
}

.default-form input:focus,
.default-form textarea:focus {}



/*** 

====================================================================
                        Property-Page
====================================================================

***/

.page-title-two {
  position: relative;
  padding: 60px 0px;
}

.page-title-two h1 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 12px;
}

.property-page-section {
  position: relative;
  padding: 120px 0px;
}

.property-page-section .deals-block-one .inner-box {
  position: relative;
  padding: 34px 50px 42px 340px !important;
  min-height: 350px;
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
  margin-bottom: 30px;
}

.property-page-section .deals-block-one .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
}

.property-page-section .feature-block-one .inner-box {
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
  margin-bottom: 30px;
}

.property-page-section .deals-block-one .inner-box .category {
  left: 70px;
}

.default-sidebar .filter-widget .select-box {
  min-height: 50px;
  margin-bottom: 10px;
}

.default-sidebar .filter-widget .theme-btn {
  display: block;
  width: 100%;
}

.default-sidebar .price-filter .input {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.default-sidebar .price-filter .input input {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}

.property-page-section .item-shorting {
  position: relative;
  width: 100%;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-bottom: none;
  background-color: var(--white);
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
  border-radius: 10px;
}


/** property-details **/

.property-details {
  position: relative;
  padding: 120px 0px;
}

.property-details .top-details {
  position: relative;
  width: 100%;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-bottom: none;
  background-color: var(--white);
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
  border-radius: 10px;
}

.property-details .top-details .left-column h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 20px;
}

.property-details .top-details .right-column .price-inner .category li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.property-details .top-details .right-column .price-inner .category li:last-child {
  margin: 0px !important;
}

.property-details .top-details .right-column .price-inner .category li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--white);
  font-weight: 500;
  padding: 0px 14px;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.property-details .top-details .right-column .price-inner .category li:first-child a {
  background-color: var(--color-f2b241);
}

.property-details .top-details .right-column .price-inner .category li:last-child a {
  background-color: var(--color-7360ff);
}

.property-details .top-details .right-column .price-inner .category {
  margin-right: 20px;
}

.property-details .top-details .right-column .price-inner .price-box h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}

.property-details .top-details .right-column .price-inner {
  position: relative;
  margin-bottom: 26px;
}

.property-details .carousel-inner {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.property-details .carousel-inner .image-box {
  position: relative;
  display: block;
  border-radius: 10px;
}

.property-details .carousel-inner .image-box img {
  width: 100%;
  border-radius: 10px;
}

.property-details .carousel-inner .image-box:before {
  position: absolute;
  content: '';
  background-color: var(--black);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
  border-radius: 10px;
}

.property-details-content {
  position: relative;
  display: block;
}

.property-details-content .title-box {
  position: relative;
  display: block;
  padding-bottom: 18px;
  margin-bottom: 28px;
}

.property-details-content .title-box:before {
  position: absolute;
  content: '';
  background-color: var(--border-color);
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.property-details-content .title-box:after {
  position: absolute;
  content: '';
  background-color: var(--border-color);
  width: calc(100% - 90px);
  height: 1px;
  left: 0px;
  bottom: -4px;
}

.property-details-content .title-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.property-details-content .content-widget {
  position: relative;
  width: 100%;
  padding: 43px 30px;
  margin-bottom: 30px;
  background-color: var(--white);
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
  border-radius: 10px;
}

.property-details-content .content-widget:last-child {
  margin-bottom: 0px;
}

.property-details-content .discription-box .text p {
  margin-bottom: 26px;
}

.property-details-content .discription-box .text p:last-child {
  margin-bottom: 0px;
}

.property-details-content .details-box .list li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  width: 33.333%;
  font-size: 16px;
  color: var(--color-0f172b);
  margin-bottom: 11px;
  padding-right: 25px;
  /* Spacing between columns */
  box-sizing: border-box;
}

.property-details-content .details-box .list li strong.spec-label {
  font-weight: 500;
  margin-right: 6px;
  flex-shrink: 0;
  /* Title remains static */
}

.property-details-content .details-box .list li span.spec-value {
  color: var(--color-808288);
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
  flex-grow: 1;
}

.property-details-content .details-box .list li span.spec-value::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari/Opera */
}

.property-details-content .details-box {
  padding-bottom: 32px;
}

.property-details-content .amenities-box .list li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  width: 25%;
  margin-bottom: 19px;
  padding-right: 15px;
  /* Spacing between columns */
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
}

.property-details-content .amenities-box .list li i {
  flex-shrink: 0;
  /* Icon remains static */
}

.property-details-content .amenities-box .list li span.amenity-value {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
  flex-grow: 1;
}

.property-details-content .amenities-box .list li span.amenity-value::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari/Opera */
}

.property-details-content .amenities-box {
  padding-bottom: 24px;
}

.property-details-content .floorplan-inner .title-box {
  margin-bottom: 34px;
}

.property-details-content .location-box .info {
  position: relative;
  display: block;
  padding-bottom: 15px;
}

.property-details-content .location-box .info li {
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 16px;
  margin-bottom: 11px;
}

.property-details-content .location-box .info li span {
  color: var(--color-0f172b);
}

.property-details-content #contact-google-map {
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
}

.property-details-content .form-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.property-details-content .form-group.message-btn {
  margin-bottom: 0px;
  padding-top: 15px;
}

.property-details-content .form-group input[type='text'],
.property-details-content .form-group input[type='email'],
.property-details-content .form-group input[type='tel'],
.property-details-content .form-group textarea {
  position: relative;
  display: block;
  width: 100% !important;
  height: 42px;
  font-size: 16px;
  color: var(--color-808288);
  border-bottom: 1px solid var(--border-color);
  transition: all 500ms ease;
}

.property-details-content .form-group input:focus,
.property-details-content .form-group textarea:focus {}

.property-details-content .form-group textarea {
  height: 120px;
  resize: none;
}

.property-details-content .form-group i {
  position: absolute;
  right: 0px;
  top: 22px;
  font-size: 13px;
  color: var(--color-808288);
  z-index: 1;
}


/** mortgage-calculator **/

.calculator-widget .floating-label {
  position: absolute;
  top: -9px;
  left: 60px;
  font-size: 11px;
  font-weight: 600;
  color: #888;
  background: #fff;
  padding: 0 6px;
  z-index: 10;
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
}

.calculator-widget .form-group input:not(:placeholder-shown)~.floating-label {
  opacity: 1;
  transform: translateY(0);
}

.calculator-widget .form-group input:focus~.floating-label {
  color: var(--color-2dbe6c);
}

.property-sidebar .calculator-widget .form-group {
  position: relative;
  margin-bottom: 20px;
}

.property-sidebar .calculator-widget .form-group:last-child {
  margin-bottom: 0px;
}

.property-sidebar .calculator-widget .form-group i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  border-right: 1px solid var(--border-color);
  background: transparent;
  z-index: 1;
}

.property-sidebar .calculator-widget .form-group input {
  padding-left: 70px !important;
}

.property-sidebar .calculator-widget .form-group .select-box {
  min-height: 50px;
}

.property-sidebar .calculator-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.property-sidebar .calculator-widget h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.property-sidebar .calculator-widget .form-group .theme-btn {
  display: block;
  width: 100%;
  padding: 10.5px 30px;
}

.property-sidebar .calculator-widget .form-group .nice-select {
  text-transform: capitalize;
}

.property-details .similar-content {
  position: relative;
  display: block;
  padding-top: 93px;
  margin-top: 100px;
  border-top: 1px solid var(--border-color);
}

.property-details .similar-content .title {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.property-details .similar-content .title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.property-details .similar-content .feature-block-one .inner-box {
  box-shadow: 0 10px 30px 0px var(--color-rgb-0-0-0-10);
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** faq-page-section **/


/** properties-section **/


/** career-page-section **/



/*** 

====================================================================
                        Gallery-Page
====================================================================

***/



/*** 

====================================================================
                        MyProfile-Page
====================================================================

***/

.myprofile-section .inner-box .field-input .nice-select {
  text-transform: none;
}


/** error-section **/


/** contact-info-section **/



/*** 

====================================================================
                        Agency-Page
====================================================================

***/


/*** 

====================================================================
                        Blog-Page
====================================================================

***/


/** modify-css **/

.page-content .search-field-section .active .switch_btn_one .nav-btn i.fa-angle-down {
  transition: all 500ms ease;
}

.search-field .top-search .search-btn button i {
  margin-right: 8px;
}

/* Sticky Footer */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* Fullscreen Lightbox Modal */
.lightbox-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(15, 23, 43, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.lightbox-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10002;
  transition: all 0.2s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.lightbox-close:hover {
  color: var(--primary-orange);
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-prev,
.lightbox-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: all 0.3s ease;
  border-radius: 50%;
  user-select: none;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  text-decoration: none !important;
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background-color: var(--primary-orange);
  color: white !important;
  transform: scale(1.1);
}

.lightbox-content-container {
  width: 95vw;
  height: 90vh;
  max-width: 95vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform 0.3s ease-out;
}

.lightbox-modal.show .lightbox-img {
  transform: scale(1);
}

.lightbox-indicator {
  position: absolute;
  bottom: 40px;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 18px;
  border-radius: 30px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10003;
}

/* Hover/pointer styling for elements that trigger lightbox */
#main-gallery-img,
#main-floorplan-img {
  cursor: zoom-in !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 5;
  transition: transform 0.3s ease;
}

#main-gallery-img:hover,
#main-floorplan-img:hover {
  transform: scale(1.02);
}

/* Modal overlay styling with premium glassmorphism blur and cubic-bezier transition */
.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-modal-overlay.show {
  opacity: 1;
}

/* Modal box card styling with modern scale/translate animation */
.custom-modal-box {
  background-color: #fff;
  width: 90%;
  max-width: 450px;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  transform: scale(0.95) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.custom-modal-overlay.show .custom-modal-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

/* Modal close button */
.custom-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #aaa;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
  z-index: 100;
}

.custom-modal-close:hover {
  color: #333;
}

.custom-modal-box p {
  color: #666;
}

/* Custom form-control for modal inputs */
.custom-modal-box .form-control-custom {
  padding-left: 45px !important;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.custom-modal-box .form-control-custom:focus {
  border-color: var(--color-2dbe6c);
  box-shadow: 0 0 0 3px rgba(45, 190, 108, 0.15);
  outline: none;
}

/* Invalid states */
.custom-modal-box .form-control-custom.is-invalid {
  border-color: #e02424 !important;
  box-shadow: 0 0 0 3px rgba(224, 36, 36, 0.15) !important;
}

/* Validation feedback text styling */
.custom-modal-box .invalid-feedback-custom {
  display: none;
  color: #e02424;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 5px;
  font-weight: 500;
}

.custom-modal-box .form-control-custom.is-invalid~.invalid-feedback-custom {
  display: block;
}

/* Floating labels inside custom modal inputs */
.custom-modal-box .modal-floating-label {
  position: absolute;
  top: -9px;
  left: 40px;
  font-size: 11px;
  font-weight: 600;
  color: #888;
  background: #fff;
  padding: 0 6px;
  z-index: 10;
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
}

.custom-modal-box .form-group input:not(:placeholder-shown)~.modal-floating-label {
  opacity: 1;
  transform: translateY(0);
}

.custom-modal-box .form-group input:focus~.modal-floating-label {
  color: var(--color-2dbe6c);
}

.custom-modal-box .form-group input.is-invalid:focus~.modal-floating-label {
  color: #e02424;
}

/* Custom premium status alerts inside modal */
.enquiry-status-alert {
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  border: 1px solid transparent;
}

.enquiry-status-alert.success {
  background-color: #eafaf1;
  color: #1e7e46;
  border-color: #d4f5e3;
}

.enquiry-status-alert.danger {
  background-color: #fdf2f2;
  color: #e02424;
  border-color: #fbd5d5;
}

.enquiry-status-alert i {
  font-size: 18px;
  flex-shrink: 0;
}

/* ====================================================================
   Nearby Amenities Explorer
   ==================================================================== */
/* Nearby Categories Scrollbar */
.nearby-categories-container::-webkit-scrollbar {
  height: 5px;
}

.nearby-categories-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Category Filter Buttons */
.btn-nearby-cat {
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 13.5px;
  font-weight: 500;
  color: #4b5563;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-nearby-cat:hover {
  background-color: #f3f4f6;
  color: #1f2937;
  border-color: #9ca3af;
}

.btn-nearby-cat.active {
  background-color: #1f2937;
  border-color: #1f2937;
  color: #fff;
  box-shadow: 0 4px 10px rgba(31, 41, 55, 0.2);
}

/* List Card Styles */
.nearby-place-item {
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.nearby-place-item:hover {
  background-color: #f9fafb;
  border-color: #e5e7eb;
}

.nearby-place-item.active {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
}

/* Icon Containers */
.nearby-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}

/* Map Custom Pins */
.project-map-pin {
  width: 36px;
  height: 36px;
  background-color: #1f2937;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transform: translate(-50%, -50%);
  position: relative;
}

.project-map-pin::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #1f2937 transparent transparent;
}

.facility-map-pin {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.facility-map-pin:hover,
.facility-map-pin.active {
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  z-index: 999;
}

/* Category Filter Navigation Buttons */
.btn-nearby-nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.btn-nearby-nav:hover {
  background-color: #f3f4f6;
  color: #1f2937;
  border-color: #9ca3af;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.btn-nearby-nav:focus {
  outline: none;
}

/* Responsive columns border */
@media (max-width: 767.98px) {
  .border-md-end-to-bottom {
    border-top: 1px solid #e5e7ec !important;
    border-right: none !important;
  }
}

@media (min-width: 768px) {
  .border-md-end-to-bottom {
    border-right: 1px solid #e5e7ec !important;
    border-top: none !important;
  }
}

/* Drag to scroll grab cursor */
#nearby-categories-scroll {
  cursor: grab;
  user-select: none;
}

#nearby-categories-scroll.active-dragging {
  cursor: grabbing !important;
}

#nearby-categories-scroll.active-dragging .btn-nearby-cat {
  cursor: grabbing !important;
  pointer-events: none;
}

/* ====================================================================
   Featured Properties & Updates News Grid Layout
   ==================================================================== */
.property-grid-card {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.property-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.15);
}

.property-grid-card .card-overlay-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.1) 100%);
  transition: all 0.3s ease;
}

.property-grid-card:hover .card-overlay-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.property-grid-card .card-content {
  z-index: 2;
}

.property-grid-card .card-title,
.property-grid-card .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.property-grid-card .card-title a:hover {
  color: var(--color-2dbe6c) !important;
}

/* Progress circle indicator inside card metadata */
.progress-ring-mini {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.progress-ring-mini::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
}

/* Sidebar Insights Container */
.sidebar-insights-container {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.sidebar-insights-container .sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-0f172b);
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 12px;
}

/* Discover More Feed items */
.discover-item h6,
.discover-item h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.discover-item h6 a:hover {
  color: var(--color-2dbe6c) !important;
}

.discover-item p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  color: var(--color-808288);
}

/* Responsive properties updates grid heights */
@media (max-width: 575.98px) {
  .property-grid-card.large-card {
    height: 280px !important;
  }

  .property-grid-card.small-card {
    height: 190px !important;
  }

  .property-grid-card.medium-card {
    height: 220px !important;
  }
}

/* Custom Utilities for News Grid */
.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.fs-9 {
  font-size: 0.65rem !important;
}

.hover-success {
  transition: color 0.2s ease;
}

.hover-success:hover {
  color: var(--color-2dbe6c) !important;
}

/* Image Preview Reordering Styles */
.pic-preview-item,
.layout-floorplan-preview-item,
.layout-image-preview-item {
  cursor: move;
  transition: transform 0.2s ease;
}

.pic-preview-item:hover,
.layout-floorplan-preview-item:hover,
.layout-image-preview-item:hover {
  transform: scale(1.02);
}

.pic-preview-item:hover .preview-actions-overlay,
.layout-floorplan-preview-item:hover .preview-actions-overlay,
.layout-image-preview-item:hover .preview-actions-overlay {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.45);
}

.preview-actions-overlay {
  transition: opacity 0.2s ease, background 0.2s ease;
  pointer-events: auto;
}

.preview-actions-overlay button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Scrollable Discover More list matching the left news grid height */
.discover-more-scroll-container {
  max-height: 456px;
  overflow-y: auto;
  padding-right: 8px;
}

/* Custom scrollbar styling for discover more scroll container */
.discover-more-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.discover-more-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.discover-more-scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.discover-more-scroll-container::-webkit-scrollbar-thumb:hover {
  background: var(--color-2dbe6c);
}

/* News Modal Custom Navigation and Thumbnail Styles */
.news-modal-gallery {
  position: relative;
}

.news-gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.2s ease, transform 0.2s ease;
}

.news-gallery-nav-btn:hover {
  background: var(--color-2dbe6c);
  transform: translateY(-50%) scale(1.1);
}

.news-gallery-nav-btn.prev-btn {
  left: 15px;
}

.news-gallery-nav-btn.next-btn {
  right: 15px;
}

.news-modal-thumb-item {
  width: 70px;
  height: 50px;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  flex: 0 0 70px;
}

.news-modal-thumb-item:hover,
.news-modal-thumb-item.active {
  opacity: 1;
  border-color: var(--color-2dbe6c);
}

.news-modal-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Horizontal videos layout */
.news-videos-scroll-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.news-videos-scroll-container .video-scroll-item {
  flex: 0 0 300px;
  width: 300px;
}

/* Custom scrollbar for horizontal containers */
.news-videos-scroll-container::-webkit-scrollbar,
#news-modal-thumbs::-webkit-scrollbar {
  height: 6px;
}

.news-videos-scroll-container::-webkit-scrollbar-track,
#news-modal-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.news-videos-scroll-container::-webkit-scrollbar-thumb,
#news-modal-thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.news-videos-scroll-container::-webkit-scrollbar-thumb:hover,
#news-modal-thumbs::-webkit-scrollbar-thumb:hover {
  background: var(--color-2dbe6c);
}

/* Success SVG Checkmark Animation */
.success-animation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: var(--primary-orange);
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px var(--primary-orange);
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s toggle;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke: var(--primary-orange);
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: var(--primary-orange);
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px var(--primary-orange);
  }
}