/*-------------------------------
        Category CSS
-------------------------------*/
.category-card.style-one {
  background-color: #F8F3F1;
  padding: 28px 22px 23px;
}

.category-card.style-one .category-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 50px;
}

.category-card.style-one h6 {
  line-height: 28px;
  transition: var(--transition);
}

.category-card.style-one:hover {
  background-color: var(--primaryColor);
}

.category-card.style-one:hover h6 {
  color: var(--whiteColor);
}

/*-------------------------------
        About CSS
-------------------------------*/
.about-area.style-one .about-img-wrap {
  padding: 30px 0 0 38px;
}

.about-area.style-one .about-img-wrap .about-thumb {
  top: 0;
  left: 0;
  max-width: 164px;
  border-radius: 30px;
  filter: drop-shadow(0px 10px 37px rgba(134, 69, 40, 0.61));
}

.about-area.style-one .about-content .section-title {
  margin-bottom: 16px;
}

.about-area.style-one .about-content .section-title span img {
  border-radius: 50px;
}

.about-area.style-one .about-content .about-subcontent {
  padding-left: 38px;
}

.about-area.style-one .about-content .about-subcontent p {
  margin-bottom: 3px;
}

.about-area.style-one .about-content .about-subcontent .counter-card {
  margin-top: 25px;
}

.about-area.style-two .about-bg {
  background-image: url(../../img/about/about-bg-1.jpg);
  height: 100%;
}

.about-area.style-two .about-content {
  padding: 120px 0;
}

.about-area.style-two .about-content p {
  margin-bottom: 27px;
}

.about-area.style-two .about-content .feature-list.style-one li {
  padding-right: 35px;
}

.about-area.style-three {
  border-radius: 0 0 45px 45px;
}

.about-area.style-three:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF7F2;
  z-index: 0;
  border-radius: 0 0 45px 45px;
}

.about-area.style-three:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.about-area.style-three .about-img-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 73%;
  background-color: #FFD8C7;
  z-index: -1;
  border-radius: 20px 40% 5px 5px;
}

.about-area.style-three .about-img-wrap .about-shape {
  left: 50%;
  transform: translateX(-50%);
}

.about-area.style-three .about-content .feature-item {
  padding-left: 50px;
  margin-bottom: 42px;
}

.about-area.style-three .about-content .feature-item img {
  position: absolute;
  top: 9px;
  left: 0;
}

.about-area.style-three .about-content .feature-item h3 {
  line-height: 26px;
  margin-bottom: 5px;
}

.feature-list.style-one li {
  padding-left: 53px;
  margin-bottom: 29px;
  letter-spacing: 0.01em;
}

.feature-list.style-one li span {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.11);
}

.counter-card.style-one {
  padding: 25px 18px 22px 25px;
}

.counter-card.style-one:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  filter: blur(26px);
  z-index: -1;
  transform: translate(-50%, -50%);
}

.counter-card.style-one.bg-1 {
  background-color: #F5EFE8;
}

.counter-card.style-one.bg-1:after {
  background: rgba(255, 134, 1, 0.16);
}

.counter-card.style-one.bg-2 {
  background-color: #FEF6F5;
}

.counter-card.style-one.bg-2:after {
  background: rgba(245, 162, 156, 0.49);
}

.counter-card.style-one.bg-3 {
  background-color: #F3EEE2;
}

.counter-card.style-one.bg-3:after {
  background: rgba(255, 213, 98, 0.26);
}

.counter-card.style-one img {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.6;
}

.counter-card.style-one h6 {
  margin-bottom: 85px;
}

.counter-card.style-one h4 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 3px;
}

.counter-card.style-two {
  background-color: rgba(240, 240, 240, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.26);
  padding: 25px 18px 22px 20px;
}

.counter-card.style-two:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(255, 94, 20, 0.13);
  filter: blur(26px);
  z-index: -1;
  transform: translate(-50%, -50%);
}

.counter-card.style-two h6 {
  color: #DDDDDD;
  margin-bottom: 85px;
}

.counter-card.style-two h4 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 3px;
}

.counter-card.style-two p {
  font-size: 15px;
}

/*-------------------------------
        Why Choose Us CSS
-------------------------------*/
.wh-area.style-one:after {
  position: absolute;
  top: -50px;
  left: 50%;
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  background-color: var(--optionalColor);
  z-index: -1;
  border-radius: 0 0 45px 45px;
  transform: translateX(-50%);
}

.wh-area.style-one .wh-content p {
  color: rgba(255, 255, 255, 0.5);
}

.wh-area.style-one .wh-content .feature-item h3 {
  line-height: 26px;
  width: calc(100% - 45px);
  margin-left: auto;
  padding-right: 10px;
}

.wh-area.style-one .wh-img-wrap {
  padding: 0 125px 36px 96px;
}

.wh-area.style-one .wh-img-wrap .rating-box {
  top: 40px;
  max-width: 190px;
  height: 204px;
  padding: 20px;
  background-color: rgba(195, 168, 159, 0.26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.wh-area.style-one .wh-img-wrap .rating-box:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
  border: 1px dashed var(--whiteColor);
}

.wh-area.style-one .wh-img-wrap .rating-box h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

.wh-area.style-one .wh-img-wrap .rating-box .rating {
  margin: 8px 0 13px;
}

.wh-area.style-one .wh-img-wrap .rating-box p {
  line-height: 24px;
}

.wh-area.style-one .wh-img-wrap .wh-thumb {
  filter: drop-shadow(10px -10px 60px rgba(60, 42, 42, 0.39));
}

.wh-area.style-two .wh-img-wrap {
  padding: 180px 40px 0 0;
}

.wh-area.style-two .wh-img-wrap .wh-thumb {
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.11));
}

.wh-area.style-two .wh-content .feature-item {
  margin-top: 30px;
}

.wh-area.style-two .wh-content .feature-item .feature-icon {
  width: 55px;
  height: 55px;
}

.wh-area.style-two .wh-content .feature-item h6 {
  width: calc(100% - 74px);
  margin-left: auto;
  line-height: 28px;
}

.wh-area.style-two .wh-content .ceo-message-wrap {
  margin-top: 58px;
}

.wh-area.style-two .wh-content .ceo-message-wrap .ceo-avatar {
  width: 98px;
}

.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message {
  width: calc(100% - 122px);
  margin-left: auto;
}

.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6 {
  padding-left: 24px;
}

.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.9);
}

.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6 span {
  color: #888888;
}

.wh-area.style-three .wh-img-wrap {
  padding: 0 0 38px 96px;
}

.wh-area.style-three .wh-img-wrap .wh-thumb {
  filter: drop-shadow(0px 0px 50px rgba(177, 160, 112, 0.49));
}

.wh-area.style-three .wh-content .progressbar-wrap {
  margin-bottom: 50px;
}

.wh-area.style-three .wh-content .progressbar-wrap .progress-item {
  margin-bottom: 40px;
}

.wh-area.style-three .wh-content .progressbar-wrap .progress-item:last-child {
  margin-bottom: 0;
}

.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress-title {
  margin-bottom: 10px;
}

.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress {
  height: 24px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 3px;
}

.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress .progress-bar {
  height: 12.5px;
  margin-top: 11.5px;
  border-radius: 3px;
  background-color: var(--secondaryColor);
  position: relative;
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}

.progress-bar .title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-------------------------------
        Feature CSS
-------------------------------*/
.feature-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #F8F3F0;
  border-radius: 0 0 45px 45px;
  z-index: -1;
}

