@charset "UTF-8";
/*
Theme Name: Kiwix Labs
Theme URI: https://wordpress.org/themes/kiwixlabs/
Author: Dat Nguyen
Author URI: https://thich.dev
Description: Unique theme for Kiwixlabs.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiwixlabs
Tags: kiwixlabs
*/
.container,
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

input, textarea {
  padding: 0.75rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
input:focus, textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}

input {
  width: 100%;
}

textarea {
  width: 100%;
}

/* Project Cards */
.project-card {
  border: 1px solid #e5e7eb;
  border-radius: var(--wp--custom--border-radius--xl, 2rem);
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border-color: #e0e0e0;
}
.project-card .wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
  border-radius: var(--wp--custom--border-radius--md, 1rem);
}
.project-card .wp-block-post-featured-image img {
  transition: transform 0.3s ease;
}
.project-card:hover .wp-block-post-featured-image img {
  transform: scale(1.05);
}
.project-card > .wp-block-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-card .project-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.project-card .project-category-badge a {
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  color: #6B7280;
}
.project-card h3.wp-block-post-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.project-card h3.wp-block-post-title a {
  text-decoration: none;
  color: #111827;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-card h3.wp-block-post-title a:hover {
  color: var(--wp--preset--color--accent);
}
.project-card .wp-block-post-terms__separator {
  color: #D9D9D9;
  font-size: 0.75rem;
}
.project-card .wp-block-post-excerpt {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-card .wp-block-post-excerpt p {
  margin: 0 0 0.75rem 0;
  color: #6B7280;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.project-card .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  color: #165BE5;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  margin-top: auto;
}
.project-card .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover {
  color: #165BE5;
  transform: translateX(4px);
  display: inline-block;
}

/* Featured Projects Scroll Container */
.featured-projects-scroll {
  position: relative;
}
.featured-projects-scroll .wp-block-post-template {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(450px, 1fr);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  scrollbar-width: thin;
  scrollbar-color: #10B981 #E5E7EB;
  gap: var(--wp--preset--spacing--40, 1.5rem);
  padding: 2rem 0;
}
.featured-projects-scroll .wp-block-post-template > * {
  scroll-snap-align: start;
}
.featured-projects-scroll .wp-block-post-template::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}
.featured-projects-scroll .wp-block-post-template::-webkit-scrollbar-track {
  background: #E5E7EB;
  border-radius: 10px;
}
.featured-projects-scroll .wp-block-post-template::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #10B981 0%, #059669 100%);
  border-radius: 100px;
  border: 2px solid #E5E7EB;
}
.featured-projects-scroll .wp-block-post-template::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #059669 0%, #047857 100%);
}
@media (max-width: 1024px) {
  .featured-projects-scroll .wp-block-post-template {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-columns: unset;
    overflow-x: visible;
  }
}
@media (max-width: 640px) {
  .featured-projects-scroll .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}
.featured-projects-scroll .wp-block-post-template .wp-block-post {
  margin-block-start: 0;
}

/* Project Archive Grid */
@media (max-width: 1024px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}

