:root {
  --bs-blue: #06A7E0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #EBE717;
  --bs-green: #93D500;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #93D500;
  --bs-secondary: #EBE717;
  --bs-success: #93D500;
  --bs-info: #0dcaf0;
  --bs-warning: #EBE717;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 147,213,0;
  --bs-secondary-rgb: 235,231,23;
  --bs-success-rgb: 147,213,0;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 235,231,23;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #f7f8f9;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #93D500;
  --bs-link-hover-color: #76aa00;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fbfad1;
  
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--blue: #06A7E0;
  --wp--preset--color--indigo: #6610f2;
  --wp--preset--color--purple: #6f42c1;
  --wp--preset--color--pink: #d63384;
  --wp--preset--color--red: #dc3545;
  --wp--preset--color--orange: #fd7e14;
  --wp--preset--color--yellow: #EBE717;
  --wp--preset--color--green: #93D500;
  --wp--preset--color--teal: #20c997;
  --wp--preset--color--cyan: #0dcaf0;
  --wp--preset--color--gray: #6c757d;
  --wp--preset--color--gray-dark: #343a40;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  
}
*, ::after, ::before {
  box-sizing: border-box;
}

body {  
  overflow-x:hidden;
  width:100vw;
  max-width:100vw;
  margin:0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;

}


img {
  max-width: 100%;
  height: auto;
}

img, svg {
  vertical-align: middle;
}

a{
    font-family: Lato;
}

h1 {
  font-weight: 900;
  font-size: 3rem;  
}
h2 {
  font-weight: 900;
}

h1, h2, h4, p{
    font-family: Lato;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;  
}

a:hover {
  color: var(--bs-link-hover-color);
}

.pageshadow{
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  padding: 2%;
  margin-top:200px;
  margin-bottom:20px;
}


/* blog related css */

.blog-posts .pagination{
     margin-top:40px;   
}

.post .category-title p{
    font-size: 20px;
    font-weight:600;
    
}

.post-list article{
    padding:5px 0 5px 0;
    margin-top:10px;
}

.post-list article .post-content{
    margin-top:-18px;
    font-size:14px;
    margin-left:5px;
}



.post-title p{
  font-size:16px;
  font-weight:600;
}


.post-list footer{
    
    margin-top:10px;
}

.post-list footer .published{
    font-size:13px;
    font-style: italic;
    margin-left:5px;
}


/* social share */

.social-share {
    display: flex;
    gap: 12px;
    margin-top:20px;
}

.social-share p {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.social-share .facebook {
    background-color: #3b5998;
}

.social-share .twitter {
    background-color: #1da1f2;
}

.social-share .linkedin {
    background-color: #0077b5;
}

.social-share a:hover {
    opacity: 0.8;
}

.social-share i {
    font-size: 18px;
}


#preloader.fade-out {
  opacity: 0;
}
#preloader {
  opacity: 1;
  transition: opacity .8s ease;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease,visibility .5s ease;
  pointer-events: none;
}


.grecaptcha-badge { opacity:0;}

#page { position: relative; }

#wrapper-navbar{

	position: absolute;
	top: 0;
	left:0;
	z-index: 200;
	width: 100%;

}

.navbar-row {
  display: flex;
  align-items:stretch;
}


.navbar-branding {
  background: white;
}


#main-nav {
  flex-grow: 1;    
  height: 45px;
  padding: 0;
  padding-right: 5%;  
}


.fade-in-down-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .5s ease;
}

.fade-in-down-stagger.show {
  opacity: 1;
  transform: translateY(0);
}

.top-nav {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 5.5%;
}

.navbar-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact-btn {
  background-color: #4c9c2e;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
}

.menu{
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  justify-content: space-between;
  margin: 0;
}

.menu li{
    position:relative;
}

.menu li.menu-item-has-children{
    position:relative;
}

.menu li a 
{
  color: #4C9C2E;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

#page-wrapper, #primary {
  padding: 0;
}


.menu li.menu-item-has-children .menu-children {
  right: 0 !important;
  left: auto !important;
  overflow-x: auto;
}

