@font-face {
  font-family: 'loaderFont';
  src: url('../font/Fontspring-DEMO-toruspro-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.characters {
  font-family: 'loaderFont' !important;
}


.modal-dialog {
  max-width: 55%;
}

.page-content .page-title {
  font-size: 20px;
  font-weight: 500;
}

.page-content p {
  font-size: 14px;
  text-align: justify;
}


.header-button .th-btn {
  background-color: #ecbb69;
  color: #000;
  border: 0;

}

p {
  font-size: 18px !important;
}

.main-menu>ul>li {
  margin: 0 12px;
}

.main-menu ul.sub-menu {
  top: 53px;
  border-radius: 2px;
}


/* .header-button .th-btn::after{
  filter: invert(1) !important;
} */

.call-btn .icon-btn {
  background-color: #014d47 !important;
}

.th-btn.style-border.th-btn-icon:after {
  -webkit-filter: none;
  filter: none;
  color: #212529;
  width: 22px;
  height: 22px;
}

.sec-btn a,
.slider-arrow.style6 {
  color: #111;
  border-color: #000 !important;
}

.slider-arrow.style6 img {
  filter: invert(0);
}

.rent-card .th-btn.th-btn-icon:after {
  filter: invert(1) !important;
}

.rent-card .th-btn.style-border:hover.th-btn.th-btn-icon:after {
  filter: invert(0) !important;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding-top: 80px;
  /* Adjust top spacing */
}

/* Show State */
.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* Popup Box */
.popup-content {
  display: flex;
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Animate in when overlay is shown */
.popup-overlay.show .popup-content {
  transform: translateY(0);
  opacity: 1;
}

/* Popup Image Side */
.popup-image {
  width: 50%;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=60') no-repeat center center;
  background-size: cover;
}

/* Popup Form Side */
.popup-form {
  width: 50%;
  padding: 30px;
  position: relative;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

/* Submit Button */
.btn-submit {
  background-color: #014d47;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #014d47;
  color: #fff;
}

.btn-submit:focus {
  box-shadow: none;
}

/* Checkbox Label */
.form-check-label a {
  text-decoration: none;
}


.popup-form form input {
  margin-bottom: 10px;
}



/* Navbar-css------ */
.main-menu ul.sub-menu li a:before {
  display: none;
}

.header-logo a img {
  max-width: 100%;
  height: 50px;
}

.sticky-wrapper.sticky {
  background-color: #fff;
  border-bottom: 1px #014d47 solid;
}

.header-layout5 {
  top: 25px;
}

.header-layout5 .main-menu>ul>li>a {
  padding: 30.5px 0;
  color: #fff;
}

.header-layout5 .sticky-wrapper.sticky .main-menu>ul>li>a {
  color: #014d47;
}

.sticky-wrapper.sticky li.menu-item-has-children>a:after {
  color: #014d47;
}

.header-default {
  background-color: #014d47;
}

.header-default .main-menu>ul>li>a {
  padding: 0;
  /* color: #014d47; */
}


.header-default .sticky-wrapper.sticky .main-menu>ul>li>a {
  padding: 0;
  color: #014d47;
}

.main-menu ul li:has(.sub-menu)>a:hover:after,
.main-menu ul li:has(.mega-menu)>a:hover:after,
.main-menu ul li.menu-item-has-children>a:hover:after {
  color: #fff;
}

/* ------Home Page Css ----------- */

.hero-10 .hero-bottom-wrap .hero-thumb-content p {
  font-size: 16px;
  color: var(--white-color);
  padding: 64px 200px 64px 255px;
  margin-bottom: 0;
}

.hero-style10 .th-btn.style-border.th-btn-icon:after {
  filter: invert(1);
}

.hero-style10 .th-btn.style-border:hover.th-btn-icon:after {
  filter: invert(0);
}

.hero-style10 .hero-title {
  text-transform: capitalize;
  font-size: 64px;
}

.hero-slider10 .swiper-slide:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(28, 45, 55, 0.7) 0%,
      rgba(28, 45, 55, 0.5) 51.5%,
      rgba(28, 45, 55, 0.3) 86.5%,
      rgba(28, 45, 55, 0.6) 100%);
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: -1;
}


.hero-style4 .property-search-form {
  margin-bottom: 50px;
}

.bg-green {
  background-color: #014d47;
}

.hero-style4 .sub-title {
  font-size: 20px;
}

.hero-style4 .hero-title {
  font-size: 70px;
}

.hero-style4 .property-search-form .th-btn {
  background-color: #014d47;
}

.service-card.style7 {
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card.style7 .box-title a {
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
}

.sub-title4 {
  background-color: #014d47;
  color: #fff;
}

.th-btn.style-border2 {
  border: 1px solid #014d47;
}

.th-btn.style-border2:hover {
  background-color: #014d47;
  color: #fff;
}

.rent-card {
  background-color: #014d47;
}

.counter-card.style4 .box-text {
  font-size: 18px;
  text-transform: inherit;
  line-height: normal;
}

.destination-card.style2 .card-thumb:after {
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 15%,
      rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 15%,
      rgba(0, 0, 0, 0.6) 100%);
  border-radius: 24px;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.destination-card .box-title a:hover {
  color: #fff;
}

.aminities-card:after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(21, 94, 56, 0.5);
  z-index: -1;
}

.blog-card.style3 .blog-content .box-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  max-width: none;
}


