/*General*/

.general-sans {
    font-family: 'general-sans', sans-serif !important;
}

.sub-head {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.maroon {
    color: #4E2121 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-lime {
    color: #92CC01 !important;
}

.large-p {
    font-size: 24px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.bg-off-white {
    background-color: #FCFAF6;
}

.fs-40 {
    font-size: 40px !important;
}

.uppercase {
    text-transform: uppercase;
}

.opacity-0 {
    opacity: 0;
}

.scale-0 {
    transform: scale(0);
}

.scale-05 {
    transform: scale(0.5);
}

.y-50 {
    transform: translateY(50px);
}

/*Widths*/
.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33%;
}

.w-50 {
    width: calc(50% - 3px);
}

.w-60 {
    width: 60%;
}

.w-66 {
    width: 66.66%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.mw-16 {
    max-width: 16rem;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-1200 {
    max-width: 1200px;
}


/* Buttons */

.menu-btn-reverse{
    display: flex;
    background-color: transparent;
    border: solid 1px #4E2121;
    padding: 10px 15px;
    color: #4E2121 !important;
    transition: all 0.3s ease-in-out;
    max-width: 200px;
    width: 100%;
    justify-content: center;
}

.menu-btn-reverse:hover{
    background-color: #4E2121;
    transition: all 0.3s ease-in-out;
}

.menu-btn-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-btn-tab{
    margin-top: 40px;
}

.menu-btn-reverse *{
    filter: none;
    transition: filter 0.3s ease;
    margin-right: 10px;
}

.menu-btn-reverse:hover img{
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.menu-btn-reverse:hover{
    color: #fff !important;
}

.menu-btn {
    display: flex;
    background-color: transparent;
    border: solid 1px #4E2121;
    padding: 10px 15px;
    color: #4E2121 !important;
    transition: all 0.3s ease-in-out;
    max-width: 200px;
    width: 100%;
    justify-content: center;
}

.menu-btn:hover {
    background-color: #4E2121;
    border: solid 1px #4E2121;
    color: white !important;
    transition: all 0.3s ease-in-out;
}

/* How we score block */
.how-we-score-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
    padding: 50px;
    margin-bottom: calc(1rem + 40px);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border: solid 1px #4E2121;
}

.how-we-score-section h3 {
    margin-bottom: 20px !important;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 0px !important;
}

.rmw-hr{
    background-color: #AD9001 !important;
    margin-bottom: 40px !important;
}

/* Local gem block */


.local-gem-block h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    font-weight: 500;
    -webkit-box-orient: vertical;
    height: 1.1em;
    font-family: 'General Sans', sans-serif;
}

.local-gem-block .prox-btn span {
    font-size: 18px;
    font-weight: 500;
}

.underlineBtn {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #AD9001;
    position: relative;
}

.underlineBtn div {
    display: inline-flex;
    position: relative;
}

.underlineBtn div:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 50%;
    background-color: #AD9001;
    transition: all 0.3s ease-in-out;
}

.local-gem-block:hover .underlineBtn div:after {
    width: 100%;
    transition: all 0.3s ease-in-out;
}


/* Map Filters */
.location-controls {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 60px;
}

/* Reviews Tabs */
/* Unique classes for Review Tabs Widget */

.rtp-head-icon{
display: flex;
gap: 10px;
}

.rtp-head-icon img{
    position: relative;
    top: -1px;
}

.review-tabs-slider-wrapper{
    position: relative;
    padding: 0px 30px;
}

.review-tabs-widget .review-tabs-buttons {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 20px;
}

.review-tabs-widget .review-tab-btn {
    flex: 0 0 auto;
    padding: 7.5px 15px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #AD9001;
    background: transparent;
    color: #AD9001;
    transition: background 0.3s;
}

.review-tabs-widget .review-tab-btn.active {
    background: #AD9001;
    color: #fff;
}

.review-tabs-widget .review-tabs-content {
    /* min-height: 100px; */
    /* padding: 20px; */
    /* border: 1px solid #ddd; */
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.review-tabs-widget .review-tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    min-height: 200px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    z-index: 0;
    background-color: #F6F5EE;
}

.review-tabs-widget .review-tab-panel.show {
    position: relative;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 1;
}

.rts-container{
    max-width: 1200px;
}

.review-tab-slide {
    width: auto;           /* Allow the slide to size to the button */
    flex-shrink: 0;        /* Prevent shrinking on smaller screens */
}

.review-tab-btn {
    white-space: nowrap;   /* Prevent text from wrapping */
}

.rt-pt-20{
    padding: 20px;
}

.review-tabs-next, .review-tabs-prev{
position: absolute;
top: 0;
z-index: 10;
}

.review-tabs-slider-wrapper .review-tabs-next{
    right: 0px !important;
}

.review-tabs-slider-wrapper .review-tabs-prev{
    left: 0px !important;
}

/* Remove Swiper's default arrow icons */
.review-tabs-slider-wrapper .review-tabs-next::after,
.review-tabs-slider-wrapper .review-tabs-prev::after {
  display: none !important;
  content: none !important;
}

.review-tabs-slider-wrapper .review-tabs-next,
.review-tabs-slider-wrapper .review-tabs-prev {
  display: flex;
  align-items: center;
  width: 30px; /* adjust to taste */
  height: 100%;
  background: transparent;
  cursor: pointer;
  padding-bottom: 0px;
}

.review-tabs-slider-wrapper .review-tabs-next{
justify-content: end;
}

.review-tabs-slider-wrapper .review-tabs-prev{
    justify-content: start;
}

.review-tabs-slider-wrapper .review-tabs-prev svg{
    transform: rotate(180deg);
}

.review-tabs-slider-wrapper .review-tabs-next svg,
.review-tabs-slider-wrapper .review-tabs-prev svg {
  width: 15px;
  height: 15px;
}


.rtp-head-rating-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}


