/* Shivam css */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--purple-2);
  border: 0;
  outline: 0;
  width: 100%;
  min-height: 40px;
  padding: 4px 12px;
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

.btn:hover {
  background-color: var(--black-2);
}

.cptwooint-cart-btn-wrapper {
  width: 100%;
}

.added_to_cart.wc-forward {
  display: none;
}

.ajax_add_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--purple-2);
  border: 0;
  outline: 0;
  width: 100%;
  min-height: 40px;
  padding: 4px 12px;
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

.ajax_add_to_cart:hover {
  background-color: var(--black-2);
}

.section-title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.7;
  color: var(--purple-2);
  margin: 0 0 12px;
}

.section-title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: var(--black-2);
}

.build-your-ecosystem {
  width: 100%;
  padding: 60px 0 0;
}

.build-your-ecosystem .section-title h2 {
  margin-bottom: -12px;
  z-index: 2;
  position: relative;
}

.build-your-ecosystem .card {
  width: 100%;
  background-color: var(--purple-bg-light);
  padding: 20px 200px 20px 40px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  justify-content: space-between;
  gap: 60px;
}

.purple-arrow {
  position: relative;
  top: 25px;
}

.build-your-ecosystem .card .btm-logo {
  height: 70px;
  opacity: 20%;
  position: absolute;
  bottom: -17px;
  right: 0;
  z-index: -1;
}

.build-your-ecosystem .card-body {
  width: 100%;
  max-width: 535px;
}

.build-your-ecosystem .card-body p {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: var(--black-2);
  margin: 0;
}

.build-your-ecosystem .purple-card {
  background: linear-gradient(105.58deg, #b695e8 0%, #a295ba 100%);
  padding: 5px;
  border-radius: 16px;
  width: 360px;
  flex-shrink: 0;
  position: relative;
}

.build-your-ecosystem .purple-card::before {
  content: "";
  border: 1px solid #dfcafe;
  border-radius: 20px;
  position: absolute;
  inset: -5px;
  z-index: -1;
}

.build-your-ecosystem .purple-card-inr {
  background: linear-gradient(104.04deg, #7644bf 0%, #4300a6 100%);
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.build-your-ecosystem .purple-card-inr .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 5px 0 17px;
  position: relative;
}

.build-your-ecosystem .purple-card-inr .icon::before {
  content: "";
  border: 1px solid var(--white);
  border-radius: 12px;
  position: absolute;
  inset: -5px;
}

.build-your-ecosystem .purple-card-inr p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: var(--white);
}

.logos-slider {
  padding: 60px 0;
}

.logos-slider .item {
  width: fit-content;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}

.logos-slider .item:hover {
  opacity: 1;
  cursor: pointer;
}

.logos-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.next-gen .wrapper {
  width: 100%;
  position: relative;
  padding: 52px 0 52px 0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.next-gen .wrapper .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.next-gen .content {
  width: 100%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  max-width: 570px;
  margin-left: auto;
}

.next-gen .content h2 {
  font-weight: 700;
  font-size: 30px;
  color: var(--black);
  margin: 0px 0 12px;
  line-height: 1.4;
}

.next-gen .content p {
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  margin: 0;
  line-height: 1.7;
}

.smart-locks {
  width: 100%;
  padding: 60px 0 10px 0;
}

.smart-locks .card {
  background-color: var(--purple-bg-light);
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 40px;
}

.smart-locks .card-body {
  width: 100%;
  max-width: 645px;
}

.smart-locks .card-body h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--black-2);
}

.smart-locks .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 16px;
  color: var(--black-2);
}

.smart-locks .card-body .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: var(--purple-2);
}

.smart-locks .card-body .link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smart-locks .card-img {
  max-width: 100%;
  width: 396px;
  flex-shrink: 0;
  margin-top: -130px;
}

.access-mgmt {
  padding: 0 0 100px;
  width: 100%;
}

.access-mgmt .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.access-mgmt .access-mgmt-img {
  width: 685px;
  max-width: 100%;
}

.access-mgmt .content {
  width: 100%;
  max-width: 580px;
}

.access-mgmt .content h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.22px;
  margin: 60px 0 20px;
  color: var(--black-2);
}

.access-mgmt .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.16px;
  margin: 0 0 80px;
  color: var(--black-2);
}

.access-mgmt .content .link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.16px;
  margin: 0 0 20px;
  color: var(--purple-2);
}

.access-mgmt .content .link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smart-access {
  padding: 60px 0 0;
}

.smart-access .cards {
  background-color: var(--grey-bg);
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-radius: 12px;
}

.smart-access .card {
  width: 100%;
  background-color: var(--white);
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.smart-access .card::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="61" height="16" viewBox="0 0 61 16" fill="none"><path d="M60.7071 8.70711C61.0976 8.31658 61.0976 7.68342 60.7071 7.29289L54.3432 0.928932C53.9526 0.538408 53.3195 0.538408 52.9289 0.928932C52.5384 1.31946 52.5384 1.95262 52.9289 2.34315L58.5858 8L52.9289 13.6569C52.5384 14.0474 52.5384 14.6805 52.9289 15.0711C53.3195 15.4616 53.9526 15.4616 54.3432 15.0711L60.7071 8.70711ZM0 8L0 9H60V8V7H0L0 8Z" fill="%234300A6"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -12px;
  top: 35px;
}

.smart-access .card:last-of-type::before {
  display: none;
}

.smart-access .card .number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background-color: var(--purple-2);
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  border-radius: 6px;
}

.smart-access .card h4 {
  font-weight: 700;
  font-size: 20px;
  color: var(--black-2);
  margin: 0 0 8px;
}

.smart-access .card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: var(--black-2);
  margin: 0;
}

.why-radefy {
  width: 100%;
  padding: 60px 0 0;
}

.why-radefy .card {
  width: 100%;
  background-color: var(--grey-bg);
  padding: 20px;
  border-radius: 12px;
  position: relative;
  min-height: 240px;
}

.why-radefy .section-title {
  margin: 0 0 16px;
}

.why-radefy .card .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  background-color: var(--purple-2);
  margin: 0 0 16px;
  border-radius: 6px;
  padding: 10px;
}

.why-radefy .card h4 {
  font-weight: 700;
  font-size: 20px;
  color: var(--black-2);
  margin: 0 0 8px;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.why-radefy .card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: var(--black-2);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.why-radefy .owl-theme .owl-dots {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 49px 0 0;
}

.why-radefy .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0;
  background: var(--purple-bg-light);
}

.why-radefy .owl-theme .owl-dots .owl-dot.active span,
.why-radefy .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--purple-2);
}

.why-radefy .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: -66px;
  right: 0;
}

