* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Philosopher;
    ;
}

mark {
    background-color: #ec8797!important;
    color: #000!important;
}

mark b i a {
    color: #000!important;
}

.container {
    max-width: 1366px!important;
    text-align: justify;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.navigation {
    height: 90px;
    background:  linear-gradient(to bottom, #FF5722 5.6%, #FFC107 97.7%) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand img {
    height: 50px;
    width: 257px;
}

.brand a,
.brand a:visited {
    color: #ffff;
    text-decoration: none;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 0 20px 0 20px;
    line-height: 50px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 5px;
    border: 2px solid #000;
    border-radius: 25px;
}

nav ul li a::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 0%;
    bottom: 0px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}

nav ul li a:hover::before {
    width: 70%;
}

nav ul li a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 799px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 65px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li a:hover::before {
        width: 20%;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
    p.card-text {
        white-space: nowrap;
        width: 250px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #000000;
    }
    .btns {
        display: flex;
        justify-content: left;
        align-items: center;
        padding-top: 15px;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #00FFFF;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

@media screen and (min-width: 980px) {
    .card-img-top {
        /* border-radius: 20px 0 0 20px; */
        width: 161px !important;
        aspect-ratio: 161/261;
        object-fit: cover;
    }
}

.Premium {
    background-color: #494A4A;
}

.Premium-text h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.video {
    padding-bottom: 20px;
    padding-top: 10px;
}

.contant-section {
    background-color: #000000;
    padding: 50px 0;
}
.content-section {
    background-color: #FFEB3B;
    padding: 50px 0;
}
.heading {
    color: #a81313;
    font-size: 36px;
    text-align: center;
	box-shadow: 4px 5px 3px #16732a;
}

.heading-2 {
    color: #FF00FF;
    font-size: 28px;
    font-weight: 600;
}

.heading-3 {
    color: #e6750c;
    font-size: 24px;
    font-weight: 600;
}

.heading-4 {
    color: #FF00FF;
    font-size: 20px;
    font-weight: 600;
}

.text {
    color: #000000; 
    font-family: Philosopher;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
}

.bs-example {
    margin: 10px 0;
}

.card {
    border-radius: 25px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-img-top {
    border-radius: 20px 20px 20px 20px; */
    width: 160px;
    height: 240px;
    aspect-ratio: 161/261;
    object-fit: cover;
}

.card-body a {
    color: rgb(51, 78, 111);
    font-size: 22px;
    font-family: Philosopher;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}

.card-text {
    color: #000000;
    line-height: 28px;
    font-size: 17px;
    font-weight: normal;
    padding: 5px 20px 15px 0;
}

.card-body a:hover {
    color: #FF00FF;
    text-decoration: none;
    transition: 1s;
}

a.profile-btn {
    background-color: transparent;
    background-color: #FF00FF;
    font-size: 18px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    margin: 0 25px;
    border: 2px solid transparent;
    visibility: hidden;
}

a.profile-btn:hover {
    color: #FF00FF;
    transition: 1s;
    background: transparent;
    border: 2px solid #FF00FF;
    ;
}

.social-btn i {
    background-color: #03A9F4;
    color: #fff;
    padding: 10px 12px;
    border-radius: 25px;
    border: 2px solid #03A9F4;
}
.social-btn2 i {
    background-color: #009688;
    color: #fff;
    padding: 10px 12px;
    border-radius: 25px;
    border: 2px solid #009688;
}

.social-btn i:hover {
    background-color: transparent;
    border: 2px solid #c92031;
    color: #c92031;
}
.social-btn2 i:hover {
    background-color: transparent;
    border: 2px solid #28a745;
    color: #28a745;
}
.btns {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 10px;
}

.btns1 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 75px;
}

.sidebar-div {
    border: 1px solid #555;
    border-radius: 5px;
}

.locbutton {
    width: 24%;
    background-color: #e83e8c;
    text-align: center;
    margin: 15px 6px;
    padding: 10px 0;
    border-radius: 25px;
    cursor: pointer;
    color: white;
}

.locbutton a {
    color: #fff;
    text-align: center;

}

.sidebar {
    width: 100%;
    background-color: #FF00FF;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar a {
    color: #fff;
    text-align: center;
}

.table-borde#FF00FF {
    background-color: #000;
    color: #fff;
}

.right-sidebar-image {
    width: 100%;
    padding-bottom: 10px;
}

.right-sidebar-image:first-child {
    padding-top: 10px;
}

.local-area2 {
    display: none;
}

.white-section {
    padding: 15px 0;
}

.class-round {
    border-radius: 15px!important;
}

.citylist {
    padding: 30px 0;
}

.citylist-heading {
    font-size: 26px;
    padding: 18px;
    border-radius: 6px;
}

.faq {
    padding: 60px 0;
}

.faq-heading {
    font-size: 26px;
    padding: 18px;
    background-color: #e7e7e7;
    border-radius: 6px;
    color: #0b00ff;
    font-family: Philosopher;
}

.accordion {
    background-color: #f2efce;
    color: #e83e8c;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #f2efce;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 5px 0;
    border-radius: 6px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: Philosopher;
}

.active,
.accordion:hover {
    background-color: #FFD9DD;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    background: #343a40;
    border-radius: 50%;
    padding: 0px 10px;
}

.active:after {
    content: "\2212";
    border: none;
}

.panel {
    padding: 0 18px;
    background-color: #f678b2;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0 0 6px 6px;
}

.panel p {
    padding: 20px 10px 10px 10px;
    font-size: 18px;
    font-weight: 400;
}

button:focus {
    outline: 1px solid #FFD9DD!important;
    outline: 5px auto -webkit-focus-ring-color;
}

.key-word {
    padding: 40PX 0;
    position: relative;
}

.key-word:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFD9DD;
    opacity: 1;
}

.key-word-text {
    line-height: 42PX;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Philosopher;
    font-weight: 500;
    word-spacing: 1PX;
}

.heading-keyword {
    color: #334E6F;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.hr-line {
    margin: 2em 0 1em;
    font-size: 12.2px;
    text-align: center;
    position: relative;
    width: 25%;
    margin: auto;
    top: 16px;
    top: center;
}

.hr-line hr {
    display: block;
    border-top: 2px solid #FF00FF;
    z-index: -1;
    width: 50%;
    margin: 0;
    z-index: 9999;
}

.hr-line hr.right {
    left: auto;
    right: 0px;
}

.hr-line hr#thread1 {
    top: 0.8em;
    -webkit-animation: thread2 4s infinite;
    -moz-animation: thread2 4s infinite;
    -o-animation: thread2 7s infinite;
    animation: thread2 7s infinite;
}

