:root {
    --theme-color: #6a2045;
    --theme-color2: #50703f;
    --title-color: #010f1c;
    --body-color: #4d5765;
    --smoke-color: rgba(1, 15, 28, 0.06);
    --smoke-color2: #faf7f2;
    --black-color: #000000;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #f2ec7;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
}

html,
body {
    scroll-behavior: smooth !important;
}

body {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #777777;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}

p {
    margin: 0px 0px 18px;
    color: rgb(0, 0, 0);
    line-height: 1.75;
    /* font-weight: 500; */
    font-size: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: "Playball", cursive;
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px 0px 15px;
}

a {
    color: rgb(255 68 0);
    text-decoration: none;
}

a:hover {
    color: rgb(231, 102, 104);
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: rgb(106 32 69);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s ease 0s;
}

.back-to-top i {
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(230, 93, 95);
    color: rgb(255, 255, 255);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/* topbar */

.header-top {
    background: #068043;
    padding: 0 45px 0 0;
    position: relative;
}

.header-top:after {
    position: absolute;
    left: 0;
    top: 0;
    border-top: 72px solid transparent;
    border-left: 65px solid #fff;
    z-index: 9;
    content: close-quote;
}

.header-top:before {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 65px solid transparent;
    border-bottom: 72px solid #fff;
    content: close-quote;
}

.header-top .header-message {
    color: #fff;
    background: var(--theme-color);
    padding: 0px 45px;
    font-size: 12px;
    position: relative;
}

.header-top .top-contact li {
    color: #f1f1f1;
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;
    font-size: 12px;
}

.top-login li {
    color: #f1f1f1;
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px;
    font-size: 12px;
}

.top-login li a {
    color: #f1f1f1;
}

@media (min-width:767px) {
    .header-top {
        background: var(--theme-color);
        padding: 0 64px 0 0;
        position: relative;
    }
}

.header-top .logo {
    display: inline-block;
}

@media (max-width:767px) {
    .header-top-info {
        margin-bottom: 12px;
    }
}

.header-top-info:last-child {
    margin-bottom: 0;
}

.header-top-info__icon {
    margin-right: 12px;
}

.header-top-info__icon i,
.header-top-info__icon span {
    font-size: 22px;
    color: #068043;
}

.header-top-info .media-body p {
    margin-bottom: 0;
}

.header-top-info .media-body a {
    color: #303030;
    font-weight: bold;
}

.header-top-info:not(:last-child) {
    margin-right: 10px;
}

@media (min-width:600px) {
    .header-top-info:not(:last-child) {
        margin-right: 50px;
    }
}

ul.top-contact a {
    color: #fff;
    font-size: 16px;
}

#header {
    background: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    z-index: 997;
    padding: 4px 0px;
}

#header.header-scrolled {
    padding: 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
}

#header .logo {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

#header .logo a {
    color: rgb(17, 17, 17);
}

#header .logo a span {
    color: rgb(235, 72, 93);
}

#header .logo img {
    max-height: 73px;
}

.get-started-btn {
    margin-left: 30px;
    background: rgb(244, 140, 60);
    color: rgb(255, 255, 255);
    border: 1.5px solid rgb(244, 140, 60);
    border-radius: 10px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.get-started-btn:hover {
    background: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0px 15px 0px 0px;
        padding: 6px 18px;
    }
}

.get-started-btn-outline {
    margin-left: 30px;
    background: transparent;
    border: 1.5px solid rgb(235, 72, 93);
    border-radius: 10px;
    color: rgb(235, 72, 93);
    padding: 8px 25px;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.get-started-btn-outline:hover {
    background: rgb(235, 72, 93);
    color: rgb(255, 255, 255);
}

@media (max-width: 992px) {
    .get-started-btn-outline {
        margin: 0px 15px 0px 0px;
        padding: 6px 18px;
    }
}

.header-shape1 {
    width: 100%;
    max-width: 1680px;
    height: 124px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: path("M 6.93299 11.866 C 18.108 34.16 35.985 57.951 52.323 72.275 C 85.979 101.781 123.106 118.156 167.211 122.945 C 173.923 123.674 382.207 123.99 841.711 123.969 C 1547.75 123.936 1515.41 124.142 1537 119.542 C 1574.47 111.561 1609.87 92.266 1637 65.038 C 1653.26 48.714 1664.48 32.965 1675.51 10.978 L 1681.02 0 H 841.001 H 0.984985 L 6.93299 11.866 Z");
    z-index: -1;
}

@media (max-width: 1680px) {
    .header-shape1 {
        clip-path: none;
        border-radius: 0px 0px 130% 130% / 0px 0px 999px 999px;
    }
}

.navbar {
    padding: 0px;
}

.navbar ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 30px;
    font-size: 20px;
    /* font-weight: 600; */
    color: rgb(0, 0, 0);
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    font-family: "Vollkorn SC", serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: rgb(255 27 28);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
    transition: all 0.3s ease 0s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: rgb(235, 72, 93);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0px;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0px;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    color: rgb(0, 0, 0);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: all 0.5s ease 0s;
}

