/*
Theme Name: P2C
Author: Pixel2code
Author URI: http://pixel2code.nl/
Description: Wordpress theme for p2c.
Version: 1.0
Text Domain: p2c
*/
.logged-in .header-fixed-wrap{
    top: 32px;
}
.text-center{
    text-align: center;
}
.gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 0 !important;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures responsive scaling */
    display: block;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures responsive scaling */
    display: block;
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    z-index: 10;
}

.popup-close-btn:hover {
    color: #000;
}