.rtp-head-rating-wrap h3{
    margin: 0px;
}

.rtp-head-rating-wrap .circle-rating-row img{
    width: 20px !important;
    height: 20px !important;
}

/* Pricing */

.price-symbols-wrapper {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.price-symbol {
    height: 18px !important;
    object-fit: contain;
}

/* Opening hours */

.open_close_wrap {
    display: flex;
    gap: 20px;
}

.oc-divider {
    position: relative;
    top: -1px;
}

/* Copy icon */
.icon-check {
    display: none;
}

.copied .icon-copy {
    display: none;
}

.copied .icon-check {
    display: inline;
}


.sub-head-1 {
    display: block;
}

.sub-head-2 {
    display: none;
}


/* Timeline slider */

.timeline-slider {
    overflow: unset;
}

.timeline-slider .swiper-slide {
    background-color: #F3F8FA;
    padding: 40px;
    aspect-ratio: 1 / 1;
}

.custom-slide-content h3 {
    margin-bottom: 30px;
}


/*  Amenities */

.amenities-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.amen-img {
    width: 22px;
}


.amenity-link {
    border: solid 1px #AD9001 !important;
    background-color: #AD9001 !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: white !important;
    fill: white !important;
}

.amenity-link svg {
    color: #AD9001 !important;
    fill: white !important;
    transition: all 0.3s ease-in-out;
}

.amenity-link:hover {
    background-color: #F3F8FA !important;
    border: solid 1px #AD9001 !important;
    transition: all 0.3s ease-in-out;
}

.amenity-link:hover svg {
    color: white !important;
    fill: #AD9001 !important;
    transition: all 0.3s ease-in-out;
}


.amentity-content {
    text-align: center;
}

.amentity-content p {
    margin-bottom: 0px;
    font-size: 14px;
}

.amenity-link {
    background-color: transparent;
    border: solid 1px;
}

/* Read More Widget */

.wysiwig-style h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Scope everything under .read-more-widget */

.read-more-widget__content .wysiwig-style > div:first-of-type .read-more-rating {
    margin-top: 1rem;
  }
  

.read-more-rating {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 1.2rem;
    align-items: center;
    gap: 30px;
}

.read-more-rating h3 {
    font-size: 2rem;
}

.icon-rating-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-rating-wrap img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: relative;
}

.icon-rating-wrap h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.75rem;
}

.read-more-widget {
    line-height: 1.6;
}


