@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.homeBanner {
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100svh;
}
@media only screen and (max-width: 991px) {
  .homeBanner {
    height: auto;
    min-height: 70svh;
  }
}
.homeBanner::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 78.48%, rgba(0, 0, 0, 0.46) 100%);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .homeBanner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.93) 25.48%, rgba(0, 0, 0, 0.34) 100%) !important;
  }
}
.homeBanner video,
.homeBanner .website-banner,
.homeBanner .mobile-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .homeBanner .website-banner {
    display: none;
  }
}
.homeBanner .mobile-banner {
  display: none;
}
@media only screen and (max-width: 991px) {
  .homeBanner .mobile-banner {
    display: block;
  }
}
.homeBanner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .homeBanner .bg {
    line-height: 0;
    position: relative;
  }
}
.homeBanner .bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, var(--black), transparent);
  opacity: 0.8;
  display: none;
}
@media only screen and (max-width: 991px) {
  .homeBanner .bg::before {
    display: block;
  }
}
.homeBanner .bg picture {
  width: 100%;
  display: none;
}
.homeBanner .bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 675px) {
  .homeBanner .bg img {
    min-height: 220px;
  }
}
.homeBanner .bg h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
  max-width: 260px;
  color: var(--white);
  display: none;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .homeBanner .bg h1 {
    display: block;
  }
}
@media only screen and (max-width: 675px) {
  .homeBanner .bg h1 {
    font-size: 25px;
  }
}

.HomeSecA {
  display: none;
}
.HomeSecA .container-fluid {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .HomeSecA .container-fluid {
    padding: 0 15px;
  }
}

