input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.rating {
    float: left;
}

.btn-primary {
    outline: none !important;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/*button.dropbtn > svg > path {
  display: none !important;
}*/

#wrapper {
    z-index: -9999999;
}

.w-const_cat {
    width: 60px;
}

.w-const_cat > input {
    margin-top: 10px;
    float: left;
    margin-right: 8px;
}

#os-description {
    word-break: break-all;
}

.opis-kr {
    word-break: break-all;
    width: 100%;
}

#first-icon {
    z-index: 9999999;
}

p.link_text > a:hover {
    color: #273598 !important;
}

.osk_search_panel > div.item_search {
    width: 100%;
}

.osk_search_panel > div.item_search > div {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}

.osk-form-lebel p.form-label {
    text-align: right;
}

.osk-form-lebel > .row > .col-lg-4.offset-1.pt-lg-3 {
    margin-left: 33px;
}


.szczegoly > p {
    margin-bottom: 30px;
    line-height: 25px;
}

.mw-50-input {
    width: 100%;
    max-width: 350px;
}

.text-black {
    color: #000;
}

.osk-photo {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    min-height: 300px;
    display: flex;
}

.osk-btn > a button {
    max-width: 230px !important;
    margin-bottom: 30px;
}

.osk-btn-2 > button {
    max-width: 300px !important;
    background-color: #6A6D88;
    margin-bottom: 30px;
}

.osk-btn > label {
    max-width: 200px !important;
    margin-bottom: 30px;
}

.osk-btn > label > div {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-grey-pp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-grey-pp > p {
    color: #8D8D8D;
}

.section-grey-pp > div {
    width: 50%;
}


.osk-photo img {
    max-width: 90%;
    margin: auto;
}

a.text-black:hover {
    color: red;
}

.search-box.bg-white {
    border-radius: 30px;
}

.rating:not(:checked) > label {
    float: right;
    width: 40px;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
    font-size: 35px;
}

.rating > input:checked ~ label {
    color: #ff7a06;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ff7a06;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}


.content-table {
    font-weight: bold;
}

.sticki-center {
    margin-top: auto;
    margin-bottom: auto
}

li {
    list-style-type: none;
}

.regulamin li {
    margin-bottom: 20px;
    padding-inline-start: 30px;
}

.regulamin li a {
    color: black;
    font-weight: bold;
}

.regulamin li a:hover {
    color: #B40524;
}

.regulamin li:hover {
    color: #B40524;
}

.text-primary {
    color: #B40524 !important;
}

.regulamin_body {
    font-size: 18px;
}

.regulamin_body li {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

ol {
    padding-inline-start: 0 !important;
}

.position-absolute {
    position: fixed;
    z-index: 9999;
}

.content-row {
    border-radius: 27px;
    min-height: 50px;
}


#wrapper {
    background-image: none !important;
}

.content-background {
    background-image: url('../img/img2/arrowsDown/regTlo.svg');
    background-position-x: 20%;
    background-size: cover;


}

div#os-ratings {
    padding: 0 20px;
}

.reg {
    background-image: url('../img/reg.svg');


    background-position: right;
    background-repeat: no-repeat;
    background-size: 150%;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -9999;

}


body {
    background: rgb(32, 1, 49);
    background: radial-gradient(circle, rgba(32, 1, 49, 1) 0%, rgba(15, 14, 25, 1) 100%);
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

#wrapper {
    background-image: url(../img/kurs-bg.png);
    background-size: cover;
    padding-left: 7.4%;
    padding-right: 7.4%;
}

.invisible_bnb {
    height: 0 !important;
    width: 0 !important;
    position: absolute;
    opacity: 0;
}

img {
    vertical-align: unset;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 28px;
}

.c-red {
    color: #B50625;
}

hr {
    border: 2px solid white
}

p {
    font-size: 24px;
    line-height: 40px;
}

.grey-header {
    color: #707070;
}

.animate-hr hr {
    max-width: 18%;
    transition: max-width 1s;
    border: 2px solid #FFF
}

.animate-hr:hover hr {
    max-width: 100%;
}

.os-card {
    border-radius: 27px;
    padding: 30px 5px;
    background-color: #F3F3F3
}

.os-form {
    border-radius: 27px;
    padding: 0 25px;
    background-color: #F3F3F3
}

.f20 {
    font-size: 15px;
}

.os-img img {
    width: 80%;
    height: 80%;
}

@media (max-width: 1700px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
        line-height: 28px;
    }

    .star {
        width: 22px;
        height: 22px;
    }

    .btn-primary {
        font-size: 17px;
    }
}