.blog-card.style4 .blog-content {
  background-color: #fff;
}

.aminities-card .aminities-card-icon img {
  height: 40px;
}

.hero-style4 .property-search-form {
  height: 65px;
}

.slider-arrow.style6:hover {
  background-color: #014d47;
}

.service-card.style6 {
  padding: 15px 30px;
}

.service-card.style6 {
  margin-bottom: 10px;
}

.service-card.style6 .service-img {
  margin-top: 30px;
  border-radius: 10px;
}

.service-area-3 .title-area .sec-title {
  font-size: 32px;
}

.service-card.style6 {
  border-radius: 10px;
}

.service-card.style6 .box-title {
  margin: 0;
}

.service-card.style6 .box-text {
  font-size: 14px !important;
}

.service-card.style6 .box-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.service-card.style6 .service-card-icon {
  display: none;
}

.img-box9 img {
  border-radius: 24px;
  transition: transform 0.4s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
}

.img-box9 img:hover {
  transform: scale(1.05);
  border-radius: 24px;
  cursor: pointer;
}

.img-box9 .img1,
.img-box9 .img2,
.img-box9 .img3 {
  overflow: hidden;
  /* ensures border-radius stays respected when scaling */
  border-radius: 24px;
  /* applies rounded corners to the container */
}

.destination-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.destination-card .card-thumb {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.destination-card .card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  transition: transform 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* Hover scale effect */
.destination-card:hover .card-thumb img {
  transform: scale(1.05);
}


/* Ensure text stays above overlay */
.destination-card .card-details {
  position: relative;
  z-index: 2;
  color: #fff;
}

.why-feature-list {
  padding-top: 0;
}

.portfolio-card.style2 .portfolio-title a {
  color: #063939;
  font-size: 24px;
}

.portfolio-card.style2 .portfolio-title a:hover {
  color: #ecbb69;
}

.portfolio-card.style2 .portfolio-text {
  color: #6e7070;
}

.portfolio-card .portfolio-content {
  padding-top: 0;
}

.th-btn.style-border3.th-btn-icon:after {
  /* filter: invert(0); */
  color: var(--white-color);
  width: 22px;
  height: 22px;
}

.valuation-section {
  background-color: #014d47;
}

.getStarted h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  line-height: normal;

}

.btn-mint {
  background-color: #ecbb69;
  color: #111;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s ease;
  padding: 10px 34px;
}

.btn-mint:hover {
  background-color: #ecbb69;
  color: #111;
}

.image-grid .grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  margin: auto;
  cursor: pointer;
}

.image-grid .grid-img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.image-scroll-wrapper {
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  left: 50px;
}

.scroll-animate {
  animation: scrollUpDown 8s ease-in-out infinite alternate;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 7px;
  /* uniform padding */
  align-items: center;
}




@keyframes scrollUpDown {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-35%);
  }
}


/* .service-card.style2 .box-text {
  font-size: 14px !important;
} */



.accordion-card .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #014d47;
}

.accordion-card .accordion-button {
  color: #014d47;
}

.accordion-card .accordion-body {
  background-color: transparent;
}

.accordion-card .faq-text {
  color: #6c757d;
}

