/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* Language dropdown */
.pll-parent-menu-item .sub-menu {
  width: auto;
}


/* Sections */
.section-band {
  position: relative;
  background: transparent;
}

.section-band::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  --background: var(--ast-global-color-7);
	background: #fbfbfb;
  z-index: -1;

	border-bottom: 1px solid #f1f1f1;
}

.section-band-light::before {
  background: #f6f8fa;
}

.section-band-white::before {
  background: #ffffff;
}

.section-band-dark::before {
	background: var(--ast-global-color-4);
	border: 0;
}

.section-band h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  margin-top: 0.75rem;
  background-color: var(--ast-global-color-1);
  border-radius: 10px;

  /* animation starting state */
  opacity: 0;
  transform: translateX(-12px) scaleX(0.6);
  transform-origin: left;

  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(.22,1,.36,1);
}

/* when visible */
.section-band h2.is-visible::after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  .section-band h2::after {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Buttons */
.ast-button,
.ast-custom-button,
button,
.wp-block-button__link,
input[type="submit"] {
    background: var(--ast-global-color-1) !important;
    border: solid 2px var(--ast-global-color-1) !important;
    color: var(--ast-global-color-7) !important;
		/* white-space: nowrap; */
transition: background 250ms ease, color 250ms ease, border-color 250ms ease, transform 250ms ease;
	-webkit-tap-highlight-color: transparent;
}

.ast-button:hover,
.ast-custom-button:hover,
button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
.service-card:hover .ast-button,
.service-card:hover .ast-custom-button,
.service-card:hover button,
.service-card:hover .wp-block-button__link,
.service-card:hover input[type="submit"] {
	background: transparent !important;
	/*border-color: #1f3b53 !important;
	color: #1f3b53 !important;*/
	border-color: var(--ast-global-color-1);
	color: var(--ast-global-color-1) !important;
}

button[type=submit]:focus:after {
	border: 0 !important;
}

:focus {
    outline: none !important;
}


/* Nav */
#masthead {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.ast-primary-header-bar {
	border: 0;
	transition: all 0.3s ease;
	background: #fff;
	border-bottom: solid 1px var(--ast-global-color-6);
}

.menu-link {
	outline: none !important;
}

.menu-link:hover,
.menu-link:focus {
	color: var(--ast-global-color-1) !important;	
}

.main-header-menu > .menu-item > .menu-link {
  white-space: nowrap;
}

@media (min-width: 769px) {
  .ast-builder-menu-2 .main-header-menu > .pll-parent-menu-item + .menu-item {
    display: flex;
    align-items: center;
  }

  .ast-builder-menu-2 .main-header-menu > .pll-parent-menu-item + .menu-item > .menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    min-height: 0 !important;
    padding: 0.8em 1.8em !important;
    border: 2px solid var(--ast-global-color-1);
    border-radius: 999px;
    background: var(--ast-global-color-1);
    color: var(--ast-global-color-7) !important;
    line-height: 1 !important;
    transition: background 250ms ease, color 250ms ease, border-color 250ms ease, transform 250ms ease;
  }

  .ast-builder-menu-2 .main-header-menu > .pll-parent-menu-item + .menu-item > .menu-link:hover,
  .ast-builder-menu-2 .main-header-menu > .pll-parent-menu-item + .menu-item > .menu-link:focus {
    background: transparent;
    color: var(--ast-global-color-1) !important;
    border-color: var(--ast-global-color-1);
  }
}

.sub-menu .menu-link,
ul.sub-menu .menu-link {
  white-space: normal;
}