.feature-area.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75%;
  background-color: #f3f3f3;
  border-radius: 45px 45px;
  z-index: -1;
}

.feature-card.style-one h3 {
  margin: 32px 0 13px;
  line-height: 34px;
}

.feature-card.style-three {
  background-color: #F8F3F0;
  padding: 38px 20px 32px;
  min-height: 510px;
}

.feature-card.style-three .br-one {
  width: 100%;
  height: 138px;
  transition: var(--transition);
}

.feature-card.style-three .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid rgba(255, 94, 20, 0.5);
  border-left: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 20px 0 0 0;
}

.feature-card.style-three .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid rgba(255, 94, 20, 0.5);
  border-right: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 20px 0 0;
}

.feature-card.style-three .br-two {
  position: absolute;
  width: 100%;
  height: 138px;
  transition: var(--transition);
}

.feature-card.style-three .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 94, 20, 0.5);
  border-left: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 0 0 20px;
}

.feature-card.style-three .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 94, 20, 0.5);
  border-right: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 0 20px 0;
}

.feature-card.style-three .feature-img {
  width: 268px;
  height: 268px;
  margin-bottom: 42px;
}

.feature-card.style-three h3 {
  margin-bottom: 14px;
}

.feature-card.style-three p {
  margin-bottom: 8px;
}

.feature-card.style-three:hover .br-one,
.feature-card.style-three:hover .br-two {
  height: 100px;
}

.feature-card.style-four {
  background-color: #FFCB37;
  min-height: 510px;
  max-height: 510px;
}

.feature-card.style-four .feature-info {
  padding: 34px 20px 0;
}

.feature-card.style-four h3 {
  margin-bottom: 16px;
}

.feature-card.style-four p {
  margin-bottom: 10px;
}

.feature-card.style-five {
  background-image: url(../../img/features/feature-img-3.jpg);
  height: 510px;
  padding: 34px 20px 35px;
}

.feature-card.style-five:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180.78deg, rgba(45, 28, 34, 0.37) 52.93%, rgba(56, 18, 0, 0.83) 67.93%);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
  border-radius: 20px;
  z-index: -1;
}

.feature-card.style-five h3 {
  margin-bottom: 16px;
}

.feature-card.style-five p {
  margin-bottom: 10px;
}

.feature-card.style-six {
  padding: 15px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.feature-card.style-six .feature-img {
  width: 250px;
}

.feature-card.style-six .feature-info {
  width: calc(100% - 265px);
  margin-left: auto;
}

.feature-card.style-six .feature-info .feature-list li {
  margin-bottom: 9px;
  padding-left: 18px;
  font-size: 15px;
}

.feature-card.style-six .feature-info .feature-list li img {
  position: absolute;
  top: 7px;
  left: 0;
}

.feature-tablist {
  border-bottom: none;
  -moz-column-gap: 13px;
  column-gap: 13px;
}

.feature-tablist .nav-item {
  margin-bottom: 20px;
  width: calc(25% - 16px);
}

.feature-tablist .nav-item .nav-link {
  display: block;
  font-weight: 600;
  width: 100%;
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 13px;
  color: var(--titleColor);
  transition: var(--transition);
}

.feature-tablist .nav-item .nav-link:hover,
.feature-tablist .nav-item .nav-link.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.feature-tab-content .feature-img-wrap {
  padding-left: 118px;
}

.feature-tab-content .feature-img-wrap .exp-box {
  top: 25%;
  width: 218px;
  height: 248px;
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(141, 141, 141, 0.21);
}

.feature-tab-content .feature-img-wrap .exp-box .fav-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 35px;
}

.feature-tab-content .feature-img-wrap .exp-box h6 span {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 12px;
}

.feature-tab-content .feature-content .feature-timeline {
  position: relative;
  z-index: 1;
}

.feature-tab-content .feature-content .feature-timeline:after {
  position: absolute;
  top: 0;
  left: 25px;
  content: "";
  width: 1px;
  height: 100%;
  z-index: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.29);
}

.feature-tab-content .feature-content .feature-timeline li {
  margin-bottom: 45px;
  padding-left: 77px;
  z-index: 2;
}

.feature-tab-content .feature-content .feature-timeline li:last-child {
  margin-bottom: 0;
}

.feature-tab-content .feature-content .feature-timeline li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 52px;
  border: 1px dashed rgba(45, 28, 34, 0.23);
  transform: translateY(-50%);
}

/*-------------------------------
    Service Section CSS
-------------------------------*/
.service-area.style-one {
  border-radius: 45px;
}

.service-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F8F3F1;
  border-radius: 45px;
  z-index: -1;
}

.service-card-wrap.style-one {
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.service-card-wrap.style-one .service-card {
  width: calc(33.33% - 17px);
  border-left: 1px dashed rgba(255, 255, 255, 0.11);
  padding-left: 44px;
}

.service-card-wrap.style-one .service-card:first-child {
  padding-left: 0;
  border-left: none;
}

.service-card h3 {
  font-size: 24px;
  line-height: 34px;
}

.service-card.style-one {
  padding: 22px 29px 28px;
  border: 1px dashed transparent;
}

.service-card.style-one .service-counter {
  color: rgba(85, 85, 85, 0.22);
  margin-bottom: 7px;
}

.service-card.style-one .service-icon {
  margin: 68px auto 80px;
}

.service-card.style-one .service-para p {
  width: calc(100% - 65px);
  padding-right: 20px;
}

.service-card.style-one .service-para .service-link {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 94, 20, 0.13);
}

.service-card.style-one:hover {
  border: 1px dashed var(--primaryColor);
}

.service-card.style-one:hover .service-counter {
  color: var(--primaryColor);
}

.service-card.style-one:hover .service-link {
  background-color: var(--primaryColor);
}

.service-card.style-one:hover .service-link img {
  filter: brightness(0) invert(1);
}

.service-card.style-two .service-img {
  width: 196px;
  height: 178px;
}

.service-card.style-two .service-img.semiround-left {
  border-radius: 0 50% 50% 50%;
}

.service-card.style-two .service-img.semiround-left img {
  border-radius: 0 50% 50% 50%;
}

.service-card.style-two .service-img.semiround-right {
  border-radius: 50% 0 50% 50%;
}

.service-card.style-two .service-img.semiround-right img {
  border-radius: 50% 0 50% 50%;
}

.service-card.style-two .service-img.rounded-corner {
  border-radius: 30px;
}

.service-card.style-two .service-img.rounded-corner img {
  border-radius: 30px;
}

.service-card.style-two .service-img.rounded-two {
  border-radius: 30px 30px 0 30px;
}

.service-card.style-two .service-img.rounded-two img {
  border-radius: 30px 30px 0 30px;
}

.service-card.style-two h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 35px 0 15px;
  padding-right: 26px;
}

.service-card.style-two:hover .service-img.semiround-left {
  border-radius: 50% 0 50% 50%;
}

.service-card.style-two:hover .service-img.semiround-left img {
  border-radius: 50% 0 50% 50%;
}

.service-card.style-two:hover .service-img.semiround-right {
  border-radius: 0 50% 50% 50%;
}

.service-card.style-two:hover .service-img.semiround-right img {
  border-radius: 0 50% 50% 50%;
}

.service-card.style-two:hover .service-img.rounded-corner {
  border-radius: 20px;
}

.service-card.style-two:hover .service-img.rounded-corner img {
  border-radius: 20px;
}

.service-card.style-two:hover .service-img.rounded-two {
  border-radius: 20px 20px 0 20px;
}

