/**
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
*/


/* --------------------------------------------------
   1. RESET & BASE
-------------------------------------------------- */


/* --------------------------------------------------
   2. VARIABLES (if using CSS custom properties)
-------------------------------------------------- */


/* --------------------------------------------------
   3. TYPOGRAPHY
-------------------------------------------------- */

/* ==== Heading Colors ==== */

/* H1 */
h1, h2 {
 	color: var(--ast-global-color-1) !important; /* dark grey */
}

h4, h6 {
	color: var(--ast-global-color-7) !important; /* dark blue */
}

/* H2 */
h3, h5 {
  color: var(--ast-global-color-0) !important; /* orange */
}

.heading-white h1,
.heading-white h2,
.heading-white h3,
.heading-white h4,
.heading-white h5,
.heading-white h6,
.heading-white p,
.heading-white a {
	color: var(--ast-global-color-5) !important;
}

.heading-dark h1,
.heading-dark h2,
.heading-dark h3,
.heading-dark h4,
.heading-dark h5,
.heading-dark h6,
.heading-dark p,
.heading-dark a {
	color: var(--ast-global-color-3) !important;
}

.text--dark-grey {
	color: var(--ast-global-color-1) !important;
}


/* --------------------------------------------------
   4. LAYOUT & STRUCTURE
	- Header
	- Menu/Navigation
	- Main
 	- Footer
-------------------------------------------------- */

/* ==== 4.1 Header bar ==== */
.main-header-bar, .ast-primary-header-bar {
    background-color: var(--ast-global-color-0) !important;
}

/* ==== 4.2 WPML language chevron (desktop) ==== */


/* ==== 4.3 Menus (header & footer) hover/active = semi-bold ===== */
.main-header-menu > li > a.menu-link:hover,
.main-header-menu > li > a.menu-link:active,
.main-header-menu > li.current-menu-item > a.menu-link,
.main-header-menu > li.current_page_item > a.menu-link,
.main-header-menu > li.current-menu-ancestor > a.menu-link {
  font-weight: 600 !important;
}

.site-footer .menu > li > a:hover,
.site-footer .menu > li > a:active,
.site-footer .menu > li.current-menu-item > a,
.site-footer .menu > li.current_page_item > a,
.site-footer .menu > li.current-menu-ancestor > a {
  font-weight: 600 !important;
}

/* ==== Content links hover/active = brand oranje ==== */
.entry-content a:not(.menu-link):hover,
.entry-content a:not(.menu-link):active,
.ast-container a:not(.menu-link):hover,
.ast-container a:not(.menu-link):active {
  color: var(--ast-global-color-0) !important;
  text-decoration-color: var(--ast-global-color-0) !important;
}

/* ==== Sub menu ==== */
@media (min-width: 993px) {
	.main-header-menu .sub-menu {
    background-color: var(--ast-global-color-3); 
	padding: 20px;
	}
	.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
	color: var(--ast-global-color-5);
	}
}
.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
	font-weight: bold;
}

/* subtiele transitions */
a { transition: color .15s ease, text-decoration-color .15s ease; }


/* ==== Language switcher ==== */



/* ==== Footer ==== */
.site-footer p, .site-footer h4, .site-footer li {
	color: var(--ast-global-color-5) !important;
}
.site-footer h4 {
	margin-bottom: 20px !important;
}
.payment-logos {
	margin-top: -50px;
}
.payment-logos img {
    max-width: 35px;
    height: 26px !important;
	margin-right: 2px;
}

/* .payment-icon {
	max-width: 35px;
	height: 26px !important;
	margin-right: 2px;
} */

.site-footer .site-footer-above-section-2 #block-15,
.site-footer .site-footer-above-section-2 #block-26 {
  margin: 0 0 0 0 !important;
}


/* --------------------------------------------------
   5. COMPONENTS
	- 1. Buttons
	- 2. Cards
	- 3. Client logos
	- 4. Forms
	- 5. Testimonials
	- 6. Icons
-------------------------------------------------- */

/* === 5.1 Buttons ==== */
.btn--secondary .uagb-buttons-repeater:hover {
  color: var(--ast-global-color-5) !important;
}

.button-row-small {
	row-gap: 15px;
	column-gap: 10px;
}
.small-button {
	max-height: 25px;
}
.small-button a {
	padding: 7px 12px !important;
	white-space: nowrap;
}

/* ==== 5.2 Cards ==== */

.package-badge {
	position: absolute;
	top: -15px;
}


