.navbar {
    background-color: #efeef3;
}

.serp-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

#landing {
    min-height: 75vh;
    /*background-image: url('../img/map_background.png');*/
    background-color: #ffffff;
    background-position: bottom 10px right 20px;
    background-position: right 3em bottom 10px;
    background-position: bottom 10px right;
    background-position: top right 10px;
    background-repeat: no-repeat;
}

#landing h1,
h4 {
    font-weight: 900;
}

#static-page {
    background-color: #ffffff;
    background-position: bottom 10px right 20px;
    background-position: right 3em bottom 10px;
    background-position: bottom 10px right;
    background-position: top right 10px;
    background-repeat: no-repeat;
}

.product-coocle {
    color: #03bfff;
    background-color: #ffffff;
    border-color: #03bfff;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-weight: 900;
    font-size: 1.25rem;
    width: 100%;
}

.product-coocle.first {
    background-color: #03bfff;
    border-color: #ffffff;
    color: #ffffff;
}

.why-coocle-list {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2;
}

.why-coocle-description {
    font-size: 1.25rem;
    line-height: 1.5;
}

.who-coocle-description {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 20px;
}

@font-face {
    font-family: Pacifico;
    src: url('../fonts/Pacifico-Regular.ttf')
}

.pacifico {
    font-family: Pacifico;
    font-weight: 400;
}

.landing-form {
    margin: auto;
    max-width: 700px;
}

.landing-form .input-container {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-color: white;
    padding: 0.3rem;
    /* box-shadow: 0px 22px 70px 4px rgba(0, 0, 0, 0.200) !important; */
}

.landing-form .input-container input {
    width: 100%;
    height: 100%;
    border: none;
}

.landing-form .input-container input:focus {
    outline: none;
}

.landing-form .input-container button {
    color: #03bfff;
    background-color: #fff;
    border-color: #03bfff;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 0.5rem 0.5rem;
    border: none;
    width: 100%;
    height: 100%;
}

.landing-form .grid-filters {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
}

@media (max-width: 767px) {
    .menu-serp-login-signup {
        display: none !important;
    }
}

.bg-simple-box {
    background-color: #f1f1f1;
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.123) !important;
}

.bg-simple-box-all {
    background-color: #f1f1f1;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.123) !important;
}

.fa-check {
    color: #03bfff;
}

.grid-filters label {}

.grid-filter-input {}

.scrollable {
    overflow: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.card-image-coocle {
    width: 150px;
    height: 200px;
}

.serp-header {
    font-size: 1.5rem;
    font-weight: bold;
    color: #03bfff;
}

.serp-description {
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.btn-coocle-serp {
    color: #03bfff;
    background-color: #fff;
    border-color: #03bfff;
    border-radius: 1rem;
    padding: 0.3rem 0rem;
    border: none;
    font-size: 0.80rem;
}

.no-padding {
    margin-bottom: 0;
}

.text-button-serp {
    color: #03bfff !important;
    cursor: pointer;
}

.form-number {
    font-size: 1.75rem;
    font-weight: bold;
    color: #03bfff;
}

.serp-category {
    font-size: 0.75rem;
    font-weight: regular;
    color: #838383;
}

.active-star {
    color: #fdc844;
}

.vue-map {
    border-radius: 1rem;
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: 1px solid #03bfff;
    border-right-color: transparent;
}

.booking-form {
    border-radius: 1rem;
    background-color: #fdc844;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.51) !important;
}

.booking-form-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.10rem;
}

.form-control-coocle2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: black;
    background-clip: padding-box;
    border: 2px solid white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #fdc844;
}

.form-control-coocle2::placeholder {
    color: black;
    opacity: 1;
}

.option-white{
    background-color: #fff;
}

.btn-contact-submit {
    color: #fdc844;
    font-weight: bold;
    border-color: white;
    background-color: white;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.btn-contact-submit:hover {
    color: #fdc844;
    font-weight: bold;
    border-color: white;
    background-color: white;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.wishlist{
    color: #e74058;
}

.form-select-coocle-mini {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
}

.icon-container {
    height: 100%;
    width: 100%;
    line-height: 50%;
}

#coocle-serp-navbar {
    position: sticky;
    top: 0;
    z-index: 1024;
    background-color: #efeef3;
}

#coocle-serp-navbar .navbar-col {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#coocle-serp-navbar.pinned .navbar-col {
    padding-bottom: 0;
    padding-top: 0;
}

@media only screen and (max-width: 720px) {}

@media only screen and (max-width: 540px) {

    .bg-simple-box {
        background-color: #f1f1f1;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.123) !important;
        border-top-left-radius: 0rem;
        border-bottom-left-radius: 0rem;
        padding-top: 20px;
    }

    .b-modal.modal-search{
        max-width: 80px; 
        width: 100%;
        margin: 0 auto;
      }
}

@media only screen and (max-width: 1350px) {
    .btn-coocle-serp-text-media {
        font-size: 0.65rem;
    }
}