/*------------------------------------------------------------------
[Master Stylesheet]

Project       : Food Truck - Food Truck And Restaurant Responsive HTML Template
Version       : 2.0
Last change   : 08/10/2021
Assigned to   : RutVish
Primary use   : Food Truck and Restaurant
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background      : #ffffff
Content         : #4a4a4a
Header h1 to h6 : #4a4a4a
Footer          : #8d8d8d

a (standard)  : #8d8d8d
a (hover)     : #637454
a (active)    : #637454
a (focus)     : #637454
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy   : 14px/48px JosefinSans, Open sans;
Headers     : 14px/48px JosefinSans, Open sans;
Input, textarea : 14px JosefinSans, Open sans;
Sidebar heading : 18px JosefinSans, Open sans;
-------------------------------------------------------------------*/

/* Fonts Style Start Here... */


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Typography
3. Header
  3.1. Menu
4. Slider
5. Our Schedule
6. Gallery
7. Our Menu
8. Our Client
9. Find Us
10. Map Location
11. Footer
  11.1. Social Media
  11.2. Address
  11.3. Contact Form
12. Menu Isotop
13. Breadcrumb
14. Event
  14.1. Event Detail
15. News
------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body ]
------------------------------------------------------------------*/

/* Reset Style Start Here... */
body {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-family: 'Sansation', sans-serif;
    color: #4a4a4a;
    overflow-x: hidden;
    line-height: 26px;
}

/*------------------------------------------------------------------
[2. Typography ]
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0;
}

h1 {

}

h2 {
    font-size: 48px;
    line-height: 47px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    line-height: 47px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
}

h4 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
}

h6 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
}

ul, ol {
    margin: 0 0 0 5px;
    padding: 0px;
}

ul li, ol li {
    margin: 0 0 0 10px;
    padding: 0px;
}

img {
    max-width: 100%;
}

a, a:visited, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
}

a {
    color: #637454;
}

.btn-black {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #637454;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 3.5px 10px 0px;
    text-align: center;
    min-width: 142px;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 34px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: none;
}

.btn-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #181a1e;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
    color: #ffffff;
    background: #637454;
}

.btn-black:hover:before, .btn-black:focus:before, .btn-black:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid #e3e2e2;
    height: 40px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

textarea {
    height: 135px;
    resize: none;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
}

:-moz-placeholder {
    color: #4a4a4a;
}

::-moz-placeholder {
    color: #4a4a4a;
}

:-ms-input-placeholder {
    color: #4a4a4a;
}

.top-arrow {
    position: fixed;
    bottom: 50px;
    width: 30px;
    height: 30px;
    right: 30px;
    display: none;
    z-index: 9999999;
}

/* Main Part Style Start Here... */

/*------------------------------------------------------------------
[3. Header ]
------------------------------------------------------------------*/

/* Header menu part */

.header-part {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9998;
    height: 90px;
}

/*------------------------------------------------------------------
[3.1. Menu ]
------------------------------------------------------------------*/

.menu-part-outer {
    display: block;
    width: 100%;
    font-size: 14px;
}

.menu-part {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

.desktop-menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: flex-start;
    width: 100%;
    min-height: 0;
}

.menu-group {
    display: flex;
    align-items: center;
    gap: 37px;
}

.menu-group li {
    float: none;
    margin: 0 !important;
}

.menu-group-left {
    justify-content: flex-end;
    padding-right: 24px;
}

.menu-group-right {
    justify-content: flex-start;
    padding-left: 24px;
}

.menu-part ul, .menu-part ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-part ul li {
    width: auto;
    position: relative;
}

#page {
    display: none;
}

.logo-header {
    display: none;
}

.menu-part ul li a {
    float: left;
    width: 100%;
    padding: 18px 24px 14px 0;
    color: #494949;
    text-transform: uppercase;
    position: relative;
}

.menu-part > ul > li > a:after {
    color: transparent;
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    visibility: hidden;
}

.menu-part ul li:hover a, .menu-part ul li.active a {
    color: #637454;
    font-weight: 700;
}

