/**
Theme Name: I-match
Author: I-match child theme
Author URI: https://i-match.nl
Description: I-match child theme 2024
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: i-match
Template: astra
*/




/**
REFERENTIES HOMEPAGE 
*/
.referentie-card {
  background: #F6F4FA;
  padding: 32px;
  border-radius: 8px;
  max-width: 720px;
  margin: 0 auto;
}

.referentie-tekst {
  font-style: italic;
  margin-bottom: 16px;
}

.referentie-naam {
  font-weight: 600;
  color: #342E8E;
}



/**
SPONSERS HOMEPAGE 
*/
.sponsor-swiper {
  width: 100%;
  margin: 0 auto;
}

.sponsor-swiper .swiper-slide {
  text-align: center;
}

.sponsor-swiper img {
  max-width: 100%;
  max-height: 80px; /* Afhankelijk van je ontwerp */
  object-fit: contain;
}



/**
CURSUSSEN HOMEPAGE 
*/
.bc-tile {
  background: #342E8E;
  border-radius: 4px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  text-decoration: none;
  height: 100%;
}

.bc-tile__icon {
  width: 56px;
  height: 56px;
  stroke: #FFFFFF;
}

.bc-tile__label {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
}

.bc-tile:hover {
  background: #2C2678;
}
a.bc-tile {
    text-decoration: none !important;
}