.read-more-widget__content {
    overflow: hidden;
    max-height: 30em;
    /* roughly 3 lines */
    transition: max-height 0.5s ease;
    position: relative;
}

@media (max-width: 767px) {

    .icon-rating-wrap img {
        width: 30px;
        height: 30px;
    }

    .read-more-widget__content {
        max-height: 40em;
    }

    .open_close_wrap {
        flex-direction: column;
        gap: 5px;
    }

    .oc-divider {
        display: none;
    }

    .opening-hours li {
        align-items: center;
    }

    .open_close_wrap {
        font-size: 16px;
    }

    .check-time .time {
        font-size: 16px;
    }
}

.read-more-widget__content--expanded {
    max-height: 9999px;
    /* expands to show all */
}

.read-more-widget__fade {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.read-more-widget__content--expanded .read-more-widget__fade {
    opacity: 0;
}

.read-more-widget__button {
    display: flex;
    margin: auto;
    margin-top: 2rem;
    color: #fff !important;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    background-color: #AD9001 !important;
    border: solid 1px #AD9001;
}


.read-more-widget__button:hover {
    color: #AD9001 !important;
    background-color: transparent !important;
}



/* Beer Engine Search bar */

#beer-search-form {
    display: flex;
}

#beer-search-form #beer-search-input {
    border: solid 1px #AD9001;
}

#beer-search-form button {
    background-color: #4E2121;
    font-size: 18px;
    border: solid 1px #AD9001;
}


/* Search filter buttons */
.search-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.search-filter-buttons a {
    background-color: #F6F5EE;
    padding: 10px 20px;
    font-weight: 500;
    color: #4E2121;
    transition: all 0.3s ease-in-out;
}

.search-filter-buttons a:hover {
    background-color: #AD9001;
    color: white;
    transition: all 0.3s ease-in-out;
}

/*border*/
.border-1 {
    border: 1px solid;
}

.border-top-1 {
    border-top: 1px solid;
}

.border-teal {
    border-color: #05D1C6;
}

.border-grey {
    border-color: #d9d9d9;
}

.rounded-full {
    border-radius: 9999px;
}

/*Height*/
.h-100 {
    height: 100%;
}


/*Aspect ratio*/
.aspect-16-9 {
    aspect-ratio: 16/9;
}

.aspect-square {
    aspect-ratio: 1/1;
}

/*Object fit*/
.object-cover {
    object-fit: cover;
}


