@charset "utf-8";
/*!
 * custom.css
 * Webkokteyli - 2020
 */

/* font */
@font-face {
    font-family: hello-lucky;
    font-display: swap;
    src: url(../webfonts/hellolucky-webfont.woff2) format("woff2"),
        url(../fonts/hellolucky-webfont.html) format("woff");
    font-weight: 400;
    font-style: normal
}

/* var */
:root{
    --color-primary: #ce4253;
    --color-secondary: #00af87;
}

/* body */
body{
    font-family: 'Jost', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
}

.container {

}

/* headers */
.h {
    font-weight: 600;
}
.h1, h1 {
    font-size: 3rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.2rem;
}
.headers {
}
.headers span {
    display: block;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 1.3rem;
}

/* card */
.card {
    border-radius: 20px;
    border: 0;
}
.card-body {
    padding: 0.5rem;
}

/* button */
.buttons {
    display: flex;
    gap: 30px;
}
.button {
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 13px;
    text-transform: uppercase;
    font-size: 0.92rem;
    min-height: 40px;
    font-weight: 500;
}
.button:hover {
    color: #fff;
}
.button.focus,
.button:focus {
    box-shadow: 0 0 0 .2rem rgba(206, 66, 82, 0.25);
    color: #fff;
}
.button-hollow {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-flex;
    padding: 0 3rem;
}
.button-hollow:hover {
    background-color: rgb(255 255 255 / 22%);
}
.button-hollow.focus,
.button-hollow:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
    color: #fff;
}
.button i {
    margin-left: 0.5rem;
    font-size: 0.76rem;
}

/* form */
form .form-control {
    min-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 11px;
    font-size: 0.9rem;
    padding: 1rem;
    background-color: #fff;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-item.form-item-checkbox {
    margin-top: 1rem;
}
.trip-bar .form-check-label {
    color: #000;
    font-size: 1.02rem;
    margin-left: 0.3rem;
    letter-spacing: -0.4px;
    font-weight: 400;
}
form select.form-control {
    padding: 0 1rem;
    font-weight: 500;
}
form .form-group.form-check {
    margin: 1.2rem 0;
}
form label.form-check-label {
    font-weight: 400;
    font-size: 0.86rem;
    text-align: justify;
}
form .button {
    width: 100%;
}

/* navbar */
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.navbar-brand img {
    width: 170px;
    height: 130px;
}

@media (max-width: 767px){
 .navbar-brand img {
    width: 100px !important;
  }   
}    

@media (max-width: 567px){
 .navbar-brand img {
    width: 120px !important;
  }   
}    


body[data-domain="2"] .navbar-brand img {
    width: auto;
    height: 99px;
}
.navbar {
    padding: 0;
    margin: 2rem 2rem 0;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 90%);
    text-transform: uppercase;
    font-size: 0.92rem;
    letter-spacing: 0.5px;
    margin: 0 0.8rem;
    transition: color .2s ease-in-out;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-primary);
}
.navbar-brand {
    margin: 0;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 600;
}
.navbar .navbar-tools ul.social-list {
    margin: 0;
    display: flex;
    align-items: center;
}
.navbar .navbar-tools ul.social-list a {
    font-size: 1.2rem;
    color: #fff;
    margin-left: 1.6rem;
}
.navbar .navbar-tools ul.social-list li:first-child a {
    margin: 0;
}

/* collapsed */
.navbar-tools {
    display: flex;
}
.navbar .navbar-tools ul.social-list li {
    margin-right: 0;
    margin-left: 1.2rem;
}
.burger-menu-toggler-icon {
    width: 22px;
}
.burger-menu-toggler:after {
    width: 12px;
}
.burger-menu-toggler:hover .burger-menu-toggler-icon,
.burger-menu-toggler:hover:before,
.burger-menu-toggler:hover:after {
    width: 32px;
}
.burger-menu-toggler-wrapper,
.burger-menu-collapser-wrapper {
    display: flex;
    margin-left: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.burger-menu-toggler-wrapper > span,
.burger-menu-collapser-wrapper > span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .16667em;
    padding-right: .25rem;
}
.burger-menu-collapser-wrapper > span {
    color: inherit;
}
.burger-menu-nav .navbar-nav .nav-item {
    padding: 1.1rem 0;
}
.burger-menu-nav .navbar-nav .nav-item.active .nav-link,
.burger-menu-nav .navbar-nav .nav-link:hover {
    color: var(--color-primary);
}
.burger-social .list-inline-item:not(:last-child) {
    margin: 0;
}
.burger-menu-nav > span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000b;
    margin-bottom: 10px;
    display: block;
    opacity: 0;
    margin-left: -20px;
    transition: all .25s ease-in-out;
}
.burger-menu-nav .navbar-nav .nav-link:before,
.burger-menu-nav .navbar-nav .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    width: 14px;
    border-bottom: 2px solid;
    right: 0;
    transform: rotate(45deg);
    transform-origin: 0 100%;
}
.burger-menu-nav .navbar-nav .nav-link:after {
    transform: rotate(-45deg);
    margin-right: -1px;
    margin-top: -4px;
}
.burger-menu-nav .navbar-nav .nav-item {
    opacity: 0;
    margin-left: -20px;
    transition: all .25s ease-in-out;
}
.burger-menu-nav > span.slide-in,
.burger-menu-nav .navbar-nav .nav-item.slide-in {
    opacity: 1;
    margin-left: 0;
}


