body {
            margin: 0;
            font-family: 'Nunito Sans', sans-serif;
            background-color: transparent;
        }

        .elementor-custom-content {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            box-sizing: border-box;
        }
        

        .elementor-custom-content-inner {
            text-align: left;
            background-color: transparent;
            padding: 20px;
            border-radius: 10px;
            width: auto;
            max-width: 1200px;
            margin-right: 500px;
            margin-top: 60px;
            position: relative;
        }

        .elementor-custom-form {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
        }
        
        

        .elementor-custom-form label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        
    


        .elementor-custom-form input[type="text"],
        .elementor-custom-form input[type="email"],
        .elementor-custom-form select {
            text-align: center;
            width: 150px;
            padding: 0px;
            margin-bottom: 100px;
            border: 1px solid #ddd;
            border-radius: 10px;
            border-color: #fb9d44;
            color:#000000;
            background-color: transparent;
            box-sizing: border-box;
        }

        .elementor-custom-form input::placeholder {
            font-weight: bold;
            color:#000000;
            
        }

        .elementor-custom-form input[type="submit"] {
            width: 150px;
            height: 38px;
            background-color: #fa9c43;
            border: none;
            border-radius: 10px;
            color: white;
            font-weight: bolder;
            cursor: pointer;
            margin-bottom: 95px;
            transition: background-color 0.3s, color 0.3s;
        }

        .elementor-custom-form input[type="submit"]:hover {
            background-color: #d68737;
        }

        .elementor-dropdown-content {
            display: none;
            position: absolute;
            background-color: white;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            max-height: 200px;
            overflow-y: auto;
        }

        .elementor-dropdown-content.above {
            bottom: 100%;
            top: auto;
            margin-bottom: 5px;
        }

        .elementor-dropdown-content.below {
            top: 100%;
            bottom: auto;
            margin-top: 5px;
        }

        .elementor-dropdown-content div {
            color: black;
            padding: 10px;
            text-decoration: none;
            display: block;
            cursor: pointer;
        }

        .elementor-dropdown-content div:hover {
            background-color: #ddd;
        }

        .elementor-show {
            display: block;
        }

        .elementor-form-group {
            position: relative;
        }

        .elementor-flag {
            margin-right: 8px;
        }

        .elementor-custom-select {
            position: relative;
        }

        .elementor-custom-select select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding-right: 30px;
        }

        .elementor-modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
            padding-top: 60px;
        }

        .elementor-modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
            display: flex;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 30px;
            position: relative;
        }

        .elementor-modal-left,
        .elementor-modal-right {
            flex: 1;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .elementor-modal-left {
            border-right: 1px solid #ddd;
        }

        .elementor-modal input[type="text"],
        .elementor-modal input[type="email"],
        .elementor-modal select {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
            color:#000000;
        }

        .elementor-modal input[type="text"]::placeholder,
        .elementor-modal input[type="email"]::placeholder {
            font-weight: bolder;
            color:#000000;
        }

        .elementor-close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
        }

        .elementor-close:hover,
        .elementor-close:focus {
            color: black;
            text-decoration: none;
        }

        h2 {
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .elementor-icon {
            position: relative;
        }

        .elementor-icon::before {
            content: "\1F464";
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2em;
        }

        .elementor-icon select {
            padding-left: 40px;
        }

        .elementor-icon-child::before {
            content: "\1F466";
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2em;
        }

        .elementor-icon-child select {
            padding-left: 40px;
        }

        .elementor-modal-submit {
            width: 100%;
            padding: 10px 20px;
            background-color: #007BFF;
            border: none;
            border-radius: 4px;
            color: white;
            font-weight: bold;
            cursor: pointer;
            box-sizing: border-box;
        }

        .elementor-modal-submit:hover {
            background-color: #0056b3;
        }

        .elementor-add-room-container {
            display: flex;
            align-items: center;
            position: absolute;
            left: 20px;
            bottom: 20px;
        }

        .elementor-add-room {
            font-size: 24px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .elementor-add-room:hover {
            background-color: #0056b3;
        }

        .elementor-add-room-text {
            margin-left: 10px;
            font-size: 16px;
            color: #007BFF;
        }

        .elementor-remove-room {
            background-color: #DC3545;
            color: white;
            border: none;
            border-radius: 4px;
            padding: 5px 10px;
            cursor: pointer;
            margin-top: 10px;
            margin-left: auto;
            display: block;
        }

        .elementor-remove-room:hover {
            background-color: #C82333;
        }

        .elementor-room-divider {
            width: 100%;
            height: 2px;
            background-color: #ddd;
            margin: 20px 0;
        }

        .elementor-room-title {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .elementor-select-with-icon {
            position: relative;
        }

        .elementor-select-with-icon select {
            padding-left: 50px;
            height: 40px;
        }

        .elementor-select-icon {
            position: absolute;
            left: 10px;
            top: 60%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
        }

        .elementor-room-container {
            position: relative;
        }

        .elementor-room-container .elementor-select-icon {
            position: absolute;
            left: 10px;
            top: 40%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
        }

        .elementor-room-container .elementor-select-with-icon select {
            padding-left: 50px;
        }

        .elementor-children-ages-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .elementor-child-age-group {
            display: flex;
            gap: 10px;
        }

        .elementor-children-ages-container select {
            width: 60px;
        }

        /* Success Modal */
        #successModal .elementor-modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        #successModal h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }

        #successModal p {
            font-size: 1.2em;
        }

        /* Error Styling */
        .input-error {
            background-color: #fdd !important;
        }

        /* Media Queries */

        /* Tablet view */
        @media (max-width: 1024px) {
            .elementor-custom-content-inner {
                margin-right: 0;
                margin-top: 30px;
            }

            .elementor-custom-form {
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 10px;
            }

            .elementor-custom-form input[type="text"],
            .elementor-custom-form input[type="email"],
            .elementor-custom-form select {
                width: 120px;
                padding: 8px;
                margin-bottom: 0;
            }

            .elementor-custom-form input[type="submit"] {
                width: 125px;
                height: 34px;
                margin-bottom: 0;
            }

            .elementor-modal-content {
                width: 80%;
                padding: 15px;
            }

            .elementor-modal-left,
            .elementor-modal-right {
                padding: 15px;
            }
        }

        /* Mobile view */
        @media (max-width: 767px) {
            .elementor-custom-content-inner {
                margin-right: 0;
                margin-top: 20px;
            }

            .elementor-custom-form {
                flex-direction: column;
                align-items: stretch;
            }

            .elementor-custom-form input[type="text"],
            .elementor-custom-form input[type="email"],
            .elementor-custom-form select {
                width: 100%;
                margin-bottom: 20px;
            }

            .elementor-custom-form input[type="submit"] {
                width: 100%;
                margin-bottom: 20px;
            }

            .elementor-modal-content {
                width: 90%;
                padding: 10px;
                flex-direction: column;
            }

            .elementor-modal-left,
            .elementor-modal-right {
                padding: 10px;
            }

            .elementor-modal-left {
                border-right: none;
                border-bottom: 1px solid #ddd;
                margin-bottom: 15px;
            }

            .elementor-add-room-container {
                left: 50%;
                transform: translateX(-50%);
                bottom: 15px;
            }
            
        }
        #termsCheckbox.input-error {
    outline: 2px solid red;
}

.elementor-modal-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Extra-large screens (e.g., 27-inch Mac or similar) */
@media (min-width: 1920px) {
    .elementor-custom-content {
        justify-content: flex-start; /* Poravnanje na levu stranu */
        padding-left: 210px; /* Mali odstoj od leve ivice za estetiku */
    }

    .elementor-custom-content-inner {
        margin-right: 0; /* Uklanjamo fiksni margin-right */
        margin-left: 0; /* Bez automatskog centriranja */
        max-width: 1400px; /* Povećavamo širinu za veći ekran */
        padding: 30px; /* Više prostora unutar kontejnera */
    }

    .elementor-custom-form {
        gap: 15px; /* Veći razmak između elemenata */
    }

    .elementor-custom-form input[type="text"],
    .elementor-custom-form input[type="email"],
    .elementor-custom-form select {
        width: 180px; /* Širi input polja */
        padding: 12px; /* Više unutrašnjeg prostora */
    }

    .elementor-custom-form input[type="submit"] {
        width: 180px; /* Širi submit dugme */
        height: 44px; /* Više dugme */
        font-size: 1.1em; /* Veći tekst */
    }

    .elementor-modal-content {
        width: 60%; /* Modal malo širi */
        max-width: 1400px; /* Ograničena maksimalna širina */
    }

    .elementor-modal-left,
    .elementor-modal-right {
        padding: 25px; /* Više prostora u modalu */
    }
}
/* Uklanjanje strelica u select poljima (kako i koliko) */
.elementor-custom-form select {
    appearance: none; /* Za sve browsere */
    -webkit-appearance: none; /* Safari i Chrome */
    -moz-appearance: none; /* Firefox */
    background-image: none !important; /* Uklanja bilo koju strelicu koja je deo teme */
}

/* Dodatan stil ako je potreban za bolji dizajn */
.elementor-custom-select {
    position: relative;
}


.elementor-custom-select::after {
    content: ""; /* Prilagođena strelica (može se ukloniti ako ne treba nikakva) */
    font-size: 0px;
    position: none;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}