.service-card.style-two:hover .service-img.rounded-two img {
  border-radius: 20px 20px 0 20px;
}

.service-card.style-three h3 {
  margin: 50px 0 13px;
  line-height: 34px;
}

.service-card.style-three p {
  margin-bottom: 26px;
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text {
  position: relative;
}

.move-text.style-two {
  height: 47px;
}

.move-text.style-two ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 21s linear infinite alternate;
}

.move-text.style-two ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
  position: relative;
  transition: var(--transition);
}

.move-text.style-two ul li:nth-child(even) {
  font-weight: 800;
}

.move-text.style-two ul li:last-child:after {
  display: none;
}

.move-text.style-two ul li:after {
  position: absolute;
  top: 48%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%) rotate(-20deg);
}

@keyframes mymove {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

@keyframes mymoveTwo {
  from {
    top: 0;
  }

  to {
    bottom: -100%;
  }
}

/*-------------------------------
    Project CSS
-------------------------------*/
.project-filter-box.style-one {
  padding: 30px 20px 15px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border: 1px dashed rgba(45, 28, 24, 0.2);
}

.project-filter-box.style-one .form-group {
  width: calc(21% - 13px);
}

.project-filter-box.style-one .form-group:last-child {
  width: calc(17% - 9px);
}

.project-filter-box.style-one .form-group input,
.project-filter-box.style-one .form-group select {
  border-radius: 50px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--paraColor);
}

.project-filter-box.style-one .form-group input::-moz-placeholder,
.project-filter-box.style-one .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.project-filter-box.style-one .form-group input::placeholder,
.project-filter-box.style-one .form-group select::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.project-filter-box.style-one .form-group select {
  background-image: url(../../img/icons/down-arrow-gray.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.project-filter-box.style-one .form-group .btn span.btn-text {
  padding-left: 15px;
  padding-right: 15px;
}

.project-card.style-one .project-img {
  width: 55%;
}

.project-card.style-one .project-img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  content: "";
  background-color: rgba(0, 0, 0, 0.69);
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.project-card.style-one .project-img .circle-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

.project-card.style-one .project-img .circle-text-wrap .circle-text-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-card.style-one .project-info {
  width: 45%;
  padding-left: 25px;
}

.project-card.style-one .project-info .project-counter {
  font-size: 100px;
  line-height: 85px;
  color: rgba(19, 87, 110, 0.07);
  margin-bottom: 40px;
}

.project-card.style-one .project-info h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.project-card.style-one .project-info p {
  padding-left: 25px;
}

.project-card.style-one .project-info p img,
.project-card.style-one .project-info p i {
  position: absolute;
  top: 3px;
  left: 0;
}

.project-card.style-one:hover .project-img:after {
  visibility: visible;
  opacity: 1;
}

.project-card.style-one:hover .circle-text-wrap {
  visibility: visible;
  opacity: 1;
}

.project-card.style-two {
  background-color: #F3F3F3;
  padding: 20px 30px 26px;
}

.project-card.style-four {
  background-color: #FFFFFF;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card.style-four:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Project Image Area */
.project-card.style-four .project-image-area {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.project-card.style-four .project-image-area .project-status {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--primaryColor);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.project-card.style-four:hover .project-image-area .project-status {
  background-color: var(--primaryColor);
  color: #ffffff;
}

.project-card.style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  z-index: -1;
  transition: var(--transition);
}

.project-card.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(45, 28, 34, 0.75);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: var(--transition);
}

.project-card.style-four:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  z-index: 0;
  transition: var(--transition);
}

.project-card.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  content: "";
  background-color: rgba(45, 28, 34, 0.4);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: var(--transition);
}

/* Project Content Area */
.project-card.style-four .project-content {
  padding: 20px 25px 25px;
  background-color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.project-card.style-four .project-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.project-card.style-four .project-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-card.style-four:hover .project-title a {
  color: var(--primaryColor);
}

.project-card.style-four .project-subtitle {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.4;
}

.project-card.style-four .project-subtitle-2 {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.project-card.style-two.bg-1:before,
.project-card.style-four.bg-1:before {
  background-image: url(../../img/project/under_construction/JAIHO/jaiho5.jpg);
}

.project-card.style-two.bg-2:before,
.project-card.style-four.bg-2:before {
  background-image: url(../../img/project/under_construction/The-Hearty/the-hearty.jpg);
}

.project-card.style-two.bg-3:before,
.project-card.style-four.bg-3:before {
  background-image: url(../../img/project/under_construction/CAPITAL-HIGH-CHENNAI/4A.jpg);
}

.project-card.style-two.bg-4:before,
.project-card.style-four.bg-4:before {
  background-image: url(../../img/project/under_construction/NANTHALALA-IT-Office/1c.jpg);
}

.project-card.style-two.bg-5:before,
.project-card.style-four.bg-5:before {
  background-image: url(../../img/project/under_construction/VIDHYA-SUKRITHAM-T1/front.jpg);
}

.project-card.style-two.bg-6:before,
.project-card.style-four.bg-6:before {
  background-image: url(../../img/project/under_construction/MEGALEIODIS/majestic.jpg);
}

.project-card.style-two.bg-7:before,
.project-card.style-four.bg-7:before {
  background-image: url(../../img/project/under_construction/Nayagi/front.jpeg);
}

.project-card.style-two.bg-8:before,
.project-card.style-four.bg-8:before {
  background-image: url(../../img/project/under_construction/Manomay/elev.jpg);
}

.project-card.style-two.bg-9:before,
.project-card.style-four.bg-9:before {
  background-image: url(../../img/project/under_construction/VIDHYA-SUKRITHAM-T1/front.jpg);
}

.project-card.style-two.bg-10:before,
.project-card.style-four.bg-10:before {
  background-image: url(../../img/project/upcoming/The-Mahalakshmi-Serenity/R3-NIT-resized.jpg);
}

.project-card.style-two.bg-11:before,
.project-card.style-four.bg-11:before {
  background-image: url(../../img/project/upcoming/The-Mahalakshmi-Park-Prime/mahalakshmi_park_prime.jpg);
}

.project-card.style-two.bg-12:before,
.project-card.style-four.bg-12:before {
  background-image: url(../../img/project/under_construction/LUXE-K-K-NAGAR/elev.jpg);
}

.project-card.style-two .project-counter,
.project-card.style-four .project-counter {
  font-size: 128px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.13);
  margin: 59px 0;
}

.project-card.style-two .project-title h3,
.project-card.style-four .project-title h3 {
  width: calc(100% - 55px);
}

.project-card.style-two .project-title .project-link,
.project-card.style-four .project-title .project-link {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 94, 20, 0.13);
}

.project-card.style-two .project-title .project-link:hover,
.project-card.style-four .project-title .project-link:hover {
  background-color: var(--primaryColor);
}

.project-card.style-two .project-title .project-link:hover img,
.project-card.style-four .project-title .project-link:hover img {
  filter: brightness(0) invert(1);
}

.project-card.style-two:hover:before,
.project-card.style-two:hover:after {
  visibility: visible;
  opacity: 1;
}

.project-card.style-two:hover .project-status {
  color: var(--secondaryColor);
}

.project-card.style-two:hover .project-counter {
  color: rgba(255, 255, 255, 0.28);
}

.project-card.style-two:hover .project-title h3 a {
  color: var(--whiteColor);
}

.project-card.style-two:hover .project-title .project-link {
  background-color: var(--primaryColor);
}