@media (min-width: 769px) {
  .main-header-menu .sub-menu,
  .main-header-menu ul.sub-menu {
    min-width: 22rem;
    width: max-content;
    max-width: min(30rem, calc(100vw - 2.5rem));
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .main-header-menu .sub-menu .menu-item,
  .main-header-menu ul.sub-menu .menu-item {
    width: 100%;
  }

  .main-header-menu .sub-menu .menu-link,
  .main-header-menu ul.sub-menu .menu-link {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    line-height: 1.35;
  }

  .main-header-menu .sub-menu li a,
  .main-header-menu ul.sub-menu li a {
    padding: 0.55rem 1.25rem !important;
  }

  .main-header-menu .pll-parent-menu-item .sub-menu,
  .main-header-menu .pll-parent-menu-item ul.sub-menu {
    min-width: 0;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0.35rem;
  }

  .main-header-menu .pll-parent-menu-item .sub-menu .menu-item,
  .main-header-menu .pll-parent-menu-item ul.sub-menu .menu-item {
    width: auto;
  }

  .main-header-menu .pll-parent-menu-item .sub-menu .menu-link,
  .main-header-menu .pll-parent-menu-item ul.sub-menu .menu-link {
    white-space: nowrap;
    line-height: 1.2;
  }

  .main-header-menu .pll-parent-menu-item .sub-menu li a,
  .main-header-menu .pll-parent-menu-item ul.sub-menu li a {
    padding: 0.5rem 0.95rem !important;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .main-header-bar .main-header-menu .menu-link,
  .main-header-bar .main-header-menu > .menu-item > .menu-link {
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 0.95rem;
  }

  .main-header-bar .site-header-section-right {
    gap: 0.75rem;
    flex-wrap: nowrap;
  }

  .main-header-bar .site-header-section-right .menu-link,
  .main-header-bar .site-header-section-right .ast-custom-button,
  .main-header-bar .site-header-section-right .ast-button,
  .main-header-bar .site-header-section-right .ast-custom-button-link {
    white-space: nowrap;
  }

  .main-header-bar .site-header-section-right .ast-custom-button,
  .main-header-bar .site-header-section-right .ast-button {
    padding: 14px 22px;
  }
}

/* Dropdown panel */
.sub-menu,
ul.sub-menu {
	border: 1px solid var(--ast-global-color-6) !important;
	border-top: 0px !important;
	border-radius: 0px 0px 10px 10px;
	box-shadow: none !important;
}

/* Dropdown items */
.sub-menu li a,
ul.sub-menu li a {
  padding-top: 0.35em !important;
  padding-bottom: 0.35em !important;
}


/* Landing / Hero */
.hero-landing {
	min-height: 100vh;
}

.hero-section {
  position: relative;
  background: linear-gradient(90deg, #f8f9fb 0%, #f4f7f9 100%);
  isolation: isolate;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='592' height='592' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%234BA7B0' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%234BA7B0'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;

  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 40%, black 75%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 50%, black 80%);
}


/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  align-items: stretch;
}

.services-grid > * {
  min-width: 0;
}

/* Collapse to single centered column earlier */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .services-grid > * {
    width: 100%;
    max-width: 22rem;
  }

  .service-card {
    padding: 24px;
  }

  .service-card h3 {
    min-height: 0;
  }
}

.service-card {
	display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 40px;
	border: solid 2px var(--ast-global-color-6);
	
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 250ms ease, box-shadow 250ms ease, border 250ms ease;
}

.service-card h3 {
	min-height: 2lh;
}

.service-card:hover,
.service-card:focus-within {
	cursor: pointer !important;
	transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
	border: solid 2px var(--ast-global-color-1);
}

.service-card .wp-block-buttons {
  margin-top: auto;
}

.service-icon-wrapper {
	width: 96px;
  height: 96px;
	border: solid 2px transparent;
  border-radius: 999px;
  background: rgba(79, 167, 164, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
	transition: border 250ms ease, background 250ms ease;
}

.service-icon {
  width: 64px;
  height: 64px;
	transform: scale(0.9);
  color: var(--ast-global-color-1);
	transition: all 250ms ease;
}

.service-card:hover .service-icon,
.service-card:focus-within .service-icon {
	transform: scale(1);
}

.service-card:hover .service-icon-wrapper,
.service-card:focus-within .service-icon-wrapper {
	border: solid 2px var(--ast-global-color-1);
	background: #fff;
}

.service-card {
  position: relative;
}

.service-card .wp-block-buttons,
.service-card .wp-block-button {
  position: static;
}

/* Stretch the Gutenberg button link across the whole card */
.service-card .wp-block-button__link {
  position: static;
}

.service-card .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.service-card .wp-block-button__link > * {
  position: relative;
  z-index: 2;
}

.service-card a:not(.wp-block-button__link):not(.card-overlay-link) {
  position: relative;
  z-index: 2;
}


/* About - Focus */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 640px) {
  .focus-grid {
    grid-template-columns: 1fr;
  }
}