.hotPrjCard .item {
  position: relative;
}
.hotPrjCard .item > a {
  display: block;
  position: relative;
}
.hotPrjCard .item > a .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.hotPrjCard .item > a .img::before, .hotPrjCard .item > a .img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.hotPrjCard .item > a .img::before {
  top: 0;
  background: linear-gradient(to bottom, var(--black), transparent);
  height: 250px;
  opacity: 0.5;
}
@media only screen and (max-width: 675px) {
  .hotPrjCard .item > a .img::before {
    display: none;
  }
}
.hotPrjCard .item > a .img::after {
  height: 67%;
  bottom: 0;
  background: linear-gradient(to top, var(--black), transparent);
}
@media only screen and (max-width: 675px) {
  .hotPrjCard .item > a .img::after {
    opacity: 0.6;
  }
}
.hotPrjCard .item > a .img img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotPrjCard .item > a .loca {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 210px;
  color: var(--white);
  line-height: 19px;
  font-weight: 600;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .hotPrjCard .item > a .loca {
    left: 15px;
    top: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .hotPrjCard .item > a .loca {
    display: none;
  }
}
.hotPrjCard .item .wishlistIcon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .hotPrjCard .item .wishlistIcon {
    right: 20px;
    top: 18px;
  }
}
.hotPrjCard .item .wishlistIcon.added svg path {
  fill: #b5d545;
  stroke: #b5d545;
}
.hotPrjCard .item .content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-right: 160px;
}
@media only screen and (max-width: 991px) {
  .hotPrjCard .item .content {
    padding: 15px;
  }
}
.hotPrjCard .item .content .projName {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .hotPrjCard .item .content .projName {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 675px) {
  .hotPrjCard .item .content .projName {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 2px;
  }
}
.hotPrjCard .item .content .pric {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
@media only screen and (max-width: 991px) {
  .hotPrjCard .item .content .pric {
    line-height: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 675px) {
  .hotPrjCard .item .content .pric {
    line-height: 20px;
    font-size: 10px;
  }
}

.cardNewLaunch .item {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .cardNewLaunch .item {
    padding: 6px;
  }
}
.cardNewLaunch .item > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0px 1px 11.6px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  position: relative;
}
.cardNewLaunch .item > a .img {
  flex: 0 1 200px;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cardNewLaunch .item > a .img::after {
  content: "";
  position: absolute;
  height: 220px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--black), transparent);
  display: none;
}
.cardNewLaunch .item > a .content {
  flex: 1;
  padding: 15px;
}
.cardNewLaunch .item > a .content .projName {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: var(--black);
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .cardNewLaunch .item > a .content .projName {
    line-height: 20px;
  }
}
.cardNewLaunch .item > a .content .loca {
  font-size: 13px;
  color: var(--text);
  line-height: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .cardNewLaunch .item > a .content .loca {
    margin-bottom: 10px;
  }
}
.cardNewLaunch .item > a .content .pric {
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
  line-height: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .cardNewLaunch .item > a .content .pric {
    font-size: 13px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 991px) {
  .cardNewLaunch .item > a .content .pric {
    padding-right: 130px;
  }
}
.cardNewLaunch .item > a .content .type {
  font-size: 13px;
  color: var(--text);
  line-height: 18px;
}
@media only screen and (min-width: 991px) {
  .cardNewLaunch .item > a .content .type {
    padding-right: 130px;
  }
}
.cardNewLaunch .item > a .content .strip {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 36%;
  height: 26px;
  background: var(--green);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: var(--white);
  padding: 6px 0;
}
@media only screen and (max-width: 991px) {
  .cardNewLaunch .item > a .content .strip {
    display: none;
  }
}
.cardNewLaunch .item > a .content .strip::before {
  content: "";
  position: absolute;
  left: -11px;
  width: 26px;
  height: 26px;
  background: white;
  top: 0;
  transform: rotate(45deg);
}
.cardNewLaunch.owl-carousel.owl-loaded.navCerCenter .owl-nav button {
  width: 50px;
  height: 50px;
}
.cardNewLaunch.owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-prev {
  left: -10px;
}
.cardNewLaunch.owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-next {
  right: -10px;
}

.HomeSecB {
  display: none;
}
@media only screen and (max-width: 675px) {
  .HomeSecB .heading {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.HomeSecC {
  padding-bottom: 30px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .HomeSecC {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecC .heading {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.HomeSecC .heading p {
  padding: 0 40px;
}
.HomeSecC .container-fluid {
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .HomeSecC .container-fluid {
    padding: 0 15px;
  }
}

.explorPropCard .item {
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .explorPropCard .item {
    padding: 5px;
  }
}
.explorPropCard .item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.explorPropCard .item a .img {
  position: relative;
}
.explorPropCard .item a .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4705882353) 16%, transparent 67%);
}
@media only screen and (max-width: 675px) {
  .explorPropCard .item a .img::after {
    top: auto;
    height: 180px;
  }
}
.explorPropCard .item a .img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.explorPropCard .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .explorPropCard .item .content {
    padding: 12px;
  }
}
.explorPropCard .item .content .projName {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .explorPropCard .item .content .projName {
    font-size: 16px;
    line-height: 24px;
  }
}
.explorPropCard .item .content .tot {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .explorPropCard .item .content .tot {
    font-size: 12px;
    line-height: 20px;
  }
}

.filtertab {
  display: flex;
  flex-direction: column;
  width: 55px;
  gap: 20px 0;
  position: absolute;
  left: 50px;
}
@media only screen and (max-width: 991px) {
  .filtertab {
    position: static;
    width: 100%;
    gap: 0 20px;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 520px) {
  .filtertab {
    gap: 0;
  }
}
.filtertab::before {
  content: "";
  position: absolute;
  left: 25px;
  width: 2px;
  bottom: 100%;
  background: var(--blue);
  height: 50vh;
}
@media only screen and (max-width: 991px) {
  .filtertab::before {
    display: none;
  }
}
.filtertab .tab {
  display: block;
  margin: 0 0;
}
@media only screen and (max-width: 991px) {
  .filtertab .tab {
    width: 80px;
  }
}
.filtertab .tab .icon {
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .filtertab .tab .icon {
    margin: 0 auto;
  }
}
.filtertab .tab .icon img {
  filter: brightness(0.4);
}
.filtertab .tab span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--text);
}
.filtertab .tab.current .icon {
  background: #1E0F44;
}
.filtertab .tab.current .icon img {
  filter: brightness(0) invert(1);
}

.HomeSecD {
  padding: 80px 0;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .HomeSecD {
    padding: 50px 0;
  }
}
.HomeSecD .container-fluid {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .container-fluid {
    padding: 0px 15px;
  }
}
.HomeSecD .heading {
  margin-bottom: 30px;
}
.HomeSecD .slide {
  margin-top: 60px;
  padding-left: 180px;
}
@media only screen and (max-width: 991px) {
  .HomeSecD .slide {
    padding: 0;
    margin-top: 40px;
  }
}

.cardPropInGur .item {
  position: relative;
  padding: 10px;
}
@media only screen and (max-width: 991px) {
  .cardPropInGur .item {
    padding: 5px;
  }
}
.cardPropInGur .item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 1px 5.6px 0px rgba(0, 0, 0, 0.05);
}
.cardPropInGur .item a .img {
  overflow: hidden;
}
.cardPropInGur .item a .img img {
  width: 100%;
}
.cardPropInGur .item .content {
  background: var(--white);
  padding: 15px 20px;
}
@media only screen and (max-width: 991px) {
  .cardPropInGur .item .content {
    padding: 13px;
  }
}
.cardPropInGur .item .content .projName {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .cardPropInGur .item .content .projName {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 20px;
  }
}
.cardPropInGur .item .content .pri {
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.HomeSecE {
  background: var(--white);
  padding: 62px 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .HomeSecE {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecE {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecE .heading {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.topDevCard .col {
  flex: 0 1 25%;
  max-width: 25%;
  padding: 12px;
}
@media only screen and (max-width: 1024px) {
  .topDevCard .col {
    flex: 0 1 25%;
    max-width: 25%;
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .topDevCard .col {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 675px) {
  .topDevCard .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.topDevCard .card {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 11.6px 0px rgba(0, 0, 0, 0.1490196078);
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .topDevCard .card {
    text-align: center;
    flex-direction: column;
    padding: 12px;
  }
}
.topDevCard .card .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .topDevCard .card .img {
    width: 100%;
    flex: 1;
    min-height: 85px;
  }
}
.topDevCard .card .img img {
  max-width: 95px;
  display: block;
  margin: 0 auto;
  mix-blend-mode: darken;
}
.topDevCard .card .text {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .topDevCard .card .text {
    width: 100%;
    flex: 1;
  }
}
.topDevCard .card .text .projName {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black);
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .topDevCard .card .text .projName {
    display: none;
  }
}
.topDevCard .card .text .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}
@media only screen and (max-width: 1024px) {
  .topDevCard .card .text .name {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
  }
}

.HomeSecF {
  background: var(--blue);
  padding: 80px 0;
  display: none;
}
@media only screen and (max-width: 675px) {
  .HomeSecF {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecF .heading {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.HomeSecF .heading h2 {
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .HomeSecF .slideA {
    display: none;
  }
}
.HomeSecF .slideA .slideTabA {
  padding: 20px 30px 0;
}
.HomeSecF .slideA .slideTabA .owl-stage {
  z-index: 1;
  display: flex;
}
.HomeSecF .slideA .slideTabA .owl-stage .owl-item {
  height: auto;
}
.HomeSecF .slideA .slideTabA .owl-stage .owl-item .item {
  height: 100%;
}
.HomeSecF .slideA .slideTabA .owl-nav button {
  position: absolute;
  bottom: -7px;
  width: 24px;
}
.HomeSecF .slideA .slideTabA .owl-nav button.owl-prev {
  left: -10px;
}
.HomeSecF .slideA .slideTabA .owl-nav button.owl-next {
  right: -10px;
}
.HomeSecF .slideA .slideTabA .owl-nav button img {
  filter: brightness(0) invert(1);
}
.HomeSecF .slideA .owl-stage-outer::after {
  content: "";
  position: absolute;
  bottom: 6px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5019607843);
  left: 0;
  right: 0;
}
.HomeSecF .slideA .item {
  text-align: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s ease;
}
.HomeSecF .slideA .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #7b748e;
  border-radius: 20px;
  margin: 0 auto;
}
.HomeSecF .slideA .item span {
  opacity: 0.6;
}
.HomeSecF .slideA .current, .HomeSecF .slideA .next {
  pointer-events: none;
}
.HomeSecF .slideA .current .item::after, .HomeSecF .slideA .next .item::after {
  background: #d9d9d9;
}
.HomeSecF .slideA .current .item span, .HomeSecF .slideA .next .item span {
  opacity: 1;
}
.HomeSecF .slideB {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .HomeSecF .slideB {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .HomeSecF .slideB {
    padding: 0;
  }
}

.HomeSecG {
  padding-bottom: 30px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .HomeSecG {
    padding-bottom: 0;
  }
}
.HomeSecG .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .HomeSecG .heading {
    margin-bottom: 30px;
  }
}
.HomeSecG .owl-carousel {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .HomeSecG .owl-carousel {
    padding: 0;
  }
}
.HomeSecG .owl-carousel .owl-stage {
  display: flex;
}
.HomeSecG .owl-carousel .owl-stage .owl-item {
  height: auto;
}
.HomeSecG .owl-carousel.owl-loaded.navCerCenter .owl-nav button {
  width: 50px;
  height: 50px;
}
.HomeSecG .owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-prev {
  left: 15px;
}
.HomeSecG .owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-next {
  right: 15px;
}

.servSliCard .item {
  display: block;
  padding: 11px;
  height: 100%;
}
.servSliCard .item a {
  display: flex;
  background: var(--white);
  box-shadow: 0px 1px 11.6px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
.servSliCard .item a .img {
  flex: 0 1 200px;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .servSliCard .item a .img {
    width: 100%;
    border-radius: 0;
  }
}
.servSliCard .item a .img img {
  height: 100%;
}
.servSliCard .item a .text {
  flex: 1;
  padding: 20px;
}
.servSliCard .item a .text .projName {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: var(--black);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .servSliCard .item a .text .projName {
    text-align: center;
  }
}
.servSliCard .item a .text p {
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .servSliCard .item a .text p {
    text-align: center;
  }
}

.shadeAnim {
  background-color: var(--white);
}

.HomeSecH {
  display: none;
}
@media only screen and (max-width: 675px) {
  .HomeSecH {
    padding-bottom: 20px;
  }
}
.HomeSecH .flex {
  align-items: center;
}
.HomeSecH .flex .colA {
  flex: 0 1 55%;
  max-width: 55%;
}
@media only screen and (max-width: 675px) {
  .HomeSecH .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
  }
}
.HomeSecH .flex .colB {
  flex: 0 1 45%;
  max-width: 45%;
}
@media only screen and (max-width: 675px) {
  .HomeSecH .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    order: 1;
  }
}
.HomeSecH .img {
  line-height: 0;
}
.HomeSecH .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .HomeSecH .content {
    padding: 20px 0;
  }
}
.HomeSecH .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: var(--text);
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content .title {
    font-weight: 500;
    line-height: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecH .content .title {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
  }
}
.HomeSecH .content h2 {
  color: var(--blue);
  margin: 20px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  width: 400px;
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content h2 {
    margin: 4px 0 10px;
    font-size: 28px;
    line-height: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecH .content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.HomeSecH .content h2 span {
  color: var(--green);
}
.HomeSecH .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--text);
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content p {
    font-size: 13px;
    margin-bottom: 23px;
  }
}
.HomeSecH .content ul {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content ul {
    margin-bottom: 15px;
  }
}
.HomeSecH .content .countlist .li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content .countlist .li {
    margin-bottom: 6px;
  }
}
.HomeSecH .content .countlist .li span {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content .countlist .li span {
    font-size: 25px;
  }
}
.HomeSecH .content .countlist .tex {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--text);
}
@media only screen and (max-width: 991px) {
  .HomeSecH .content .countlist .tex {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
  }
}
@media only screen and (max-width: 675px) {
  .HomeSecH .content .countlist .tex {
    font-size: 12px;
    line-height: 15px;
  }
}
.HomeSecH .content .btn {
  padding: 12px 16px;
}
@media only screen and (max-width: 675px) {
  .HomeSecH .content .btn {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .overflow-hidden .homeBanner {
    position: static;
  }
}

.home-secA {
  padding: 70px 0;
  background: var(--bgColor);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA {
    padding: 36px 0;
  }
}
.home-secA .container {
  position: relative;
}
.home-secA .heading2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .home-secA .heading2 {
    gap: 16px;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .heading2 {
    flex-direction: column;
    text-align: center;
  }
}
.home-secA .featured-tag {
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
  padding-left: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secA .featured-tag {
    display: none;
  }
}
.home-secA .featured-tag::after {
  position: absolute;
  content: "";
  top: -24px;
  left: 155%;
  width: 2px;
  height: 66px;
  background: var(--black);
  transform: rotate(90deg);
}
.home-secA .heading2 h3 {
  width: 100%;
  max-width: 515px;
  flex: 1;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .home-secA .heading2 h3 {
    padding-left: 0;
    max-width: 100%;
  }
}
.home-secA .heading-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.home-secA .nav-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .home-secA .nav-arrows {
    display: none;
  }
}
.home-secA .nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d6cfc4;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.home-secA .nav-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}
.home-secA .nav-btn:hover {
  background: var(--gradient);
  border-color: var(--gradient);
  color: var(--white);
}
.home-secA .explorPropCard .item {
  padding: 0 8px;
}
@media only screen and (max-width: 540px) {
  .home-secA .explorPropCard .item {
    padding: 0 5px;
  }
}
.home-secA .explorPropCard .img_hover {
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.home-secA .explorPropCard .img_hover:hover .img img {
  transform: scale(1.06);
}
.home-secA .explorPropCard .img {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  height: 340px;
}
.home-secA .explorPropCard .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 50%);
  border-radius: 14px;
  pointer-events: none;
  z-index: 1;
}
.home-secA .explorPropCard .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-secA .explorPropCard .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 18px;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secA .explorPropCard .content {
    padding: 12px 14px;
  }
}
.home-secA .explorPropCard .content h6 {
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  margin: 0;
  text-align: center;
}
.home-secA .owl-carousel.owl-loaded.navCerCenter .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}
.home-secA .owl-carousel.owl-loaded.navCerCenter .owl-nav button:hover {
  background: #c9a820;
}
.home-secA .owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-prev {
  left: -22px;
}
@media only screen and (max-width: 767px) {
  .home-secA .owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-prev {
    left: -10px;
  }
}
.home-secA .owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-next {
  right: -22px;
}
@media only screen and (max-width: 767px) {
  .home-secA .owl-carousel.owl-loaded.navCerCenter .owl-nav button.owl-next {
    right: -10px;
  }
}