.project-card.style-two:hover .project-title .project-link img {
  filter: brightness(0) invert(1);
}

.project-card.style-four:hover:before,
.project-card.style-four:hover:after {
  visibility: visible;
  opacity: 1;
}

.project-card.style-three {
  padding: 20px 30px 26px;
  height: 495px;
}

.project-card.style-three:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  content: "";
  background-color: rgba(45, 28, 34, 0.58);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}

.project-card.style-three.bg-1 {
  background-image: url(../../img/project/project-bg-5.jpg);
}

.project-card.style-three.bg-2 {
  background-image: url(../../img/project/project-bg-6.jpg);
}

.project-card.style-three.bg-3 {
  background-image: url(../../img/project/project-bg-7.jpg);
}

.project-card.style-three.bg-4 {
  background-image: url(../../img/project/project-bg-8.jpg);
}

.project-card.style-three .project-counter {
  position: absolute;
  top: 40px;
  right: 42px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--secondaryColor);
  transition: var(--transition);
}

.project-card.style-three .project-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  border: 1px solid var(--secondaryColor);
  transform: translate(-50%, -50%);
}

.project-card.style-three .project-link:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}

.project-card.style-three .project-link:hover img {
  filter: brightness(0) invert(1);
}

.project-card.style-three h3 {
  position: absolute;
  left: 43px;
  bottom: 40px;
}

.project-card.style-three h3 a {
  color: var(--whiteColor);
}

.project-card.style-three h3:hover a {
  color: var(--primaryColor);
}

.project-card.style-three .project-link,
.project-card.style-three .project-counter,
.project-card.style-three h3,
.project-card.style-three:before {
  visibility: hidden;
  opacity: 0;
}

.project-card.style-three:hover .project-link,
.project-card.style-three:hover .project-counter,
.project-card.style-three:hover h3,
.project-card.style-three:hover:before {
  visibility: visible;
  opacity: 1;
}

.project-card.style-four .project-counter {
  margin: 97px 0;
}

.project-card.style-four .project-title h3 {
  width: 100%;
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two:before,
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two:after {
  visibility: visible;
  opacity: 1;
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-status {
  color: var(--secondaryColor);
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-counter {
  color: rgba(255, 255, 255, 0.28);
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title h3 a {
  color: var(--whiteColor);
}

.project-text-title {
  color: var(--whiteColor);
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title .project-link {
  background-color: var(--primaryColor);
}

.project-status.under-construction {
  color: var(--secondaryColor) !important;
  /* Yellow */
}

.project-status.completed {
  color: var(--secondaryColor) !important;
  /* Yellow */
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title .project-link img {
  filter: brightness(0) invert(1);
}

.project-pagination {
  padding: 15px 0;
  border-top: 1px dashed rgba(45, 28, 34, 0.12);
  border-bottom: 1px dashed rgba(45, 28, 34, 0.12);
}

.project-pagination .prev-project,
.project-pagination .next-project {
  font-weight: 500;
}

.project-pagination .prev-project img,
.project-pagination .next-project img {
  filter: brightness(0) invert(0);
  opacity: 0.8;
  transition: var(--transition);
}

.project-pagination .prev-project:hover img,
.project-pagination .next-project:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}

.project-highlight-box {
  padding: 35px 30px;
  background-color: rgba(255, 94, 20, 0.09);
}

.project-highlight-box p {
  margin-bottom: 18px !important;
}

.project-highlight-box p:last-child {
  margin-bottom: 0 !important;
}

.project-desc:after {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: calc(100% + 30px);
  height: 35%;
  /* background-color: #f3f3f3;*/
  border-radius: 20px;
  z-index: -1;
}

.project-desc .single-project-metainfo li {
  padding-left: 10px;
  line-height: 1;
  padding-top: 3px;
  margin-bottom: 15px;
  border-left: 1px solid var(--primaryColor);
}

.project-desc .single-project-metainfo li span:first-child {
  margin-bottom: 10px;
}

/*-------------------------------
    Project CSS
-------------------------------*/
.pricing-card.style-one {
  position: relative;
  padding: 21px 28px 29px;
}

.pricing-card.style-one .featured {
  top: 0;
  right: 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  padding: 12px 5px;
  line-height: 1;
  border-radius: 50px 50px 0 0;
}

.pricing-card.style-one .pricing-header {
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
  margin-bottom: 23px;
}

.pricing-card.style-one .pricing-header span {
  margin-bottom: 10px;
}

.pricing-card.style-one .pricing-features {
  margin-bottom: 24px;
}

.pricing-card.style-one .pricing-features li {
  margin-bottom: 10px;
  padding-left: 20px;
}

.pricing-card.style-one .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-card.style-one .pricing-features li img {
  position: absolute;
  top: 8px;
  left: 0;
}

/*-------------------------------
    Testimonals CSS
-------------------------------*/
.rating-box.style-one {
  background-color: #F8F3F0;
  padding: 20px 28px 23px;
}

.rating-box.style-one h2 {
  font-size: 48px;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin-right: 20px;
  top: 2px;
}

.rating-box.style-two {
  background-color: #FFF1EA;
  padding: 20px 28px 23px;
  width: 234px;
  height: 234px;
}

.rating-box.style-two h2 {
  font-size: 48px;
  line-height: 1;
}

.rating-box.style-two .rating {
  margin: 4px 0 9px;
}

.testimonial-card.style-one {
  padding: 28px 35px 30px;
}

.testimonial-card.style-one .quote-icon {
  width: 96px;
  height: 96px;
}

.testimonial-card.style-one p {
  font-size: 24px;
  line-height: 34px;
  margin: 25px 0 24px;
}

.testimonial-card.style-one h6 {
  padding-left: 0;
}

.testimonial-card.style-one h6:before {
  display: none;
}

.testimonial-card.style-two .quote-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 40px;
}

.testimonial-card.style-two p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 31px;
  letter-spacing: 0.015em;
}

.testimonial-card.style-two h6 {
  padding-left: 86px;
}

.testimonial-card.style-two h6:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.18);
}

.testimonial-card.style-three .testimonial-content {
  width: calc(100% - 325px);
  margin-right: auto;
}

.testimonial-card.style-three .testimonial-content .quote-icon {
  width: 96px;
  height: 96px;
}

.testimonial-card.style-three .testimonial-content p {
  font-size: 24px;
  line-height: 34px;
  margin: 32px 0 24px;
}

.testimonial-card.style-three .testimonial-content h6 {
  padding-left: 0;
}

.testimonial-card.style-three .testimonial-content h6:before {
  display: none;
}

.testimonial-card.style-three .testimonial-img {
  width: 306px;
}

.testimonial-slider-one.style-one {
  padding-left: 100px;
}

.testimonial-slider-one.style-one .slider-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.testimonial-slider-one.style-one:before {
  position: absolute;
  top: 0;
  left: 40px;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(45, 28, 34, 0.12);
}

.testimonial-slider-one.style-two {
  padding-right: 100px;
}

.testimonial-slider-one.style-two:before {
  position: absolute;
  top: 0;
  right: 40px;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgba(45, 28, 34, 0.12);
}

.testimonial-slider-one.style-three {
  padding-left: 45px;
}

.testimonial-slider-one.style-three:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(45, 28, 34, 0.12);
}

.testimonial-bg-wrap .testimonial-bg {
  width: calc(100% - 125px);
}

/*-------------------------------
    Award Card CSS
-------------------------------*/
.award-card.style-one {
  padding: 18px;
  border-radius: 50px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
}