/*Flex*/
.d-flex {
    display: flex;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

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

.justify-end {
    justify-content: end;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.gap-6 {
    gap: 6px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-50 {
    gap: 50px;
}

.gap-70 {
    gap: 70px;
}

/* Amenity Large */
.amenity-block {
    width: 200px;
    height: 160px;
    background-color: #F3F8FA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 200px;
    width: calc(16.66% - 17px);
}

.amenity-block h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    font-family: "General Sans", sans-serif;
}

.amenity-block img {
    width: 55px;
}

.amenity-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}


/* Insight Categories */

.cat-badge {
    padding: 3px 10px;
    border-radius: 10px;
    background-color: red;
    font-size: 16px;
}

.advisory-bg {
    background-color: #016364;
}

.capability-bg {
    background-color: #013031;
}

.resourcing-bg {
    background-color: #1D1F3D;
}

.contract-bg {
    background-color: #09ADA5;
}

.delivery-bg {
    background-color: #13486D;
}

.executive-bg {
    background-color: #192E3F;
}

.permanent-bg {
    background-color: #446c7c;
}


/*Overflow*/
.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

/*Position*/
.absolute-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-0 {
    bottom: 0px;
}

.bottom-10 {
    bottom: 10px;
}

.bottom-20 {
    bottom: 20px;
}

.left-0 {
    left: 0px;
}

.left-10 {
    left: 10px;
}

.left-20 {
    left: 20px;
}

/*Padding*/
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.p-5 {
    padding: 3rem;
}


/*Margin*/
.mb-0 {
    margin-bottom: 0rem;
}

.mt-0 {
    margin-top: 0rem;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}


.mb-2 {
    margin-bottom: 0.5rem !important;
}


.mb-3 {
    margin-bottom: 1.5rem !important;
}


.mb-4 {
    margin-bottom: 2.25rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


/* Candidate Slider Swiper.js */

.candidate-scrollbar {
    width: 100% !important;
    left: 0px !important;
}

.candidate-slider {
    margin-bottom: 60px;
}

.candidate-slider .swiper-slide {
    height: auto;
}

.candidate-scrollbar-wrapper {
    width: 60%;
    position: relative;
}

.candidate-scrollbar-wrapper .swiper-scrollbar {
    width: 100% !important;
}

.candidate-slider-container {
    display: flex;
    flex-direction: column;
}

/* Swiper Sliders */

.swiper-scrollbar-drag,
.our-work-swiper-scrollbar {
    background-color: #AD9001;
}

.swiper-button-disabled {
    opacity: 0.5;
}



/* Chalkstream Prox Slider */
/* .river-slider {
    width: 100%;
    height: 100%;
}

.river-slider {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} */



/* Contact Info */

.contact-icon-row img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.contact-icon-row span {
    font-size: 20px;
    font-weight: 500;
    color: #192E3D;
}

.contact-icon-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copy-line {
    display: flex;
    align-items: center;
}

.copy-line span {
    margin-left: 20px;
    position: relative;
    top: 4px;
    font-size: 16px;
}

.copy-line .copy-btn {
    cursor: pointer;
    /* text-decoration: underline; */
}

/* All amenities */

.all-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.all-amen-item {
    text-align: center;
    aspect-ratio: 1 / 1;
    width: 120px;
    background-color: #F3F8FA;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.all-amen-item img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.all-amen-item p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

/* Circle Ratings */

.circle-rating-row {
    display: inline;
    gap: 5px;
    position: relative;
    top: 3px;
    line-height: 1;
}

.circle-rating-row img {
    height: 16px !important;
    width: 16px !important;
    object-fit: contain !important;
}

.numeric-rating {
    position: relative;
    top: -2px;
}

/* River Swiper */

.river-swiper .swiper-button-prev,
.river-swiper .swiper-button-next {
    display: none;
}

.local-gem-swiper .swiper-button-prev,
.local-gem-swiper .swiper-button-next {
    display: none;
}

/* Beer Engine Image Slider */


.beer-engine-img-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beer-engine-img-gallery .swiper-slide img,
.beer-engine-img-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
    object-fit: cover;
}

.beer-engine-img-gallery {
    width: 100%;
    /* height: 130px; */
    margin-left: auto;
    margin-right: auto;
}

.beer-engine-img-gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.beer-engine-img-gallery {
    height: 80%;
    width: 100%;
}

.beer-engine-img-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.beer-engine-img-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.beer-engine-img-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.beer-engine-img-gallery img,
.beer-engine-img-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beer-img-gallery {
    padding-left: 100px;
    padding-right: 100px;
}

.swiper-container.beer-img-gallery {
    position: relative;
    /* max-width: 1200px; */
    /* Adjust as needed */
    margin: 0 auto;
}

.beer-img-gallery .swiper-button-next,
.beer-img-gallery .swiper-button-prev,
.river-swiper .swiper-button-next,
.river-swiper .swiper-button-prev,
.local-gem-swiper .swiper-button-next,
.local-gem-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: solid 1px #0C3F2F;
    border-radius: 50%;
}

.beer-img-gallery .swiper-button-prev {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

.beer-img-gallery .swiper-button-next {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

.beer-img-gallery .swiper-button-next::after,
.beer-img-gallery .swiper-button-prev::after,
.river-swiper .swiper-button-next::after,
.river-swiper .swiper-button-prev::after,
.local-gem-swiper .swiper-button-next::after,
.local-gem-swiper .swiper-button-prev::after {
    font-size: 12px;
    color: #0C3F2F;
}

/* Chalkstream proximity  */

.grid-item:hover {
    cursor: pointer;
}

.grid-item .river-img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.grid-item:hover .river-img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.grid-item:hover .prox-btn img {
    right: 0px;
    transition: right 0.3s ease-in-out;
}

.prox-btn {
    display: inline-flex;
    padding-right: 50px;
    position: relative;
}

.prox-btn img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease-in-out;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    /* Space between grid items */
}

.grid-block {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.grid-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}


.grid-item {}


/* Testimonial Slider */

/*Slider arrows*/
.testimonial-button-prev,
.testimonial-button-next {
    border: 1px solid #0C3F2F;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    text-rendering: auto;
    cursor: pointer;
}

.testimonial-button-prev:hover,
.testimonial-button-next:hover {
    background-color: #0C3F2F;
    border-color: #0C3F2F;
    transition: all .3s ease-in-out;
}

.testimonial-button-prev:hover svg,
.testimonial-button-next:hover svg {
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.testimonial-slider {
    overflow: unset;
}

.testimonial-button-prev {
    /* opacity: 0.5; */
}

.testimonial-button-next {
    margin-left: 20px;
}

.swiper-nav-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.scroll-bar-wrapper {
    position: relative;
    width: 85%;
}

.scroll-bar-wrapper .swiper-scrollbar {
    top: 50%;
    left: 0px;
}

.nav-arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.candidate-arrow-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 60px;
}


/* Testimonail Card Styling */

.testimonial-card-custom {
    padding: 40px;
    background-color: #FCFAF6;
    border: solid 1px #0163642B;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
}

.testimonial-card-custom img {
    width: 120px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 20px;
}

.testimonial-card-custom .tcc-bottom {
    margin-top: 20px;
}

.testimonial-card-custom .tcc-bottom p {
    margin-bottom: 0px;
    font-size: 16px;
}

.testimonial-card-custom .tcc-bottom p b {
    font-weight: 600;
}

.testimonial-slider .swiper-slide {
    height: auto;
}



/* Our Work Slider - SwiperJS */

.our-work .swiper-slide {
    height: auto;
}

.our-work .swiper-slide>div:first-of-type {
    height: 100%;
}


.our-work-nav .scroll-bar-wrapper {
    width: 100% !important;
    margin-right: 60px;
}

.our-work-nav h2 {
    font-size: 40px;
}

.our-work-nav {
    margin-bottom: 30px;
    margin-top: 0px !important;
}

.bar-and-arrow {
    width: 60%;
    display: flex;
    justify-content: end;
}

.our-work {
    overflow: unset;
}

/*Sliders*/


.cvm-work-slider .splide__track {
    overflow: visible;
}

.cvm-work-slider .splide__slide>div {
    height: 100%;
}

.btn-slider-nav .btn-slider-wrap {
    display: none;
}

.btn-slider-nav {
    width: 100%;
    align-items: end;
    display: flex;
    justify-content: end;
    align-items: center;
}



.slider-nav-header {
    display: flex;
    margin-bottom: 40px;
}

.our-work-slider-heading {
    width: 35%;
}

.cvm-work-slider .cvm-slider-nav {
    width: 80%;
    margin-top: 0px;
}

.cvm-slider .e-loop-item,
.cvm-slider .e-loop-item .e-con {
    height: 100%;
}

.cvm-slider-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 60px;
}

.cvm-slider-progress {
    width: 75%;
    background: #308687;
    border-radius: 50px;
    margin-right: 5%;
    cursor: pointer;
    background-color: #308687;
    height: 1px;
}

.cvm-slider-progress-bar {
    background: #05D1C6;
    height: 4px;
    border-radius: 50px;
    position: relative;
    top: -2px;
    transition: width 400ms ease;
    width: 0;

}

.cvm-slider-arrows {
    width: 25%;
}

.cvm-slider-arrows .splide__arrows {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10%;
}

.cvm-slider-arrows .splide__arrow {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    right: unset;
    background: #ffffff;
    border: 1px solid #016364;
    height: 3em;
    width: 3em;
    padding: 0px;
}

.cvm-slider-arrows .splide__arrow svg {
    width: 1em;
    height: 1em;
    fill: transparent;
}

.cvm-slider-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.savings-slide {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 30px;
}

.savings-slide p {
    font-size: 18px;
    margin-bottom: 0px;
}

.savings-slide h4,
.savings-slide h5 {
    margin-top: 0px;
}

.cvm-savings-slider .splide__track,
.cvm-slider .splide__track,
.candidate-slider .splide__track {
    overflow: visible;
}


.candidate-slider {
    overflow: unset;
}


.testiminal-card {
    padding: 30px 40px;
    background-color: #FCFAF6;
    border: 1px solid #0163642B;
    border-radius: 10px;
    min-height: 400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.candidate-slider .testiminal-card {
    padding: 60px;
}

.mobile-arrows {
    display: none;
}

.testiminal-card p {
    color: #013A4B;
}

.testiminal-card .testimonial-quote {
    font-size: 21px;
    font-weight: 300;
}

.testiminal-card .testimonial-image {
    max-height: 50px;
    max-width: 100px;
    object-fit: contain;
}

.testiminal-card .text-author {
    font-weight: 600;
}

.testiminal-card .testimonial-author {
    font-size: 16px;
}

.all-insights {
    display: none;
}


/* Process */

.process-image h5 {
    font-size: clamp(26px, 2vw, 40px) !important;
}



@media (max-width: 1024px) {

    .beer-img-gallery {
        padding-left: 60px;
        padding-right: 60px;
    }

    .river-swiper .swiper-button-prev,
    .river-swiper .swiper-button-next,
    .local-gem-swiper .swiper-button-prev,
    .local-gem-swiper .swiper-button-next {
        display: flex;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for tablets */
    }

    .process-image img {
        width: 7vw;
    }

    .p-5 {
        padding: 2rem;
    }

    .w-60 {
        width: 70%;
    }

    .candidate-slider .testiminal-card {
        padding: 40px;
    }

    .scroll-bar-wrapper {
        width: 75%;
    }

    .candidate-scrollbar-wrapper {
        width: 100%;
    }
}

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

    .review-tabs-slider-wrapper .review-tabs-next, .review-tabs-slider-wrapper .review-tabs-prev{
        width: 20px;
    }

    .review-tabs-slider-wrapper{
    position: relative;
    padding: 0px 20px;
        }

    .rtp-head-rating-wrap{
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    }

    .review-tabs-widget .review-tab-panel{
        padding: 30px;
    }

    .beer-engine-img-gallery .swiper-slide img,
    .beer-engine-img-thumbs .swiper-slide img {
        aspect-ratio: 1 / 1.2;
    }

    .beer-engine-img-thumbs .swiper-slide img {
        aspect-ratio: 14 / 9;
    }

    .grid-icon-mob .amenities-wrapper {
        display: grid;
        grid-template-columns: auto auto auto;
        width: 75%;
    }

    .sub-head-1 {
        display: none;
    }

    .sub-head-2 {
        display: block;
    }

    .copy-mob .sub-head {
        font-size: 18px !important;

    }

    .copy-mob .copy-content {
        font-size: 16px !important;
    }

    .copy-mob .copy-btn {
        font-size: 13px !important;
    }

    .amenity-block {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .amenity-block {
        width: calc(25% - 10px);
        min-width: auto;
        padding: 20px;
        height: 120px;
    }

    .amenity-block h3 {
        text-align: center;
    }

    .amenity-block img {
        width: 26px;
    }

    #beer-search-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #beer-search-form #beer-search-input {
        height: 60px;
    }

    #beer-search-form button {
        height: 60px;
    }


    .beer-img-gallery .swiper-button-prev {
        left: 10px;
    }

    .beer-img-gallery .swiper-button-next {
        right: 10px;
    }

    .beer-img-gallery {
        padding-left: 0px;
        padding-right: 0px;
    }

    .y-sm-30 {
        transform: translateY(30px) !important;
    }

    .process-border {
        width: 20% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .process-image h5 {
        display: none;
    }

    .process-image img {
        width: 75%;
    }

    .process-row h6 {
        font-size: 20px !important;
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important;
    }

    .ps-sm-1 {
        padding: 1rem !important;
    }

    .mb-sm-0 {
        margin-bottom: 0px !important;
    }

    .testimonial-slider .testimonial-button-next {
        margin-left: 20px;
    }

    .candidate-slider,
    .candidate-arrow-wrapper {
        margin-bottom: 40px;
    }

    .candidate-slider-container .candidate-slider-wrapper {
        order: 1;
    }

    .candidate-slider-container .candidate-arrow-wrapper {
        justify-content: center;
        order: 2;
    }

    .candidate-slider-container .candidate-scrollbar-wrapper {
        order: 3;
    }

    .mobile-arrows {
        display: block;
    }

    .our-work-nav {
        flex-direction: column !important;
    }

    .our-work-nav .scroll-bar-wrapper {
        display: none;
    }

    .all-insights {
        display: block;
        padding: 15px 40px;
        border-radius: 100px;
        border: solid 1px #13E2BA;
        color: #192E3D !important;
        font-size: 15px;
    }

    .bar-and-arrow {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .swiper-nav-wrapper {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .testimonial-button-next {
        margin-left: 5px;
    }

    .scroll-bar-wrapper {
        width: 100%;
        height: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .btn-slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-slider-nav .cvm-slider-arrows {
        margin-bottom: 0px;
    }

    .btn-slider-nav .btn-slider-wrap {
        width: 60%;
        align-items: center;
        justify-content: center;
        display: block;
    }

    .btn-slider-nav .cvm-slider-nav {
        width: 40%;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .cvm-work-slider .slider-nav-header {
        display: flex;
        flex-direction: column;
    }

    .cvm-work-slider .our-work-slider-heading {
        width: 100%;
    }


    .cvm-work-slider .cvm-slider-progress {
        display: none;
    }

    .cvm-slider-nav {
        flex-direction: column;
    }

    .cvm-slider-progress {
        margin-right: 0px;
        order: 2;
    }

    .cvm-slider-nav .cvm-slider-progress {
        width: 100%;
    }

    .cvm-slider-arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
        margin-bottom: 30px;
    }

    .cvm-slider-arrows .splide__arrow {
        width: 50px !important;
        height: 50px !important;
    }

    .cvm-slider-arrows .splide__arrows {
        gap: 20px;
    }


    .cvm-slider-wrap .splide__slide {
        width: 98% !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .cvm-slider-wrap .splide__slide:first-of-type {
        margin-left: 0px !important;
    }


}



/*Process*/
.process-row h6 {
    font-size: 25px;
    font-weight: 500;
}

.process-border {
    position: relative;
}

.process-border {
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.process-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #016364;
}

.process-line {
    content: '';
    position: absolute;
    top: 0%;
    left: calc(50% - 1px);
    width: 3px;
    height: 0%;
    background-color: #05D1C6;
    z-index: 2;
}

/*Recent appointments*/
.cvm-appointment-slider-wrap .splide__track {
    overflow-y: visible;
    padding: 50px 0px;
}

.appointment-slide {
    padding: 20px;
    background-size: cover;
    transform: scale(0.7);
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform-origin: center center;
    transition: all 1s ease-in-out;
    border-radius: 10px;
}

.appointment-slide-wrap:nth-child(1n) .appointment-slide {
    background-color: #192E3D !important;
}

.appointment-slide-wrap:nth-child(2n) .appointment-slide {
    background-color: #13486D !important;

}

.appointment-slide-wrap:nth-child(3n) .appointment-slide {
    background-color: #60A7AC !important;
}

.appointment-slide h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Instrument Sans', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: none;
    margin-bottom: 12px;
}

.appointment-slide h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Instrument Sans', sans-serif;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
}


.appointment-slide-wrap.is-active .appointment-slide {
    transform: scale(1.2);
}



.amen-jump-link {
    padding: 5px;
    border: solid 1px #AD9002;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #AD9002;
}

.amen-jump-link img {
    filter: brightness(0) invert(1);
}


#enable-location {
    border: solid 1px #AD9002;
    padding: 15px 40px 15px 40px !important;
}

.location-link {
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #4E2121 !important;
    text-decoration: underline;
    position: relative;
}

.location-link svg {
    position: relative;
    left: 5px;
    transition: left 0.3s ease-in-out;
}

.location-link:hover svg {
    left: 10px;
    transition: left 0.3s ease-in-out;
}

.map-filter-wrap {
    gap: 20px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.map-select-cat label,
.map-select-distance label {
    font-weight: 500;
    margin-bottom: 5px;
}

.map-select-cat select,
.map-select-distance select {
    display: block;
    min-width: 200px;
    border: 1px solid rgb(141, 100, 86);
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#category-checkboxes {
    width: 100%;
}

#radius-wrapper {
    width: auto;
}

@media(max-width: 1100px) {

    #category-checkboxes,
    #radius-wrapper {
        width: 100%;
    }

    .location-controls {
        flex-wrap: wrap;
        gap: 30px;
    }

    #enable-location {
        margin: auto;
    }

    .map-filter-wrap {
        justify-content: center;
    }
}