.mobile-nav-toggle.bi-x {
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    inset: 0px;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease 0s;
    z-index: 999;
    text-align: center;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    inset: 55px 15px 15px;
    padding: 10px 0px;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    transition: all 0.3s ease 0s;
    text-align: center;
    height: fit-content;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 15px 20px;
    font-size: 20px;
    color: rgb(17, 17, 17);
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: rgb(235, 72, 93);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: rgb(235, 72, 93);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/* Css to be added from here */

.btn {
    transition: all 150ms linear 0s;
    font-weight: 400;
    padding: 8px 40px;
    border-radius: 0;
    background: #fa0006;
    color: #fff;
    font-size: 20px;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
    background: #fa0006;
    color: #fff;
}

.location_banner_area {
    position: relative;
}

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

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

.location_banner_area .location_banner_item {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.location_banner_area .location_banner_item .location_banner_caption {
    max-width: 560px;
    margin-top: 55px
}

.location_banner_area .location_banner_item .location_banner_caption span {
    text-transform: unset;
    font-family: "Vollkorn SC", serif;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px
}

.location_banner_area .location_banner_item .location_banner_caption h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

.location_banner_area .location_banner_item .location_banner_caption p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 50px
}

.location_banner_area .location_banner_item .banner-button .video-btn {
    top: -51px;
    left: 200px;
    cursor: pointer
}

.location_banner_area .location_banner_item .slider-item {
    width: 650px
}

.slider-item-bg-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: -1;
}

.section-title h2 {
    color: #fa0006;
    margin-bottom: 25px;
    font-size: 50px;
}

.offer_area {
    padding-top: 95px !important;
    padding-bottom: 30px !important;
    background-color: #ebebeb !important;
}


/* feature */

.maindishes_item {
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s all ease;
}

.maindishes_item img {
    width: 100%;
    border-radius: 25px;
}

.maindishes_item:hover {
    transform: translate(0, -10px);
}

.maindishes_item:hover .maindishes_inner ul li a {
    background-color: #0b0320;
}

.maindishes_item .maindishes_inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background-color: #ffffff;
    max-width: 310px;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.maindishes_item .maindishes_inner ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.maindishes_item .maindishes_inner ul li {
    list-style-type: none;
    display: inline-block;
}

.maindishes_item .maindishes_inner ul li span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #0b0320;
    margin-left: 12px;
}

.maindishes_item .maindishes_inner ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    background-color: #ffbe00;
    position: absolute;
    right: 7px;
    top: -7px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}


/* banner */

.py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: auto;
}

.media {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

figure {
    margin: 0;
    background-size: cover;
    background-position: center;
}

.media[class*="-video"] span {
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

.w-200 {
    width: 200px;
    margin: auto;
}

.media span,
.media video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.locationdesc h2 {
    font-size: 46px;
    /* color: var(--theme-color); */
}

.locationdesc p {
    /* font-size: 24px; */
    /* color: var(--theme-color); */
}

.level-3 {
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px) {
    .back.back-static {
        position: static;
        height: 50vh;
    }
}

@media (min-width: 1400px) {
    .px-xxl-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }
}

@media (min-width: 992px) {
    .py-lg-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}

.py-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

@media (min-width: 1500px) {
    .py-20 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
}


/* reserve */

.restaurant-cta {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-image: url(../img/reserve.jpg);
    z-index: 1;
    text-align: center;
    position: relative;
}

.restaurant-cta::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: -1;
}

.restaurant-cta::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

.restaurant-cta h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 25px;
}

.restaurant-cta span {
    color: #f10909;
    display: block;
    font-size: 30px;
    font-family: "Cookie", cursive;
    margin-bottom: 15px;
    margin-top: -15px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

footer {
    background: #1b171b;
    padding: 30px 0px;
}

footer p {
    padding: 0px;
    text-align: start;
    font-size: 18px;
    color: #fff;
}

footer .social-links {
    margin: 0px 0px 40px;
    text-align: start;
}

footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgb(70, 66, 59);
    color: rgb(255, 255, 255);
    line-height: 1;
    padding: 8px 0px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease 0s;
}

footer .social-links a:hover {
    background: var(--third-color);
}

.footmenu a {
    color: #fff;
}

footer .copyright {
    margin: 0px 0px 5px;
    font-size: 12px;
}

footer .credits {
    font-size: 12px;
}


/* ?blogs */

.breadcrumb_area {
    background-color: #1b171b;
    padding: 80px 0;
}

.breadcrumb_area h2 {
    font-size: 44px !important;
    margin: auto;
    /* text-transform: uppercase; */
}

.fs-18 {
    font-size: 20px;
}

.blogs p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px !important;
}

.blogs h3 {
    color: #ff1b1c;
    font-size: 22px;
}

.card_content {
    flex: 1;
}


/* Blog single css */


/* blog */

.article__body {
    margin-bottom: 3em;
}

.myblog .h2 {
    font-weight: 600;
    font-size: 44px;
    color: #ff1c1c;
}

.blogimg img {
    height: 25em;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}