.why-radefy .owl-carousel .owl-nav button.owl-next,
.why-radefy .owl-carousel .owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.why-radefy .owl-carousel .owl-nav button.owl-next:hover,
.why-radefy .owl-carousel .owl-nav button.owl-prev:hover {
  box-shadow: var(--shadow-3);
}

.why-radefy .owl-carousel .owl-nav button.owl-prev::before,
.why-radefy .owl-carousel .owl-nav button.owl-next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 9a1 1 0 1 0 0-2zM.293 7.293a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L2.414 8l5.657-5.657A1 1 0 0 0 6.657.93zM31 8V7H1v2h30z' fill='%234300A6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.why-radefy .owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(180deg);
}

.solution-forevery {
  padding: 20px 0 20px 0;
}

.solution-forevery .wrapper {
  width: 100%;
  background-color: var(--purple-bg-light);
  border-radius: 16px;
  padding: 40px 80px 0;
}

.solution-forevery .section-title {
  max-width: 800px;
  margin: 0 0 32px;
}

.solution-forevery .tabs-container {
  width: 100%;
  display: flex;
  min-height: 360px;
}

.solution-forevery .tabs {
  list-style: none;
  padding: 32px 0 32px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 16px 16px 0 0;
  gap: 32px;
  background-color: var(--primary-purple);
  width: 300px;
  max-width: 100%;
  flex-shrink: 0;
  border: 8px solid var(--white);
  border-right: 0;
  border-bottom: 0;
}

.solution-forevery .tab {
  padding: 8px 10px;
  cursor: pointer;
  transition: background 0.3s;
  color: var(--white);
  font-size: 14px;
  line-height: 1.7;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.solution-forevery .tab .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.solution-forevery .tab .tab-icon svg,
.solution-forevery .tab .tab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.solution-forevery .tab.active {
  background: #32007c;
  font-weight: 600;
}

.solution-forevery .tab:hover {
  background: #32007c;
}

.solution-forevery .tab-content {
  width: 100%;
  background-color: var(--white);
  border-radius: 16px 16px 0 0;
  padding: 32px;
  display: none;
}

.solution-forevery .tab-content.active {
  display: block;
}

.solution-forevery .tab-content .card {
  width: 100%;
}

.solution-forevery .tab-content .card-top {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 20px;
  margin: 0 0 20px;
}

.solution-forevery .tab-content .card-img {
  width: 100%;
  max-width: 125px;
  border-radius: 8px;
  object-fit: cover;
}

.solution-forevery .tab-content .card-title h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 4px;
  color: var(--black);
}

.solution-forevery .tab-content .card-title h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--black);
}

.solution-forevery .tab-content .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.16px;
  color: var(--black-2);
  margin: 0 0 20px;
}

.solution-forevery .tab-content .card-body .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  color: var(--purple-2);
}

.solution-forevery .tab-content .card-body .link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.enhance-guest {
  padding: 60px 0 0;
  margin: 0 0 -60px;
}

.enhance-guest .section-title {
  max-width: 800px;
}

.enhance-guest .section-title p {
  margin: 0 0 16px;
}

.enhance-guest .section-title h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  color: var(--black-2);
}

.enhance-guest .cards {
  margin: 65px 0 135px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.enhance-guest .card {
  width: 100%;
  background-color: var(--purple-bg-light);
  border-radius: 16px;
  padding: 40px;
  height: fit-content;
}

.enhance-guest .card:nth-of-type(2) {
  margin: -80px 0;
}

.enhance-guest .card:nth-of-type(3) {
  margin: -160px 0;
}

.enhance-guest .card-body h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 4px;
  color: var(--black);
}

.enhance-guest .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px;
  color: var(--black-2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.enhance-guest .card-body .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.16px;
  margin: 0 0 8px;
  color: var(--purple-2);
}

.enhance-guest .card-body .link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.enhance-guest .card-img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin: 8px 0 -145px;
  object-position: right;
}

.smart-devices {
  width: 100%;
  padding: 60px 0;
}

.smart-devices .wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}

.smart-devices .wrapper::before {
  content: "";
  position: absolute;
  width: 65%;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 22.48%);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.smart-devices .wrapper .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -2;
}

.smart-devices .wrapper .content {
  width: 50%;
  height: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.smart-devices .card {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 20px;
}

.smart-devices .card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: var(--black-2);
}

.smart-devices .card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: var(--black-2);
}

.smart-devices .content .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.16px;
  color: var(--purple-2);
  margin: 40px 0 0;
  display: flex;
}

.smart-devices .content .link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.smart-devices .smart-devices-slider {
  padding: 20px 20px 0 0;
}

