.header {
  background-color: transparent;
}
.header .container {
  margin: 0 auto;
}
.header .container .menu a {
  color: rgba(0, 0, 0, 0.7);
}
.header .logo-w {
  background: url(/wp-content/themes/courtyard/images/logo.png) no-repeat;
  background-size: contain;
}
.header .header-cta-wrapper button {
  color: rgba(0, 0, 0, 0.7);
}
.header .right-bar .btn {
  color: rgba(0, 0, 0, 0.7);
}
.header #toggle span, .header #toggle span:after, .header #toggle span:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.header .header-cta-wrapper button {
  border: 1px solid rgba(0, 0, 0, 0.7);
}
.header .icon-globe {
  background: url(/wp-content/themes/courtyard/images/icon/outline-globe.svg) no-repeat;
  background-size: contain;
}

.header .menu > ul > li > ul {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header.scroll-fixed-top {
  background-color: rgba(255, 255, 255, 0.9);
}

.home-hero {
  background-image: url("/wp-content/themes/courtyard/images/decor/blur-right-top.png"), url("/wp-content/themes/courtyard/images/decor/blur-left-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 923px 335px, 675px 403px;
}
.home-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-hero .text-box {
  text-align: center;
  max-width: 814px;
  margin-bottom: 64px;
}
.home-hero .text-box h1 {
  margin-bottom: 24px;
}
.home-hero .text-box .body-text {
  margin-bottom: 48px;
}
.home-hero .text-box .bq-btn {
  background-color: #FF8012;
  border-color: #FF8012;
}
.home-hero .text-box .bq-btn:hover:not(:disabled) {
  background-color: #FF9C46;
  border-color: #FF9C46;
}
@media (max-width: 768px) {
  .home-hero .text-box {
    margin-bottom: 24px;
  }
  .home-hero .text-box h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .home-hero .text-box .body-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.home-hero .tab-panel-card::after {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: 1000px;
  background: url("/wp-content/themes/courtyard/images/decor/blur-circle-green_blue.png") no-repeat;
  background-size: contain;
  right: 20%;
  bottom: -90px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .home-hero .tab-panel-card {
    display: none;
  }
}
.home-hero .product-list-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .home-hero .product-list-mobile {
    display: flex;
    gap: 16px;
  }
  .home-hero .product-list-mobile li {
    position: relative;
    flex: 1;
    padding: 24px 16px 24px 24px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .home-hero .product-list-mobile li::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 56px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to left, #4DD3BA 0%, #48C0EE 55%, #559CFF 100%);
    border-radius: 0 5px 5px 0;
  }
  .home-hero .product-list-mobile li a {
    display: block;
    width: calc(100% - 24px);
    text-align: left;
  }
  .home-hero .product-list-mobile li a p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.5);
  }
  .home-hero .product-list-mobile li a i {
    width: 24px;
    height: 24px;
    background: url("/wp-content/themes/courtyard/images/icon/outline-chevron.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media (max-width: 768px) {
  .home-hero .product-list-mobile {
    flex-direction: column;
    gap: 8px;
  }
}

.home-feature .two-column {
  align-items: baseline;
}
.home-feature .two-column > div {
  width: calc(50% - 16px);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 64px 24px 32px;
}
.home-feature .two-column > div .card-tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: 4px 24px;
  border-radius: 0 0 15px 15px;
  font-weight: bold;
  white-space: nowrap;
}
.home-feature .two-column > div h2 {
  font-size: 30px;
}
.home-feature .two-column > div ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home-feature .two-column > div ul li {
  display: flex;
}
.home-feature .two-column > div ul li .icon-wrap {
  width: 80px;
  height: 80px;
}
.home-feature .two-column > div ul li .icon-wrap img {
  width: 100%;
}
.home-feature .two-column > div ul li .text-wrap {
  text-align: left;
  flex: 1;
  margin-left: 24px;
}
.home-feature .two-column > div ul li .text-wrap h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.home-feature .two-column > div ul li .text-wrap p {
  line-height: 1;
}
.home-feature .two-column > div i {
  display: block;
  margin: 40px auto;
  font-size: 12px;
}
.home-feature .two-column .card-advertising .card-tag {
  background: linear-gradient(to left, #4DD3BA 0%, #48C0EE 55%, #559CFF 100%);
}
.home-feature .two-column .card-repricing .card-tag {
  background: linear-gradient(to left, #21DDB5 0%, #E3B4FF 100%);
}
@media (max-width: 768px) {
  .home-feature .two-column {
    flex-direction: column;
    gap: 24px;
  }
  .home-feature .two-column > div {
    width: 100%;
    padding: 48px 16px 24px;
  }
  .home-feature .two-column > div h2 {
    font-size: 24px;
  }
  .home-feature .two-column > div ul li .icon-wrap {
    width: 64px;
    height: 64px;
  }
  .home-feature .two-column > div i {
    margin: 24px auto;
  }
  .home-feature .two-column > div .btn-groups a {
    width: 100%;
  }
  .home-feature .two-column > div .btn-groups a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.home-tech .body-text {
  color: #fff;
}
.home-tech ul {
  display: flex;
  justify-content: space-between;
}
.home-tech ul li {
  margin-bottom: 40px;
}
.home-tech ul h3 {
  color: #fff;
  margin-bottom: 24px;
}
.home-tech .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 789px;
  border: 1px solid #007BFF;
  padding: 24px 40px 32px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
.home-tech .bottom-box > p {
  font-size: 24px;
  font-weight: bold;
}
.home-tech .bottom-box div {
  padding-left: 32px;
  position: relative;
  text-align: left;
}
.home-tech .bottom-box div::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 70px;
  background-color: #007BFF;
}
.home-tech .bottom-box div b {
  font-size: 46px;
  color: #007BFF;
}
.home-tech .bottom-box div p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .home-tech ul {
    flex-direction: column;
  }
  .home-tech ul h3 {
    margin-bottom: 8px;
  }
  .home-tech .bottom-box {
    flex-direction: column;
    align-items: baseline;
    padding: 24px;
  }
  .home-tech .bottom-box div b {
    font-size: 40px;
  }
}

.home-pricing {
  background-color: #DEEEFF;
  background-image: url("/wp-content/themes/courtyard/images/decor/blur-right-top.png"), url("/wp-content/themes/courtyard/images/decor/blur-left-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 923px 335px, 675px 403px;
}

.home-stats ul {
  display: flex;
  justify-content: center;
}
.home-stats ul li {
  padding: 0 48px;
}
.home-stats ul li p {
  font-size: 56px;
  font-weight: bold;
  color: #439EFF;
}
.home-stats ul li span {
  font-size: 20px;
  line-height: 1;
}
.home-stats ul li span i {
  font-size: 12px;
}
.home-stats ul li:nth-child(even) {
  position: relative;
}
.home-stats ul li:nth-child(even)::after, .home-stats ul li:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.home-stats ul li:nth-child(even)::after {
  left: 0;
}
.home-stats ul li:nth-child(even)::before {
  right: 0;
}
@media (max-width: 768px) {
  .home-stats ul {
    flex-direction: column;
  }
  .home-stats ul li p {
    font-size: 46px;
  }
  .home-stats ul li span {
    font-size: 18px;
  }
  .home-stats ul li:nth-child(even) {
    padding: 16px 0;
    margin: 16px 0;
  }
  .home-stats ul li:nth-child(even)::after, .home-stats ul li:nth-child(even)::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 1px;
  }
  .home-stats ul li:nth-child(even)::before {
    top: 0;
  }
  .home-stats ul li:nth-child(even)::after {
    bottom: 0;
    top: auto;
  }
}

.home-recognition .image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.home-recognition .image-row:not(:last-child) {
  margin-bottom: 48px;
}
.home-recognition .image-row li img {
  display: block;
  height: auto;
}
.home-recognition .row-large img {
  width: 240px;
}
.home-recognition .row-small img {
  width: 160px;
}
.home-recognition .row-single img {
  width: 240px;
}
@media (max-width: 768px) {
  .home-recognition .image-row:not(:last-child) {
    margin-bottom: 16px;
  }
  .home-recognition .row-large img {
    width: 160px;
  }
  .home-recognition .row-single img {
    width: 160px;
  }
}/*# sourceMappingURL=home.css.map */