@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Ryker';
  src: url('./assets/fonts/ryker/rykertext-bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
:not(.home).page-template-default.page header .main-header-bar,
.wp-singular.post-template-default.single.single-post .ast-primary-header-bar,
.archive.category .ast-primary-header-bar {
  background-color: #002c34 !important;
}
html,
html.lenis,
html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
header.entry-header.ast-header-without-markup {
  display: none !important;
}


body {
  font-family: 'Montserrat', sans-serif;
}

.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.white-text * {
  color: #ffffff;
}

.ast-builder-menu-1 .menu-item > .menu-link {
  color: #fff;
  position: relative;
  line-height: 35px !important;
}
.ast-builder-menu-1 .menu-item > .menu-link:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  z-index: 1;
  transition: all 0.35s;
}
.ast-builder-menu-1 .menu-item > .menu-link:hover:before {
  width: 100%;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-bg-white strong {
  color: #00464e;
}

/**** NAVIGATION BAR ****/

.site-header {
  transition: all 0.3s ease-in-out;
  position: sticky !important;
  top: 0;
}

.site-header nav .main-navigation ul {
  gap: 40px;
}
.site-header nav .main-navigation ul li a {
  padding: 0;
}

.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,
.ast-theme-transparent-header.ast-header-break-point
  #ast-mobile-header
  > .ast-main-header-wrap
  > .main-header-bar {
  background-color: #00464e;
}
.elementor-button {
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.elementor-button:before,
.elementor-button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  z-index: 1;
  transition: all 0.35s;
}

.elementor-button > span {
  position: relative;
  z-index: 2;
}

.elementor-button:before {
  opacity: 0.5;
}

.elementor-button:after {
  transition-delay: 0.2s;
}

.elementor-button:hover:before,
.elementor-button:hover:after {
  top: 0;
}
.elementor-button:hover {
  border-color: transparent !important;
}
.elementor-button:hover span span {
  font-weight: bold !important;
}
.homepage-hero__banner .elementor-button:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

.elementor-button-text {
  font-family: 'Montserrat', sans-serif !important;
}

.homepage-hero__banner-two .elementor-button:hover {
  border-color: transparent !important;
}

.elementor-button:hover * {
  color: #00464e;
}
.homepage-hero__banner * {
  color: #fff;
}

.elementor-button-text {
  font-weight: 600 !important;
}

.homepage-hero__banner-two * {
  color: #fff;
}
.homepage-hero__banner .elementor-button,
.h-bg-white .elementor-button,
.homepage-hero__banner-two .elementor-button,
.hero-button a,
.contact-page__content .elementor-button {
  border-color: #01ab6f !important;
  border-width: 2px !important;
}

.h-bg-white .elementor-button {
  color: #01ab6f;
}

.contact-page__content .elementor-button {
  color: #fff;
}

.highlighted h1 strong,
.highlighted h2 strong,
.highlighted h3 strong,
.highlighted h4 strong,
.highlighted h5 strong,
.highlighted h6 strong,
.highlighted p strong,
.higlighted-strong {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 5s ease infinite;
  /*display: inline-block;*/
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/*** Homepage Banner ****/

.homepage-hero__banner h1 {
  font-family: 'Ryker', sans-serif;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: 0;
}
.homepage-hero__banner h3 {
  font-size: 27px;
  line-height: 40px;
  letter-spacing: -0.68px;
  font-family: 'Montserrat', sans-serif;
}

.homepage-hero__banner-two h1 {
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0;
  font-family: 'Ryker', sans-serif;
}

.homepage-hero__banner-two h3 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.63px;
  font-family: 'Montserrat', sans-serif;
}

.homepage-hero__banner p,
.homepage-hero__banner-two p {
  font-size: 22px;
  line-height: 50px;
  letter-spacing: -0.55px;
  margin: 0;
}

body .homepage-hero__banner .elementor-button,
body .homepage-hero__banner-two .elementor-button,
.hero-button a {
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu,
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
  .ast-theme-transparent-header
    [CLASS*='ast-builder-menu-']
    .main-header-menu
    .menu-item
    > .menu-link,
  .ast-theme-transparent-header .ast-masthead-custom-menu-items,
  .ast-theme-transparent-header .ast-masthead-custom-menu-items a,
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,
  .ast-theme-transparent-header .main-header-menu .menu-link {
    font-family: 'Ryker', sans-serif;
    background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    animation: gradientMove 5s ease infinite;
    border: none;
    text-align: center;
    font-size: 32px;
  }
  .ast-header-break-point .main-navigation .stack-on-mobile li {
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .homepage-hero__banner h1,
  .homepage-hero__banner-two h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .homepage-hero__banner h3,
  .homepage-hero__banner-two h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .homepage-hero__banner p,
  .homepage-hero__banner-two p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Pinned sections */

/* panels  */

.panel-bg-dark-green {
  background-color: #002c34;
}

.panel-bg-dark-green > div {
  width: 100%;
}

.panel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  box-sizing: border-box;
  z-index: 1;
  margin: auto;
  gap: 0 !important;
}

@media screen and (min-width: 1200px) {
  .panel {
    padding-bottom: 15vh;
  }
}
.panel-height {
  height: auto;
  min-height: 50vh;
}

.panel.description {
  text-align: center;
}

.panel h2 {
  font-family: 'Ryker', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 41px;
}

.panel.description {
  text-align: center;
}

.panel h1 {
  color: inherit;
}

.home-story__content p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.45px;
}

@media screen and (max-width: 767px) {
  .panel {
    min-height: 80vh;
  }
}

.srfm-single-form.srfm-success-box.in-page.srfm-active h2 {
  font-family: 'Ryker', sans-serif;
}

.srfm-single-form.srfm-success-box.in-page.srfm-active p {
  font-family: 'Montserrat', sans-serif;
}
/**** Hovered list ****/

.homepage-success h2 {
  font-family: 'Ryker', sans-serif;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0;
  font-weight: bold;
}
.homepage-success h2 span {
  font-family: 'Montserrat', sans-serif;
}

.hovered-list > div > div {
  width: 100%;
}

.hover-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  opacity: 0;
  transform: translateY(0);
  transition:
    transform 0.28s ease,
    height 0.28s ease,
    opacity 0.18s ease;
  z-index: 0;
}