@media (max-width: 1500px) {
    #wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 768px) {
    #wrapper {
        padding: 5px !important;
        height: unset;
    }

    .os-card, .os-form {
        height: unset;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    .side-form {
        height: unset;
        margin-top: 0;
        padding: 20px 20px;
    }

    .os-form {
        padding: 0;
    }

    .grey-header {
        font-size: 32px !important;
    }

    .section-grey-pp > div {
        width: 100%;
    }


}

@media (max-width: 991px) {
    .grey-header {
        font-size: 36px;
    }

    .search-tab {
        height: 50px !important;
    }


}


@media (max-width: 998px) {
    .osk-form-lebel p.form-label {
        text-align: left;
        padding-left: 20px;
    }
}


.round {
    position: relative;
    max-width: 310px;
    min-width: 150px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.round label {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 16px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 10px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.testowy-formularz {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    width: 100%;
    margin: 100px auto 0;
}

.testowy-formularz > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.testowy-formularz > label > p {
    font-size: 18px !important;
}


.testowy-formularz > label > input {
    height: 50px;
    border-radius: 25px;
    border: 1px solid #B30623;
    outline: none !important;
    padding: 10px;
}

.testowy-formularz > label > input:nth-child(8) {
    border: none !important;
}


/* #################################### */

html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Nunito', sans-serif;

    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    overflow-x: hidden;
    background-color: #190727;
}

body.index-bg {
    background-image: url('../img/tlo.png');
}


.search-inside-box {
    background-color: #FFF;
    border-radius: 25px;
    margin: 2%;
    box-shadow: 3px 3px 10px -3px rgba(37, 20, 46, 1);

}

.profile-icon {
    color: white;
    padding: 20px 2% 0;
    right: 0;
    position: fixed;
}

.header-row {
    min-height: 520px;
    margin-bottom: 50px;
}

.hover_text {
    opacity: 0.6;
}

.hover_text:hover {
    opacity: 1;
}

.vertical-center {
    margin: auto;
}

.clearing-both {
    clear: both;
}

.search-bar-text-1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.search-bar-text-2 {
    font-size: 24px;
    font-weight: bold;
    color: #6D0B44 !important;
}

input.search-bar-text-2 {
    border: none;
    background-color: inherit;
}

.vertical-center-checkbox {
    margin-top: 2%;
}

.x-auto {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 70px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 32px;
}

p {
    font-size: 18px;
    line-height: 48px;
    text-align: justify;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f26 {
    font-size: 26px;
}

.f36 {
    font-size: 36px;
    line-height: 36px;
}


.back-header {
    font-size: 48px;
    color: #FFF;
}


a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

select {
    cursor: pointer;
}

hr {
    border: 2px solid white;
}

button, a {
    cursor: pointer;
}

.search-bar {
    background-color: #6D0B44;
    color: white;
    margin-left: 30%;
    margin-right: 10%;
    border-radius: 20px;
}

.c-red {
    color: #B50625;
    font-size: 48px;
}

.c-back {
    color: black;
}

.bg-custom-purple {
    background-color: #6D0B44;
}

.bg-search-purple {
    background-color: #6D0B44;
    border-radius: 27px;
}

.wrapper {
    padding-left: 7.4%;
    padding-right: 7.4%;
    position: relative;
    margin-top: 280px;
    overflow: visible;
}

.offset-custom {
    margin-bottom: 80px;
}


.hr-margin-left {
    margin-left: -100%;
}

.hr-small-left {
    width: 20%;
    margin-left: 0;
}

.hr-margin-right {
    margin-right: -100%;
}

.hr-search {
    margin-right: 27%;
}

.hr-join {
    margin-right: 40%;
}

.hr-inv {
    margin-top: 0;
}

.pd0 {
    padding-left: 0;
}

.p28 {
    font-size: 28px;
    font-weight: lighter;
    text-align: justify;

}

.small-grey-text {
    color: #707070;
}

.small-black-text {
    color: #0F0E19;
}

.ofe-row-margin {
    margin-bottom: 80px;
    margin-top: 80px;
}

.ofe-first-margin {
    margin-top: -10%;

}

@media (max-width: 1200px) {

    .ofe-first-margin {
        margin-top: 10%;
    }

    .search-inside-box {
        flex-direction: column;
    }

}

.smartphone-icon-position {
    text-align: right;
    z-index: -1;
    margin-top: -40%;
    /* position: absolute; */
    right: -34%;

}

.icon-left-position {
    margin-top: -50% !important;

}


.animate-hr hr {
    max-width: 18%;
    transition: max-width 1s;
}

.animate-hr:hover hr {
    max-width: 60%;
}

.small-row {
    margin-top: calc(100vh * 0.145);
}

.w-40 {
    width: 40%;
}

.arrowDown {
    background: url("../img/arrowDown.svg") no-repeat;
    height: 50px;
    width: 60px;
    opacity: 0;
    animation: fade 2s infinite; /* Przyśpieszenie z 3s do 2s */
}

.arrows {
    cursor: pointer;
}

.arrow1 {
    animation-delay: 0s;
}

.arrow2 {
    animation-delay: 0.3s; /* Skrócenie z 0.5s do 0.3s */
}

.arrow3 {
    animation-delay: 0.6s; /* Skrócenie z 1s do 0.6s */
}

.search {
    margin-top: 5vh;
}

.header, hr {
    padding-right: 4rem;
}

.search-left .heading-p p {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Usunięcie błędnego pustego selektora */
/* . {
    border-radius: 27px;
} */

.osk_search_panel {
    border-radius: 35px;
}

.search-box select {
    background: transparent url(../img/select.svg) no-repeat right .75rem center;
    border: none;
    color: white;
    font-size: 24px;
    font-weight: bold;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;

}

.home_page_form_search > .row > .search-box > .row > .col-md-3 > select {
    max-width: 320px !important;
}

.home_page_form_search > .row > .search-box > .row > .col-md-3 > .round {
    max-width: 291px !important;
}

option {
    color: black;
    font-size: 1rem;
}

.content {
    height: inherit;
}

.search-tab {
    height: 80px;
    /* -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.28);
    margin-top: -1px; */
}

.search-left {
    margin-top: 165px;
}

.tab-left {
    padding-left: 2%;
    border-radius: 27px 0 0 27px;
    margin-left: -1px;
}

.tab-right {
    padding-right: 1%;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;

}

.tab-right select {
    color: #B50625;
    background: url(../img/selectRed.svg) no-repeat right .75rem center/20px 18px;
}

.search-list {
    /* padding: 7% 1% 0 1%; */
    width: 100%;
}

#search-list {
    height: 900px;
}

.search-item {
    border-radius: 15px;
    margin-bottom: 2rem;
    opacity: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.8s ease-out forwards; /* Przyśpieszenie z 1.5s do 0.8s */
    transition: all 0.2s ease; /* Przyśpieszenie z 0.3s do 0.2s */
}

.search-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}

/*
.search-item:hover .card-img-top {
  transform: scale(1.05);
}
*/

.search-item .card-img-top {
    transition: transform 0.2s ease; /* Przyśpieszenie z 0.3s do 0.2s */
}

.search-item .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(180, 5, 36, 0.15);
}

