/* ---------------- Google fonts ------------------ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* ------------------ Custom fonts goes here --------------- */
@font-face {
    font-family: "ElegantIcons";
    src: url("../fonts/ElegantIcons_regular.ttf") format("truetype");
}

/* ---------------- Basic css ------------------ */
html {
    font-size: 62.5%;
}

:root {
    scroll-behavior: unset;

    --white: #ffffff;
    --dark: #283b43;
    --green: #00b96a;

    --boxShadow: 0 0 2.5rem 0.1rem rgba(0, 0, 0, 0.1);
}

img {
    width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    color: inherit;
    display: block;
}
p a {
    display: inline-block;
    color: #00b96a;
}
button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

/* .fc .fc-day-sun,
.fc .fc-day-sat,
.fc .fc-day-highlight {
    color: red;
}
*/
.lithuanian-holidays .fc-day-number {
    color: red !important;
}
.error {
    background: #f70042;
    position: absolute;
    top: 51px;
    border-radius: 5px;
    color: #fff;
    padding: 2px;
    font-size: 12px;
    display: none;
}
.js-skaiciuoti-reload {
    display: none;
    justify-content: center;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
    .error {
        top: unset;
        right: 0px;
        font-size: 10px;
        line-height: 14px;
    }
    .header-er.error {
        top: 84px;
        font-size: 10px;
        line-height: 14px;
    }
}
.blog_slider .blog_slide {
    width: 100%;
}
button {
    background: none;
    border: none;
    outline: none;
}
.reload-search {
    display: none;
}
/* body */
body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: var(--dark);
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

main {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.figure img,
.figure {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    line-height: normal;
    color: var(--dark);
}

/* Font Weights */
.f_300 {
    font-weight: 300 !important;
}

.f_400 {
    font-weight: 400 !important;
}

.f_500 {
    font-weight: 500 !important;
}

.f_600 {
    font-weight: 600 !important;
}

.f_700 {
    font-weight: 700 !important;
}

.f_800 {
    font-weight: 800 !important;
}

.f_900 {
    font-weight: 900 !important;
}

/* Font Family */
.open_sans {
    font-family: "Open Sans", sans-serif !important;
}

.montserrat {
    font-family: "Montserrat", sans-serif !important;
}

.nunito {
    font-family: "Nunito", sans-serif !important;
}

.elegantIcons {
    font-family: "ElegantIcons", sans-serif;
}

/* capitalize */
.capitalize {
    text-transform: capitalize !important;
}

/* Uppercase */
.uppercase {
    text-transform: uppercase !important;
}

/* titles & texts */
.title_40 {
    font-size: 4rem;
}
.title_30 {
    font-size: 3rem;
}
.title_38 {
    font-size: 3.8rem;
}
.title_35 {
    font-size: 3.5rem;
    line-height: 4rem;
}
.title_24 {
    font-size: 2.4rem;
    line-height: 3rem;
}
.title_22 {
    font-size: 2.2rem;
    line-height: 3rem;
}
.title_23 {
    font-size: 2.3rem;
    line-height: 3rem;
}
.title_26 {
    font-size: 2.6rem;
    line-height: 3rem;
}
.title_28 {
    font-size: 2.8rem;
    line-height: 3.4rem;
}

.title_20 {
    font-size: 2rem;
}

.title_19 {
    font-size: 1.9rem;
    line-height: normal;
}
.title_16 {
    font-size: 1.6rem;
    line-height: normal;
}
.title_21 {
    font-size: 2.1rem;
    line-height: 3rem;
}

.text_28 {
    font-size: 2.8rem;
}
.text_27 {
    font-size: 2.7rem;
}
.text_24 {
    font-size: 2.4rem;
}
.text_22 {
    font-size: 2.2rem;
}
.text_20 {
    font-size: 2rem;
}
.text_18 {
    font-size: 1.8rem;
}
.text_16 {
    font-size: 1.6rem;
}
.text_14 {
    font-size: 1.4rem;
}
.text_13 {
    font-size: 1.3rem;
}
.text_12 {
    font-size: 1.2rem;
}

/* text_montserat */
.text_montserat {
    font-weight: 500 !important;
    font-family: "Montserrat", sans-serif !important;
    line-height: 2.5rem;
}

.mainav {
    max-width: 100px;
    font-weight: 500;
}
.navbar .maindropdown {
    font-weight: 500 !important;
}
.navbar .dropdown {
    margin-right: 2.3rem;
}
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown a p {
    color: var(--dark);
    font-size: 1.2rem !important;
    line-height: 1.4rem;
}
.navbar .dropdown a {
    margin-right: 0;
}
.maindropdown {
    font-weight: 500;
    max-width: 85px;
}

.header_top_menu li {
    padding-left: 30px;
}

.menu_sm_mid li {
    list-style: none;
}

/* -------------- Scroll bar ------------- */
::-webkit-scrollbar {
    width: 1.2rem;
    border-radius: 1rem;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1rem;
}

::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 1rem;
    border: 0.1rem solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(133, 98, 98, 0.8);
}

/* -------------- preloader --------------- */
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader3 {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    padding: 0;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background: var(--green);
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

.footer_links br {
    display: none;
}

.navigation.post-navigation {
    display: none;
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

.topbtn_hide {
    opacity: 1;
}

.cbreadcrumbs {
    display: flex;
    gap: 5px;
}

/* -------------- Hamburger Menu --------------- */
.hamburger-menu span {
    width: 2.5rem;
    height: 0.2rem;
    background: #000;
    position: absolute;
    border-radius: 10rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hamburger-menu {
    width: 3rem;
    height: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.hamburger-menu:hover {
    opacity: 0.5;
}

.bar .line-top {
    -webkit-transform: translateY(-0.6rem);
    -ms-transform: translateY(-0.6rem);
    transform: translateY(-0.6rem);
}

.bar .line-bottom {
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
}

.hamburger-menu.bar:hover .line-top {
    -webkit-transform: translateY(-0.7rem);
    -ms-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem);
}

.hamburger-menu.bar:hover .line-bottom {
    -webkit-transform: translateY(0.7rem);
    -ms-transform: translateY(0.7rem);
    transform: translateY(0.7rem);
}

.cross .line-top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cross .line-bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cross .line-center {
    opacity: 0;
    width: 0;
}

/* Button */
.button {
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0.65rem 4.2rem;
    border-radius: 10rem;
    color: #fff;
    border: 0.1rem solid var(--green);
    width: fit-content;
}

.button:hover {
    background: var(--green);
    color: #fff;
}

.filled_button {
    background: var(--green);
    color: #fff;
}

.filled_button:hover {
    background: transparent;
    color: var(--green);
}

.button_white {
    background: #fff;
    color: #3e4246;
}

.button_green {
    background: #fff;
    color: var(--green);
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
}

.button_white:hover {
    border: 0.1rem solid #fff;
    color: #fff;
}

/* -------------- Header Styles --------------- */
.site_header {
    padding: 0;
    position: relative;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}

.site_header .container {
    height: 100%;
}

.sticky {
    -webkit-box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

/* header_top */
.header_top {
    background: var(--green);
    height: 3rem;
}

.header_top_menu a img {
    width: 0.5rem;
}

.header_top_menu a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    color: #fff;
}

.header_top_menu a:hover {
    opacity: 0.8;
}

/* header_Bottom */
.header_bottom {
    height: 7.868rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    z-index: 1;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.primary_menu {
    margin-top: -0.2rem;
}

.primary_menu a img {
    width: auto;
}

.primary_menu a {
    padding-right: 2.3rem;
    margin-right: 2.3rem;
    color: var(--dark);
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-right: 0.1rem solid var(--green);
}

.primary_menu a.show img:nth-child(3) {
    transform: scaleY(-1);
}

.primary_menu a img:first-child {
    filter: brightness(0) saturate(100%) invert(5%) sepia(7%) saturate(729%)
        hue-rotate(314deg) brightness(94%) contrast(90%);
}

.primary_menu a:hover {
    filter: brightness(0) saturate(100%) invert(49%) sepia(66%) saturate(1168%)
        hue-rotate(117deg) brightness(89%) contrast(103%);
}

.primary_menu a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.site_header .container {
    height: 100%;
}

.site_header .navbar {
    height: 100%;
    padding: 0;
}

.logo {
    transform: translateY(-2rem);
}

.logo img {
    width: 26.4rem;
}

/* Menu on scrolled */
.menu_on_scroll {
    position: fixed;
    width: 100%;
    background: #fff;
    top: -20rem;
    transition: 0.3s ease;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    z-index: 111;
}

.site_header.sticky .menu_on_scroll {
    top: 0;
}

/* dropdown menu */

.dropdown__menu {
    width: 19.5rem;
    border-radius: 0.5rem;
    background: #fff;
    border: none;
    padding: 1.5rem 0;
    padding-top: 3rem;
    margin-left: -1.5rem !important;
    box-shadow: 0 0.2rem 0.4rem rgb(0, 0, 0, 0.04);
}

.dropdown__menu .dropdown-item {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e4246;
    padding: 0 2rem;
    background: transparent;
    text-transform: capitalize;
    border: none;
}

.dropdown__menu .dropdown-item:not(:last-child) {
    margin-bottom: 2rem;
}

.dropdown__menu .dropdown-item .icon {
    width: 4.5rem;
    flex-shrink: 0;
}

.primary_menu .dropdown__menu .dropdown-item img {
    filter: unset;
}

/* tel_dropdown */

.tel_dropdown {
    border: none;
    box-shadow: 0 0.3rem 1.2rem rgb(0, 0, 0, 0.22);
    padding: 2rem;
}

.tel_dropdown::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    right: 2rem;
    background: #fff;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(45deg);
}

.tel_dropdown > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(112, 112, 112, 0.33);
}

.tel_dropdown .text {
    font-size: 1.3rem;
    font-weight: 300;
    color: #283b43;
    font-family: "Montserrat", sans-serif;
}

.tel_dropdown a {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 4rem;
    border: 1px solid #00b96a;
    font-weight: 500;
    font-size: 1.5rem;
    color: #00b96a;
    padding-right: 15px !important;
    border-right: 1px solid !important;
    margin: 1rem 0 0.5rem;
}

.tel_dropdown a:hover {
    color: #fff !important;
    background: #00b266;
    filter: unset;
}

.tel_dropdown .name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #283b43;
}

/* ============================ Hero Section ========================= */
.hero_section {
    padding: 11.4rem 0 18.4rem;
    position: relative;
    background: url(../img/hero_image.png) no-repeat scroll top left / cover;
}

.hero_icon_box > div {
    width: 100%;
    justify-content: center;
}

.hero_icon_box img {
    width: 4.2rem;
    pointer-events: none;
}

.hero_cont {
    display: flex;
    background: #eff0ed;
    align-items: stretch !important;
    border-radius: 0.6rem;
    z-index: 111;
}

.hero_cont a:hover {
    color: var(--green);
}

.hero_cont a p {
    white-space: nowrap;
}

.hero_icon_box {
    width: 100%;
    display: flex;
    justify-content: center;
    border-right: 1px solid var(--green);
    padding: 1rem 0;
    position: relative;
    cursor: pointer;
}
.hero_icon_box .type_text {
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .hero_icon_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .hero_icon_box .dropdown_toggle {
        padding-left: 0 !important;
    }

    .hero_cont .hero_icon_box > div {
        width: 100%;
    }
    .hero_cont .hero_icon_box p {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .hero_icon_box.hero_icon_box3 {
        border: none;
    }
}
/* Header waves */
.hero_wave1 {
    position: absolute;
    width: calc(100% + 1rem);
    top: -0.9rem;
    left: -0.5rem;
}

.hero_wave2 {
    bottom: 0;
    position: absolute;
    left: 0;
    width: calc(100% + 2px);
}

.hero_icon_box input {
    border: none;
    background: transparent;
    width: 65%;
    padding-right: 2rem;
    padding-left: 2.2rem;
}

/* ============================ Routes Section ========================= */
.route_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6rem;
    width: 103rem;
    margin: 0 auto;
}

.route_left .route_box {
    padding: 8rem 0 11rem;
}

.route_right .route_box {
    height: 50%;
}

.route_right {
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
}

.route_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
}