.programs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.program {
  padding: 24px 12px;
}

.program div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  text-decoration: none;
  color: #111;
  border-radius: 12px;
  transition: all 0.3s ease;
  justify-content: space-between;
}

.program__title {
  font-weight: 600;
  width: 40%;
  font-size: 35px;
  line-height: 55px;
  color: #fff;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  font-family: 'Ryker', sans-serif;
}

.program__excerpt {
  flex: 1;
  width: 60%;
  font-size: 18px;
  letter-spacing: -0.45px;
  line-height: 25px;
  color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
  z-index: 2;
  position: relative;
}

.program__arrow {
  transition: transform 0.3s ease;
}

/* blur y fade cuando estás dentro del UL */
.programs.is-hovering .program {
  opacity: 0.35;
  filter: blur(1px);
  transition:
    opacity 0.25s ease,
    filter 0.25s ease;
}

/* el activo se mantiene limpio */
.programs.is-hovering .program.is-active {
  opacity: 1;
  filter: none;
}
.programs.is-hovering .program.is-active div h3 {
  color: #002c34;
  padding-left: 24px;
}

/* texto blanco SOLO en el activo (ya que el fondo ahora es el indicador) */
.programs.is-hovering .program.is-active div {
  color: #fff;
}

.programs.is-hovering .program.is-active .program__excerpt {
  color: #002c34;
}

.bizcore-text p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding: 0 24px;
}

/*
.programs:hover .program {
  opacity: .35;
  filter: blur(1px);
  transition: opacity .3s ease, filter .3s ease;
}


.programs .program.is-active {
  opacity: 1;
  filter: none;
}


.programs .program.is-active div {
  background: linear-gradient(45deg, #00B1A6, #01AB6F 100%);
  color: #fff;
}

.programs .program.is-active div h3 {
  color: #002c34;
  padding-left: 24px;
}

.programs .program.is-active .program__excerpt {
  opacity: .85;
}

.programs .program.is-active .program__arrow {
  transform: translateX(4px);
}
*/