/* Blog Cards */
.blog-card {
  border: 1px solid #e5e7eb;
  border-radius: var(--wp--custom--border-radius--xl, 2rem);
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border-color: #e0e0e0;
}
.blog-card .wp-block-post-excerpt__more-link {
  text-decoration: none;
}
.blog-card .wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
  border-radius: var(--wp--custom--border-radius--xl, 1rem);
}
.blog-card .wp-block-post-featured-image img {
  transition: transform 0.3s ease;
}
.blog-card:hover .wp-block-post-featured-image img {
  transform: scale(1.05);
}
.blog-card > .wp-block-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card .blog-category-badge a {
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: color 0.2s ease;
}
.blog-card .blog-category-badge a:hover {
  color: var(--wp--preset--color--accent);
}
.blog-card .blog-category-badge a:not(:last-child)::after {
  content: "•";
  margin: 0 0.5rem;
  color: #6B7280;
}
.blog-card .blog-meta-separator {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.75rem;
  color: #D9D9D9;
  font-size: 0.75rem;
}
.blog-card .wp-block-post-date {
  text-decoration: none;
}
.blog-card .wp-block-post-date time {
  text-decoration: none;
}
.blog-card h3.wp-block-post-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.blog-card h3.wp-block-post-title a {
  text-decoration: none;
  color: #111827;
  transition: color 0.2s ease;
}
.blog-card h3.wp-block-post-title a:hover {
  color: var(--wp--preset--color--accent);
}
.blog-card .wp-block-post-excerpt {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card .wp-block-post-excerpt p {
  margin: 0 0 0.75rem 0;
  color: #6B7280;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.blog-card .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  color: #165BE5;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  margin-top: auto;
}
.blog-card .wp-block-post-excerpt .wp-block-post-excerpt__more-text:hover {
  color: #165BE5;
  transform: translateX(4px);
  display: inline-block;
}

/* Featured Blog Posts */
@media (max-width: 1024px) {
  .featured-blog-posts .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .featured-blog-posts .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(122.33deg, rgba(255, 255, 255, 0) 12.18%, rgba(214, 233, 93, 0.3) 41.94%, rgba(49, 235, 61, 0.3) 77.83%);
  filter: blur(200px);
  z-index: -1;
}

.is-font-anton {
  font-family: "Anton", sans-serif;
  font-weight: normal;
}

/* Fixed header styles */
.has-fixed-header .main-header {
  top: calc(0px + var(--wp-admin--admin-bar--height, 0px));
  position: fixed;
  width: 100%;
  z-index: 100;
  padding-left: 1rem;
  padding-right: 1rem;
}

.has-fixed-header main {
  margin-top: 0;
}

.wp-site-blocks main > header {
  padding-top: 100px;
  padding-bottom: var(--wp--preset--spacing--60, 60px);
}

.main-header {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
.main-header.is-position-sticky {
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  position: sticky;
  z-index: 100;
}
.main-header.is-position-fixed {
  top: calc(0px + var(--wp-admin--admin-bar--height, 0px));
  position: fixed;
  width: 100%;
  z-index: 100;
}
.main-header .wp-block-navigation-item a.active {
  color: var(--wp--preset--color--accent, #546fff) !important;
  font-weight: 600;
  position: relative;
}
.main-header .wp-block-navigation-item a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #A1FF8B, #21D2A9);
}

h1.is-bg-gradient, h2.is-bg-gradient, h3.is-bg-gradient {
  background: linear-gradient(359.88deg, #A1FF8B -14.61%, #21D2A9 84.75%), #00BA93;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-clip: text;
  -moz-background-clip: text;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #546fff;
  border-color: #546fff;
  color: #fff !important;
}

section.wp-block-group {
  padding-left: 1rem;
  padding-right: 1rem;
}

section.wp-block-group {
  padding-top: 2rem;
}

.section-services {
  padding: 50px 0;
}
.section-services .service-image {
  place-content: center;
  place-items: center;
}

.service-item {
  border: 1px solid #e5e7eb;
  border-radius: var(--wp--custom--border-radius--xl, 2rem);
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(5px);
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.service-item:hover .service-heading:before {
  left: -32px;
  background: linear-gradient(317.2deg, rgba(161, 255, 139, 0) 43.99%, #21D2A9 91.12%), #165BE5;
}
.service-item:hover .service-heading h3, .service-item:hover .service-heading p {
  transform: translateX(38px);
}
.service-item .service-heading {
  transition: all 0.3s ease;
}
.service-item .service-heading:before {
  position: absolute;
  content: "→";
  color: #fff;
  font-size: 20px;
  place-content: center;
  place-items: center;
  left: -70px;
  top: 0;
  padding-left: 20px;
  width: 60px;
  height: 100%;
  background-color: var(--wp--preset--color--accent);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: all 0.3s ease;
}
.service-item h3 {
  color: var(--wp--preset--color--accent);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.service-item .service-description {
  font-size: 16px;
  transition: all 0.3s ease;
}
.service-item p {
  margin: 5px 0;
}
.service-item ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.service-item ul li {
  padding: 3px 0;
  font-weight: 400;
  font-size: 0.85rem;
}
.service-item ul li::before {
  content: ">";
  margin-right: 8px;
}

.about-media-text .wp-block-heading {
  font-size: 36px;
  font-weight: 600;
}
.about-media-text .quote {
  position: relative;
  padding-left: 20px;
}
.about-media-text .quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 4px;
  background-color: #D5F6ED;
}
.about-media-text p {
  font-size: 18px;
  font-weight: 400;
}

.wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-next {
  background-color: #546fff;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover, .wp-block-query-pagination .wp-block-query-pagination-next:hover {
  background-color: #405edc;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border-radius: 8px;
  padding: 10px 15px;
  border: none;
  background-color: #f3f4f6;
  margin: 0 5px;
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: #e5e7eb;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #546fff;
  color: #fff !important;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:hover {
  background-color: #405edc;
}

.wp-block-post-featured-image {
  border-radius: var(--wp--custom--border-radius--xl, 2rem);
}
.wp-block-post-featured-image img {
  border-radius: var(--wp--custom--border-radius--xl, 2rem);
}

.post-header {
  margin-top: var(--wp--preset--spacing--40, 40px);
  margin-bottom: var(--wp--preset--spacing--40, 40px);
}

.wp-block-cover {
  min-height: 100vh;
  position: relative;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 120px 20px 50px;
}
@media (max-width: 781px) {
  .wp-block-cover .wp-block-cover__inner-container {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 0 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 782px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-cover .is-font-anton:first-of-type {
  font-size: clamp(24px, 6vw, 54px);
  line-height: 1.1;
  color: #21d2a9;
  margin-bottom: 0px;
}
@media (max-width: 781px) {
  .wp-block-cover .is-font-anton:first-of-type {
    text-align: center;
  }
}
.wp-block-cover .is-font-anton:last-of-type {
  font-size: clamp(48px, 12vw, 200px);
  line-height: 0.9;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 781px) {
  .wp-block-cover .is-font-anton:last-of-type {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wp-block-cover .is-font-anton.is-bg-gradient {
  font-size: clamp(48px, 12vw, 200px);
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .wp-block-cover .is-font-anton.is-bg-gradient {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wp-block-cover .wp-block-columns {
  margin-top: 20px;
}
.wp-block-cover .wp-block-columns .wp-block-column:first-child {
  flex-basis: 100%;
}
@media (max-width: 781px) {
  .wp-block-cover .wp-block-columns .wp-block-column:first-child {
    text-align: center;
    padding: 0 10px;
  }
}
.wp-block-cover .wp-block-columns .wp-block-column:first-child p {
  color: #000;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .wp-block-cover .wp-block-columns .wp-block-column:first-child p {
    color: #1f2937;
  }
}
@media (min-width: 782px) {
  .wp-block-cover .wp-block-columns .wp-block-column:first-child {
    flex-basis: 40%;
  }
}
@media (max-width: 781px) {
  .wp-block-cover .wp-block-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .wp-block-cover .wp-block-buttons .wp-block-button {
    width: 100%;
    max-width: 280px;
  }
  .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

.taxonomy-post_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.taxonomy-post_tag a {
  display: inline-block;
  padding: 6px 16px;
  background-color: #f3f4f6;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #6b7280;
  transition: all 0.2s ease;
}
.taxonomy-post_tag a:hover {
  background-color: var(--wp--preset--color--accent, #546fff);
  color: #fff;
  transform: translateY(-2px);
}
.taxonomy-post_tag .wp-block-post-terms__separator {
  display: none;
}

.is-style-post-terms-1 a {
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border: 1px solid #d1d5db;
}
.is-style-post-terms-1 a:hover {
  background: linear-gradient(135deg, #A1FF8B 0%, #21D2A9 100%);
  border-color: #21D2A9;
  color: #fff;
  box-shadow: 0 4px 12px rgba(33, 210, 169, 0.3);
}

@media screen and (max-width: 782px) {
  .wp-block-navigation .wpml-language-switcher-navigation-block {
    display: none;
  }
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
  height: max-content;
}

@media screen and (max-width: 782px) {
  .header-right-group {
    display: none !important;
  }
}

#contact-us .contact-email {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
#contact-us .contact-email a {
  color: inherit;
  text-decoration: none;
}
#contact-us .contact-email a:hover {
  text-decoration: underline;
}

/* WOW.js delay classes */
.wow.delay-100 {
  animation-delay: 100ms !important;
}

.wow.delay-200 {
  animation-delay: 200ms !important;
}

.wow.delay-300 {
  animation-delay: 300ms !important;
}

.wow.delay-400 {
  animation-delay: 400ms !important;
}

.wow.delay-500 {
  animation-delay: 500ms !important;
}

.wow.delay-600 {
  animation-delay: 600ms !important;
}

.wow.delay-700 {
  animation-delay: 700ms !important;
}

.wow.delay-800 {
  animation-delay: 800ms !important;
}

.wow.delay-900 {
  animation-delay: 900ms !important;
}

.wow.delay-1000 {
  animation-delay: 1000ms !important;
}

.wpcf7-form p {
  margin: 10px 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.85rem;
}
.wpcf7-form .wpcf7-spinner {
  margin-top: 10px;
}
.wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.wpcf7-form.invalid .wpcf7-spinner {
  display: none;
}

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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wp-block-cover__image-background.has-parallax {
    background-image: url("/wp-content/themes/kiwixlabs/media/hero@2x.jpg") !important;
    background-size: cover;
  }
}

/*# sourceMappingURL=style.css.map */