.route_box h2,
.route_box h4,
.route_box a {
    position: relative;
}

.Green_shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text_bottom {
    white-space: nowrap;
}

.text_bottom:hover {
    color: var(--green);
}

/* ====================  Service Section  ================= */
.service_box img {
    width: auto;
}

.service_box {
    width: 19rem;
    border-radius: 0.6rem;
}

.sevice_boxes {
    grid-template-columns: 0fr 0fr 0fr 0fr;
    justify-content: center;
    gap: 1.6rem;
}

/* =================== Service Section 2 =================== */
.service2_box img {
    width: auto;
}

.service2_box {
    height: 23.6rem;
    display: grid;
    align-content: space-between;
    box-shadow: var(--boxShadow);
    border-radius: 1rem;
}

.sevice2_boxes .col-lg-4 {
    padding: 0 1.5rem;
}

.service_two .text_bottom {
    color: #3e4246;
}

.service_two .text_bottom:hover {
    color: var(--green);
}

/* ================== Blog Section ==================== */
.blog_section {
    background: linear-gradient(
        0deg,
        rgba(248, 248, 248, 1) 65%,
        rgba(247, 247, 247, 1) 65%,
        rgba(255, 255, 255, 0.5) 100%
    );
    position: relative;
}

.blog_slide:hover .title_23 {
    color: var(--green) !important;
}

.blog_slide:hover .blog_img img {
    transform: scale(1.1);
}

.blog_img img {
    transition: 0.3s ease;
}

.blog_img {
    overflow: hidden;
}

