/*
 * Bu stil dosyasi imrak.com.tr tarafindan kodlanmistir hazirlanmistir.
 * Kodlayan: Korhan Mustafa IMRAK
 * Web Sitesi: https://www.imrak.com.tr
 * Tum Haklari Saklidir.
 * Son Guncelleme: 27.02.2026
*/



/**************************************
 * Generale Style
 *************************************/

 body {
    background: #ffffff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

a {
    color: #ce3b3b;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;
    transition: all 0.2s;
}

.flip {
    position: relative;
}

.flip:hover img {
    transform: rotateY(180deg);
}

img {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

a:hover {
    color: #ce3b3b;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #ce3b3b;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #555;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #ce3b3b;
}

.m0a {
    margin: 0 auto;
    text-align: center;
}

.red-text,
.red-text a {
    color: #d20c1f !important;
}

.normal {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.br-1 {
    border-right: 1px solid #f7f7f7;
}

.bb-1 {
    border-bottom: 1px solid #f7f7f7;
}

.bl-1 {
    border-left: 1px solid #f7f7f7;
}

.bt-1 {
    border-top: 1px solid #f7f7f7;
}

.mb-20 {
    margin-bottom: 20px;
}

.w100 {
    width: 100%;
}

.d-column {
    flex-direction: column;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.d-mobile {
    display: none;
}

.d-web {
    display: block;
}

.theme-button-light {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ce3b3b;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 12px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 0;
    margin-right: 0;
}

.theme-button-light span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #ce3b3b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.theme-button-light:hover,
.theme-button-light:focus {
    color: #ffffff;
}

.theme-button-light:hover span,
.theme-button-light:focus span {
    width: 200%;
    height: 500px;
}

.theme-button-dark {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    background-color: #ce3b3b;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 0;
}

.theme-button-dark span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.theme-button-dark:hover,
.theme-button-dark:focus {
    color: #ce3b3b;
}

.theme-button-dark:hover span,
.theme-button-dark:focus span {
    width: 200%;
    height: 500px;
}

/* Alle Fahrzeuge anzeigen: normal = beyaz arka plan kırmızı yazı, hover = kırmızı arka plan beyaz yazı */
.theme-button-dark--inverse {
    background-color: #ffffff;
    color: #ce3b3b;
}
.theme-button-dark--inverse span {
    background-color: #ce3b3b;
}
.theme-button-dark--inverse:hover,
.theme-button-dark--inverse:focus {
    color: #ffffff;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: none;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button:hover {
    color: #fff;
}

.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button-large:focus {
    outline: none;
    box-shadow: none;
}

.button-large {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 14px 59px;
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: none;
    cursor: pointer;
    margin-top: 50px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button-large:hover {
    color: #fff;
}

.button-large:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button-large:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.button-large:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.button-large:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.bg-gray {
    background-color: #f8f8f9;
}

.bg-none {
    background: none !important;
}

.color-text {
    color: #ce3b3b;
}

.theme-color {
    color: #ce3b3b;
}

.white-color {
    color: #ffffff;
}

.justify-content-space-between {
    justify-content: space-between;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    color: #ce3b3b;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h5 {
    max-width: 600px;
    color: #ce3b3b;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: 'Rajdhani', sans-serif;
    margin: 0 auto;
}

.section-title .service-section-subtitle {
    max-width: 600px;
    color: #ce3b3b;
    font-size: 22px;
    font-weight: 300;
    margin: 8px auto 0;
    letter-spacing: 0.7px;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.4;
}

.section-title .service-section-subtitle p { margin: 0 0 6px; }
.section-title .service-section-subtitle p:last-child { margin-bottom: 0; }
.section-title .service-section-subtitle a { color: inherit; text-decoration: underline; }

.section-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.3;
    color: #333;
}

.section-title h2 i { margin-right: 0.35em; }

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.mr-0 {
    margin: 0;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #363636;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222222;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #ffffff;
}

.back-to-top.active {
    top: 97%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
    color: #fff;
}

.bg-b {
    background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
    color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ce3b3b !important;
    width: 7px;
    height: 7px;
    transition: .3s;
    -webkit-box-shadow: 0 1px 5px #ce3b3b;
    box-shadow: 0 1px 5px #ce3b3b;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #ce3b3b;
    transition: .3s;
}

/**************************************
 ** Preloader Area CSS
 **************************************/
.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.preloader .preloader-wapper {
    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;
    height: 100vh;
}

.spinner-loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.spinner-loader div {
    position: absolute;
    border: 4px solid #ce3b3b;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: spinner-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    border-radius: 50%;
}

.spinner-loader div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    border-radius: 50%;
}

@-webkit-keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

@keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

/**************************************
 * Navber Area Style
 *************************************/
.zr-theme-menu-header-navber-area {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 999;
    background: transparent;
}

.zr-theme-menu-header-navber-area .nav-top-bar {
    background: white;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar + nav.navbar-b {
    margin-top: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .container {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* PC: Adresse/Telefon sola, üyelik alanı sağda – tek satır */
.zr-theme-menu-header-navber-area .nav-top-bar-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.zr-theme-menu-header-navber-area .nav-top-bar-left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
    min-width: 0;
    flex: 1;
}
.zr-theme-menu-header-navber-area .nav-top-bar-left .navbar-brand {
    flex-shrink: 0;
}
.zr-theme-menu-header-navber-area .nav-top-bar-left .call-to-action {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0;
    min-width: 0;
}
.zr-theme-menu-header-navber-area .nav-top-bar-left .call-to-action .top-info {
    flex-shrink: 0;
}
.zr-theme-menu-header-navber-area .nav-top-bar-left .call-to-action .top-info i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.zr-theme-menu-header-navber-area .nav-top-bar-left .call-to-action .top-info p {
    font-size: 13px;
    line-height: 1.35;
}
.zr-theme-menu-header-navber-area .nav-top-bar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}
.header-desktop-user-zone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
}
.header-desktop-user-zone .header-desktop-welcome {
    font-weight: 600;
    color: #1a1a1a;
    margin-right: 4px;
}
.header-desktop-user-zone .header-desktop-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(206, 59, 59, 0.25);
}
.header-desktop-user-zone .header-desktop-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-desktop-user-zone .header-desktop-login {
    color: #166534;
    background: rgba(34, 197, 94, 0.12);
}
.header-desktop-user-zone .header-desktop-login:hover {
    background: rgba(34, 197, 94, 0.22);
    color: #15803d;
}
.header-desktop-user-zone .header-desktop-register {
    color: #fff;
    background: linear-gradient(135deg, #ce3b3b, #b22626);
}
.header-desktop-user-zone .header-desktop-register:hover {
    background: linear-gradient(135deg, #b22626, #9a1f1f);
    color: #fff;
}
.header-desktop-user-zone .header-desktop-profile {
    color: #166534;
    background: rgba(34, 197, 94, 0.12);
}
.header-desktop-user-zone .header-desktop-profile:hover {
    background: rgba(34, 197, 94, 0.22);
    color: #15803d;
}
.header-desktop-user-zone .header-desktop-logout {
    color: #ce3b3b;
    background: rgba(206, 59, 59, 0.1);
}
.header-desktop-user-zone .header-desktop-logout:hover {
    background: rgba(206, 59, 59, 0.2);
    color: #b22626;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
    margin: 0 13px 0 0;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p:last-child {
    margin-right: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p i {
    margin-right: 3px;
    font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a {
    color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
    color: #FFC107;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action .top-info {
    display: flex;
    align-items: center;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action .top-info i {
    margin-right: 10px;
    font-size: 20px;
    background: #ececec;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #ce3b3b;
}

.zr-theme-menu-header-navber-area .nav-top-bar .call-to-action .top-info p {
    display: flex;
    flex-direction: column;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li {
    display: inline-block;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a {
    color: #1a77cc;
    font-size: 15px;
    margin-left: 5px;
}

.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.zr-theme-menu-header-navber-area .nav-top-bar .top-social li a:focus {
    color: #ce3b3b;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours {
    float: right;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.zr-theme-menu-header-navber-area .nav-top-bar .opening-hours p i {
    margin-right: 3px;
    font-size: 16px;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg {
    background: #ce3b3b;
    border-bottom: none;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
    color: #ffffff;
}

.zr-theme-menu-header-navber-area .nav-top-bar.template-color-bg .top-social li a {
    color: #ffffff;
}

.call-to-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar-b {
    transition: all .5s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 62px;
    background: linear-gradient(90deg, #b32d2d, #ce3b3b);
    background: -webkit-linear-gradient(90deg, #b32d2d, #ce3b3b);
    position: relative;
}

/* Menü scroll'da sabit kalmasın – sayfayla birlikte yukarı-aşağı kaysın */
.navbar-b.navbar-reduce {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    z-index: 1030;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 0px;
    display: flex;
    align-items: center;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #202020;
    background: #ffffff;
    border-radius: 50px;
}

.navbar-b.navbar-trans .nav-link::hover {
    color: #fff;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #202020;
    background: #ffffff;
    border-radius: 50px;
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.navbar-b.navbar-reduce .menu-bg {
    background-color: #fff;
}

.navbar-b.navbar-reduce .nav-link {
    color: #505050;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #ce3b3b;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #505050;
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #ffffff;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    z-index: 90;
    padding: 0;
}

.navbar-brand img {
    max-width: 160px;
}

.btn {
    flex-shrink: 0;
    width: 187px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.outside-circle {
    position: relative;
    background: #b82b2b;
    border-radius: 20px 20px 0 0;
}

.btn.outside-circle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -20px;
    bottom: 0;
    background: #000;
    background: radial-gradient(circle at 0 0, transparent 20px, #b82b2b 21px);
    z-index: 9000;
}

.btn.outside-circle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -20px;
    bottom: 0;
    background: #000;
    background: radial-gradient(circle at 100% 0, transparent 20px, #b82b2b 21px);
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-brand {
    padding: 0;
    position: relative;
}

.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.navbar-b .dropdown-menu {
    border-radius: 2px;
    padding: 0;
    background: white;
    border: 0;
    margin: 0;
    position: absolute;
}

.navbar-b .dropdown-menu li a {
    padding: 10px;
    transition: all 500ms ease;
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-b .dropdown-menu li:hover {
    background-color: #c00113;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu li:hover a {
    color: #fff;
}

.navbar-b .dropdown-menu li.active {
    background-color: #ce3b3b;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li a>:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.navbar-toggler {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 24px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
    border-radius: 2px;
    transition: transform 0.35s ease-in-out, opacity 0.25s ease;
}

.navbar-toggler span:last-child {
    margin-bottom: 0;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.navbar-toggler:not(.collapsed) span {
    background-color: #ce3b3b;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.menu-bg {
    background-color: #ce3b3b;
    position: relative;
}

.border-4 {
    border-radius: 4px;
}

.navbar-b .black-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
    display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
    display: block;
}

.book-now a {
    background: #ffffff;
    border-radius: 2px;
    padding-right: 15px !important;
    color: #1a77cc !important;
}

.book-now a:hover {
    background: #171717;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #ffffff !important;
}

/**************************************
 * Home Section Style
 *************************************/

.home-area {
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 40px;
}

.home-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
    background: #000 !important;
}

.hero-equal-height {
    position: relative;
    min-height: 100vh;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.features {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.features span {
    font-size: 12px;
    font-weight: 100;
}

.features span img {
    max-width: 40px;
    border-radius: 4px;
    margin-right: 5px;
}

.header-offer {
    background: #ce3b3b;
    max-width: 350px;
    min-width: 250px;
    text-align: left;
    border-radius: 2px;
    position: absolute;
    bottom: -69px;
    z-index: 9;
    padding: 20px;
    right: 15px;
    display: flex;
    flex-direction: column;
}

.header-offer h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    border-bottom: 1px solid rgb(255 255 255 / 41%);
    margin-bottom: 10px;
}

.header-offer h3 {
    color: #fff;
    font-weight: 200;
    font-size: 22px;
}

.header-offer p {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.header-offer .button {}

.home-area .home-content {
    margin-bottom: 50px;
}

.home-area .home-content h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.home-area .home-content p {
    font-size: 15px;
    color: #ffffff;
}

.button.home-btn-1 {
    background: #ce3b3b;
    margin-right: 15px;
    border: 2px solid #ffffff;
    color: #fff;
}

.home-app-button-box .img-app-btn-1 {
    margin-right: 15px;
}

/**************************************
 * Slider Home Style
 *************************************/

.slider {
    position: relative;
}

.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .swiper-slide-active {
    z-index: 3;
}

.slider .parallax-slider {
    position: relative;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 700px;
    max-height: 770px;
    height: 100vh;
    padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    opacity: 1;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
}

.slider .parallax-slider .caption {
    text-align: left;
}

.slider .parallax-slider .caption h2 {
    text-transform: uppercase;
    font-weight: 100;
    color: #ffffff;
}

.slider .parallax-slider .caption h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 49%);
    font-family: 'Roboto', sans-serif;
}

.slider .parallax-slider .caption p {
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
    text-transform: uppercase;
}

.slider .parallax-slider .swiper-slide-active .caption p {
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
    opacity: 1;
    animation: fadeInRight .8s;
}

.slider .parallax-slider .caption h3 {
    font-weight: 600;
    color: #ffffff;
}

.home-slider-btn {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-slider-btn .button:focus {
    outline: none;
    box-shadow: none;
}

.home-slider-btn .button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background: #ce3b3b;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.home-slider-btn .button:hover {
    color: #fff;
}

.home-slider-btn .button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.home-slider-btn .button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.home-slider-btn .button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.home-slider-btn .button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}



.default-button:focus {
    outline: none;
    box-shadow: none;
}

.default-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background: #ce3b3b;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.default-button:hover {
    color: #fff;
}

.default-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.default-button:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.default-button-dark:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.default-button-dark {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 20px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    background: #171717;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.default-button-dark:hover {
    color: #fff;
}

.default-button-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #171717;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.default-button-dark:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.default-button-dark:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.slider .control-text {
    position: absolute;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: auto;
    align-items: center;
    /*display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
    color: #eee;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 50px;
    margin-right: 50px;
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    padding: 6px 10px;
    border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: rgb(0, 0, 0, 0.3);
}

.slider .swiper-pagination-bullets {
    bottom: 20px;
}

.slider .swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}

.slider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border: 2px solid #ce3b3b;
}

.header-chef-image {
    position: absolute;
    bottom: 0;
    z-index: 90;
    right: 0;
}

.header-chef-image img {
    width: 100%;
    max-width: 600px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.slider-buttons {
    max-width: 250px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: -69px;
    z-index: 9000;
    padding: 20px;
    right: 15px;
}

.slider-buttons .swiper-button-next {
    background: #fff;
    right: -15px;
    width: 50px;
    height: 50px;
}

.slider-buttons .swiper-button-prev {
    background: #fff;
    left: -70px;
    width: 50px;
    height: 50px;
}


/**************************************
 * Infographics Section Style
 *************************************/
@keyframes rotateMain {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateInner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.centralized {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Source Sans Pro', sans-serif;
}

.infographics .main-circle {
    border: 6px solid #bcbcbc;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 24px;
    height: 300px;
    width: 300px;
    position: relative;
}

.infographics .main-circle .inner {
    background: #1a77cc;
    border: 4px solid #e3e3e3;
    border-radius: 100%;
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 24px;
    height: 100%;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.infographics .bubble-container {
    border: 6px;
    box-sizing: border-box;
    /* height: 300px; */
    position: absolute;
    width: 300px;
    opacity: 0;
    transform: rotate(0deg);
    transition: transform ease-in 0.7s, opacity ease 1s;
}

.infographics .bubble-container .pointer {
    background: #fff;
    border: 4px solid #bcbcbc;
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    left: calc(-17px + 3px);
    height: 34px;
    top: calc(50% - 17px);
    width: 34px;
}

.infographics .bubble-container .pointer .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    border-color: transparent #bcbcbc transparent transparent;
    position: absolute;
    left: -15px;
    top: 5.52px;
}

.infographics .bubble-container .pointer .inner {
    background: #000;
    border-radius: 100%;
    box-sizing: border-box;
    height: 14px;
    width: 14px;
}

.infographics .bubble-container .bubble {
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 110px;
    top: calc(50% - 55px);
    left: -145px;
    width: 110px;
    transform: rotate(0deg);
    transition: all ease 0.8s;
}

.infographics .bubble-container .bubble .inner {
    background: #fff;
    border-radius: 100%;
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 84px;
    width: 84px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}

.infographics .bubble-container.black .bubble,
.infographics .bubble-container.black .pointer .inner {
    background: #505269;
}

.infographics .bubble-container.blue-dark .bubble,
.infographics .bubble-container.blue-dark .pointer .inner {
    background: #4c67aa;
}

.infographics .bubble-container.blue-light .bubble,
.infographics .bubble-container.blue-light .pointer .inner {
    background: #25ade1;
}

.infographics .bubble-container.green .bubble,
.infographics .bubble-container.green .pointer .inner {
    background: #8dc03f;
}

.infographics .bubble-container.orange .bubble {
    background: #fa9128;
}

.infographics .bubble-container.orange .pointer .inner {
    background: #fa9128;
}

.infographics .bubble-container.red .bubble,
.infographics .bubble-container.red .pointer .inner {
    background: #e46020;
}

/**************************************
 * Services Section Style
 *************************************/
.zr-theme-single-service-card {
    margin-bottom: 10px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
    padding: 15px;
    transition: transform 3s;
    transform-style: preserve-3d;
}

.zr-theme-single-service-card:hover img {
    transform: rotateY(180deg);
}

.zr-theme-single-service-card img {
    transition: transform 0.8s;
    transform-style: preserve-3d;
    margin-bottom: 15px;
    max-width: 70px;
}

.zr-theme-single-service-card .service-icon {
    display: block;
    margin-bottom: 15px;
    color: var(--theme-primary, #ce3b3b);
    transition: transform 0.3s ease, color 0.3s ease;
}

.zr-theme-single-service-card:hover .service-icon {
    transform: scale(1.1);
}

.zr-theme-single-service {
    margin-bottom: 20px;
}

.repair-main-banner .video-btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: block;
    color: #fff;
    background: transparent;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-size: 83px;
    background: linear-gradient(-48deg, #ffffff -30%, #ce3b3b 60%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.repair-main-banner .video-btn {
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.animation-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.bg-grey {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.bg-grey::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    opacity: .9;
    z-index: -1;
}

.bg-dark-grey {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.bg-dark-grey::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #41464b;
    opacity: .9;
    z-index: -1;
}

.bg-dark-grey h2,
.bg-dark-grey h5 {
    color: #ffffff;
}

.bg-default {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.bg-default::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ce3b3b;
    opacity: .9;
    z-index: -1;
}

.bg-default h2,
.bg-default h5 {
    color: #ffffff;
}


/**************************************
 * Car Type Section Style
 *************************************/
.effectTab-header .caption,
.effectTab-header .title {
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #555;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.effectTab-header .title {
    font-size: 36px;
    font-family: Oswald, sans-serif
}

.effectTab-header .caption {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif
}

.effectTab-header .title::after,
.effectTab-header .title::before {
    position: absolute;
    background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
    content: ""
}

.effectTab-header .title::before {
    left: 0;
    width: 156%;
    height: 3px;
    margin-left: -28%;
    bottom: -1.5px
}

.effectTab-header .title::after {
    left: 50%;
    width: 25px;
    height: 25px;
    bottom: -26px;
    margin: 0 0 0 -10px;
    -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
    clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0)
}

.box-tab {
    margin: 10px 0
}

.effect {
    margin: auto;
    background-color: #fff;
    border: 3px solid #000000;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
    transition: transform 3s;
    transform-style: preserve-3d;
}

.tab-head {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.effect {
    position: relative;
    overflow: hidden;
    max-height: 240px;
    text-align: center;
    cursor: pointer;
    background: #000;
}

.effect:hover {
    background: #ce3b3b;
}

.effect img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: max-content;
    opacity: .9;
}

.effect .tab-text {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
}

.tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem
}

.hide {
    display: none
}


.effect.effect-one .tab-text {
    padding: 1em
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before {
    position: absolute;
    content: '';
    opacity: 0
}

.effect.effect-one .tab-text::before {
    top: 22px;
    right: 10px;
    bottom: 20px;
    left: 10px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.effect.effect-one .tab-text::after {
    top: 10px;
    right: 20px;
    bottom: 10px;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.effect.effect-one .icons-block {
    z-index: 1000;
    position: absolute;
    bottom: 14px;
    width: 100%;
    left: 0;
    text-align: center
}

.effect.effect-one .icons-block .social-icon-1,
.effect.effect-one .icons-block .social-icon-2,
.effect.effect-one .icons-block .social-icon-3 {
    transition: all .5s ease-in-out;
    opacity: 0
}

.effect.effect-one:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: .5s
}

.effect.effect-one:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: .5s
}

.effect.effect-one:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s
}

.effect.effect-one .icons-block i {
    color: rgba(255, 255, 255, 1);
    padding-left: 10px;
    font-size: 1.3rem
}

.effect.effect-one h2 {
    padding-top: 65px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    font-weight: 600;
    text-shadow: 3px 2px 4px rgb(0 0 0 / 59%);
}

.effect-one .pt-1 {
    padding-top: 10% !important
}

.effect-one .pt-2 {
    padding-top: 16% !important
}

.effect-one .pt-3 {
    padding-top: 28% !important
}

.effect.effect-one p {
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    font-size: .92rem;
    line-height: 16px;
    color: rgba(255, 255, 255, .9)
}

.effect.effect-one .tab-text::after,
.effect.effect-one .tab-text::before,
.effect.effect-one img,
.effect.effect-one p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.effect.effect-one:hover img {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover .tab-text::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.effect.effect-one:hover h2,
.effect.effect-one:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect.effect-one:hover .tab-text::after,
.effect.effect-one:hover h2,
.effect.effect-one:hover img,
.effect.effect-one:hover p {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}


.about {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.image {
    overflow: hidden;
}

.about.right:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    z-index: 0;
}

.about.left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    z-index: 0;
}

.about .list {
    list-style: decimal;
    padding-left: 30px;
}

.about .list li {
    margin-bottom: 10px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}



/**************************************
 * Time Table Section Style
 *************************************/
.green {
    background-color: #2ecc71;
}

.turquoise {
    background-color: #1abc9c;
}

.navy {
    background-color: #34495e;
}

.blue {
    background-color: #3498db;
}

.purple {
    background-color: #9b59b6;
}

.grey {
    background-color: #bdc3c7;
    color: #202020;
}

.gray {
    background-color: #7f8c8d;
}

.red {
    background-color: #e74c3c;
}

.orange {
    background-color: #f39c12;
}

.yellow {
    background-color: #f1c40f;
    color: #303030;
}

.day-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    justify-content: center;
}

.day-columns .day-column {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 150px;
    border-left: none;
}

.day-columns .day-column .day-header {
    border-bottom: 1px solid #ebedf2;
    text-align: center;
    padding: 5px;
    color: #898b96;
}

.day-columns .day-column .day-content {
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px;
    overflow-y: auto;
}

.day-columns .day-column .day-content .event {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 3px;
    color: white;
    padding: 5px;
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
}

.day-columns .day-column .day-content .event .title {
    font-size: 12px;
}

.day-columns .day-column .day-content .event footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 11px;
}

.day-columns .day-column .day-footer {
    border-top: 1px solid #ebedf2;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    color: #575962;
}



/**************************************
 * Single Page Style
 *************************************/
.single-page {
    background: #000;
    padding: 260px 0 10px;
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/single-page-header.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
}

.single-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    z-index: -1;
}

.breadcrumb {
    justify-content: start;
    background-color: transparent;
}

/**************************************
 * Shop Now Section Style
 *************************************/
.shop-area {
    background-color: #ce3b3b;
    background-attachment: fixed;
    z-index: 1;
    text-align: center;
    position: relative;
}

.shop-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ce3b3b;
    opacity: 1;
    z-index: -1;
}

.shop-area .section-title h2,
.shop-area .section-title h5 {
    color: #ffffff;
}

.shop-area .vehicle-search-result-count {
    color: #ffffff;
}

.zr-theme-product-shop-item {
    border-radius: 3px;
    padding: 15px;
}

.timing {
    max-width: 400px;
}

.timing p {
    display: flex;
    justify-content: space-between;
}

.shop-ribbon {
    position: absolute;
    z-index: 90;
    top: 30px;
    background: -webkit-gradient(linear, right top, left top, from(#dc3545), to(#ba1625));
    background: linear-gradient(-90deg, #dc3545 0%, #ba1625 100%);
    padding: 8px 37px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -75px;
    right: -5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    left: -70px;
    width: 50px;
    height: 50px;
    font-size: 25px;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.product-item-content .item-image {
    position: relative;
    overflow: hidden;
}


.product-item-content .item-image img {
    width: 100%;
}

.zr-theme-product-shop-item .product-item-content {
    text-align: left;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
    padding: 15px;
    transition: transform 3s;
    transform-style: preserve-3d;
}

.product-item-details .product-item-title-link {
    color: #000;
    margin-bottom: 5px;
    display: block;
}


.item-add-to-cart .cart li {
    display: inline-block;
    margin: 0 6px;
    -o-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    transform: translateY(35px);
    transition: all .3s;
    visibility: visible;
    opacity: 0;
}

.item-add-to-cart .cart li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #131415;
    transition: all .3s;
}

.item-add-to-cart .cart li:hover i {
    color: #fff;
    background: #ce3b3b;
}

.product-item-content:hover .item-add-to-cart li {
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.item-add-to-cart {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-details {
    padding: 30px 20px 30px 20px;
}

.product-item-details h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-item-details .item-price {
    color: #ce3b3b;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.product-item-details .item-price del {
    padding-right: 10px;
    color: #FF9800;
}

.product-item-details .button {
    padding: 8px 30px;
    margin-top: 18px;
}

.product-item-details .button i {
    padding-right: 5px;
}

hr {
    border: 0;
    height: 3px;
    width: 30px;
    background-color: #cf092c;
    margin: 22px 0 20px;
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    /* padding: 1.75em 3.5em; */
    white-space: nowrap;
    border-radius: 5px;
    border: 0;
}

.product {
    position: relative;
    /* margin: 15px; */
    border-radius: 2px;
    background-color: #ffffff;
}

.product-image {
    border-radius: 2px;
    width: 100%;
    height: 100%;
}

.vehicle-card-image-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.vehicle-card-image-link .product-image {
    display: block;
}

.product-description {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-description p {
    margin-bottom: 0;
}

.product-title {
    color: #363636;
    margin: 0em;
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
    text-transform: uppercase;
}

.product-price {
    color: #ce3b3b;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
}

.product-category {
    display: block;
    color: #cf092c;
    margin-bottom: 1em;
}

.product-btn:focus {
    outline: none;
    box-shadow: none;
}

.product-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 20px;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    border: 2px solid #1a77cc;
    border-radius: 2px;
    color: #1a77cc;
    background: none;
    cursor: pointer;
    margin-top: 25px;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.product-btn:hover {
    color: #fff;
}

.product-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.product-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ce3b3b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.product-btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.product-btn:hover:after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/**************************************
 * Our Deals Section Style
 *************************************/
.sunday-deals {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}


/**************************************
 * Day of Menu Section Style
 *************************************/

.menu-day-area {
    position: relative;
    z-index: 1;
}

.menu-day-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .35;
    z-index: -1;
}

.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}

.menu-day-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu-day-product-content .menu-day-tab-header {
    text-align: left;
}

.menu-day-product-content .menu-day-tab-list {
    /*padding: 30px 0;*/
}

.menu-day-product-content .menu-day-tab-list .active {
    background: #ce3b3b;
}

.menu-day-product-content .menu-day-tab-list li {
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: top;
}

.menu-day-product-content .menu-day-tab-list li a {
    display: block;
    color: #555;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.menu-day-product-content .menu-day-tab-list li a i {
    font-size: 35px;
    vertical-align: middle;
}

.menu-single-tab-content.active {
    display: block;
}

.menu-single-tab-content {
    display: none;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-single-product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.zr-theme-menu-product-info-box {
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    overflow: hidden;
}

.menu-single-product-horizontal .zr-theme-menu-product-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 18px;
    font-weight: 400;
    color: #ce3b3b;
}

.main-price {
    position: absolute;
    right: 25px;
    top: 0;
    background: #be001c;
    display: flex;
    height: 80px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 34px;
}

.menu-product-details {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 27px;
}

.menu-single-product-horizontal .menu-product-details p {
    margin-bottom: 0;
    color: #333;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    background: #ce3b3b;
    width: 68px;
    display: block;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.menu-day-main-tabs-content {
    border-top: 5px solid #ce3b3b;
}

.menu-day-product-content .menu-day-tab-list li a:hover {
    color: #ce3b3b;
}

.menu-day-product-content .menu-day-tab-list li a:hover i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li a:hover i:before {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a {
    color: #ce3b3b;
}

.menu-day-product-content .menu-day-tab-list li.active a i {
    color: inherit;
}

.menu-day-product-content .menu-day-tab-list li.active a i:before {
    color: inherit;
}

.menu-day-product-content .menu-single-product-horizontal {
    border-bottom: 1px dashed #bbb;
    padding: 15px 0;
}

.menu-day-product-content .menu-single-product-horizontal:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.menu-product-description {
    justify-content: space-between;
    display: list-item;
    list-style: disc;
    margin-left: 45px;
}

.menu-product-description span {
    color: #ce3b3b;
}

/**************************************
 * Reservation Section Style
 *************************************/

.zr-theme-reservation-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/section-bg.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
    padding: 100px 0;
}

.zr-theme-reservation-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #41464b;
    opacity: .9;
    z-index: -1;
}

.zr-theme-reservation-area h5 {
    max-width: 600px;
    margin: 0 auto;
    text-transform: none;
    color: #fff;
}

.zr-theme-reservation-area h3 {
    margin: 14px auto 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.zr-theme-reservation-area h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 6px 0;
}

.zr-theme-reservation-area .reservation-phone {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    margin: 12px 0 20px 0;
}

.zr-theme-reservation-area h1 {
    color: #ce3b3b;
    font-size: 70px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -5px;
}

.reservation-btn {
    background-color: #ce3b3b;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    margin-top: 20px;
}

.reservation-btn:hover {
    background-color: #171717;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
}

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

/**************************************
 * Reservation Modal Style
 *************************************/
#reservationModal .modal-dialog {
    max-width: 650px;
}

#reservationModal .modal-dialog .modal-content {
    border: none;
    border-radius: 5px;
}

#reservationModal .modal-dialog .modal-content .modal-header {
    padding: 25px 25px 20px;
    display: block;
    background: #ce3b3b;
    position: relative;
}

#reservationModal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
}

#reservationModal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    color: #ffffff;
}

#reservationModal .modal-dialog .modal-content .modal-body {
    padding: 25px;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm {
    overflow: hidden;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
    padding: 4px 10px 0;
}

#reservationModal .modal-dialog .modal-content .modal-body .modalForm .btn {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 1px;
    padding: 12px 30px 8px;
    margin-top: 4px;
    float: right;
    background: #000;
    border-radius: 25px;
}


/**************************************
 * Team Section Style
 *************************************/
.team .member {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    background: white;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    border: unset;
    margin-bottom: 20px;
}

.team .member img {
    border-radius: 10px;
    overflow: hidden;
}

.team .member .member-content {
    padding: 0 20px 30px 20px;
}

.team .member h4 {
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #ce3b3b;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: #6c757d;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    color: #ce3b3b;
    transition: 0.3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
}

.team .member .social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.team .member .social i {
    font-size: 14px;
    margin: 0 2px;
}

/**************************************
 * Gallery Section Style
 *************************************/

.gallery-area {
    position: relative;
}

.gallery-area .gallery-list {
    text-align: center;
}

.gallery-area .gallery-list .nav {
    display: inline-block;
    margin: 0;
    position: relative;
}

.gallery-area .gallery-list .nav li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ce3b3b;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 0;
    margin-right: 20px;
    cursor: pointer;
}

.gallery-area .gallery-list .nav li span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #41464b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li:focus {
    color: #ffffff;
}

.gallery-area .gallery-list .nav li:hover span,
.gallery-area .gallery-list .nav li:focus span {
    width: 200%;
    height: 500px;
}

.gallery-area .gallery-list .nav li.filter-active {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    background-color: #ce3b3b;
    box-shadow: 0 7px 25px rgb(41 41 41 / 27%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    margin-top: 0;
    margin-right: 20px;
    cursor: pointer;
}

.gallery-area .gallery-list .nav li.filter-active span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #41464b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.gallery-area .gallery-container {
    display: inline-block;
    width: 100%;
}

.gallery-area .gallery-grid-item {
    overflow: hidden;
}

.gallery-grid-item img {
    width: 100%;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px;
}

.gallery-item .gallery-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .1s;
    transition: all .1s;
}


.gallery-item .gallery-img-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all .1s;
    transition: all .1s;
    background: #ce3b3b;
    opacity: 0.6;
}

.gallery-item:hover .gallery-img-overlay:after {
    height: 100%;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
    position: absolute;
    left: 5%;
    top: 4%;
    overflow: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .info h6 {
    margin-top: 5px;
    padding: 5px 20px;
    color: #fff;
    background: #ce3b3b;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 163px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid #ce3b3b;
    text-align: center;
    font-size: 15px;
    text-transform: UPPERCASE;
    font-weight: 500;
    color: #fff;
    background: #ce3b3b;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.gallery-more-btn {
    margin-top: 30px;
}

.contact-area .button,
.blog-area .button,
.gallery-area .button {
    border-color: #ce3b3b;
    color: #ce3b3b;
}

.contact-area .button:hover,
.blog-area .button:hover,
.gallery-area .button:hover {
    color: #ffffff;
}

/**************************************
 * Testimonial Section Style
 *************************************/

.testimonial-area {
    text-align: center;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.testimonial-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    /*background: #000;*/
}

.testimonial-area .section-title h2 {
    /*color: #fff;*/
}

.single-testimonial {
    position: relative;
    background-color: transparent;
    padding: 20px;
}

.rating-box ul li {
    display: inline-block;
}

.rating-box ul li i {
    color: #ffce39;
    font-size: 18px;
}

.testimonial-content {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-content .fa-quote-left {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -66px;
    color: #ce3b3b;
}

.testimonial-content .fa-quote-right {
    position: absolute;
    right: 0;
    font-size: 20px;
    bottom: -66px;
    color: #ce3b3b;
}

.testimonial-content p {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
    background: #ce3b3b;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
}

.single-testimonial .testimonial-bio .avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 100px;
    margin: 0 auto;
    padding: 3px;
}

.single-testimonial .testimonial-bio .bio-info {
    text-align: center;
    margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 22px;
    line-height: 27px;
}

.single-testimonial .testimonial-bio .bio-info span {
    font-size: 15px;
    /*color: #fff;*/
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
    position: unset;
    right: 0;
    top: 50%;
    transform: none;
    margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
    background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
    background-color: #cacaca;
}

/**************************************
 * Team Section Style
 *************************************/

.team-area {}

.team-area .section-title {
    margin-bottom: 35px;
}

.single-team-box {
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-image {
    position: relative;
    z-index: 1;
    border: 5px solid #ce3b3b82;
    padding: 9px;
}

.single-team-box .team-image img {
    width: 100%;
    height: auto;
}

.team-social-box {
    display: block;
}

.team-social-box {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
    height: 100%;
}

.single-team-box .team-social-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: inherit;
    font-size: 15px;
    margin: 12px 5px;
    vertical-align: middle;
    background: #ffffff;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info {
    padding: 20px 15px 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.team-info span {
    color: #ce3b3b;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.social-color-1:hover:after {
    background-color: #3b5998 !important;
}

.social-color-2:hover:after {
    background-color: #00acee !important;
}

.social-color-3:hover:after {
    background-color: #0e76a8 !important;
}

.social-color-1 {
    color: #3b5998 !important;
    background-color: transparent;
}

.social-color-2 {
    color: #00acee !important;
    background-color: transparent;
}

.social-color-3 {
    color: #0e76a8 !important;
    background-color: transparent;
}

.mt-70 {
    margin-top: 70px !important;
}

/**************************************
 * Blog Section Style
 *************************************/

.blog-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}

.blog-area .single-blog {
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
    overflow: hidden;
}

.blog-area .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-area .single-blog img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.blog-area .single-blog:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotate(3deg) scale(1.1, 1.1);
    -ms-transform: rotate(3deg) scale(1.1, 1.1);
    transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
    padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
    color: #555;
}

.blog-area .single-blog .blog-content h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
    color: #ce3b3b;
    text-decoration: underline !important;
}

.blog-area .card {
    background: #ffffff;
    border-radius: 3px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
    border: unset;
}

.blog-bottom-text-link {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.blog-bottom-text-link span {
    font-size: 15px;
    color: #5a5a5a;
    font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: #ce3b3b;
    display: block;
    padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
    color: #ce3b3b;
    text-decoration: underline !important;
}

.blog-more-btn {
    margin-top: 30px;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-title {
    margin-bottom: 0.3rem;
    font-size: 22px;
    line-height: 27px;
    color: #ce3b3b;
}

.card:hover .card-title {
    color: #333;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

.blog-btn {
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
    margin-top: 20px;
}

.blog-btn:hover {
    background-color: #c5092a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 2px;
}

/* pagination */

.pagination {
    margin-bottom: 30px;
}

.page-link {
    color: #fff;
    background-color: #252525;
    border: 1px solid #252525;
    padding: 0;
    margin: 0 10px;
    border-radius: 50% !important;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    transition: .3s;

}

.page-link:focus,
.page-link:active {
    box-shadow: none !important;
}

.page-link:hover {
    color: #fff !important;
}

.page-link {
    color: #666;
    background-color: #eee;
    border: 1px solid #eee;
}

.page-link:hover {
    background-color: #000;
    border: 1px solid #000;
}

.blog-area-post .meta {
    color: #888;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #ce3b3b;
    border-color: #ce3b3b;
}

/* Blog Premium Pagination */
.blog-pagination-premium {
    margin-top: 48px;
    margin-bottom: 24px;
}
.blog-pagination-premium-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 28px;
    padding: 24px 28px;
    background: linear-gradient(145deg, #fafafa 0%, #f5f5f5 100%);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.blog-pagination-info {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.blog-pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-pagination-prev,
.blog-pagination-next {
    margin: 0 4px;
}
.blog-pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    transition: color .25s, background .25s, border-color .25s, box-shadow .25s;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
a.blog-pagination-btn:hover {
    color: #fff;
    background: #ce3b3b;
    border-color: #ce3b3b;
    box-shadow: 0 4px 14px rgba(206, 59, 59, .35);
}
.blog-pagination-prev.disabled .blog-pagination-btn,
.blog-pagination-next.disabled .blog-pagination-btn {
    color: #aaa;
    cursor: not-allowed;
    pointer-events: none;
}
.blog-pagination-pages {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 8px;
}
.blog-pagination-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    transition: color .25s, background .25s, border-color .25s, box-shadow .25s;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
a.blog-pagination-num:hover {
    color: #fff;
    background: #ce3b3b;
    border-color: #ce3b3b;
    box-shadow: 0 4px 14px rgba(206, 59, 59, .35);
}
.blog-pagination-num.active {
    color: #fff;
    background: linear-gradient(135deg, #b22626 0%, #ce3b3b 100%);
    border-color: #ce3b3b;
    cursor: default;
    box-shadow: 0 2px 10px rgba(206, 59, 59, .4);
}
.blog-pagination-ellipsis {
    padding: 0 6px;
    font-size: 14px;
    color: #888;
    font-weight: 600;
}

/**************************************
 * Press Section Style
 *************************************/
.theme-single-press {
    margin-bottom: 15px;
}

.theme-single-press-content {
    text-align: center;
    border: 1px solid #d8d8d882;
    border-radius: 10px;
    overflow: hidden;
    background: #fbfbfb;
}

.theme-single-press-content img {}

.theme-single-press-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
}

/**************************************
 * Contact Section Style
 *************************************/

.contact-area {
    position: relative;
    z-index: 1;
}

.contact-box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ce3b3b;
}

.contact-box p {
    margin-bottom: 0;
    margin-top: 7px;
    position: relative;
    padding-left: 25px;
    color: #555;
}

.contact-box p i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ce3b3b;
}

.contact-box p a {
    color: #555;
}

.contact-box p a:hover {
    color: #ce3b3b;
}

.contact-box p.opening-hours {
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.contact-box p.opening-hours span {
    float: right;
    margin-right: 25px;
}

.contact-widget {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: #f7f7f7;
}

.newsletter-form .form-control {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    height: auto;
    background-color: transparent;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #b6b6b7;
    border-bottom: 3px solid #ce3b3b;
}

.contact-box form .button {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 3px 0;
    margin-top: 10px;
    height: 42px;
    border-radius: 3px;
}

.contact-box form .button i {
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.form-container-box {
    border-radius: 5px;
}

.contact-area .form input,
.contact-area .form textarea,
.contact-area .form select {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    min-height: 55px;
    background-color: transparent;
    font-weight: 500;
    border-radius: 2px;
    border: 2px solid #ce3b3b;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button,
input,
textarea {
    color: #505050;
}

button,
input,
textarea:focus {
    border: none;
    outline: none;
}

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}


/**************************************
 * Single Page Style
 *************************************/
#page {
    position: relative;
}

#page .section-title {
    text-align: left;
}

#page .section-title h5 {
    margin: unset;
}

#page img {
    width: 100%;
    margin-bottom: 30px;
}

/**************************************
 * Footer Section Style
 *************************************/

.footer-section {
    position: relative;
    background: url(../images/section-bg.jpg) center center;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.footer-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
    background: #41464b;
}

.footer-section .contact-info {
    margin-bottom: 10px;
}

.footer-section .contact-info i {
    margin-right: 10px;
    color: #ffffff;
}

.footer-section .contact-info h6 {
    color: #ffffff;
}

.footer-section .contact-info h6 {
    color: #ffffff;
}

.footer-section .contact-info h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.footer-section .contact-info p {
    margin-bottom: 0;
    color: #ffffff;
}

.footer-section .contact-info a {
    margin-bottom: 0;
    color: #ffffff;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ce3b3b;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #ce3b3b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 90px 0;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 17px;
    color: white;
}

.footer-logo img {
    max-width: 200px;
}

.footer-logo h1 {
    color: white;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-default);
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.footer-social-icon i:hover {
    color: #333;
}

.footer-widget-heading h2,
.footer-widget-heading h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
    margin-top: 10px;
}

.footer-widget-heading h2::before,
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ffffff;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ce3b3b;
    margin-left: 10px;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
}

.footer-widget ul li a i {
    margin-right: 10px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    outline: none;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
    outline: none;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ce3b3b;
    padding: 16px 20px;
    border: honeydew;
    top: 0px;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.subscribe-form button:hover {
    background: #2e2e2e;
}

.copyright-area {
    background: var(--color-primary);
    padding: 25px 0;
    background: linear-gradient(0deg, #b22626, #ce3b3b);
    background: -webkit-linear-gradient(0deg, #b22626, #ce3b3b);
    position: relative;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.copyright-text p a {
    color: var(--color-primary);
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: var(--color-primary);
}

.footer-menu li a {
    font-size: 14px;
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #333;
}



.margin-bottom-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

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

    .theme-button-dark,
    .theme-button-light {
        padding-left: 20px;
        padding-right: 20px;
    }

    .zr-theme-menu-header-navber-area .nav-top-bar .call-to-action p {
        margin: 0;
    }

    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* PC: Hamburger und Mobil-Menü-Inhalte ausblenden */
@media only screen and (min-width: 993px) {
    #mainNav .navbar-toggler {
        display: none !important;
    }
    .nav-mobile-user-zone {
        display: none !important;
    }
    .navbar-mobile-close {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .d-mobile {
        display: block;
    }

    .d-web {
        display: none;
    }

    .about .col-lg-6 {
        max-width: 100% !important;
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        top: 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .zr-theme-menu-header-navber-area .nav-top-bar {
        display: none;
    }

    .navbar-b.navbar-trans .nav-link,
    .navbar-b.navbar-reduce .nav-link {
        color: #000;
    }

    .navbar-b {
        height: auto;
    }

    .home-area {
        padding-top: 130px;
    }

    .home-area .home-content h1 {
        font-size: 65px;
    }

    .slider .parallax-slider .caption h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .slider .control-text .swiper-nav-ctrl {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .menu-day-product-content .menu-day-tab-list li {
        padding: 10px 15px;
        margin: 15px 0;
        border: 0;
    }

    .menu-day-product-content .menu-day-tab-list li a {
        font-size: 16px;
    }

    .zr-theme-reservation-area h2 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .zr-theme-reservation-area h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .zr-theme-reservation-area .reservation-phone {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .product {
        background: transparent;
    }

    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }

    .theme-single-press-content {
        /*padding: 15px 0;*/
        margin-bottom: 15px;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

    .footer-area .footer-link ul {
        margin-top: 10px;
        text-align: center;
        list-style-type: none;
    }

    .navbar-b.navbar-reduce {
        transition: all .5s ease-in-out;
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
        background: linear-gradient(0deg, #b22626, #ce3b3b);
        background: -webkit-linear-gradient(0deg, #b22626, #ce3b3b);
    }

    #mainNav {
        z-index: 1060;
    }

    #navbarDefault {
        position: fixed;
        right: 0;
        top: 0;
        width: min(320px, 85vw);
        min-width: 280px;
        height: 100vh;
        z-index: 1050;
        background: #ffffff;
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15), -2px 0 8px rgba(0, 0, 0, 0.08);
        border-left: 1px solid rgba(0, 0, 0, 0.06);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -moz-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
        -ms-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
        -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
        -webkit-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
    }

    #navbarDefault.collapse:not(.show) {
        transform: translateX(100%);
        box-shadow: none;
        pointer-events: none;
    }

    #navbarDefault.collapse.show {
        z-index: 1070;
    }

    #navbarDefault.collapse {
        display: block !important;
        height: 100vh !important;
    }

    #navbarDefault .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 16px 32px 24px;
        gap: 4px;
    }

    .navbar-mobile-close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
        border: none;
        border-radius: 12px;
        background: #ce3b3b;
        color: #fff;
        font-size: 1.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
        z-index: 10;
        -webkit-tap-highlight-color: transparent;
    }

    .navbar-mobile-close:hover,
    .navbar-mobile-close:focus {
        background: #b22626;
        color: #fff;
        outline: none;
    }

    .navbar-mobile-close:active {
        transform: scale(0.96);
    }

    .nav-mobile-user-zone {
        padding: 16px 24px 20px;
        margin-top: 56px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        background: rgba(206, 59, 59, 0.04);
    }

    .nav-mobile-user-info {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .nav-mobile-user-avatar {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(206, 59, 59, 0.25);
    }

    .nav-mobile-user-welcome {
        font-weight: 600;
        font-size: 0.95rem;
        color: #1a1a1a;
        letter-spacing: 0.02em;
    }

    .nav-mobile-user-logout {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        font-size: 0.9rem;
        font-weight: 500;
        color: #ce3b3b;
        background: rgba(206, 59, 59, 0.12);
        border-radius: 10px;
        transition: background 0.25s ease, color 0.25s ease;
        text-decoration: none;
    }

    .nav-mobile-user-logout:hover {
        background: rgba(206, 59, 59, 0.22);
        color: #b22626;
    }

    .nav-mobile-user-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .nav-mobile-user-profile {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        font-size: 0.9rem;
        font-weight: 500;
        color: #166534;
        background: rgba(34, 197, 94, 0.15);
        border-radius: 10px;
        transition: background 0.25s ease, color 0.25s ease;
        text-decoration: none;
    }

    .nav-mobile-user-profile:hover {
        background: rgba(34, 197, 94, 0.28);
        color: #15803d;
    }

    .nav-mobile-user-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nav-mobile-user-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 18px;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 10px;
        text-decoration: none;
        transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    }

    .nav-mobile-user-btn-login {
        background: #fff;
        color: #166534;
        border: 2px solid rgba(34, 197, 94, 0.5);
    }

    .nav-mobile-user-btn-login:hover {
        background: rgba(34, 197, 94, 0.12);
        color: #15803d;
    }

    .nav-mobile-user-btn-register {
        background: linear-gradient(135deg, #ce3b3b, #b22626);
        color: #fff !important;
        box-shadow: 0 4px 14px rgba(206, 59, 59, 0.3);
    }

    .nav-mobile-user-btn-register:hover {
        background: linear-gradient(135deg, #b22626, #9a1f1f);
        box-shadow: 0 6px 18px rgba(206, 59, 59, 0.35);
        color: #fff !important;
    }

    #navbarDefault .nav-item {
        border-radius: 10px;
        overflow: hidden;
    }

    #navbarDefault .nav-link,
    #navbarDefault .theme-button-light {
        padding: 14px 18px;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        color: #1a1a1a;
        border-radius: 10px;
        transition: background 0.25s ease, color 0.25s ease;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #navbarDefault .nav-link:hover,
    #navbarDefault .nav-link:focus {
        background: rgba(206, 59, 59, 0.08);
        color: #ce3b3b;
    }

    #navbarDefault .theme-button-light {
        margin-top: 12px;
        justify-content: center;
        background: linear-gradient(135deg, #ce3b3b, #b22626);
        color: #fff !important;
        box-shadow: 0 4px 14px rgba(206, 59, 59, 0.35);
    }

    #navbarDefault .theme-button-light:hover {
        background: linear-gradient(135deg, #b22626, #9a1f1f);
        box-shadow: 0 6px 20px rgba(206, 59, 59, 0.4);
        color: #fff !important;
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .book-now a {
        display: inline-block;
    }

    .zr-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .slider .parallax-slider .swiper-slide {
        max-height: 780px;
    }

    .single-page {
        padding: 80px 0 0px;
        background-size: cover;
    }

    .infographics {
        display: none;
    }

    h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-area .home-content h1 {
        font-size: 80px;
    }

    .home-area {
        padding-top: 170px;
        padding-bottom: 40px;
    }

    .about-image {
        text-align: center;
        margin-top: 30px;
    }

    .tab .tabs li {
        margin: 0 20px;
    }

    .theme-single-press-content {
        margin-bottom: 30px;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .book-now a {
        display: inline-block;
    }

    .zr-theme-reservation-area .text-right {
        text-align: left !important;
    }

}

@media screen and (max-width: 420px) {
    .slider .parallax-slider .swiper-slide {
        min-height: 780px;
    }

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

    .infographics {
        display: none !important;
    }

}

@media screen and (max-width: 768px) {
    .mmt-20 {
        margin-top: 20px;
    }

    .blog-bottom-text-link {
        flex-direction: column;
    }

    .about .col-lg-6 {
        margin: 0 auto;
    }

    /* Mobilde slider resminin tam görünmesi, üst/alt siyah boşlukları kaldır */
    .slider .parallax-slider {
        height: auto !important;
    }
    .slider .parallax-slider .swiper-wrapper {
        height: auto !important;
    }
    .slider .parallax-slider .swiper-slide {
        height: 0 !important;
        min-height: 0 !important;
        max-height: none !important;
        padding-bottom: 56.25% !important; /* 16:9 */
    }
    .slider .parallax-slider .swiper-slide .bg-img {
        background-size: contain;
        background-position: center center;
    }
}

/* ========== Fahrzeugsuche – Premium Look ========== */
.vehicle-search-section {
    background: #ce3b3b;
    position: relative;
    padding-top: 50px;
    padding-bottom: 55px;
}
.vehicle-search-section .container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    padding: 40px 36px 36px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.vehicle-search-section .section-title h2 {
    color: #1a1d24;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 1.75rem;
}
.vehicle-search-section .section-title h2 i,
.vehicle-search-section .section-title h5 i {
    margin-right: 10px;
    opacity: 0.9;
}
.vehicle-search-section .section-title h5 {
    color: #ce3b3b;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.vehicle-search-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3038;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.vehicle-search-label i {
    margin-right: 6px;
    opacity: 0.85;
    font-size: 12px;
}
.vehicle-search-select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e2e6ed;
    border-radius: 10px;
    background: #fafbfc;
    color: #1a1d24;
    font-size: 15px;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    color: #1a1d24;
}
select.vehicle-search-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}
input.vehicle-search-select {
    background: #fafbfc;
}
.vehicle-search-select:hover {
    border-color: #c9cdd6;
    background: #fff;
}
.vehicle-search-select:focus {
    outline: none;
    border-color: #ce3b3b;
    box-shadow: 0 0 0 3px rgba(206, 59, 59, 0.12);
    background: #fff;
}
.vehicle-search-select::placeholder {
    color: #9ca3af;
}
.vehicle-search-section .theme-button-dark,
.vehicle-search-section .theme-button-light {
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.vehicle-search-section .theme-button-dark:hover,
.vehicle-search-section .theme-button-light:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(206, 59, 59, 0.25);
}
.vehicle-search-section .theme-button-light:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.vehicle-search-output {
    display: block;
    font-weight: 600;
    color: #2c3038;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0.01em;
}
.vehicle-search-output i {
    margin-right: 8px;
    color: #ce3b3b;
}
/* Aktive Filter – Tags (seçilenler aynı yerde, X ile kaldır) – scroll’da üstte sabit kalsın */
.vehicle-search-active-filters {
    margin-bottom: 20px;
    padding: 14px 18px;
    background: linear-gradient(165deg, #2c3038 0%, #1f2229 100%);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    position: relative !important;
    top: auto !important;
    z-index: 1;
    min-height: 48px;
    display: block;
}
.vehicle-search-active-filters-dragging {
    position: fixed !important;
}
.vehicle-search-active-filters-drag-handle {
    display: block;
    cursor: move;
    text-align: center;
    padding: 4px 0 8px 0;
    margin-bottom: 4px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    user-select: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.vehicle-search-active-filters-drag-handle:hover {
    color: rgba(255,255,255,0.85);
}
.vehicle-search-active-filters-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: 12px;
}
.vehicle-search-active-filters-tags:last-child {
    margin-bottom: 0;
}
.vehicle-search-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.vehicle-search-filter-tag:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
.vehicle-search-filter-tag-text {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vehicle-search-filter-tag-remove {
    font-size: 12px;
    opacity: 0.85;
}
.vehicle-search-filter-tag:hover .vehicle-search-filter-tag-remove {
    opacity: 1;
}
.vehicle-search-filter-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ce3b3b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}
.vehicle-search-filter-reset:hover {
    color: #e04545;
    text-decoration: none;
}
.vehicle-search-filter-reset i {
    font-size: 1.1em;
}
.vehicle-search-active-filters .vehicle-search-filter-reset {
    display: inline-flex;
}
.vehicle-search-active-filters-empty {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}
.vehicle-search-row {
    margin-bottom: 8px;
}
.vehicle-search-actions {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8eaef;
}
.vehicle-search-actions .d-flex {
    justify-content: flex-end;
}
/* Weitere Filter – aufklappbar, Premium */
.vehicle-search-more-wrap {
    margin-top: 12px;
    margin-bottom: 8px;
}
.vehicle-search-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f6f9 100%);
    border: 1px solid #e2e6ed;
    border-radius: 12px;
    color: #2c3038;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.vehicle-search-more-btn:hover {
    background: linear-gradient(180deg, #fff 0%, #fef2f2 100%);
    border-color: #ce3b3b;
    color: #ce3b3b;
    box-shadow: 0 4px 16px rgba(206, 59, 59, 0.12);
    transform: translateY(-1px);
}
.vehicle-search-more-btn i:first-child {
    font-size: 1.1rem;
    opacity: 0.95;
}
.vehicle-search-more-chevron {
    margin-left: 6px;
    font-size: 11px;
    opacity: 0.8;
    transition: transform 0.25s ease;
}
.vehicle-search-more-btn.is-open .vehicle-search-more-chevron {
    transform: rotate(180deg);
}
.vehicle-search-more-panel {
    margin-top: 18px;
    padding: 28px;
    background: linear-gradient(165deg, #fafbfd 0%, #f0f2f7 50%, #eef0f5 100%);
    border: 1px solid #e4e7ee;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.8);
}
.vehicle-search-more-panel[hidden] {
    display: none !important;
}
/* Weitere Filter – Abschnitte Premium */
.vehicle-search-more-section {
    margin-bottom: 26px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04), 0 1px 0 rgba(255,255,255,0.6);
    transition: box-shadow 0.2s ease;
}
.vehicle-search-more-section:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.06), 0 1px 0 rgba(255,255,255,0.6);
}
.vehicle-search-more-section:last-child {
    margin-bottom: 0;
}
.vehicle-search-more-section-title {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e8eaef;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1d24;
    letter-spacing: 0.02em;
}
.vehicle-search-more-section-title i {
    margin-right: 10px;
    color: #ce3b3b;
    font-size: 1.05em;
}
.vehicle-search-more-grid {
    display: block;
}
/* Ausstattung – Premium Karten mit Font Awesome */
.vehicle-search-equipment-grid {
    display: grid;
    gap: 22px;
}
.vehicle-search-equipment-group {
    padding: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border: 1px solid #e8eaef;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.vehicle-search-equipment-group:hover {
    border-color: #dce0e8;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}
.vehicle-search-equipment-group-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef0f5;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1d24;
    letter-spacing: 0.02em;
}
.vehicle-search-equipment-group-title i {
    color: #ce3b3b;
    font-size: 1rem;
    width: 24px;
    text-align: center;
}
.vehicle-search-equipment-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}
.vehicle-search-equipment-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.vehicle-search-equipment-check:hover {
    border-color: #ce3b3b;
    background: #fefafa;
    color: #1a1d24;
}
.vehicle-search-equipment-check input {
    width: 18px;
    height: 18px;
    accent-color: #ce3b3b;
    cursor: pointer;
    flex-shrink: 0;
}
.vehicle-search-equipment-check input:checked + span .vehicle-search-equipment-check-icon {
    color: #ce3b3b;
    opacity: 1;
}
.vehicle-search-equipment-check-icon {
    margin-right: 6px;
    font-size: 11px;
    color: #9ca3af;
    opacity: 0.6;
    transition: color 0.2s ease, opacity 0.2s ease;
}
.vehicle-search-equipment-check input:not(:checked) + span .vehicle-search-equipment-check-icon {
    opacity: 0.35;
}
.vehicle-search-more-hint {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
}
@media (max-width: 991px) {
    .vehicle-search-more-panel {
        max-height: 70vh;
        overflow-y: auto;
    }
}
.vehicle-search-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 500;
    color: #2c3038;
    margin: 0;
    padding-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0.01em;
}
.vehicle-search-checkbox span i {
    margin-right: 6px;
    color: #ce3b3b;
}
.vehicle-search-checkbox input {
    width: 20px;
    height: 20px;
    accent-color: #ce3b3b;
    cursor: pointer;
}
.vehicle-search-submit {
    font-weight: 700;
    padding: 14px 28px !important;
    box-shadow: 0 4px 14px rgba(206, 59, 59, 0.2);
}
.vehicle-search-submit:hover {
    box-shadow: 0 8px 24px rgba(206, 59, 59, 0.3);
}
.vehicle-search-result-count {
    color: #2c3038;
    font-size: 1rem;
}

