/*
Theme Name: GOTO Parking Cluj
Author: Buliga Dragos
Author URI: http://dbuliga.ro/
Template: essentials
Version: 1.0

*/

.entry-header .pix-post-entry-author {
    display: none;
}

.vc_row.formular {
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
}

.vc_row.formular .wpforms-submit {
    padding: 10px 60px !important;
    background: #e41690 !important;
    color: #fff !important;
    border-radius: 10px ! IMPORTANT;
}

/* Popup css */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Montserrat:wght@400;500;600&display=swap');


.popup-container .wpforms-field input {
    font-size: 14px !important;
    height: 34px;
}
.popup-container .wpforms-field {
    padding: 0px !important;
    margin-bottom: 10px;
}
.wpforms-field-label-inline {
font-size: 14px !important;
}
.wpforms-submit {
    font-size: 14px !important;
    min-width: 50%;
    margin-top: 20px !important;
}
/*body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.popup-section {
    min-width: 700px;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    background: url('https://gotoparking.ro/wp-content/uploads/2026/02/promotie-main-bg.jpg') no-repeat center center;
    background-size: cover;
}

.popup-container {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 24px 30px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: auto;
}
.logo {
    margin-bottom: 12px;
	margin: 30px 0;
}

.logo svg {
    height: 40px;
    width: auto;
}

.title-main {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    padding: 10px 24px 0px 24px;
    margin-bottom: 20px;
    display: inline-flex;
    background: linear-gradient(90deg, #e90e8b, #e90e8b);
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-sub {
    font-family: 'Josefin Sans', sans-serif;
    color: #29abe2;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4px;
}

.popup-form-wrap {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 10px;
    text-align: left;
}

.social-links-container {
    max-width: 500px;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
}

.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.social-link:hover {
    color: #e90e8b;
}

.social-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 700px) {
    body {
        width: 100%;
        min-height: 100vh;
        padding: 16px;
        align-items: center;
    }

    .popup-section {
        width: 100%;
        min-width: 0;
        max-width: 440px;
        min-height: 500px;
        background-image: url('https://gotoparking.ro/wp-content/uploads/2026/02/promotie-mobile-bg.jpg');
        background-size: cover;
        background-position: center center;
    }

    .popup-container {
        padding: 20px 20px 24px;
        min-height: 100%;
    }

    .logo {
        margin-bottom: 10px;
    }

    .logo svg {
        height: 36px;
    }

    .title-container {
        margin-bottom: 12px;
    }

    .title-main {
        font-size: 20px;
        margin-bottom: 10px;
        display: inline-flex;
    }

    .title-sub {
        font-size: 32px;
		line-height: 1em;
    }

    .popup-form-wrap {
        margin: 12px auto 16px;
        padding: 0 8px;
    }

    .social-links-container {
        position: relative;
        bottom: auto;
        margin-top: 24px;
        padding: 0 8px;
    }

    .social-links {
        gap: 20px;
    }

    .social-link {
        font-size: 11px;
    }

    .social-icon {
        width: 16px;
        height: 16px;
    }

    .social-link svg {
        width: 16px;
        height: 16px;
    }
}