.blog_slide {
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid #e0e0e0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.333% - 2rem);
}
.posts-wrapper {
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.blog_section .owl-nav.disabled {
    display: none;
}

.bottom_wave {
    position: absolute;
    width: 100%;
    bottom: -0.2rem;
    left: 0;
}
.notice {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 2rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.notice img {
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
/* --------- Owl Setup Styles ---------- */
.owl-stage {
    width: 100%;
    display: flex;
    cursor: grab;
}

.owl-stage-outer {
    overflow: hidden;
}

/* ================ Footer Section ================ */
.footer_main {
    padding: 4.5rem 0 4.7rem;
}

.footer_cont {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}
.footer_box1 {
    display: flex;
    align-items: flex-end;
}
.social_icons a {
    display: flex;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #fff;
    border-radius: 10rem;
}

.social_icons a:hover {
    background: #fff;
}

.social_icons a:hover img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(94%) saturate(375%)
        hue-rotate(99deg) brightness(99%) contrast(99%);
}

.social_icons a:nth-child(1) img {
    width: 1.1rem;
}

.social_icons a:nth-child(2) img {
    width: 1.8rem;
}

.social_icons a:nth-child(3) img {
    width: 2rem;
}

.social_icons {
    gap: 2rem;
}

.footer_links a {
    font-weight: 200 !important;
    line-height: 2.7rem;
    color: white;
    font-family: "Montserrat", sans-serif !important;
}

.footer_links a:hover {
    opacity: 0.8;
}

/* Copywrite */
.copywrite_right p {
    position: relative;
}

.footer-copy {
    display: flex;
    gap: 3px;
}

.copywrite_right p img {
    width: 1.5rem;
    position: absolute;
    left: -1.95rem;
}

.copywrite_right {
    padding: 2.6rem 0;
}

/* ===================================================== Seo, Router and Contact pages styles starts Here ==================================================  */

/* =========== Global Styles ========== */
/* Copy paste these text and titles section */
.title_40 {
    font-size: 4rem;
}

.title_30 {
    font-size: 3rem;
}

.title_38 {
    font-size: 3.8rem;
}

.title_24 {
    font-size: 2.4rem;
    line-height: 3rem;
}

.title_22 {
    font-size: 2.2rem;
    line-height: 3rem;
}

.title_23 {
    font-size: 2.3rem;
    line-height: 3rem;
}

.title_26 {
    font-size: 2.6rem;
    line-height: 3rem;
}

.title_28 {
    font-size: 2.8rem;
    line-height: 3.4rem;
}

.title_19 {
    font-size: 1.9rem;
    line-height: normal;
}

.title_16 {
    font-size: 1.6rem;
    line-height: normal;
}

.title_21 {
    font-size: 2.1rem;
    line-height: 3rem;
}

.text_28 {
    font-size: 2.8rem;
}

.text_27 {
    font-size: 2.7rem;
}

.text_24 {
    font-size: 2.4rem;
}

.text_22 {
    font-size: 2.2rem;
}

.text_20 {
    font-size: 2rem;
}

.text_18 {
    font-size: 1.8rem;
}

.text_16 {
    font-size: 1.6rem;
}

.text_14 {
    font-size: 1.4rem;
}

.text_13 {
    font-size: 1.3rem;
}

.text_12 {
    font-size: 1.2rem;
}

/* ============================== Seo Page ============================== */

/* =================== Seo Hero =================== */
.seo_hero {
    position: relative;
}

.seo_service1 > img {
    min-height: 9rem;
    max-height: 9rem;
    width: auto;
}

.seo_service_bottom img {
    width: 1.5rem;
}

.seo_service2 > img {
    width: 14.4rem;
}

.seo_service3 > img {
    width: 10.6rem;
}

.seo_service {
    height: 25.4rem;
    padding: 3.3rem 4.3rem 3.5rem 4.9rem;
    display: grid;
    align-content: space-between;
    border: 0.1rem solid var(--green);
    border-radius: 0.6rem;
}

/* ====================== seo_cta ==================== */
.seo_cta {
    background: #00b96a;
    position: relative;
}

.button_white .elegantIcons {
    color: var(--green);
    padding-left: 1.8rem;
}

.button_white:hover .elegantIcons {
    color: #fff;
}

.seo_cta .button {
    padding: 1rem 2.8rem;
    line-height: normal;
}

.seo_cta .title_26 {
    padding-bottom: 0.3rem;
}

.seo_cta .button.blue_btn {
    background: #13749b;
    margin-top: 2rem;
    color: #fff;
}

.seo_cta .button.blue_btn:hover {
    background: #126383;
    border-color: #126383;
}

.seo_cta .button.blue_btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(3502%)
        hue-rotate(228deg) brightness(112%) contrast(101%);
    margin-right: 1rem;
}

/* ========================================== Contact Page ==================================== */
.contact_section {
    padding-bottom: 10rem;
    padding-top: 6rem;
    position: relative;
}

.link:hover {
    color: #00b96a;
}

.contact_cont {
    width: 77.6rem;
    margin: 0 auto;
}

.sussis_box .text_20 {
    color: #00b96a;
}

.sussis_box.pr_25 {
    border-right: 0.1rem solid #e0e0e0;
}

.sussis {
    border-bottom: 0.1rem solid #e0e0e0;
}

.input,
.form_dropdown-select,
.form-dropdown,
.dropdown-item {
    width: 100%;
    border: 0.1rem solid #e0e0e0;
    border-radius: 3.7rem;
    font-size: 1.5rem;
    font-weight: 400;
    height: 3.6rem;
    padding-left: 2.3rem;
    cursor: pointer;
}
.maindropdown,
.dropdown-item,
.form_groups p,
.form_bottom p,
p.form-label {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.form_dropdown-select .right_arrow {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    width: 10px;
}
.form_dropdown-select.open .right_arrow {
    transform: rotate(270deg);
}
.form_dropdown {
    width: 100%;
    transition: all 1s ease;
}
.form_dropdown-list {
    width: 100%;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 400;
    height: 0;
    padding-left: 2.3rem;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.3s ease;
    border: 0.1rem solid #e0e0e0;
    opacity: 0;
}
.form_dropdown-list.open {
    height: auto;
    margin-top: 1.3rem;
    opacity: 1;
}
.form_dropdown-list__item {
    margin: 0.5rem 0;
    cursor: pointer;
}
.form_dropdown-list__item:hover {
    color: var(--green);
}
.form_dropdown-list__item:first-child {
    margin-top: 1rem;
}
.form_dropdown-list__item:last-child {
    margin-bottom: 1rem;
}
.form_dropdown-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2.3rem;
    width: 100%;
}
.input::placeholder {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #3e4246;
    padding-top: 1rem;
}
.form_group .input::placeholder {
    font-size: 1.5rem !important;
}
.textarea {
    height: 13rem;
    border-radius: 2rem;
}

.form_group {
    display: flex;
}

.form_groups {
    gap: 2rem;
}
.form-dropdown {
    width: 100%;
    border: 0.1rem solid #e0e0e0;
    border-radius: 3.7rem;
    font-size: 1.3rem;
    font-weight: 400;
    height: 3.6rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drop-down-arrow-left {
    transition: 0.5s ease;
    transform: rotate(-90deg);
}
.form-dropdown .maindropdown.show + .drop-down-arrow-left {
    transform: rotate(90deg);
}
.form-dropdown.invalid {
    border-color: red;
}
.form_group .maindropdown {
    width: 100%;
    max-width: unset;
}
.form-dropdown .dropdown-menu {
    padding-top: 16px;
    padding-bottom: 16px;
    top: 24px;
}
.filter-tabs__wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.filter-tab {
    padding: 1rem 0;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 2px solid transparent;
    margin: 0 1.5rem;
    transition: 0.5s ease;
}
.filter-tab:hover {
    color: var(--green);
}
.filter-tab.active {
    border-color: var(--green);
    color: var(--green);
}
form {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.check {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.1rem solid #d9d9d9;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check_box.active .check {
    background: var(--green);
}

.check_box p a {
    text-decoration: underline;
    display: ruby;
}

.check_box p a:hover {
    color: var(--green);
}

.check_box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.check img {
    opacity: 0;
    width: 1rem;
    transform: scale(0.5);
    transition: 0.3s ease;
}

.active .check img {
    opacity: 1;
    transform: scale(1);
}

.contact_form .title_22 {
    padding-bottom: 2.2rem;
}

/* =========================== Router Page ======================== */

/* ============== Router Hero ============== */
.router_hero_conts a img {
    width: 2rem;
}

/* ============== Router Main ============== */
.router_main {
    padding-bottom: 10rem;
    position: relative;
}

.rtt_right {
    display: flex;
    align-items: center;
}

.rtt_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.3rem;
    height: 3.3rem;
    background: #00b96a;
    border-radius: 10rem;
    margin-left: 1rem;
}

.rtt_icon img {
    width: 2.2rem;
}

.route_inner_box {
    background: #f6f7f8;
    border-radius: 0.5rem;
    height: 100%;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.route_inner_box .rtt_bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.rt_top {
    padding: 1rem 1.3rem;
}

.route_inner_box .rt_top {
    min-height: 80px;
}

.rt_img .rtt_text {
    font-weight: 900;
    position: absolute;
    height: 4rem;
    display: flex;
    width: 20rem;
    align-items: center;
    justify-content: center;
    background: #00b96ae3;
    left: 0;
    top: 0;
    transform: rotate(-45deg) translate(-5.5rem, -0.5rem);
}

.rt_img {
    position: relative;
    overflow: hidden;
}

.rtt_bottom .text_14 {
    padding-left: 2.3rem;
    padding-right: 1.5rem;
}

.route_inner_box:hover .rt_img img {
    transform: scale(1.1);
}

.rt_img img {
    transition: 0.3s ease;
}

.route_inner_box .title_26 {
    padding-right: 20px;
}

.route_boxes .rt_img img {
    max-height: 167px;
    min-height: 167px;
    object-fit: cover;
}

.rtt_icon.yellow {
    background: #f4a900;
}

.rtt_icon.red {
    background: #f70042;
}

.route_boxes .col-lg-4 {
    padding: 0 1.5rem;
}

.route_boxes {
    gap: 3.5rem 0;
}

.call_icon {
    display: flex;
    position: fixed;
    right: 2.2rem;
    width: 4.6rem;
    height: 4.6rem;
    background: #00b96a;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    bottom: 3rem;
    transition: 0.3s;
    overflow: hidden;
}

.call_icon:hover {
    width: 8rem;
}

.call_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
        hue-rotate(42deg) brightness(110%) contrast(101%);
    width: 2.4rem;
}

.call_icon:hover {
    opacity: 0.8;
}

.call_text p,
.call_text h4 {
    white-space: nowrap;
    line-height: 1.8rem;
}

.call_icon:hover {
    width: 18.6rem;
}

.call_text {
    display: none;
}

.call_icon:hover .call_text {
    display: block;
}

/* =========================== Travel Offer Page =========================== */
.title_35 {
    font-size: 3.5rem;
    line-height: 4rem;
}

/* =============== Travel Offer Page ================ */
.Travel_offer_section {
    padding: 5rem 0 20rem;
}

.section_top {
    border-bottom: 0.1rem solid #00b96a;
}

.section_top h6 {
    font-size: 1.1rem;
}

.section_top h6.text_15 {
    font-size: 1.5rem;
}

.section_top a:hover h6 {
    font-weight: 700 !important;
    color: #00b96a;
}

.trttl_group {
    white-space: nowrap;
    padding-right: 1.3rem;
}

.trttl_group img:first-child {
    margin-right: 1.5rem;
}

.text_17 {
    font-size: 1.7rem;
}

.trttl_group:nth-child(1) {
    margin-right: 1rem;
    border-right: 0.1rem solid #00b96a;
}

.travel_left .rt_top {
    padding: 1.2rem 0 1.8rem 0;
    border-bottom: 0.1rem solid #00b96a;
    margin-bottom: 1.8rem;
}

.highlight_text span {
    color: #00b96a;
}

.tr_slider .owl-nav {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    height: 0;
}

.tr_slider {
    position: relative;
    display: flex;
}

.owl-nav button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    background: #00000045;
    border-radius: 10rem;
    color: #fff;
    transition: 0.3s all;
}

.owl-nav button:hover {
    background: var(--green);
}

.tr_slider .owl-nav span {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_slider .owl-nav button img {
    width: 0.7rem;
}

.rotate_right {
    transform: rotate(180deg);
}

.highlight_texts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.journey_text {
    border-left: 0.2rem solid #00b96a;
    position: relative;
    padding-bottom: 1rem;
}

.journey_text:before,
.journey_text:last-child:after {
    width: 1.7rem;
    height: 1.7rem;
    content: "";
    position: absolute;
    background: #fff;
    border: 0.3rem solid #00b96a;
    border-radius: 10rem;
    left: -1rem;
    top: 0;
}

.journey {
    margin-left: 1rem;
}

.journey .title_26 {
    margin-left: -1rem;
}

.journey_text:last-child:after {
    bottom: 0;
    top: auto;
}

.ac_price_box img {
    width: 3rem;
}

.ac_price_box p {
    white-space: nowrap;
}

.ac_price_boxes {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.ac_price_box h3 {
    color: #00b96a;
}

.price_img {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.price_img .button {
    position: absolute;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.price_img img {
    width: 36rem;
}

.accommodation_text p {
    font-family: "Montserrat", sans-serif;
    line-height: 2.4rem;
    font-weight: 400;
}

.trr_top2 img:first-child,
.trr_top2 img:nth-child(3) {
    width: 3rem;
}

.trr_top2 img:nth-child(2) {
    width: 3.5rem;
}

.travel_right .trr_top {
    border-bottom: 0.1rem solid #00b96a;
    padding: 2rem 0;
}

.trr_top2 p {
    font-size: 2.3rem;
}

.trr_top2 {
    padding: 1.5rem 0 1.5rem 0;
    margin: 0 1.8rem;
}

.trrt_text h2 {
    color: var(--green);
}

.travel_right {
    border: 0.1rem solid var(--green);
    margin-top: 2.4rem;
    border-radius: 0.6rem;
    width: 48.6rem;
}

.trrt_text:first-child {
    border-right: 0.1rem solid #e0e0e0;
}
.trrt_text:nth-child(2) {
    padding-left: 1.5rem;
}
.trr_top3 {
    border-bottom: 0.1rem dashed #a5adb5;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
}
.trr_top3 div {
    flex: 1;
}
.travel_main {
    width: 100%;
    gap: 3.5rem;
    justify-content: center;
}

.travel_left {
    width: 55%;
}

.trr_top .hero_icon_box {
    flex-shrink: 0;
    width: 50%;
}

.trr_top .hero_icon_box:nth-child(2) {
    border-right: none;
}

.ID_box img,
.sm_arrow_green {
    width: 1rem;
    filter: brightness(0) saturate(100%) invert(45%) sepia(47%) saturate(3125%)
        hue-rotate(127deg) brightness(100%) contrast(101%);
}

.incre_decre button {
    width: 2.7rem;
    height: 2.7rem;
    border: 0.1rem solid #a5adb5;
    border-radius: 10rem;
}

.updated_num,
.numvaikisk,
.nummaisas,
.numdeklai {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    margin: 0 0.5rem;
}

.pp_icon {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
}

.trrt_right_top {
    background: #f6f7f8;
}

.pp_boxes {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.pp_box p {
    white-space: nowrap;
}

.trrt_right_last {
    display: flex;
    justify-content: center;
    border-top: 0.1rem solid #00b96a;
    border-radius: 0.6rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 768px) {
    .trrt_right_last {
        display: none;
    }
    .included {
        border-bottom: none !important;
    }
    .accordion-item {
        border-radius: 0.5rem;
    }
}
.trrt_right_last .button {
    color: #00b96a;
}

.trrt_right_last .button:hover {
    color: #fff;
}
.accordion-button img {
    transform: rotate(180deg);
    transition: 0.2s;
}

.accordion-button.collapsed img {
    transform: rotate(0deg);
}

.accordion-button:not(
        .collapsed,
        .accordion-item:first-child .accordion-button
    ) {
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.accordion-item:first-child .accordion-button {
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.accordion-item:first-child .accordion-button.collapsed {
    border-bottom: 0.1rem solid #00b96a;
}

.accordion-button {
    color: #3e4246 !important;
    text-transform: uppercase;
    padding: 1.9rem 1.5rem;
    border-bottom: 0.1rem solid #00b96a;
}
.accordion-content {
    padding: 1.9rem 1.5rem;
}
.accordion-item:last-child .accordion-button {
    border-bottom: none;
}

.accordion-body {
    padding: 0;
}

.accordion-button:after {
    display: none;
}

.accordion-item {
    padding: 0;
    border: none;
}

.include_top img {
    width: 2.6rem;
    margin-right: 1rem;
}

.include_top .text_18 {
    margin-right: 2rem;
}

.included .include_top,
.trrt_right_top.order_7 {
    padding-left: 2.4rem;
}

.included .highlight_texts {
    margin: 0 1.5rem;
    border-bottom: 0.1rem dashed #a5adb5;
}

.include_bottom img {
    width: 1.4rem;
}

.include_bottom {
    display: flex;
    align-items: self-start;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.include_bottom p {
    line-height: 1.6rem;
    text-transform: uppercase;
}

.included {
    padding: 0.5rem 0 2rem;
    border-bottom: 0.1rem solid #1ac079;
}

/* ================= Date Picker =================== */
.calendar-box {
    text-align: center;
    padding: 2rem;
    border: 0.1rem solid #ccc;
    border-radius: 1rem;
    background-color: white;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
    width: 30rem;
}

.calendar-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

@media (min-width: 768px) {
    .searchButton,
    .searchButtonbuttonsinner {
        flex: 1;
        margin-left: 32px;
        margin-right: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 160px;
    }
}
@media (min-width: 768px) {
    .searchButton,
    .searchButtonbuttonsinner {
        max-height: 3.5rem;
        margin: auto;
    }
}

.calendar_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
}

.calendar_toggle .pl_20 {
    padding-left: 1rem;
}
.calendar_toggle p {
    pointer-events: none;
}
.dropdown_two.dropdown_toggle img,
.calendar_toggle img {
    max-width: 52px;
    max-height: 38px;
    width: auto;
    margin-right: 16px;
}
.dropdown_two.dropdown_toggle .pl_20 {
    padding-left: 1rem;
}
.dropdown_two span {
    display: block;
}
@media (min-width: 992px) {
    .count_text {
        text-align: center;
    }
}
.calendar {
    position: absolute;
    left: 0;
    top: 8rem;
    z-index: 111;
    width: 36rem !important;
    padding: 4.3rem 2.7rem 3rem 2.7rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.31);
    opacity: 0;
    pointer-events: none;
}
.calendar_toggle .display_date_text {
    display: block;
}
.calendar.active {
    opacity: 1;
    pointer-events: auto;
}

.radio_boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(112, 112, 112, 0.2);
    margin-bottom: 0.8rem;
}

.radio_box input {
    display: none;
}

.calendar .radio_box input + label {
    font-weight: bold;
}

.radio_box input + label {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #283b43;
    position: relative;
    padding-left: 2.6rem;
    cursor: pointer;
}

.radio_box input + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    outline: 1px solid #707070;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}

.radio_box input:checked + label::before {
    background: #00b96a;
    border: 0.4rem solid #fff;
}
.place-order-btn.disabled {
    cursor: not-allowed !important;
    opacity: 0.3;
    position: relative;
    z-index: 99;
}
.place-order-btn.disabled:hover {
    cursor: not-allowed !important;
    color: #00b266;
    border-color: #00b266;
    background-color: white;
}
.notas {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    opacity: 1;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-right: 20px;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    align-items: center;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 20px;
}

.notas img {
    width: 20px;
}
.notas-wrapper {
    display: flex;
    align-items: flex-start;
}

.calendar .note {
    display: flex;
    align-items: flex-start;
    gap: 0 1.7rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(112, 112, 112, 0.2);
    margin-top: 0.5rem;
}

.calendar .note img {
    width: 1.7rem;
}

.calendar .note > div {
    color: #283b43;
    font-size: 1.1rem;
    line-height: 1.181;
    text-align: left;
}

.dropdown_sumitted_btn {
    border: 0.2rem solid #e0e0e0 !important;
    color: #00b96a;
}
.date_text {
    display: none;
}

.dropdown_sumitted_btn:hover {
    border-color: #00b96a !important;
}

.fc .fc-toolbar-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #283b43;
}

.fc .fc-button-primary {
    background: none;
    border: none;
    color: #425364;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:active {
    background: none !important;
    color: #425364 !important;
}

.fc .fc-button-primary:focus {
    box-shadow: none !important;
}

.fc .fc-col-header-cell-cushion {
    font-size: 1.4rem;
    font-weight: 400;
    color: #425364;
    text-align: center;
    text-transform: capitalize;
}

.fc table {
    font-size: 1.6rem;
    color: #425364;
    font-weight: 600;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
    font-weight: 400;
}

.fc .fc-daygrid-day-top {
    justify-content: center;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
    border: none;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 0.1rem;
    position: relative;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.fc td,
.fc th {
    vertical-align: center;
}

/* ---------- routes hero section ------------ */

.routes_hero_section {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.top_pagination {
    display: flex;
    align-items: center;
    gap: 0 0.5rem;
}

.top_pagination a:hover {
    color: #00b96a;
}

.routes_hero_title {
    padding: 1.5rem 0 1rem;
}

.routes_hero_title p {
    font-family: "Nunito", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e4246;
}

.routes_hero_title a {
    display: inline-flex;
    align-items: center;
    gap: 0 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #283b43;
}

.routes_hero_title a:hover {
    color: #00b96a;
}

.routes_hero_title a img {
    width: 3.3rem;
}

.routes_gellay_box .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.routes_gellay_box .item {
    display: block;
    position: relative;
}

.routes_gellay_box .item img {
    width: 100%;
    object-fit: cover;
    max-height: 330px;
    min-height: 330px;
}

.routes_gellay_box {
    margin-bottom: 20px;
}

.inner_content a {
    color: #00b96a;
    display: inline;
}

.inner_content ul {
    list-style: disc;
    padding-left: 28px;
}

.offer_card .owl-carousel .owl-item img {
    max-height: 224px;
    min-height: 224px;
    object-fit: cover;
}

.routes_gellay_box .col-5 .item img {
    max-height: 160px;
    min-height: 160px;
}

.tr_slider .owl-item img {
    max-height: 293px;
    min-height: 293px;
    object-fit: cover;
}

.routes_gellay_box .col-5 .modal-content .item img {
    max-height: unset;
    min-height: unset;
}

.routes_gellay_box .modal-content .item img {
    max-height: unset;
    min-height: unset;
}

.routes_gellay_box .item .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 0 0.5rem;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

.routes_gellay_box .item .more img {
    width: 3rem;
}

.routes_hero_section .inner_content {
    max-width: 77.7rem;
    margin-left: auto;
    margin-right: auto;
}

.routes_hero_section .list_group {
    padding: 2.5rem 0 3.5rem;
}

.routes_hero_section .list_group li {
    position: relative;
    padding-left: 3.5rem;
    font-size: 1.7rem;
    line-height: 1.176;
    font-family: "Nunito", sans-serif;
    color: #272727;
}

.routes_hero_section .list_group li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: url(../img/checkmark.svg) no-repeat center;
    background-size: 100% 100%;
}

.routes_hero_section .list_group li:not(:last-child) {
    margin-bottom: 1.2rem;
}

.routes_hero_section .text {
    line-height: 1.5;
    color: #272727;
    font-weight: 300;
}

.routes_hero_section .youtubeVideo {
    width: 100%;
    height: 43rem;
    margin: 2rem 0 5rem;
}

.routes_hero_section .title_22 {
    padding-bottom: 2rem;
    color: #00b96a;
}

/* ------- swimming offers section --------- */

.swimming_offers_section {
    padding: 4rem 0 500px;
    background: #f6f7f8;
    border-width: 0 1rem;
    border-style: solid;
    border-color: #fff;
}

.hero_cont.v1 {
    background: #ffffff;
    box-shadow: 0 0.3rem 0.6rem rgb(0, 0, 0, 0.16);
    border: 1px solid #e0e0e0;
}

.offer_card {
    display: flex;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #a5adb5;
    margin-top: 3rem;
    overflow: hidden;
}

.offer_card.v1 {
    background: #e4f7ef;
}

.offer_card .left_side {
    width: 32rem;
    flex-shrink: 0;
}

.offer_card .left_side .title_20 {
    display: none;
}

.offer_card .right_side {
    width: 100%;
    padding: 1.5rem 2.8rem 1.5rem 2rem;
    position: relative;
}

.offer_card .subTitle {
    font-size: 1.4rem;
    font-weight: 500;
    color: #3e4246;
    font-family: "Nunito", sans-serif;
    padding-top: 0.8rem;
}

.package_wrap {
    position: absolute;
    right: 0;
    bottom: 3rem;
    max-width: 100%;
    padding: 0 2.6rem;
    display: flex;
    justify-content: end;
}
.package_wrap .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: calc(100% + 0.5rem);
    gap: 0.5rem;
}
.package_wrap .owl-nav .owl-prev,
.package_wrap .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.package_wrap .owl-nav .owl-next {
    transform: rotate(180deg);
}
.package_wrap .owl-nav .disabled {
    opacity: 0;
}
.package_btn {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #a5adb5;
    border-radius: 0.6rem;
    height: 5.3rem;
    padding-left: 1.3rem;
    padding-right: 1.8rem;
    flex-shrink: 0;
}
.package_wrap .owl-item:first-child .package_btn {
    margin-left: 0;
}
@media (min-width: 768px) {
    .package_btn {
        margin-left: 2rem;
    }
}
.package_btn:hover {
    border-color: #00b96a;
}

.package_btn > div {
    display: flex;
    align-items: center;
}

.package_btn .canoe_icon {
    width: 3rem !important;
    margin-right: 0.22rem;
}

.package_btn h4 {
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    color: #283b43;
    font-weight: 700;
    white-space: nowrap;
}

.package_btn .text_xs {
    font-size: 0.9rem;
    line-height: 1;
    color: #3e4246;
    font-family: "Nunito", sans-serif;
    padding-bottom: 0.2rem;
}

.package_btn h2 {
    font-size: 2.9rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    color: #00b96a;
    white-space: nowrap;
}

.package_btn h2 span {
    font-size: 2.2rem;
}

.package_btn .right_arrow {
    width: 1.3rem !important;
    margin-left: 1.5rem;
    transition: 300ms;
}

.package_btn:hover .right_arrow {
    transform: translateX(0.5rem);
}
.house-price {
    border-left: 1px solid #a5adb5;
    padding-left: 1rem;
    margin-left: 1rem;
    display: flex;
    align-items: center;
}
.pr_12 {
    padding-right: 1.2rem;
}

.cardSlider .owl-nav button {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cardSlider .owl-nav button:hover {
    background: #1cb96a;
}

.cardSlider .owl-nav button img {
    width: 0.9rem;
}

.cardSlider .owl-prev {
    left: 2rem;
}

.cardSlider .owl-next {
    right: 2rem;
    transform: translateY(-50%) rotate(180deg) !important;
}

.cardSlider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5rem;
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
    z-index: 1;
    display: none;
}

.cardSlider .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #3e4246;
    background: #fff;
    padding: 0 !important;
    transition: 300ms;
}

.cardSlider .owl-dots .owl-dot.active {
    background: #3e4246;
}

.cardSlider .owl-stage {
    cursor: unset;
}

.cardBtnSlider {
    display: flex !important;
    flex-wrap: wrap;
}

.cardBtnSlider .owl-stage-outer {
    width: 100%;
    order: 2;
}

.cardBtnSlider .owl-stage {
    cursor: unset;
}

.cardBtnSlider .owl-nav {
    display: flex;
    align-items: center;
    gap: 0 0.3rem;
    order: 1;
    justify-content: end;
    width: 100%;
    margin-bottom: 0.6rem;
}

.cardBtnSlider .owl-nav button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #a5adb5 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.cardBtnSlider .owl-nav button:hover {
    background: #1cb96a;
    border-color: #1cb96a !important;
}

.cardBtnSlider .owl-nav button.disabled {
    border-color: #e0e0e0 !important;
}

.cardBtnSlider .owl-nav button img {
    width: 0.6rem;
    filter: brightness(0) saturate(100%) invert(84%) sepia(18%) saturate(143%)
        hue-rotate(169deg) brightness(81%) contrast(85%);
}

.cardBtnSlider .owl-nav button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(49%) saturate(0%)
        hue-rotate(140deg) brightness(111%) contrast(100%);
}

.cardBtnSlider .owl-nav button.disabled img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(1%) saturate(68%)
        hue-rotate(327deg) brightness(103%) contrast(90%);
}

.cardBtnSlider2 {
    position: relative;
}

.cardBtnSlider2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 2rem);
    width: 5rem;
    background: linear-gradient(90deg, transparent, #fff 70%);
    z-index: 11;
}

