/*!
Theme Name: Aanhangwagen Verhuur Wissenkerke
Theme URI: https://aanhangwagenverhuurwissenkerke.nl/
Template: kadence
Author: Rick
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aanhangwagenverhuurwissenkerke
*/

.title-underline {
    position: relative;
    margin-bottom: 50px !important;
    width: fit-content;
}

.title-underline::after {
    content: '';
    height: 1.5px;
    width: 100%;
    background: #f7a600;
    position: absolute;
    left: 0%;
    bottom: -5px;
}

.title-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

/* Styling the background of the header title for both regular and home pages */
.header-home .header-title {
    position: relative;
    /* background-image: linear-gradient(30deg, #000000 10%, rgba(0, 0, 0, 0.6) 80%); */
}

.header .header-title {
    position: relative;
    /* background-image: linear-gradient(30deg, #000000 10%, rgba(0, 0, 0, 0.6) 80%); */
}


/* Adding a background image before the header title for both regular and home pages */
.header .header-title::before,
.header-home .header-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('assets/images/Beeldmerk_Zwart.png');
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat; */
    opacity: 0.5;
    z-index: -1;
}

.header .header-title::before {
    opacity: 0.3;
}

/* Adjusting the background size of the image before the header title differently for regular and home pages */
.header .header-title::before {
    background-size: 50% auto;
}

@media screen and (min-width: 1920px) {
    .header .header-title::before {
        background-size: 40% auto;
    }
}

.header-home .header-title::before {
    background-size: 70% auto;
}

/* Styling the entry title (main heading) and its properties for both regular and home pages */
.header .entry-title,
.header-home .entry-title {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

/* Styling a specific span element within the entry title and a class named "sub-title" */
.header .entry-title span,
.header-home .entry-title span,
.sub-title {
    color: #fff;
}

/* Setting styles for the header image inside the header */
.header .background-image img {
    max-height: 400px !important;
    width: 100%;
    object-fit: cover;
}

/* Responsive styles */
@media screen and (max-width: 1080px) {

    /* Adjustments for smaller screens */
    .header .entry-title,
    .header-home .entry-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 480px) {

    /* Adjustments for even smaller screens */
    .header .entry-title,
    .header-home .entry-title {
        font-size: 1rem;
        line-height: 1.2rem;

        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.header-home .image-container {
    position: relative;
    width: 100%;
    height: 700px;
    /* Set the height as required */
    overflow: hidden;
}

/* Responsive styles */
@media screen and (max-width: 1080px) {

    /* Adjustments for smaller screens */
    .header-home .image-container {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {

    /* Adjustments for even smaller screens */
    .header-home .image-container {
        height: 150px;
    }
}

.header-home .background-image {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.header-home .overlay-gray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, rgba(247, 250, 252, 1) 5%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
}

.header-home .overlay-gray2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(247, 250, 252, 1) 30%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
}

.header-home .overlay-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, #000000 -20%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
}

.header-home .title-block {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    color: white;
    text-align: center;
    z-index: 1;
}


.header .image-container {
    position: relative;
    width: 100%;
    height: 400px;
    /* Set the height as required */
    overflow: hidden;
}

/* Responsive styles */
@media screen and (max-width: 1080px) {

    /* Adjustments for smaller screens */
    .header .image-container {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {

    /* Adjustments for even smaller screens */
    .header .image-container {
        height: 80px;
    }
}

.header .background-image {
    width: 70%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.header .overlay-gray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, rgba(247, 250, 252, 1) 5%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
}

.header .overlay-gray2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(247, 250, 252, 1) 30%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
}

.header .overlay-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, #000000 -20%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
}

.header .title-block {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    color: white;
    text-align: center;
    z-index: 1;
}


.rounded-box {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    /* Adjust the border-radius value as needed */
    background-color: #000;
    /* Adjust the background color as needed */
    color: #f7a600;
    /* Adjust the text color as needed */
    text-decoration: none;
    /* Remove underline */
    margin-bottom: 5px;
    /* Add margin between tags */
}

.rounded-box:hover {
    background-color: #f7a600;
    color: #000;
    /* Adjust the text color as needed */
    text-decoration: none;
    /* Remove underline */
}