.menu-item-has-children .menu-children {
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.menu-children {
  background-image: linear-gradient(to right, #ffffff, #e6f5d0); /* light green fade */
  /* or use any colors you like */
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap; /* Change to wrap if needed */
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 999;

  /* Remove fixed width */
  width: max-content;
  min-width: 200px; /* Optional: prevent too narrow dropdowns */
  max-width: 100vw; /* Prevent overflow off screen */
}

/* When open */
.menu-item-has-children:hover .menu-children {
  max-height: 1000px; /* or use a better animation later */
  opacity: 1;
  pointer-events: auto;
}

/* Open to the left when needed */
.menu-children.open-left {
  left: auto !important;
  right: 0 !important;
}

/* Child menu items */
.menu-children .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;       /* center horizontally */
  justify-content: center;   /* optional: vertical centering */
  padding: 25px 15px;
  min-width: 150px;
  gap: 10px;                 /* space between child elements like links */
  text-align: center;        /* centers text inside links */
}


.menu-children .menu-item a {
  display: block;
  width: 100%;
}



#page-wrapper, #primary {
  padding: 0;
}

.entry-content {
  width: 100vw;
  max-width: 100vw;
}

.is-relative {
  position: relative;
}
.wp-block-group {
  box-sizing: border-box;
}

.is-layout-flex {
  display: flex;
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

.hero-bg .wp-block-column:first-child {
  flex-grow: 1 !important;
}

.slide-target {
  opacity: 0;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.slide-in-down-hero {
  animation: slideInFromTop 1s ease-out forwards;
}
.pad-left-5 {
  padding-left: 5%;
}

#homepage-hero {
  width: 100%;
  margin-top: 60px;
}

#homepage-hero p {
  font-size: 18px;
}

.hero-bg .wp-block-column:nth-child(2) {
  width: 60%;
  margin-left: -10%;
  margin-top: -4%;
}

.hero-block {
  position: absolute;
  top: 0;
  left: 0;
}

.pad-5 {
  padding: 5%;
}

.wp-block-group {
  box-sizing: border-box;
}

.rounded-25 {
  border-radius: 25px;
}

.bg-primary {  
  background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;
}



.fade-in {
  opacity: 0;
  transition: opacity 2s ease;
    transition-delay: 0s;
  transition-delay: 1.3s;
}

.fade-in.show {
  opacity: 1;
}

.is-flex-column {
  display: flex;
  flex-direction: column;
}
.pad-bottom-4 {
  padding-bottom: 4%;
}
.pad-top-4 {
  padding-top: 4%;
}
.pad-left-4 {
  padding-left: 4%;
}
body .is-layout-flex {
  display: flex;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.wp-block-spacer {
  clear: both;
}

.is-flex-column {
  display: flex;
  flex-direction: column;
}


.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid transparent;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.375rem;
}

.wp-block-button a {
  border-top-left-radius: 0;
  padding: 8px 24px;
  font-size: 16px;
  color: #000 !important;
}

.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid transparent;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.375rem;
}

.has-gray-dark-color, .has-gray-dark-color:visited {
  color: #343a40;
}

.wp-block-button a:hover {
  color: #000;
  font-weight: 700;
  box-shadow: rgba(0,0,0,.24) 0 3px 8px;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
    border-top-left-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-element-button {
  cursor: pointer;
}
.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}

.wp-block-image .aligncenter{
   display: table; 
}
.wp-block-image figure {
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}

.wp-block-image > figure img {
  margin-bottom: .5rem;
  line-height: 1;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px;
}

.aligncenter {
  display: block;
}
.aligncenter, .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.aligncenter {
  clear: both;
}
figure {
  max-width: 100%;
  height: auto;
}

.above {
  z-index: 99;
}

.w-65 {
  width: 65%;
}
.has-white-color, .has-white-color:visited {
  color: #fff;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.h3, h3 {
  font-weight: 900;
  font-size: 1.5rem;
}

/* hero part */

.wipe-reveal.show {
  width: 110%;
  opacity: 1;
}
.wipe-reveal {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: auto;
  transition: width 1s cubic-bezier(.42, 0, .58, 1),opacity .8s ease-out;
    transition-delay: 0s, 0s;
  transition-delay: 0.5s;
}
.dots-bg {
  background-size: cover;
  position: absolute;
  width: 110%;
  height: 75%;
  background-repeat: no-repeat;
  background-image: url(../themes/champs-doom/assets/dots-yellow.png);
  top: 0;
  left: -10%;
  padding-bottom: 70%;
  z-index: 3;
}


.promise-container .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.promise-container {
  padding-right: 8%;
}