.package_btn .day_num {
    text-align: center;
    padding-right: 1.1rem;
}

.package_btn .day_num .num {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #283b43;
    font-family: "Nunito", sans-serif;
    margin: auto;
    margin-bottom: 0.5rem;
}

.package_btn h4.text_13 {
    font-size: 1.3rem;
}

.plus_icon {
    width: 1.6rem !important;
    margin: 0 1rem;
}

.bed_icon {
    width: 3.1rem !important;
}

.pl_12 {
    padding-left: 1.2rem;
}

.border_r_dashed {
    border-right: 2px dashed #e0e0e0;
}

.occupied_badge {
    position: absolute;
    top: 2.5rem;
    left: -4.5rem;
    transform: rotate(-45deg);
    font-size: 2.1rem;
    font-weight: 700;
    color: #ffffff;
    background: #f70042;
    z-index: 11;
    padding: 0.8rem;
    width: 18rem;
    text-align: center;
}

/* ------- Share Popup --------- */

.modal {
    z-index: 99999999999;
}

.popup .modal-dialog {
    max-width: 65.5rem;
}

.popup .modal-content {
    padding: 6rem 5.7rem 10rem 5.7rem;
    box-shadow: 0 0.3rem 1.2rem rgb(0, 0, 0, 0.22);
    border-radius: 0.6rem;
}