.home-secB {
  padding: 70px 0;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB {
    padding: 36px 0;
  }
}
.home-secB .stats-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .home-secB .stats-row {
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .stats-row {
    gap: 24px;
  }
}
.home-secB .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .home-secB .stat-item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .stat-item {
    flex: 0 0 calc(50% - 12px);
  }
}
.home-secB .stat-num {
  display: flex;
  align-items: baseline;
  gap: 0;
  font-weight: 300;
  color: var(--textDark);
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--fontPrimary);
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  .home-secB .stat-num {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .stat-num {
    font-size: 30px;
    justify-content: center;
  }
}
.home-secB .stat-num .suffix {
  font-weight: 300;
  color: var(--textDark);
}
.home-secB .stat-label {
  font-weight: 400;
  color: #999;
  letter-spacing: 0.02em;
  margin-top: 6px;
}
@media only screen and (max-width: 540px) {
  .home-secB .stat-label {
    text-align: center;
  }
}
.home-secB .stat-sub {
  font-weight: 500;
  color: var(--bgColor2);
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 540px) {
  .home-secB .stat-sub {
    text-align: center;
  }
}
.home-secB .stat-item {
  position: relative;
  padding-right: 32px;
}
@media only screen and (max-width: 540px) {
  .home-secB .stat-item {
    padding-right: 0;
  }
}

