﻿
@font-face {
    font-family: 'Montserrat';
    src: url(../Styles/fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Playfair Display;
    src: url('../Styles/fonts/Playfair Display/PlayfairDisplay-Regular.ttf');
}

body {
    padding: 0;
    margin: 0;
    letter-spacing: 1px !important;
    font-family: Montserrat,sans-serif;
}
a {
    text-decoration:none !important;
}
    a:focus, select:focus, textarea:focus, button:focus, input:focus {
        box-shadow:none !important;
    }
input[type="date"]::-webkit-datetime-edit-year-field,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field {
    color: #000;
}
input[type="date"]::-webkit-datetime-edit-text {
    color: #000;
}
.dropdown-toggle::after {
    visibility:hidden;
    display:none;
}
.BgHeader {
    background: #000000de;
}
.HeaderAddress {
    font-size:14px;
    color:#ffffffb8;
}
.home-page {
    background-color: #000;
}
.Logo img {
    zoom:0.6;
}
.BorderHolder {
    border-top:1px solid #ffffff0f;
}
.inner-page {
    background-color: #fff;
}

.nav-link {
    color: #ffffffb8;
    font-size: 16px;
    gap: 10px;
    text-align: center;
   
    text-transform: uppercase;
    padding: 10px 16px !important;
}
.nav-item .nav-link:hover {
    color: white;
    padding: 10px 16px !important;
    border-radius: 999px;
    background: #ffffff14;
}
.nav-link:hover .dropdown-menu {
    top:40px !important;
}
.nav-item .nav-link.active {
    color: white;
    padding: 10px 16px !important;
    border-radius: 999px;
    background: #8b1822;
}
@media (max-width: 992px) {
    .offcanvas-body .navbar-nav {
        width: 100%;
        align-items: center;
    }
        .offcanvas-body .navbar-nav .dropdown-menu {
            width: max-content;
            min-width: 180px;
            text-align: center;
        }
        .offcanvas-body .navbar-nav .dropdown > .dropdown-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: max-content !important;
            margin-left: auto;
            margin-right: auto;
        }
        .offcanvas-body .navbar-nav .dropdown-menu {
            position: static !important;
            float: none;
            margin-top: 5px;
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .offcanvas-body .navbar-nav .dropdown {
            position: relative;
            width: 100%;
        }
        .offcanvas-body .navbar-nav > .nav-item {
            margin-bottom: 4px;
        }
        .offcanvas-body .navbar-nav .OnlineOrderBtn {
            margin-left: auto;
            margin-right: auto;
        }
        .offcanvas-body .navbar-nav > .nav-item {
            width: 100%;
            justify-content: center !important;
            align-items: center !important;
        }
        .offcanvas-body .navbar-nav .dropdown {
            align-items: center !important;
        }

        .offcanvas-body .navbar-nav .dropdown-menu {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        .offcanvas-body .navbar-nav > .nav-item > .nav-link {
            width: max-content;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
    .nav-item .nav-link:hover {
        color: #fff;
        
        border-radius: 999px;
        background: #b32025;
    }

    .nav-item .active,
    .nav-item .dropdown-toggle {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.nav-link:hover, .nav-link:focus {
    color:#c9a227;
}

.animated-submit-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .animated-submit-btn:active {
        background: #ffd86f !important;
        color: #2c3216 !important;
    }

    .animated-submit-btn:hover {
        background: #fff !important;
        color: #7a0607 !important;
    }
@media(max-width:992px) {
    .nav-link {
        color: #000;
        font-size: 20px;
        gap: 10px;
        text-align: center;
        text-transform: uppercase;
       
    }

        .nav-link:hover {
            color: #f00;
        }
}

#myTabContent {
    display: block !important;
}
.floatingcart {
    position: fixed;
    Right: 8px;
    top: 300px;
    z-index: 1021;
    border-radius: 50%;
    background: #8b1822;
    padding: 20px;
    border: 2px solid #fff;
    scale: 0.9;
}

.cart-item-number {
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #c21725;
    display: block;
    position: absolute;
    top: 11px !important;
    right: 11px !important;
    font-weight: bold;
    font-size: 14px;
}

.bottomCart {
    color: #fff;
    position: fixed;
    bottom: 5px;
    background-color: #c21725;
    border: 2px solid #fff;
    height: 47px;
    width: 100%;
    border-radius: 0px;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 2px;
    left: 0;
}

.navbar-dark .navbar-toggler-icon {
    filter: brightness(1) invert(0);
}

@media (max-width: 991.98px) {
    .bottomCart {
        display: none;
    }

   /* #floatingCart {
        display: none !important;
    }

    .Carttext {
        font-size: 18px;
        color: white;
        text-decoration: none !important;
    }

    .cart-item-number {
        background: none;
        height: auto;
        width: auto;
        top: 0px !important;
        color: #fff;
        left: 3px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        font-size: 24px;
    }*/

    .HeaderRight, .HeaderLeft {
        display: none !important;
    }
}


.offcanvas-header .btn-close {
    filter: invert(1) brightness(0);
}





input[type=radio]:checked {
    background-color: #c21725 !important;
    border: 2px solid #c21725 !important;
}
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 150px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #092441;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 19px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #8b1822;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
#content-footer-bottom-pp{
    border-top:1px solid #000;
}





.OnlineOrderBtn {
    background-color: #8b1822;
    border-radius: 999px;
    color: #ffffff;
    font-size: 16px;
    transition: .5s all;
    text-transform: unset;
}

    .OnlineOrderBtn:hover {
        color: #fff !important;
        transform: translateY(-4px);
        box-shadow: 0px 3px 6px #959595;
    }


.dropdown-menu {
    color: #fff;
    background-color: #8b1822;
}
.dropdown-item {
   text-align:start;
    color: #fff;
    
}
    .dropdown-item:hover {
        background-color: dimgrey;
        color: #fff;
        transition:0.3s ease-in-out;
    }
/*Slider*/

.swiper-button-prev, .swiper-button-next {
    display:none !important;
}
.swiper-pagination-bullet {
    background: #ffffff !important;
    height: 12px !important;
    width: 12px !important;
}
.swiper-pagination-bullet-active {
    background: #b32025 !important;
    height: 12px !important;
    width: 12px !important;
}
.myHomeSlider {
    width: 100%;
    /*height: 700px;*/
}

    .myHomeSlider .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .myHomeSlider .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            opacity: 0.8;
        }



/*End*/
/*Home Page Container*/


/*Services*/

.ServicesSection {
    width: 100%;
}

.ServicesImage {
    height: 100%;
    min-height: 580px;
}

    .ServicesImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


.ServicesContent {
    height: 100%;
    min-height: 580px;
    background: #151312;
    padding: 50px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.ServicesSmallTitle {
    color: #d89b2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}


.ServicesTitle {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 45px;
}


.ServicesList {
    width: 100%;
}


.ServiceItem {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #353231;
    text-decoration: none;
    color: inherit;
}


    .ServiceItem:last-child {
        border-bottom: 1px solid #353231;
    }


.ServiceItemIcon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #391719;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d71920;
    font-size: 21px;
}


.ServiceItemContent {
    flex: 1;
}


    .ServiceItemContent h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 8px;
    }


    .ServiceItemContent p {
        color: #bdb8b5;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
    }
.ServiceItem:hover .ServiceItemIcon {
    background: #d71920;
    color: #fff;
}

.ServiceItem:hover .ServiceItemContent h3 {
    color: #d71920;
}
@media (max-width: 991px) {

    .ServicesImage {
        min-height: 450px;
    }

    .ServicesContent {
        min-height: auto;
        padding: 60px 8%;
    }

    .ServicesTitle {
        font-size: 38px;
    }
}
@media (max-width: 767px) {

    .ServicesImage {
        min-height: 300px;
    }

    .ServicesContent {
        padding: 50px 25px;
    }

    .ServicesSmallTitle {
        font-size: 12px;
    }

    .ServicesTitle {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .ServiceItem {
        gap: 15px;
        padding: 18px 0;
    }

    .ServiceItemIcon {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .ServiceItemContent h3 {
        font-size: 16px;
    }

    .ServiceItemContent p {
        font-size: 14px;
    }
}

/*End*/



/*Testimonial*/

.testimonial-section {
    background: #faf8f3;
    padding: 95px 0 90px;
    overflow: hidden;
}

.section-heading {
    margin-bottom: 35px;
}

.section-subtitle {
    display: block;
    color: #d2202f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section-title {
    margin: 0;
    color: #111;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

    .section-title span {
        color: #d2202f;
    }

.testimonial-slider-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.mySwipertest {
    width: 100%;
    overflow: hidden;
}

    .mySwipertest .swiper-wrapper {
        align-items: stretch;
    }

    .mySwipertest .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: center;
    }

.CustomerReviewCard {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 25px 55px;
    position: relative;
}

.QuoteIcon {
    display: block;
    color: #eebfc1;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    height: 65px;
    margin-bottom: 25px;
}

.ReviewText {
    max-width: 720px;
    margin: 0 auto;
    color: #806f67;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    letter-spacing: .3px;
}

.ReviewerName {
    color: #d2202f;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 0;
}

    .ReviewerName::before {
        content: "—";
        margin-right: 6px;
    }

.review-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
}

    .review-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
        background: #e6ded1 !important;
        opacity: 1;
    }

    .review-pagination .swiper-pagination-bullet-active {
        background: #d2202f !important;
    }

@media (max-width: 991px) {

    .testimonial-section {
        padding: 75px 0 70px;
    }

    .section-title {
        font-size: 34px;
    }

    .testimonial-slider-wrapper {
        max-width: 760px;
    }

    .ReviewText {
        font-size: 17px;
    }
}

@media (max-width: 767px) {

    .testimonial-section {
        padding: 60px 0 65px;
    }

    .section-heading {
        margin-bottom: 25px;
    }

    .section-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .section-title {
        font-size: 28px;
    }

    .CustomerReviewCard {
        padding: 0 15px 45px;
    }

    .QuoteIcon {
        font-size: 48px;
        height: 55px;
        margin-bottom: 18px;
    }

    .ReviewText {
        font-size: 16px;
        line-height: 1.65;
    }

    .ReviewerName {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 400px) {

    .section-title {
        font-size: 25px;
    }

    .ReviewText {
        font-size: 15px;
    }
}

/*End*/


.ServiceHeader, .Aboutheader {
    color: #b32025;
}
.ServiceTitle {
    font-family: 'Playfair Display';
}
.services-section {
    background: #f8f2e8;
}

.service-icon {
    font-size: 70px;
}

.divider {
    width: 80px;
    height: 4px;
}

.btn {
    
}
.Service:hover .divider{
    background: #b32025 !important;
}
.Service:hover h3{
    color: #b32025 !important;
}
.Service:hover .service-icon{
    color: #b32025 !important;
}
.Service:hover .btn {
    background: #b32025 !important;
    border: 1px solid #b32025;
    color: #fff;
}
.about-section {
    background: #fdfbf8;
}

.about-title {
    font-family: 'Playfair Display',serif;
    font-size: clamp(42px,3vw,48px);
    font-weight: 700;
    line-height: 1.05;
}

.about-section span {
    letter-spacing: 4px;
}

.about-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align:justify;
}

.about-section img {
    height: 530px;
    object-fit: cover;
    border-radius:15px;
}

.AboutBtn {
    background: #b32025;
    border-color: #b32025;
    min-width: 150px;
    padding: 7px 17px;
    display:inline-block;
    color:#fff !important;
}
.AboutBtn:hover {
    transition:0.3s ease-in-out;
    transform:translateY(-4px);
}
.offer-section {
    background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url("../images/offer-bg.jpg") center center/cover no-repeat;
    padding: 120px 0;
}

.offer-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #d4a017;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    letter-spacing: .5px;
}

.offer-title {
    color: #fff;
    font-size: clamp(50px, 4vw, 60px);
    font-family:'Playfair Display',serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.offer-text {
    color: #f1f1f1;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.theme-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #b32025;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s;
    font-size:14px;
}

    .theme-btn:hover {
       
        color: #fff;
        transform: translateY(-4px);
    }


.section-heading {
    margin-bottom: 60px;
}

.section-subtitle {
    display: block;
    color: #c9a227;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-rating {
    color: #c9a227;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.homeReviewText {
    color: rgba(255,255,255,.82);
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 14px;
}

.homeReviewDetail {
    margin-bottom: 0;
}

    .homeReviewDetail strong {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }

    .homeReviewDetail span {
        color: rgba(255,255,255,.6);
    }

.mySwipertest {
    padding-bottom: 10px;
}

    .mySwipertest .swiper-slide {
        height: auto;
        display: flex;
    }

    .mySwipertest .testimonial-card {
        width: 100%;
    }

    .mySwipertest .swiper-button-next,
    .mySwipertest .swiper-button-prev {
        color: #d4af37;
    }

@media (max-width:991px) {

    .section-title {
        font-size: 42px;
    }

    .testimonial-section {
        padding: 70px 0;
    }
}

@media (max-width:767px) {

    .section-title {
        font-size: 34px;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .testimonial-card {
        padding: 25px;
    }
}
.location-section {
    padding: 10px 0;
    background: #faf9f7;
}

.location-map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

    .location-map iframe {
        width: 100%;
        height: 420px;
        border: 0;
    }

.location-subtitle {
    display: block;
    color: #aa0332;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.location-title {
    font-size: 36px;
    font-family: 'Playfair Display',serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 45px;
}

.info-item {
    margin-bottom: 35px;
}

    .info-item h5 {
        font-size: 14px;
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
    }

    .info-item p {
        margin: 0;
        color: #666;
        line-height: 1.9;
        font-size:16px;
    }

    .info-item a {
        color: #aa0332;
        text-decoration: none;
        line-height: 1.9;
        font-size: 16px;
    }

        .info-item a:hover {
            color: #7b0225;
        }

.footer-section {
    background: #222221;
    color: #bfbfbf;
    padding: 90px 0 35px;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 25px;
}

.footer-about {
    max-width: 270px;
    line-height: 1.9;
    font-size: 16px;
}

.footer-section h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 4px;
    }

    .footer-links a {
        color: #bfbfbf;
        text-decoration: none;
        transition: .3s;
        font-size: 16px;
    }

        .footer-links a:hover {
            color: #aa0332;
            padding-left: 5px;
        }

.social-icons {
    display: flex;
    gap: 15px;
}

    .social-icons a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        transition: .35s;
    }

        .social-icons a:hover {
            background: #aa0332;
            transform: translateY(-4px);
        }

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .footer-contact a {
        color: #bfbfbf;
        text-decoration: none;
        font-size: 16px;
    }

        .footer-contact a:hover {
            color: #aa0332;
        }

.footer-section hr {
    border-color: rgba(255,255,255,.08);
    margin: 0px 0 30px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-bottom p {
        margin: 0;
        color: #9c9c9c;
        font-size: 14px;
    }
.ftrLogin {
    color:#fff;
    font-weight:bold;
}
.ftrLogin:hover {
    color:#b32025;
}

@media(max-width:991px) {

    .location-title {
        font-size: 42px;
    }

    .location-section {
        padding: 70px 0;
    }

    .footer-section {
        text-align: center;
    }

    .footer-about {
        margin: auto;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        justify-content: center;
    }
}

@media(max-width:767px) {

    .location-title {
        font-size: 34px;
    }

    .location-map iframe {
        height: 320px;
    }

    .footer-section {
        padding: 70px 0 30px;
    }
}
.ContactInfoInnerTxt,
.ContactEmail {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; /* breaks very long strings */
    white-space: normal;
}

.ContactInfoTxt {
    min-width: 0; /* Important when inside a flex container */
    flex: 1;
}


/*Testimonial*/

.testimonial-section {
    background: #faf8f3;
    padding: 50px 0 50px;
    overflow: hidden;
}

.section-heading {
    margin-bottom: 35px;
}

.section-subtitle {
    display: block;
    color: #d2202f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section-title {
    margin: 0;
    color: #111;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

    .section-title span {
        color: #d2202f;
    }

.testimonial-slider-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.mySwipertest {
    width: 100%;
    overflow: hidden;
}

    .mySwipertest .swiper-wrapper {
        align-items: stretch;
    }

    .mySwipertest .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: center;
    }

.CustomerReviewCard {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 25px 55px;
    position: relative;
}

.QuoteIcon {
    display: block;
    color: #eebfc1;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    height: 65px;
    margin-bottom: 25px;
}

.ReviewText {
    max-width: 720px;
    margin: 0 auto;
    color: #806f67;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    letter-spacing: .3px;
}

.ReviewerName {
    color: #d2202f;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 0;
}

    .ReviewerName::before {
        content: "—";
        margin-right: 6px;
    }

.review-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
}

    .review-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
        background: #e6ded1;
        opacity: 1;
    }

    .review-pagination .swiper-pagination-bullet-active {
        background: #d2202f;
    }

