@charset "UTF-8";
.bricks-search-overlay.show .bricks-search-inner {
  gap: 16px;
}
.bricks-search-overlay.show .close {
  font-size: 32px;
  background-color: #fff !important;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  top: 30px;
}

@media (max-width: 1024.99px) {
  header nav #brxe-yhganm {
    position: fixed;
    right: -100%;
    top: var(--wp-admin--admin-bar--height, 0);
    bottom: unset;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: 100%;
    max-width: 450px;
    min-width: 400px;
    left: unset;
    padding-top: 10%;
    padding-right: 40px;
    padding-left: 40px;
    z-index: 9999;
    transition: all 0.4s ease-in-out;
  }
}
header nav#brxe-uopxpv.brx-open #brxe-yhganm {
  right: 0;
}

.about-counter-wrapper .counter-wrap {
  background-color: transparent;
  border: none;
  text-align: center;
}

.flip-card {
  perspective: 1000px;
}
.flip-card .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.flip-back {
  transform: rotateY(180deg);
}

.toc-list .toc-list-item {
  margin-bottom: 10px;
}
.toc-list .toc-list-item:hover, .toc-list .toc-list-item.is-active-li {
  background-color: rgba(215, 25, 33, 0.0509803922);
}

.design-guideline-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.design-guideline-list li .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
}
.design-guideline-list li .description ul {
  padding-top: 20px;
  padding-left: 0;
}
.design-guideline-list li .description ul li {
  padding-left: 40px;
  position: relative;
}
.design-guideline-list li .description ul li:after {
  content: "•";
  position: absolute;
  left: 20px;
  font-size: 24px;
  line-height: 28px;
  top: -2px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1E1E1E;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.contact-form-wrapper textarea {
  height: 120px;
  resize: none;
}

.follow-us p {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #DCDCDC;
  padding: 23px 16px;
  border-radius: 10px;
}
.follow-us i {
  filter: brightness(0.5);
}
@media (max-width: 767px) {
  .follow-us.desktop {
    display: none;
  }
}
.follow-us.mobile {
  display: none;
}
@media (max-width: 767px) {
  .follow-us.mobile {
    display: block;
  }
}

.linkedin-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.submit-btn {
  margin-top: 20px;
}
.submit-btn input {
  background: #e60023;
  color: white;
  border: none;
  padding: 12px 28px;
  padding-right: 55px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  width: auto;
}

.brxe-filter-search i.icon {
  right: 20px;
  background: #fff;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  margin: 0;
}

input:hover, input:focus {
  outline: none !important;
}

@media (max-width: 1024.99px) {
  header .topbar-header {
    background-color: #600004;
    background-image: none !important;
  }
}
@media (max-width: 1024.99px) {
  header .topbar-logo {
    display: none;
  }
}

.bricks-search-overlay.show .bricks-search-inner {
  gap: 16px;
}
.bricks-search-overlay.show .close {
  font-size: 32px;
  background-color: #fff !important;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  top: 30px;
}

.tab-menu {
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 991.99px) {
  .tab-menu .tab-title {
    width: -moz-fit-content !important;
    width: fit-content !important;
    white-space: nowrap;
  }
}

.mobile-request-btn {
  display: none !important;
}
@media (max-width: 1024.99px) {
  .mobile-request-btn {
    display: inline-block !important;
  }
}

.desktop-request-btn {
  display: inline-block !important;
}
@media (max-width: 1024.99px) {
  .desktop-request-btn {
    display: none !important;
  }
}

.mobile-search {
  display: none !important;
}
@media (max-width: 1024.99px) {
  .mobile-search {
    display: block !important;
  }
}

.desktop-search {
  display: block !important;
}
@media (max-width: 1024.99px) {
  .desktop-search {
    display: none !important;
  }
}

.showcase-filter-wrapper {
  gap: 30px;
  border-bottom: 1px solid rgba(0, 53, 102, 0.5019607843);
  flex-wrap: nowrap;
  overflow: auto;
}
.showcase-filter-wrapper li span {
  padding: 20px 10px;
  font-size: 24px;
  color: #1E1E1E;
  font-weight: 600;
}
.showcase-filter-wrapper li.brx-option-active {
  border-bottom: 3px solid #D71921;
  background-color: rgba(215, 25, 33, 0.0509803922);
}
.showcase-filter-wrapper li label {
  white-space: nowrap;
}

.showcase-wrapper .card-description p {
  font-size: 18px;
  font-weight: 400;
  color: #1E1E1E;
}
.showcase-wrapper .card-description p strong {
  font-weight: 700;
}
.showcase-wrapper .showcase-tag:has(a) {
  background: url(../images/tag-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 120px;
  width: 120px;
  position: absolute;
  top: -2px;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.showcase-wrapper .showcase-tag:has(a) a {
  color: #fff;
  transform: translateY(-16px) translateX(-10px) rotate(314deg);
}
.showcase-wrapper .showcase-tag .brxe-text-basic {
  transform: translateY(-16px) translateX(-10px) rotate(314deg);
}

.content-wrap-icon.crown-icon-list ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -25px;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background: url(../images/crown.svg);
}

.career-form-wrapper .file .choose-files {
  position: relative;
}
.career-form-wrapper .file .choose-files::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  left: 47%;
  background: url(../images/drive_folder_upload.svg);
  background-size: 100%;
}

.custom-fraction {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 24px;
  color: #1E1E1E;
  position: absolute;
  bottom: -69px;
  right: 64px;
}/*# sourceMappingURL=style.css.map */