.modal_close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    padding: 0;
    border: none;
    background: transparent;
    width: 1.4rem;
}

.modal_close:hover {
    transform: scale(1.1);
}

.modal_close img {
    width: 100%;
}

.share_btn_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
}

.share_btn_group a {
    display: flex;
    align-items: center;
    height: 6.6rem;
    padding-left: 3rem;
    border: 1px solid #e0e0e0;
    font-family: "Nunito", sans-serif;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #283b43;
}

.share_btn_group a:hover {
    background: #f1f1f1;
}

.share_btn_group .copy_btn img {
    width: 3rem;
    margin-right: 1.7rem;
}

.share_btn_group .mail_btn img {
    width: 3.7rem;
    margin-right: 3rem;
}

.share_btn_group .msg_btn img {
    width: 3.8rem;
    margin-right: 2.9rem;
}

.share_btn_group .fb_btn img {
    width: 4rem;
    margin-right: 3.2rem;
}
/* ================================= Order Page ============================== */
.order_section {
    padding-top: 3rem;
    padding-bottom: 8.2rem;
    position: relative;
}

/* .order_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
} */

.order_header .hero_wave1 {
    top: auto;
}

.order_page_header {
    position: relative;
    z-index: 111;
    background: #0c6c3e;
    height: 12rem;
}