/* ==== 5.3 Client Logos ===== */

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;   /* horizontaal centreren */
  padding: 1rem 0;
  max-width: 1000px;
  margin: 0 auto;
}

/* Logo-container (elke kolom / afbeelding) */
.client-logos .wp-block-image {
  display: flex;
  align-items: center;       /* verticaal centreren */
  justify-content: center;   /* horizontaal centreren */
  width: 22%;                /* 4 per rij */
  min-height: 100px;         /* vaste hoogte voor nette uitlijning */
  margin: 1rem;              /* afstand tussen logo's */
}

/* Afbeeldingen zelf */
.client-logos img {
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Hover-effect */
.client-logos img:hover {
  transform: scale(1.05);
}

/* Tablet: 2-3 per rij */
@media (max-width: 1024px) {
  .client-logos .wp-block-image {
    width: 40%;
    min-height: 80px;
    margin: 0.8rem;
  }
  .client-logos img {
    max-width: 100px;
  }
}

/* Mobiel: 2 per rij */
@media (max-width: 600px) {
  .client-logos .wp-block-image {
    width: 45%;
    min-height: 70px;
    margin: 0.6rem;
  }
  .client-logos img {
    max-width: 80px;
  }
}

/* ==== 5.4 Forms ===== */
.vff .fh2 {
    font-size: 1rem !important;
}

/* Labels */
.vff .f-text {
    font-size: 1.2rem !important;
}

/* Unset padding and align left conversational form */
.ff_conv_app_frame .vff {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.ff_conv_app_frame .vff.vff_layout_default .f-container {
	margin: 0 !important;
}
/* .ff_conv_section_wrapper.ff_conv_layout_default {
	padding: 0;
} */


.fluentform .hidden {
	display: none !important;
}

.fluentform .form__package-card {
	position: relative;
}

.fluentform .form__package-badge {
  position: absolute;
  top: -18px;
  z-index: 3;
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

.fluentform .form__packages-container {
  width: 100%;
}

.fluentform .form__packages-title {
  margin-bottom: 20px;
}

.fluentform .form__packages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.fluentform .form__package-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    max-width: 250px;
    padding: 20px;
    border: 1px solid;
    border-radius: 10px;
    background-color: var(--ast-global-color-7);
    color: var(--ast-global-color-5);
}

.fluentform .form__package-card strong {
  display: block;
  margin-bottom: 10px;
}

.fluentform .form__package-card ul {
  margin: 0;
  padding-left: 18px;
}

.fluentform .form__package-card li {
  	margin-bottom: 6px;
}

.frm-fluent-form .choices__list--single .choices__item {
	font-size: 1rem !important;
}


/* Alignment multiline checkbox */
.fluentform .ff-el-group input[type="checkbox"] {
  	margin-top: 4px; /* kleine optische correctie */
}

.fluentform .ff-el-group .ff-el-form-check .ff-el-form-check-label {
  	display: flex;
  	align-items: flex-start;
  	gap: 10px;
}

.fluentform .ff-el-group .ff-el-form-check-label {
  	display: block;
  	line-height: 1.4;
}

/* Alignment additional text under checkbox */
.newsletter_additionaltext { 
	font-size: 0.9rem;
	font-style: italic;
	margin-left: 22px;
	margin-top: -20px;
}


/* ==== 5.6 Icons ---- */

/* General icon style */
#contact-tabs .uagb-tabs__nav-item::before {
  display: block;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px; /* ruimte tussen icoon en titel */
  color: var(--ast-global-color-0); /* oranje accentkleur */
}

/* Icon 1 - Phone */
#contact-tabs #uagb-tabs__tab0::before {
  content: "\f095"; /* Font Awesome phone */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Icon 2 - Map pin */
#contact-tabs #uagb-tabs__tab1::before {
  content: "\f3c5"; /* Font Awesome map-marker-alt */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Icon 3 - Envelope */
#contact-tabs #uagb-tabs__tab2::before {
  content: "\f0e0"; /* Font Awesome envelope */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* --------------------------------------------------
   6. UTILITIES / HELPERS
-------------------------------------------------- */


/* --------------------------------------------------
   7. RESPONSIVE MEDIA QUERIES
-------------------------------------------------- */
/* @media (min-width: 922px) {
  .main-header-bar {
    background: var(--ast-global-color-0) !important;
  }
} */

@media (max-width: 767) {
	.height_auto--phone {
		min-height: auto !important;
	}
}