@media (max-width: 991px) {

    .testimonial-section {
        padding: 75px 0 70px;
    }

    .section-title {
        font-size: 34px;
    }

    .testimonial-slider-wrapper {
        max-width: 760px;
    }

    .ReviewText {
        font-size: 17px;
    }
}

@media (max-width: 767px) {

    .testimonial-section {
        padding: 60px 0 65px;
    }

    .section-heading {
        margin-bottom: 25px;
    }

    .section-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .section-title {
        font-size: 28px;
    }

    .CustomerReviewCard {
        padding: 0 15px 45px;
    }

    .QuoteIcon {
        font-size: 48px;
        height: 55px;
        margin-bottom: 18px;
    }

    .ReviewText {
        font-size: 16px;
        line-height: 1.65;
    }

    .ReviewerName {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 400px) {

    .section-title {
        font-size: 25px;
    }

    .ReviewText {
        font-size: 15px;
    }
}

/*End*/
/*AboutUS*/

.WelcomeSection {
    padding: 50px 0 50px;
    background: #f5f0e8;
}

    .WelcomeSection .row {
        align-items: center;
    }

.WelcomePromotion {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .WelcomePromotion img {
        width: 100%;
        max-width: 360px;
        height: auto;
        display: block;
        border-radius: 14px;
        box-shadow: 0 25px 35px rgba(0, 0, 0, 0.18);
    }

.WelcomeContent {
    max-width: 700px;
    padding: 10px 0;
}

.WelcomeSubtitle {
    display: block;
    margin-bottom: 14px;
    color: #d21f2b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.WelcomeContent h2 {
    margin: 0 0 25px;
    color: #111;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
}

.WelcomeContent p {
    margin: 0 0 20px;
    color: #6d675f;
    font-size: 16px;
    line-height: 1.8;
    text-align:justify;
}

    .WelcomeContent p:last-of-type {
        margin-bottom: 30px;
    }

.WelcomeBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 122px;
    height: 50px;
    padding: 0 25px;
    border-radius: 30px;
    background: #8b1822;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .WelcomeBtn:hover {
        background: #d21f2b;
        color: #fff;
    }

@media (max-width: 1199px) {
    .WelcomeSection {
        padding: 75px 0 70px;
    }

    .WelcomePromotion img {
        max-width: 320px;
    }

    .WelcomeContent h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .WelcomeContent p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 17px;
    }
}