.order_page_header .title_40 {
    line-height: 1;
}

.order_page_header .call_icon {
    position: relative;
    top: 0;
    width: 25.2rem;
    height: 5.5rem;
}
@media (max-width: 768px) {
    .call_icon {
        background: #fff;
        border: 1px solid #00b96a;
    }
    .call_icon svg path {
        fill: #00b96a;
    }
    #formuotiPasiulyma-ProxyMobile {
        background-color: #00b96a;
        color: #fff;
    }
    #formuotiPasiulyma-ProxyMobile:hover {
        border-color: #00b96a;
    }
    #formuotiPasiulyma-ProxyMobile .elegantIcons {
        color: #fff;
    }
}

.order_page_header .call_icon .call_text {
    display: block !important;
}

.order_page_header .logo_sm img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7500%)
        hue-rotate(214deg) brightness(118%) contrast(110%);
    width: 19.3rem;
}
.order_content {
    width: 78rem;
    margin: 0 auto;
    padding: 5.5rem 0 7rem 0;
}
.order_4 img {
    width: 13.8rem;
}
.order_2 .trttl_group img {
    width: 1.8rem;
}
.call_text p {
    font-size: 1rem;
    text-align: left;
}
.order_2 .trttl_group:nth-child(1) {
    margin-right: 1.5rem !important;
}

.order_2 .trttl_group img:first-child {
    margin-right: 1rem;
}

.order_2 {
    padding-right: 2.5rem;
    border-bottom: 0.1rem dashed #e0e0e0;
}

.or3_left h5 {
    width: 4.7rem;
    height: 4.7rem;
    background: #e0e0e0;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or3_right .trttl_group:nth-child(1) {
    border-right: none;
    margin-right: 0;
    padding-right: 3rem;
}

.or3_right .trttl_group img {
    margin-right: 1rem;
}

.o3_boxes {
    padding-top: 1rem;
}

.order_3 {
    border-bottom: 0.1rem dashed #e0e0e0;
}

.order_4 {
    border-bottom: 0.1rem solid #00b96a;
}

.order_5 .trr_top2 {
    padding-right: 0;
    margin-right: 0;
}

.order_5 .trr_top2 p {
    white-space: nowrap;
}

.order_5 .trr_top2 {
    padding-bottom: 0;
    padding-top: 0;
}

.order_5 .trr_top3 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 2.4rem;
}

.order_5 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem dashed #e0e0e0;
}

.order_6 .highlight_texts {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.order_6 {
    padding-left: 0;
    padding-right: 0;
}
.order_6 .highlight_text p {
    white-space: nowrap;
}
.radio_circle {
    width: 1.8rem;
    height: 1.8rem;
    background: transparent;
    border: 0.1rem solid #707070;
    border-radius: 10rem;
    position: relative;
}

.radio_circle:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 10rem;
    background: #00b96a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.2s ease;
}

.radio.active .radio_circle:before {
    opacity: 1;
    width: 1rem;
    height: 1rem;
}

.radio_boxes {
    padding-left: 2.4rem;
}

.radio p {
    color: #536268;
}

.radio {
    cursor: pointer;
}
.radio img,
.package_btn .canoe_icon {
    max-width: 35px;
    max-height: 23px;
    width: auto;
}
.single-offer-night-icon {
    width: 3rem;
}
.order_6 .include_bottom p {
    line-height: 1.7rem;
}

.order_7 {
    background: #fff;
    padding-right: 0;
    border-bottom: 0.1rem solid #1ac079;
    padding-bottom: 2.5rem;
}

.order_7 .pp_boxes {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
}

.order_7 .pp_icon {
    width: 2rem;
}

.order_8 .title_22 {
    padding-top: 2.7rem;
    padding-bottom: 2rem;
}

.order_bottom.order_9 {
    padding: 4.2rem 6.2rem 2.7rem 2.5rem;
    background: #f6f7f8;
    border-radius: 0.6rem;
    margin-top: 3.5rem;
}

.order_bottom.order_9 h2 {
    color: #00b266;
    padding-bottom: 1rem;
}

.ob_texts {
    display: grid;
    gap: 1.2rem;
    padding-left: 1.6rem;
}

.ob_texts p {
    position: relative;
}

.ob_texts p:before {
    width: 0.7rem;
    height: 0.7rem;
    background: #1cb96a;
    position: absolute;
    content: "";
    border-radius: 10rem;
    top: 50%;
    transform: translateY(-50%);
    left: -1.6rem;
}

.order_3 .title_30 {
    line-height: 3rem;
}

/* Complete order modal */
.order_complete_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 96, 55);
    background: linear-gradient(
        0deg,
        rgba(0, 96, 55, 1) 25%,
        rgba(0, 176, 100, 1) 100%,
        rgba(0, 184, 105, 1) 100%
    );
    width: 57.8rem;
    padding: 5rem 2rem 8.5rem 2rem;
    border-radius: 2.5rem;
    box-shadow: var(--boxShadow);
    pointer-events: all;
}

.close_modal {
    width: 1.5rem;
    cursor: pointer;
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(24%) saturate(1036%)
        hue-rotate(211deg) brightness(113%) contrast(100%);
}

.highlights_container {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.ocm_content img {
    width: 7.2rem;
}
.ac_price_box_container {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.ac_price_box {
    display: flex;
    align-items: center;
    width: 100%;
}

.ac_price_box p {
    flex-grow: 1;
    position: relative;
    padding-left: 20px;
    padding-right: 25px;
}

.ac_price_box_container {
    width: 100%; /* Adjust width as needed */
}

.ac_price_box {
    display: flex;
    align-items: center;
    width: 100%;
}

.item_name {
    display: flex;
    align-items: center;
}

.item_name,
.price {
    white-space: nowrap;
}

.dots {
    flex-grow: 1;
    margin: 0px 21px -7px -23px;
    background: repeating-linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 4px,
        rgba(0, 0, 0, 0.5) 5.5px,
        rgba(0, 0, 0, 0) 6px
    );
    height: 2px;
    align-self: center;
}

.price {
    min-width: 50px; /* Ensure price does not squash down */
}

.ID_box p:first-child {
    cursor: pointer;
}
/* ===================== Travel offer page modal ====================== */

#plaukimo_marstutas .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin: 0;
}

#plaukimo_marstutas .modal-content {
    background: #fff;
    width: 100%;
    height: 100%;
}

#plaukimo_marstutas .close {
    width: 4rem;
    position: absolute;
    top: 4rem;
    right: 2rem;
    cursor: pointer;
}

#plaukimo_marstutas .close img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(57%) saturate(45%)
        hue-rotate(169deg) brightness(92%) contrast(90%);
}

.travel_modal_cont {
    display: flex;
    justify-content: center;
    pointer-events: all;
    text-align: left;
}
.travel_modal_cont button {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    background: #00b96a;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99999;
}
@media (min-width: 1024px) {
    .travel_modal_cont button {
        width: 2.5rem;
        height: 2.5rem;
    }
}
.travel_modal_cont .map-overlay {
    z-index: 99999;
    display: block;
    position: absolute;
    height: 7rem;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}
.travel_modal_cont iframe {
    position: relative;
    min-width: 100vw !important;
    min-height: 100vh !important;
    width: 100vw !important;
    height: 100vh !important;
}

.tmc_left {
    width: 56rem;
}

.tmc_right img {
    width: 13.5rem;
}

.tmc_left p.pb_10 {
    border-bottom: 0.1rem solid #00b96a;
}

.hide_tmc_modal:hover {
    filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(7%)
        hue-rotate(355deg) brightness(101%) contrast(87%);
}

/* ============= modal styles ================ */

.close {
    cursor: pointer;
}

.modal {
    pointer-events: none;
}

/* ======================= Hero dropdowns ======================== */
.dropdown_wrap {
    width: 100%;
    min-width: fit-content;
    position: absolute;
    top: 5rem;
    transition: 0.3s ease;
    opacity: 0;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 4rem 1.5rem;
    border-radius: 0.6rem;
    pointer-events: none;
    z-index: 9999999999;
}

.dropdown_wrap.active {
    top: 8rem;
    opacity: 1;
    pointer-events: all;
}

.hero_icon_box2_dropdown .incre_decre {
    padding-left: 0;
    justify-content: center;
    border-bottom: 0.1rem solid #00b96a;
}

.hero_icon_box p {
    line-height: 2rem;
}

.hero_icon_box2_dropdown .include_bottom {
    padding-left: 0;
    padding-right: 0;
}

.hero_icon_box2_dropdown .updated_num {
    border: 0.1rem solid #a5adb5;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0;
    color: #00b96a;
    font-weight: bold;
    width: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Visos kitos naršyklės */
}
.hero_icon_box:hover p {
    color: var(--green);
}

.hero_icon_box {
    z-index: 1;
    flex: 1;
}

