/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #677284;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

a,
a:hover {
  color: #0276ff;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a3154;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #677284;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #0276ff;
}
.main-btn:hover {
  background-color: rgba(255, 179, 22, 0.8);
  color: #fff;
}
.main-btn.main-btn-2 {
  background-color: #fff;
  color: #0276ff;
  border-color: #0276ff;
}
.main-btn.main-btn-2:hover {
  background-color: #0276ff;
  border-color: #0276ff;
  color: #fff;
}

/*===== All Button Style =====*/
.section_title .title {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .section_title .title {
    font-size: 24px;
  }
}

.section_title.section_title_2 .title {
  color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #0276ff #0276ff #f7f7fd;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f7f7fd;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f7f7fd;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 15px 0;
}

.navbar {
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  width: 150px;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
}
.navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0276ff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}
.navbar-nav .nav-item.active > a::before,
.navbar-nav .nav-item:hover > a::before {
  width: 100%;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .nav-item .sub-menu li {
  display: block;
}
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #0276ff;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item.active > a,
.sticky .navbar-nav .nav-item:hover > a {
  color: #0276ff;
}

/*===== SLIDER =====*/
.single_slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 100vh;
    border-bottom-left-radius: 100px;
  }
}
@media (max-width: 767px) {
  .single_slider {
    height: 100vh;
    border-bottom-left-radius: 80px;
  }
}
.single_slider::before {
  position: absolute;
  content: "";
  background-color: rgba(26, 49, 84, 0.52);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider_content {
  padding-top: 50px;
}
.slider_content .slider_title {
  font-size: 60px;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}
.slider_content .slider_title span {
  display: contents;
  color: #0276ff;
}
.slider_content p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .slider_content p {
    font-size: 16px;
  }
}
.slider_content .main-btn {
  margin-top: 45px;
}

/*===========================
      03.FEATUREAS css 
===========================*/
.single_features .features_image img {
  width: 100%;
  border-radius: 40px;
}

.single_features .features_content .features_title a {
  font-size: 30px;
  font-weight: 600;
  color: #1a3154;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_features .features_content .features_title a {
    font-size: 24px;
  }
}

/*===========================
       04.ABOUT css 
===========================*/
.about_area {
  position: relative;
  z-index: 5;
}

.about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  padding-right: 280px;
}
.about_bg .about_bg_image {
  width: 100%;
  height: 100%;
}

.about_image img {
  width: 100%;
  border-radius: 40px;
  border-bottom-right-radius: 0;
}

.about_content {
  padding-left: 45px;
}
.about_content .sub_title {
  font-size: 38px;
  font-weight: 400;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content .sub_title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about_content .sub_title {
    font-size: 24px;
  }
}
.about_content .sub_title::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 100%;
  left: -45px;
  top: 0;
  background-color: #1a3154;
}
.about_content .sub_title span {
  font-size: 70px;
  font-weight: 800;
  color: #0276ff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content .sub_title span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .about_content .sub_title span {
    font-size: 44px;
  }
}
.about_content .main_title {
  font-size: 40px;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content .main_title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about_content .main_title {
    font-size: 24px;
  }
}
.about_content p {
  margin-top: 25px;
}
.about_content .main-btn {
  margin-top: 45px;
}

/*===========================
       05.SERVICES css 
===========================*/
.single_services .services_icon i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 40px;
  color: #0276ff;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
}

.single_services .services_content {
  margin-top: 25px;
}
.single_services .services_content .title {
  font-size: 30px;
  font-weight: 700;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_services .services_content .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .single_services .services_content .title {
    font-size: 24px;
  }
}
.single_services .services_content p {
  margin-top: 25px;
}