.promise-block {
  text-decoration: none;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 15px #ccc;
  font-size: 14px;
  padding: 5px;
  z-index: 5453;
  position: relative;
  display: block;
  flex-basis: 42%;
  margin-bottom: 20px;
  
 
}
.promise-block a{
    text-decoration:none;
    color: inherit;
}

.promise-block a:active,
.promise-block a:visited,
.promise-block a:hover,
.promise-block a:focus {
  text-decoration: none;      /* No underline on any state */
  color: inherit;             /* Keeps color consistent on all states */
  outline: none;              /* Removes focus outline if any */
}

.promise-block img {
  height: 70px;
  margin-bottom: 15px;
  display: block;
  margin: 15px auto;
}

.promise-block h4 {
  font-size: 18px;
  font-weight: 900;
}


.promise-block p {
  color: #5e5d5b;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.promise-block:hover {
  scale: 1.05;
  transition: .2s ease all;
  background-color: #06a7e0;
  color: #fff;
}

.visible {
  visibility: visible !important;
}

.partners-text {
  padding: 0 5% 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
  font-weight: 600;
}

.partners-text p {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
}
.partners-text p {
  font-weight: 700;
  font-size: 18px;
  color: black;
}

.partners-text a, .partners-text div {
  display: block;
  background: white;
  padding: 25px;
  border: 1px #5E5D5B solid;
  color: black;
  font-weight: 600;
  text-decoration: none;
}
.partners-text a {
  text-align: center;
}

.partners-text a:hover, .partners-text div:hover {
  background: #06A7E0;
  scale: 1.1;
  transition: 0.2s ease;
  color: white;
}



.cover-top-align {
  align-items: unset;
  padding-top: 2%;
}
.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
    padding-top: 1em;
  position: relative;
}

where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80{
  opacity: .8;
}

.wp-block-cover .wp-block-cover__background{
  bottom: 0;
  left: 0;  
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;

}
.wp-duotone-grayscale.wp-block-cover > .wp-block-cover__image-background{
  filter: var(--wp--preset--duotone--grayscale);
}