.hero_icon_box:first-child::before {
    border-radius: 0.6rem 0 0 0.6rem;
}

.hero_icon_box:hover:before,
.hero_icon_active:before,
.hero_icon_box.selected:before {
    opacity: 1;
}

.hero_icon_box p,
.hero_icon_box img {
    position: relative;
    z-index: 11;
}

.dropdown3_cont {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dropdown3_cont .radio {
    width: 100%;
    justify-content: start !important;
}

.dropdown3_cont .d3_box p {
    width: auto;
}
.d3_box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start !important;
}

.d3_box p {
    color: var(--dark);
}

.hero_icon_box:hover .d3_box p {
    color: var(--dark);
}

.d3_box .radio:hover {
    opacity: 0.8;
}

.hero_icon_box3_dropdown {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.hero_icon_box2_dropdown .include_bottom p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.hero_icon_box2_dropdown .include_bottom img {
    padding-top: 0.3rem;
}

.dropdown_wrap .button {
    color: var(--green);
}

.dropdown_wrap .button:hover {
    color: #fff;
}

.dropdown_toggle p {
    pointer-events: none;
}

.dropdown_toggle img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(78%) saturate(2157%)
        hue-rotate(115deg) brightness(89%) contrast(101%);
}

.menu_on_scroll_hero,
.unfixed {
    position: relative;
    top: 0;
    border-radius: 1rem;
}

.unfixed .d3_box {
    gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

.unfixed {
    z-index: 9;
}

/* -------- kayaking section --------- */

.btn_group_slider {
    margin: 3rem 0 8rem;
}

.btn_group_slider::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25rem;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffffe3);
    z-index: 111;
}

.btn_group_slider button {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    color: #3e4246;
    border: 1px solid #e0e0e0;
    border-radius: 1.6rem;
    padding: 0.7rem 2.2rem;
    margin-right: 1.3rem;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn_group_slider button:hover,
.btn_group_slider button.active {
    border-color: #00b96a;
    background: rgb(0, 185, 106, 0.05);
}

.title_pagination {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
}

.title_pagination .title_30 {
    font-weight: 500;
}

.title_pagination a {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.title_pagination .arrow {
    width: 1.4rem;
}

.easy_btn {
    display: inline-flex;
    align-items: center;
    gap: 0 1.1rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #283b43;
}

.easy_btn:hover {
    color: #00b96a;
}

.easy_btn img {
    width: 3.2rem;
}

/* gallery modal */

#gallery_modal .modal-dialog {
    max-width: 100vw;
    min-height: 100vh;
    margin: 0;
}

#gallery_modal .modal-content {
    width: 100%;
    height: 100vh;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallerySlider {
    width: calc(100% - 20rem);
    margin: 0 auto;
}

.gallerySlider .slick-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gallerySlider img {
    width: 100%;
    height: calc(100vh - 28rem);
    object-fit: cover;
}

.sldeCount {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 0.4rem;
    width: 100%;
    padding: 1rem 3rem;
}

.galleryNavSlider {
    width: 100%;
}

.galleryNavSlider .slick-slide {
    width: 26rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.galleryNavSlider .item {
    position: relative;
    border-radius: 0.8rem;
    border: 0.3rem solid transparent;
    overflow: hidden;
}

.galleryNavSlider .slick-center .item {
    border-color: #00b96a;
}

.galleryNavSlider .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    transition: 300ms;
}

.galleryNavSlider .slick-center .item::before {
    opacity: 0;
}

.galleryNavSlider img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
}

.slick-prev {
    left: -6rem;
}

.slick-next {
    right: -6rem;
}

.slick-prev,
.slick-next {
    width: 4rem;
    height: 4rem;
    background: #00b96a !important;
    border-radius: 50%;
}

.slick-prev:active,
.slick-next:active {
    background: #029f5b !important;
}

.slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://baidares.herbertus.co/wp-content/themes/baidares/img/left-arrow.png)
        no-repeat center;
    background-size: 1.4rem auto;
}

.slick-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://baidares.herbertus.co/wp-content/themes/baidares/img/right-arrow.png)
        no-repeat center;
    background-size: 1.4rem auto;
}

#gallery_modal .modal_close {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #ddd;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery_modal .modal_close img {
    width: 1.6rem;
}

/* custom  */

.modal {
    display: block !important;
    opacity: 0;
    pointer-events: none;
}

.modal.show {
    opacity: 1;
    pointer-events: auto;
}

.modal:not(.show) * {
    pointer-events: none;
}

/* .modal-content,
.modal-dialog{
  pointer-events: none;
}

.modal.show .modal-content,
.modal.show .modal-dialog{
  pointer-events: auto;
} */

.page-template-default main a {
    color: #00b96a;
    text-decoration: underline;
    display: inline;
}
.invalid p,
.invalid a {
    color: red;
}

footer .map {
    min-height: 100%;
    overflow: hidden;
}
.pt_30 {
    padding-top: 2rem;
}
.pb_30 {
    padding-bottom: 2rem;
}
body.no-scroll {
    overflow: hidden;
}
.float-wrapper {
    position: relative;
}
.input_label-floating {
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.3rem !important;
    color: #3e4246;
    position: absolute;
    left: 2.3rem;
    top: 1rem;
    transition: 0.3s ease;
    padding: 0.2rem;
    background-color: white;
    pointer-events: none;
}

.input.has-value + .input_label-floating,
.input:focus + .input_label-floating {
    top: -1rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
    opacity: 0.7;
}

.input:not(:placeholder-shown) + .input_label-floating,
.input:focus + .input_label-floating {
    margin-bottom: 2.25rem;
    padding-top: 0;
    font-size: 0.75rem;
    line-height: 0.75rem;
}
.input-area:not(:placeholder-shown) + .textarea_label-floating,
.input-area:focus + .textarea_label-floating {
    margin-bottom: 2.25rem;
    padding-top: 0;
    font-size: 0.75rem;
    line-height: 0.75rem;
    top: 0;
}
/* Ensure consistent card height */
.offer_card.v2 {
    min-height: 224px;
}

/* Page background for offer pages */
.kayaking_section {
    background: #f3f9f2;
}

.kayaking_section .cards_wrapper {
    background: transparent;
}

/* Modern card styling */
.offer_card.v2 {
    background: #fff;
    box-shadow: none;
    border: none;
}

.offer_card.v2:hover {
    box-shadow: none;
    transform: none;
}

.offer_card.v2 .right_side {
    display: flex;
    flex-direction: column;
}

.offer_card.v2 .right_side .title_20 {
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 0.5rem;
}

.offer_card.v2 .right_side .subTitle {
    margin-bottom: 1rem;
    color: #636e72;
    font-size: 1.4rem;
    line-height: 1.5;
}

.offer_card.v2 .package_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
}

.offer_card.v2 .package_btn {
    transition: all 0.2s ease;
    background: linear-gradient(to right, #ff7a2e, #e54500);
    border: none;
    border-radius: 50px;
}

.offer_card.v2 .package_btn h4,
.offer_card.v2 .package_btn p,
.offer_card.v2 .package_btn span {
    color: #fff !important;
}

.offer_card.v2 .package_btn img {
    filter: brightness(0) invert(1);
}

.offer_card.v2 .package_btn:hover {
    background: linear-gradient(to right, #ff6a1e, #d43d00);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(254, 94, 0, 0.35);
}

.offer_card.v2 .left_side {
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
}

.offer_card.v2 .left_side img {
    transition: transform 0.3s ease;
}

.offer_card.v2:hover .left_side img {
    transform: scale(1.03);
}

/* Improved offer button styling */
.offer_card.v2 .package_btn h2,
.offer_card.v2 .package_btn h2 span,
.offer_card.v2 .package_btn .price,
.offer_card.v2 .package_btn .price * {
    color: #fff !important;
}

.offer_card.v2 .package_btn h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

.offer_card.v2 .package_btn h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.offer_card.v2 .package_btn .text_xs {
    font-size: 0.85rem;
    opacity: 0.9;
}

.offer_card.v2 .package_btn .right_arrow {
    filter: brightness(0) invert(1);
}

.offer_card.v2 .package_btn .house-price {
    border-left-color: rgba(255,255,255,0.4);
}

/* Larger kayak icon and km text in CTA */
.offer_card.v2 .package_btn .canoe_icon {
    width: 4rem !important;
    max-width: 45px !important;
    max-height: 30px !important;
}

.offer_card.v2 .package_btn h4 {
    font-size: 1.8rem !important;
    font-weight: 700;
}

/* Hide dashed line separator everywhere */
img[src*="border-line"] {
    display: none !important;
}

/* CSS wave for pasiulymai page - replaces pixelated PNG */
.kayaking_section .hero_wave1 {
    display: none;
}

.kayaking_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,0 H120 V10 Q115,18 110,10 Q105,2 100,10 Q95,18 90,10 Q85,2 80,10 Q75,18 70,10 Q65,2 60,10 Q55,18 50,10 Q45,2 40,10 Q35,18 30,10 Q25,2 20,10 Q15,18 10,10 Q5,2 0,10 Z'/%3E%3C/svg%3E");
    background-size: 240px 100%;
    background-repeat: repeat-x;
    z-index: 1;
}

/* Hide PNG footer waves and replace with CSS */
.bottom_wave {
    display: none !important;
}

.footer_main {
    position: relative;
}

.footer_main::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath fill='%230F3D2E' d='M0,20 H120 V10 Q115,2 110,10 Q105,18 100,10 Q95,2 90,10 Q85,18 80,10 Q75,2 70,10 Q65,18 60,10 Q55,2 50,10 Q45,18 40,10 Q35,2 30,10 Q25,18 20,10 Q15,2 10,10 Q5,18 0,10 Z'/%3E%3C/svg%3E");
    background-size: 240px 100%;
    background-repeat: repeat-x;
}