@media (max-width: 767px) {
  .program div {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .program__excerpt {
    font-size: 16px;
  }

  .program__title {
    background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradientMove 5s ease infinite;
  }

  .program__title,
  .program__excerpt {
    width: 100%;
    margin: 0;
  }
  .program {
    padding: 0 12px;
  }
}

.item-border {
  height: 6px;
  width: 100%;
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
}

.steps-item {
  color: #fff;
  gap: 0;
  padding: 0;
}

.step-number {
  margin: 30px 0;
}

.steps-item span {
  font-size: 65px;
  line-height: 55px;
  letter-spacing: -1.3px;
  color: #fff;
  font-weight: 600;
}

.steps-heading p {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  padding-right: 0;
  color: #fff;
  font-family: 'Ryker', sans-serif;
}
.steps-heading p span {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.steps-item p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.45px;
}

.long-item {
  color: #002c34;
  padding: 16px 24px;
  background: rgb(0, 177, 166);
  border-radius: 100px;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .long-item {
    border-radius: 0;
  }
  .steps-heading p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .steps-item .item-border {
    width: 25%;
  }
  .long-item {
    border-radius: 0;
    font-size: 18px;
    padding: 16px;
  }
  .steps-item span {
    margin-bottom: 16px !important;
    display: block;
  }
  .step-number {
    margin: 20px 0;
  }
}
/*** U WORD ***/

.u-word {
  position: relative;
  font-weight: 800;
  display: inline-block;
  z-index: 0;
}

/* underline */
.u-word::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.12em;
  height: 0.22em;
  width: 0;
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  z-index: -1;
  transition: width 800ms ease;
}

.u-word.is-visible::after {
  width: 100%;
}