/* Staggered animation dla każdej karty - przyśpieszone opóźnienia */
.search-item:nth-child(1) {
    animation-delay: 0.05s;
}

/* Skrócenie z 0.1s */
.search-item:nth-child(2) {
    animation-delay: 0.1s;
}

/* Skrócenie z 0.2s */
.search-item:nth-child(3) {
    animation-delay: 0.15s;
}

/* Skrócenie z 0.3s */
.search-item:nth-child(4) {
    animation-delay: 0.2s;
}

/* Skrócenie z 0.4s */
.search-item:nth-child(5) {
    animation-delay: 0.25s;
}

/* Skrócenie z 0.5s */
.search-item:nth-child(6) {
    animation-delay: 0.3s;
}

/* Skrócenie z 0.6s */
.search-item:nth-child(7) {
    animation-delay: 0.35s;
}

/* Skrócenie z 0.7s */
.search-item:nth-child(8) {
    animation-delay: 0.4s;
}

/* Skrócenie z 0.8s */

/* Keyframes dla animacji fadeIn - bez zmian, ale szybsze dzięki skróceniu czasu animacji */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dodanie brakującej animacji fade dla strzałek */
@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Animacje hover dla przycisków paginacji - przyśpieszone */
.cyferki a {
    transition: all 0.15s ease; /* Dodanie podstawowej animacji */
}

.cyferki a:hover {
    transform: scale(1.1);
    transition: transform 0.15s ease; /* Dodanie płynniejszej animacji */
}

/* Specyficzne style dla przycisków paginacji - zachowanie spójnych kolorów */
.cyferki a.btn-outline-dark {
    color: #B40524 !important;
    border-color: #B40524 !important;
    background-color: transparent !important;
}

.cyferki a.btn-outline-dark:hover {
    color: #ffffff !important;
    background-color: #B40524 !important;
    border-color: #B40524 !important;
    transform: scale(1.1);
}

.cyferki a.btn-outline-dark:focus,
.cyferki a.btn-outline-dark:active {
    color: #ffffff !important;
    background-color: #B40524 !important;
    border-color: #B40524 !important;
    box-shadow: 0 0 0 0.2rem rgba(180, 5, 36, 0.25) !important;
}