.desktop-logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    justify-self: center;
}

.desktop-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desktop-logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 171px;
    height: 136px;
    overflow: visible;
}

.desktop-logo-switcher {
    position: absolute;
    left: 50%;
    top: calc(100% - 24px);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

.desktop-logo-switcher .language-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #494949;
    text-transform: none;
    padding: 0;
    line-height: 0;
}

.desktop-logo-switcher .language-switcher__label {
    display: none;
}

.desktop-logo-switcher .language-switcher__short {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
}

/*------------------------------------------------------------------
[4. Slider ]
------------------------------------------------------------------*/

/* Swiper slider css */

.slider-container {
    float: left;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-part {
    float: left;
    width: 100%;
    margin: 120px 0 0 0;
}

/* Revolution slider Change Here... */

.slider-outer {
    float: left;
    width: 100%;
    position: relative;
}

.slider-outer ul, .slider-outer ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slider-outer .tp-leftarrow, .slider-outer .tp-rightarrow {
    display: none !important;
}

.slider-outer .btn-menu-top {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    text-align: center;
}

.slider-outer .tp-caption.very_large_text,
.slider-outer .tp-caption.large_text {
    white-space: normal;
    text-align: center;
}

/*------------------------------------------------------------------
[5. Our Schedule ]
------------------------------------------------------------------*/
.tp-caption.very_large_text {
    font-size: 72px;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 82px;
    text-shadow: none;
}

.tp-bgimg:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.tp-caption.large_text {
    color: #ffffff;
    text-shadow: none;
    font-size: 30px;
    line-height: 34px;
}

/* Shedule Part for dinner and food items */

.shedule-container {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.shedule-part {
    float: left;
    width: 100%;
}

.shedule-left {
    float: left;
    width: 55%;
}

.shedule-right {
    float: left;
    width: 45%;
    position: relative;
    height: 700px;
    padding: 70px 0px;
    color: #ffffff;
}

.shedule-right img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.shedule-right h2 {
    margin-top: 0px;
}

.shedule-right h3 {
    margin: 22px 0 6px 0;
}

.shedule-inside {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 30px;
}

.shedule-inside h6 {
    margin: 0px;
    line-height: 38px;
}

.free-juice {
    margin: 5px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.glass {
    position: absolute;

    right: -20px;
    width: 128px;
    height: 173px;
}

.shedule-content {
    margin: 0 auto;
    width: 300px;
    position: relative;
}

/*------------------------------------------------------------------
[6. Gallery ]
------------------------------------------------------------------*/

/* Gallery Part for Home page with lightbox */

.gallery-container {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}

.gallery-outer {
    float: left;
    width: 100%;
}

.gallery-outer img {
    width: 100%;
}

.heading {
    margin: 0 0 55px 0;
}

.pp_social {
    display: none !important;
}

.left-gallery, .gallery-item, .right-gallery {
    padding: 0px;
}

.gallery-item a {
    position: relative;
    display: block;
}

.gallery-item a:before, .gallery-block-right a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.gallery-item .fa-plus, .gallery-block-right .fa-plus {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}

.gallery-item:hover a:before, .gallery-block-right:hover a:before {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.gallery-item:hover .fa-plus, .gallery-block-right:hover .fa-plus {
    left: 50%;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.gallery-block-right {
    float: left;
    width: 100%;
}

/*------------------------------------------------------------------
[7. Our Menu ]
------------------------------------------------------------------*/

/* Dishes (Product) list Blog */

.product-container {
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
    position: relative;
    background-size: cover;
}

.tomato {
    position: absolute;
    top: -2%;
    left: 20px;
}

.mashroom {
    position: absolute;
    bottom: 0px;
    left: -150px;
}

.pie-larg {
    position: absolute;
    top: 37%;
    right: -150px;
}

.dishes-container {
    float: left;
    width: 100%;
}

.dishes-list {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

.dishes-img {
    float: left;
    width: 100%;
    position: relative;
}

.dishes-list .dishes-img img {
    width: 100%;
}

.dishes_price {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #4a4a4a;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
}

.dishes-price-content {
    height: 80px;
    margin: 0 auto;
    width: 57px;
    clear: both;
}

.dishes_price del, .dishes_price .del {
    font-size: 60%;
    display: block;
    margin-bottom: 10px;
}

.deshies-doll {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}

.dishes-content {
    float: left;
    width: 100%;
}

.dishes-content h3 a {
    color: #4a4a4a;
}

.dishes-list:hover h3 a {
    color: #637454;
}

.dishes-list:hover .dishes_price {
    background: #637454;
}

.dishes-list .btn-black {
    margin-top: 20px;
}

.dishes-list:hover .btn-black {
    color: #ffffff;
    background: #637454;
}

.dishes-list:hover .btn-black:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/* Our client say blog */

.our-client-container {
    float: left;
    width: 100%;
}

/*------------------------------------------------------------------
[8. Our Client ]
------------------------------------------------------------------*/

.our-client {
    float: left;
    width: 100%;
}

.client-content {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.client-content p {
    position: relative;
}

span.quort {
    position: absolute;
    font-size: 100px;
    top: 0px;
    opacity: 0.15;
    left: -10px;
    font-weight: 700;
    top: 15px;
}

.client-content b, .client-content strong {
    font-size: 18px;
}

/*------------------------------------------------------------------
[9. Find Us ]
------------------------------------------------------------------*/

/* Find where you are */

.find-container {
    float: left;
    width: 100%;
    background: #181a1e;
    padding: 50px 0;
    color: #ffffff;
}

.find-location-right {
    color: #637454;
}

.find-location-right .fa {
    font-size: 72px;
}

.map-container {
    float: left;
    width: 100%;
}

/*------------------------------------------------------------------
[10. Map Location ]
------------------------------------------------------------------*/

.map-outer #truck-locator {
    width: 100%;
}

.location {
    float: left;
    padding-top: 25px;
}

.location-content {
    margin-left: 70px;
}

.location-content h6 {
    margin: 0px;
    font-size: 36px;
    line-height: 46px;
}

.find-where-you {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

/*------------------------------------------------------------------
[11. Footer ]
------------------------------------------------------------------*/

.food1 {
    position: absolute;
    top: 15px;
    max-width: 120px;
}

.food2 {
    bottom: -80px;
    max-width: 300px;
    position: absolute;
    right: -50px;
}

.footer-part {
    float: left;
    width: 100%;
    background: #181a1e;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 24px;
}

.footer-part .row {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-part .col-md-4.col-xs-12 {
    padding: 0 20px;
}

.footer-part a {
    color: #8d8d8d;
}

.footer-column {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.footer-logo {
    display: inline-block;
    width: 100%;
}

.footer-logo a {
    float: left;
    width: auto;
}

.social {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
}

/*------------------------------------------------------------------
[11.1. Social Media ]
------------------------------------------------------------------*/

.social ul, .social ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social ul li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
}

.social ul li a {
    float: left;
    width: 100%;
    color: #8d8d8d;
    font-size: 16.30px;
    line-height: 27px;
    border: 2px solid #8d8d8d;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.social ul li:hover a {
    color: #637454;
    border: 2px solid #637454;
}

.footer-column h3 {
    color: #ffffff;
    line-height: 24px;
}

/*------------------------------------------------------------------
[11.2. Address ]
------------------------------------------------------------------*/

.address-outer {
    display: inline-block;
    width: 100%;
    margin: 35px 0 0 0;
}

.address-blog {
    display: inline-block;
    width: 100%;
}

.address-outer h6 {
    color: #ffffff;
    margin: 0px;
    line-height: 24px;
    font-size: 14px;
}

.address-outer p {
    margin: 0px;
}

.address-outer a {
    width: 100%;
    display: inline-block;
}

.address-outer a:hover {
    color: #637454;
}

/*------------------------------------------------------------------
[11.3. Contact Form ]
------------------------------------------------------------------*/

.footer-column-form {
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-column-form h3 {
    color: #4a4a4a;
    margin-bottom: 28px;
}

.form-field {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.form-field:last-child {
    margin: 0px;
}

.footer-column-form .btn-black {
    width: 100%;
}

.footer-bottom {
    float: left;
    width: 100%;
    background: #637454;
    padding: 10px 0 8px;
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    margin: -42px 0 0 0;
}

.footer-bottom p {
    margin: 0px;
    color: #181a1e;
}

/* Menu Page Style Start Here... */

/*------------------------------------------------------------------
[12. Menu Isotop ]
------------------------------------------------------------------*/

/* Isotop Style Start Here.. */

.portfolioFilter-main {
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 40px;
}

.portfolioFilter {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    display: inline-block;
    margin-top: 50px;
    padding-bottom: 13px;
    padding-top: 15px;
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
}

.portfolioFilter a {
    margin-right: 40px;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.portfolioFilter a.current {
    color: #637454;
}

.portfolioFilter a:last-child {
    margin: 0px;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/*------------------------------------------------------------------
[13. Breadcrumb ]
------------------------------------------------------------------*/

/* Bread Crumb Style Start Here... */

.bread-crumb-container {
    float: left;
    width: 100%;
    background: #181a1f;
    padding-bottom: 30px;
    margin-top: 30px;
}

.bread-crumb-img {
    float: left;
    width: 80%;
    margin-top: -30px;
    position: relative;
}

.bread-crumb-img:after {

}

.bread-crumb-img img {
    width: 100%;
}

.bread-crumb-content {
    float: right;
    width: 20%;
    color: #ffffff;
    font-size: 24px;
    /*text-align: center;*/
}

.bread-crumb-content a {
    color: #ffffff;
}

.bread-crumb-content a:hover {
    color: #637454;
}

.bread-crumb-inner {
    float: left;
    width: auto;
    text-transform: capitalize;
}

.bread-crumb-content h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

/* Truck locator Style css here... */

.maring-remove {
    margin: 0px !important;
}

.address-main {
    float: left;
    width: 100%;
    margin: 30px 0 10px 0;
}

.address-main h3 a {
    color: #4a4a4a;
}

.address-main .col-xs-12:hover a {
    color: #637454;
}

.address-main .col-xs-12 {
    margin: 0 0 96px 0;
}

.address-main .col-xs-12:hover {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*------------------------------------------------------------------
[14. Event ]
------------------------------------------------------------------*/

/* Event Page Style Start Here... */

.event-container {
    float: left;
    width: 100%;
    margin: 0 0 129px 0;
}

.event-wrap {
    float: left;
    width: 100%;
}

.event-list {
    float: right;
    width: 84%;
    border: 10px solid #e8e8e8;
    padding: 40px 40px 60px 260px;
    position: relative;
    margin: 0 0 120px 0;
}

.event-list:hover {
    border-color: #f8dfd6;
}

.event-list:hover .btn-black:before {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.event-list p {
    margin: 20px 0;
}

.event-pic {
    position: absolute;
    left: -200px;
}

.load-more {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

/*------------------------------------------------------------------
[14.1. Event Detail ]
------------------------------------------------------------------*/

/* Event Detail Wrap Style here... */

.event-detail-wrap {
    float: right;
    width: 84%;
}

.event-detail-wrap .event-list {
    width: 100%;
    margin-bottom: 60px;
}

.pn-link {
    float: left;
    width: 100%;
}

.prev-link {
    float: left;
    width: auto;
}

.next-link {
    float: right;
    width: auto;
}

.contact-add-left {
    font-size: 14px;
}

.contact-container .shedule-left {
    margin: 0px !important;
    padding-right: 25px;
}

.contact-container button {
    width: 100%;
}

.contact-bottom {
    margin-top: 25px;
}

.contact-add-inner {
    margin-bottom: 30px;
}

.contact-add-left p, .contact-add-left a {
    color: #8d8d8d;
}

.contact-add-left span {
    width: 100%;
    display: inline-block;
}

.contact-add-left a {
    display: block;
}

.contact-add-left a:hover {
    color: #637454;
}

/*------------------------------------------------------------------
[15. News ]
------------------------------------------------------------------*/

/* Post Detail Page Style Start Here... */

.tags {
    display: inline-block;
    width: 100%;
    color: #8d8d8d;
    margin-top: 30px;
}

.tags span {
    color: #4a4a4a;
}

.post-link {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    padding: 0 10px;
}

.post-link a {
    color: #4a4a4a;
}

.post-link a:hover {
    color: #637454;
}

.post-left-link {
    float: left;
    width: auto;
}

.post-right-link {
    float: right;
    width: auto;
}

.post-comment-container {
    display: inline-block;
    width: 100%;
}

.post-comment-list {
    display: inline-block;
    width: 100%;
    margin: 0 0 55px 0;
}

.post-prof {
    float: left;
    width: auto;
}

.post-comment-content {
    margin-left: 130px;
}

.post-comment-content h6 {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
    letter-spacing: normal;
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
}

.post-comment-content span {
    color: #8d8d8d;
    font-size: 14px;
}

.post-comment-content p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.post-comment-content .btn-black {
    min-width: 103px;
}

.post-form {
    display: inline-block;
    width: 100%;
}

.post-form .btn-black {
    width: 100%;
}

.post-form textarea {
    height: 160px;
}

.post-detail-right {
    float: left;
    width: 100%;
}

.post-right-search {
    float: left;
    width: 100%;
    margin: 0 0 37px 0;
}

.post-categories {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

.post-categories ul, .post-categories ul li {
    list-style: none;
    margin: 0px;
}

.post-categories ul li {
    margin: 0 0 15px 0;
}

.post-categories ul li a {
    color: #4a4a4a;
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0 35px 0 0;
}

.post-categories ul li:last-child {
    margin: 0px;
}

.post-categories ul li:hover a, .post-categories ul li.active a {
    color: #637454;
}

.post-categories ul li:hover a:before, .post-categories ul li.active a:before {
    width: 100%;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0px;
    height: 10px;
    background: #f8dfd6;
}

.post-button-btn {
    margin-top: -42px !important;
}

.post-gallery {
    float: left;
    width: 100%;
}

.post-gallery-item {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.post-gallery-item:last-child {
    margin: 0px;
}

/* News Page Style Start Here... */

.news-detail .event-list {
    padding-left: 215px;
}

.news-detail .event-pic {
    left: -149px;
    width: 300px;
}

.event-detail-noimg {
    width: 100% !important;
}

.event-detail-noimg .event-list {
    padding-left: 90px;
}

.overlay-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay-news-video {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 0;
}

.news-pagination {
    float: left;
    width: 100%;
}

.news-pagination ul, .news-pagination ul li {
    margin: 0px;
    list-style: none;
}

.news-pagination ul li {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

.news-pagination ul li a {
    float: left;
    width: 100%;
    font-size: 16.30px;
    font-weight: 700;
    padding: 5px;
    border: 2px solid #e8e8e8;
    color: #8d8d8d;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 35px;
    padding: 0 13px;
}

.news-pagination ul li.active a, .news-pagination ul li:hover a {
    color: #637454;
    border-color: #637454;
}

#pre-loader {
    background: #e3dfd4 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;

    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pre-loader .loader-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin: 0 0 0 -5px;
    overflow: hidden;
    vertical-align: middle;
    width: 1px;
}

#pre-loader .loader-holder {
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    width: 400px;
}

#pre-loader .loader-holder .frame {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

#pre-loader img {
    display: inline-block;
    margin: 0 0 45px;
}

.alert-dismissible label {
    display: block;
}

.moving-truck {
    width: auto;
    animation: drive 1s infinite linear;
    position: absolute;
    top: 0;
    left: -120px;
}

@keyframes drive {
    0% {
        left: -120px;
    }
    100% {
        left: 100%;
    }
}

.event-pic img {
    width: 410px !important;
}

.post-cta {
    padding: 28px 24px;
    background: #fff7ef;
    border-radius: 16px;
    border: 1px solid #f1d8bd;
    text-align: left;
}

.post-cta h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
}

.post-cta p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.post-cta .cta-button {
    display: inline-block;
    padding: 12px 20px;
    background: #d84315;
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.post-cta .cta-button:hover,
.post-cta .cta-button:focus {
    background: #bf360c;
    color: #fff;
    transform: translateY(-1px);
}

/* Desktop sticky sidebar */
@media (min-width: 992px) {
    .post-detail-layout {
        display: flex;
        align-items: stretch;
    }

    .post-detail-layout::before,
    .post-detail-layout::after {
        display: none;
    }

    .post-detail-layout > .col-md-9,
    .post-detail-layout > .post-sidebar-col {
        float: none;
    }

    .post-sidebar-col {
        display: block;
    }

    .sticky-post-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
        width: 100%;
        z-index: 2;
    }
}

/* Disable sticky below desktop */
@media (max-width: 991px) {
    .sticky-post-sidebar {
        position: static;
    }
}


nav:not(.mm-menu) {
    display: none;
}

.header,
.content,
.footer {
    text-align: center;
}

.header,
.footer {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 40px;
    padding: 0 25px;
    float: right;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.header a {
    background: rgba(0, 0, 0, 0) url("../images/menu.png") no-repeat scroll 0 0;
    display: block;
    height: 25px;
    right: 0px;
    position: absolute;
    top: 12px;
    width: 26px;
}

.testimonials-section {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, rgba(239, 68, 68, 0.12), transparent 34%),
    linear-gradient(135deg, #fff7ed 0%, #ffffff 48%, #f9fafb 100%);
    overflow: hidden;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    inset: auto -120px -160px auto;
    width: 360px;
    height: 360px;
    background: rgba(17, 24, 39, 0.06);
    border-radius: 999px;
}

.testimonials-container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.testimonials-header {
    max-width: 680px;
    margin: 0 auto 44px auto;
    text-align: center;
}

.section-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.testimonials-header h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.05;
    font-weight: 900;
}

.testimonials-header p {
    margin: 18px 0 0;
    color: #6b7280;
    font-size: 17px;
    line-height: 1.7;
}

.testimonials-carousel {
    position: relative;
}

.testimonials-viewport {
    overflow: hidden;
    padding: 10px 4px 26px;
}

.testimonials-track {
    display: flex;
    gap: 24px;
    transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.testimonial-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.86);
    /* box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08); */
    backdrop-filter: blur(14px);
    transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 68, 68, 0.26);
    box-shadow: 0 34px 90px rgba(17, 24, 39, 0.13);
}

.testimonial-rating {
    margin-bottom: 22px;
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
}

.testimonial-text {
    position: relative;
    margin: 0;
    color: #1f2937;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 500;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eef0f3;
}

.author-avatar {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #111827;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}

.testimonial-author strong {
    display: block;
    color: #111827;
    font-size: 16px;
    line-height: 1.2;
}

.testimonial-author span {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 14px;
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.22);
    transition: transform 200ms ease, background-color 200ms ease, opacity 200ms ease;
}

.testimonial-nav:hover {
    background: #ef4444;
    transform: translateY(-50%) scale(1.08);
}

.testimonial-prev {
    left: -18px;
}

.testimonial-next {
    right: -18px;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 6px;
}

.testimonial-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: #d1d5db;
    cursor: pointer;
    transition: width 200ms ease, background-color 200ms ease;
}

.testimonial-dot.is-active {
    width: 28px;
    background: #111827;
}

@media (max-width: 991px) {
    .testimonial-card {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .testimonials-section {
        padding: 64px 16px;
    }

    .testimonials-header {
        text-align: left;
        margin-bottom: 28px;
    }

    .testimonial-card {
        flex-basis: 100%;
        min-height: auto;
        padding: 24px;
        border-radius: 22px;
    }

    .testimonial-nav {
        display: none;
    }

    .testimonials-viewport {
        padding-inline: 0;
    }
}

.mt-55 {
    margin-top: 55px;
}