.container {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.spacer {
  width: 100%;
  height: 5vh;
}

.arch {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}
.arch__info .elementor-button-text {
  font-size: 18px;
  line-height: 24px;
}

/* LEFT */
.arch__left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.arch__left .arch__info {
  max-width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  justify-content: flex-start;
}

.arch__left .arch__info h2.header {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.84px;
}

.arch__left .arch__info p.desc {
  color: rgba(18, 18, 18, 0.8);
  font-size: 18px;
  letter-spacing: -0.54px;
  margin-block: 6px 28px;
  line-height: normal;
}

.arch__left .arch__info .header {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 5s ease infinite;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0;
  margin-bottom: 45px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif !important;
}

.arch__left .arch__info .desc {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.arch__left .arch__info .desc ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding-left: 24px;
}
.arch__left .arch__info .desc ul li {
  font-size: 18px;
  line-height: 40px;
}
.arch__left .arch__info a.link {
  text-decoration: none;
  padding: 16px 18px;
  color: inherit;
  border-radius: 40px;
  display: inline-flex;
  gap: 4px;
  width: fit-content;
  align-items: center;
}

/* RIGHT */
.arch__right {
  flex-shrink: 1;
  height: 100vh;
  width: 50%;
  max-width: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.arch__right .img-wrapper,
.arch__right .img-wrapper-two {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.arch__right .img-wrapper img,
.arch__right .img-wrapper-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* responsive */
@media (max-width: 900px) {
  .arch {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .arch {
    flex-direction: column;
    gap: 20px;
  }

  .arch__left,
  .arch__right {
    display: contents;
  }

  .arch__right {
    height: auto;
    max-width: 100%;
  }

  .arch__right .img-wrapper,
  .arch__right .img-wrapper-two {
    position: static;
    transform: none;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .arch__left .arch__info {
    height: auto;
    padding: 20px 0;
  }
  .arch__left .arch__info .header {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .ast-mobile-header-wrap .ast-mobile-header-content,
  .ast-flex.stack-on-mobile {
    background-color: #002c34 !important;
    color: #fff;
  }
}

@media (max-width: 560px) {
  .arch {
    gap: 12px;
  }

  .container {
    padding: 0;
  }

  .arch__right .img-wrapper,
  .arch__right .img-wrapper-two {
    border-radius: 10px;
    height: auto;
  }
}

.portfolio-subheading {
  font-size: 20px;
  line-height: 40px;
}

.portfolio-heading h3 {
  font-size: 40px;
  line-height: 55px;
  font-family: 'Ryker', sans-serif;
}

.portfolio-container .elementor-button {
  color: #fff;
  border-color: #01ab6f !important;
  border-width: 2px !important;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.45px;
  padding: 14px 36px !important;
}

.portfolio-container {
  overflow: hidden;
}

.swiper-pagination-bullet {
  width: 40px !important;
  height: 4px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  overflow: hidden;
  position: relative;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  transform-origin: left;
}

.swiper-pagination-bullet::after {
  transform: scaleX(var(--p, 0));
}

.swiper-pagination-bullet-active::after {
  animation: progress 4s linear forwards;
}

@keyframes progress {
  to {
    transform: scaleX(1);
  }
}

.portfolio-images-page .wrapper {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  gap: 20px;
  padding: 20px 48px;
  max-width: 1366px;
  margin: 0 auto;
}

.portfolio-images-page .wrapper img {
  aspect-ratio: 3 / 4;
}

.fit-cover {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.fit-cover.middle-center {
  background-position: 50% 50%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
#carousel_1 .swiper-wrapper {
  align-items: flex-end;
}
#carousel_1 img {
  border-radius: 40px;
}

.carousel {
  --swiper-column-gap: var(--spacing);
  --swiper-column-gap-md-down: calc(var(--spacing) * 0.5);
  --swiper-slides-perview: 2.25;
  --swiper-slides-perview-md-down: 1.05;
  --swiper-col-width: calc(1 / var(--swiper-slides-perview));
  --swiper-col-width-md-down: calc(1 / var(--swiper-slides-perview-md-down));
  --swiper-navigation-color: var(--light-color-darker);
  --swiper-navigation-bg-color: var(--dark-color-darker-translucent);
  --swiper-pagination-color: var(--dark-color-lighter);
  --swiper-pagination-active-color: var(--light-color-darker);
  --media-aspect-ratio: 8 / 5;
  --media-aspect-ratio-md-down: 4 / 3;
  display: block;
  position: relative;
}

.carousel + .carousel {
  margin-top: calc(var(--spacing) * 2);
}

[data-scrub] {
  --pin-spacer-bg-color: var(--bg-color);
}

.text-before {
  display: block;
  margin-left: var(--swiper-text-before-margin-left, 0);
  max-width: var(--swiper-text-before-width, 100%);
  padding: 0 var(--spacing) calc(var(--spacing) * 1.5) 0;
  position: relative;
  width: 100%;
}

.swiper-column-gap,
.text-before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.swiper-column-gap {
  border: 0;
  height: 0.0625rem;
  margin: -0.0625rem calc(-1 * var(--swiper-column-gap));
  overflow-x: clip;
  overflow-y: clip;
  padding: 0;
  position: absolute;
  width: var(--swiper-column-gap);
}

.swiper-slide {
  height: none;
  height: auto;
  min-width: 0;
  position: relative;
}

.swiper-slide.no-interaction {
  width: 340px;
}

.card {
  background: var(--dark-color-darker);
}

.card {
  display: block;
  height: 100%;
  perspective: 100vw;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  position: relative;
  transition: all 400ms ease;
  width: 100%;
}
.media-container {
  transition: all 400ms ease;
}

@media screen and (min-width: 768px) {
  .card:hover .media-container {
    transform: rotateX(-20deg);
    box-shadow: 0px 10vw 9vw -6vw rgba(0, 0, 0, 0.5);
    scale: 1.1;
  }
  #carousel_1 .swiper-slide:nth-child(3n + 1) img {
    aspect-ratio: 2/3;
  }

  #carousel_1 .swiper-slide:nth-child(3n + 2) img {
    aspect-ratio: 3/4;
  }

  #carousel_1 .swiper-slide:nth-child(3n + 3) img {
    aspect-ratio: 5/6;
  }
}

@media screen and (max-width: 767px) {
  #carousel_1 .swiper-slide img {
    aspect-ratio: 5/6;
  }

  .portfolio-images-page .wrapper {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.no-interaction {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.swiper-navigation-container {
  display: block;
  height: var(--swiper-navigation-height, 100%);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.swiper-navigation-wrapper {
  display: grid;
  height: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.swiper-pagination-container {
  display: block;
  pointer-events: none;
  position: relative;
}

.swiper-pagination-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: relative;
}

.swiper-pagination {
  pointer-events: auto;
  position: relative;
}

:is(#carousel_1, #carousel_2, #carousel_3) {
  --max-wrapper-size: 75rem;
}

#carousel_1 {
  --media-aspect-ratio: 1/1;
  background: var(--dark-color-darker);
  padding-block: calc(var(--spacing) * 1.5);
}

#carousel_1 .card-text {
  background: #000;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

@media (max-width: 767px) {
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
    position: relative;
    margin-top: 40px;
  }

  .portfolio-heading h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .card:hover .media-container {
    transform: none;
    scale: 1;
  }
}

.resources-layer {
  bottom: 0;
  display: block;
  position: fixed;
  right: 0;
  z-index: 1000;
}

.resources {
  display: grid;
  font-family: 'Montserrat' sans-serif;
  font-size: 0.6875rem;
  font-weight: 300;
  grid-auto-flow: column;
  line-height: 1.3;
  padding: 0.5rem;
  pointer-events: auto;
}

.resources a {
  align-content: center;
  display: grid;
  justify-content: center;
  padding: 0 0.5rem;
  place-content: center;
  transition: color 0.2s ease-in-out;
}

.resources a,
.resources a:visited {
  color: var(--resources-color);
}

.resources a:active,
.resources a:focus-visible {
  color: var(--resources-active-color);
}

.resources a:focus-visible {
  outline: none;
}

.resources a:not(:first-child) {
  border-inline-start: thin solid currentColor;
}

@media (max-width: 51.29875em) {
  .media-container {
    aspect-ratio: var(--media-aspect-ratio-md-down);
  }

  .text-before {
    margin-left: 0;
    max-width: 100%;
    padding: 0 calc(var(--spacing) * 0.5) calc(var(--spacing) * 1.5);
  }

  .swiper-column-gap {
    margin: -0.0625rem calc(-1 * var(--swiper-column-gap-md-down));
    width: var(--swiper-column-gap-md-down);
  }

  .swiper-slide {
    width: calc(
      (100% - var(--swiper-column-gap-md-down) * (var(--swiper-slides-perview-md-down) + 1)) *
        var(--swiper-col-width-md-down)
    );
  }

  .card-text {
    padding: var(--spacing) calc(var(--spacing) * 0.5);
  }
}

/*** package ****/
.package-hero h1 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  padding: 0px 215px;
  font-family: 'Ryker', sans-serif;
}

.package-hero h1 span {
  font-family: 'Montserrat', sans-serif;
}

.package-hero h1 .higlighted-strong {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-item__container * {
  color: #fff;
}

.underline-strong {
  position: relative;
  display: inline-block;
}

.underline-strong::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
}

.package-item__container .hero-button,
.container.packages-images .hero-button {
  margin: 30px 0 0 0;
}

.package-item__container h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  margin: 0 0 38px 0;
  font-family: 'Ryker', sans-serif;
}
.package-item__container .elementor-widget-container,
.package-item__container p,
.package-item__container ul li {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.45px;
}
.container.packages-images .arch__left .arch__info .desc,
.container.packages-images .arch__left .arch__info .desc p,
.container.packages-images .arch__left .arch__info .desc li {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.45px;
}
.container.packages-images .arch__left .arch__info .desc ul {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
/*
.square-button a {
  border-radius: 0 !important;
}*/

.container.packages-images .header-packages {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  margin: 0 0 38px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.container.packages-images .header-packages strong {
  font-family: 'Ryker', sans-serif;
}

.container.packages-images .arch {
  max-width: 100%;
  gap: 75px;
}

.container.packages-images .arch__right {
  width: 429px;
}

.container.packages-images .arch__left {
  width: 562px;
}

.elementor-button-wrapper.hero-button a {
  background-color: transparent;
  border: 2px solid;
}

@media screen and (max-width: 767px) {
  .package-hero h1 {
    font-size: 32px;
    line-height: 45px;
    padding: 0;
  }

  .package-item__container h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .container.packages-images .header-packages {
    font-size: 32px;
  }

  .container.packages-images .arch {
    flex-direction: column;
    gap: 20px;
  }

  .container.packages-images .arch__right,
  .container.packages-images .arch__left {
    width: 100%;
  }

  .container.packages-images .arch__left .arch__info .desc,
  .container.packages-images .arch__left .arch__info .desc p,
  .container.packages-images .arch__left .arch__info .desc li {
    font-size: 16px;
    line-height: 28px;
  }
}

/* ===========================
   FAQ Accordion
   =========================== */

.faq {
  margin: 0 auto;
  color: #fff;
}

.faq__title {
  text-align: center;
  font-family: 'Ryker', sans-serif;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 42px;
}

.faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
  transition: all 300ms ease;
}
.faq__item:hover {
  padding: 0 12px;
  border-radius: 50px;
}

.faq__item.is-open {
  border-radius: 0;
}

.faq__question {
  width: 100%;
  background: transparent;
  border: 0;
  color: inherit;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.faq__list {
  position: relative;
}

.faq__list .hover-indicator {
  border-radius: 50px;
}

.faq__question:focus {
  outline: none;
}

.faq__question:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 6px;
  border-radius: 8px;
}

.faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: transform 0.25s ease;
  flex: 0 0 auto;
}

.faq__item.is-open .faq__icon {
  transform: rotate(180deg);
}

/* Answer wrapper (animated height) */
.faq__answer {
  height: 0;
  overflow: hidden;
  will-change: height;
}

.faq__answer-inner {
  padding: 0 0 18px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 16px;
    line-height: 28px;
  }
  .faq__answer-inner {
    font-size: 14px;
    line-height: 24px;
  }
}

/***** Contact page *****/

.form-contact-custom label,
.form-contact-custom legend,
.form-contact-custom label span {
  color: #fff !important;
}

.form-contact-custom label,
.form-contact-custom legend {
  font-size: 18px !important;
  line-height: 25px !important;
  letter-spacing: -0.45px;
}

.form-contact-custom input {
  border-color: #fff !important;
  height: 47px !important;
}

.form-contact-custom .srfm-multi-choice-single .srfm-block-content-wrap {
  max-width: 250px;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.form-contact-custom .srfm-option-container {
  order: 2;
  width: auto;
}
.form-contact-custom svg path {
  stroke: #fff !important;
}

.srfm-single-form.srfm-success-box.in-page.srfm-active * {
  color: #fff;
}

#srfm-submit-btn {
  background-color: #01ab6f;
  max-width: 250px;
  border-radius: 22px;
  padding: 16px 12px;
  min-width: 205px;
}

#srfm-submit-btn:hover div {
  color: #002c34;
}