.home-secC {
  padding: 70px 0;
  background: var(--black);
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC {
    padding: 36px 0;
  }
}
.home-secC .heading2 {
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .home-secC .heading2 {
    margin-bottom: 24px;
  }
}
.home-secC .heading2 h3 {
  background: linear-gradient(270deg, #EDDA7D 0%, #A77A33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home-secC .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .home-secC .tab-nav {
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .tab-nav {
    gap: 10px 15px;
    margin-bottom: 20px;
  }
}
.home-secC .tab-nav li {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color 0.25s ease;
}
@media only screen and (max-width: 540px) {
  .home-secC .tab-nav li {
    padding: 8px 0;
  }
}
.home-secC .tab-nav li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.home-secC .tab-nav li:hover {
  color: rgba(255, 255, 255, 0.75);
}
.home-secC .tab-nav li.active {
  color: var(--white);
  font-weight: 500;
}
.home-secC .tab-nav li.active::after {
  transform: scaleX(1);
}
.home-secC .tab-content-wrap {
  min-height: 180px;
}
@media only screen and (max-width: 540px) {
  .home-secC .tab-content-wrap {
    min-height: auto;
  }
}
.home-secC .tab-pane {
  display: none;
}
.home-secC .tab-pane.active {
  display: block;
}
.home-secC .cards-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .home-secC .cards-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .cards-row {
    gap: 8px;
  }
}
.home-secC .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 200px;
  min-height: 160px;
  padding: 24px 16px;
  border-radius: 10px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}
