@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rambla:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}

.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.nav-link {
    color: #888;
    font-size: 16px;
}

.nav-link:hover {
    color: #000;
}

.section-padding {
    padding: 60px 0;
}

.btn-custom {
    padding: 10px 20px;
    border-radius: 25px;
    margin-right: 10px;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-outline-black {
    border: 1px solid #000;
    color: #000;
}

.btn-outline-black:hover {
    background-color: #000;
    color: #fff;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

.kg-custom-btn {
    text-transform: uppercase;
    border-radius: 1px;
}

.bg-gray {
    background-color: rgb(247, 247, 247);
}

.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #eee;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.15rem;
    width: 100%;
    /* font-size: 14px; */
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: 0.2rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all 0.15s ease-in-out;
}

.radio-inputs .radio input:checked + .name {
    background-color: #fff;
    font-weight: 600;
}

.veids-picker > img,
.veids-picker-selected > img,
.versanas-picker > img,
.versanas-picker-selected > img {
    max-width: 150px;
    max-height: 80px;
    filter: hue-rotate(200deg);
    transition: filter 0.3s ease-in-out;
    opacity: 0.8;
    cursor: pointer;
}

.veids-picker > img:hover,
.versanas-picker > img:hover,
.veids-picker-selected > img,
.versanas-picker-selected > img {
    /* filter: grayscale(0%); */
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.veids-picker > img.selected {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.img-gallery {
    max-height: 300px;
}

.not-rounded {
    border-radius: 0px;
}

.img-dalijums {
    filter: brightness(1.5);
    transition: filter 0.3s ease-in-out;
    opacity: 0.8;
    cursor: pointer;
    /* border-radius: 10px;
    border: 1px solid #000;
    padding: 5px;
    margin: 5px; */
}

.italic {
    font-style: italic;
}

/* Beautiful Specification List Styling */
.spec-list {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    border-radius: 1px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin: 1.5rem 0;
}

.spec-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spec-list li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.spec-list li:last-child {
    border-bottom: none;
}

.spec-list li::before {
    /* content: "✓"; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.spec-list .spec-label {
    font-weight: 600;
    color: #2c3e50;
    margin-right: 0.5rem;
    min-width: 130px;
    flex-shrink: 0;
}

.spec-list .spec-value {
    color: #495057;
    /* line-height: 1.5; */
}

.spec-list a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.spec-list a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Special styling for the footnote */
.spec-footnote {
    /* background: rgba(255, 193, 7, 0.1); */
    border-left: 4px solid #ffc107;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0 8px 8px 0;
    font-size: 0.9rem;
    /* color: #856404; */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .spec-list {
        padding: 1.5rem;
        margin: 1rem 0;
    }

    .spec-list li {
        flex-direction: column;
        align-items: flex-start;
        /* padding: 1.2rem 0; */
    }

    .spec-list .spec-label {
        min-width: auto;
        /* margin-bottom: 0.5rem; */
        margin-right: 0;
    }

    .spec-list li::before {
        position: absolute;
        /* top: 1.2rem; */
        right: 0;
        margin-right: 0;
    }
}

.spacerBetweenSections {
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-control, .form-select {
    border-radius:2px;
}

.is-invalid {
    border: 1px solid #dc3545;
}

.is-invalid:focus {
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Add scroll padding to account for fixed navbar */
html {
    scroll-padding-top: 63px; /* Adjust this value based on your navbar height */
}

.img-krasas {
    width: 80px;
    height: 80px;
    margin-left:10px;
    margin-bottom:5px;
    margin-top:5px;
}