.section-hero_banner {
  position: relative;
  overflow: hidden;
}
.section-hero_banner .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.section-hero_banner .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.section-hero_banner .content {
  z-index: 1;
  position: relative;
  padding-top: 190px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
}
.section-hero_banner .content_box_inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section-hero_banner .content_box_inner .heading {
  font-size: 27px;
  letter-spacing: 5.4px;
  color: #F7EBDF;
  text-transform: uppercase;
  text-align: center;
}
.section-hero_banner .content_box_inner .img-warp {
  max-width: 632px;
}
.section-hero_banner .content_box_inner .img-warp img {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-hero_banner .bg_img img {
    object-position: 50% -50px;
  }
}
@media (max-width: 991px) {
  .section-hero_banner .content {
    padding-top: 120px;
  }
  .section-hero_banner .content_box_inner .heading {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.sec_wake_forest_new {
  position: relative;
  overflow-x: clip;
}
.sec_wake_forest_new .bg_img:before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4588235294) 0%, rgba(4, 17, 27, 0) 100%);
}
.sec_wake_forest_new .bg_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_wake_forest_new .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_wake_forest_new:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(4, 17, 27, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.sec_wake_forest_new .inner-content {
  position: relative;
  z-index: 1;
}
.sec_wake_forest_new .inner-content .facilities {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.sec_wake_forest_new .inner-content .facilities ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  color: #FFFFFF;
  letter-spacing: 1.44px;
  font-size: 18px;
  text-transform: uppercase;
}
.sec_wake_forest_new .inner-content .facilities ul .big-heading {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
}
.sec_wake_forest_new .inner-content .wake_forest_heading {
  margin-top: 97px;
}
.sec_wake_forest_new .inner-content .wake_forest_heading .heading {
  text-align: center;
  --ls: 31.5px;
  letter-spacing: var(--ls);
  text-indent: var(--ls);
  color: #FFFFFF;
  text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.6509803922);
  text-transform: uppercase;
  opacity: 1;
  font-size: 70px;
  line-height: 1;
}
.sec_wake_forest_new .winner_logo-wrap {
  margin-top: 70px;
  max-width: 557px;
  margin-left: auto;
  background: #171721;
  padding: 30px 30px 30px 50px;
  border-radius: 60px 0px 0px 60px;
}
.sec_wake_forest_new .winner_logo-wrap img {
  max-height: 200px;
}
.sec_wake_forest_new .winner_logo-wrap-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.sec_wake_forest_new .wake_forest_bottom_info {
  margin-top: 222px;
}
.sec_wake_forest_new .wake_forest_bottom_info .number {
  letter-spacing: 18.45px;
  color: #FFFFFF;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6549019608);
  text-align: center;
  font-size: 246px;
  font-family: "Evil Empire", sans-serif;
  line-height: 1;
}
.sec_wake_forest_new .wake_forest_bottom_info .heading {
  text-align: center;
  --ls: 7.65px;
  letter-spacing: var(--ls);
  text-indent: var(--ls);
  color: #FFFFFF;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6509803922);
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
}
.sec_wake_forest_new .label_wrap {
  position: absolute;
  bottom: -56px;
  left: 0;
  z-index: 1;
}
.sec_wake_forest_new .label_wrap .label {
  background: url("/wp-content/uploads/2026/08/Mask-Group-3576.svg");
  background-size: 100% auto;
  background-position: right center;
  padding: 50px 50px 50px 20px;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background-repeat: no-repeat;
  font-family: "Evil Empire", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1440px) {
  .sec_wake_forest_new .inner-content .wake_forest_heading {
    margin-top: 80px;
  }
  .sec_wake_forest_new .inner-content .wake_forest_heading .heading {
    font-size: 60px;
  }
  .sec_wake_forest_new .winner_logo-wrap {
    max-width: 500px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .number {
    font-size: 200px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .heading {
    font-size: 50px;
  }
  .sec_wake_forest_new .label_wrap .label {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .sec_wake_forest_new .inner-content .wake_forest_heading {
    margin-top: 50px;
  }
  .sec_wake_forest_new .inner-content .wake_forest_heading .heading {
    font-size: 50px;
  }
  .sec_wake_forest_new .winner_logo-wrap {
    max-width: 400px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .number {
    font-size: 150px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .heading {
    font-size: 40px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info {
    margin-top: 180px;
  }
  .sec_wake_forest_new .label_wrap .label {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sec_wake_forest_new .inner-content .wake_forest_heading {
    margin-top: 50px;
  }
  .sec_wake_forest_new .inner-content .wake_forest_heading .heading {
    font-size: 40px;
  }
  .sec_wake_forest_new .inner-content .facilities {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .sec_wake_forest_new .inner-content .facilities ul {
    grid-row-start: 2;
  }
  .sec_wake_forest_new .inner-content .facilities ul:has(.big-heading) {
    width: 100%;
    text-align: center;
    order: -1;
    grid-column: span 2/span 2;
    grid-row-start: 1;
  }
  .sec_wake_forest_new .inner-content .facilities ul .big-heading {
    font-size: 24px;
  }
  .sec_wake_forest_new .winner_logo-wrap {
    max-width: 400px;
  }
  .sec_wake_forest_new .winner_logo-wrap img {
    max-height: 200px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .number {
    font-size: 150px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .heading {
    font-size: 40px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info {
    margin-top: 150px;
  }
  .sec_wake_forest_new .label_wrap .label {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sec_wake_forest_new .inner-content .wake_forest_heading .heading {
    --ls: 8px;
    letter-spacing: var(--ls);
    text-indent: var(--ls);
  }
  .sec_wake_forest_new .inner-content .wake_forest_heading {
    margin-top: 30px;
  }
  .sec_wake_forest_new .inner-content .facilities ul {
    font-size: 16px;
  }
  .sec_wake_forest_new .winner_logo-wrap {
    max-width: 40%;
    border-radius: 20px 0 0 20px;
    padding: 20px;
    margin-top: 40px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .number {
    font-size: 80px;
  }
  .sec_wake_forest_new .wake_forest_bottom_info .heading {
    font-size: 24px;
    margin-top: 20px;
  }
  .sec_wake_forest_new .label_wrap .label {
    font-size: 20px;
  }
}
.sec_wake_forest_new > .container {
  padding-top: 68px;
  padding-bottom: 118px;
  min-height: 100vh;
}
.sec_wake_forest_new .container > .row {
  height: 100%;
}
.sec_wake_forest_new .container > .row > .col {
  height: 100%;
}
.sec_wake_forest_new .container > .row > .col > .inner-content {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.sec_wake_forest_new .winner_logo-wrap-full {
  margin-top: auto;
}

.sec_built_home {
  background: #171721;
  padding-top: 55px;
  padding-bottom: 180px;
}
.sec_built_home .heading-wrap .heading {
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 49px;
  line-height: 1;
  letter-spacing: 0px;
  color: #F4F0EC;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 45px;
  flex-flow: wrap;
}
.sec_built_home .heading-wrap .heading span {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  vertical-align: middle;
}
.sec_built_home .dec_wrap {
  max-width: 740px;
  margin: 0 auto;
  letter-spacing: 0px;
  color: #F7EBDF;
  text-align: center;
  font-size: 18px;
}
.sec_built_home .dec_wrap * {
  letter-spacing: 0px;
  color: #F7EBDF;
  text-align: center;
  font-size: 18px;
}
.sec_built_home .sub_heading_wrap {
  margin: 30px 0;
}
.sec_built_home .sub_heading_wrap .sub_heading {
  text-align: center;
  letter-spacing: 0px;
  color: #CC9E49;
  font-weight: 200;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
}
.sec_built_home .box-wrap {
  display: flex;
  justify-content: center;
  gap: 113px;
  margin-top: 30px;
  flex-flow: wrap;
}
.sec_built_home .box-wrap .item {
  display: flex;
  flex-flow: wrap;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  align-items: center;
  color: #fff;
  max-width: 259px;
  padding: 10px;
  gap: 16px;
  flex: 1 1 259px;
}
.sec_built_home .box-wrap .item .text {
  letter-spacing: 2.6px;
  color: #F7EBDF;
  text-transform: uppercase;
  flex: 1;
  font-size: 24px;
  font-family: "Evil Empire", sans-serif;
}
.sec_built_home .box-wrap .item .icon {
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_built_home .box-wrap .item .icon img {
  width: 58px;
  height: 100%;
  object-fit: contain;
}
.sec_built_home .box-wrap .item:first-child .icon img {
  width: 74px;
}

@media (max-width: 1440px) {
  .sec_built_home .box-wrap {
    gap: 80px;
  }
  .sec_built_home {
    padding-bottom: 150px;
  }
}
@media (max-width: 1280px) {
  .sec_built_home .box-wrap {
    gap: 60px;
  }
  .sec_built_home {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .sec_built_home .box-wrap {
    gap: 40px;
  }
  .sec_built_home {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .box-wrap {
    gap: 20px;
  }
  .sec_built_home .heading-wrap .heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec_built_home .heading-wrap .heading span {
    font-size: 20px;
  }
  .sec_built_home .dec_wrap {
    font-size: 16px;
  }
  .sec_built_home .dec_wrap * {
    font-size: 16px;
  }
}
.location_heading .location_bg {
  max-width: 550px;
  background-image: url(/wp-content/uploads/2026/08/tktyellow.png);
  padding: 20px 70px;
  text-align: center;
  color: #ffffff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 152px;
  clip-path: none;
  background-color: transparent;
  width: 100%;
}
.location_heading .osw_60 {
  font-size: 50px;
  font-family: "Evil Empire", sans-serif;
}
.location_heading {
  top: -75px;
}

@media (max-width: 1280px) {
  .location_heading .osw_60 {
    font-size: 40px;
  }
  .location_heading .location_bg {
    min-height: 100px;
    max-width: 320px;
  }
  .location_heading {
    top: -50px;
  }
}
@media (max-width: 991px) {
  .location_heading .osw_60 {
    font-size: 30px;
  }
  .location_heading .location_bg {
    min-height: 80px;
    max-width: 300px;
  }
  .location_heading {
    top: -40px;
  }
}/*# sourceMappingURL=custom-theme2.css.map */