/* hero section Styles */
.hero-section {
  /* height: 100vh; */
  text-align: center;
  /* background: url('https://picsum.photos/id/870/200/300?grayscale&blur=2') no-repeat center center; */
}


.cta-btn {
  background-color: #e63946;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.image-container {
  margin-block: 60px;
  position: relative;
}

.mockup-image {
  width: 80%;
  max-width: 900px;
  /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
  /* border-radius: 10px; */
}

.box {
  background: #fff;
  position: absolute;
  /* width: 35vw;
  height: 62.22vh; */
  border-radius: 50%;
  width: min(100vw, 672px);
  height: min(100vw, 672px);
  top: 60px;
}

.box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40.47vw;
  height: 71.94vh;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #333 0%, rgba(0, 89, 107, 0.70) 80.3%, rgba(153, 11, 32, 0.40) 100%);
  filter: blur(96.19999694824219px);
  border-radius: 50%;
}

.hero-section .hero-main-title {
  color: #000;
  text-align: center;
  font-size: 42px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}

h4.main-title {
  color: #232323;
  font-size: 30px !important;
  font-style: normal;
  line-height: normal;
}

.main-title-wrapper {
  /* position: absolute; */
  z-index: 1;
  /* margin-top: 5rem; */
  top: 0;
  bottom: 0;
  max-width: 800px;
}

.our-pms-software-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  background: white;
  padding: 30px;
}

.explore-our-pms-software-section {
  position: relative;
}

.explore-our-pms-software-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, rgba(0, 89, 107, 0.50) 0.54%, rgba(51, 51, 51, 0.50) 83.36%, rgba(51, 51, 51, 0.50) 103.68%);
  filter: blur(120.19999694824219px);
  z-index: 0;
}

.our-pms-software-wrapper {
  position: relative;
  z-index: 1;
  /* Ensures content is above the blurred background */
}




.card-img-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.card-img-wrapper img {
  transition: transform 0.5s ease-in-out;
  display: block;
  width: 100%;
}

.card-img-wrapper:hover img {
  transform: scale(1.1);
}

.content-card {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  width: 84%;
  text-align: center;
  transition: transform 0.5s ease-in-out;
  padding: 15px;
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(183, 183, 183, 0.25);
}

.card-img-wrapper:hover+.content-card {
  transform: translateX(-50%) translateY(10px);
  /* Moves content upward */
}

.buildings-logo {
  max-width: 100%;
  height: 50px;
  margin-bottom: 10px;
  display: inline-block !important;
}

.text-truncate-5 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 130px;
}

.feature-card {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 3rem;
}

.feature-card img {
  width: 50px;
  margin-bottom: 10px;
}

.call-to-action-section {
  margin-block: 50px;
}

.call-to-action-wrapper {
  padding-block: 50px;
}

a.hightlight_text {
  text-decoration: none !important;
  color: black;
  border-bottom: 3px solid yellow;
}

a.hightlight_text:hover {
  background-color: yellow;
  color: black;
}

.p-relative-media-query {
  /* margin-top: 100px; */
}

@media only screen and (min-width:1900px) {

  .p-relative-media-query {
    margin-top: 0;
    padding-top: 10px;
  }
}

@media only screen and (max-width:1400px) {
  .p-relative-media-query {
    position: relative;
    top: 5rem;
  }

}