#srfm-submit-btn {
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.srfm-form-container .srfm-custom-button-ctn.srfm-block {
  justify-content: flex-start;
  width: fit-content;
  flex-direction: row;
  align-items: center;
}

#srfm-submit-btn:before,
#srfm-submit-btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  z-index: 1;
  transition: all 0.35s;
}

#srfm-submit-btn > div {
  position: relative;
  z-index: 2;
}

#srfm-submit-btn:before {
  opacity: 0.5;
}

#srfm-submit-btn:after {
  transition-delay: 0.2s;
}

#srfm-submit-btn:hover:before,
#srfm-submit-btn:hover:after {
  top: 0;
}
#srfm-submit-btn:hover {
  border-color: transparent !important;
}

.whatsapp-button {
  margin-left: 35px;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: -0.45px;
  color: #fff;
  border-radius: 22px;
  border: 2px solid #01ab6f;
  background: transparent;
  min-width: 297px;
}
.whatsapp-button:hover {
  color: #002c34 !important;
}

.contact-header h1 {
  font-family: 'Ryker', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

.contact-page__content p,
.contact-page__content h3,
.contact-page__content {
  color: #fff;
}

/**** Footer ***/

.site-above-footer-wrap.ast-builder-grid-row-container {
  padding: 36px 0 0 0;
}

.site-footer-primary-section-3 > aside > section:first-child {
  display: none;
}

.site-footer-primary-section-3 > aside > section:nth-child(2) {
  margin: 0;
}

.site-footer-primary-section-3 h6 {
  font-size: 15px;
  line-height: 30px;
}

.site-footer-primary-section-3 p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.35px;
  font-weight: 400;
  color: #fff;
}

