/* Global */
html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: .75rem;
}
body::-webkit-scrollbar-track {
    background: white;
}
body::-webkit-scrollbar-thumb {
    background: #EF4444;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="file"],
select,
textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: .6rem 1rem !important;
}

input[type="checkbox"],
input[type="checkbox"]:hover,
label[for="functional-cookie"],
label[for="service-cookie"],
label[for="functional-cookie"]:hover,
label[for="service-cookie"]:hover {
    cursor: pointer;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    font-style: italic;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25) !important;
    -moz-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25) !important;
    -o-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25) !important;
    box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25) !important;
    outline: none !important;
    border-color: #dee2e6 !important;
}

input.not-valid,
select.not-valid,
textarea.not-valid {
    -webkit-box-shadow: 0 0 0 .2rem rgba(239, 68, 68, .25) !important;
    -moz-box-shadow: 0 0 0 .2rem rgba(239, 68, 68, .25) !important;
    -o-box-shadow: 0 0 0 .2rem rgba(239, 68, 68, .25) !important;
    box-shadow: 0 0 0 .2rem rgba(239, 68, 68, .25) !important;
}

.accordion-item button,
.accordion-item button:focus,
.accordion-item button:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.collapse ul li {
    padding: 0 !important;
    font-weight: 400 !important;
}

.modal-header .btn-close {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border: none !important;
}

.modal-header .btn-close:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
    -moz-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
    -o-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
    box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
}

/* Width */
.w-88 {
    width: 88%;
}

.w-74 {
    width: 74%;
}

.w-64 {
    width: calc(64% + 1.5rem);
}

.w-49 {
    width: 49%;
}

.w-48 {
    width: calc(48% + .75rem);
}

.w-32 {
    width: 32%;
}

.w-24 {
    width: 24%;
}

/* Min Height */
.mh-96 {
    min-height: 96px;
}

/* Space */
.space {
    margin-top: 7.7rem;
}