/* ========== Cookie-Einwilligungsbanner (Premium) ========== */
.anw-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 16px 20px;
    background: linear-gradient(180deg, rgba(26, 29, 36, 0.97) 0%, rgba(30, 41, 59, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.06) inset;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.anw-cookie-consent--visible {
    opacity: 1;
    transform: translateY(0);
}
.anw-cookie-consent-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.anw-cookie-consent-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.anw-cookie-consent-text {
    margin: 0;
    flex: 1;
    min-width: 260px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
}
.anw-cookie-consent-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.anw-cookie-consent-btn {
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}
.anw-cookie-consent-btn:hover {
    transform: translateY(-1px);
}
.anw-cookie-consent-btn--accept {
    background: linear-gradient(135deg, #ce3b3b 0%, #b83232 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(206, 59, 59, 0.4);
}
.anw-cookie-consent-btn--accept:hover {
    background: linear-gradient(135deg, #b83232 0%, #991b1b 100%);
    box-shadow: 0 6px 20px rgba(206, 59, 59, 0.45);
}
.anw-cookie-consent-btn--necessary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.anw-cookie-consent-btn--necessary:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
    .anw-cookie-consent-content { flex-direction: column; align-items: stretch; text-align: center; }
    .anw-cookie-consent-actions { justify-content: center; }
    .anw-cookie-consent-text { min-width: 0; }
}