/*===========================
       07.COUNTER css 
===========================*/
.counter_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter_area {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media (max-width: 767px) {
  .counter_area {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.counter_area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(26, 49, 84, 0.79);
  width: 100%;
  height: 100%;
}

.single_counter .counter_icon i {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter .counter_icon i {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .single_counter .counter_icon i {
    font-size: 44px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_counter .counter_icon i {
    font-size: 40px;
    line-height: 50px;
  }
}

.single_counter .counter_content {
  margin-top: 25px;
}
.single_counter .counter_content span {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter .counter_content span {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single_counter .counter_content span {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_counter .counter_content span {
    font-size: 34px;
  }
}
.single_counter .counter_content p {
  color: #fff;
}

/***************************
        09.CTA css

***************************/
.cta_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta_area {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
@media (max-width: 767px) {
  .cta_area {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

.cta_area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(26, 49, 84, 0.79);
  width: 100%;
  height: 100%;
}

/***************************

        10. Properties css home

***************************/

.properties-item {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 25px;
}

.properties-item .properties-image {
  width: 100%;
  max-width: 370px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.properties-item .properties-image img {
  background: #000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.properties-item .tag {
  position: absolute;
  text-transform: uppercase;
  top: -18px;
  left: 20px;
  padding: 4px 27px;
  background-color: white;
  color: #e91e63;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}

.properties-item .descr {
  padding: 30px 15px;
  color: #212121;
  position: relative;
}

.properties-item .descr h3 {
  line-height: 30px;
  margin-bottom: 15px;
}

.properties-item .descr h3 a {
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.properties-item .descr h3 a:hover {
  color: #e91e63;
}

.properties-item .descr .meta-tags {
  margin-bottom: 10px;
}

.properties-item .descr .meta-tags span {
  color: #999;
  margin-right: 8px;
}

.properties-item .descr .meta-tags span a {
  color: #999;
  margin-left: 8px;
}

.properties-item .descr .meta-tags span a:hover {
  color: #e91e63;
}

.properties-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.properties-item:hover .properties-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*===========================
        10.BRAND css 
===========================*/
.single_logo img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  -moz-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  width: 100%;
}

.single_logo.logo_2 {
  padding-top: 158px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_logo.logo_2 {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_logo.logo_2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .single_logo.logo_2 {
    padding-top: 0;
  }
}

/*===========================
       11.CONTACT css 
===========================*/
p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #1a3154;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px;
}
p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
  color: #f00;
}

.contact_form .single_form {
  margin-top: 30px;
}
.contact_form .single_form textarea,
.contact_form .single_form input {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  border: 1px solid #677284;
  border-radius: 5px;
}
.contact_form .single_form textarea:focus,
.contact_form .single_form input:focus {
  border: 1px solid #0276ff;
}
.contact_form .single_form textarea {
  padding-top: 15px;
  resize: none;
  height: 125px;
}

.contact_info p {
  margin-top: 15px;
}

.single_info {
  margin-top: 30px;
}
.single_info .info_icon i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  background-color: #0276ff;
  color: #fff;
}
@media (max-width: 767px) {
  .single_info .info_icon i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.single_info .info_content {
  padding-left: 15px;
}
.single_info .info_content p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single_info .info_content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_info .info_content p {
    font-size: 16px;
  }
}

/*===========================
       12.FOOTER css 
===========================*/
.footer_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.footer_area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(26, 49, 84, 0.95);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer_about img {
  max-width: 50%;
}
.footer_about p {
  margin-top: 25px;
  color: #fff;
}

.footer_title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.footer_link_wrapper .footer_link {
  width: 33.33%;
}
@media (max-width: 767px) {
  .footer_link_wrapper .footer_link {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_link_wrapper .footer_link {
    width: 50%;
  }
}
.footer_link_wrapper .footer_link .link {
  padding-top: 25px;
}
.footer_link_wrapper .footer_link .link li {
  margin-top: 10px;
}
.footer_link_wrapper .footer_link .link li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer_link_wrapper .footer_link .link li a:hover {
  color: #0276ff;
}

.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  padding: 25px 0;
}
.footer_copyright p {
  color: #fff;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #0276ff;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top:hover {
  color: #fff;
  background-color: #0276ff;
}

/**********************

Other pages css

**********************/

.page_title_area {
  height: 50vh;
  position: relative;
}

.page_title_area::before {
  position: absolute;
  content: "";
  background-color: rgba(26, 49, 84, 0.52);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page_title_content {
  padding-top: 50px;
}
.page_title_content .title {
  font-size: 40px;
  color: #fff;
  margin-top: 15px;
  font-weight: 300;
}

/*===========================
      ENHANCED PROJECTS CSS
===========================*/

/* Import the base styles */
@import url("style.css");

/* Enhanced Project Card Styling */
.single_project {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.single_project:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Project Image */
.single_project .project_image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.single_project .project_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.single_project:hover .project_image img {
  transform: scale(1.1);
}

/* Project Status Badge */
.project_status {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.project_status i {
  font-size: 16px;
}

.status-completed {
  background: rgba(76, 175, 80, 0.95);
  color: #fff;
}

.status-completed i {
  animation: pulse 2s infinite;
}

.status-ongoing {
  background: rgba(255, 152, 0, 0.95);
  color: #fff;
}

.status-ongoing i {
  animation: spin 2s linear infinite;
}

.status-construction {
  background: rgba(33, 150, 243, 0.95);
  color: #fff;
}

.status-construction i {
  animation: hammer 1.5s ease-in-out infinite;
}

/* Animations */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes hammer {
  0%,
  100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

/* Project Content */
.single_project .project_content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Project Type Badge */
.project_type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #0276ff 0%, #021586 100%);
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  width: fit-content;
  box-shadow: 0 3px 10px rgba(255, 179, 22, 0.3);
}

.project_type i {
  font-size: 16px;
}

/* Project Title */
.single_project .project_content .title {
  font-size: 18px;
  font-weight: 500;
  color: #1a3154;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.single_project:hover .project_content .title {
  color: #0276ff;
}

/* Project Description */
.project_description {
  margin-bottom: 20px;
}

.project_description p {
  font-size: 15px;
  color: #677284;
  line-height: 1.7;
  display: flex;
  gap: 10px;
}

.project_description i {
  color: #0276ff;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}

/* Project Features */
.project_features {
  margin-bottom: 20px;
  flex: 1;
}

.project_features h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1a3154;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.project_features h5 i {
  color: #0276ff;
  font-size: 18px;
}

.features_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.features_list li {
  font-size: 14px;
  color: #677284;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.features_list li:hover {
  background: #fff3e0;
  transform: translateX(5px);
}

.features_list li i {
  color: #0276ff;
  font-size: 16px;
  flex-shrink: 0;
}

/* Project Footer */
.project_footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 2px solid #f0f0f0;
}

.status-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.status-badge i {
  font-size: 16px;
}

.status-badge.completed {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  color: #fff;
}

.status-badge.ongoing {
  background: linear-gradient(135deg, #021586 0%, #2196f3 100%);
  color: #fff;
}

.status-badge.construction {
  background: linear-gradient(135deg, #2196f3 0%, #42a5f5 100%);
  color: #fff;
}

/* Progress Bar */
.progress-bar-container {
  margin-top: 15px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #021586 0%, #0276ff 100%);
  border-radius: 10px;
  position: relative;
  transition: width 1s ease;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: loading 2s infinite;
}

@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* More Projects Section */
.more-projects-section {
  padding: 60px 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.more-projects-section i {
  font-size: 60px;
  color: #0276ff;
  margin-bottom: 20px;
  display: inline-block;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.more-projects-section h4 {
  font-size: 32px;
  font-weight: 700;
  color: #1a3154;
  margin-bottom: 0;
}

.more-projects-section p {
  font-size: 16px;
  color: #677284;
  max-width: 600px;
  margin: 20px auto;
}

.more-projects-section .main-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(255, 179, 22, 0.3);
}

.more-projects-section .main-btn:hover {
  box-shadow: 0 8px 25px rgba(255, 179, 22, 0.4);
  transform: translateY(-2px);
}

/* Responsive Styling */
@media only screen and (max-width: 991px) {
  .features_list {
    grid-template-columns: 1fr;
  }

  .single_project .project_image {
    height: 220px;
  }

  .single_project .project_content .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single_project .project_content {
    padding: 20px;
  }

  .single_project .project_image {
    height: 200px;
  }

  .single_project .project_content .title {
    font-size: 20px;
  }

  .project_status {
    padding: 8px 15px;
    font-size: 12px;
    top: 15px;
    right: 15px;
  }

  .features_list li {
    font-size: 13px;
  }

  .more-projects-section {
    padding: 40px 20px;
  }

  .more-projects-section h4 {
    font-size: 24px;
  }

  .more-projects-section i {
    font-size: 50px;
  }
}

/* Enhanced Section Title */
.section_title .title {
  position: relative;
  padding-bottom: 20px;
}

.section_title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0276ff 0%, #021586 100%);
  border-radius: 2px;
}

/* Icon Hover Effects */
.project_type:hover {
  transform: scale(1.05);
}

.features_list li:hover i {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

/* Card Entrance Animation */
.single_project.wow {
  visibility: visible;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* Additional Enhancements */
.single_project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0276ff 0%, #021586 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.single_project:hover::before {
  transform: scaleX(1);
}

/* Tooltip for Icons (Optional Enhancement) */
.features_list li:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background: #1a3154;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  margin-top: -40px;
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Main Button Enhancement */
.main-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.main-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.main-btn:hover::before {
  width: 300px;
  height: 300px;
}

.main-btn i {
  transition: transform 0.3s ease;
}

.main-btn:hover i {
  transform: translateX(5px);
}

/*===========================
  PROPERTY DETAIL PAGE CSS
===========================*/

/* Property Hero Section */
.property-hero {
  height: 60vh;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.property-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(26, 49, 84, 0.7) 0%,
    rgba(26, 49, 84, 0.85) 100%
  );
  z-index: 1;
}

.property-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
  color: #0276ff;
}

.breadcrumb-nav span {
  margin: 0 10px;
}

.breadcrumb-nav i {
  margin-right: 5px;
}

/* Property Status Badge (Hero) */
.property-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.property-status-badge.completed {
  background: rgba(76, 175, 80, 0.9);
  color: #fff;
}

.property-status-badge.ongoing {
  background: rgba(255, 152, 0, 0.9);
  color: #fff;
}

.property-status-badge.construction {
  background: rgba(33, 150, 243, 0.9);
  color: #fff;
}

/* Property Title */
.property-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .property-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .property-title {
    font-size: 28px;
  }
}

/* Property Meta */
.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
}

.meta-item i {
  font-size: 20px;
  color: #0276ff;
}

@media (max-width: 767px) {
  .property-meta {
    gap: 15px;
  }

  .meta-item {
    font-size: 14px;
  }
}

/* Detail Sections */
.property-details {
  background: #f8f9fa;
}

.detail-section {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #1a3154;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.section-heading i {
  color: #0276ff;
  font-size: 30px;
}

@media (max-width: 767px) {
  .detail-section {
    padding: 25px;
  }

  .section-heading {
    font-size: 22px;
  }
}

/* Lead Paragraph */
.lead {
  font-size: 18px;
  line-height: 1.8;
  color: #1a3154;
  margin-bottom: 20px;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

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

.feature-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.feature-card:hover {
  background: #fff;
  border-color: #0276ff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0276ff 0%, #021586 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 28px;
  color: #fff;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a3154;
  margin-bottom: 8px;
}

.feature-content p {
  font-size: 14px;
  color: #677284;
  line-height: 1.6;
  margin: 0;
}

/* Specifications Grid */
.specifications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

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

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

.spec-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.spec-item:hover {
  background: #fff3e0;
  transform: translateX(5px);
}

.spec-item i {
  font-size: 32px;
  color: #0276ff;
  flex-shrink: 0;
}

.spec-item div {
  flex: 1;
}

.spec-item strong {
  display: block;
  font-size: 14px;
  color: #677284;
  margin-bottom: 5px;
}

.spec-item span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1a3154;
}

/* Location Highlights */
.location-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .location-highlights {
    grid-template-columns: 1fr;
  }
}

.location-item {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.location-item i {
  font-size: 24px;
  color: #0276ff;
  flex-shrink: 0;
}

.location-item span {
  font-size: 15px;
  color: #677284;
}

.location-item strong {
  color: #1a3154;
}

/* Progress Section */
.progress-update {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border: none;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.progress-percentage {
  font-size: 32px;
  font-weight: 700;
  color: #021586;
}

.progress-bar-large {
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #021586 0%, #0276ff 100%);
  border-radius: 15px;
  position: relative;
  transition: width 1s ease;
  animation: shimmer 2s infinite;
}

.progress-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #1a3154;
  font-weight: 600;
  margin: 0;
}

.progress-note i {
  color: #021586;
}

/* Eco Section */
.eco-section {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border: none;
}

.eco-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 25px;
}

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

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

.eco-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.eco-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.eco-card i {
  font-size: 48px;
  color: #4caf50;
  margin-bottom: 15px;
}

.eco-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a3154;
  margin-bottom: 10px;
}

.eco-card p {
  font-size: 14px;
  color: #677284;
  line-height: 1.6;
  margin: 0;
}

/* Unit Types */
.unit-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .unit-types {
    grid-template-columns: 1fr;
  }
}

.unit-type-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.unit-type-card:hover {
  background: #fff;
  border-color: #0276ff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.unit-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
}

.unit-header i {
  font-size: 32px;
  color: #0276ff;
}

.unit-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a3154;
  margin: 0;
}

.unit-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.unit-specs .spec {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #677284;
  background: #fff;
  padding: 8px 15px;
  border-radius: 20px;
}

.unit-specs .spec i {
  color: #0276ff;
}

.unit-type-card p {
  font-size: 14px;
  color: #677284;
  line-height: 1.6;
  margin: 0;
}

/* Sidebar Cards */
.sidebar-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.sidebar-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a3154;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-card h3 i {
  color: #0276ff;
}

/* Contact Card */
.contact-card {
  background: linear-gradient(135deg, #1a3154 0%, #2a4164 100%);
  color: #fff;
}

.contact-card h3 {
  color: #fff;
}

.contact-card h3 i {
  color: #0276ff;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item i {
  font-size: 18px;
  color: #0276ff;
  flex-shrink: 0;
}

.contact-item span {
  color: #fff;
  font-size: 15px;
}

/* Price Badge */
.price-badge,
.interest-badge {
  background: #0276ff;
  color: #1a3154;
  padding: 12px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Quick Info List */
.quick-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-info-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.quick-info-list li:last-child {
  border-bottom: none;
}

.quick-info-list i {
  font-size: 18px;
  color: #0276ff;
  flex-shrink: 0;
}

.quick-info-list span {
  font-size: 15px;
  color: #677284;
}

.quick-info-list strong {
  color: #1a3154;
}

/* Highlight Card */
.highlight-card {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: #1a3154;
}

.highlight-list i {
  color: #4caf50;
  font-size: 16px;
}

/* Share Card */
.share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.share-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn.linkedin {
  background: #0a66c2;
}

/* Button Block */
.btn-block {
  width: 100%;
  text-align: center;
}

/* Back to Projects */
.back-to-projects {
  background: #f8f9fa;
}

/* Clickable Project Cards */
.project-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s ease;
}

.project-link:hover {
  text-decoration: none;
  color: inherit;
}

.project-link:hover .single_project {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* View Details Button */
.view-details-btn {
  margin-top: 15px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #0276ff 0%, #021586 100%);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.view-details-btn:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(255, 179, 22, 0.4);
}

.view-details-btn i {
  transition: transform 0.3s ease;
}

.view-details-btn:hover i {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .property-hero {
    min-height: 400px;
  }

  .property-hero-content {
    padding-top: 80px;
  }
}

/*===========================
  PROPERTY GALLERY CSS
===========================*/

/* Gallery Section */
.gallery-section {
  padding: 40px;
}

.gallery-description {
  color: #677284;
  font-size: 15px;
  margin-bottom: 30px;
}

/* Property Gallery Container */
.property-gallery {
  display: grid;
  gap: 20px;
}

/* Featured Main Image */
.gallery-featured {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.gallery-featured:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-featured:hover .gallery-main-img {
  transform: scale(1.05);
}

/* Gallery Overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-featured:hover .gallery-overlay {
  opacity: 1;
}

.gallery-btn-expand {
  background: linear-gradient(135deg, #0276ff 0%, #021586 100%);
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(255, 179, 22, 0.4);
}

.gallery-btn-expand:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 179, 22, 0.6);
}

.gallery-btn-expand i {
  font-size: 18px;
}

/* Image Counter Badge */
.image-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
}

.image-counter i {
  font-size: 16px;
}

/* Thumbnail Grid */
.gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

@media (max-width: 1199px) {
  .gallery-thumbnails {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .gallery-thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.gallery-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  height: 120px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.gallery-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-thumb:hover img {
  transform: scale(1.1);
}

/* Thumbnail Overlay */
.thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 49, 84, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-thumb:hover .thumb-overlay {
  opacity: 1;
}

.thumb-overlay i {
  color: #fff;
  font-size: 24px;
}

/* View All Thumbnail */
.view-all-thumb {
  background: linear-gradient(135deg, #0276ff 0%, #021586 100%);
}

.view-all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 179, 22, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.view-all-thumb:hover .view-all-overlay {
  background: rgba(255, 152, 0, 0.95);
}

.view-all-overlay i {
  font-size: 32px;
  margin-bottom: 8px;
}

.view-all-overlay span {
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
}

/*===========================
  LIGHTBOX MODAL
===========================*/

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lightbox-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Close Button */
.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.lightbox-close:hover {
  background: #0276ff;
  border-color: #0276ff;
  transform: rotate(90deg);
}

/* Navigation Buttons */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  z-index: 10;
}

.lightbox-nav:hover {
  background: #0276ff;
  border-color: #0276ff;
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

@media (max-width: 767px) {
  .lightbox-nav {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }
}

/* Image Container */
.lightbox-image-container {
  position: relative;
  max-width: 100%;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#lightbox-img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Caption */
.lightbox-caption {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

#lightbox-counter {
  color: #0276ff;
  font-weight: 600;
  font-size: 16px;
}

#lightbox-title {
  font-size: 15px;
}

/* Lightbox Thumbnails Strip */
.lightbox-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  overflow-x: auto;
  max-width: 100%;
}

.lightbox-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.lightbox-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.lightbox-thumbnails::-webkit-scrollbar-thumb {
  background: #0276ff;
  border-radius: 3px;
}

.lightbox-thumb {
  min-width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.lightbox-thumb:hover,
.lightbox-thumb.active {
  opacity: 1;
  border-color: #0276ff;
  transform: scale(1.05);
}

.lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .gallery-featured {
    height: 300px;
  }

  .gallery-section {
    padding: 25px;
  }

  .gallery-btn-expand {
    padding: 12px 20px;
    font-size: 14px;
  }

  .image-counter {
    top: 15px;
    right: 15px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .gallery-thumb {
    height: 80px;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .lightbox-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 20px;
  }

  .lightbox-thumbnails {
    padding: 10px;
  }

  .lightbox-thumb {
    min-width: 60px;
    height: 45px;
  }
}

/* Keyboard Navigation Hint */
.keyboard-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.keyboard-hint span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.keyboard-hint kbd {
  background: rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 11px;
  color: #0276ff;
}

@media (max-width: 767px) {
  .keyboard-hint {
    display: none;
  }
}

/* Loading Spinner */
.lightbox-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: #0276ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Gallery Download Button (Optional) */
.gallery-download-btn {
  position: absolute;
  top: -50px;
  right: 70px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(10px);
}

.gallery-download-btn:hover {
  background: #0276ff;
  border-color: #0276ff;
}

@media (max-width: 767px) {
  .gallery-download-btn {
    display: none;
  }
}

/* Video Thumbnail Styling */
.project-video-thumbnail {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  background: #000;
}

.project_image video {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Ensure video doesn't autoplay */
.project-video-thumbnail:hover {
  opacity: 0.9;
}

/* Project Placeholder */
.project-placeholder {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.project-placeholder i {
  font-size: 60px;
  margin-bottom: 15px;
  opacity: 0.8;
}

.project-placeholder span {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}

/* Error handled images */
.error-handled {
  display: none;
}

/* Image Gallery Styles */
.image-gallery-section {
  margin-bottom: 30px;
}

.main-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.property-main-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.image-gallery-thumbnails {
  margin-top: 20px;
}

.gallery-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.gallery-title i {
  color: #667eea;
  margin-right: 8px;
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}

.thumbnail-item {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  aspect-ratio: 1;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.thumbnail-item:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}

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

.thumbnail-item.active {
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.thumbnail-item .primary-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #667eea;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  z-index: 2;
}

.thumbnail-item .primary-badge i {
  font-size: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .thumbnail-grid {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
  }

  .property-main-image {
    max-height: 400px;
  }
}

@media (max-width: 480px) {
  .thumbnail-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