#category-checkboxes label {
    position: relative;
}

#category-checkboxes .map-checkbox {
    background-color: #F6F5EE;
    padding: 12px 20px;
    transition: all .3s ease-in-out;
    z-index: -1;
    display: inline-block;
    cursor: pointer;
}

#category-checkboxes .map-checkbox:hover {
    background-color: #AD9001;
    color: #ffffff;
}

#category-checkboxes .map-checkbox img {
    filter: none;
    transition: all 0.3s ease-in-out;
}

#category-checkboxes .map-checkbox:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

#category-checkboxes input {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#category-checkboxes input:checked~.map-checkbox {
    background-color: #4e2121;
    color: #ffffff;
}

#category-checkboxes input:checked~.map-checkbox img {
    filter: brightness(0) invert(1);
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="rgb(141,100,86)" height="12" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M2 4l4 4 4-4z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#result-count {
    display: none;
}

#no-results {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: rgb(141, 100, 86);
    z-index: 99;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#result-count {
    margin: 0;
    padding: 9px 20px;
    background-color: #F6F5EE;
}

#result-count span {
    font-weight: 600;
}

@media(max-width: 768px) {
    #result-count {
        margin-left: 0;
        margin-top: 10px;
    }

    .search-filter-buttons a:nth-of-type(n + 8) {
        display: none;
    }

    .search-filter-buttons {
        gap: 12px;
    }

    .search-filter-buttons a {
        padding: 7px 16px;
    }

    .read-more-rating h3 {
        font-size: 2rem !important;
    }

    .read-more-rating {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: nowrap;
    }

    .icon-rating-wrap {
        gap: 5px;
    }
}