@media (max-width: 991px) {
    .WelcomeSection {
        padding: 65px 0;
    }

        .WelcomeSection .row {
            align-items: center;
        }

    .WelcomePromotion {
        margin-bottom: 35px;
    }

        .WelcomePromotion img {
            max-width: 340px;
        }

    .WelcomeContent {
        max-width: 100%;
    }

        .WelcomeContent h2 {
            font-size: 32px;
        }
}

@media (max-width: 767px) {
    .WelcomeSection {
        padding: 50px 0;
    }

    .WelcomePromotion {
        margin-bottom: 35px;
    }

        .WelcomePromotion img {
            max-width: 330px;
        }

    .WelcomeContent {
        padding: 0;
        text-align: center;
    }

    .WelcomeSubtitle {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: 1.8px;
        
    }

    .WelcomeContent h2 {
        margin-bottom: 18px;
        font-size: 29px;
        
    }

    .WelcomeContent p {
        margin-bottom: 16px;
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
    }

        .WelcomeContent p:last-of-type {
            margin-bottom: 25px;
        }

    .WelcomeBtn {
        height: 46px;
        min-width: 115px;
        padding: 0 22px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .WelcomeSection {
        padding: 40px 15px;
    }

    .WelcomePromotion {
        margin-bottom: 30px;
    }

        .WelcomePromotion img {
            max-width: 100%;
        }

    .WelcomeContent h2 {
        font-size: 27px;
    }

    .WelcomeContent p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/*End*/

/*Special Items*/

.SpecialsSection {
    position: relative;
    background: #201c1a;
}

.SpecialsTop {
    position: relative;
    min-height: 495px;
    padding: 50px 0 190px;
    background-image: linear-gradient( rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78) ), url('/images/specials-bg.jpg');
    background-size: cover;
    background-position: center;
}

.SpecialsHeading {
    max-width: 680px;
    margin: 0 auto;
}

    .SpecialsHeading span {
        display: block;
        margin-bottom: 10px;
        color: #d29a35;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .SpecialsHeading h2 {
        margin: 0 0 20px;
        color: #fff;
        font-size: 42px;
        line-height: 1.15;
        font-weight: 700;
    }

        .SpecialsHeading h2 strong {
            color: #d21f2b;
        }

    .SpecialsHeading p {
        max-width: 650px;
        margin: 0 auto;
        color: #e8e8e8;
        font-size: 16px;
        line-height: 1.7;
    }

.SpecialsCardsArea {
    position: relative;
    margin-top: -220px;
    padding-bottom: 35px;
}

.SpecialCard {
    position: relative;
    height: 100%;
    border-radius:15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.SpecialImage {
    position: relative;
    height: 195px;
    overflow: hidden;

}

    .SpecialImage img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.SpecialContent {
    min-height: 230px;
    padding: 24px 22px 25px;
    background: #fff;
}

    .SpecialContent h3 {
        margin: 0 0 12px;
        color: #111;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
    }

    .SpecialContent p {
        min-height: 72px;
        margin: 0 0 18px;
        color: #666;
        font-size: 15px;
        line-height: 1.55;
    }

.SpecialBtn {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #8b1822;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .SpecialBtn:hover {
        background: #d21f2b;
        color: #fff;
    }

@media (max-width: 1199px) {
    .SpecialsTop {
        min-height: 480px;
        padding-bottom: 180px;
    }

    .SpecialsHeading h2 {
        font-size: 38px;
    }

    .SpecialsHeading p {
        font-size: 15px;
    }

    .SpecialImage {
        height: 175px;
    }

    .SpecialContent {
        min-height: 250px;
        padding: 22px 18px;
    }
}

@media (max-width: 991px) {
    .SpecialsTop {
        min-height: 520px;
        padding: 60px 0 200px;
    }

    .SpecialsCardsArea {
        margin-top: -190px;
    }

    .SpecialsHeading {
        max-width: 620px;
    }

        .SpecialsHeading h2 {
            font-size: 36px;
        }

    .SpecialImage {
        height: 190px;
    }

    .SpecialContent {
        min-height: 245px;
    }
}

@media (max-width: 767px) {
    .SpecialsTop {
        min-height: auto;
        padding: 50px 0 80px;
    }

    .SpecialsHeading span {
        font-size: 12px;
        letter-spacing: 1.7px;
    }

    .SpecialsHeading h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .SpecialsHeading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .SpecialsCardsArea {
        margin-top: -50px;
        padding-bottom: 30px;
    }

    .SpecialImage {
        height: 210px;
    }

    .SpecialContent {
        min-height: auto;
        padding: 22px;
    }

        .SpecialContent p {
            min-height: auto;
        }
}

@media (max-width: 480px) {
    .SpecialsTop {
        padding: 45px 15px 70px;
    }

    .SpecialsHeading h2 {
        font-size: 28px;
    }

    .SpecialsCardsArea {
        margin-top: -35px;
    }

    .SpecialImage {
        height: 200px;
    }

    .SpecialContent {
        padding: 20px;
    }
}

/*End*/

/*Footer*/

.site-footer {
    background: #211c1a;
    color: #ddd;
    padding: 30px 0 22px;
}

    .site-footer .container {
        max-width: 1180px;
        margin: 0 auto;
    }

.footer-main {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 80px;
    padding: 0 0 45px;
}

.footer-column h4 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .3px;
}

.footer-column > a {
    display: block;
    width: fit-content;
    margin-bottom: 23px;
    color: #bdb6b3;
    text-decoration: none;
    font-size: 15px;
    transition: .2s ease;
}

    .footer-column > a:hover {
        color: #fff;
    }

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 13px;
    color: #d0cac7;
    font-size: 15px;
    line-height: 1.5;
}

    .footer-contact-item span:first-child {
        width: 19px;
        flex: 0 0 19px;
        text-align: center;
    }

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

    .footer-social a {
        width: 35px;
        height: 35px;
        border: 1px solid #55504e;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

        .footer-social a:hover {
            background: #c92032;
            border-color: #c92032;
        }

.footer-bottom {
    border-top: 1px solid #3c3735;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #ffffffb8;
    font-size: 13px;
}
.PrivacyPolicy {
    color:#ffffffb8;
}
.PrivacyPolicy:hover {
    color:#ffffff;
}
@media (max-width: 991px) {
    .site-footer {
        padding: 40px 25px 20px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px 60px;
    }

    .footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .site-footer {
        padding: 35px 20px 20px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 30px;
    }

    .footer-contact {
        grid-column: auto;
    }

    .footer-column h4 {
        margin-bottom: 16px;
    }

    .footer-column > a {
        margin-bottom: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        line-height: 1.5;
    }
}

/*End*/