@media only screen and (max-width: 991px) {
  .home-secC .card-item {
    width: calc(35% - 8px);
    min-height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .card-item {
    min-height: 130px;
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .card-item {
    width: calc(50% - 4px);
    min-height: 120px;
    gap: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .card-item:last-child {
    width: 100%;
  }
}
.home-secC .card-item.active, .home-secC .card-item:hover {
  background: linear-gradient(270deg, rgba(237, 218, 125, 0.5) 0%, rgba(167, 122, 51, 0.5) 100%);
  border-color: linear-gradient(270deg, rgba(237, 218, 125, 0.5) 0%, rgba(167, 122, 51, 0.5) 100%);
}
.home-secC .card-item.active .label, .home-secC .card-item:hover .label {
  color: var(--white);
}
.home-secC .card-item .icon {
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s ease;
}
@media only screen and (max-width: 540px) {
  .home-secC .card-item .icon {
    width: 32px;
    height: 32px;
  }
}
.home-secC .card-item .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-secC .card-item .label {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  line-height: 1.4;
  transition: color 0.25s ease;
}
.home-secC .sec-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-secC .sec-cta {
    margin-top: 28px;
  }
}

.home-secD {
  padding: 70px 0;
  background: var(--bgColor);
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD {
    padding: 36px 0;
  }
}
.home-secD .prop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "apartments condos duplexes" "houses offices villas";
  gap: 14px;
}
@media only screen and (max-width: 991px) {
  .home-secD .prop-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: none;
    gap: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .prop-grid {
    gap: 10px;
  }
}
.home-secD .grid-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .home-secD .grid-item {
    height: 220px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .grid-item {
    height: 200px;
    border-radius: 12px;
  }
}
.home-secD .grid-item:first-child, .home-secD .grid-item:last-child {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .home-secD .grid-item:first-child, .home-secD .grid-item:last-child {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .grid-item:first-child, .home-secD .grid-item:last-child {
    grid-column: span 1;
  }
}
.home-secD .grid-item:hover img {
  transform: scale(1.05);
}
.home-secD .grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.49) 100%);
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.home-secD .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-secD .grid-item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 18px;
  z-index: 2;
}
@media only screen and (max-width: 540px) {
  .home-secD .grid-item .content {
    padding: 12px 14px;
    top: auto;
    bottom: 0;
    text-align: center;
  }
}
.home-secD .grid-item .content h6 {
  color: var(--white);
  margin: 0;
  font-weight: 500;
}