.article__body p,
.quote__body p {
    line-height: 1.75;
    margin-bottom: 1.35em;
}

.article__body blockquote,
.quote__body blockquote {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71429;
    position: relative;
    margin-bottom: 3em;
    padding: 52px 20px 60px;
    text-align: center;
    /* text-transform: uppercase; */
    color: #204866;
    background-color: #f5f9fc;
    font-style: italic;
}

@media only screen and (min-width: 767px) {
    .article__body blockquote {
        padding: 40px 65px 45px;
    }
}

.article__body blockquote:before,
.quote__body blockquote:before {
    top: 0;
    left: 6px;
    content: '"';
}

.article__body blockquote:after,
.article__body blockquote:before,
.quote__body blockquote:after,
.quote__body blockquote:before {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    color: #d6e3ed;
}

@media only screen and (min-width: 767px) {
    .article__body blockquote:before {
        left: 25px;
    }
}

.article__body blockquote:after,
.quote__body blockquote:after {
    right: 6px;
    bottom: 25px;
    content: '"';
}

@media only screen and (min-width: 767px) {
    .article__body blockquote:after {
        right: 25px;
        bottom: 15px;
    }
}

ul.myblog_right>li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

ul.myblog_right>li a {
    color: #000;
}

ul.myblog_right>li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
}

ul.myblog_right>li a {
    color: #000;
    font-size: 14px;
    display: block;
}

ul.myblog_right>li img {
    display: block;
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 18px;
    object-fit: cover;
}

.article__body ul li {
    font-size: 18px;
}


/* faq */

.accordion-item {
    background-color: #fff;
    border: 0;
}

button.accordion-button {
    font-size: 20px;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 13px !important;
}

.fs-20 {
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #dc3545;
    background-color: transparent;
    box-shadow: unset;
}

.faq .accordion-body {
    padding: 0;
}

:focus {
    box-shadow: unset !important;
}

@media(max-width:767px) {
    .myblog .h2 {
        font-weight: 600;
        font-size: 24px;
    }
    .location_banner_area .location_banner_item .location_banner_caption h1 {
        font-size: 35px;
        margin-bottom: 11px;
    }
    .section-title h2 {
        color: #fa0006;
        margin-bottom: 25px;
        font-size: 30px;
    }
    p {
        font-size: 17px;
    }
    .offer_area {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        text-align: center;
    }
    .locationdesc h2 {
        font-size: 30px;
        /* color: var(--theme-color); */
    }
    .restaurant-cta h2 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        line-height: unset;
    }
    .location_banner_area .location_banner_item {
        width: 100%;
        height: 75vh;
    }
}
/* b */
@media (min-width: 960px) {
    .builder-item--primary-menu {
        --spacing: 34px !important;
        --height: 14px;
        --smiconsize: 7px;
        --padding: 0;
        --margin: 0;
        --fontsize: .8em;
        --lineheight: 1.6em;
        --letterspacing: 1.3px;
        --iconsize: .8em;
    }
}

.nv-thumb-wrap img{
	display:none !important;
}
img.skip-lazy.wp-post-image {
    object-fit: cover !important;
}
ol.wp-block-list {
    font-size: 20px;
    color: black;
}
li {
    /*font-size: 20px;*/
    color: black;
}
tr.newtrclass {
    background: #fb171c;
    color: white;
}
/* table animation */
/* Ensure smooth transition on the background color and transform */
.allclasstr {
    transition: transform 0.5s ease-in; /* Zoom in with ease-in effect over 0.5s */
}

/* Add animation for when the row first appears */
.allclasstr {
    opacity: 0; /* Make row invisible initially */
    transform: translateY(5px); /* Move row slightly down */
}

.allclasstr.appear {
    opacity: 1; /* Fade in */
    transform: translateY(0); /* Move row to its normal position */
}

/* Example hover effect */
.allclasstr:hover {
    background-color: #f0f0f0; /* Change background color on hover */
/*     transform: scale(1.1) translateX(3%); /* Zoom in by 10% and shift to the right */ */
 } 
.newtrclass:hover {
    background-color: #f0f0f0; /* Change background color on hover */
/*     transform: scale(1.1) translateX(3%); /* Zoom in by 10% and shift to the right */ 
	color:black;
 }
/* If you want to animate the first row differently */
.newtrclass {
    background-color: #f9f9f9; /* Change the background color of the first row */
}
 /* Styling the scrollbar */
table>tbody {
    vertical-align: inherit;
/*     border-width: 2px; */
    border-color: red;
}
/* related links */
/* Custom bullet points */
.relatedul {
    list-style-type: disc; /* Default bullet style */
    margin-left: 20px; /* Indent the list */
}

.relatedli {
    margin-bottom: 10px; /* Add space between list items */
}
/* end b  */
.wp-block-table{
    max-height:25em;
}
.wp-block-table thead tr {
     position: sticky;
    top: 0;
    z-index: 1000;
}
thead tr{
	background-color:#B70505;
	color:white;
}
.wp-block-table td, .wp-block-table th {
/*     border: 1px; */
    padding: .5em;
	color:black;
}