/*
Theme Name: Bosa Child
Theme URI: https://donatelli.rs/
Description: Child theme for Bosa
Author: Donatelli
Author URI: https://donatelli.rs/
Template: bosa
Version: 1.0.0
Text Domain: bosa-child
*/

/* Custom CSS */

:root {
  --primary-bg-color: #1a1b1e;
  --primary-border-color: #393939;
  --primary-color: #e03100; 
  --primary-hover-color: #ec4e00;
  --primary-color-2: #ec4e00; 
  --primary-color-3: #f46900; 
}

body {
 /* background-color: var(--primary-bg-color); */
}

.single-post .site-main .post-navigation,
.single-post .site-main .comments-area {
	display: none !important;
}

.elementskit-single-pricing  .elementskit-pricing-btn-wraper  {
	display: none;
}

/* Forma za rezervaciju START*/
/* Forma za rezervaciju – TVOJ ORIGINAL + IME I PREZIME UVEK U ISTOM REDU */
.rentacar-black-form {
    width: 100%;
    padding: 40px 5%;
	margin-bottom: 25px;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 30px #E03100;
}
.rentacar-black-form h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #fff;
}
.rentacar-black-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.rentacar-black-form .col {
    flex: 1;
    padding: 0 10px;
    min-width: 280px;
}
.rentacar-black-form .col.wide {
    flex: 2;
}
.rentacar-black-form label {
    display: block;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 6px;
}
.rentacar-black-form input[type="text"],
.rentacar-black-form input[type="email"],
.rentacar-black-form input[type="tel"],
.rentacar-black-form input[type="date"],
.rentacar-black-form select,
.rentacar-black-form textarea {
    width: 100%;
    padding: 14px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
}
.rentacar-black-form select {
    height: 50px;
}
.rentacar-black-form ul {
    margin: 10px 0 0 0;
    line-height: 1.7;
    color: #ccc;
}
.rentacar-black-form input[type="submit"] {
    background: linear-gradient(90deg, #00ff00, #00cc00);
    color: #000;
    padding: 18px 50px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0,255,0,0.4);
}
.rentacar-black-form input[type="submit"]:hover {
    background: #00ff00;
    transform: translateY(-2px);
}

/* DODACI */
.dodaci-box {
    margin: 35px 0;
    padding: 25px;
    background: rgba(0,255,0,0.08);
    border-left: 1px solid #00ff00;
    border-radius: 12px;
    width: 100% !important;
    box-sizing: border-box;
}
.dodaci-naslov {
    color: #00ff00 !important;
    font-size: 16px !important;
    font-weight: bold;
    display: block;
    margin-bottom: 18px !important;
}
.vertical-checkbox .wpcf7-list-item {
    margin: 20px 0 !important;
    padding: 0 !important;
	display: block;
}
.vertical-checkbox .wpcf7-list-item input[type="checkbox"] {
    margin-right: 10px !important;
    transform: scale(1.3);
    accent-color: #00ff00;
}
.vertical-checkbox .wpcf7-list-item label {
    color: #eee !important;
    font-size: 15px !important;
    line-height: 1.1;
}
.col.wide {
    flex: 2 !important;
    max-width: none !important;
}

/* FINALNI DEO */
.final-contact-section {
    padding: 6px 30px 0 30px;
}

.info-checks {
    margin: 35px 0;
    padding: 20px 0;
    border-top: 1px dashed #00ff00;
    border-bottom: 1px dashed #00ff00;
}

.check-item {
    display: block;
    color: #ccc;
    font-size: 16px;
    margin: 12px 0;
    padding-left: 35px;
    position: relative;
}
.check-item:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -9px;
    color: #00ff00;
    font-size: 24px;
    font-weight: bold;
}
.final-contact-section input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, #00ff00, #00cc00);
    color: #000;
    padding: 16px !important;
    font-size: 20px !important;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 5px;
    box-shadow: 0 10px 30px rgba(0,255,0,0.4);
    transition: all 0.3s;
}
.final-contact-section input[type="submit"]:hover {
    transform: translateY(-5px);
    background: #00ff00;
    box-shadow: 0 15px 40px rgba(0,255,0,0.6);
}

/* IME I PREZIME UVEK U ISTOM REDU – 100% SIGURNO */
.ime-prezime-row {
    display: flex !important;
    gap: 20px !important;
    margin: 0 0 20px 0 !important;
}

.ime-prezime-row input {
    flex: 1 !important;
    width: 100% !important;
}

@media (max-width: 600px) {
    .ime-prezime-row {
        flex-direction: column !important;
    }
}
/* Forma za rezervaciju END*/


.small-car-ico {
    filter: brightness(0) invert(1) !important;
    transition: all 0.3s ease !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 18px;
    padding: 20px;
}