.accordion-card {
  box-shadow: 0 0 1px #0003, 0 1px 1px #0000000f, 0 2px 6px #0000000f;
  border: none;

}


#blog-sec .th-btn.th-btn-icon:after {
  filter: invert(1);
}

.blog-card .th-btn.style-border2 {
  background-color: #014d47;
  color: #fff;
  font-size: 14px;
  padding: 10px 26px;
}

#property-sec .th-btn.style-border3 {
  background-color: #014d47;
  color: #fff;
}

.service-area-3 .style5.th-btn-icon {
  background-color: #014d47;
  color: #fff;
}

.service-area-3 .th-btn.th-btn-icon:after {
  filter: invert(1);
}

.project-slider2 .slider-arrow,
.slider-arrow.style4 {
  background-color: #014d47;
}

.project-slider2 .slider-arrow img,
.slider-arrow.style4 img {
  filter: invert(1);
}

.service-card.style7 {
  border-color: #014d47;
}

.about-contact-grid .about-contact-icon {
  background-color: #014d47;
  line-height: 37px;
}

.counter-card.style4 {
    width: 100%;
}

.why-feature-list .why-feature-list-wrap .number {
  color: #fff;
  background: #014d47;
}

.gradient-text {
  background: linear-gradient(180deg, #0c6e6e, #014d47, #063939);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-10 .hero-bottom-wrap {
  bottom: 15px;
}


/* ---------Abouts Page Css--------- */

/* .breadcumb-wrapper {
  height: 450px;
} */

.about-wrap2 .checklist {
  border: 0;
}

.testi-card_text {
  line-height: normal;
  font-size: 18px;
}

.img-box3 .img1 img {
  transition: transform 0.5s ease;
}

.img-box3:hover .img1 img {
  transform: scale(1.05);
}


.why-sec-1 p {
  color: #111;
}

.service-card.style4 .box-title a {
  color: #111;
}

.service-card.style4 .box-text {
  color: #111;
}

.slider-arrow.style6 img {
  filter: invert(0);
}



.team-card.style3 .team-card-content {
  background-color: #014d47;
}

.team-card.style3 .icon-btn {
  background: #ecbb69;
  display: none;
}

.team-card.style3 .icon-btn:hover {
  background-color: #014d47;
  filter: invert(1);
}

.quote-icon img {
  filter: invert(1);
}

.team-card.style3 .box-title a,
.team-card.style3 .team-desig {
  color: #fff;
}

.team-card.style3 .box-title a:hover {
  color: #fff;
}

.team-card .team-card-content {
  background: rgba(0, 64, 26, 0.5);

}

.testi-card.style6 .testi-card_text {
  line-height: 25px;
  text-align: left;
}

.testi-card.style6 {
  background-color: #fff6df;
}

.team-card.style4 .img-wrap:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9, 80, 81, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style4 .team-card-content {
  background-color: #014d47;
}

.about-card p {
  text-align: justify;
}

.team-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.team-img:hover img {
  transform: scale(1.05);
}





/* ---------Blog Page Css--------- */

.sidebar-area .widget {
  background-color: #014d47;

}

.widget_banner .logo {
  background-color: #014d47;
}

.widget_banner .link a {
  color: #111;
}

.widget_banner:after {
  background: #fff6df;
}

.blog-single .blog-title {
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: -20px;
}

.blog-img {
  overflow: hidden;
  border-radius: 12px;
  /* Optional: match your design */
}

.blog-img img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}

.blog-img:hover img {
  transform: scale(1.05);
  /* Zoom effect */
}


/* ------conatct Us css--------- */

.about-contact-grid.style2 {
  background-color: transparent;
  border: 1px #014d47 solid;
}

.about-contact-grid.style2 .about-contact-details-title,
.about-contact-grid.style2 .about-contact-details-text,
.about-contact-grid.style2 .about-contact-details-text a {
  color: #111;
}

.about-contact-grid.style2 .about-contact-icon {
  color: #111;
}

.about-contact-grid.style2 .about-contact-icon {
  border-color: #111;
}

.about-contact-grid.style2:hover .about-contact-icon {
  background: #014d47;
  border-color: #fff;
  color: #fff;
}

.recent-post .media-img:after {
  line-height: 50px;
  font-size: 16px;
}


/* ---------Career Page Css----------- */
.current-openings {
  text-align: center;
}

