.img-radius {
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea {
  resize: none;
}

.horizontal-gold_line {
  width: 180px;
  /* Adjust width as needed */
  height: 2px;
  /* Line thickness */
  background: linear-gradient(to right, #c98e19fa, #ffcf57);
  /* Gradient gold colors */
  margin-top: 20px;
  /* Add spacing above the line if required */
  margin-bottom: 20px;
  /* Add spacing below the line if required */
}
.visible-992 {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .visible-992 {
    display: block !important;
  }
}

.golden-gradient-icon {
  background: linear-gradient(90deg, #a67514, #c9a32e, #ffcf57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* =================================================================  */

.home-about img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.home-legacy {
  background-image: url("../img/about/building-trust.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  /* Parallax effect */
}
.about-transparent {
  background-image: url("../img/about/transparent-process.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  /* Parallax effect */
}

.home-legacy .container {
  position: relative;
  z-index: 1;
}
.about-transparent .container {
  position: relative;
  z-index: 1;
}

.home-legacy .legacy-numbers .row:nth-child(1) {
  /* margin-bottom: 80px; */
}

.home-legacy_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.863),
    rgba(0, 0, 0, 56.25%)
  );
  z-index: 1;
}

.home-legacy .numberCard {
  display: flex;
  flex-direction: column;
}

.legacy-numbers_wrapper {
  gap: 0px;
}

.legacy-heading_wrapper {
  text-align: center;
}
.numberCard__title {
  margin-top: 10px !important;
}

@media screen and (min-width: 992px) {
  .legacy-heading_wrapper {
    text-align: start;
  }
  .legacy-numbers_wrapper {
    gap: 50px;
  }
}

.completed-projects #swiper-wrapper-6e9309d1228b7b3b {
  /* height: 700px; */
  text-align: center;
}
.completed-projects #swiper-wrapper-6e9309d1228b7b3b h4 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .completed-projects #swiper-wrapper-6e9309d1228b7b3b h4 {
    margin-top: 0px;
  }
  .completed-projects #swiper-wrapper-6e9309d1228b7b3b {
    /* height: 480px; */
    text-align: start;
  }
}
@media screen and (max-width: 520px) {
  .completed-projects #swiper-wrapper-6e9309d1228b7b3b {
    /* height: 820px !important; */
  }
}
@media screen and (min-width: 620px) {
  .completed-projects #swiper-wrapper-6e9309d1228b7b3b {
    /* height: 800px !important; */
  }
}
@media screen and (min-width: 768px) {
  .completed-projects #swiper-wrapper-6e9309d1228b7b3b {
    /* height: 500px !important; */
  }
}
.cust-mt {
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  .mapPlaces {
    margin-top: 60px;
  }
  .cust-mt {
    padding-top: 100px;
  }
}
.home-services .service-title {
  padding-bottom: 0px !important;
}

.home-services img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}

.completed-projects .testimonialsNav .-prev {
  border: 1px solid transparent;
  border-image: linear-gradient(120deg, #c98e19fa, #c9a32e, #ffcf57) 1;
  background: transparent;
  color: #000 !important;
  padding: 10px;
  font-size: 20px;
}

.completed-projects .testimonialsNav .-next {
  border: 1px solid transparent;
  border-image: linear-gradient(120deg, #c98e19fa, #c9a32e, #ffcf57) 1;
  background: transparent;
  color: #000 !important;
  padding: 10px;
  font-size: 20px;
}

.home-whyChooseUs {
  position: relative;
  background-color: #f4f4f4 !important;
}

.bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/p2.png");
  /* Path to your shape PNG */
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* Adjust size based on your needs */
  background-position: center;
  /* Position the shape in the center */
  z-index: 1;
  /* Place the shape behind the content */
  opacity: 0.15;
  /* Optional: Adjust the transparency of the shape */
}

footer {
  position: relative;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.bg-shape-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/p4.png");
  /* Path to your shape PNG */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* Position the shape in the center */
  z-index: 1;
  /* Place the shape behind the content */
  opacity: 0.07;
  /* Optional: Adjust the transparency of the shape */
}

/* ====================== Service ========================  */

@media screen and (min-width: 768px) {
  .redevelopment-description,
  .landAcquisition-description {
    /* padding-top: 300px; */
  }
  .bg-shape-footer {
    background-repeat: repeat;
  }
}
.career-form_container img {
  max-height: 600px;
}
.text-normal {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.5;
}

/* ======================  Custom scroll bar ========================  */

body,
* {
  --sb-track-color: #ffeec5;
  --sb-thumb-color: #cf9623;
  --sb-size: 8px;
}
@media screen and (min-width: 768px) {
  body::-webkit-scrollbar,
  *::-webkit-scrollbar {
    width: var(--sb-size);
  }

  body::-webkit-scrollbar-track,
  *::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
  }

  body::-webkit-scrollbar-thumb,
  *::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px;
  }
  .flip-card-back::-webkit-scrollbar {
    width: 6px;
    position: absolute;
  }
  .flip-card-back::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px;
    margin-right: -10px;
  }
}

.flip-card-back::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}
textarea::-webkit-scrollbar-thumb {
  background: #ffc655;
  border-radius: 3px;
}
@supports not selector(::-webkit-scrollbar) {
  body,
  .flip-card-back {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

.flex-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flex-container.order-reverse {
  flex-direction: column-reverse;
}
.cust-gap {
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .cust-gap {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .flex-container.order-reverse {
    flex-direction: row;
  }
  .flex-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .side-1,
  .side-2 {
    flex-basis: 48%;
  }
  .cust-gap {
    row-gap: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blogCard.-type-1 .blogCard__content {
    min-height: 580px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .blogCard.-type-1 .blogCard__content {
    min-height: 510px;
  }
}
@media screen and (max-width: 375px) {
  .small-mobile-1 {
    max-width: 45% !important;
  }
  .small-mobile-2 {
    max-width: 54% !important;
  }
  .cust-footer-part-1 {
    justify-content: start !important;
  }
}

.founder-heading {
  display: none;
}

@media screen and (max-width: 768px) {
  .founder-heading {
    display: block;
  }
  .justify-text {
    text-align: justify;
  }
}

.home-project-img {
  border: 3px solid #fecd55;
  padding: 5px;
  border-radius: 5px;
  max-height: fit-content;
}