.award-card.style-one .award-badge {
  width: 72px;
  height: 72px;
}

.award-card.style-one .award-title {
  width: calc(100% - 92px);
  margin-left: auto;
}

.award-card.style-one:hover {
  background-color: rgba(251, 189, 6, 0.1);
}

/*-------------------------------
    CTA & Brand Logo CSS
-------------------------------*/
.brand-slider .swiper-slide.swiper-slide-active .brand-logo img {
  opacity: 1;
}

.brand-logo img {
  opacity: 0.2;
  transition: var(--transition);
}

.brand-logo:hover img {
  opacity: 1;
}

.cta-area.style-one {
  background-image: url(../../img/cta/cta-bg-1.jpg);
  padding: 80px 0;
}

.cta-area.style-one .section-shape {
  opacity: 0.5;
}

.cta-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(45, 28, 34, 0.52);
  z-index: -1;
}

.cta-area.style-one .circle-text-wrap {
  width: 254px;
  height: 254px;
  padding: 20px 15px 15px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}

.cta-area.style-one .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area.style-two {
  background-image: url(../../img/cta/cta-bg-2.jpg);
  padding: 80px 0;
}

.cta-area.style-two .section-shape {
  opacity: 0.2;
}

.cta-area.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 53, 0, 0.56);
  z-index: -1;
}

.cta-area.style-two .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}

.cta-area.style-two .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--primaryColor);
}

.cta-area.style-two .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area.style-three {
  background-image: url(../../img/cta/cta-bg-3.jpg);
  padding: 235px 0 125px;
  margin-top: -110px;
  border-radius: 0 0 45px 45px;
}

.cta-area.style-three .section-shape {
  opacity: 0.2;
}

.cta-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 53, 0, 0.56);
  z-index: -1;
}

.cta-area.style-three .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}

.cta-area.style-three .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--primaryColor);
}

.cta-area.style-three .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area.style-four {
  background-image: url(../../img/cta/cta-bg-3.jpg);
  padding: 135px 0 125px;
  border-radius: 0 0 45px 45px;
}

.cta-area.style-four .section-shape {
  opacity: 0.2;
}

.cta-area.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 53, 0, 0.56);
  z-index: -1;
}

.cta-area.style-four .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}

.cta-area.style-four .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--primaryColor);
}

.cta-area.style-four .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------
    Team & Team Single CSS
-------------------------------*/
.team-area.style-one .slider-btn .prev-btn,
.team-area.style-one .slider-btn .next-btn {
  position: absolute;
  top: 60%;
  z-index: 1;
  transform: translateY(-50%);
}

.team-area.style-one .slider-btn .prev-btn {
  left: 15px;
}

.team-area.style-one .slider-btn .next-btn {
  right: 15px;
}

.team-card.style-one .team-img {
  margin-bottom: 23px;
}

.team-card.style-one .team-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.team-card.style-one .team-info .social-profile.style-two li {
  margin-right: 9px;
  padding-right: 9px;
  border-right-color: rgba(85, 85, 85, 0.31);
}

.team-card.style-one .team-info .social-profile.style-two li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.team-card.style-one .team-info .social-profile.style-two li a i {
  font-size: 17px;
  color: var(--paraColor);
}

.team-card.style-one .team-info .social-profile.style-two li a:hover i {
  color: var(--primaryColor);
}

.single-team-box {
  padding: 25px;
}

.single-team-box .single-team-details .team-member-info {
  margin-bottom: 55px;
}

.single-team-box .single-team-infolist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.11);
}

.single-team-box .single-team-infolist li {
  margin-bottom: 10px;
}

.single-team-box .single-team-infolist li:last-child {
  margin-bottom: 0;
}

.single-team-box .btn span.btn-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-desc .feature-list li {
  padding-left: 22px;
  margin-bottom: 11px;
}

.team-desc .feature-list li:last-child {
  margin-bottom: 0;
}

.team-desc .feature-list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F5A29C;
}

/*-------------------------------
    Location Section CSS
-------------------------------*/
.location-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 78%;
  background-color: #F8F3F0;
  border-radius: 40px;
  z-index: -1;
}

.location-area.style-one .location-box,
.location-area.style-two .location-box {
  padding: 27px;
}

