/*
Theme Name: Parcel International
Theme URI: https://parcelinternational.com
Author: Jouw Naam
Author URI: https://parcelinternational.com
Description: Custom WordPress theme gebaseerd op Parcel International layout
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parcelinternational
*/
:root {
    --pi-primary: rgb(255, 87, 36);
    --pi-accent: #167399;
    --pi-bg: #FCFDFF;
    --pi-text: #0D1117;
}

body {
    background-color: var(--pi-bg);
    color: var(--pi-text);
    font-family: 'Exo', sans-serif;
}

a {
    color: var(--pi-accent);
    text-decoration: none;
}

.btn-primary {
    background-color: var(--pi-primary);
    border-color: var(--pi-primary);
}

.btn-primary:hover {
    background-color: rgba(255, 87, 36, 0.85);
    border-color: rgba(255, 87, 36, 0.85);
}

.btn-outline-primary {
    background-color: white;
    color: var(--pi-primary);
    border: 2px solid var(--pi-primary);
}

.btn-outline-primary:hover {
    background-color: var(--pi-primary);
    color: white;
    border-color: var(--pi-primary);
}

header img.logo {
    height: 60px;
}

header .btn {
    white-space: nowrap;
}

.highlight {
    color: var(--pi-accent);
}

.section-bg {
    background-color: rgba(22, 115, 153, 0.05);
    padding: 2rem;
    border-radius: 0.5rem;
}

.hero {
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding: 2rem 2rem;
    min-height: 400px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(16,66,94,0.95) 0%, rgba(29,149,197,0.45) 100%);
    z-index: 1;
}

.hero .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
	gap: 2rem;	
}

.hero .text-content {
    flex: 1 1 50%;
    /*padding-right: 2rem;*/
    color: white;
}

.hero .text-content h1,
.hero .text-content p {
    color: white;
}

.hero .calculator-box {
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    padding: 2rem;
    border-radius: 0.5rem;
    /*max-width: 800px;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	flex: 1 1 15%;
	z-index:9000;
	min-height:445px;
}

@media screen and (min-width: 992px) {
    /* Alleen zichtbaar op desktop (Bootstrap breakpoints ≥ lg) */
.hero .calculator-box {
	min-width:400px;
}

}

.hero .calculator-box h3 {
    color: var(--pi-accent);
}

.slider-container {
    position: relative;
}

.slider-content {
    display: flex;
    will-change: transform;
}

.slide {
    box-sizing: border-box;
    padding: 1rem;
}
.slider-prev,
.slider-next {
    cursor: pointer;
    /*background: rgba(255,255,255,0.8);*/
    border: none;
    font-size: 4rem;
	text-align:center;
    width: 30px;
    height: 40px;
	line-height: 0.5em;
	color: #FFFFFF;
    opacity: 0.2;
    transition: opacity 0.2s ease;
	  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.slider-prev:hover,
.slider-next:hover {
    opacity: 1;
}

.navbar-nav .nav-link {
    white-space: nowrap;
}

        .fireworks-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }
		
		.dots {
  text-align: center;
  margin-top: 1rem;
  bottom: -19px !important;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.dot.active {
  background-color: #FFF;
  cursor: default !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: white;
        padding: 1.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 0.75rem 1rem;
        text-align: left;
        font-weight: 500;
        color: var(--pi-accent);
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
        color: var(--pi-primary);
    }
}

@font-face {
    font-family: 'Exo';
    src: url('./assets/fonts/Exo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('./assets/fonts/Exo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('./assets/fonts/Exo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('./assets/fonts/Exo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('./assets/fonts/Exo-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('./assets/fonts/Exo-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}



.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    color: #1d95c5 !important;
}


.accordion-button:not(.collapsed) {
    background-color: #1d95c5 !important;
    color: white !important;
}


.accordion-button:not(.collapsed) {
    background-color: #1d95c5 !important;
    color: white !important;
}

    .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(1); /* maakt pijltje wit */
        transition: transform 0.3s ease;
    }

.accordion-collapse {
    transition: height 0.3s ease;
}