.elementor-7073 .elementor-element.elementor-element-4864e3f{--display:flex;--min-height:100vh;--gap:0px 0px;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7073 .elementor-element.elementor-element-788ca44 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7073 .elementor-element.elementor-element-4864e3f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-788ca44 */.obvestilo-wrapper {
    background: linear-gradient(rgba(26, 58, 42, 0.7), rgba(26, 58, 42, 0.7)), url('https://velikolaska.si/wp-content/uploads/2022/06/Grad_Turjak-1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.obvestilo-container {
    background: #ffffff;
    max-width: 700px;
    width: 100%;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.obvestilo-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a3a2a;
    margin-bottom: 24px;
    line-height: 1.4;
}

.obvestilo-text {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 32px;
    font-weight: 400;
}

.obvestilo-text p {
    margin-bottom: 16px;
}

.obvestilo-text p:last-child {
    margin-bottom: 0;
}

.obvestilo-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.obvestilo-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2d6a50;
    color: #ffffff;
    padding: 14px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(45, 106, 80, 0.3);
}

.obvestilo-button:hover {
    background: #1f4d38;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 106, 80, 0.4);
}

.obvestilo-button:active {
    transform: translateY(0);
}

.obvestilo-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.obvestilo-button:hover .obvestilo-arrow {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .obvestilo-wrapper {
        width: 100%;
        height: 100vh;
    }

    .obvestilo-container {
        padding: 40px 24px;
    }

    .obvestilo-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .obvestilo-text {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .obvestilo-button {
        padding: 12px 28px;
        font-size: 15px;
    }
}/* End custom CSS */