.home-secE {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .item-content {
    overflow: hidden;
    order: 2;
  }
}
.home-secE .secE-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .home-secE .secE-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .secE-grid {
    gap: 24px;
  }
}
.home-secE .item-img {
  border-radius: 18px;
  overflow: hidden;
  height: 380px;
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .home-secE .item-img {
    height: 300px;
    margin: 0;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .item-img {
    height: 240px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .item-img {
    height: 200px;
  }
}
.home-secE .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 18px;
  transition: opacity 0.4s ease, transform 0.5s ease;
}
.home-secE .item-img.fading img {
  opacity: 0;
  transform: scale(1.03);
}
.home-secE .dot-list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.home-secE .dot-list::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -64px;
  bottom: 10px;
  height: 100vh;
  width: 1px;
  background: #d8d0c4;
}
@media only screen and (max-width: 991px) {
  .home-secE .dot-list::before {
    top: -20px;
  }
}
.home-secE .dot-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secE .dot-item {
    gap: 14px;
    padding: 12px 0;
  }
}
.home-secE .dot-item .dot {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #c9b890;
  background: var(--white);
  position: relative;
  z-index: 1;
  margin-top: 3px;
  transition: border-color 0.25s ease;
}
.home-secE .dot-item .dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bgColor2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.25s ease;
}
.home-secE .dot-item .text {
  flex: 1;
}
.home-secE .dot-item .title {
  font-weight: 600;
  color: var(--black);
  line-height: 1.4;
  transition: color 0.25s ease;
}
.home-secE .dot-item .desc {
  display: none;
  color: #888;
  line-height: 1.6;
  margin-top: 6px;
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .home-secE .dot-item .desc {
    max-width: 100%;
  }
}
.home-secE .dot-item .see-link {
  display: none;
  color: var(--bgColor2);
  text-decoration: none;
  margin-top: 10px;
  font-weight: 500;
}
.home-secE .dot-item .see-link:hover {
  text-decoration: underline;
}
.home-secE .dot-item.active .dot {
  background: var(--bgColor2);
}
.home-secE .dot-item.active .dot span {
  transform: translate(-50%, -50%) scale(1);
}
.home-secE .dot-item.active .title {
  color: var(--textDark);
}
.home-secE .dot-item.active .desc {
  display: block;
}
.home-secE .dot-item.active .see-link {
  display: inline-block;
}