/* carousel */
.carousel-item > img {
    height: 1280px;
    height: 135vh;
    /* max-height: 1280px; */
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.carousel-item:before,
.carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
.carousel-item:before {
    height: 100%;
    background-color: #000;
    background: linear-gradient(135deg, #0007 0%, transparent);
}
.carousel-item:after {
    height: 500px;
    height: 57vh;
    bottom: 0;
    background: linear-gradient(0deg, #f4f4f4 20%, transparent 100%);
    background: linear-gradient(0deg, #f4f4f4 20%, #f4f4f4dd 40%, transparent 100%);
}
.carousel-caption {
    z-index: 2;
    top: 26%;
    top: 34vh;
    bottom: auto;
    padding: 0;
    /* right: auto; */
    /* left: auto; */
}
.carousel-caption h1 {
    font-family: hello-lucky, sans-serif;
    font-size: 7.2rem;
    font-weight: 400;
}
.carousel-caption div {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.carousel-caption h1 > span {
    color: var(--color-primary);
}
.carousel-caption .buttons {
    margin-top: 2rem;
    justify-content: center;
}
.carousel-caption .buttons .button {
    padding: 0.8rem 3.3rem;
    border-radius: 18px;
    font-size: 0.86rem;
    font-weight: 400;
}
.carousel-controls {
    top: 50vh;
    bottom: auto;
    height: auto;
    width: auto;
    margin: 0 5%;
    opacity: .7;
    /* transition: all .25s ease-in-out; */
}
.carousel-controls span {
    background-image: none;
}
.carousel-controls span:first-child:before {
    content: "\f061";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 0.76rem;
}
.carousel-controls span.carousel-control-prev-icon:before {
    content: "\f060";
}
.carousel-controls span:first-child {
    padding: 1rem;
    border: 1px solid rgb(255 255 255 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .25s ease-in-out;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: var(--color-primary);
}
.carousel-control-next:focus span,
.carousel-control-next:hover span,
.carousel-control-prev:focus span,
.carousel-control-prev:hover span {
    border-color: var(--color-primary);
}
.carousel-indicators {
    display: none;
}

/* separator */
.separator-content > img {
    /* max-height: 700px; */
    /* height: 550px; */
    /* height: 56.76vh; */
    object-position: center bottom;
}
.separator-content {
    position: relative;
    max-height: 700px;
    height: 550px;
    height: 56.76vh;
    background-position: 50%;
    /* background-size: cover; */
}
.separator-content:before,
.separator-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.separator-content:before {
    background: linear-gradient(135deg, black, transparent);
    opacity: 0.5;
    height: 100%;
    z-index: 0;
}
.separator-content:after {
    background: linear-gradient(0deg, #f4f4f4 0%, #f4f4f4d9 20%, transparent);
    background: linear-gradient(0deg, #f4f4f4 0%, rgb(244 244 244 / 60%) 20%, transparent);
    top: auto;
    bottom: 0;
    z-index: 1;
    height: 40%;
}
.breadcrumbs,
.separator-content .h {
    position: absolute;
    top: 45vh;
    z-index: 3;
    width: 100%;
    left: 0;
    padding: 0;
}
.separator-content .h {
    color: #fff;
    text-align: center;
    margin-top: -6rem;
    font-weight: 500;
    font-size: 4.7rem;
}
.breadcrumbs .breadcrumb li a {
    color: rgb(255 255 255 / 73%);
    text-transform: uppercase;
    font-size: 1.0rem;
    letter-spacing: 1px;
    padding: 0 1rem;
}
.breadcrumbs .breadcrumb li:last-child a {
    color: #fff;
}
.breadcrumbs .breadcrumb {
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    border-color: #fff;
}

/* booking bar */
.slider {
    position: relative;
}
.trip-bar {
    width: 100%;
}
.slider .trip-bar {
    position: absolute;
    top: 78vh;
}
.trip-bar .card {
    background-color: #f8f5f5;
}
.trip-bar p {
    text-transform: uppercase;
    font-size: 0.76rem;
    color: #999;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}
.trip-bar label {
    line-height: 1;
    margin: 0;
}
div[class^="col"] .form-group:last-child {
    margin-bottom: 0;
}

/* content */
.text-content {
    font-size: 1.12rem;
    line-height: 1.7;
}
.text-content strong {
    color: #333;
    font-weight: 600;
}
.slider+.content {
    position: relative;
    margin-top: -29vh;
}
.separator+.content {
    position: relative;
    margin-top: -10vh;
    z-index: 1;
}
.font-hello {
    font-family: 'hello-lucky', sans-serif;
}
.section-bg-stamps {
    position: relative;
}
.section-bg-stamps:before,
.section-bg-stamps:after {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    position: absolute;
    background-size: inherit;
    opacity: 0.6;
    z-index: 0;
}
.section-bg-stamps:before {
    background-image: url();
    width: 421px;
    height: 371px;
    bottom: -200px;
}
.section-bg-stamps:after {
    background-image: url();
    right: 0;
    width: 331px;
    height: 198px;
    top: 150px;
}
.section-bg-stamps > .container {
    position: relative;
    z-index: 1;
}
.column-count-2 {
    column-count: 2;
}

/* about */
.section.section-about {
    text-align: center;
    padding: 3rem 0;
}
.section.section-about .text-content {
    padding: 0 20%;
    font-size: 1.1rem;
    color: #000;
}
.section.section-about.padding-narrow .text-content{
    padding: 0 7.5%;
}
.section-tours-trip-bar .headers .h,
.section.section-about .headers .h {
    font-weight: 400;
    font-size: 4.2rem;
    color: var(--color-primary);
    margin-bottom: 0;
    line-height: 1;
}
.section.section-about .headers {
    margin-bottom: 3rem;
}

/* categories / tours */
.section.section-categories {
    padding: 0 50px;
}
.section.section-category:not(:last-child) {
    margin-bottom: 3rem;
}
.section.section-category .card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vh;
    /* min-height: 88vh; */
    max-height: 875px;
    position: relative;
    overflow: hidden;
}
.section.section-category .card:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, black, transparent 70%);
    opacity: 0.5;
}
.section.section-category .card-body {
    padding: 5rem;
}
.section.section-category .headers .h {
    font-size: 7rem;
    color: #fff;
    font-weight: normal;
}
.section.section-category .text-content {
    color: #fff;
    margin-bottom: 3rem;
}
.section.section-category .headers {
    margin-bottom: 3rem;
}
.section.section-category .button {
    border-color: #fff9;
    min-height: 50px;
}
/* odd - even */
.section.section-category:nth-child(even) .row {
    flex-direction: row-reverse;
}
.section.section-category:nth-child(even) .card:before {
    background: linear-gradient(225deg, black, transparent);
}
.section.section-category:nth-child(even) .headers, .section.section-category:nth-child(even) .text-content {
    text-align: right;
}
.section.section-category:nth-child(even) .buttons {
    /* text-align: right; */
    justify-content: flex-end;
}

/* all tours */
.tour-single .card {
    overflow: hidden;
}
.tour-single .card .card-img {
    position: relative;
    border-radius: 20px;
    height:250px;
    overflow: hidden;
}
.tour-single .card .card-img a {
    display: block;
    position: relative;
    min-height: 291px;
    min-height: 30.1vh;
    background-color: #eee;
}
.tour-single .card .card-img a:before {
    content: "";
    position: absolute;
    background: linear-gradient(225deg, black, transparent 60%);
    width: 100%;
    height:250px;
    /*height: 100%;*/
    opacity: 0.3;
}
.tour-single .card img {
    /* border-radius: 20px; */
    filter: brightness(0.9);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1);
    height: 250px;
    /*max-height: 30.1vh;*/
    width: 100%;
    object-fit: cover;
}
.tour-single:hover .card img {
    filter: brightness(1.1);
}
.tour-single .card .h {
    font-size: 1.24rem;
    font-weight: 600;
    line-height: 1.7;
    color: #000c;
}
.tour-single .card .text-content {
    font-size: 0.96rem;
    color: #aaa;
    color: #212529;
    line-height: 2.4;
}
.tour-single .card .text-content ul {
    margin: 0;
}
.tour-single .card .text-content i {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    width: 18px;
    text-align: center;
}
.tour-single {
    position: relative;
}
.tour-single .tags {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.tour-single .tags .tag {
    background-color: #d0d0d0;
    border-radius: 7px 0 7px 7px;
    text-transform: uppercase;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.8rem 1.2rem;
    margin-right: -10px;
    margin-top: 30px;
    color: #fff;
    position: relative;
}
.tour-single .tags .tag i {
    margin-right: 5px;
    font-size: 0.7rem;
    font-weight: 900;
}
.tour-single .tags .tag.tag-popular {
    background-color: var(--color-secondary);
}
.tour-single .tags .tag.tag-recommended {
    background-color: var(--color-primary);
}
.tour-single .tags .tag.tag-popular i {
    color: #076b54;
    font-size: 0.9rem;
}
.tour-single .tags .tag.tag-recommended i {
    color: #9a1b2b;
}
.tour-single .tags .tag:before {
    content: "";
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #b3b3b3 #b3b3b3;
    position: absolute;
    right: 0;
    top: -10px;
}
.tour-single .tags .tag.tag-popular:before {
    border-color: transparent transparent var(--color-secondary) var(--color-secondary);
    filter: brightness(0.7);
}
.tour-single .tags .tag.tag-recommended:before {
    border-color: transparent transparent var(--color-primary) var(--color-primary);
    filter: brightness(0.7);
}
.section.section-tours-trip-bar .trip-bar .card {
    background-color: rgb(255 255 255 / 60%);
}

/* details */
.tour-details-content .section {
    margin: 0 0 4rem;
}
.section-tour-details .tour-details-content .headers {
    margin-bottom: 2rem;
}
.section-tour-details .tour-details-content h1 {
    font-size: 2.6rem;
    line-height: 1.3;
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 2rem;
}
.section-tour-details .text-content {
    line-height: 1.8;
    color: #000;
    text-align: justify;
}
.section-tour-details .text-content p{
    margin-bottom: 0.6rem;
}
.section.section-payment .card-body ul,
.section-tour-details .tour-details-amenities-list ul {
    column-count: 3;
}
.section.section-payment .card-body ul li,
.section-tour-details .tour-details-amenities-list ul li {
    color: #000;
    line-height: 2.4;
}
.section.section-payment .card-body ul li i,
.section-tour-details .tour-details-amenities-list ul i {
    width: 20px;
    margin-right: 10px;
    color: var(--color-primary);
    text-align: center;
    font-size: 1rem;
    opacity: 0.8;
}
.tour-details-gallery {
    overflow: hidden;
    margin: 2rem 0;
    position: relative;
}
.tour-details-gallery .tour-images-all {
    width: 120%;
}
.tour-details-gallery img {
    border-radius: 20px;
}
/* slick */
.slick-dots {
    bottom: -2.6rem;
    padding-right: 24%;
    padding-left: 15px;
    text-align: right;
}
.tour-details-gallery .slick-next,
.tour-details-gallery .slick-prev {
    bottom: -3.2rem;
    top: auto;
    left: auto;
    right: 20%;
    right: calc(20% - 20px);
    z-index: 1;
}
.tour-details-gallery .slick-next:before,
.tour-details-gallery .slick-prev:before {
    color: #000;
    color: var(--color-primary);
}
.tour-details-gallery .slick-prev {
    /* left: 20px; */
    margin-right: 30px;
}
.tour-details-gallery .slick-dotted.slick-slider {
    margin-bottom: 3rem;
}
.tour-details-gallery .slick-dots li button:before {
    color: var(--color-primary);
}
.tour-details-gallery .slick-dots li.slick-active button:before {
    color: var(--color-primary);
}
.slick-next:before {
    content: "\f054";
}
.slick-prev:before {
    content: "\f053";
}
.row > div .slick-track .card {
    margin-bottom: 20px;
}
/* form */
.card.card-transparent {
    background-color: rgb(255 255 255 / 60%);
}
.tour-detail-form {
    padding-left: 6%;
}
.tour-detail-form .headers {
    margin-bottom: 3rem;
}
.tour-detail-form .form-control {
    min-height: 48px;
}
form label {
    font-weight: 600;
    font-size: 0.9rem;
}

/* itinerary */
.accordion .h a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 100px;
    line-height: 1.7;
}
.accordion>.card {
    background-color: #efefef;
    padding: 1.5rem 1.6rem 1.5rem 3.2rem;
}
.accordion>.card>.card-header {
    background: transparent;
    border: 0;
    padding: 0.55rem 1.25rem;
}
.accordion>.card:not(:last-of-type) {
    /* padding-bottom: 0px; */
    position: relative;
}
.accordion>.card:not(:last-of-type) .card-header:after {
    content: "";
    display: block;
    width: 90%;
    width: calc(100% - 7rem);
    border-bottom: 1px solid #e5e5e5;
    bottom: 0;
    position: absolute;
    bottom: 0px;
    right: 2.4rem;
}
.accordion>.card .text-content {
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 1.5rem; */
    margin-bottom: 0;
    font-size: 1rem;
    color: #212529;
    font-size: 1.1rem;
    line-height: 1.6;
}
.accordion>.card .text-content > p:last-child,
.accordion>.card .text-content > ul:last-child {
    margin: 0;
}
.accordion>.card .card-body {
    padding: 1rem 1.4rem 0;
}
.accordion .h a:before,
.accordion .h a:after {
    content: "";
    display: block;
    width: 12px;
    transform: rotate(35deg);
    border-bottom: 1px solid #000;
    right: 0.4rem;
    position: absolute;
    top: 15px;
    opacity: 0.6;
}
.accordion .h a:after {
    transform: rotate(145deg);
    margin-right: -10px;
}
.accordion .h a:not(.collapsed):before{
    transform: rotate(-35deg);
}
.accordion .h a:not(.collapsed):after {
    transform: rotate(-145deg);
}
.accordion .h a:not(.collapsed):before,
.accordion .h a:not(.collapsed):after {
    opacity: 0.1;
}
.accordion>.card:before,
.accordion>.card:after {
    content: "";
    display: block;
    position: absolute;
    left: 2.2rem;
}
.accordion>.card:before {
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 50%;
    top: 2.7rem;
}
.accordion>.card:after {
    height: 100%;
    border-right: 1px solid var(--color-primary);
    top: 0;
    margin-left: 4px;
    opacity: 0.15;
}
.accordion>.card:first-child:after {
    margin-top: 2.7rem;
}
.accordion>.card:last-child:after {
    /* margin-top: -2.7rem; */
    height: 2.7rem;
}

/* included */
.tour-details-extras ul {
    padding: 0;
    list-style: none;
    text-align: left;
}
.tour-details-extras ul li {
    position: relative;
    padding-left: 30px;
}
.tour-details-extras ul li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.tour-details-extras ul li:before {
    content: "\f00c";
    display: block;
    font-size: 0.9rem;
    left: 0;
    position: absolute;
    margin-top: 12px;
    color: var(--color-secondary);
}
.tour-details-extras.tour-details-excluded ul li:before {
    content: "\f00d";
    color: var(--color-primary);
}

/* testimonials */
.section.section-testimonials {
    position: relative;
}
.section-testimonials:not(.section) {
    min-height: 560px;
    background: url(../images/system/turkey-istanbul-tours-testimonials-bg.png);
    background-color: #ededed;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}
.section.section-home.section-testimonials {
    margin-bottom: 0;
}
.testimonials-texts .h {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.1;
}
.testimonials-single {
}
.testimonials-single .card-body {
    display: flex;
    flex-direction: column;
    /* gap: 26px; */
}
.testimonials-single .testimonials-headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.testimonials-single .testimonials-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonials-single .testimonials-profile img {
    width: 60px;
    border-radius: 50%;
}
.testimonials-single .testimonials-profile .stars {
    display: flex;
}
.testimonials-single .testimonials-profile .star {
    width: 16px;
    height: 16px;
    border: 2px solid var(--color-secondary);
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
}
.testimonials-single .testimonials-profile .h {
    font-size: 1.2rem;
    margin-bottom: 13px;
    margin-left: 4px;
}
.testimonials-single .testimonials-profile .star.active:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    margin: 2px;
}
.testimonials-single .testimonials-dates {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 13px;
}
.testimonials-single .testimonials-dates a {
    font-size: 1rem;
    color: var(--color-secondary);
}
.testimonials-single .testimonials-dates a:hover {
    color: var(--color-secondary);
}
.testimonials-single .testimonials-dates span {
    font-size: 0.96rem;
    color: #bbb;
    font-weight: 300;
}
.testimonials-single .text-content {
    font-size: 1rem;
    text-align: justify;
    color: #666;
}
.testimonials-single .text-content p:last-child {
    margin: 0;
}
.testimonials-texts {
    padding-right: 10%;
}
.testimonials-texts .text-content {
    color: #999;
}
.tripadvisor-icon {
    font-size: 1.7rem;
    color: var(--color-secondary);
}

/* certificate */
.section-certificate-logos.section-home {
    padding: 3rem 0;
    background-color: #ededed;
}
/* div:not(.section-home) > .section-testimonials+.section-certificate-logos.section-home {
    background-color: transparent;
} */
.section-certificate-logos .single-certificate-logo img {
    max-height: 100px;
    /* filter: grayscale(1) opacity(0.5); */
}

/* about */
.section.section-about .text-content ul li:before {
    content: "\f00c";
    display: block;
    font-size: 0.9rem;
    left: 0;
    /* position: absolute; */
    color: var(--color-secondary);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.section.section-about .text-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section.section-about .text-content ul li {
    position: relative;
    display: flex;
    padding-left: 30px;
    align-items: center;
    gap: 15px;
    /* justify-content: center; */
    line-height: 2.2;
    margin-left: -30px;
}
.section.section-about.section-corporate {
    text-align: left;
}
.section.section-about.section-corporate .text-content {
    padding: 0;
}
.side-menu ul {
    margin: 0;
}
.section .text-content .side-menu ul li:before {
    display: none;
}

/* trip customize */
.section.section-trip-request .text-content {
    font-size: 1rem;
}

/* contact */
.section-contact-page .contact-list {
    margin: 2rem 0 3rem;
}
.section-contact-page .contact-list > p {
    display: none;
}
.section-contact-page .contact-list ul li p {
    position: relative;
    padding-left: 29px;
}
.section-contact-page .contact-list ul li p i {
    position: absolute;
    left: -3px;
    font-size: 0.8rem;
    color: var(--color-primary);
    margin-top: 7px;
    width: 20px;
    text-align: center;
}
.section-contact-page .contact-list ul li p a {
    display: block;
    margin-bottom: 0.6rem;
}
.section-contact-page .contact-maps iframe {
    width: 100%;
    height: 322px;
}

/* payment */
.section.section-payment .card-body ul {
    column-count: 1;
    margin: 0;
}
.section.section-payment .card-body ul li{
    /* color: #444; */
    margin-bottom: 0;
    line-height: 2.2;
}
.section.section-payment .card-body ul li strong{
    color: #333;
}
.icon-status > i {
    font-size: 3.4rem;
    color: #fff;
    background-color: #27b127;
    padding: 1.5rem;
    border-radius: 50%;
    margin-bottom: 2rem;
    width: 100px;
    height: 100px;
}
.icon-status > i.fa-times {
    background-color: #d33;
}

/* footer */
footer {
    background-color: #353535;
    color: #fffc;
    font-size: 0.9rem;
}
.footer-content {
    padding: 5rem 0 2rem;
}
.footer-copyright {
    padding: 1rem 0 2rem;
}
.footer-content-info {
    padding-right: 10%;
    position: relative;
}
.footer-content-info img {
    max-width: 200px;
}
.footer-content-info:after {
    content: "";
    display: block;
    height: 100%;
    border-right: 1px solid #bbbbbb2e;
    top: 0;
    position: absolute;
    right: 10px;
}
.footer-content-info p a {
    font-weight: 600;
    font-style: italic;
}
.footer-content .row > div h3 {
    font-size: 1.26rem;
    color: #fff;
    font-weight: 600;
}
.footer-content,
.footer-content-contact .contact-list ul {
    line-height: 2.3;
}
.footer-copyright {
    font-size: 0.86rem;
    color: #999;
}
.footer-copyright i {
    color: var(--color-primary);
    font-size: 0.8rem;
    margin: 0 0.1rem;
}
.footer-content-menus > ul {
    column-count: auto;
    line-height: 2.3;
}

/* recaptcha */
.grecaptcha-badge {
    display: none;
}
.disabled {
    user-select: none !important;
    cursor: default;
}

@media (min-width: 1920px){
    .separator-content {
        background-size: cover;
    }
    .tour-single .card .card-img a {
        min-height: 290px;
    }
}

@media (max-width: 1440px){

    .carousel-caption {
        top: 30vh;
    }
    .carousel-caption h1 {
        font-size: 6rem;
    }
    .trip-bar {
        top: 74vh;
    }
    .trip-bar .container {
        max-width: 94%;
    }
    .trip-bar .row > .col {
        padding-right: 0;
    }
    .text-content {
        font-size: 1rem;
        line-height: 1.6;
    }
    .navbar-light .navbar-nav .nav-link {
        margin: 0 0.2rem;
        padding: 0.5rem 0.4rem;
    }
    .section.section-category .headers {
        margin-bottom: 1rem;
    }
    .section.section-category .headers .h {
        font-size: 6rem;
    }
}

@media (max-width: 1366px){
    
    .trip-bar {
        top: 81vh;
    }
    .carousel-caption {
        top: 33vh;
    }
}

@media (max-width: 1024px){
    
    .navbar {
        margin: 1rem 1rem 0;
    }
    .navbar-light .navbar-nav .nav-link {
        margin: 0;
        font-size: 0.86rem;
    }
    .form-item.form-item-checkbox label {
        font-size: 0.9rem;
        margin: 0;
        letter-spacing: -1px;
    }
    .trip-bar .row {
        margin-left: 0;
    }
    .trip-bar .row > .col {
        padding: 0;
    }
    .trip-bar .card-body {
        padding: 1.4rem 1rem;
    }
    .trip-bar .button {
        font-size: 0.7rem;
    }
    .testimonials-single .testimonials-headers {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .testimonials-single .testimonials-dates {
        flex-direction: row;
        justify-content: space-between;
    }
    .section.section-category .card {
        min-height: auto;
    }
    .section.section-about .text-content {
        padding: 0;
    }
    .section.section-about .headers {
        padding: 5%;
    }
    .section.section-category .card-body {
        padding: 4rem;
    }
    .testimonials-texts {
        padding: 0;
        text-align: center;
    }
    .footer-content-info {
        margin-bottom: 3rem;
    }
    .footer-content-info:after {
        border: 0;
    }
    .footer-content {
        padding: 3rem 0;
    }
}

@media (max-width: 768px){
    .carousel-caption .buttons .button {
        padding: 0.8rem 0.4rem;
    }    
    .navbar-tools {
        margin-right: 5rem;
    }
    .burger-menu-toggler-icon,
    .burger-menu-toggler:before,
    .burger-menu-toggler:after {
        border-color: #fff;
    }
    .carousel-caption {
        top: 24vh;
    }
    .carousel-controls {
        display: none;
    }
    .navbar-brand img {
        width: 130px;
        width: 140px;
    }
    .trip-bar {
        top: 60vh;
    }
    .trip-bar .row {
        margin: 0 -15px;
    }
    .trip-bar .row > .col {
        padding: 0 15px;
    }
    .trip-bar form > .row {
        gap: 30px;
    }
    .trip-bar .card-body {
        padding: 1.8rem;
    }
    .form-item.form-item-checkbox label {
        font-size: 1rem;
        letter-spacing: 0;
    }
    div[class^="col"] .form-group:last-child {
        margin-bottom: .5rem;
    }
    form .form-group.form-check {
        margin: 0.3rem;
    }
    .section.section-categories {
        padding: 0 30px;
    }
    .section.section-category .card-body {
        padding: 3rem;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
    }
    .burger-logo {
        /* background-color: #353535; */
        min-height: 110px;
        min-height: 90px;
    }
    .burger-menu-content {
        background-color: #f4f4f4;
        width: 100vw;
        margin-right: -100vw;
    }
    .burger-menu-nav .navbar-nav .nav-item {
        padding: 13px 0;
    }
    .burger-menu-nav .navbar-nav .nav-link {
        border-color: #da475b14;
        padding: 0;
        font-size: 1.4rem;
    }
    .burger-menu-nav .navbar-nav .active .nav-link {
        color: var(--color-primary);
        font-weight: 500;
    }
    .burger-menu-collapser:before,
    .burger-menu-collapser:after {
        border-color: #fff;
        border-color: var(--color-primary);
    }
    .burger-social a, .burger-menu-collapser {
        color: var(--color-primary);
    }
    .burger-menu-nav {
        /* border-color: #da475b14; */
        /* padding-top: 0.2rem; */
    }
    .burger-menu-toggler {
        right: 0;
        display: flex;
    }
    .burger-menu-collapser {
        margin: 10px;
    }
    .burger-social {
        padding: 0;
        margin: 25px 40px;
    }
    /*.burger-social i.fa-facebook-f {
        color: #1877f2;
    }
    .burger-social i.fa-instagram {
        color: #c32aa3;
        background: linear-gradient(145deg, #3051F1 5%, #C92BB7 50%, #f46f30 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .burger-social i.fa-tripadvisor {
        color: #00af87;
    }*/
    .separator:not(.details) .breadcrumbs .breadcrumb {
        width: auto;
    }
    .accordion>.card {
        padding: 0.5rem 1rem 0.5rem 1.5rem;
    }
    .accordion>.card:before,
    .accordion>.card:after {
        left: 1.1rem;
    }
    .accordion>.card .card-body {
        padding-right: 0.6rem;
    }
    .accordion>.card .text-content {
        text-align: left;
        text-align: justify;
        font-size: 0.79rem;
        line-height: 1.4;
    }
    .accordion>.card .h {
        font-size: 1rem;
    }
    .accordion .h a:before,
    .accordion .h a:after {
        right: 0;
        width: 10px;
    }
    .accordion .h a:after {
        margin-right: -7px;
    }
    .tour-details-extras ul li:before {
        margin-top: 8px;
    }
    .contact-form-area {
        margin-top: 3rem;
    }
    .section-tour-details .section.tour-details-desc .text-content {
        text-align: left;
    }
    .section-tour-details .section.tour-details-desc .text-content ul {
        column-count: 2;
    }
    .section-tour-details .section.tour-details-desc .text-content ul li {
        position: relative;
        line-height: 1.4;
        padding-left: 1.8rem;
        margin-bottom: 0.7rem;
    }
    .section-tour-details .section.tour-details-desc .text-content ul li i {
        position: absolute;
        left: 0;
        top: 1px;
    }
    .separator-content {
        background-size: cover;
    }
    .section.section-about .headers {
        margin-bottom: 0;
        padding: 5% 0;
    }
    .section.section-about .text-content {
        font-size: 0.88rem;
        line-height: 1.5;
    }
    .section.section-about.padding-narrow .text-content {
        padding: 0;
    }
    .section.section-about {
        margin: 3rem 0 0;
        padding: 3rem 0 0;
    }
    .section-tours-trip-bar .headers .h{
        font-size: 2.4rem;
    }
    /* .section.section-category .card{

    } */
    .section.section-category .card.bg-50{
        background-position: 50%;
    }
    .section.section-category .card.bg-20-50{
        background-position: 20% 50%;
    }
    .section.section-category .card.bg-30-50{
        background-position: 30% 50%;
    }
    .section.section-category .card.bg-60-50{
        background-position: 60% 50%;
    }
    body.trabzon-rize-tours .separator-content {
        background-position: 40% 50%;
    }
    body.greece-tours .separator-content {
        background-position: 26% 50%;
    }
    body.turkey-tours .separator-content {
        background-position: 70% 50%;
    }
    .section-certificate-logos.section-home {
        padding-top: 0;
    }
    
    .separator-content .h {
        color: #fff;
        text-align: center;
        margin-top: -6rem;
        font-weight: 500;
        font-size: 30px;
    }
}

@media (max-width: 767px){
    .navbar-tools {
        /* display: none; */
        margin: 0;
    }
    .navbar .navbar-tools ul.social-list {
        display: none;
    }
    .slider .trip-bar,
    .trip-bar {
        position: relative;
        top: auto;
        margin-top: 0;
    }
    .slider .trip-bar {
        margin-top: -5rem;
    }
    .carousel-caption h1 {
        font-size: 4rem;
    }
    .carousel-caption div {
        font-size: 0.9rem;
    }
    .carousel-caption .buttons {
        flex-direction: column;
    }
    .carousel-caption {
        top: 26vh;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0 30px;
    }
    .carousel-item > img {
        height: 104vh;
    }
    .carousel-item:after {
        background: linear-gradient(0deg, #f4f4f4bd 20%, transparent 70%);
    }
    .slider+.content {
        margin: 0;
    }
    .carousel-item:before {
        background: linear-gradient(135deg, #00000096 0%, transparent 100%);
    }
    .trip-bar .card {
        background-color: white;
    }
    .trip-bar .row > .col {
        flex: 100%;
        display: flex;
    }
    .trip-bar .row > .col > div {
        width: 50%;
    }
    .trip-bar .form-control {
        background-color: #f5f5f5;
    }
    .trip-bar .row:first-child .row .row .form-group {
        margin-bottom: 1rem;
    }
    .section.section-about .headers .h {
        font-size: 3.1rem;
    }
    .section.section-categories {
        padding: 0 15px;
    }
    .section {
        margin: 3rem 0;
    }
    .section.section-category .headers .h {
        font-size: 3rem;
    }
    .section.section-category .card-body {
        padding: 2.3rem 2rem;
    }
    .text-content {
        font-size: 0.88rem;
    }
    .section.section-category:nth-child(even) .headers,
    .section.section-category:nth-child(even) .text-content {
        text-align: left;
    }
    .section.section-category:nth-child(even) .buttons {
        justify-content: flex-start;
    }
    .section-bg-stamps:before, .section-bg-stamps:after {
        max-width: 150px;
        background-size: contain;
    }
    .trip-bar .container {
        max-width: 100%;
    }
    .form-item.form-item-checkbox {
        margin-top: 0;
    }
    .form-item.form-item-checkbox label {
        color: #666;
    }
    .trip-bar p {
        margin-bottom: 1rem;
    }
    .footer-content .row > div > div {
        margin-top: 1rem;
        margin: 1rem 0;
    }
    .footer-content {
        padding: 1rem 0;
        text-align: center;
    }
    .footer-content-info {
        padding: 0;
    }
    .footer-content-menus > ul {
        /*column-count: 2;*/
    }
    .separator:after {
        display: none;
    }
    .separator-content > img {
        height: 60vh;
    }
    .breadcrumbs, .separator-image+.h {
        top: 41vh;
    }
    .separator-image+.h {
        font-size: 3.6rem;
    }
    .breadcrumbs {
        margin: 0 5%;
        top: 45vh;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .h2, h2 {
        font-size: 1.7rem;
    }
    .h3, h3 {
        font-size: 1.2rem;
    }
    .h4, h4 {
        font-size: 1.06rem;
    }
    .section-tour-details .tour-details-content h1 {
        font-size: 2rem;
    }
    .section-tour-details .tour-details-amenities-list ul {
        column-count: 1;
    }
    .tour-details-gallery .slick-next,
    .tour-details-gallery .slick-prev {
        right: 20%;
    }
    .slick-dots {
        padding-right: 35%;
    }
    .accordion .h a {
        padding-right: 20px;
    }
    .tour-detail-form {
        padding: 0;
    }
    .separator {
        overflow: hidden;
    }
    .section-tour-details .tour-details-content h1 {
        padding-bottom: 1rem;
    }
    .separator-image+.h {
        font-size: 3rem;
        margin-top: -5rem;
    }
    .breadcrumbs .breadcrumb li a {
        font-size: 0.92rem;
        letter-spacing: 0.5px;
    }
    .section.section-category .button {
        justify-content: flex-start;
        text-align: left;
        padding: 0 1rem;
    }
    
     .separator-content .h {
        color: #fff;
        text-align: center;
        margin-top: -6rem;
        font-weight: 500;
        font-size: 40px;
    }
}


.c-fix-margin-home-package{
  margin-top:0px !important;
  margin-bottom: 80px !important;
}

.heading-title{
  font-size: 35px !important;
  font-weight: bold;
}



.owl-carousel .item {
  padding: 10px; 
}

.owl-carousel .card {
  -webkit-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px -7px rgba(0,0,0,0.75);  
}

.owl-carousel .card:hover{
  -webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.75); 
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.contact-icon{
  font-size: 25px;
}

  /* Customize the previous button */
  .owl-prev {
    left: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  /* Customize the next button */
  .owl-next {
    right: 10px; /* Position the button */
    border: none; /* Remove default border */
    z-index: 100; /* Ensure it's above other elements */
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
  }

  .owl-carousel .owl-nav button.owl-next{
    margin-left:10px;
  }
  .owl-carousel .owl-nav button.owl-next i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev i{
    font-size: 20px;
  }

  .owl-carousel .owl-nav button.owl-prev{
    margin-right:10px;
  }
  
  .owl-nav span{
    display:none;
  }
  
.owl-nav {
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin-top: -10px; 
}

.owl-prev, .owl-next {
  padding: 10px 15px; 
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.owl-prev, .owl-next i:hover{
 transform: scale(1);
  transition: all 2s;
}


.owl-dots {
  display: flex;
  margin: 0 15px; 
}

.owl-dot {
  background: #ddd; 
  border-radius: 50%; 
  width: 10px; 
  height: 10px;
  margin: 0 5px; 
  cursor: pointer; 
  border:none;
}

.owl-dot.active {
  background: #007bff; 
}

  

@media only screen and (max-width: 576px) {
     .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
      .heading-title{
      font-size: 20px !important;
      font-weight: bold;
    }
    .owl-carousel .owl-stage{
        padding-left: 0px !important;        
    }
}    

@media only screen and (min-width: 577px) and (max-width: 768px) {
     .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
    
     .owl-stage
  {
    margin-left:-55px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
     .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      display: none !important;
    }
     .owl-stage
  {
    margin-left:-40px !important;
  }
   .owl-nav span{
    display:none;
  }
  .owl-nav {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-top: -10px !important; 
    }
    
    .owl-dots {
        display: flex; 
        margin: 0 15px; 
    }
    
    .owl-dots .owl-dot {
        background: #ddd; 
        border-radius: 50%; 
        width: 10px; 
        height: 10px; 
        margin: 0 5px; 
        cursor: pointer;
    }
    
    .owl-dot.active {
        background: #007bff; 
    }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .c-fix-margin-home-package{
      margin-top:0px !important;
      margin-bottom: 20px !important;
    }
    .heading-title{
      font-size: 25px !important;
      font-weight: bold;
    }
     .owl-theme .owl-nav {
      margin-top: 0px !important;
    }
    .owl-theme .owl-dots {
      /*display: none !important;*/
    }
}


  .truncate-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size:14px !important;
}



/* Large desktops (≥1200px) */
@media screen and (min-width: 1200px) {
    .tour-single .card img {
        height: 250px;
    }
}

/* Laptops / small desktops (992px–1199px) */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .tour-single .card img {
        height: 250px;
    }
}

/* Tablets (768px–991px) */
@media screen and (max-width: 991px) and (min-width: 768px) {
    .tour-single .card .card-img {
        position: relative;
        border-radius: 20px;
        height:220px;
        overflow: hidden;
    }
    
    .tour-single .card img {
        height: 220px;
    }
}

/* Large mobiles (576px–767px) */
@media screen and (max-width: 767px) and (min-width: 576px) {
     .tour-single .card .card-img {
        position: relative;
        border-radius: 20px;
        height:200px;
        overflow: hidden;
    }
    .tour-single .card img {
        height: 200px;
    }
}

/* Small mobiles (<576px) */
@media screen and (max-width: 575px) {
    .tour-single .card .card-img {
        position: relative;
        border-radius: 20px;
        height:180px;
        overflow: hidden;
    }
    .tour-single .card img {
        height: 180px;
    }
}




    /*------check avaiblilty-----*/
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: none; /* hidden on desktop */
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  z-index: 999;
}

.mobile-bottom-bar .price-info {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}

.mobile-bottom-bar .price {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
}

.mobile-bottom-bar .from-text,
.mobile-bottom-bar .per {
  font-size: 12px;
  color: #666;
}

.mobile-bottom-bar .check-btn {
  background: #007BFF;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex;
    gap: 10px;
     bottom:0px;
  }
}
.mobile-bottom-bar {
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

/*----------end check avaiblilty------------*/



/* The ".show" class will be added by JavaScript to trigger the animation */
.mobile-bottom-bar.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* General Styling for both buttons */
.mobile-bottom-bar .btn {
    border: none;
    border-radius: 50px; /* Pill shape */
    padding: 12px 20px;
    font-weight: 700;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

/* Hover and Active (tap) effect for buttons */
.mobile-bottom-bar .btn:hover,
.mobile-bottom-bar .btn:active {
    transform: translateY(-3px) scale(1.05); /* Lifts the button up */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
}


/* Specific style for "Enquire Now" button */
.mobile-bottom-bar .btn-enquire {
    background: linear-gradient(45deg, var(--enquire-start-color), var(--enquire-end-color));
    /* Apply the shake animation */
    animation: shake-animation 3s infinite ease-in-out;
    animation-delay: 2s; /* Start animation after 2 seconds */
}

/* Specific style for "WhatsApp" button */
.mobile-bottom-bar .btn-whatsapp {
    background: linear-gradient(45deg, var(--whatsapp-start-color), var(--whatsapp-end-color));
}

.mobile-bottom-bar .btn-whatsapp .fa-whatsapp {
    font-size: 1.2em; /* Makes icon slightly larger */
    margin-right: 8px;
}


/* Keyframes for the "shake" animation on the Enquire button */
@keyframes shake-animation {
    0%, 100% { transform: rotate(0); }
    10%, 30%, 50% { transform: rotate(-4deg); } /* Wiggle left */
    20%, 40% { transform: rotate(4deg); }  /* Wiggle right */
}

/* Pause the animation on hover to make it easier to click */
.mobile-bottom-bar .btn-enquire:hover {
    animation-play-state: paused;
}

#goBtn {
  transition: opacity 0.5s ease, transform 0.5s ease; /* smooth hide */
}

#goBtn.hide {
  opacity: 0;              /* fade out */
  transform: translateY(20px); /* slide down */
  pointer-events: none;    /* disable click after hide */
}