.focus-card {
  width: 100%;
  padding: 18px 24px;
  border-radius: 10px;
  border: 1px solid rgba(79, 167, 164, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(79, 167, 164, 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  margin: 0;
}

.focus-card svg {
	color: var(--ast-global-color-1);
	width: 32px;
	height: 32px;
}


/* Approach */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }
}

.approach-card {
  padding: 18px 24px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid var(--ast-global-color-6);
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.approach-card svg {
	color: var(--ast-global-color-1);
	width: 64px;
	height: 64px;
}

.approach-card h4 {
	min-height: 2lh;
}

.approach-card::after {
  position: absolute;
  top: 14px;
  right: 24px;
  vertical-align: top;

  line-height: 1;
  font-size: 54px;    /* slightly larger feels more intentional */
  font-weight: 700;
  color: #f6f8fa;

  pointer-events: none;
}

.step-1::after { content: "01"; }
.step-2::after { content: "02"; }
.step-3::after { content: "03"; }
.step-4::after { content: "04"; }


/* Service Pages */
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.service-detail-grid > * {
  min-width: 0;
}

.service-detail-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Tablet */
@media (max-width: 1024px) {
  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .service-detail-card {
    padding: 1.25rem;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .service-detail-card {
    padding: 1.25rem;
  }
}

.service-detail-card {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	padding: 1.5rem;
  margin: 0 !important;

	transition: border 250ms ease;
}

.service-detail-card:hover {
	border-color: rgba(255, 255, 255, 0.075);
}

.service-detail-card svg {
	width: 64px;
	height: 64px;
	color: var(--ast-global-color-1);
	transform: scale(0.9);
	transition: all 250ms ease;
}

.service-detail-card:hover svg {
	transform: scale(1);
}

.service-detail-icon-wrapper {
	width: 96px;
  height: 96px;
  border-radius: 999px;
	background: var(--ast-global-color-4);
  display: flex;
  align-items: center;
  justify-content: center;
	transition: border 250ms ease;
	margin-bottom: 1.25rem;
}

.service-detail-card:hover .service-detail-icon-wrapper {
	border-color: rgba(255, 255, 255, 0.1);
}

/* General */
.circle-image img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

html,
body {
  overflow-x: clip;
}

/* Footer */

.footer-i18n {
  display: none;
}

html[lang^="en"] .footer-i18n-en,
html[lang^="fr"] .footer-i18n-fr,
html[lang^="nl"] .footer-i18n-nl {
  display: block;
}

.footer-i18n h4 {
  color: var(--ast-global-color-7);
  margin-bottom: 1.25em;
}

.footer-i18n p {
  color: var(--ast-global-color-6);
}

.footer-i18n a {
  color: var(--ast-global-color-6);
}

.footer-i18n a:hover {
  color: var(--ast-global-color-7);
}

.footer-i18n li {
  margin: 0 !important;
}

.footer-legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-legal-list li + li {
  margin-top: 0.5rem;
}


/* Mobile header */
.ast-header-break-point #ast-mobile-header .ast-button-wrap .main-header-menu-toggle,
.ast-header-break-point #ast-mobile-header .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
  background: transparent !important;
  border: 0 !important;
  color: var(--ast-global-color-4) !important;
  box-shadow: none !important;
}

.ast-header-break-point #ast-mobile-header .ast-button-wrap .main-header-menu-toggle:hover,
.ast-header-break-point #ast-mobile-header .ast-button-wrap .main-header-menu-toggle:focus,
.ast-header-break-point #ast-mobile-header .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle:hover,
.ast-header-break-point #ast-mobile-header .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle:focus {
  background: transparent !important;
  border: 0 !important;
  color: var(--ast-global-color-4) !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-header-menu,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-header-menu .menu-item,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .sub-menu,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .sub-menu .menu-item {
  background: #ffffff;
}

.ast-header-break-point #ast-mobile-header .ast-primary-header-bar,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-wrap,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content {
  border-color: var(--ast-global-color-6) !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-header-menu {
  border-top: 0;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .menu-link,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .menu-link:hover,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .menu-link:focus {
  color: var(--ast-global-color-4) !important;
  background: transparent !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .menu-link {
  border-bottom: 1px solid var(--ast-global-color-6);
  background: transparent !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item-has-children > .menu-link {
  padding-right: 72px;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .sub-menu .menu-link {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item:hover,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item:focus-within,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .sub-menu,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .sub-menu:hover {
  background: #ffffff !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .menu-link:hover,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .menu-link:focus {
  background: #f7f8fa !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .icon-arrow svg,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .ast-menu-toggle,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .ast-menu-toggle:hover,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item .ast-menu-toggle:focus {
  color: var(--ast-global-color-4) !important;
  fill: currentColor !important;
  background: transparent !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .main-navigation ul .menu-item-has-children > .ast-menu-toggle {
  border: 0 !important;
  border-radius: 0 !important;
  min-width: 56px;
  box-shadow: inset 1px 0 0 var(--ast-global-color-6) !important;
}

.ast-header-break-point #ast-mobile-header .ast-mobile-header-content .sub-menu,
.ast-header-break-point #ast-mobile-header .ast-mobile-header-content ul.sub-menu {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}

/* WPForms */
.wpforms-container {
  --aitm-form-message-radius: 10px;
  --aitm-form-message-padding: clamp(1rem, 2vw, 1.35rem);
}

.wpforms-container .wpforms-field-label,
.wpforms-container .wpforms-field-sublabel {
  color: var(--ast-global-color-4);
}

.wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]),
.wpforms-container textarea,
.wpforms-container select {
  border: 1.5px solid var(--ast-global-color-6) !important;
  border-radius: 6px !important;
  background: #fff !important;
  transition: border-color 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}

.wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):hover,
.wpforms-container textarea:hover,
.wpforms-container select:hover {
  border-color: rgba(79, 167, 164, 0.45) !important;
  border-color: color-mix(in srgb, var(--ast-global-color-1) 45%, white) !important;
}

.wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
  border-width: 2px !important;
  border-color: var(--ast-global-color-1) !important;
  box-shadow: 0 0 0 4px rgba(79, 167, 164, 0.18) !important;
}

.wpforms-container textarea {
  min-height: 10rem;
}

.wpforms-container .wpforms-confirmation-container-full {
  border: 1px solid rgba(79, 167, 164, 0.28) !important;
  border-color: color-mix(in srgb, var(--ast-global-color-1) 32%, white) !important;
  border-radius: var(--aitm-form-message-radius) !important;
  background: rgba(79, 167, 164, 0.12) !important;
  background: color-mix(in srgb, var(--ast-global-color-1) 18%, white) !important;
  color: var(--ast-global-color-4) !important;
  padding: var(--aitm-form-message-padding) !important;
  box-shadow: none !important;
}

.wpforms-container .wpforms-error-container:not(.wpforms-error-styled-container) {
  border: 1px solid rgba(214, 54, 55, 0.22) !important;
  border-radius: var(--aitm-form-message-radius) !important;
  background: rgba(214, 54, 55, 0.08) !important;
  padding: var(--aitm-form-message-padding) !important;
  box-shadow: none !important;
}

.wpforms-container .wpforms-error-container.wpforms-error-styled-container {
  padding: 0 !important;
}

.wpforms-container .wpforms-error-container.wpforms-error-styled-container .wpforms-error {
  border: 1px solid rgba(214, 54, 55, 0.22) !important;
  border-radius: var(--aitm-form-message-radius) !important;
  background: rgba(214, 54, 55, 0.08) !important;
  padding: var(--aitm-form-message-padding) !important;
  box-shadow: none !important;
}

.wpforms-container .wpforms-confirmation-container-full p,
.wpforms-container .wpforms-error-container p,
.wpforms-container .wpforms-error-container .wpforms-error p {
  margin: 0;
}

.site-above-footer-wrap .ast-builder-grid-row,
.site-primary-footer-wrap .ast-builder-grid-row,
.site-below-footer-wrap .ast-builder-grid-row {
  padding-left: clamp(20px, 4vw, 35px);
  padding-right: clamp(20px, 4vw, 35px);
}