.current-openings h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
  /* letter-spacing: 2px; */
  color: #014d47;

}

#positions .card {
  max-width: 100%;
  padding: 22px;
  margin: 20px 0;
  box-shadow: 0 5px 10px #dcdcdc;
  flex: 1 1 auto;
  box-sizing: border-box;
  border-radius: 17px;
}

#positions .card .position-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#positions .card .position-name h5 {
  font-size: 20px;
  text-transform: capitalize;
  color: #111;
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

#positions .card .position-name p {
  font-size: 14px;
  color: #1f1f1f66;
  margin-bottom: 0px;
  line-height: 23px;
  text-align: left;
}

#positions .card .position-name p {
  font-size: 14px;
  color: #1f1f1f66;
  margin-bottom: 0px;
  line-height: 23px;
  text-align: left;
}

#positions .card .experience p {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: 10px 0;
}

#positions .card .experience strong {
  font-weight: 600;
}

#positions .card .qualification p {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: 10px 0;
}

#positions .card .qualification strong {
  font-weight: 600;
}

#positions .card .location p {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: 10px 0;
}

#positions .card .location strong {
  font-weight: 600;
}

#positions .card .apply-btn {
  text-align: right;
}

#positions .card .apply-btn a {
  display: inline-block;
  padding: 6px 20px;
  font-size: 14px;
  border-radius: 50px;
  background-color: #014d47;
  border-color: #014d47;
}



/* ----All Services Page Css---- */