@media (min-width: 768px) {
    .hr-line {
        font-size: 18px;
    }
    .hr-line hr {
        border-width: 3px;
    }
}

@-webkit-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@keyframes thread2 {
    0% {
        width: 100%;
    }
    50% {
        width: 100%;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.footer {
    width: 100%;
    background: #e6e6e6;
    display: block;
}

.inner-footer {
    width: 100%;
    margin: auto;
    padding: 30px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.borders {
    border-top: 1px solid rgb(0, 0, 0) !important;
    border-bottom: 1px solid rgb(0, 0, 0) !important;
}

.borderright {
    border-right: 1px solid white !important;
}

.footer-items1 {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items2 {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000000;
}

.footer-items .footer-items2 .footer-items1 p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: #000000;
}

.footer-items .footer-items2 .footer-items1 h1 {
    color: #fff;
}

.border1 {
    height: 3px;
    width: 40px;
    background: #FF00FF;
    color: #FF00FF;
    background-color: #FF00FF;
    border: 0px;
}

ul {
    list-style: none;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
}

ul a {
    text-decoration: none;
    outline: none;
    color: #000000;
    transition: 0.3s;
}

ul a:hover {
    color: #FF00FF;
}

ul li {
    margin: 10px 0;
}

ol {
    padding-left: 20px;
}

li i {
    margin-right: 20px;
}

.social-media {
    width: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    z-index: 999;
    position: relative;
}

.social-media i:first-child {
    margin-left: 0!important;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    height: 25px;
    width: 25px;
    color: #fff;
    transition: 0.5s;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    background: #FF00FF;
    border-radius: 50%;
    margin: 5px;
    margin-left: 5px;
    padding: 13px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.contacticon {
    color: #fff;
    transition: 0.5s;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    background: #FF00FF;
    border-radius: 50%;
    margin-left: 26px;
    margin-left: 5px;
    margin-left: 0px;
    padding: 13px;
}

.social-media i:hover {
    transform: scale(1.5);
}

.footer-bottom {
    padding: 10px 0px 30px;
    background: #00121b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

.footer-items2,
.footer-items h3 {
    font-size: 22px!important;
}

.footer-items2 h3 {
    font-size: 22px!important;
}

.footer-items1 p {
    line-height: 30px;
}

@media screen and (max-width: 1275px) {
    .footer-items,
    .footer-items1,
    .footer-items2,
    .footer-items3 {
        width: 50%;
    }
}

@media screen and (max-width: 660px) {
    .footer-items,
    .footer-items1,
    .footer-items2,
    .footer-items3 {
        width: 100%;
    }
    .locbutton {
        width: 100%;
        background-color: #FF00FF;
        text-align: center;
        margin: 5px 6px;
        padding: 10px 0;
        border-radius: 5px;
        cursor: pointer;
        color: white;
    }
    .brand img {
        height: 75px;
        width: 193px;
    }
    .card-img-top {
        /* border-radius: 20px 0 0 20px; */
        width: 108px !important;
        height: 175px !important;
        aspect-ratio: 108/175;
        object-fit: cover;
    }
    .card-body {
        padding-bottom: 0 !important;
        margin-left: 32px;
    }
    .social-btn i {
        background-color: #FF00FF !important;
        color: #fff;
        padding: 10px 12px !important;
        border-radius: 2px !important;
        border: 2px solid #FF00FF;
    }
}

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 25%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 22px;
    font-family: Philosopher;
    transition: all 0.8s;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.Facebook {
    background-color: #FF00FF;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #53c5ff;
    color: #FFF;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Google {
    background-color: #d34836;
    color: #FFF;
}

.whatsapp {
    background-color: #00FFFF;
    color: #000000;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}

.fas fa-shopping-cart {
    background-color: #FFF;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

.second {
    background-color: #31B0D5;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #46b8da;
}
.footer-m {
    background: linear-gradient(to bottom, #FF5722 5.6%, #FFC107 97.7%)!important;
    color: #fff;
    padding: 10px 0;
}
ul.btm {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.btm li {
    list-style: none;
}
ul.btm li a {
    padding: 15px 35px 0;
    color: #fff;
    position: relative;
}
ul.btm li:first-child a {
    padding-left: 0;
}
ul.btm li:last-child a:after {
    content: none;
}
ul.btm li a:after {
    content: "|";
    position: absolute;
    right: 0;
}
ul.btm {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: baseline;
}
ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative;
    right: -20px;
    height: auto;
    width: 3px !important;
}
ul.btm li a:after {
    content: "|";
    right: 0;
    position: relative !important;
    left: 30px !important;
}
ul.btm li a {
    text-decoration: none;
}
.nav-item a.nav-link {
    color: #fff !important;
    font-family: oswald, sans-serif !important;
}
.images-section img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
#mybutton {
    position: fixed;
    bottom: 10%;
    right: 50%;
}
#mybutton a {
    text-decoration: none;
    padding: 6px 27px;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 5px;
    font-family: Philosopher;
}

@media(max-width:1440px) {
    #mybutton {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
}

@media(max-width:767px) {
    #mybutton {
        position: fixed;
        bottom: 10%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
}

@media(max-width:2560px) {
    #mybutton {
        position: fixed;
        bottom: 0%;
        right: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: beige;
        padding: 10px;
        z-index: 1000;
    }
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #FF00FF;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #FF00FF;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.tt
{
	border:solid 1px #ff00ff;
	padding:8px;
	border-radius:15px;
	margin-bottom:5px;
	background-color:#ae0000;
	box-shadow: 4px 5px 3px white;
}

.book-city .inner ul a{color:#fff;font-weight:500}
.book-city{padding:50px 0;background-color: #FFEB3B;}
.book-city{padding:50px 0}.book-city h3{margin-bottom:20px;font-weight:500;color:#fff}.book-city .inner ul{padding:0;font-size:15px;list-style:none}
.book-city1{padding:50px 0}

   table {
      width: 98%;
      margin: auto;
      border-collapse: collapse;
    }

    th, td {
      border: 3px;
      padding: 15px;
      text-align: center;
	    }

    th {
      background-color: #FF9800;
    }

    a {
      text-decoration: none;
      color: #007bff;
    }

    a:hover {
      text-decoration: underline;
    }

    /* Responsive design */
    @media screen and (max-width: 768px) {
      table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
      }
      
      th {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      
      tr {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
      }
      
      td {
        border: none;
        position: relative;
        padding-left: 50%;
      }

      td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
      }
    }

.phones, .whatsapps {
    color: #000;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    margin: 10px;
}
.whatsapps {
    background-color: #25d366;
}
.phones {
    background-color: #2c80d3;
}
.nowcalling
{display:block;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:9999
}
.lcol,.rcol
{float:left;
	width:50%
}
.lcol
{background-color:#ae0000
}
.rcol
{background-color:#16732a
}
.lcol a,.rcol a
{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff
}


  /* Ensure headers don't wrap text */
  th, td {
    white-space: nowrap; /* Prevent header text from wrapping */
    text-align: center; /* Center-align content */
  }

  /* Handle word wrapping for better display on small screens */
  .table-responsive {
    overflow-x: auto;
  }

  /* Add padding to table cells */
  th, td {
    padding: 10px;
  }

  /* Custom responsive layout */
  @media (max-width: 576px) {
    table thead {
      display: none; /* Hide table headers on small screens */
    }
    table, table tbody, table tr, table td {
      display: block;
      width: 100%;
    }
    table tr {
      margin-bottom: 1rem;
    }
    table td {
      text-align: right;
      padding-left: 50%;
      position: relative;
    }
    table td:before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      width: 50%;
      padding-left: 10px;
      font-weight: bold;
      text-align: left;
    }
  }