.home-secF {
  padding: 70px 0;
  background: var(--bgColor);
}
@media only screen and (max-width: 991px) {
  .home-secF {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secF {
    padding: 30px 0;
  }
}
.home-secF .heading2 {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading2 {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .heading2 {
    padding: 0;
    padding-bottom: 0;
  }
}
.home-secF .heading2 h3 {
  color: var(--black);
  margin: 0 auto 20px;
}
.home-secF .heading2 .nav-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading2 .nav-arrows {
    display: none;
  }
}
.home-secF .heading2 .nav-arrows .nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d6cfc4;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.home-secF .heading2 .nav-arrows .nav-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}
.home-secF .heading2 .nav-arrows .nav-btn:hover {
  background: var(--gradient);
  border-color: var(--gradient);
  color: var(--white);
}
.home-secF .card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
  height: 420px;
}
@media only screen and (max-width: 991px) {
  .home-secF .card {
    height: 380px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .card {
    height: 320px;
  }
}
.home-secF .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-secF .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.home-secF .card .card-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-secF .card .card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 100%);
  pointer-events: none;
}
.home-secF .card .card-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: transform 0.5s ease;
}
.home-secF .card:hover .card-img img {
  transform: scale(1.04);
}
.home-secF .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 18px;
  z-index: 2;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secF .card-content {
    padding: 14px 14px;
  }
}
.home-secF .card-content h6 {
  font-weight: 600;
  color: var(--white);
  font-size: 18px;
  margin: 0 0 4px;
  line-height: 1.3;
}
.home-secF .card-content p {
  color: var(--white);
  opacity: 0.7;
  margin: 0;
  line-height: 1.4;
}
.home-secF .card-content .social_media {
  width: 34px;
  height: 34px;
  background: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-secF .card-content .social_media svg {
  width: 24px;
  height: 24px;
}
.home-secF .card-content .social_media svg path {
  fill: #0e76a8;
}

.home-secG {
  padding: 70px 0;
  background: var(--white);
  border-top: 1px solid #ede8e0;
  border-bottom: 1px solid #ede8e0;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG {
    padding: 36px 0;
  }
}
.home-secG .secG-grid {
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: center;
  gap: 85px;
}
@media only screen and (max-width: 991px) {
  .home-secG .secG-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secG .secG-grid {
    gap: 24px;
  }
}
.home-secG .heading2 h3 {
  color: var(--black);
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .home-secG .heading2 h3 {
    text-align: center;
  }
}
.home-secG .secG-logos {
  overflow: hidden;
  position: relative;
}
.home-secG .secG-logos::before, .home-secG .secG-logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.home-secG .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--white);
  margin: 0 10px;
  height: 100px;
}
@media only screen and (max-width: 540px) {
  .home-secG .logo-item {
    height: 75px;
    margin: 0 8px;
  }
}
.home-secG .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.home-secH {
  padding: 70px 0;
  background: var(--bgColor);
}
@media only screen and (max-width: 991px) {
  .home-secH {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secH {
    padding: 36px 0;
  }
}
.home-secH .grid {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 56px;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secH .grid {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secH .grid {
    gap: 28px;
  }
}
.home-secH .testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 36px 32px 32px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secH .testimonial {
    padding: 24px 20px 20px;
    border-radius: 14px;
  }
}
.home-secH .testimonial::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(249, 217, 138, 0.2666666667) 0%, transparent 70%);
  border-radius: 50%;
}
.home-secH .testimonial__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secH .testimonial__header {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
  }
}
.home-secH .testimonial__title {
  font-family: "Optima";
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.3;
  max-width: 336px;
}
@media only screen and (max-width: 540px) {
  .home-secH .testimonial__title {
    max-width: 100%;
  }
}
.home-secH .testimonial__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 540px) {
  .home-secH .testimonial__rating {
    margin-bottom: 16px;
  }
}
.home-secH .google-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.home-secH .rating-score {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  line-height: 1;
}
.home-secH .rating-stars {
  display: flex;
  gap: 3px;
}
.home-secH .rating-stars .star {
  color: #fbbc04;
}
.home-secH .rating-stars .star.half {
  opacity: 0.55;
}
.home-secH .review_wrapper {
  position: relative;
}
.home-secH .review_wrapper .nav-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 991px) {
  .home-secH .review_wrapper .nav-arrows {
    display: none;
  }
}
.home-secH .review_wrapper .nav-arrows .nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d6cfc4;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.home-secH .review_wrapper .nav-arrows .nav-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}
.home-secH .review_wrapper .nav-arrows .nav-btn:hover {
  background: var(--gradient);
  border-color: var(--gradient);
  color: var(--white);
}
.home-secH .review_wrapper .reviewer-owl.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.home-secH .review_wrapper .reviewer-owl.owl-carousel .owl-nav,
.home-secH .review_wrapper .reviewer-owl.owl-carousel .owl-dots {
  display: none;
}
.home-secH .review_wrapper .reviewer-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 24px;
  padding: 18px 0;
  border-radius: 12px;
}
@media only screen and (max-width: 540px) {
  .home-secH .review_wrapper .reviewer-card {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 0;
  }
}
.home-secH .review_wrapper .reviewer-card__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secH .review_wrapper .reviewer-card__avatar {
    width: 42px;
    height: 42px;
  }
}
.home-secH .review_wrapper .reviewer-card__name {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.home-secH .review_wrapper .reviewer-card__text {
  color: #7a7777;
  line-height: 1.6;
  height: 130px;
  overflow: auto;
  padding-right: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secH .review_wrapper .reviewer-card__text {
    padding-right: 0;
  }
}
.home-secH .review_wrapper .reviewer-card__text::-webkit-scrollbar {
  width: 4px;
}
.home-secH .review_wrapper .reviewer-card__text::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.home-secH .review_wrapper .reviewer-card__text::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 4px;
}
.home-secH .review_wrapper .reviewer-card__text::-webkit-scrollbar-thumb:hover {
  background-color: darkred;
  scrollbar-color: rgba(209, 209, 209, 0.5411764706);
  scrollbar-width: thin;
}
.home-secH .review_wrapper .deliver-col .heading2 {
  margin: 0 auto 25px;
}
@media only screen and (max-width: 540px) {
  .home-secH .review_wrapper .deliver-col .heading2 {
    text-align: center;
  }
}
.home-secH .video-owl.owl-carousel .owl-nav,
.home-secH .video-owl.owl-carousel .owl-dots {
  display: none;
}
.home-secH .video-owl.owl-carousel .owl-stage {
  display: flex;
}
.home-secH .video-owl.owl-carousel .owl-item {
  flex-shrink: 0;
}
.home-secH .video-owl .video-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media only screen and (max-width: 540px) {
  .home-secH .video-owl .video-card {
    border-radius: 8px;
  }
}
.home-secH .video-owl .video-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, rgba(0, 0, 0, 0.85) 100%);
}
.home-secH .video-owl .video-card img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secH .video-owl .video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.home-secH .video-owl .video-card .play-btn-grow {
  display: none;
}
.home-secH .video-owl .video-card__thumb {
  position: absolute;
  inset: 0;
}
.home-secH .video-owl .video-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secH .video-owl .video-card__info {
    padding: 10px 12px;
  }
}
.home-secH .video-owl .video-card__name {
  font-weight: 400;
  color: #fff;
  margin-bottom: 2px;
  display: none;
}
.home-secH .video-owl .video-card__location {
  color: rgba(255, 255, 255, 0.75);
  display: none;
}/*# sourceMappingURL=home.css.map */