/*
Theme Name: Wideka Child
Theme URI: https://wideka.nl/
Description: Custom child theme based on Blocksy
Author: Wilfred Derksen
Author URI: https://wideka.nl/
Template: blocksy
Version: 1.0
*/


/* === Wideka Hero Section === */
.wideka-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 5% 0;
  background: linear-gradient(135deg, #012c80, #0152d9);
  color: white;
  overflow: hidden;
  min-height: 450px;
  z-index: 1;
}

.wideka-hero-content {
  position: relative;
  z-index: 2;
  max-width: 50%;
}

.wideka-hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.wideka-hero-content p {
  font-size: 1.3rem;
  color: #f0f0f0;
  margin: 0;
}

.wideka-hero-image {
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 350px;
  z-index: 2;
}

.wideka-hero {
  position: relative;
  color: white;
  padding: 80px 10% 160px 10%;
  background: url('/wp-content/themes/wideka-child/images/wideka-hero-wave.png') no-repeat bottom center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

.wideka-hero-wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