@media only screen and (min-width:768px) {
  .d-lg-none {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .section {
    padding: 26px 0;
  }

  .hero-section {
    height: 100%;
  }

  .p-relative-media-query {
    position: relative;
    top: 0;
  }

  .p-relative-media-query {
    margin-top: 0;
  }

  .box {
    display: none;
  }

  .hero-section .hero-main-title {
    padding-top: 10px;
    font-size: 32px !important;
  }

  .main-title-wrapper {
    position: relative;
  }

  .image-container {
    margin-block: 30px;
  }

  .mockup-image {
    width: 100%;
  }

  .feature-card {
    margin-bottom: 1.5rem;
  }

  .section5 {
    padding-top: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .item-container {
    margin-block: 0.5rem;
  }

  .mb-xs-4 {
    margin-bottom: 4rem;
  }

  .text-xs-center {
    text-align: center;
  }

  .responsive-thumbnail {
    height: 250px;
    object-fit: initial;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .d-xs-none {
    display: none;
  }

  .horizontal-sm-line {
    border-bottom: 1px solid #000;
    padding-block: 0.5rem;
  }

  .mt-xs-5 {
    margin-top: 3rem;
  }

  .content-card {
    transform: translateX(-53%) translateY(20px);
  }

  .card-img-wrapper {
    height: 500px;
  }

  .card-img-wrapper img {
    height: inherit;
  }

  h4.main-title {
    font-size: 24px !important;
  }
}


/* scrolling animation css */
.home-scroll_section {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-scroll_visual {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-scroll_img-wrap {
  width: 30em;
  max-width: 100%;
  height: 40em;
  max-height: 100%;
}

.home-scroll_img-wrap.padding-around-1 {
  width: 100%;
  height: 100em;
}

.home-scroll_img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-scroll_img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  /* padding-top: 8em; */
  transition: opacity .3s;
  position: absolute;
}

.home-scroll_img-item.is-active {
  opacity: 1;
}

.home-scroll_img {
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.home-scroll_content.padding-around-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.home-scroll_text-wrap {
  max-width: 80%;
}

.home-scroll_text-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  /* padding-top: 3em;
  padding-bottom: 3em; */
  transition: opacity .3s;
  display: flex;
}

.home-scroll_text-item.is-active {
  opacity: 1;
}

.home-scroll_photo {
  object-fit: contain;
  margin-bottom: 20px;
  display: none;
}

@media screen and (max-width: 991px) {
  .home-scroll_section {
    display: block;
  }

  .home-scroll_photo {
    border-radius: 1em;
    width: 100%;
    height: 18.2em;
    display: block;
  }

  .home-scroll_text-item {
    height: auto;
    opacity: 1;
    grid-row-gap: 0;
    align-items: unset;
    margin-top: 1rem;
  }

  .home-scroll_text-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .home-scroll_visual {
    display: none;
  }

}

.review_section {
  padding: 40px 0;
}

.testimonial {
  background: #FBF8EF;
  /* border-radius: 8px; */
  padding: 24px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  position: relative;
}

.testimonial blockquote {
  margin: 0 0 1.5rem 0;
  color: #1F1F1F;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.testimonial blockquote::before {
  /* content: "â€œ"; */
  content: url(/static/images/campaign_page/left-double-quotes.png);
  font-size: 3rem;
  color: #d3d3d3;
  position: absolute;
  left: -5px;
  top: -31px;
  font-weight: 700;
}

.testimonial blockquote::after {
  /* content: "â€"; */
  content: url(/static/images/campaign_page/right-double-arrow.png);
  font-size: 3rem;
  color: #ccc;
  position: absolute;
  right: -6px;
  bottom: -22px;
  font-weight: 700;
}

.client-info {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.client-logo {
  margin: 10px auto 0 auto;
  object-fit: contain;
  display: block;
  width: 66px;
  height: 60px;
  flex-shrink: 0;
  aspect-ratio: 11 / 10;
}


/* Common Marquee Styles */
.partners-section {
  padding: 40px 0;



}


.partner-brand-logo-wrapper {
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(85.23% 15.9% at 47.06% 50.09%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%),
    url('https://images.thesqua.re/APS/campaign_page/partner-brand-bg.jpg') center / cover no-repeat,
    linear-gradient(180deg, #6472A1 0%, #31426D 100%);

}

.brand_heading_wrapper {
  max-width: 553px;
  padding: 54px 0 70px 70px;
}

.brand_heading_wrapper h2.brand_title {
  color: #FFF;
  font-size: 3rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}

.brand_description {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



:root {
  --speed-row1: 20s;
  --speed-row2: 24s;
  --logo-height: 40px;
}



/* fade mask on edges */
.logos__marquee {
  overflow: hidden;
  user-select: none;
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 12%,
      rgba(0, 0, 0, 1) 88%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 12%,
      rgba(0, 0, 0, 1) 88%,
      rgba(0, 0, 0, 0) 100%);
  padding: 18px 0;
  box-sizing: border-box;
  background-color: #fff;
}

/* THE KEY: inner wrapper is twice the container width */
.marquee__inner {
  display: flex;
  width: 200%;
  /* <- important: two copies side-by-side */
  box-sizing: border-box;
  align-items: center;
  gap: 0;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

/* reverse direction for the second row */
.marquee__inner.reverse {
  animation-direction: reverse;
}

/* each track takes half of the inner (50% each) */
.marquee__track {
  /* flex: 0 0 50%; */
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2rem;
  padding-inline: 2rem;
  box-sizing: border-box;
}

/* logo styling */
.marquee__track img {
  display: block;
  height: var(--logo-height);
  max-height: 56px;
  width: auto;
  /* margin: 0 1rem; */
  object-fit: contain;
  /* optional look: make logos lighter on dark bg
       remove filter if you prefer original colors */
  filter: brightness(1);
}

/* different speeds */
.marquee__inner.row1 {
  animation-duration: var(--speed-row1);
}

.marquee__inner.row2 {
  animation-duration: var(--speed-row2);
}

/* Hover to pause */
.logos__marquee:hover .marquee__inner {
  animation-play-state: paused;
}

/* keyframes - move one full copy (50% of inner width) */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* small responsive tweak */
@media (max-width:600px) {
  :root {
    --logo-height: 28px;
    --speed-row1: 28s;
    --speed-row2: 32s;
  }

  .marquee__track {
    gap: 1rem;
    padding-inline: 1rem;
  }
}

.banner-trial {
  text-align: center;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-bottom: 80px;
  border-radius: 10px;
  background: linear-gradient(180deg, #606060 0%, #020202 100%);
  color: #fff;
}

@media (max-width:767px) {
  .brand_heading_wrapper h2.brand_title {
    font-size: 2rem !important;
  }

  .brand_heading_wrapper {
    max-width: 100%;
    padding: 40px 20px 100px 20px;
  }

  .banner-trial {
    padding: 20px;
    flex-direction: column;
    gap: 14px;
  }
}