.location-area.style-one .location-box .location-filter,
.location-area.style-two .location-box .location-filter {
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.location-area.style-one .location-box .location-filter .form-group,
.location-area.style-two .location-box .location-filter .form-group {
  width: calc(23% - 8px);
  margin-bottom: 25px;
}

.location-area.style-one .location-box .location-filter .form-group:nth-child(1),
.location-area.style-two .location-box .location-filter .form-group:nth-child(1) {
  width: calc(30% - 8px);
}

.location-area.style-one .location-box .location-filter .form-group input,
.location-area.style-one .location-box .location-filter .form-group select,
.location-area.style-two .location-box .location-filter .form-group input,
.location-area.style-two .location-box .location-filter .form-group select {
  padding: 10px 18px;
}

.location-area.style-one .location-box .location-filter .form-group select,
.location-area.style-two .location-box .location-filter .form-group select {
  background-image: url(../../img/icons/down-arrow-gray.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.location-area.style-one .location-box .location-filter .form-group input::-moz-placeholder,
.location-area.style-two .location-box .location-filter .form-group input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.location-area.style-one .location-box .location-filter .form-group input::placeholder,
.location-area.style-two .location-box .location-filter .form-group input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.location-area.style-one .location-box.style-one,
.location-area.style-two .location-box.style-one {
  box-shadow: 0px 0px 40px #EAE5E2;
}

.location-area .scrollable-container {
  height: 408px;
  overflow-y: scroll;
  direction: rtl;
  padding-left: 10px;
  scrollbar-width: thin;
  scrollbar-color: #F5A29C #FCE2E0;
}

.location-area .scrollable-container>* {
  direction: ltr;
}

.scrollable-container::-webkit-scrollbar {
  width: 3px;
}

.scrollable-container::-webkit-scrollbar-track {
  background: #FCE2E0;
  border-radius: 50px;
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #F5A29C;
  border-radius: 50px;
}

/*-------------------------------
    Property Card CSS
-------------------------------*/
.property-filter-box {
  padding: 30px 20px 15px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.property-filter-box .form-group {
  width: calc(16% - 9px);
}

.property-filter-box .form-group:nth-child(1) {
  width: calc(19% - 9px);
}

.property-filter-box .form-group input,
.property-filter-box .form-group select {
  border-radius: 50px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--paraColor);
}

.property-filter-box .form-group input::-moz-placeholder,
.property-filter-box .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.property-filter-box .form-group input::placeholder,
.property-filter-box .form-group select::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.property-filter-box .form-group select {
  background-image: url(../../img/icons/down-arrow-gray.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.property-filter-box .form-group .btn span.btn-text {
  padding-left: 15px;
  padding-right: 15px;
}

.property-card.style-one .property-img {
  margin-bottom: 23px;
}

.property-card.style-one .property-img .property-price {
  top: 20px;
  line-height: 1;
  padding: 7px 5px 5px 11px;
  border-radius: 50px 0 0 50px;
}

.property-card.style-one p {
  padding-left: 22px;
}

.property-card.style-one p img,
.property-card.style-one p i {
  position: absolute;
  top: 3px;
  left: 0;
}

.property-card.style-two .property-img {
  width: 198px;
}

.property-card.style-two .property-info {
  width: calc(100% - 223px);
  margin-left: auto;
}

.property-card.style-two .property-info .property-category {
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1;
}

.property-card.style-two .property-info .property-category:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.property-card.style-two .property-info h3 {
  margin-top: 65px;
  margin-bottom: 13px;
}

.property-card.style-two .property-info p {
  padding-left: 24px;
  position: relative;
}

.property-card.style-two .property-info p i,
.property-card.style-two .property-info p img {
  position: absolute;
  top: 2px;
  left: 0;
}

.single-property-video {
  height: 422px;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../../img/properties/single-property-2.jpg);
}

.single-property-video:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.single-property-video .play-icon {
  width: 100px;
  height: 100px;
  border: 1px solid var(--secondaryColor);
  background-color: transparent;
  top: 50%;
  left: 50%;
  transition: var(--transition);
  transform: translate(-50%, -50%);
}

.single-property-video .play-icon i {
  color: var(--secondaryColor);
  font-size: 25px;
  line-height: 1;
  transition: var(--transition);
}

.single-property-video .play-icon:hover {
  background-color: var(--secondaryColor);
}

.single-property-video .play-icon:hover i {
  color: var(--titleColor);
}

.single-property-amenities li {
  width: 20%;
  padding-left: 22px;
  margin-bottom: 11px;
}

.single-property-amenities li:last-child {
  margin-bottom: 0;
}

.single-property-amenities li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F5A29C;
}

/*-------------------------------
    Career CSS
-------------------------------*/
.job-card.style-one {
  padding: 0 10px 0;
}

.job-card.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  background-color: #f3f3f3;
  z-index: -1;
  border-radius: 10px;
}

.job-card.style-one .job-img .job-salary {
  top: 12px;
  line-height: 1;
  padding: 9px 12px 7px;
  border-radius: 50px 0 0 50px;
}

.job-card.style-one .job-info {
  padding: 22px 10px 22px;
}

.job-card.style-one .job-info .job-metainfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 15px 0 6px;
  margin: 15px 0 15px;
}

.job-metainfo li {
  display: inline-block;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.job-metainfo li:last-child {
  margin-right: 0;
}

.job-metainfo li i,
.job-metainfo li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.job-desc .single-para {
  margin-bottom: 35px;
}

.job-desc .single-para:last-child {
  margin-bottom: 0;
}

.job-desc .single-para p {
  margin-bottom: 20px;
}

.job-desc .single-para p:last-child {
  margin-bottom: 0;
}

.job-desc .feature-list li {
  margin-bottom: 10px;
  padding-left: 15px;
}

.job-desc .feature-list li:last-child {
  margin-bottom: 0;
}

.job-desc .feature-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.job-desc .single-img .job-salary {
  top: 12px;
  line-height: 1;
  padding: 9px 12px 7px;
  border-radius: 50px 0 0 50px;
  background-color: #FFECB4;
}

.job-desc .single-job-title {
  margin: -65px 17px 40px;
  padding: 25px 25px 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.job-desc .single-job-title .job-metainfo {
  padding-top: 18px;
  margin-top: 15px;
  border-top: 1px dashed rgba(45, 28, 34, 0.23);
}

.job-desc .single-job-title .job-metainfo li {
  margin-right: 45px;
  padding-left: 0;
}

.job-desc .single-job-title .job-metainfo li:last-child {
  margin-right: 0;
}

.job-desc .single-job-title .job-metainfo li img {
  position: relative;
  margin-right: 9px;
  top: 6px;
}

/*-------------------------------
        FAQ, Account & Error CSS
-------------------------------*/
.accordion.style-one .accordion-item {
  margin: 0 0 18px;
  padding: 0;
  border: 1px dashed transparent;
  border-radius: 3px;
  background-color: transparent;
}

.accordion.style-one .accordion-item:last-child {
  margin: 0;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 16px 40px 16px 25px;
  border-radius: 3px;
  background-color: #f3f3f3;
  box-shadow: none;
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 13px;
  right: 4px;
  text-align: center;
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: #5F6368;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}

.accordion.style-one .accordion-item .accordion-body {
  padding: 24px 25px 20px 25px;
  border-top: none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.accordion.style-one .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item:not(.collapsed) {
  border: 1px dashed rgba(45, 28, 34, 0.1) !important;
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*-------------------------------
    Contact CSS
-------------------------------*/
.contact-card.style-one {
  padding: 40px 40px 39px;
  transition: var(--transition);
  min-height: 164px;
}

.contact-card.style-one .contact-icon {
  width: 59px;
  height: 59px;
}

.contact-card.style-one .contact-info {
  width: calc(100% - 70px);
  margin-left: auto;
}

.contact-card.style-one .contact-info span:first-child {
  margin-bottom: 3px;
}

.contact-card.style-one:hover .contact-icon {
  background-color: var(--primaryColor);
}

.contact-card.style-one:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

.checkbox {
  display: block;
}

.checkbox.form-check {
  padding-left: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.checkbox.style-one label {
  padding-left: 30px;
}

.checkbox.style-one label:before {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(45, 28, 34, 0.3);
  top: 2px;
  border-radius: 5px;
}

.checkbox.style-one input:checked+label:before,
.checkbox.style-two input:checked+label:before {
  border-color: transparent;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked+label:after {
  top: 2px;
  left: 0px;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background: var(--primaryColor);
}

.checkbox.style-two input:checked+label:after {
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primaryColor);
}

/*-------------------------------
    Blog Card CSS
-------------------------------*/
.blog-area.style-two:before,
.blog-area.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
}

.blog-area.style-two:before {
  height: 100%;
  border-radius: 0 0 45px 45px;
  background-color: var(--whiteColor);
  z-index: -1;
}

.blog-area.style-two:after {
  height: 30%;
  background-color: var(--optionalColor);
  z-index: -2;
}

.blog-card h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.blog-card .blog-img img {
  transform: translate3d(0, 0, 0) scale(1.09);
  -webkit-transform: translate3d(0, 0, 0) scale(1.09);
  transition: opacity 0.35s, transform 0.45s, filter 0.35s;
}

.blog-card .blog-metainfo {
  margin-bottom: 13px;
}

.blog-card:hover .blog-img img {
  transform: translate3d(-4%, 0, 0) scale(1.09);
  -webkit-transform: translate3d(-4%, 0, 0) scale(1.09);
}

.blog-card:hover .blog-img .blog-date.bg-white {
  background-color: var(--primaryColor) !important;
  color: var(--whiteColor);
}

.blog-card.style-one .blog-img .blog-date {
  top: 13px;
  left: 13px;
}

.blog-card.style-two .blog-img .blog-date {
  bottom: 15px;
  right: 15px;
}

.blog-card .blog-img {
  margin-bottom: 18px;
}

.blog-card .blog-date {
  width: 66px;
  height: 74px;
  padding-top: 5px;
}

.blog-card .blog-date:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.blog-metainfo li {
  margin-right: 3px;
  padding-right: 13px;
  font-weight: 500;
}

.blog-metainfo li:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
  transform: translateY(-50%);
}

.blog-metainfo li:last-child:after {
  display: none;
}

.blog-metainfo li a {
  color: var(--paraColor);
}

.blog-metainfo li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/
.sidebar .sidebar-widget {
  padding: 25px;
  margin-bottom: 35px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-widget .sidebar-widget-title {
  padding-bottom: 13px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.sidebar .sidebar-widget .sidebar-widget-title img {
  margin-right: 12px;
  top: -2px;
}

.sidebar .sidebar-widget.bg-1 {
  background-color: #FFF7F2;
}

.sidebar .sidebar-widget.bg-2 {
  background-color: rgba(245, 162, 156, 0.19);
}

.sidebar .sidebar-widget.style-two {
  margin-bottom: 25px;
}

.sidebar .sidebar-widget.style-two:last-child {
  margin-bottom: 0;
}

.search-widget form input {
  height: 50px;
  padding: 12px 60px 12px 18px;
}

.search-widget form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.search-widget form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.search-widget form button {
  right: 18px;
  padding: 0 0 0 15px;
}

.search-widget form button:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 22px;
  border-left: 1px dashed rgba(45, 28, 34, 0.1);
  transform: translateY(-50%);
}

.category-widget ul li {
  margin-bottom: 10px;
}

.category-widget ul li:last-child {
  margin-bottom: 0;
}

.category-widget ul li a {
  padding-left: 28px;
  font-size: 15px;
  font-weight: 500;
  color: var(--paraColor);
}

.category-widget ul li a img {
  top: 1px;
  left: 0;
}

.category-widget ul li a:hover {
  color: var(--primaryColor);
  padding-left: 32px;
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 30px;
}

.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
}

.rp-post-card .rp-post-img {
  width: 85px;
  border-radius: 12px;
}

.rp-post-card .rp-post-img img {
  border-radius: 12px;
}

.rp-post-card .rp-post-info {
  width: calc(100% - 100px);
  margin-left: auto;
  position: relative;
}

.rp-post-card .rp-post-info h5 {
  line-height: 26px;
}

.rp-post-card .rp-post-info span {
  position: relative;
  padding-left: 20px;
}

.rp-post-card .rp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(31, 14, 20, 0.36);
}

.rp-post-card.style-two .rp-post-img {
  padding: 15px;
  height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rp-post-card.style-two .rp-post-img img {
  display: block;
  margin: 0 auto;
}

.rp-post-card.style-two .rp-post-info .rating {
  margin-bottom: 6px;
}

.rp-post-card.style-two .rp-post-info .rating li {
  margin-right: 2px;
}

.rp-post-card.style-two .rp-post-info .rating li i {
  color: #FFB62E;
  font-size: 17px;
}

.rp-post-card.style-two .rp-post-info h5 {
  margin-bottom: 0;
}

.tags-widget ul {
  margin-top: -8px;
}

.tags-widget ul li {
  display: inline-block;
  margin: 10px 4px 0px 0px;
}

.tags-widget ul li a {
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 8.5px 15px 8.5px;
  border-radius: 8px;
  color: var(--paraColor);
  background-color: var(--whiteColor);
  border-radius: 50px;
  transition: var(transition);
}

.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.property-info-list li {
  margin-bottom: 7px;
}

.property-info-list li:last-child {
  margin-bottom: 0;
}

.contact-list li {
  margin-bottom: 15px;
  padding-left: 26px;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li img {
  position: absolute;
  top: 4px;
  left: 0;
}

.experience-list li {
  padding-left: 25px;
  margin-bottom: 10px;
}

.experience-list li:last-child {
  margin-bottom: 0;
}

.experience-list li img {
  position: absolute;
  top: 6px;
  left: 0;
}

.job-brief {
  padding: 10px 0 0;
}

.job-brief li {
  padding: 20px 30px 25px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(96, 125, 139, 0.23);
}

.job-brief li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*-------------------------------
    Blog Details CSS
-------------------------------*/
.blog-desc p,
.property-desc p,
.service-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}

.blog-desc p strong,
.blog-desc p b,
.property-desc p strong,
.property-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}

.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6,
.property-desc h1,
.property-desc h2,
.property-desc h3,
.property-desc h4,
.property-desc h5,
.property-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.blog-desc h1,
.property-desc h1,
.service-desc h1,
.terms-wrap h1 {
  font-size: 32px;
}

.blog-desc h2,
.property-desc h2,
.service-desc h2,
.terms-wrap h2 {
  font-size: 30px;
}

.blog-desc h3,
.property-desc h3,
.service-desc h3,
.terms-wrap h3 {
  font-size: 28px;
}

.blog-desc h4,
.property-desc h4,
.service-desc h4,
.terms-wrap h4 {
  font-size: 26px;
}

.blog-desc h5,
.property-desc h5,
.service-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}

.blog-desc h6,
.property-desc h6,
.service-desc h6,
.terms-wrap h6 {
  font-size: 20px;
}

.blog-desc p:last-child,
.property-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}

.blog-desc ol,
.property-desc ol,
.service-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-desc ol li,
.property-desc ol li,
.service-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}

.blog-desc .single-para,
.property-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}