.smart-devices .smartDeviceCard {
  width: 100%;
  backdrop-filter: blur(16.385540008544922px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.smart-devices .smartDeviceCard .smartDeviceCardImg {
  max-width: 100%;
  width: 85px;
  height: 55px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.smart-devices .smartDeviceCard h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.16px;
  text-align: right;
  color: var(--purple-2);
}

.smart-devices .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 40px;
  bottom: -42px;
}

.smart-devices .owl-carousel .owl-nav button.owl-next,
.smart-devices .owl-carousel .owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.smart-devices .owl-carousel .owl-nav button.owl-next:hover,
.smart-devices .owl-carousel .owl-nav button.owl-prev:hover {
  box-shadow: var(--shadow-3);
}

.smart-devices .owl-carousel .owl-nav button.owl-prev::before,
.smart-devices .owl-carousel .owl-nav button.owl-next::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 9a1 1 0 1 0 0-2zM.293 7.293a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L2.414 8l5.657-5.657A1 1 0 0 0 6.657.93zM31 8V7H1v2h30z' fill='%234300A6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.smart-devices .owl-carousel .owl-nav button.owl-next::before {
  transform: rotate(180deg);
}

.resources-contact-us-banner {
  width: 100%;
}

.resources-contact-us-banner .wrapper {
  width: 100%;
  height: 540px;
  border-radius: 16px;
  background-color: var(--purple-bg-light);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.resources-contact-us-banner .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1100px;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  border-radius: 16px;
}

.resources-contact-us-banner .wrapper::before {
  content: "";
  background: linear-gradient(90deg, rgba(245, 245, 249, 0) 0%, #f5f5f9 32.1%);
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.resources-contact-us-banner .row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.resources-contact-us-banner .content-col {
  padding: 40px;
  max-width: 640px;
}

.resources-contact-us-banner .section-title h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.22px;
  color: var(--black-2);
}

.resources-contact-us-banner .calander-col {
  padding: 30px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.resources-contact-us-banner .calander-card {
  width: 390px;
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.resources-contact-us-banner .calander-card-inr {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.resources-contact-us-banner .calander-card-inr iframe {
  width: 100%;
  height: 100%;
}

.resources-contact-us-getintouch {
  width: 100%;
  padding: 100px 0;
}

.resources-contact-us-getintouch .container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.resources-contact-us-getintouch .formbox {
  width: 686px;
  border-radius: 16px;
  flex-shrink: 0;
  background-color: var(--purple-bg-light);
  padding: 60px;
}

.resources-contact-us-getintouch .formbox {
  .wpforms-container input.wpforms-field-medium,
  .wpforms-container select.wpforms-field-medium,
  .wpforms-container .wpforms-field-row.wpforms-field-medium,
  .wp-core-ui div.wpforms-container input.wpforms-field-medium,
  .wp-core-ui div.wpforms-container select.wpforms-field-medium,
  .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
    border-radius: 10px;
    border: none;
  }

  div.wpforms-container-full textarea,
  .wp-core-ui div.wpforms-container-full textarea {
    width: 100%;
    border-radius: 10px;
    border: none;
  }

  div.wpforms-container-full:not(:empty) {
    margin: 0px auto;
    padding: 0;
  }

  .wpforms-container .wpforms-field,
  .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0px 0;
    margin: 0 0 30px;
  }

  div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
  div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
  div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
  .wp-core-ui
    div.wpforms-container-full
    input[type="submit"]:not(:hover):not(:active),
  .wp-core-ui
    div.wpforms-container-full
    button[type="submit"]:not(:hover):not(:active),
  .wp-core-ui
    div.wpforms-container-full
    .wpforms-page-button:not(:hover):not(:active) {
    background-color: var(--purple-2, var(--purple-2));
    color: var(--white);
  }

  div.wpforms-container-full input[type="submit"],
  div.wpforms-container-full button[type="submit"],
  div.wpforms-container-full .wpforms-page-button,
  .wp-core-ui div.wpforms-container-full input[type="submit"],
  .wp-core-ui div.wpforms-container-full button[type="submit"],
  .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    border-radius: 10px;
    padding-inline: 34px;
    text-transform: uppercase;
    font-size: 14px;
    height: 46px;
  }
}

.resources-contact-us-getintouch .content {
  width: 100%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 8px;
}

.resources-contact-us-getintouch .content .list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.resources-contact-us-getintouch .content .list .list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.resources-contact-us-getintouch .content .list .list-item:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.resources-contact-us-getintouch .content .list .list-item-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.resources-contact-us-getintouch .content .list .list-item-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page-template-build_your_ecosystem .wpforms-container {
  width: 100%;
  max-width: var(--container);
  padding: 0 var(--text-20px) !important;
}

.page-template-build_your_ecosystem .wpforms-field-pagebreak {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 60px 0 0;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-pagebreak-left
  .wpforms-page-button {
  margin: 0;
}

.page-template-build_your_ecosystem .wpforms-page-next {
  min-width: 200px !important;
  min-height: 56px !important;
  border-radius: var(--text-10px) !important;
  font-size: 16px !important;
  background-color: var(--purple-2) !important;
  color: var(--white) !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.page-template-build_your_ecosystem .wpforms-page-next::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7a1 1 0 0 0 0 2zm30.707 1.707a1 1 0 0 0 0-1.414L25.343.929a1 1 0 1 0-1.414 1.414L29.586 8l-5.657 5.657a1 1 0 0 0 1.414 1.414zM1 8v1h30V7H1z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: unset !important;
  border: none !important;
  box-shadow: none !important;
}

.page-template-build_your_ecosystem .wpforms-submit-container .wpforms-submit {
  min-width: 200px !important;
  min-height: 56px !important;
  border-radius: var(--text-10px) !important;
  font-size: 16px !important;
  background-color: var(--purple-2) !important;
  color: var(--white) !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.page-template-build_your_ecosystem
  .wpforms-submit-container
  .wpforms-submit::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 27.438A13.438 13.438 0 0 1 14 .563c2.094-.007 4.16.485 6.025 1.437a.938.938 0 1 1-.85 1.675A11.25 11.25 0 0 0 14 2.425 11.563 11.563 0 1 0 25.563 14a3 3 0 0 0 0-.312.942.942 0 0 1 1.875-.175V14A13.45 13.45 0 0 1 14 27.438' fill='%23fff'/%3E%3Cpath d='M13.774 18.26a.87.87 0 0 1-.65-.274L7.087 12.06a.94.94 0 0 1 0-1.325.96.96 0 0 1 1.337 0l5.363 5.287L25.849 4.161a.96.96 0 0 1 1.338 0 .94.94 0 0 1 0 1.325l-12.725 12.5a.93.93 0 0 1-.688.275' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: unset !important;
  border: none !important;
  box-shadow: none !important;
}

.page-template-build_your_ecosystem .wpforms-image-choices {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
}

.page-template-build_your_ecosystem .wpforms-image-choices-item {
  background-color: var(--purple-bg-light);
  border-radius: var(--text-14px);
}

.page-template-build_your_ecosystem .wpforms-field-label-inline {
  width: 100%;
  padding: 35px !important;
  border-radius: 10px !important;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.page-template-build_your_ecosystem
  .wpforms-container
  .wpforms-image-choices-modern
  .wpforms-image-choices-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-build_your_ecosystem .wpforms-image-choices-label {
  min-height: 56px;
  min-width: 130px;
  border-radius: var(--text-10px);
  font-size: 16px;
  background-color: var(--purple-2);
  color: var(--white) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0 !important;
  padding-inline: 20px;
}

.page-template-build_your_ecosystem .wpforms-container .wpforms-field,
.page-template-build_your_ecosystem
  .wp-core-ui
  div.wpforms-container
  .wpforms-field {
  padding: 0 !important;
}

.page-template-build_your_ecosystem
  .wpforms-container
  .wpforms-list-inline
  .wpforms-image-choices-modern
  li {
  margin: 0px !important;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-image-choices-item
  label:hover,
.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-classic
  .wpforms-image-choices-item
  label:hover {
  border-color: var(--purple-2);
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-image-choices-modern
  .wpforms-image-choices-item
  label:hover {
  box-shadow: 0 0 0 1px var(--purple-2);
}

.page-template-build_your_ecosystem .wpforms-field-label,
.page-template-build_your_ecosystem .wpforms-field-label {
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.48px !important;
  color: var(--primary-purple) !important;
  margin: 0 0 60px !important;
}

.page-template-build_your_ecosystem .wpforms-container .wpforms-page-indicator {
  margin: 0 0 60px 0 !important;
}

.page-template-build_your_ecosystem
  .wpforms-container
  .wpforms-page-indicator.progress
  .wpforms-page-indicator-page-progress {
  background: var(--primary-purple) !important;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-pagebreak-left {
  text-align: start;
  display: flex;
  align-items: center;
  gap: 60px;
}

.page-template-build_your_ecosystem .wpforms-page-prev {
  min-width: 200px !important;
  min-height: 56px !important;
  border-radius: var(--text-10px) !important;
  font-size: 16px !important;
  background-color: transparent !important;
  color: var(--purple-2) !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  border: 1px solid var(--purple-2) !important;
}

.page-template-build_your_ecosystem .wpforms-page-prev {
  background: transparent !important;
  border: 1px solid var(--primary-purple) !important;
  color: var(--primary-purple) !important;
}

.page-template-build_your_ecosystem .wpforms-page-prev::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2216%22%20viewBox%3D%220%200%2032%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M31%209a1%201%200%201%200%200-2zM.293%207.293a1%201%200%200%200%200%201.414l6.364%206.364a1%201%200%200%200%201.414-1.414L2.414%208l5.657-5.657A1%201%200%200%200%206.657.93zM31%208V7H1v2h30z%22%20fill%3D%22%234300A6%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-image-choices-modern
  .wpforms-image-choices-item.wpforms-selected
  .wpforms-image-choices-image:after,
.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-image-choices-modern
  .wpforms-image-choices-item:has(input:checked)
  .wpforms-image-choices-image:after {
  background: var(--primary-purple) !important;
}

.page-template-build_your_ecosystem .wpforms-field-large {
  width: 100%;
  padding: 75px 85px;
  border-radius: 16px;
  background-color: var(--grey-bg);
}

.page-template-build_your_ecosystem
  .wpforms-field-number-slider
  .wpforms-field-label {
  font-size: 28px !important;
  color: var(--black-2) !important;
  margin: 0 0 51px !important;
  text-transform: capitalize;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-number-slider
  .wpforms-field-number-slider-hint {
  padding: 45px 0 0 !important;
  font-size: 20px;
  color: var(--black);
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-number-slider
  .wpforms-field-number-slider-hint
  b {
  color: var(--black) !important;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-number-slider
  input[type="range"] {
  border: 0 !important;
  background: #d3d3d3 !important;
  height: 4px !important;
}

div.wpforms-container-full img,
div.wpforms-container-full video,
div.wpforms-container-full canvas,
div.wpforms-container-full svg {
  max-width: 100%;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-layout:not(:first-child)
  > .wpforms-field-label:not(.wpforms-label-hide):before {
  display: none;
}

.page-template-build_your_ecosystem
  .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(2)) {
  grid-template-columns: repeat(2, 1fr) !important;
}

.page-template-build_your_ecosystem
  .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(3)) {
  grid-template-columns: repeat(3, 1fr) !important;
}

.page-template-build_your_ecosystem
  .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(4)) {
  grid-template-columns: repeat(4, 1fr) !important;
}

.page-template-build_your_ecosystem
  .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(5)) {
  grid-template-columns: repeat(5, 1fr) !important;
}

.page-template-build_your_ecosystem
  .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(5))
  .wpforms-image-choices-item {
  background-color: var(--grey-bg) !important;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  input[type="range"]::-webkit-slider-thumb {
  border: 4px solid #4300a6 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 16px !important;
  box-shadow: inset 0 15px 20px #00000030;
  background-color: #ffffff !important;
  margin: -25px 0 0 0 !important;
}

.build-eco-sytem-banner .wrapper {
  width: 100%;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  background-color: var(--purple-2);
  border-radius: 16px;
  overflow: hidden;
}

.build-eco-sytem-banner .left-col {
  width: 600px;
  max-width: 100%;
  padding: 40px;
  color: var(--white);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.build-eco-sytem-banner .left-col .upper-part .brand-logo {
  width: 100%;
  max-width: 116px;
  margin: 0 0 20px;
}

.build-eco-sytem-banner .left-col .upper-part .section-title h2 {
  color: var(--white);
}

.build-eco-sytem-banner .left-col .bottom-part p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}

.build-eco-sytem-banner .left-col .bottom-part .white-btn {
  display: none;
}

.build-eco-sytem-banner .right-col {
  padding: 90px 70px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.build-eco-sytem-banner .right-col .form-box {
  width: 564px;
  border-radius: 16px;
  background-color: var(--purple-bg-light);
  flex-shrink: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.build-eco-sytem-banner .right-col .form-box form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.build-eco-sytem-banner .right-col .form-box .form-item {
  width: 100%;
}

.build-eco-sytem-banner .right-col .form-box .form-item input {
  width: 100%;
  background-color: var(--white);
  color: #878787;
  height: 46px;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  border: none;
  outline: none;
}

.build-eco-sytem-banner .right-col .form-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 46px;
  min-width: 180px;
  background-color: var(--purple-2) !important;
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  padding: 12px 20px;
  width: fit-content;
  border: none;
  outline: none;
}

.build-eco-sytem-banner .right-col .bg-logo {
  position: absolute;
  left: -20px;
  max-width: 100%;
  z-index: -1;
}

.page-template-build_your_ecosystem
  .wpforms-field-label-inline-empty
  .wpforms-image-choices-label {
  display: none !important;
}

.page-template-build_your_ecosystem
  .wpforms-image-choices-image:not(:has(img)) {
  display: none !important;
}

.wpforms-container .wpforms-image-choices-modern img {
  max-height: 100%;
}

.cky-consent-container .cky-consent-bar {
  padding: 60px 40px 40px !important;
  border-radius: 16px !important;
  max-width: 660px;
  position: relative;
}

.cky-overlay {
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px);
  opacity: 1 !important;
}

.cky-consent-container {
  width: 112vw !important;
  inset: 0 !important;
  height: 112vh !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  overflow: auto;
  padding: 20px;
  border-radius: 0 !important;
}

.cky-notice .cky-title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  margin: 0 auto 24px auto !important;
  text-align: center;
  text-transform: capitalize;
  max-width: 380px;
}

.cky-consent-bar .cky-notice-des p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 35px !important;
}

.cky-consent-bar .cky-notice-des p a {
  color: var(--purple-2);
  font-size: 18px;
}

.cky-notice-btn-wrapper,
.cky-prefrence-btn-wrapper {
  gap: 20px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

.cky-btn-customize,
.cky-btn-reject {
  order: 1;
}

.cky-btn {
  border-radius: 10px !important;
  min-height: 56px !important;
  margin: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn {
  font-weight: 700;
  font-size: 16px;
}

.cky-prefrence-btn-wrapper {
  gap: 20px;
}

.cky-preference-header .cky-preference-title {
  font-size: 32px !important;
  line-height: 1.3 !important;
  color: var(--purple-2) !important;
  width: 100%;
  text-align: center;
  right: 0;
}

.cky-preference-header .cky-btn-close,
.cky-consent-bar .cky-banner-btn-close {
  background: var(--grey-bg) !important;
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  flex-shrink: 0;
}

.cky-preference-header .cky-btn-close img,
.cky-consent-bar .cky-banner-btn-close img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(89%) saturate(5584%)
    hue-rotate(267deg) brightness(62%) contrast(126%);
}

.cky-modal.cky-modal-open {
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  border-radius: 16px !important;
}

.cky-consent-bar .cky-banner-btn-close {
  right: 20px !important;
  top: 20px !important;
}

.cky-preference-center {
  border-radius: 16px !important;
}

.cky-preference-header {
  padding: 20px !important;
}

.cky-accordion-header .cky-accordion-btn {
  font-size: 22px !important;
  color: var(--purple-2) !important;
}

.cky-accordion-header-des * {
  line-height: 1.8;
}

.cky-accordion-header .cky-always-active {
  color: var(--black) !important;
  font-size: 16px !important;
}

.cky-accordion .cky-accordion-chevron i::before {
  border-right: 2px solid !important;
  border-bottom: 2px solid !important;
  border-color: var(--purple-2) !important;
  height: 10px !important;
  width: 10px !important;
  transform: rotate(-135deg) !important;
  top: 9px !important;
}

.cky-audit-table .cky-empty-cookies-text {
  font-size: 14px !important;
  line-height: 1.8 !important;
  padding: 10px 20px !important;
}

.cky-switch input[type="checkbox"]:checked {
  background: var(--purple-2) !important;
}

.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
  transform: rotate(45deg) !important;
  top: 5px !important;
}

.cky-audit-table .cky-cookie-des-table {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.cky-preference-body-wrapper {
  padding: 0 20px !important;
}

.cky-accordion-chevron {
  margin-right: 20px !important;
}

.page-template-build_your_ecosystem
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  margin: -55px 0px 0px;
  transform: translateX(52%);
}

.page-template-build_your_ecosystem
  .last.form-send-btn
  .wpforms-pagebreak-left {
  margin-left: -260px;
}

.page-template-build_your_ecosystem .yes-no-container .wpforms-image-choices {
  background: var(--grey-bg);
  border-radius: 16px;
}

.page-template-build_your_ecosystem
  .yes-no-container
  .wpforms-image-choices-item {
  background: transparent !important;
}

.page-template-build_your_ecosystem
  .yes-no-container
  .wpforms-image-choices-item:nth-of-type(1)
  .wpforms-image-choices-label {
  margin: 0 0 0 auto;
}

.page-template-build_your_ecosystem
  .yes-no-container
  .wpforms-image-choices-item:nth-of-type(3)
  .wpforms-image-choices-label {
  margin: 0 auto 0 0;
}

.page-template-build_your_ecosystem
  .yes-no-container
  .wpforms-image-choices-item:nth-of-type(3)
  .wpforms-image-choices-label {
  background: #292929 !important;
}

.page-template-build_your_ecosystem
  .yes-no-container
  .wpforms-image-choices-item
  label:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

.resources-contact-us-banner .section-title h2 {
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 1.3 !important;
  margin: 0px 0px 30px !important;
}

.wpforms-field-pagebreak .wpforms-clear:before,
.wpforms-field-pagebreak .wpforms-clear::after {
  display: none;
}

.rdy-hero.home-banner {
  padding: 0;
}

.home .rdy-tech .ecs-grid-wrapper {
  background-color: #f6f2fb;
  gap: 10px;
  padding: 20px;
}

.home .rdy-tech .rdy-wrappers {
  align-items: center;
}

.home .rdy-tech .ecs-title {
  font-size: 30px;
  line-height: 1.4;
}

.home .rdy-tech .ecs-head-wrpper {
  gap: 12px;
}

.home .rdy-tech .ecs-nav {
  font-size: 14px;
}

.home .rdy-tech .ecs-subtitle {
  line-height: 1.7;
  font-size: 14px;
  margin: 0 0 4px;
}

.home .rdy-ecs {
  padding: 0;
}

.home .rdy-ecs.rdy-tech {
  padding: 60px 0 0;
}

.home .rdy-ecs.rdy-cra.accessMgmt .rdy-wrappers {
  padding: 0;
  gap: 69px;
  justify-content: space-between;
}

.home .rdy-ecs.rdy-cra.accessMgmt .ecs-head-wrpper {
  width: 43%;
}

.home .rdy-ecs.rdy-cra.accessMgmt .rdy-image-wrapper {
  width: 50%;
  height: 400px;
}

.home .rdy-ecs.rdy-cra.accessMgmt .rdy-image-wrapper img {
  object-position: right;
}

.home .rdy-ecs.rdy-cra.accessMgmt .rdy-cra-wrapper .ecs-nav {
  font-size: 14px;
}

.home .rdy-ecs.rdy-cra.accessMgmt .ecs-head-text .ecs-subtitle {
  font-size: 14px;
  line-height: 1.7;
}

.home .rdy-ecs.rdy-cra.accessMgmt .ecs-title {
  font-size: 30px;
  margin: 0 0 20px;
}

.home .rdy-ecs.rdy-cra.accessMgmt .ecs-head-text {
  max-width: 100%;
  min-width: 100%;
  margin: 0;
}

.home .hero-block h1 {
  font-size: 40px;
}

.home .hero-text {
  font-size: 15px;
}

.home .hero-btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
}

.home .hero-app {
  max-height: 460px;
}

.home .rdy-wrapper {
  padding: 30px;
  max-height: 460px;
  min-height: 460px;
}

.home .home-banner .hero-app {
  position: absolute;
  bottom: -70px;
  right: 30px;
  max-width: 567px;
}

/* stack effect css  */
/* 
.home .smart-locks {
    position: relative;
}
.home .rdy-ecs.rdy-tech   {
    background-color: var(--white);
    position: sticky;
    top: 0;
}

.home .smart-devices {
    position: sticky;
    top: 0px;
}
.home .rdy-ecs.rdy-cra.accessMgmt {
    position: sticky;
    top: 0px;
    background-color: var(--white);
}

.home .rdy-ecs.rdy-tech {
    position: sticky;
    top: 0px;
    background-color: var(--white);
} 

.home .smart-access {
    position: sticky;
    top: 0px;
    background-color: var(--white);
}

.home .enhance-guest {
    position: sticky;
    top: 0px;
    background-color: var(--white);
}
.home .why-radefy  {
      position: sticky;
    top: 0px;
    background-color: var(--white);
}

.home .solution-forevery  {
     position: sticky;
    top: 60px;
    background-color: var(--white);
} */

/* Responsive */

@media (max-width: 1439px) {
  .home .hero-block h1 {
    font-size: 34px;
    line-height: 1.4;
  }

  .home .hero-text {
    font-size: 14px;
  }

  .home .hero-btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .home .rdy-wrapper {
    max-height: 380px;
    min-height: 380px;
  }

  .home .home-banner .hero-app {
    bottom: -60px;
    max-width: 467px;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .resources-contact-us-banner .section-title h2 {
    font-size: 44px !important;
  }

  .build-your-ecosystem .card {
    padding: 30px 140px 30px 50px;
    gap: 50px;
  }

  .build-your-ecosystem .card-body p {
    font-size: 14px;
  }

  .build-your-ecosystem .purple-card-inr p {
    font-size: 14px;
  }

  .build-your-ecosystem .card .btm-logo {
    height: 55px;
    bottom: -14px;
  }

  .next-gen .content h2 {
    font-size: 24px;
  }

  .home .rdy-tech .ecs-title {
    font-size: 24px;
  }

  .home .rdy-ecs.rdy-cra.accessMgmt .ecs-title {
    font-size: 24px;
  }

  .resources-contact-us-getintouch .formbox {
    width: 586px;
  }

  .smart-access .card h4 {
    font-size: 16px;
  }

  .enhance-guest .card-body h4 {
    font-size: 16px;
  }

  .why-radefy .card h4 {
    font-size: 16px;
    min-height: 48px;
  }

  .why-radefy .card {
    min-height: 230px;
  }

  .solution-forevery .tab-content .card-title h2 {
    font-size: 16px;
  }

  .solution-forevery .tab-content .card-title h4 {
    font-size: 14px;
  }

  .page-template-build_your_ecosystem .wpforms-field-label,
  .page-template-build_your_ecosystem .wpforms-field-label {
    font-size: 44px !important;
    margin: 0 0 50px !important;
  }

  .page-template-build_your_ecosystem .wpforms-field-large {
    padding: 50px 50px;
  }
}

@media (max-width: 1279px) {
  .section-title h2 {
    font-size: 40px;
  }

  .resources-contact-us-banner .section-title h2 {
    font-size: 40px !important;
  }

  .build-your-ecosystem .card {
    padding: 26px;
    gap: 26px;
  }

  .build-your-ecosystem .card-body p {
    font-size: 18px;
  }

  .build-your-ecosystem .purple-card-inr p {
    font-size: 18px;
  }

  .next-gen .content h2 {
    font-size: 28px;
  }

  .next-gen .content {
    padding: 30px;
    max-width: 470px;
  }

  .smart-locks .card-img {
    width: 400px;
  }

  .access-mgmt .access-mgmt-img {
    width: 425px;
  }

  .access-mgmt .container {
    gap: 25px;
  }

  .access-mgmt .content p {
    margin: 0 0 20px;
  }

  .smart-access .cards {
    padding: 20px;
    gap: 20px;
  }

  .why-radefy .owl-carousel .owl-nav {
    top: -85px;
  }

  .resources-contact-us-getintouch .formbox {
    width: 486px;
    padding: 40px;
  }

  .page-template-build_your_ecosystem .wpforms-image-choices {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .page-template-build_your_ecosystem .wpforms-field-label,
  .page-template-build_your_ecosystem .wpforms-field-label {
    font-size: 40px !important;
  }

  .page-template-build_your_ecosystem .wpforms-field-large {
    padding: 30px;
  }

  .page-template-build_your_ecosystem
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(3)) {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .page-template-build_your_ecosystem
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(4)) {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .build-eco-sytem-banner .wrapper {
    min-height: auto;
    flex-direction: column;
    gap: 40px;
  }

  .build-eco-sytem-banner .left-col {
    width: 100%;
    padding: 40px 40px 0;
  }

  .build-eco-sytem-banner .right-col {
    padding: 0 40px 40px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 991px) {
  .home .rdy-ecs.rdy-cra.accessMgmt .ecs-head-wrpper {
    width: 100%;
  }

  .home .rdy-ecs.rdy-cra.accessMgmt .rdy-image-wrapper {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 990px) {
  .build-your-ecosystem .card {
    padding: 30px 30px 40px;
    gap: 30px;
    flex-direction: column;
  }

  .purple-arrow {
    position: unset;
    transform: rotate(145deg);
    margin-bottom: 30px;
    margin-left: 220px;
  }

  .build-your-ecosystem .card .btm-logo {
    height: auto;
    max-width: 245px;
    bottom: -10px;
  }

  .build-your-ecosystem .card-body p {
    font-size: 16px;
  }

  .build-your-ecosystem .purple-card-inr p {
    font-size: 16px;
  }

  .build-your-ecosystem {
    padding: 80px 0 0;
  }

  .logos-slider {
    padding: 60px 0;
  }

  .logos-slider .item {
    height: 62px;
  }

  .next-gen .wrapper {
    padding: 42px 0 42px 0;
    min-height: auto;
  }

  .next-gen .content h2 {
    font-size: 24px;
  }

  .smart-locks {
    padding: 80px 0;
  }

  .smart-locks .card {
    padding: 20px;
    flex-direction: column;
  }

  .smart-locks .card-body {
    max-width: 100%;
  }

  .smart-locks .card-img {
    width: 360px;
    margin-top: 0;
    margin-bottom: -150px;
  }

  .access-mgmt .container {
    gap: 25px;
    flex-direction: column;
  }

  .access-mgmt {
    padding: 80px 0;
  }

  .access-mgmt .content {
    max-width: 100%;
  }

  .access-mgmt .access-mgmt-img {
    width: 100%;
  }

  .smart-access .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .smart-access .card:nth-of-type(even)::before {
    display: none;
  }

  .solution-forevery .tabs-container {
    min-height: auto;
    flex-direction: column;
  }

  .solution-forevery .tabs {
    gap: 20px;
    width: 100%;
    padding: 32px 0 32px 20px;
    border-radius: 16px 16px 0 0;
    border: 8px solid var(--white);
    border-right: 8px solid var(--white);
  }

  .solution-forevery .tab-content {
    border-radius: 0;
    padding: 20px;
  }

  .why-radefy {
    padding: 80px 0 0;
  }

  .enhance-guest {
    padding: 80px 0 200px 0;
  }

  .enhance-guest .cards {
    margin: 20px 0 0;
    gap: 180px;
    grid-template-columns: repeat(1, 1fr);
  }

  .enhance-guest .card:nth-of-type(2) {
    margin: 0;
  }

  .enhance-guest .card:nth-of-type(3) {
    margin: 0;
  }

  .enhance-guest .card-img {
    object-position: center;
  }

  .smart-devices {
    width: 100%;
    padding: 80px 0 0;
  }

  .smart-devices .wrapper .content {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 60% 45px 45px;
  }

  .smart-devices .smart-devices-slider {
    padding: 20px 0 0;
  }

  .smart-devices .owl-carousel .owl-nav {
    right: 0;
  }

  .smart-devices .wrapper .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: unset;
    width: 100%;
    height: 55%;
  }

  .smart-devices .wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    top: unset;
    bottom: 0;
    height: 80%;
    background: linear-gradient(
      180deg,
      rgba(246, 246, 246, 0) 0%,
      #f6f6f6 22.48%
    );
  }

  .resources-contact-us-banner .wrapper {
    height: fit-content;
  }

  .resources-contact-us-banner .row {
    flex-direction: column;
    gap: 0;
  }

  .resources-contact-us-banner .content-col {
    max-width: 100%;
    padding: 40px 40px 145px;
  }

  .resources-contact-us-banner .calander-col {
    padding: 0 40px 40px;
  }

  .resources-contact-us-banner .calander-card {
    margin: 0 auto;
    height: 480px;
  }

  .resources-contact-us-banner .bgimg {
    left: 0;
    top: 0;
    bottom: unset;
    top: 0;
    width: 100%;
    height: 40%;
  }

  .resources-contact-us-banner .wrapper::before {
    background: linear-gradient(
      180deg,
      rgba(245, 245, 249, 0) 0%,
      #f5f5f9 32.1%
    );
    width: 100%;
    top: unset;
    left: 0;
    height: 90%;
  }

  .resources-contact-us-getintouch .container {
    flex-direction: column;
  }

  .resources-contact-us-getintouch .content {
    max-width: 100%;
    gap: 20px;
  }

  .resources-contact-us-getintouch .formbox {
    margin: 0 auto;
  }

  .resources-contact-us-getintouch {
    padding: 80px 0;
  }

  .home .rdy-ecs.rdy-cra.accessMgmt .ecs-head-wrpper {
    margin: 50px 0 -35px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }

  .resources-contact-us-banner .section-title h2 {
    font-size: 28px !important;
    margin: 0px 0px 30px !important;
  }

  .build-your-ecosystem .purple-card {
    width: 100%;
  }

  .build-your-ecosystem .purple-card-inr p {
    font-size: 22px;
  }

  .purple-arrow {
    transform: rotate(165deg);
    margin-bottom: 0;
    margin-left: auto;
  }

  .build-your-ecosystem {
    padding: 60px 0 0;
  }

  .logos-slider {
    padding: 60px 0;
  }

  .next-gen .wrapper {
    padding: 160px 20px 0 20px;
    min-height: auto;
  }

  .next-gen .content {
    padding: 20px;
    max-width: 100%;
  }

  .next-gen .content h2 {
    font-size: 22px;
    margin: 0 0 16px;
  }

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

  .smart-locks .card-img {
    width: 100%;
    max-width: 280px;
    margin-bottom: -120px;
  }

  .access-mgmt .content h4 {
    margin: 30px 0 20px;
  }

  .access-mgmt {
    padding: 60px 0;
  }

  .smart-locks {
    padding: 60px 0;
  }

  .smart-access .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .smart-access .card:nth-of-type(even)::before {
    display: block;
  }

  .smart-access .card:last-of-type::before {
    display: none;
  }

  .smart-access .card h4 {
    font-size: 18px;
  }

  .smart-access .card p {
    font-size: 14px;
  }

  .smart-access .card::before {
    width: 55px;
    right: 0;
    top: unset;
    transform: rotate(90deg);
    bottom: -19px;
    z-index: 1;
  }

  .why-radefy .owl-theme .owl-dots {
    gap: 8px;
    margin: 24px 0 0;
  }

  .why-radefy .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }

  .why-radefy .owl-carousel .owl-nav {
    top: unset;
    bottom: -60px;
  }

  .why-radefy {
    padding: 60px 0;
  }

  .solution-forevery .wrapper {
    padding: 20px 20px 0;
  }

  .section-title p {
    font-size: 14px;
  }

  .solution-forevery .section-title {
    margin: 0 0 18px;
  }

  .solution-forevery .tab-content .card-top {
    margin: 0 0 16px;
    flex-direction: column;
  }

  .solution-forevery .tab-content .card-img {
    max-width: 100%;
  }

  .solution-forevery .tab-content .card-title h2 {
    font-size: 18px;
    margin: 0 0 16px;
  }

  .solution-forevery .tab-content .card-title h4 {
    font-size: 16px;
  }

  .solution-forevery .tab-content .card-body p {
    font-size: 14px;
    margin: 0 0 16px;
  }

  .solution-forevery .tab-content .card-body .link {
    font-size: 14px;
  }

  .solution-forevery .tabs {
    gap: 10px;
    padding: 16px 0 16px 16px;
    border: 4px solid var(--white);
    border-right: 4px solid var(--white);
  }

  .solution-forevery {
    padding: 60px 0;
  }

  .enhance-guest .card-body h4 {
    font-size: 24px;
  }

  .enhance-guest .card-body p {
    font-size: 14px;
  }

  .enhance-guest .cards {
    gap: 20px;
  }

  .enhance-guest .card {
    padding: 20px;
  }

  .enhance-guest .card:nth-of-type(2) {
    margin: 110px 0 0;
  }

  .enhance-guest .card:nth-of-type(3) {
    margin: 175px 0 0;
  }

  .enhance-guest {
    padding: 60px 0 220px 0;
  }

  .smart-devices .wrapper .content {
    padding: 75% 20px 40px;
  }

  .smart-devices .wrapper::before {
    height: 94%;
  }

  .smart-devices .wrapper .bgimg {
    height: 25%;
    object-position: left;
  }

  .smart-devices .card {
    padding: 20px;
  }

  .smart-devices .card h4 {
    font-size: 16px;
  }

  .smart-devices .smartDeviceCard h4 {
    font-size: 14px;
  }

  .smart-devices .card p {
    font-size: 14px;
  }

  .smart-devices .content .link {
    width: fit-content;
    margin: 40px 0 0;
  }

  .resources-contact-us-banner .wrapper {
    overflow: visible;
  }

  .resources-contact-us-banner .row {
    overflow: visible;
  }

  .resources-contact-us-banner .section-title h4 {
    font-size: 16px;
  }

  .resources-contact-us-banner .calander-col {
    padding: 0 15px 15px;
    overflow: visible;
  }

  .resources-contact-us-banner .calander-card {
    width: 100%;
    padding: 10px;
    margin-bottom: -240px;
  }

  .resources-contact-us-banner {
    padding-bottom: 220px;
  }

  .resources-contact-us-getintouch {
    padding: 60px 0;
  }

  .resources-contact-us-getintouch .formbox {
    width: 100%;
    padding: 20px;

    .wpforms-container .wpforms-field,
    .wp-core-ui div.wpforms-container .wpforms-field {
      padding: 0px 0;
      margin: 0 0 15px;
    }
  }

  .enhance-guest .section-title h4 {
    font-size: 16px;
  }

  .why-radefy .card h4 {
    font-size: 18px;
  }

  .why-radefy .card p {
    font-size: 14px;
  }

  .resources-contact-us-banner .bgimg {
    height: 55%;
    object-position: left;
  }

  .resources-contact-us-banner .wrapper::before {
    height: 65%;
  }

  .resources-contact-us-banner .content-col {
    padding: 20px 20px 145px;
  }

  .page-template-build_your_ecosystem .wpforms-field-label,
  .page-template-build_your_ecosystem .wpforms-field-label {
    font-size: 28px !important;
    margin: 0 0 25px !important;
  }

  .page-template-build_your_ecosystem .wpforms-image-choices {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .page-template-build_your_ecosystem
    div.wpforms-container
    .wpforms-form
    .wpforms-field
    > * {
    width: 100%;
  }

  .page-template-build_your_ecosystem .wpforms-page-next,
  .page-template-build_your_ecosystem .wpforms-page-prev,
  .page-template-build_your_ecosystem
    .wpforms-submit-container
    .wpforms-submit {
    width: 100%;
    min-width: fit-content !important;
  }

  .page-template-build_your_ecosystem .wpforms-field-pagebreak {
    flex-direction: column;
    gap: 25px;
    margin: 25px 0 0;
  }

  .page-template-build_your_ecosystem
    .wpforms-container
    .wpforms-page-indicator {
    margin: 0 0 30px 0 !important;
  }

  .page-template-build_your_ecosystem
    div.wpforms-container
    .wpforms-form
    .wpforms-field-layout
    .wpforms-layout-column {
    padding: 20px 0px;
    word-break: break-word;
  }

  .page-template-build_your_ecosystem
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(3)) {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .page-template-build_your_ecosystem
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(2)) {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .page-template-build_your_ecosystem
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(4)) {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .build-eco-sytem-banner .left-col {
    width: 100%;
    padding: 30px 30px 0;
  }

  .build-eco-sytem-banner .right-col .form-box {
    width: 100%;
    padding: 30px;
  }

  .build-eco-sytem-banner .right-col .form-box button {
    width: 100%;
  }

  .build-eco-sytem-banner .right-col {
    padding: 0;
  }

  .build-eco-sytem-banner .wrapper {
    gap: 30px;
  }

  .build-eco-sytem-banner .left-col .bottom-part p {
    font-size: 14px;
    font-weight: 400;
  }

  .build-eco-sytem-banner .left-col .bottom-part .white-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
    min-width: 125px;
    background-color: var(--white);
    color: var(--black);
    font-size: 12px;
    font-weight: 700;
    margin: 20px 0 0;
  }

  .cky-consent-container {
    justify-content: start !important;
  }

  .cky-consent-container .cky-consent-bar {
    padding: 60px 20px 20px !important;
    border-radius: 10px !important;
  }

  .cky-notice .cky-title {
    font-size: 24px !important;
    padding: 0 !important;
  }

  .cky-consent-bar .cky-notice-des p {
    font-size: 16px;
  }

  .cky-notice-btn-wrapper {
    padding: 0 !important;
  }

  .cky-custom-brand-logo-wrapper,
  .cky-notice .cky-title,
  .cky-notice-des,
  .cky-notice-btn-wrapper {
    padding: 0 !important;
  }

  .cky-notice-btn-wrapper,
  .cky-prefrence-btn-wrapper {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cky-accordion-header .cky-accordion-btn {
    font-size: 18px !important;
  }

  .cky-preference-header .cky-preference-title {
    font-size: 24px !important;
  }

  .cky-accordion-header .cky-always-active {
    font-size: 14px !important;
  }

  .page-template-build_your_ecosystem
    .last.form-send-btn
    .wpforms-pagebreak-left {
    margin-left: 0;
  }

  .page-template-build_your_ecosystem
    div.wpforms-container-full
    .wpforms-form
    .wpforms-submit-container {
    margin: 0;
    transform: unset;
  }

  .build-eco-sytem-banner .right-col .bg-logo {
    top: -100%;
    max-height: 258px;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices:has(.wpforms-image-choices-item:nth-child(3)) {
    display: flex !important;
    justify-content: center;
    justify-content: center;
    padding-bottom: 40px;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(1) {
    order: 1;
    max-width: calc(50% - 35px);
    flex-shrink: 0;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(3) {
    order: 1;
    max-width: calc(50% - 35px);
    padding: 0 !important;
    flex-shrink: 0;
  }

  .page-template-build_your_ecosystem .wpforms-image-choices-label {
    min-width: 120px;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item {
    width: 100%;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(1)
    .wpforms-image-choices-label {
    margin: 0 auto;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(3) {
    order: 1;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(3)
    .wpforms-image-choices-label {
    margin: 0 auto;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(1)
    .wpforms-field-label-inline {
    padding: 0 !important;
  }

  .page-template-build_your_ecosystem
    .yes-no-container
    .wpforms-image-choices-item:nth-of-type(3)
    .wpforms-field-label-inline {
    padding: 0 !important;
  }

  .page-template-build_your_ecosystem .wpforms-page-prev,
  .page-template-build_your_ecosystem .wpforms-page-next {
    min-width: fit-content !important;
  }

  .page-template-build_your_ecosystem
    div.wpforms-container-full
    .wpforms-form
    .wpforms-pagebreak-left:has(.wpforms-page-button):not(
      :has(.wpforms-page-button:nth-of-type(2))
    ) {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-template-build_your_ecosystem
    div.wpforms-container-full
    .wpforms-form
    .wpforms-pagebreak-left {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .page-template-build_your_ecosystem .last.form-send-btn .wpforms-page-prev {
    max-width: calc(50% - 7.5px);
    z-index: 2;
  }

  .page-template-build_your_ecosystem
    .wpforms-submit-container
    .wpforms-submit {
    max-width: calc(50% - 7.5px);
    margin: -56px 0 0 auto;
  }

  .build-your-ecosystem .section-title h2 {
    margin-bottom: -7px;
  }

  .home .home-banner .hero-app {
    max-width: 100%;
    position: unset;
    margin: -8px auto 0;
    width: 100%;
  }

  body .rdy-hero.home-banner {
    padding-bottom: 180px;
  }

  .home .hero-app img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: unset;
  }
}

@media (max-width: 370px) {
  body .rdy-hero.home-banner {
    padding-bottom: 28vh;
  }
}