/* Style dla aktywnej strony */
.cyferki .btn[style*="background-color: #B40524"] {
    color: #ffffff !important;
    background-color: #B40524 !important;
    border-color: #B40524 !important;
}

.cyferki .btn[style*="background-color: #B40524"]:hover {
    color: #ffffff !important;
    background-color: #8a0419 !important;
    border-color: #8a0419 !important;
    transform: scale(1.05);
}

/* ================================== */
/* MODERN SEARCH FORM STYLES */
/* ================================== */

.modern-search-form {
    width: 95%;
    max-width: 1200px;
    margin: 2rem auto;
}

.primary-gradient {
    background: linear-gradient(135deg, #6D0B44 0%, #B40524 100%);
}

.secondary-gradient {
    background: linear-gradient(135deg, #cc2b5e 0%, #ec2c55 100%);
}

.tertiary-gradient {
    background: linear-gradient(135deg, #B50526 0%, #91293C 100%);
}

.tertiary-gradient-180 {
    background: linear-gradient(180deg, #B50526 0%, #91293C 100%);
}

.search-container {
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(180, 5, 36, 0.2);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    align-items: center;
}

.search-field-group {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 0.75rem 1rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-height: 60px;
}

.search-field-group:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.search-field-group:focus-within {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.search-field-icon {
    flex-shrink: 0;
    margin-right: 0.75rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon-placeholder {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #6D0B44;
    font-weight: bold;
}

.search-icon-placeholder::before {
    content: attr(data-icon);
}

.search-icon-placeholder[data-icon="location"]::before {
    content: "📍";
}

.search-icon-placeholder[data-icon="category"]::before {
    content: "🏷️";
}

.search-icon-placeholder[data-icon="sort"]::before {
    content: "📊";
}

.search-icon-placeholder[data-icon="plus"]::before {
    content: "⭐";
}

.search-icon-placeholder[data-icon="search"]::before {
    content: "🔍";
}

.search-field-content {
    flex: 1;
}

/* Modern Select Styling */
.modern-select {
    width: 100%;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    appearance: none;
    background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 0.7rem center;
    background-size: 1em;
    padding: 0.5rem 2.5rem 0.5rem 0;
}

.modern-select:focus {
    color: white;
}

.modern-select option {
    background: #6D0B44;
    color: white;
    font-size: 14px;
    padding: 0.5rem;
}

.modern-select option:hover {
    background: #B40524;
}

/* Modern Toggle Styling */
.modern-toggle-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.modern-toggle-input {
    display: none;
}

.modern-toggle-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.75rem;
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.modern-toggle-slider {
    position: relative;
    width: 50px;
    height: 26px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.modern-toggle-slider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modern-toggle-input:checked + .modern-toggle-label .modern-toggle-slider {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.5);
}

.modern-toggle-input:checked + .modern-toggle-label .modern-toggle-slider::before {
    transform: translateX(24px);
    background: #B40524;
}

.modern-toggle-text {
    user-select: none;
}

/* Search Button Styling */
.search-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.modern-search-button {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #B40524;
    border: none;
    border-radius: 15px;
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    justify-content: center;
}

.modern-search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.modern-search-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.search-button-text {
    font-size: 18px;
    font-weight: bold;
}

.search-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-container {
        padding: 1rem;
        border-radius: 15px;
    }

    .search-fields-wrapper {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .search-field-group {
        padding: 0.5rem 0.75rem;
        min-height: 50px;
    }

    .modern-select {
        font-size: 14px;
    }

    .modern-toggle-label {
        font-size: 14px;
    }

    .modern-search-button {
        padding: 0.75rem 1.5rem;
        font-size: 16px;
        min-width: 140px;
    }

    .search-button-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .modern-search-form {
        width: 100%;
        margin: 1rem auto;
    }

    .search-container {
        margin: 0 0.5rem;
    }

    .search-fields-wrapper {
        gap: 0.5rem;
    }

    .search-field-group {
        padding: 0.5rem;
        min-height: 45px;
    }

    .modern-select {
        font-size: 13px;
    }

    .modern-toggle-slider {
        width: 45px;
        height: 24px;
    }

    .modern-toggle-slider::before {
        width: 16px;
        height: 16px;
    }

    .modern-toggle-input:checked + .modern-toggle-label .modern-toggle-slider::before {
        transform: translateX(21px);
    }
}

.img-left-city {
    border-radius: 20px;
    height: 35%;
    width: 35%;
}

.img-street1 {
    border-radius: 20px;
    height: 110%;
    width: 110%;
}

.img-highway {
    border-radius: 20px;
    height: 75%;
    width: 75%;
}
