html {
  scroll-behavior: smooth;
}

h1, h2 {
    -webkit-text-stroke: 1px #2E2A7B; 
    text-stroke: 1px #2E2A7B;
    text-shadow:
     2px 0 #2E2A7B,
    -2px 0 #2E2A7B,
     0 2px #2E2A7B,
     0 -2px #2E2A7B,
     1px 1px #2E2A7B,
    -1px -1px #2E2A7B,
     1px -1px #2E2A7B,
    -1px 1px #2E2A7B;
}

h1 {
    letter-spacing: -1px;
}

.hidden {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.z-index-2 {
    z-index: 2;
}

.hero .left-ballon {
    position: absolute;
    left: 18%;
    bottom: 30%;
    opacity: 0;                     
    transform: translateY(60px);     /* start slightly below */
    animation: slideUpFade 1s ease-out forwards;
}

.hero .right-ballon {
    position: absolute;
    right: 20%;
    bottom: 40%;
    transform: scaleX(-1);
    opacity: 0;                     
    transform: translateY(60px);     /* start slightly below */
    animation: slideUpFade 1s ease-out forwards;
    animation-delay: 300ms;
}

.hero .right-ballon img {
    transform: scaleX(-1);
}

@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero .wp-block-image img {
    max-height: 28vh;
}

.cloud-divider-bottom, .cloud-divider-top {
    position: relative;
    overflow-x: hidden;
}

.cloud-divider-bottom:after, .cloud-divider-top:after {
    /*content: url('https://glavauoblacima.hr/wp-content/uploads/2025/09/cloud-shape.svg');*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20vh;
    display: block;
    background: url('https://glavauoblacima.hr/wp-content/uploads/2025/09/cloud-shape.svg');
    background-size: cover;
    z-index: 1;
}

.cloud-divider-top:after {
    bottom: auto;
    top: 0;
    transform: rotate(180deg);
}

.green-divider:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20vh;
    display: block;
    background: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/divider-shape-green.svg');
    background-size: cover;
    z-index: 0;
}

.wp-block-navigation {
    gap: 50px !important;
}

.wp-block-navigation li a.wp-block-navigation-item__content {
    transition: 300ms;
}

.wp-block-navigation li a.wp-block-navigation-item__content:hover {
    color: #C23BC3;
}

.wp-block-navigation__responsive-container-open svg {
    width: 44px;
    height: 44px;
}

.aktivnosti-row {
    gap: 15px;
}

.aktivnosti-row .wp-block-group {
    width: 20%;
}

.aktivnosti-row .wp-block-image {
    border: 4px solid #2E2A7B;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.aktivnosti-row .wp-block-image img {
    transition: 300ms;
}

.aktivnosti-row .wp-block-image:hover img {
    transform: scale(1.1);
}

figure.carousel img {
    border: 4px solid #2E2A7B;
    border-radius: 30px;
}

.wp-block-bicb-carousel .bicbCarousel .swiper-wrapper .carousel {
    display: block;
}

.price-cloud {
    position: relative;
    z-index: 0;
}

.price-cloud:before {
    content: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/oblak-clean.svg');
    position: absolute;
    bottom: -100px;
    left: -65px;
    z-index: -1;
    pointer-events: none;
}

.price-cloud:after {
    content: "€/sat";
    font-family: "Quicksand";
    font-size: 20px;
}

.section-cijene select {
    font-family: 'Quicksand';
    font-weight: bold;
    font-size: 18px;
    margin-right: 7px;
    border: 2px solid #000;
    border-radius: 6px;
}

.price-card {
    position: relative;
    z-index: 0;
    transition: 300ms;
    top: 0;
    overflow: initial;
}

/*.price-card:before {
    content: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/baloni-small-blue.svg');
    position: absolute;
    top: -260px;
    z-index: -1;
}*/

.contact-section form {
    position: relative;
    background: #FFF;
    border: 4px solid #000;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 654px;
    margin: 0 auto;
    padding: 24px;
    font-family: "Cherry Bomb One";
}

.contact-section .form-wrapper {
    overflow: initial;
}

.contact-section .form-wrapper:after {
    content: "";
    background: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/oblak-clean.svg');
    background-size: cover;
    position: absolute;
    right: -30px;
    bottom: -60px;
    width: 319px;
    height: 198px;
    background-position: center;
    pointer-events: none;
}

.contact-section form p {
    width: 100%;
    margin: 0;
}

.contact-section form label {
    font-size: 20px;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 18px;
    background: rgba(136,212,252,.5);
    font-family: "Quicksand";
    font-size: 20px;
    font-weight: 600;
    border: 4px solid #000;
    border-radius: 8px;
    line-height: 40px;
    padding: 0 8px;
}

.contact-section form select, .contact-section form input[type="date"] {
    width: 100%;
    height: 50px;
    display: block;
    min-height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.contact-section form input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-section form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 40px;
}

.contact-section form textarea {
    height: 144px;
}

.custom-select {
    position: relative;
}

.custom-select:after {
    content: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/angle-down.svg');
    position: absolute;
    right: 0;
    bottom: 20px;
    pointer-events: none;
}

.contact-section form input[type="submit"] {
    background: #2E2A7B;
    border-color: #2E2A7B;
    color: #FFF;
    font-family: "Cherry Bomb One";
    font-weight: 300;
    cursor: pointer;
    display: block;
    max-width: 240px;
    margin: 0 auto;
    transition: 300ms;
    cursor: pointer;
}

.contact-section form input[type="submit"]:hover {
    background: #6ec04d;
}

.contact-section .wpcf7-spinner {
    position: absolute;
    margin: 0;
    bottom: 50px;
}

.contact-section .row-wrap {
    display: flex;
    gap: 16px;
    width: 100%;
}

.contact-section .row-wrap > div {
    width: 50%;
}

.pgcsimplygalleryblock-justified-item .pgcsimplygalleryblock-justified-item-inner,
.pgcsimplygalleryblock-grid-item-inner {
    border: 2px solid #2E2A7B !important;
}

footer a {
    text-decoration: none;
    transition: 300ms;
}

footer a:hover {
    color: #c23bc3;
}

.map-icon,
.mail-icon,
.phone-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.map-icon {
    align-items: flex-start;
}

.map-icon:before {
    content: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/location.svg');
}


.mail-icon:before {
    content: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/envelope-guo.svg');
}

.phone-icon:before {
    content: url('https://glavauoblacima.hr/wp-content/themes/glavauoblacima/images/phone.svg');
}

/*MAX*/
@media only screen and (max-width: 991px) {
    .aktivnosti-row {
        flex-direction: column;
    }
    .aktivnosti-row .wp-block-group {
        width: 100%;
        max-width: 282px;
    }
    .cijene-flex {
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .contact-section form {
        padding: 16px 16px 100px;
    }

    .contact-section form .row-wrap {
        flex-direction: column;
        gap: 0;
    }

    .contact-section .row-wrap > div {
        width: 100%;
    }

    .contact-section form input[type="submit"] {
        max-width: 100%;
    }

    .price-cloud:before {
        transform: scale(0.9);
        left: -80px;
    }

    .button-wr {
        justify-content: center !important;
    }

    footer p, footer .wp-block-heading {
        text-align: center !important;
    }

    .map-icon, .mail-icon, .phone-icon {
        flex-direction: column;
        align-items: center;
    }

    .wp-block-social-links {
        justify-content: center;
    }

    .hero .left-ballon img,
    .hero .right-ballon img {
        width: 70px !important;
    }

    .hero .left-ballon {
        left: 15px;
        bottom: 17%;
    }

    .hero .right-ballon {
        right: 15px;
        bottom: 27%;
    }
}


/*MIN*/
@media only screen and (min-width: 992px) {
    .desktop-flex-align-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .price-card:hover {
        top: -15px;
    }
}