.blog-desc .single-para:last-child,
.property-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}

.blog-desc .single-para p,
.property-desc .single-para p,
.service-desc .single-para p,
.terms-wrap .single-para p {
  margin-bottom: 16px;
}

.blog-desc .single-para p:last-child,
.property-desc .single-para p:last-child,
.service-desc .single-para p:last-child,
.terms-wrap .single-para p:last-child {
  margin-bottom: 0;
}

.blog-desc .feature-card img,
.property-desc .feature-card img,
.service-desc .feature-card img,
.terms-wrap .feature-card img {
  max-width: 25px;
  display: block;
  margin-bottom: 12px;
}

.blog-desc .feature-card h3,
.property-desc .feature-card h3,
.service-desc .feature-card h3,
.terms-wrap .feature-card h3 {
  font-size: 16px;
  line-height: 26px;
}

.blog-desc .single-img .blog-date,
.property-desc .single-img .blog-date,
.service-desc .single-img .blog-date,
.terms-wrap .single-img .blog-date {
  width: 66px;
  height: 74px;
  padding-top: 5px;
  top: 13px;
  left: 13px;
}

.blog-desc .single-img .property-price,
.property-desc .single-img .property-price,
.service-desc .single-img .property-price,
.terms-wrap .single-img .property-price {
  top: 20px;
  line-height: 1;
  padding: 7px 5px 5px 11px;
  border-radius: 50px 0 0 50px;
}

.blog-desc .testimonial-card.style-two,
.property-desc .testimonial-card.style-two,
.service-desc .testimonial-card.style-two,
.terms-wrap .testimonial-card.style-two {
  padding: 28px 35px 30px;
}

.blog-desc .testimonial-card.style-two .quote-icon,
.property-desc .testimonial-card.style-two .quote-icon,
.service-desc .testimonial-card.style-two .quote-icon,
.terms-wrap .testimonial-card.style-two .quote-icon {
  width: 96px;
  height: 96px;
}

.blog-desc .testimonial-card.style-two p,
.property-desc .testimonial-card.style-two p,
.service-desc .testimonial-card.style-two p,
.terms-wrap .testimonial-card.style-two p {
  font-size: 24px;
  line-height: 32px;
  margin: 28px 0 20px;
}

.blog-desc .testimonial-card.style-two h6,
.property-desc .testimonial-card.style-two h6,
.service-desc .testimonial-card.style-two h6,
.terms-wrap .testimonial-card.style-two h6 {
  padding-left: 0;
}

.blog-desc .testimonial-card.style-two h6:before,
.property-desc .testimonial-card.style-two h6:before,
.service-desc .testimonial-card.style-two h6:before,
.terms-wrap .testimonial-card.style-two h6:before {
  display: none;
}

.blog-desc .feature-item-list.style-one li,
.property-desc .feature-item-list.style-one li,
.service-desc .feature-item-list.style-one li,
.terms-wrap .feature-item-list.style-one li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.blog-desc .feature-item-list.style-one li:last-child,
.property-desc .feature-item-list.style-one li:last-child,
.service-desc .feature-item-list.style-one li:last-child,
.terms-wrap .feature-item-list.style-one li:last-child {
  margin-bottom: 0;
}