.site-footer .menu-link {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

.site-footer .site-footer-primary-section-2 p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.35px;
  font-weight: 400;
}

.site-footer-primary-section-4 p {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
}

.site-below-footer-wrap .ast-builder-grid-row-container-inner {
  max-width: 100%;
  margin: auto;
  border-top: 1px solid #fff;
  width: calc(100% - 80px);
}
.site-footer {
  background-color: #002c34 !important;
}

.site-below-footer-wrap.ast-builder-grid-row-container {
  max-width: 1280px;
  margin: auto;
}

.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-html-element a {
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  font-weight: 600;
}

.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-html-element p {
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  font-weight: 600;
}

.ast-footer-copyright p {
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  font-weight: 400;
}

.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
  padding: 12px 0;
}

.footer-widget-area[data-section='section-fb-html-2'] .ast-builder-html-element {
  text-align: left;
}

.ast-footer-copyright {
  text-align: right;
}

/******* Blog grid styles********/

.blog-steps .step-number {
  margin: 0;
}

.blog-steps .item-border {
  margin: 12px auto 27px auto;
  width: 86px;
}
.blog-steps .steps-item {
  width: 249px;
}
.blog-steps .steps-item .elementor-widget-button {
  margin: auto;
}

.blog-steps .steps-item .elementor-button {
  border-color: #01ab6f !important;
  border-width: 2px !important;
}

.blog-steps .step-number span {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.63px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.blog-steps .steps-item p {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.42px;
  text-align: center;
}

.blog-steps .steps-item .elementor-button span {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.26px;
}
.package-hero.blog-hero-banner h1 {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0;
  margin: 0;
  font-family: 'Ryker', sans-serif;
}

.package-hero.blog-hero-banner h2 {
  font-size: 33px;
  line-height: 42px;
  letter-spacing: -0.82px;
  font-weight: 600;
  color: #fff;
  margin-top: 36px;
}

.package-hero.blog-hero-banner p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #fff;
  margin-top: 24px;
}