.wp-block-cover .wp-block-cover__image-background{
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container{
  color: inherit;
  width: 100%;
  z-index: 1;
}

body.understrap-no-sidebar .alignfull{
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.has-text-align-center {
  text-align: center;
}

.wp-block-spacer {
  clear: both;
}

.impact-grid {
  width: 85%;
  margin: 0 auto;
}

.dot-spiral {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1.3/1;
  height: 35%;
  z-index: -1;
  background-image: url(../themes/champs-doom/assets/dot-spiral.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.accurate-tag {
  border: 1px solid #000;
  display: inline-block;
  padding: 5px;
  float: right;
  margin-right: 3%;
  font-style: italic;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-text-align-right {
  text-align: right;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}


body .is-layout-grid {
  display: grid;
}
.wp-container-core-group-is-layout-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-container-core-group-is-layout-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fade-in-down-stagger.show {
  opacity: 1;
  transform: translateY(0);
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
.impact-counter {
  text-align: center;
}
.fade-in-down-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease,transform .5s ease;
  will-change: opacity,transform;
}

.impact-counter img {
  height: 80px;
}

.impact-number, .impact-text {
  font-weight: 900;
  font-size: 2rem;
  margin: 15px auto;
}

.impact-description {
  width: 65%;
  margin: 15px auto;
  font-size: 1.2rem;
}


.pad-5-sides {
  padding: 0 5% 0 5%;
}



.dots-bg-2 {
  background-image: url(../themes/champs-doom/assets/h3-bg04.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  top: -115px;
  right: 0;
  height: 61%;
  aspect-ratio: 1/1;
  z-index: -1;
}

figure {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0 0 1rem;
}

.cols-no-gap figure {
  height: 100%;
  width: 105%;
  margin-right: 5%;
}

figure.wp-block-image img {
  margin-bottom: .5rem;
  line-height: 1;
}

.cols-no-gap {
  background-color: #fff;
  border-top-right-radius: 20px;
}

.cols-no-gap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: url("../themes/champs-doom/assets/new_css/illustratorPath.svg#illustratorPath");
  clip-path: url("../themes/champs-doom/assets/new_css/illustratorPath.svg#illustratorPath");
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

#wrapper-footer {
  padding: 0;
}

#wrapper-footer h4 {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}

#wrapper-footer .col-md-12 {
  padding: 0;
}

#colophon {
  background-color: #000;
  padding: 5%;
  position: relative;
  overflow: hidden;
}

#colophon .dots-bg-right-white {
  opacity: .08;
  top: -30%;
  z-index: 0;
  pointer-events: none;
}

.dots-bg-right-white {
  background-image: url(../themes/champs-doom/assets/dots-yellow.png);
  top: 0;
  background-size: contain;
  position: absolute;
  width: 34%;
  height: auto;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: unset;
  padding-bottom: unset;
  z-index: 0;
  aspect-ratio: 4/3;
  filter: brightness(0) invert(1);
}


#colophon .dots-bg-right-white:nth-child(2) {
  opacity: .08;
  bottom: -30%;
  left: 0;
  transform: scale(-1,-1);
  top: unset;
  z-index: 0;
  pointer-events: none;
}

.footer-row {
  justify-content: space-between;
}

.footer-logo {
  max-width: 350px;
  min-width: 250px;
}

.footer-updates {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 350px;
}

.footer-updates p {
  font-size: 14px;
  color: #aaa8a5;
  margin-top: 25px;
}

.footer-updates input {
  height: 45px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-left: 20px;
  width: 95%;
}

.footer-updates button {
  width: 95%;
  height: 45px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-border-right-radius: 25px;
  height: 43px;
  line-height: 21px;
  background-color: #4c9c2e;
  margin-top: 20px;
}

.footer-quick {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-social {
  width: -moz-fit-content;
  width: fit-content;
}


.footer-quick ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.footer-social ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.footer-social ul li {
  float: left;
  margin-right: 10px;
}

.footer-social li a {
  display: flex;
  border-radius: 50%;
  background-color: rgba(230,230,230,.08);
  padding: 15px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #4c9c2e;
  margin-bottom: 20px;
}

.footer-social li a:hover {
  scale: 1.05;
  transition: all .2s ease;
  background-color: #4c9c2e;
  color: #fff;
}

.footer-email {
  color: #aaa8a5;
  margin-top: 15px;
  display: block;
  font-size: 14px;
}


.footer-quick a {
  color: #aaa8a5 !important;
  text-decoration: none !important;
  font-size: 14px !important;
}

.footer-quick a:hover {
  color: #4c9c2e !important;
}

.footer-quick .menu{
  display:inherit !important;   
}

.footer-social {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-logo p {
  color: #aaa8a5;
}
.footer-logo p {
  font-size: 12px;
  min-width: 270px;
  margin-top: 20px;
  text-align: center;
}


.pad-top-2 {
  padding-top: 2%;
}


.partner-gallery {
  padding: 3% 10% 5% 10%;
  justify-content: center;
  background-color: #EAEAEA;
}

.partner-gallery h2 {
  text-align: center;
}

.partner-card {
  text-align: center;
  padding: 5%;
}


.partner-gallery .col-inner {
  background-color: white;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
  display: flex;
  flex-direction: column;
  padding: 10% 2%;
}

.col-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.col-inner {
  padding: 5%;
  height: 100%;
}

.partner-image-container {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 25px;
}

.partner-card img {
  width: 90%;
  height: auto;
}

.partner-name {
  width: 65%;
  font-weight: 900;
  margin: 0 auto;
}
.partner-read-more {
  margin-top: 25px;
  text-decoration: none;
  color: #4C9C2E;
}

.partner-read-more img {
  height: 16px;
  width: 16px;
  margin: 0 0 4px 3px;
}


/* contact page */


.page-header {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    -webkit-clip-path: url(../themes/champs-doom/assets/new_css/headerPath.svg#headerPath);
    clip-path: url(../themes/champs-doom/assets/new_css/headerPath.svg#headerPath);
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 0;
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex
;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-text-align-center {
    text-align: center;
}

/* google map */
.mapouter{text-align:right;}
.gmap_canvas {overflow:hidden;background:none!important;width:100%;}
#map {
  height: 100%;
}

/* end contact page */

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
  
   h2 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
    
  #main-nav .container-fluid {
    height: 96px;
  }
  .navbar-row {
    padding-left: 5%;
    height: 96px;
  }

  .navbar-branding {
    width: 300px;
    padding: 20px;
    border-top-left-radius: 20px;
    height: 96px;
  }

  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .menu-toggler {
    display: none;
  }
}


@media (min-width: 996px) {
  #main-nav .container-fluid {
    background-color: white;
    align-self: flex-start;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
  
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  
   .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  
   #homepage-hero {
    margin-top: 120px;
  }
}


@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}