.blog-desc .feature-item-list.style-one li:before,
.property-desc .feature-item-list.style-one li:before,
.service-desc .feature-item-list.style-one li:before,
.terms-wrap .feature-item-list.style-one li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.blog-desc .feature-item-list.style-two li,
.property-desc .feature-item-list.style-two li,
.service-desc .feature-item-list.style-two li,
.terms-wrap .feature-item-list.style-two li {
  margin-bottom: 10px;
  padding-left: 15px;
}

.blog-desc .feature-item-list.style-two li:last-child,
.property-desc .feature-item-list.style-two li:last-child,
.service-desc .feature-item-list.style-two li:last-child,
.terms-wrap .feature-item-list.style-two li:last-child {
  margin-bottom: 0;
}

.blog-desc .feature-item-list.style-two li:before,
.property-desc .feature-item-list.style-two li:before,
.service-desc .feature-item-list.style-two li:before,
.terms-wrap .feature-item-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.post-metaoption {
  padding: 14px 20px;
  border: 1px dashed rgba(45, 28, 34, 0.1);
  margin-top: 40px;
  border-radius: 10px;
}

.post-metaoption .tag-list li {
  display: inline-block;
}

.post-metaoption .tag-list li a {
  color: var(--paraColor);
}

.post-metaoption .tag-list li a:hover {
  color: var(--primaryColor);
}

.post-tag span,
.post-share span {
  margin-right: 5px;
}

.comment-form {
  padding: 49px 58px 55px;
}

.comment-form.style-two {
  padding: 45px 34px;
}

.form-wrapper.style-one .form-group input,
.form-wrapper.style-one .form-group select,
.contact-form .form-group input,
.contact-form .form-group select,
.comment-form .form-group input,
.comment-form .form-group select {
  height: 50px;
  padding: 13px 18px;
}

.form-wrapper.style-one .form-group input:focus,
.form-wrapper.style-one .form-group select:focus,
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.comment-form .form-group input:focus,
.comment-form .form-group select:focus {
  outline: 0;
}

.form-wrapper.style-one .form-group input::-moz-placeholder,
.form-wrapper.style-one .form-group textarea::-moz-placeholder,
.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder,
.comment-form .form-group input::-moz-placeholder,
.comment-form .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.form-wrapper.style-one .form-group input::placeholder,
.form-wrapper.style-one .form-group textarea::placeholder,
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.comment-form .form-group input::placeholder,
.comment-form .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.form-wrapper.style-one .form-group textarea,
.contact-form .form-group textarea,
.comment-form .form-group textarea {
  height: 150px;
  resize: none;
  padding: 14px 20px;
}

.form-wrapper.style-one .form-group textarea:focus,
.contact-form .form-group textarea:focus,
.comment-form .form-group textarea:focus {
  outline: 0;
}

.comment-item-wrap .comment-item {
  margin-bottom: 40px;
}

.comment-item-wrap .comment-item.reply {
  margin-left: 105px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  position: relative;
  top: 5px;
}

.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 108px);
  margin-left: auto;
}

.comment-item-wrap .comment-item .comment-text:last-child {
  margin-bottom: 0;
}

.add-star-rating {
  text-align: start;
  overflow: hidden;
}

.add-star-rating label {
  float: left;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
}

.add-star-rating label:before {
  transition: var(--transition);
  content: "\f18b";
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  color: #FFBA00;
  transition: var(--transition);
}

.add-star-rating input {
  display: none;
}

.add-star-rating input:checked~label:before,
.add-star-rating:not(:checked)>label:hover:before,
.add-star-rating:not(:checked)>label:hover~label:before {
  content: "\f186";
  color: #FFBA00;
}

.text-align-justify {
  text-align: justify;
}

/* Default: make the location text white */
.project-card .project-status {
  color: #fff !important;
}

/* Hover: revert to original theme-defined color */
.project-card:hover .project-status {
  color: var(--secondaryColor) !important;
}

/*# sourceMappingURL=style.css.map */

/* Project Detail: gallery thumbs */
.project-gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* small screens */
@media (max-width: 575.98px) {
  .project-gallery-slider .swiper-slide img {
    height: 200px;
  }
}

/* WhatsApp Floating Button */
.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn img {
  width: 32px;
  height: 32px;
}

.whatsapp-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3);
}

/* Chatbot Floating Button */
.chatbot-btn {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chatbot-btn img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.chatbot-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3);
}

/* Joint Venture Cards */
.jv-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
}

.jv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.jv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 94, 20, 0.15);
  border-color: rgba(255, 94, 20, 0.2);
}

.jv-card:hover::before {
  opacity: 1;
}

.jv-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primaryColor) 0%, #ff7b47 100%);
  color: var(--whiteColor);
  font-size: 20px;
  font-family: var(--secondaryFont);
  position: relative;
  box-shadow: 0 4px 15px rgba(255, 94, 20, 0.3);
  transition: all 0.4s ease;
}

.jv-card:hover .jv-number {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(255, 94, 20, 0.4);
}

.jv-title {
  font-size: 20px;
  font-family: var(--secondaryFont);
  transition: color 0.3s ease;
}

.jv-card:hover .jv-title {
  color: var(--primaryColor);
}

.jv-content p {
  font-size: 15px;
  line-height: 1.7;
}

/* Responsive adjustments for Joint Venture Cards */
@media (max-width: 991px) {
  .jv-number {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .jv-title {
    font-size: 18px;
  }

  .jv-content p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .jv-card {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .jv-content {
    margin-left: 0 !important;
    margin-top: 1rem;
  }

  .jv-number {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}

/* Joint Venture Form Styling */
.jv-form-wrapper {
  background: #f7f7f7;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.jv-form-wrapper .form-label {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.jv-form-wrapper .form-control {
  padding: 12px 18px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.jv-form-wrapper .form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: 0 0 0 3px rgba(255, 94, 20, 0.1);
  outline: none;
}

.jv-form-wrapper .form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.jv-form-wrapper textarea.form-control {
  padding: 15px 18px;
  min-height: 130px;
}

.jv-form-wrapper .alert {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.jv-form-wrapper .alert-success {
  background: #f0fdf4;
  border-left: 4px solid #22c55e;
}

.jv-form-wrapper .alert-danger {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
}

.jv-form-wrapper input[type="datetime-local"] {
  cursor: pointer;
}

.jv-form-wrapper input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(47%) sepia(89%) saturate(2476%) hue-rotate(346deg) brightness(102%) contrast(101%);
}

/* Form button hover state */
.jv-form-wrapper .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Responsive form adjustments */
@media (max-width: 767px) {
  .jv-form-wrapper {
    padding: 2rem 1.5rem !important;
  }

  .jv-form-wrapper .form-control {
    font-size: 14px;
    padding: 10px 15px;
  }

  .jv-form-wrapper .form-label {
    font-size: 13px;
  }
}

/*---------------------------------
    Popup Overlay Styles
-----------------------------------*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  position: relative;
  width: 50%;
  max-width: 600px;
  animation: zoomIn 0.5s ease-out;
}

.popup-content {
  position: relative;
  width: 100%;
}

.popup-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ff6b35;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.popup-close:hover {
  background: #ff4500;
  transform: rotate(90deg);
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive Design - Hide popup on mobile and tablet devices */
@media (max-width: 1024px) {
  .popup-overlay {
    display: none !important;
  }