/* Modernized search bar */
.hero_cont.v1 {
    background: #fff;
    border-radius: 1rem;
    border: none;
    box-shadow: none;
    padding: 0.5rem;
}

.hero_cont.v1 .hero_icon_box {
    border-right: 1px solid #e8e8e8;
    padding: 0.8rem 1.5rem;
    transition: background 0.2s ease;
    border-radius: 0.5rem;
}

.hero_cont.v1 .hero_icon_box:last-of-type {
    border-right: none;
}

.hero_cont.v1 .hero_icon_box:hover {
    background: #f8f9fa;
}

.hero_cont.v1 .hero_icon_box img {
    opacity: 0.7;
}

.hero_cont.v1 .hero_icon_box:hover img {
    opacity: 1;
}

/* Search button in the bar */
.hero_cont.v1 .searchButton,
.hero_cont.v1 .searchButtonbuttonsinner {
    padding: 1rem 2.5rem;
    font-weight: 600;
}

/* Mobile collapsed search bar */
.mobile-search-summary {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 1rem 0.8rem 1.5rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.mobile-search-summary:hover,
.mobile-search-summary:active {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.mobile-search-summary-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-search-summary-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
    padding-right: 1rem;
}

.mobile-search-summary-text strong {
    font-size: 1rem;
    color: #2d3436;
}

.mobile-search-details {
    font-size: 0.85rem;
    color: #636e72;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.mobile-search-icon {
    background: linear-gradient(to right, #ff7a2e, #e54500);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

/* Mobile search close button */
.mobile-search-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.mobile-search-close:hover {
    background: #e0e0e0;
}

/* Mobile: hide full search, show collapsed */
@media (max-width: 767px) {
    .mobile-search-expandable {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        border-radius: 0;
        flex-direction: column;
        padding: 1rem;
        padding-top: 3.5rem;
        padding-bottom: 100px;
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: none;
    }

    .mobile-search-expandable.expanded {
        display: flex !important;
    }

    /* Close button positioning */
    .mobile-search-expandable .mobile-search-close {
        position: fixed;
        top: 0.8rem;
        right: 0.8rem;
        z-index: 10000;
    }

    .mobile-search-expandable .hero_icon_box {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #e8e8e8;
        padding: 1rem 0;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .mobile-search-expandable .hero_icon_box:last-of-type {
        border-bottom: none;
    }

    /* Dropdowns in mobile modal - expand inline */
    .mobile-search-expandable .dropdown_wrap {
        position: static !important;
        width: 100% !important;
        background: #f5f5f5;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.5rem;
        box-shadow: none;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .mobile-search-expandable .dropdown_wrap.active {
        opacity: 1;
        max-height: 500px;
        pointer-events: auto;
    }

    /* Calendar in mobile modal - expand inline */
    .mobile-search-expandable .calendar {
        position: static !important;
        width: 100% !important;
        background: #f5f5f5;
        padding: 1rem;
        margin-top: 1rem;
        border-radius: 0.5rem;
        box-shadow: none;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .mobile-search-expandable .calendar.active {
        opacity: 1;
        max-height: 800px;
        overflow: hidden;
        pointer-events: auto;
    }

    /* Note and button need solid background that covers calendar */
    .mobile-search-expandable .calendar .note {
        background: #f5f5f5;
        position: relative;
        z-index: 10;
        padding: 1rem 0;
        margin-top: 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-search-expandable .calendar > .d-flex {
        background: #f5f5f5;
        position: relative;
        z-index: 10;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 1rem;
    }

    /* Limit calendar grid height */
    .mobile-search-expandable .calendar .fc-view-harness {
        max-height: 350px;
        overflow: hidden;
    }

    /* Hero icon boxes */
    .mobile-search-expandable .hero_icon_box {
        position: relative;
    }

    /* FullCalendar grid fix - ensure proper display */
    .mobile-search-expandable .calendar .fc,
    .mobile-search-expandable .calendar #calendar_container2 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-search-expandable .calendar .fc-view-harness {
        height: auto !important;
        min-height: 280px;
    }

    .mobile-search-expandable .calendar table {
        width: 100% !important;
        table-layout: fixed !important;
    }

    .mobile-search-expandable .calendar .fc-scrollgrid {
        width: 100% !important;
        border-collapse: collapse;
    }

    .mobile-search-expandable .calendar .fc-scrollgrid-section > td {
        width: 100% !important;
    }

    .mobile-search-expandable .calendar .fc-daygrid-body {
        width: 100% !important;
    }

    .mobile-search-expandable .calendar .fc-daygrid-body-balanced .fc-daygrid-day-events {
        position: absolute;
    }

    .mobile-search-expandable .calendar .fc-col-header {
        width: 100% !important;
    }

    .mobile-search-expandable .calendar .fc-col-header-cell {
        width: calc(100% / 7) !important;
    }

    .mobile-search-expandable .calendar .fc-daygrid-day {
        min-height: 40px !important;
        width: calc(100% / 7) !important;
    }

    .mobile-search-expandable .calendar .fc-daygrid-day-frame {
        min-height: 40px;
    }

    /* Search button container - keep at bottom */
    .mobile-search-expandable .hero_icon_box[style*="border: none"] {
        padding: 1.5rem 0;
        position: relative;
        background: #fff;
        border-top: 1px solid #e8e8e8 !important;
        border-bottom: none !important;
        margin-top: auto;
        z-index: 0 !important;
    }

    .mobile-search-expandable .searchButton,
    .mobile-search-expandable .searchButtonbuttonsinner {
        width: 100%;
        padding: 1rem;
        justify-content: center;
    }

    .mobile-search-expandable .search_btn {
        display: none !important;
    }

    .mobile-search-expandable .filled_button {
        display: flex !important;
    }
}

/* Orange gradient CTA styling for main action buttons */
.filled_button,
.place-order-btn,
.searchButton,
.searchButtonbuttonsinner {
    background: linear-gradient(to right, #ff7a2e, #e54500) !important;
    border: none !important;
    border-radius: 50px !important;
    color: #fff !important;
    transition: all 0.2s ease;
}

.filled_button:hover,
.place-order-btn:hover,
.searchButton:hover,
.searchButtonbuttonsinner:hover {
    background: linear-gradient(to right, #ff6a1e, #d43d00) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(254, 94, 0, 0.35);
    color: #fff !important;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    /* Card styling on mobile */
    .offer_card.v2 {
        min-height: auto;
        flex-direction: column;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        border-radius: 1rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .offer_card.v2 .right_side {
        width: 100% !important;
        padding: 1rem;
    }

    /* Larger title on mobile */
    .offer_card.v2 .right_side .title_20 {
        font-size: 1.8rem !important;
        margin-bottom: 1rem;
        display: block !important;
    }

    .offer_card.v2 .left_side {
        width: 100%;
        border-radius: 1rem 1rem 0 0;
    }

    /* Stack buttons vertically - override base absolute positioning */
    .offer_card.v2 .package_wrap,
    .offer_card .package_wrap {
        display: block !important;
        position: static !important;
        width: 100% !important;
        padding: 0 !important;
        right: auto !important;
        bottom: auto !important;
    }

    /* Buttons stacked but auto width */
    .offer_card.v2 .package_btn,
    .offer_card .package_btn {
        display: inline-flex !important;
        width: auto !important;
        margin: 0 0 10px 0 !important;
        padding: 0.6rem 1rem !important;
        height: auto !important;
    }

    .offer_card.v2 .package_btn .canoe_icon {
        width: 20px !important;
        max-width: 20px !important;
        max-height: 15px !important;
    }

    .offer_card.v2 .package_btn h4 {
        font-size: 1.2rem !important;
    }

    .offer_card.v2 .package_btn h2,
    .offer_card.v2 .package_btn h2 span {
        font-size: 1.4rem !important;
    }

    .offer_card.v2 .package_btn .text_xs {
        font-size: 0.65rem !important;
    }

    .offer_card.v2 .package_btn .pr_12 {
        padding-right: 0.5rem !important;
    }

    .offer_card.v2 .package_btn .price {
        padding: 0 0.5rem !important;
    }

    .offer_card.v2 .package_btn .right_arrow {
        width: 16px !important;
        height: 16px !important;
    }

    /* Route title spacing on mobile */
    .kayaking_section .title_pagination_wrap {
        margin-top: 2rem !important;
        padding-top: 1rem;
    }
}