.biz-blog-grid {
  display: grid;
  gap: 48px 24px;
}

.biz-blog-grid.biz-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.biz-blog-grid.biz-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.biz-blog-grid.biz-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .biz-blog-grid.biz-cols-3,
  .biz-blog-grid.biz-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .biz-blog-grid.biz-cols-2,
  .biz-blog-grid.biz-cols-3,
  .biz-blog-grid.biz-cols-4 {
    grid-template-columns: 1fr;
  }

  .blog-steps .steps-item .elementor-button span {
    margin: 0 !important;
  }
  .blog-steps .steps-item .elementor-button {
    width: 100%;
  }
  .homepage-success h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.biz-post-card {
  border: 1px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  background: #002c34;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.biz-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.biz-post-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f2f2;
}

.biz-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biz-post-thumb--placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eee, #ddd);
}

.biz-post-body {
  padding: 22px;
}

.biz-post-title {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.27px;
  font-weight: 600;
  color: #fff;
}

.biz-post-title a {
  color: inherit;
  text-decoration: none;
}

.biz-post-excerpt {
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.27px;
  color: #fff;
}

.biz-post-btn {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.45px;
  text-decoration: underline !important;
  color: #fff;
}
.biz-post-btn:hover {
  color: #01ab6f !important;
}

.biz-pagination {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 12px;
  font-size: 18px;
  color: #fff;
}
.page-numbers .page-numbers li a {
  color: #fff;
}

.page-numbers li a:hover {
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  font-weight: 600;
  color: #002c34;
  opacity: 0.8;
}

.page-numbers li span {
  background: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  font-weight: 600;
  color: #002c34;
  border-radius: 8px;
}

.blog-action-button .elementor-button {
  color: #fff;
}

.single-post .ast-container {
  background-color: #002c34;
}

body.archive.category {
  background-color: #002c34;
}

body.wp-singular.post-template-default.single.single-post {
  background-color: #002c34;
}

.type-post .entry-title {
  font-size: 40px !important;
  line-height: 55px;
  color: #fff;
  text-align: center;
  margin-bottom: 75px !important;
}

.ast-separate-container .ast-article-single:not(.ast-related-post),
.ast-separate-container .error-404,
.ast-separate-container .no-results,
.single.ast-separate-container .ast-author-meta,
.ast-separate-container .related-posts-title-wrapper,
.ast-separate-container .comments-count-wrapper,
.ast-box-layout.ast-plain-container .site-content,
.ast-padded-layout.ast-plain-container .site-content,
.ast-separate-container .ast-archive-description,
.ast-separate-container .comments-area .comment-respond,
.ast-separate-container .comments-area .ast-comment-list li,
.ast-separate-container .comments-area .comments-title {
  background-color: transparent !important;
  padding: 0;
  max-width: 766px;
  margin: auto;
}
.entry-meta,
.ast-separate-container .post-navigation {
  display: none !important;
}

.post h2 {
  color: #fff;
  line-height: 30px;
  font-size: 30px;
}
.post h3 {
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}

.post p,
.post li {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

#ast-scroll-top {
  background-image: none !important;
  transition: all 300ms ease;
  background-color: transparent;
  border: 2px solid #01ab6f;
  border-radius: 16px;
  font-size: 28px !important;
}
#ast-scroll-top:hover {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%) !important;
  border-color: transparent;
}
#ast-scroll-top .ast-icon.icon-arrow svg {
  fill: #fff;
}

#ast-scroll-top:hover .ast-icon.icon-arrow svg {
  fill: #000;
}
#ast-scroll-top:hover {
  opacity: 0.8;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%) !important;
}

button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-fill:hover {
  opacity: 0.8;
}

[data-section='section-header-mobile-trigger']
  .ast-button-wrap
  .mobile-menu-toggle-icon
  .ast-mobile-svg {
  fill: #002c34;
}