.valunxt-banner {
  background-image: url('../img/property-valuation/valunxt-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  /* adjust as needed */
}

.residential-service .sec-title {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, hsla(181, 80%, 18%, 1) 0%, hsla(181, 100%, 40%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}


.residential-service .text-theme {
  /* text-align: justify; */
  margin-bottom: 20px;
}

.commercial-service .sec-title {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, hsla(181, 80%, 18%, 1) 0%, hsla(181, 100%, 40%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.commercial-service .text-theme {
  text-align: justify;
  margin-bottom: 20px;
}

.salesand-leasing-service .sec-title {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, hsla(181, 80%, 18%, 1) 0%, hsla(181, 100%, 40%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.salesand-leasing-service .text-theme {
  text-align: justify;
  margin-bottom: 20px;
}

.mortgage-service .sec-title {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, hsla(181, 80%, 18%, 1) 0%, hsla(181, 100%, 40%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.mortgage-service .text-theme {
  text-align: justify;
  margin-bottom: 20px;
}

.snaggingInspection-service .sec-title {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, hsla(181, 80%, 18%, 1) 0%, hsla(181, 100%, 40%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.snaggingInspection-service .text-theme {
  text-align: justify;
  margin-bottom: 20px;
}

.property-page-single .location-map .location-map-address {
  background: #014d47 !important;
}

.service-card .box-title a {
  color: #212529;
}

.service-card .box-text {
  color: #6c757d;
  opacity: 0.8;
}

.service-card .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: invert(.5);
}

.property-card .property-card-title a {
  /* color: inherit; */
  color: #111;
}

.property-card .property-card-text {
  color: #6c757d;
  opacity: 0.8;
  margin-bottom: 16px;
}

.property-btn-wrap .th-btn.btn-mask2 {
  color: #111;
}

.property-btn-wrap .th-btn.btn-mask2.th-btn-icon:after {
  filter: invert(0);
}

.property-card .property-card-number {
  color: #111;
}

.property-card .property-card-details {
  border-color: #cacaca;
}

.property-card .property-btn-wrap {
  border-top: 1px solid #cacaca;

}

.property-btn-wrap .th-btn.btn-mask2:hover {
  background-color: #014d47;
  color: #fff;
}

.property-btn-wrap .th-btn.btn-mask2:hover.th-btn.btn-mask2.th-btn-icon:after {
  filter: invert(1);
}

.video-wrap-details {
  background-color: #fff;
  border: 1px #014d47 solid;
}

.slider-arrow.style3:hover {
  background-color: #014d47;
}


.service-card.style2:hover .service-card-icon {
  background-color: #014d47;
}

.video-area-1 .th-btn.btn-mask,
.bookdemo .th-btn.btn-mask {
  -webkit-mask-image: none;
  mask-image: none;
}


.portfolio-card-shape {
  display: flex;
  justify-content: center;
  /* Centers the text horizontally */
  align-items: center;
  /* Centers the text vertically */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  /* White text color */
  opacity: 0.8;
  /* Adjust opacity for a lighter effect */
  background: rgba(0, 0, 0, 0.5);
  /* Optional: darker overlay for contrast */
}

.portfolio-card-shape h5 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding: 10px;
  line-height: 1.3;
}

.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(57, 247, 136, 0) 0%, rgba(57, 247, 136, 0.3) 100%);
  background: linear-gradient(to right, rgba(57, 247, 136, 0) 0%, rgba(57, 247, 136, 0.3) 100%);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}


.breadcumb-wrapper:after {
  display: none;
}

/* .breadcumb-content{
  display: none;
} */

.valunxt-logo {
  margin-bottom: 70px;
}

.valunxt-logo img {
  width: 250px;
}

.download-thumb.position-relative {
  left: 100px;
}

.appointment-wrap3 .form-title {
  font-weight: 600;
  margin-top: 0;
  /* margin-bottom: 26px; */
  font-size: 25px;
}




/* ----Footer css------- */
.about-logo img {
  /* height: 56px; */
  width: 30%;
  position: relative;
  right: 10px;
}

.th-widget-about .about-logo {
    margin-bottom: 10px;
}

.copyright-wrap {
  background-color: #014d47;
}

.footer-layout2 .copyright-wrap .copyright-text,
.footer-layout2 .footer-links a {
  color: #fff;
}

.footer-layout2 .widget .th-social a {
  border-color: #014d47;
}

.footer-layout2 .widget .th-social a:hover {
  background-color: #014d47;
}

.footer-layout2 .th-widget-contact .info-box_text .icon img {
  -webkit-filter: none;
  filter: contrast(0.5);
}

/* .th-widget-contact .info-box_text {
  align-items: center;
} */

.footer-widget.widget_nav_menu a{
  font-size: 18px;
}

.th-widget-contact .info-box_text .icon {
    color: var(--body-color);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 1px solid var(--body-color);
    border-radius: 50%;
    text-align: center;
}

/* ---------Guide Page -------------- */
.guide-section .sec-title {
  font-size: 38px;
  line-height: 1.3;
}



/* ---------Privacy Policy and terms conditions -------------- */
.terms-container {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  /* font-family: 'Outfit', sans-serif; */
  background-color: #f9f9f9;
  color: #014d47;
  line-height: 1.7;
}

.terms-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: #014d47;
}

.terms-section-title {
  font-size: 1.5rem;
  color: #014d47;
  margin-top: 40px;
  font-weight: 400;
}

.terms-text {
  font-size: 1rem;
  margin: 16px 0;
}

.terms-footer-note {
  text-align: center;
  margin-top: 60px;
  font-size: 0.95rem;
  color: #777;
}

.privacy-container {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  background-color: #f9f9f9;
  color: #014d47;
  line-height: 1.7;
}

.privacy-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: #014d47;
}

.privacy-section-title {
  font-size: 1.5rem;
  color: #014d47;
  margin-top: 40px;
  font-weight: 400;
}

.privacy-text {
  font-size: 1rem;
  margin: 16px 0;
}

.privacy-footer-note {
  text-align: center;
  margin-top: 60px;
  font-size: 0.95rem;
  color: #777;
}

/* --------All Team Member Pages------------ */
#teamdeatils .box-title {
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: normal;
}

#teamdeatils .team-card-content p {
  margin-bottom: 0;
  margin-top: 20px;
}

.team-card.style4 .team-card-content {
  align-items: end;
}

.contact-wrap6 {
  margin-right: 0;
  padding-left: 0;
}

.contact-wrap6 .form-title {
  margin-top: 0;
  font-size: 32px;
}

.th-btn.style-border5:hover {
  background: #014d47;
  color: var(--white-color);
}





.section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  margin: 20px;
  background-color: white;
  border-radius: 8px;
  /* box-shadow: 0 4px 10px #00000040; */
  overflow: hidden;
  /* width: 90%;
  margin: auto; */
}

/* Grayscale background image using ::before */
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/about/market-report-backgroundjpg-8470d4f2-4b25-4fc9-98f2-fad73eed23ba.webp') no-repeat center center / cover;
  filter: grayscale(100%);
  z-index: 0;
}