.overall-text * {
    font-size: 24px;
    font-weight: 400;
}

/* .overall-text p {
    font-weight: 500;
} */

@media (max-width: 767px) {

    .overall-text * {
        font-size: 18px;
    }

    .overall-text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .all-amen-item {
        width: 100px;
    }
}


.opening-hours {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #4e2121;
}

.check-times {
    color: #4e2121;
}

.check-times .check-time {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

.opening-hours li {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

.opening-hours li:not(:last-of-type),
.check-times .check-time:not(:last-of-type) {
    border-bottom: 1px solid #8D6456;
}

.opening-hours li:last-child {
    border-bottom: none;
}

.opening-hours li strong,
.check-times strong {
    flex-basis: 40%;
    font-weight: 600;
}

.opening-hours li.closed {
    color: #999;
    font-style: italic;
}


@media(max-width: 767px) {

    .large-ratings img {
        width: 22px !important;
    }

    .mob-small-icons .amenities-wrapper {
        gap: 20px !important;
    }

    .loc-mob-map #map {
        height: 225px !important;
    }

    #map {
        height: 400px !important;
    }
}

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

    .read-more-rating h3 {
        font-size: 1.6rem !important;
    }

    .read-more-rating {
        gap: 20px;
    }

    .amenity-wrapper {
        gap: 13px;
    }

    .amenity-block h3 {
        font-size: 13px;
    }

    .grid-container {
        grid-template-columns: 1fr;
        /* 1 column for mobile devices */
    }

    .cvm-slider-arrows .splide__arrows {
        gap: 10px;
    }

    .cvm-slider-arrows .splide__arrow {
        height: 2em;
        width: 2em;
    }

    .cvm-slider-progress {
        width: 60%;
    }

    .cvm-slider-arrows {
        width: 30%;
    }

    .cvm-slider-nav {
        margin-top: 30px;
    }


}