.ast-article-single .wp-block-list {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #ast-scroll-top {
    display: none;
  }
  .ast-separate-container .ast-article-single:not(.ast-related-post),
  .ast-separate-container .error-404,
  .ast-separate-container .no-results,
  .single.ast-separate-container .ast-author-meta,
  .ast-separate-container .related-posts-title-wrapper,
  .ast-separate-container .comments-count-wrapper,
  .ast-box-layout.ast-plain-container .site-content,
  .ast-padded-layout.ast-plain-container .site-content,
  .ast-separate-container .ast-archive-description,
  .ast-separate-container .comments-area .comment-respond,
  .ast-separate-container .comments-area .ast-comment-list li,
  .ast-separate-container .comments-area .comments-title {
    padding: 0 16px;
  }

  .type-post .entry-title {
    font-size: 28px !important;
    line-height: 36px;
    margin-bottom: 48px !important;
  }

  div#ast-scroll-top {
    font-size: 24px;
  }
  .ast-header-break-point .main-header-bar {
    padding: 1em 0;
  }
  .ast-mobile-header-content.content-align-flex-start {
    height: calc(100vh - 70px);
    padding-top: 40px;
  }

  .ast-mobile-header-content .menu-link {
    color: transparent !important;
    background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradientMove 5s ease infinite;
    font-size: 32px !important;
    text-align: center !important;
    border-bottom: none !important;
  }

  .ast-mobile-header-content .current-menu-item .menu-link {
    opacity: 0.9 !important;
  }
  .site-above-footer-wrap[data-section='section-above-footer-builder'].ast-footer-row-mobile-stack
    .site-footer-section {
    padding: 32px 32px 0;
  }
  .site-primary-footer-wrap {
    padding-top: 24px !important;
  }
  .site-footer .menu-link {
    font-size: 18px;
    line-height: 36px;
  }
  .site-footer-primary-section-2.site-footer-section.site-footer-section-2 {
    margin-top: 24px;
  }
  .site-footer-primary-section-3 p {
    font-size: 16px;
    line-height: 32px;
  }
  .site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
    margin-top: 24px;
  }
  .site-footer-primary-section-4.site-footer-section.site-footer-section-4 p {
    text-align: left;
  }
}

.site-footer-above-section-2.site-footer-section.site-footer-section-2 {
  display: none !important;
}

.category-title h1 {
  padding: 147px 0 215px 0;
  font-size: 45px;
  line-height: 60px;
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 600;
}

.blog-category-wrapper .biz-blog-grid.biz-cols-2 {
  padding: 0 150px 0;
  gap: 40px;
}

.blog-category-wrapper .biz-pagination {
  margin: 64px 0 0;
}

.blog-category-wrapper {
  padding-bottom: 150px;
}

.no-posts {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.45px;
  text-align: center;
}

.blog-action-button span.elementor-button-text:not(:hover) {
  color: #fff;
}
.elementor-widget-button .elementor-button:focus {
  background-image: linear-gradient(45deg, #00b1a6, #01ab6f 100%);
  opacity: 0.8;
}

.elementor-widget-button .elementor-button:visited {
  color: #fff;
}

.home-story__content .elementor-widget-button .elementor-button:visited {
  color: #002c34;
}

.post-faqs h2 {
  text-align: center;
  color: #fff;
  font-family: 'Ryker', sans-serif;
  margin-bottom: 48px;
}

.post-faqs {
  margin-top: 145px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
  transition: all 300ms ease;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.45px;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: auto;
  transition: transform 0.3s ease;
}

details[open] .faq-question::after {
  transform: rotate(-135deg);
}

.faq-answer {
  padding-top: 0.75rem;
}

.post-faqs a {
  background-color: transparent;
  margin: 48px auto;
  border-color: #01ab6f !important;
  border-width: 2px !important;
  border: solid;
  justify-self: center;
  display: flex;
}

.post-faqs a span {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -0.45px;
}


.faq a {
  background-color: transparent;
  margin: 48px auto;
  border-color: #01ab6f !important;
  border-width: 2px !important;
  border: solid;
  justify-self: center;
  display: flex;
}

.faq a span {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -0.45px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .custom-logo-link img {
    max-width: 130px !important;
    width: 100% !important;
  }
  .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 16px !important;
  }
  .package-hero h1 {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .arch {
    flex-direction: column;
    gap: 20px;
  }

  .arch__left,
  .arch__right {
    display: contents;
  }

  .arch__right {
    height: auto;
    max-width: 100%;
  }

  .arch__right .img-wrapper,
  .arch__right .img-wrapper-two {
    position: static;
    transform: none;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .arch__left .arch__info {
    height: auto;
    padding: 20px 0;
    margin: auto;
  }
  .arch__left .arch__info .header {
    margin-bottom: 16px;
  }

  .blog-category-wrapper .biz-blog-grid.biz-cols-2 {
    padding: 0 32px;
  }
}

@media screen and (max-width: 767px) {
  .ast-builder-menu-1 .menu-item > .menu-link {
    font-weight: bold;
  }
}