/* Cookie */
.overlay {
    background-color: rgba(5, 22, 30, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.cookie {
    background-color: #f1f1f1;
    z-index: 99999;
}

.cookie-container {
    max-height: 70vh;
    overflow-y: auto;
}

.cookie-container::-webkit-scrollbar {
    width: 6px;
 }

.cookie-container::-webkit-scrollbar-track {
    background: white;
 }

.cookie-container::-webkit-scrollbar-thumb {
    background: #EF4444;
}

/* Nav (Menu) */
.nav-logo {
    width: 220px;
    height: 52px;
}
.navbar-toggler.active .top-bar {
    transform: rotate(45deg) translate(6px, 6px);
}
.navbar-toggler.active .bottom-bar {
    transform: rotate(-45deg) translate(4px, -5px);
}

/* Banner (Homepage) */
.banner, .banner-content-container {
    height: calc(100vh - 7.7rem);
}

.banner-content h1 {
    padding-left: 1.5rem;
    font-size: 48px;
    text-align: left;
}

.banner-content h2 {
    margin-bottom: 1.5rem;
    font-size: 48px;
    text-align: left;
}

.banner-content p {
    margin-bottom: 2rem;
    font-size: 18px;
    text-align: left;
}

.banner-scroller {
    background: transparent;
    outline: none;
    border: none;
    bottom: 1.5rem;
    -webkit-animation: moverMouse 0.7s infinite alternate;
    animation: mouseAnimate 0.7s infinite alternate;
}

.banner-scroller:hover {
    cursor: pointer;
}

.banner-scroller:focus,
.banner-scroller:active,
.banner-scroller:hover {
    outline: none;
    border: none;
}

/* Banner (Side Pages) */
.banner-side,
.banner-side-container {
    min-height: 300px;
    max-height: 300px;
}

/* Mobile Menu */
.hamburger-menu-outline {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hamburger-button {
    background: transparent;
    outline: none;
    border: none;
}

.hamburger-button:hover {
    cursor: pointer;
}

.hamburger-button:focus,
.hamburger-button:active,
.hamburger-button:hover {
    outline: none;
    border: none;
}

/* Footer */
.footer-special-area {
    width: 65%;
}

/* Go Top Button */
.go-top {
    -webkit-box-shadow: 0 0 4px 2px rgba(239, 68, 68, 0.25);
    -moz-box-shadow: 0 0 4px 2px rgba(239, 68, 68, 0.25);
    -o-box-shadow: 0 0 4px 2px rgba(239, 68, 68, 0.25);
    box-shadow: 0 0 4px 2px rgba(239, 68, 68, 0.25);
    background-color: #EF4444;
    position: fixed;
    border: none;
    border-radius: .35rem;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.go-top:hover {
    filter: brightness(94%);
}

/* About */
.about-content-container {
    width: 50%;
}

/* Reservation - Step Form */
#section-reservation-form {}

.reservation-container {
    padding-top: 40px;
    padding-bottom: 32px;
}

.progress-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.progress-bar-item {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.progress-bar-item:hover {
    cursor: pointer;
}

.progress-bar-item[data-index="1"] .step-bar:before {
    content: none;
}

.progress-bar-item[data-index="5"] .step-bar:after {
    content: none;
}

.step-container {
    position: relative;
    margin-bottom: .75rem;
}

.step-index {
    background-color: #F4F4F5;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: var(--secondary-clr);
}

.step-bar:before {
    content: '';
    background-color: #E5E7EB;
    position: absolute;
    top: 48%;
    right: 50px;
    width: 100%;
    height: 2px;
    z-index: -1;
}

.step-bar:after {
    content: '';
    background-color: #E5E7EB;
    position: absolute;
    top: 48%;
    left: 50px;
    width: 100%;
    height: 2px;
    z-index: -1;
}

.step-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-clr);
}

.progress-bar-item.active .step-index {
    border-color: var(--primary-clr);
    color: var(--primary-clr);
}

.progress-bar-item.active .step-bar:before {
    background-color: var(--primary-clr);
}

.progress-bar-item.active .step-title {
    color: var(--primary-clr);
}

.progress-bar-item.done .step-index {
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
    color: white;
}

.progress-bar-item.done .step-bar:before,
.progress-bar-item.done .step-bar:after {
    background-color: var(--primary-clr);
}

.progress-bar-item.done .step-title {
    color: var(--primary-clr);
}

.reservation-form-step {
    background-color: #f6f6f6;
    border-radius: .5rem;
    padding: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.step-field-title {
    margin-bottom: 2rem;
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    color: black;
    text-align: center;
}

.step-field input,
.step-field select {
    padding: 1.2rem !important;
}

#accept-conditions {
    margin-top: .25rem !important;
    min-width: 24px !important;
    min-height: 24px !important;
    accent-color: #EF4444;
}

.step-pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.step-pagination .btn-primary {
    border-radius: .25rem;
    padding: .75rem;
    min-width: 120px;
}

/* Comments */
.comment-content {
    height: 480px;
}

.comment-p {
    width: 60%;
}

.comment-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.comment-owner {
    max-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Frequently Asked Questions */
.custom-padding-top {
    padding-top: 8rem;
}

/* Services */
.service-p {
    width: 40%;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.service-card {
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: none;
    padding: 1.25rem 1.4rem;
    width: 23%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.service-card:hover {
    background: var(--secondary-clr);
}

.service-card:hover {
    color: white;
}

.service-card-icon {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    background: white;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-card h6 {
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card-link {
    background: transparent;
    outline: none;
    border: none;
    font-weight: 700;
    color: var(--primary-clr);
}

/* Ambulance Transport */
.transport-title {
    width: 75%;
}

/* Career */
.select-location {
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.075);
    outline: none !important;
    border: none !important;
}

.select-location:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
    -moz-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
    -o-box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
    box-shadow: 0 0 0 .2rem rgba(12, 74, 110, .25);
}

.no-jobs-available {
    border: none !important;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    color: #6B7280;
    line-height: 24px;
    text-align: center;
}

.no-jobs-available-message {
    max-width: 908px;
}

/* Other Pages */
.other-content {
    padding: 4rem 0;
}

.other-container {
    padding: 4rem;
}

/* Responsive */
@media only screen and (max-width: 1400px) {
    .banner-image {
        width: 450px;
    }

    .about-content-container:first-child {
        width: 60%;
    }
    .about-content-container:last-child {
        width: 40%;
    }

    .step-field-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-content h1 {
        padding-left: 1rem;
    }
    .banner-content h1, .banner-content h2 {
        font-size: 36px;
    }

    .about-content {
        flex-direction: column-reverse;
    }
    .about-content-container:first-child,
    .about-content-container:last-child {
        width: 100%;
    }
    .about-content-container:first-child {
        margin-top: 2.5rem;
        justify-content: center;
        align-items: center;
    }

    .reservation-form-step {
        padding: 2rem;
    }
    .step-field .w-48 {
        width: calc(48% + .5rem);
    }
    .step-field-title {
        margin-bottom: 1.5rem;
        font-size: 20px;
    }
    .step-field input, .step-field select {
         padding: 1rem !important;
    }
    .accept-text {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .comment-title {
        font-size: 32px !important;
    }

    .service-card {
        width: 48%;
    }

    .service-title {
        font-size: 32px !important;
    }
    .service-p {
        width: 60%;
    }

    .transport-title {
        font-size: 32px !important;
    }
    .transport-sub-container {
        flex-direction: column-reverse;
    }
    .transport-sub-container img,
    .transport-sub-container .d-flex {
        padding: 0 !important;
        width: 100% !important;
    }

    .contact-information-title {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 991px) {
    .space {
        margin-top: 92px;
    }

    .banner,
    .banner-content-container {
        height: calc(100vh - 92px);
    }

    .banner-content {
        align-items: center;
    }
    .banner-content h1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .banner-content h1,
    .banner-content h2,
    .banner-content p  {
        text-align: center;
    }

    .footer-special-area {
        width: 100%;
    }

    .progress-bar-item {
        min-width: 120px;
    }
    .reservation-form-step-container {
        padding-top: 1.5rem !important;
    }
    .step-container .step-index {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .step-container .step-bar:before {
        right: 44px;
    }
    .step-container .step-bar:after {
        left: 44px;
    }
    .progress-bar-item .step-title {
        font-size: 14px;
    }
    .step-field .w-24,
    .step-field .w-32,
    .step-field .w-48,
    .step-field .w-74,
    .step-field .w-100 {
        margin-bottom: 1rem !important;
    }
    .step-field .w-24,
    .step-field .w-74 {
        width: calc(48% + .25rem);
    }
    .step-field .w-32 {
        width: 100%;
    }
    .step-field .w-48 {
        width: 100%;
    }
    .step-field .mt-4 {
        margin-top: 1rem !important;
    }
    .step-field-title {
        margin-bottom: 1.25rem;
        font-size: 18px;
    }
    .step-pagination .btn-primary {
        padding: .5rem !important;
    }

    .comment-title {
        font-size: 28px !important;
    }
    .comment-p {
        width: 75%;
    }

    .service-title {
        font-size: 28px !important;
    }
    .service-p {
        width: 75%;
    }

    .transport-title {
        width: 100%;
        font-size: 28px !important;
    }

    .contact-information-title {
        font-size: 28px !important;
    }

    .faq-container {
        flex-direction: column;
    }
    .faq-container .w-49 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .space {
        margin-top: 65px;
    }

    .cookie-container {
        max-height: 100vh;
    }

    nav.fixed-top {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .nav-logo-link {
        margin-top: .75rem !important;
        margin-bottom: .75rem !important;
    }
    .nav-logo {
        display: none;
    }
    .nav-logo-2 {
        display: block !important;
    }
    .navbar-toggler {
        width: 36px;
        height: 36px;
    }
    .toggler-bar {
        width: 18px;
        height: 2px;
    }
    .navbar-toggler.active .top-bar {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .navbar-toggler.active .bottom-bar {
        transform: rotate(-45deg) translate(3px, -4px);
    }
    .hamburger-menu-link {
        padding-left: 12px !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .hamburger-menu-link:first-child form {
        margin-left: -5px !important;
    }
    .hamburger-menu a, button {
        font-size: 14px !important;
    }

    .footer-links li a,
    .footer-special-area p {
        font-size: 14px !important;
    }

    .banner,
    .banner-content-container {
        height: calc(100vh - 64px);
    }
    .banner-side-container h1 {
        font-size: 32px !important;
    }

    .about-content-container h1 {
        font-size: 24px;
    }

    .progress-bar-item {
        min-width: 96px;
    }
    .reservation-form-step {
        padding: 1.25rem;
    }
    .step-field input, .step-field select {
        padding: 0.75rem 1rem !important;
        font-size: 14px !important;
    }
    .step-field .w-24,
    .step-field .w-74 {
        width: 100%;
    }
    .step-field .mt-4 {
        margin-top: .75rem !important;
    }
    .step-field-title {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    #accept-conditions {
        min-width: 20px !important;
        min-height: 20px !important;
    }
    .accept-text {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .reservation-container {
        padding-top: .25rem;
    }

    .comment-title {
        font-size: 24px !important;
    }
    .comment-p {
        width: 100%;
    }

    .service-title {
        font-size: 24px !important;
    }
    .service-p {
        width: 100%;
    }
    .service-card {
        width: 100%;
    }

    .transport-title {
        font-size: 24px !important;
    }
    .accordion-item-instance {
        padding-right: 0 !important;
    }
    .accordion-button-a {
        display: none !important;
    }
    .accordion-button-inside {
        display: flex !important;
    }

    .contact-container {
        flex-direction: column-reverse;
    }
    .contact-container .w-50 {
        width: 100% !important;
        padding: 0 !important;
    }
    .contact-information-title {
        font-size: 24px !important;
    }

    .other-content {
        padding: 2.5rem 0;
    }
    .other-container {
        padding: 2.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .banner-side-container h1 {
        font-size: 28px !important;
    }

    .footer-container {
        justify-content: unset !important;
        align-items: unset !important;
    }
    .footer-special-area {
        justify-content: unset !important;
        align-items: unset !important;
    }
    .footer-special-area p {
        text-align: start !important;
    }
    .footer-links {
        flex-direction: column;
    }

    .progress-bar-item {
        min-width: 72px;
    }
    .progress-bar-item .step-title {
        display: none;
    }
    .reservation-form-step-container {
        padding-top: 1rem !important;
    }

    .other-content {
        padding: 1.5rem 0;
    }
    .other-container {
        padding: 1.5rem;
    }
    .other-container h6 {
        margin-bottom: 1.5rem !important;
    }
}

@media only screen and (max-width: 450px) {
    .footer-mobile .container {
        padding-top: .75rem !important;
        align-items: start !important;
    }
    .footer-nobile-item-1 {
        margin-bottom: .5rem !important;
    }
    .footer-mobile-item-2 ul {
        gap: 0 !important;
        margin-left: 0 !important;
        flex-direction: column !important;
    }
    .footer-mobile-item-2 ul li:first-child,
    .footer-mobile-item-2 ul li:nth-child(2) {
        margin-bottom: .75rem !important;
    }
    .footer-mobile-item-3 {
        margin-bottom: .25rem !important;
    }
    .footer-mobile-item-3 p {
        text-align: left !important;
    }
}

@media only screen and (max-width: 400px) {
    .cookie-buttons {
        flex-direction: column-reverse;
    }
    .cookie-buttons,
    .cookie-button-container,
    .cookie-button-container a,
    .cookie-button-container button,
    .cookie-button-container input[type="submit"] {
        margin-left: 0 !important;
        min-width: 100% !important;
    }
    .cookie-button-container:first-child input[type="submit"] {
        margin-top: .5rem !important;
    }

    .banner-scroller {
        display: none;
    }
    .banner-side-container h1 {
        font-size: 24px !important;
    }

    .progress-bar-item {
        min-width: 64px;
    }
    .reservation-form-step-container {
        padding-top: 0.75rem !important;
    }
}

@media only screen and (max-width: 359px) {
    .banner-content h1 {
        font-size: 24px;
    }
    .banner-content h2 {
        margin-bottom: 1rem;
        font-size: 24px;
    }
    .banner-content p {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .banner-side-container h1 {
        font-size: 20px !important;
    }

    .progress-bar-item {
        min-width: 56px;
    }
    .reservation-form-step-container {
        padding-top: 0.5rem !important;
    }
    .reservation-form-step {
        padding: .75rem .5rem;
    }
    .step-field input, .step-field select {
        padding: 0.5rem 0.75rem !important;
        font-size: 12px !important;
    }
    .step-field .mt-4 {
        margin-top: .5rem !important;
    }
    .step-field-title {
        margin-bottom: 0.75rem;
        font-size: 14px;
    }
    #accept-conditions {
        min-width: 18px !important;
        min-height: 18px !important;
    }
    .step-pagination .btn-primary {
        width: 100%;
    }
    .step-pagination .btn-primary:nth-child(2) {
        margin-top: .5rem !important;
    }

    .custom-padding-top {
        padding-top: 10rem;
    }
}

/* Animations */

/* Mouse Animate */
@-moz-keyframes mouseAnimate {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(10px);
    }
}
@-webkit-keyframes mouseAnimate {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(10px);
    }
}
@keyframes mouseAnimate {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