/* White overlay on top of grayscale background */
.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.report-left,
.report-right {
  z-index: 2;
}

.report-left {
  flex: 1;
  padding-right: 40px;
}

.report-left h2 {
  font-size: 32px;
  color: #014d47;
  font-weight: 500;
  margin-bottom: 20px;
}

.report-left h2 em {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 20px !important;
  letter-spacing: 1px;
  padding-top: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, hsla(181, 80%, 18%, 1) 0%, hsla(181, 100%, 40%, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.report-left p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.download-btn {
  display: inline-block;
  background-color: #ef476f;
  color: white;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background-color: #d43c60;
}

.report-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-right img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
  border-radius: 8px;
  z-index: 999;
}


/* Responsive */




.phone-wrapper {
  position: relative;
}

.phone-wrapper i.fal.fa-phone {
  position: absolute;
  top: 20px;
  right: 21px;
}

.iti {
  margin-bottom: 15px;
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .iti__country-list {
  z-index: 999 !important;
}

#PhoneField {
  z-index: 999;
}

.breadcumb-title {
  font-size: 60px;
}

.breadcumb-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.breadcumb-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.breadcumb-content {
  position: relative;
  z-index: 1;
}


#preloader .txt-loading .characters {
  font-weight: 400;
}

.txt-loading .characters {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
}

.txt-loading {
  font-size: 2rem;
  white-space: nowrap;
  font-family: inherit;
}

.team-card.style7 {
  width: 80%;
  margin: auto;
}

.team-card .box-title {
  font-size: 20px;
}

#team-sec .team-card.style7 {
  width: 100%;
}

.calc-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.input-style {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}

.faq-question {
  font-weight: 500;
}

.faq-answer {
  font-size: 14px;
  color: #555;
}

.range-label {
  font-size: 12px;
  color: #666;
}

.range-input {
  width: 100%;
  height: 15px;
}

.calc-box label {
  font-size: 16px;
  color: #014d47;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
}

.calc-box span {
  font-size: 12px;
}

.calc-box input {
  font-size: 12px;
  background-color: #fff;
}

.range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(to right, #014d47 0%, #ccc 0%);
  outline: none;
  padding: 0;
  /* no extra spacing */
}

/* WebKit Thumb */
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: #014d47;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
  /* center vertically */
  margin-left: -1px;
  /* slight nudge left to remove visual gap */
  position: relative;
  z-index: 2;
}

/* Firefox Thumb */
.range-input::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background: #014d47;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.range-input {
  box-sizing: border-box;
}



/* input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #014d47;
  border-radius: 5px;
  outline: none;
  margin: 0;
  margin-top: 0;
  position: relative;
  bottom: 10px;
} */

/* input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #014d47;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #014d47;
  border-radius: 50%;
  cursor: pointer;
} */

.calc-box h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #dedede;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #014d47;
  /* border-color: #014d47; */
}

.accordion-button {
  /* border: 1px solid #014d47; */
  color: #014d47;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #014d47;
  box-shadow: none;
}

.accordion-button:not(.collapsed):after {
  background-image: url("../img/icon/down-arrow.png");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #014d47;
  cursor: pointer;
  margin-top: -5px;
  
}

.range-input::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #014d47;
  cursor: pointer;
}

.range-input::-ms-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #014d47;
  cursor: pointer;
} */


select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.destination-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  /* Ensure text is visible */
}

.destination-card .card-thumb {
  position: relative;
}

.destination-card .card-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Black overlay with 50% opacity */
  z-index: 1;
}

.destination-card .card-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.destination-card .card-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  z-index: 2;
  /* On top of the overlay */
  background: rgba(0, 0, 0, 0.3);
  /* Optional: darker background behind text */
}

.destination-card .box-title a {
  color: #fff;
  text-decoration: none;
}

.destination-card .box-title {
  bottom: 32px;
  margin-bottom: -0.3em;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.title-area .sec-title {
  margin-bottom: 9px;
  font-size: 32px;
  line-height: normal;
  font-weight: 500;
}


.services-drop .sub-menu {
  top: 75px !important;
}

.property-tab .nav-item .nav-link.active {
  background-color: #014d47;
}

/* .iti__arrow {
  border-top: 4px solid #fff !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #fff;
} */