@import url("https://fonts.googleapis.com/css?family=Open+Sans");

:root {
    --main-color: #dbf95a;
    --body-color: #fff;
    --dark-color: #000;
    --white-color: #fff;
    --gray-light: #f5f5f5;
    --light-main: #dbf95a;
    --text-verlagbook: "Manrope", sans-serif;
    --green-color: #012b01;
    --yellow-color: #dbf95a;
    --red-color: #e42320;
}

html {
    overflow-x: hidden;
}

body {
    background-color: var(--body-color) !important;
    font-family: "Manrope", sans-serif !important;
    line-height: 1.5;
    font-size: 1rem;
    color: var(--dark-color);
    min-height: 100vh;
    overflow: hidden;
}

/* Headings use Merriweather */
h1,
h2,
h3 {
    font-family: "Manrope", sans-serif !important;
}

.bg-sec {
    background-color: var(--body-color) !important;
}

.monument-mono.nav-link.btn.changeMenu {
    background-color: #f9f9f9;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

/* Manrope font */
.font-manrope {
    font-family: "Merriweather", serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* Start common css =============================================================================================================================*/
svg {
    width: 18px;
    height: 18px;
}

p {
    font-size: 16px !important;
    line-height: 18px;
}

.font-verlagbook {
    font-family: "Manrope", sans-serif;
}

.form-control {
    padding: 10px;
}

.form-select {
    padding: 10px 30px 10px 10px;
}

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

.bg-light-main {
    background-color: var(--light-main) !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Manrope", sans-serif;
}

.tx-sec {
    font-family: var(--text-verlagbook);
}

.text-main {
    color: var(--main-color) !important;
}

h4 {
    font-family: var(--text-verlagbook);
}

.text-white {
    color: var(--white-color);
}

.tx-dark {
    color: var(--dark-color);
}

.text-light {
    color: var(--light-main);
}

span.small {
    font-size: 11px;
}

.error {
    color: red !important;
}

.remove-link {
    color: #ff4f4f;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

.tx-red {
    color: var(--red-color);
}

.tx-12 {
    font-size: 12px;
}

.tx-20 {
    font-size: 20px !important;
}

.a-link-thm {
    color: var(--main-color) !important;
    transition: all 0.3s ease-in-out;
}

.a-link-thm:hover {
    opacity: 0.8;
}

.a-link {
    color: #000;
}

.a-link:hover {
    color: var(--main-color);
}

.remove-link:hover {
    color: #fda3a3;
}

select.error {
    color: #000 !important;
}

.form-control:focus {
    border-color: var(--green-color);
}

.bd-b-last:not(.bd-b-last:last-child) {
    border-bottom: 1px solid #dee2e6;
}

::-moz-selection {
    background: var(--green-color) !important;
}

::selection {
    background: var(--green-color) !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-light-main {
    background-color: var(--light-main);
}

.bg-main {
    background-color: var(--main-color);
}

.bg-transparent {
    background: transparent;
}

.fw-600 {
    font-weight: 600;
}

.w-fit {
    width: fit-content;
}

.section {
    padding-right: 30px;
    padding-left: 30px;
}

.common-btn {
    padding-top: 15px;
}

.border-dashed-t {
    border: none !important;
    border-top: 1px dashed var(--body-color) !important;
}

.bd-r {
    border-right: 1px solid #000;
}

.bd-r-main {
    border-right: 1px solid var(--main-color);
}

.banner-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0 !important;
    font-family: "verlagbook", sans-serif;
    text-transform: unset !important;
}

.title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "verlagbook", sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: none !important;
}

.banner-subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
}

.subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
}

.info-pages ol li {
    display: list-item !important;
}

.info-pages ul li {
    display: list-item !important;
    font-size: 16px !important;
}

.info-pages ul {
    padding-left: 35px !important;
}

.info-pages ol li ul {
    padding-left: 18px !important;
}

.info-pages ol li h5 {
    margin-top: 15px;
}

.title-dec {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.title-large {
    font-size: calc(24px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 30px;
}

.title-medium {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));

    line-height: 27px;
}

.title-small {
    font-size: calc(18px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 25px;
}

.tx-14 {
    font-size: 14px;
}

.tx-12 {
    font-size: 12px;
}

.tx-10 {
    font-size: 10px;
}

p {
    line-height: 1.4;
    font-size: 16px;
}

.no-before {
    content: none;
}

option,
input,
textarea,
label,
th,
td,
.text-content,
.text-trunc1,
span {
    font-size: 16px;
}

.border-main {
    border: 1px solid var(--main-color);
}

a:hover {
    color: var(--dark-color);
}

.modal-title {
    font-size: 24px;
}

.shadow1 {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.shadow1:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.2s linear;
}

.tx-trunc {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.tx-trunc2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.tx-trunc3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.tx-trunc4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.wd-16 {
    width: 16px;
}

.ht-16 {
    height: 16px;
}

.wd-40 {
    width: 40px;
}

.ht-40 {
    height: 40px;
}

.wd-50 {
    width: 50px;
}

.ht-50 {
    height: 50px;
}

.wd-90 {
    width: 90px;
}

.ht-90 {
    height: 90px;
}

.wd-100 {
    width: 100px;
}

.ht-100 {
    height: 100px;
}

.wd-75 {
    width: 75px;
}

.wd-30 {
    width: 30px;
}

.ht-30 {
    height: 30px;
}

.wd-24 {
    width: 24px;
}

.wd-20 {
    width: 20%;
}

.ht-24 {
    height: 24px;
}

.ht-fit {
    height: fit-content !important;
}

.tx-18 {
    font-size: 18px;
}

.tx-15 {
    font-size: 15px;
}

.cursor-point {
    cursor: pointer;
}

.view-guest-package {
    width: 50%;
}

.event-package-right svg {
    width: 60px;
    height: 60px;
}

.thm-btn-sty {
    display: block;
    text-align: center;
    font-family: var(--text-verlagbook);
}

.btn-solid-bg {
    background: var(--light-main);
    color: var(--dark-color);
}

.mg-l-10 {
    margin-left: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.bd {
    border: 1px solid rgba(72, 94, 144, 0.16);
}

.bd-t {
    border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.w-100 {
    width: 100% !important;
}

.mg-15 {
    margin: 15px;
}

.bg-gray-100 {
    background-color: #f4f5f8;
}

.pd-15 {
    padding: 15px;
}

.pointer {
    cursor: pointer;
}

.pd-10 {
    padding: 10px;
}

.text-green {
    color: var(--dark-color);
}

.mg-b-5 {
    margin-bottom: 5px;
}

.tx-13 {
    font-size: 13px;
}

.wd-500 {
    width: 500px;
}

/* End common css =============================================================================================================================*/
/* start btn-outline ============================================================*/
.btn-theme-outine {
    border-radius: 5px;
    color: var(--dark-color);
    text-align: center;
    position: relative;
    border: 1px solid var(--dark-color);
    z-index: 0;
    transition: all 0.3s linear;
}

.btn-theme-outine::after {
    background-color: var(--dark-color);
    width: 0%;
    right: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s linear;
}

.btn-theme-outine::before {
    background-color: var(--dark-color);
    width: 0%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s linear;
}

.btn-theme-outine:hover {
    color: var(--white-color);
}

.btn-theme-outine:hover::before {
    width: 50%;
    transition: all 0.3s linear;
}

.btn-theme-outine:hover::after {
    width: 50%;
    transition: all 0.3s linear;
}

/* new */
.btn-theme-outline {
    border-radius: 5px;
    color: var(--main-color);
    text-align: center;
    position: relative;
    border: 1px solid var(--main-color);
    z-index: 1;
    transition: all 0.3s linear;
}

.btn-theme-outline::after {
    background-color: var(--main-color);
    width: 0%;
    right: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s linear;
}

.btn-theme-outline::before {
    background-color: var(--main-color);
    width: 0%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s linear;
}

.btn-theme-outline:hover {
    color: var(--white-color);
}

.btn-theme-outline:hover::before {
    width: 50%;
    transition: all 0.3s linear;
}

.btn-theme-outline:hover::after {
    width: 50%;
    transition: all 0.3s linear;
}

.timer-notification a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/* .get-noti{
    top: 50px !important;
  
  } */

/* end btn-outline ============================================================*/
/* start btn solid =======================================================================================*/
.btn-theme {
    border-radius: 0px;
    color: var(--dark-color);
    text-align: center;
    position: relative;
    border: 1px solid var(--main-color);
    z-index: 0;
    transition: all 0.3s linear;
    font-weight: bold;
}

/* header.scrolled .navbar-nav .nav-link.active {
    color: var(--green-color) !important;
} */
.btn-theme:hover {
    opacity: 0.8;
}

/* end btn solid =======================================================================================*/
/* start btn solid dark ================================================================================*/
.btn-theme-dark {
    background-color: var(--light-main);
    color: #000 !important;
    border-radius: 5px !important;
}

.btn-theme-dark:hover {
    opacity: 0.8;
}

/* end btn solid dark ================================================================================*/
/* start btn solid dark outline =======================================================================================*/
.btn-outline-dark {
    border-radius: 0px;
    color: var(--dark-color);
    text-align: center;
    position: relative;
    border: 1px solid var(--dark-color);
    z-index: 1;
    transition: all 0.3s linear;
}

.btn-outline-dark:hover {
    opacity: 0.8;
}

/* end btn solid dark outline =======================================================================================*/

/* Start Btn-danger Outline  */
.btn-outline-danger {
    border-radius: 0px;
    color: #842029;
    text-align: center;
    position: relative;
    border: 1px solid #842029;
    z-index: 1;
    transition: all 0.3s linear;
}

.btn-outline-danger::after {
    background-color: #f8d7da;
    width: 0%;
    right: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s linear;
    border-radius: 0px 3px 3px 0px;
}

.btn-outline-danger::before {
    background-color: #f8d7da;
    width: 0%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s linear;
    border-radius: 3px 0px 0px 3px;
}

.btn-outline-danger:hover {
    color: #842029;
    border: 1px solid #842029;
}

.btn-outline-danger:hover::before {
    width: 50%;
    transition: all 0.3s linear;
}

.btn-outline-danger:hover::after {
    width: 50%;
    transition: all 0.3s linear;
}

/* End Btn-danger Outline  */

.left-col {
    padding-right: 30px;
}

.border-b-dahsed {
    border-bottom: 1px dashed var(--main-color);
}

.section-title {
    padding-bottom: 30px;
}

/* Header css start*/
header .navbar {
    padding-left: 0;
}

/* For addcss in header add this classes below(header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link::after) */
.dashboard-sidebar .user-nav-pills .nav-item .nav-link::after {
    content: "";

    position: absolute;

    width: 0;

    height: 4px;

    bottom: 2px;

    left: 8px;

    background-color: var(--red-color);

    opacity: 0.8;

    border-radius: 50px;

    -webkit-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    z-index: -1;
}

.dashboard-sidebar .user-nav-pills .nav-item .nav-link::after {
    left: 22px;
}

/* header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover::after */
.dashboard-sidebar .user-nav-pills .nav-item .nav-link:hover::after {
    width: 40%;

    color: var(--red-color);
}

header.header-cust.active .sticky-header {
    padding: 24px 0;
}

header.header-absolute
    header.header-cust
    .navbar-expand-xl
    .navbar-nav
    .nav-item:hover
    > .nav-link:not(.disabled),
header.header-cust .navbar-nav .nav-item:hover {
    color: var(--red-color) !important;
}

header.header-cust .navbar-nav {
    margin-right: 30px;
}

header
    .top-nav
    .navbar-top
    .rightside-box
    .right-side-menu
    .right-side:first-child {
    display: inline-block;
}

/* header.header-cust .top-nav .navbar-top .web-logo img {

  width: calc(5px + (162 - 120) * ((100vw - 320px) / (1920 - 320)));

} */

header.header-cust.header-absolute {
    z-index: 4;
}

header.header-cust .header-top {
    background: var(--sec-color);
}

header
    .top-nav
    .navbar-top
    .rightside-box
    .right-side-menu
    .right-side
    .header-wishlist
    span {
    background-color: var(--red-color);

    color: #000;
}

.navbar-nav .nav-item .nav-link.hover {
    color: var(--light-main);
}

header.scrolled .navbar-nav .nav-link.hover {
    color: var(--green-color);
}

/* header.header-cust .navbar.navbar-expand-xl .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
} */

header.header-cust .navbar.navbar-expand-xl .navbar-nav .nav-link {
    font-family: var(--nobel-font) !important;
    font-weight: 800;
    font-size: 14px;
}

header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active,
header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover,
.dashboard-sidebar .user-nav-pills .nav-item .nav-link.active {
    font-weight: 900 !important;
}

header.header-cust .web-logo {
    max-width: 100px;

    position: relative;
}

header.header-cust .web-logo img {
    height: 100%;

    max-width: 100%;

    object-fit: cover;

    object-position: center;
}

header .top-nav .navbar-top .middle-box {
    width: 100%;

    justify-content: center;
}

/* Header css end*/

/* header css */

.header-compact {
    position: absolute;
    top: 0;
    width: 100%;
    transition: background-color 0.3s ease;
}

.header-compact.header-absolute {
    background-color: transparent;
}

.top-nav {
    position: relative;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.top-nav .navbar-nav .nav-link {
    color: white;
    transition: color 0.3s ease;
}

#logo-first {
    display: block;
}

#logo-second {
    display: none;
}

.top-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: -1;
}

.top-nav.scrolled {
    background-color: transparent;
}

.top-nav.scrolled .navbar-nav .nav-link {
    color: #000000;
}

.top-nav.scrolled::before {
    background-color: var(--main-color);
}

.top-nav.scrolled #logo-first {
    display: none;
}

.top-nav.scrolled #logo-second {
    display: block;
}

header
    .top-nav
    .navbar-top
    .rightside-box
    .right-side-menu
    .right-side
    .header-wishlist
    .feather {
    stroke: white;
    transition: stroke 0.3s ease-in-out;
}

.scrolled
    header
    .top-nav
    .navbar-top
    .rightside-box
    .right-side-menu
    .right-side
    .header-wishlist
    .feather {
    stroke: black;
}

header
    .top-nav
    .navbar-top
    .rightside-box
    .right-side-menu
    .right-side
    .header-wishlist
    .feather.scrolled {
    color: black;
}

.header-wishlist i {
    stroke: white;
    transition: stroke 0.3s ease;
}

.header-wishlist p {
    color: white;
    transition: color 0.3s ease;
}

.scrolled .header-wishlist i {
    stroke: black;
}

.scrolled .header-wishlist p {
    color: black;
}

.top-nav .navbar-top .width {
    max-width: 100%;
    width: 84px;
}

/* end header css */
.main-banner {
    height: 100vh;
    /* Full viewport height */
    width: 100vw;
    /* Full viewport width */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.main-banner .home-contain {
    height: 100%;
    width: 100%;
    background-image: url("/assets/main-images/banner/banner.png");
    /* Ensure correct path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner .home-detail {
    height: 100%;
    width: 100%;
    padding: 20px;
}

.logo-black {
    display: none;
    /* Hidden by default */
}

.header.scrolled .logo-white {
    display: none;
    /* Hide white logo on scroll */
}

.header.scrolled .logo-black {
    display: block;
    /* Show black logo on scroll */
}

.home-contain .home-detail-1 {
    height: 100vh !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
    content: none !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: var(--green-color);
    transition: background 0.3s ease-in-out;
}

/* On Load - White Text & Logo */
header .navbar-nav .nav-link,
header .header-nav-right .deal-button {
    color: #fff !important;
    transition: color 0.3s ease-in-out;
}

/* Mobile devices only */
/* For mobile and small laptop screens (up to 1024px) */
@media (max-width: 1024px) {
    header .navbar-nav .nav-link,
    header .header-nav-right .deal-button {
        color: #000 !important;
        /* Black color for mobile and small laptop screens */
    }

    header .navbar.navbar-expand-xl .navbar-nav .nav-link {
        justify-content: start !important;
    }

    .new-flex {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 70px;
    }

    header .header-nav-middle {
        margin: 0 !important;
    }
}

/* For mobile screens (up to 768px) */
@media (max-width: 768px) {
    header .navbar-nav .nav-link,
    header .header-nav-right .deal-button {
        color: #000 !important;
        /* Black color for mobile */
    }

    header .navbar.navbar-expand-xl .navbar-nav .nav-link {
        justify-content: start !important;
    }
}

/* Apply styles for mobile devices only (up to 768px) */
@media (max-width: 767px) {
    .new-flex {
        display: flex;
        justify-content: unset;
        width: 100%;
        margin: 0 auto;
        margin-left: 60px;
    }

    .av-text {
        top: 85% !important;
        width: 100px !important;
        height: 100px !important;
    }

    .round-font .innerlogo {
        width: 50px !important;
        height: 50px !important;
    }
}

/* header .header-nav-left img {
    filter: brightness(0) invert(1) !important;  
    transition: filter 0.3s ease-in-out;
} */

/* On Scroll - Cream BG with Black Text & Logo */
header.scrolled {
    background: var(--green-color);
    /* Cream Background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional shadow for better visibility */
}

header.scrolled .navbar-nav .nav-link,
header.scrolled .header-nav-right .deal-button {
    color: #ffffff !important;
    /* Black text on scroll */
}

header.scrolled .header-nav-left img {
    filter: none !important;
    /* Black logo on scroll */
}

.center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 32vh;
    text-align: center;
}

.home-contain .home-detail h1 {
    width: 100% !important;
    margin: 0;
}

.banner-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "verlagbook", sans-serif;
}

.banner-subtitle {
    font-size: 1.2rem;
    line-height: 1.5;
    font-size: 24px;
}

.header-btn {
    border: 1px solid white;
    background: transparent;
    color: var(--white-color);
    padding: 10px 20px;
    /* font-weight: 800; */
    transition: background 0.3s, color 0.3s;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--text-verlagbook);
}

.header-btn:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.header-btn.scrolled:hover {
    border-color: var(--yellow-color-color);
    color: var(--yellow-color);
}

.btn-res-cart1:hover {
    border-color: var(--yellow-color-color);
    color: var(--yellow-color);
}

/* .header-btn.scrolled {
    background: transparent;
    color: var(--green-color);
    border-color: var(--green-color);
} */

header .navbar.navbar-expand-xl .navbar-nav .nav-link {
    font-family: "Merriweather", serif !important;
    /* font-weight: 800 !important; */
    font-size: 18px !important;
    border: none;
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link.active {
    color: var(--light-main);
    /* Change active link color */
    /* font-weight: bold; */
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-toggler {
    background-color: #fff;
    border: none;
    outline: none;
    padding: 8px 12px;
    border-radius: 5px;
}

.navbar-toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

.btn-outline-light {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
}

/* .offcanvas {
    background-color: #222; */
/* Dark background for better visibility */
/* color: #fff;
}

.offcanvas-body .nav-link {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-header {
    background-color: #ffffff;
    color: #000000;
}

header .offcanvas-header h5 {
    color: #000 !important;
} */

/* Show menu button only on mobile */
.btn-menu {
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    /* Adjust color as needed */
    cursor: pointer;
}

/* Hide offcanvas in desktop view */
@media (min-width: 1200px) {
    .header-nav .offcanvas {
        visibility: visible !important;
        transform: none !important;
        position: static !important;
        height: auto !important;
        width: auto !important;
    }

    .header-nav .offcanvas-header {
        display: none;
        /* Hide "Menu" heading in desktop */
    }

    .header-nav .btn-menu {
        display: none;
        /* Hide button in desktop view */
    }
}

.fa-bars {
    font-size: 24px;
    color: #fff;
}

.av-text {
    position: absolute;
    right: 70px;
    top: 80%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    z-index: 20;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #e1e6ff;
    padding: 4px;
    will-change: transform;
}

.brands-logo .texts {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: -1px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    z-index: -1;
}

.texts {
    position: relative;
    transform: rotate(0deg);
    transition: transform 0.1s ease;
    will-change: transform;
}

.round-font .innerlogo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 70px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    rotate: 0deg;
    will-change: transform;
}

/* Ensures images scale properly */
img {
    max-width: 100%;
    /* display: block; */
}

/* Safari-specific fixes */
@supports (-webkit-backdrop-filter: blur(10px)) {
    .brands-logo .texts {
        background: rgba(255, 255, 255, 0.1);
    }
}

.custom-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: var(--main-color);
    border: 2px solid white;
    color: rgb(0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: "verlagbook", sans-serif;
    /* font-weight: bold; */
}

.custom-button::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.custom-button:hover {
    background-color: #fff;
    /* Retain original background */
    color: #333;
    /* Retain original text color */
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-button:hover::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-button i {
    margin-left: 8px;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.custom-button:hover i {
    transform: rotate(0deg);
    /* Arrow faces right on hover */
}

.golden-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: black;
    border: 2px solid #dbf95a;
    color: #dbf95a;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: "verlagbook", sans-serif;
    /* font-weight: bold; */
}

.golden-button::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    border: 2px solid #dbf95a;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    background-color: black;
}

.golden-button:hover {
    background-color: black;
    color: #dbf95a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.golden-button:hover::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.golden-button i {
    margin-left: 8px;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.golden-button:hover i {
    transform: rotate(0deg);
}

.spot-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background-color: transparent;
    border: 1px solid #dbf95a;
    color: #dbf95a;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    font-family: "verlagbook", sans-serif;
    transition: all 0.3s ease-in-out;
}

.spot-button::before {
    content: "";
    position: absolute;
    top: -10px;
    /* Creates visible spacing */
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid #dbf95a;
    z-index: 1;
    pointer-events: none;
}

.spot-button:hover {
    background-color: #dbf95a;
    color: #000;
}

.spot-button:hover::before {
    border-color: #dbf95a;
}

.slick-prev,
.slick-next {
    z-index: 10;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    /* background-color: #000; */
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    position: absolute;
    /* top: 68% !important; */
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.slick-prev {
    left: 15px !important;
}

.slick-next {
    right: 52px !important;
}

/* .slick-prev:hover,
.slick-next:hover {
    background-color: #444;
} */
.outdoor-item-slide {
    position: relative;
}

.bg-img-text {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 20px;
    font-weight: normal;
    font-family: "verlagbook", sans-serif;
}

.main-footer {
    background-color: #000000;
    color: #ffffff;
    font-family: "verlagbook", sans-serif;
}

.main-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

.main-footer a:hover {
    text-decoration: underline;
}

.footer-nav a {
    padding: 0 8px;
}

.footer-links a {
    padding: 0 10px;
}

.social-icons a {
    font-size: 18px;
}

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

.event-slider .outdoor-item-slide {
    width: 1135px !important;
}

@media (max-width: 1024px) {
    /* .outdoor-item-slide a div img {
    height: 300px !important;
  } */

    .event-details {
        font-size: 10px !important;
    }

    .date-box span {
        font-size: 15px !important;
    }

    .date-box strong {
        font-size: 15px !important;
    }

    .date-box {
        min-width: 50px !important;
    }
}

@media (max-width: 768px) {
    .event-slider .outdoor-item-slide {
        width: 350px !important;
    }

    .outdoor-item-slide a div img {
        height: 450px !important;
    }

    .scroll-content img {
        height: 250px !important;
    }
}

.outdoor-item-slide a div img {
    height: max-content;
    max-height: 550px;
}

.detail-slider a div img {
    height: 525px;
    max-height: 550px;
    object-fit: cover;
}

.event-slider .slick-track {
    width: 18080px !important;
}

.event-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-section {
    background-color: #000000 !important;
}

.review-section .reviewer-box .reviewer-profile .reviewer-name h4 {
    color: #000 !important;
}

.event-wrapper {
    display: flex;
    align-items: center;
    gap: 10px !important;
}

.event-card {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #fff;
}

.date-box {
    background-color: #b6862b;
    color: #fff;
    text-align: center;
    padding: 5px;
    min-width: 80px;
}

.date-box span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.date-box strong {
    display: block;
    font-size: 24px;
}

.event-details {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
}

.new-slider-2 .slick-track {
    display: flex;
    gap: 10px;
}

.new-slider-2 .slick-slide {
    margin: 0 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    background-color: #ffffff;
    color: #000000;
}

.social-icons a:hover i {
    color: #000000;
}

header .navbar-nav .nav-item:hover {
    color: var(--main-color) !important;
}

.review-section .reviewer-box p {
    line-height: 1.5;
}

.scroll-container {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.scroll-content {
    display: flex;
    flex-direction: column;
}

.scroll-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding-bottom: 30px;
}

.top-to-bottom .scroll-content {
    animation: scrollTopToBottom 15s linear infinite;
}

.bottom-to-top .scroll-content {
    animation: scrollBottomToTop 15s linear infinite;
}

@keyframes scrollTopToBottom {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes scrollBottomToTop {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

.product-wrapper .slick-dots li button {
    background-color: var(--main-color);
}

.cust-row {
    display: flex;
    align-items: end;
}

.cust-col.col-right.active {
    background: linear-gradient(150deg, #ffd18c 0%, #ffd18c 100%);
    transition: background 1s ease-in-out, flex 0.8s ease-in-out;
}

.cust-col.active {
    flex: 7;
    animation: activeExpand 0.8s ease-in-out forwards;
}

.cust-col {
    flex: 0.4;
    width: 90px;
    height: 445px;
    background-size: cover;
    border-radius: 0;
    transition: flex 0.8s ease-in-out, transform 0.8s ease-in-out;
    overflow: hidden;
    position: relative;
}

.review-section .reviewer-box {
    border-radius: 0 !important;
}

.review-section .reviewer-box p {
    color: #000 !important;
}

.reviewer-box {
    position: relative;
    z-index: 1;
    /* Ensure content stays above the border */
}

.reviewer-box::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 6px solid #d9534f;
    /* Darker Red for Contrast */
    border-radius: 12px;
    background-color: transparent;
    z-index: 1;
    /* Bring it above background */
    pointer-events: none;
    /* Prevents interaction issues */
}

.custom-slider .bg-img-text {
    left: 40%;
}

/* .custom-rev {
  position: relative;
  z-index: 1;
} */

.review-card::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 35px;
    width: calc(100% + -45px);
    height: calc(100% + 6px);
    border: 2px solid #ffffff;
    border-radius: 0;
    background-color: transparent;
    z-index: -1;
    pointer-events: none;
}

.custom-review-slider .review-rating .rating-list i {
    color: #ccc;
    /* default gray for empty stars */
    transition: color 0.3s ease;
}

.custom-review-slider .review-rating .rating-list .fill {
    color: #ffc107;
    /* filled star color - Bootstrap yellow */
}

.review-card {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.review-card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviewer-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.reviewer-name h2,
.reviewer-name h3 {
    margin: 0;
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-family: var(--text-verlagbook);
    font-weight: normal;
}

.review-rating .rating-list {
    display: flex;
    gap: 3px;
    list-style: none;
    padding: 0;
}

.review-text {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 14px;
}

@media (max-width: 768px) {
    .review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-rating {
        margin-top: 10px;
    }

    .texts-img {
        width: 40% !important;
    }

    .mobile-40 {
        width: 40% !important;
        padding: 0 0 150px;
    }

    .center-content {
        height: 50vh;
        padding: 20px;
    }

    .home-detail .center-content {
        height: 30vh;
    }
}

@media (max-width: 480px) {
    .review-card {
        padding: 15px;
    }

    .reviewer-image img {
        width: 50px;
        height: 50px;
    }

    .reviewer-name h4 {
        font-size: 16px;
    }

    .reviewer-name h6 {
        font-size: 14px;
    }

    .review-section .slick-list {
        padding: 30px 20px !important;
    }
}

.slick-slider .slick-list .slick-slide > div,
.slick-slider .slick-list .slick-slide > ul {
    margin: 0px 25px;
}

@media (min-width: 768px) {
    .review-section .slick-list {
        padding: 30px 200px !important;
    }

    .texts-img {
        width: 100%;
    }
}

.main-footer .footer-logo {
    width: 200px;
}

/* Animation for active content */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-content {
    animation: fadeInUp 0.5s ease-in-out;
}

header .top-nav {
    padding: 10px 0 !important;
}

.Memories .outdoor-item-slide a div {
    overflow: hidden;
    /* Ensures image stays inside the box */
}

.Memories .outdoor-item-slide a div img {
    display: block;
    transition: transform 0.4s ease-in-out;
    /* Smooth zoom effect */
}

.Memories .outdoor-item-slide a div img:hover {
    transform: scale(1.09);
}

.first-slider .outdoor-item-slide a div img:hover {
    transform: scale(1.09);
}

.first-slider .outdoor-item-slide a div img {
    display: block;
    transition: transform 0.4s ease-in-out;
    /* Smooth zoom effect */
}

.first-slider .outdoor-item-slide a div {
    overflow: hidden;
    /* Ensures image stays inside the box */
}

/* panel sec */

/* LIST */
.menu-sec ul {
    list-style: none;
}

.menu-sec ul li {
    display: block !important;
}

.menu-sec ul li input {
    display: none !important;
}

.menu-sec label {
    display: block;
    float: left;
    height: 60vh;
    width: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    transition: background 300ms ease;
    border: 1px solid var(--main-color);
    border-top: none;
    border-bottom: none;
    padding: 10px 14px;
}

.menu-sec label:hover {
    transition-duration: 0s;
}

.menu-sec label:hover,
li:nth-child(even) > input + label:hover {
    background: var(--main-color);
    color: #fff;
    cursor: pointer;
}

.menu-sec input[type="radio"]:checked ~ label {
    background: var(--main-color);
    color: #fff;
    cursor: default !important;
}

/* SLIDES */
.menu-sec .accslide {
    display: block;
    height: 100%;
    width: 0px;
    padding: 10px 0;
    float: left;
    overflow-x: hidden;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 700ms ease;
}

.menu-sec .accslide * {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-sec .accslide img {
    margin-top: 10px;
}

.menu-sec input[type="radio"]:not(:checked) ~ label > * {
    padding-left: 7px;
    font-size: 28px;
    white-space: nowrap;
    transform: rotate(90deg);
}

.menu-sec input[type="radio"]:checked ~ label > * {
    display: block;
    padding-left: 7px;
    font-size: 28px;
    white-space: nowrap;
    transform: rotate(90deg);
}

.menu-sec
    li:nth-child(1):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 80px);
}

.menu-sec
    li:nth-child(2):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 80px);
}

.menu-sec
    li:nth-child(1):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 120px);
}

.menu-sec
    li:nth-child(2):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 120px);
}

.menu-sec
    li:nth-child(3):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 120px);
}

.menu-sec
    li:nth-child(1):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 160px);
}

.menu-sec
    li:nth-child(2):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 160px);
}

.menu-sec
    li:nth-child(3):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 160px);
}

.menu-sec
    li:nth-child(4):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 160px);
}

.menu-sec
    li:nth-child(1):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 200px);
}

.menu-sec
    li:nth-child(2):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 200px);
}

.menu-sec
    li:nth-child(3):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 200px);
}

.menu-sec
    li:nth-child(4):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 200px);
}

.menu-sec
    li:nth-child(5):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 200px);
}

.menu-sec
    li:nth-child(1):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 240px);
}

.menu-sec
    li:nth-child(2):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 240px);
}

.menu-sec
    li:nth-child(3):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 240px);
}

.menu-sec
    li:nth-child(4):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 240px);
}

.menu-sec
    li:nth-child(5):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 240px);
}

.menu-sec
    li:nth-child(6):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 240px);
}

.menu-sec
    li:nth-child(1):nth-last-child(7)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(2):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(3):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(4):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(5):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(6):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(7):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 280px);
}

.menu-sec
    li:nth-child(1):nth-last-child(8)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(2):nth-last-child(7)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(3):nth-last-child(6)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(4):nth-last-child(5)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(5):nth-last-child(4)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(6):nth-last-child(3)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(7):nth-last-child(2)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.menu-sec
    li:nth-child(8):nth-last-child(1)
    input[type="radio"]:checked
    ~ .accslide {
    width: calc(100% - 320px);
}

.show-btn {
    position: relative;
    z-index: -0;
}

.main-2-banner {
    height: 30vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.main-title {
    font-family: var(--text-verlagbook);
}

.contactFormSubmit {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    color: black;
}

.contactFormSubmit:hover {
    background-color: var(--main-color);
    color: white;
    border: nonetext-white;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 35.25%;
    /* Aspect ratio for responsiveness */
    height: 0;
}

.map-container .map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.menu-section {
    color: #000;
    padding: 20px 0;
}

.menu-section .menu-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.menu-section .menu-categories button {
    border: 1px solid #000;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-size: 20px;
}

.menu-section .menu-categories button.active {
    background-color: #c89729;
    color: #fff;
    border-color: #c89729;
}

.menu-section .menu-categories button:hover {
    background-color: #c89729;
    color: #fff;
    border-color: #c89729;
}

.menu-section .menu-item {
    padding: 15px 10px;
    border-bottom: 1px solid #000;
}

.menu-section .menu-item h5 {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--text-verlagbook);
}

.menu-section .menu-item .price {
    font-weight: bold;
    float: right;
}

@media (max-width: 767px) {
    .menu-section .menu-item .price {
        float: none;
        display: block;
        margin-top: 10px;
    }
}

.menu-section .menu-item p {
    margin-bottom: 0px;
}

.menu-categories button {
    cursor: pointer;
}

.bg-about {
    background-image: url("../main-images/bg/about-hero.jpg");
}

.bg-contact {
    background-image: url("../main-images/bg/contact-hero.jpg");
}

.bg-menu {
    background-image: url("../main-images/bg/menu-hero.jpg?v=1");
}

.bg-happinings {
    background-image: url("../main-images/bg/happenings-hero.jpg");
}

.bg-reservations {
    background-image: url("../main-images/bg/reservations-hero.png");
}

.bg-section {
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .bg-section {
        height: 40vh;
    }
}

.bg-section::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.navbar-nav .nav-item .nav-link.active {
    color: var(--main-color) !important;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.submit-btn {
    background-color: #d29d00;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.main-event .form-control {
    background: none;
    color: white !important;
}

.main-event label {
    background: none;
    color: white;
}

.main-event .multisteps-form__progress-btn p {
    color: white;
}

.main-event .multisteps-form__progress-btn:before {
    border: none;
    background: #ffffff;
    color: #000;
}

.main-event .multisteps-form__progress-btn.js-active:before {
    background: var(--main-color);
}

.main-event .multisteps-form__progress-btn span {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.checkbox-container {
    display: flex;
    /* align-items: center; */
    font-size: 18px;
}

.checkbox-container a:hover {
    color: white;
}

.checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #f9a825;
    margin-right: 10px;
}

.main-event .form-select {
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff !important;
}

.main-event .form-select option:checked {
    color: #000 !important;
}

.main-event .form-select:hover {
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff !important;
}

/* Default icon color - white */
#menuIcon {
    color: white !important;
    transition: color 0.3s ease;
    /* Smooth transition for color change */
}

/* Icon color when scrolled - black */
/* .scrolled #menuIcon {
    color: black !important;
} */

@media (max-width: 767px) {
    header .header-nav .header-nav-right {
        display: block !important;
    }

    .header-btn {
        padding: 10px !important;
        font-size: 10px;
    }

    .av-img {
        width: 40% !important;
    }

    .slick-next {
        right: 17px !important;
    }
}

.tab-sec .nav-pills .nav-link {
    text-align: left;
    font-size: 18px;
    color: black;
}

.tab-sec .nav-pills .nav-link {
    position: relative;
    color: black;
    font-size: 18px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.tab-sec .nav-pills .nav-link.active,
.tab-sec .nav-pills .nav-link:hover {
    color: var(--green-color);
    font-weight: normal;
    background: transparent;
    margin-left: 25px;
}

.tab-sec .nav-pills .nav-link::after {
    content: "";
    background-color: var(--main-color);
    height: 2px;
    width: 0px;
    position: absolute;
    left: -40px;
    top: 50%;
    transition: width 0.3s ease-in-out, opacity 0.3s;
    opacity: 0;
    visibility: hidden;
}

.tab-sec .nav-pills .nav-link.active::after,
.tab-sec .nav-pills .nav-link:hover::after {
    opacity: 1;
    visibility: visible;
    width: 25px;
    margin-left: 25px;
}

.about-bg-section {
    background-image: url("../main-images/bg/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-bg-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 700px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.about-banner {
    height: auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.mfp-counter {
    display: none;
}

.mfp-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: auto !important;
}

.search-box-1 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.search-box-1 i {
    color: #888;
    padding-right: 8px;
}

.search-box-1 input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
}

.mobile-menu-sec .nav-item.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--main-color);
}

.mobile-menu-sec .nav-item .nav-link {
    background-color: transparent;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-size: 20px;
    font-family: var(--text-verlagbook);
}

@media (max-width: 767px) {
    .home-menu .menu-item .price {
        float: none !important;
        display: block;
        margin-top: 10px;
    }

    .home-menu .menu-item p {
        min-height: auto !important;
    }

    .home-menu .menu-item {
        padding: 0 10px 10px !important;
    }
}

.mobile-menu-sec .nav-item .nav-link.active {
    background-color: transparent;
    border: none !important;
    outline: none !important;
    color: var(--main-color);
}

.break-text {
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.program-new .product-box-3 .product-header .product-image img {
    height: 100% !important;
    object-fit: cover !important;
}

.product-box-3 .product-header {
    overflow: hidden;
    /* Prevents the image from overflowing */
    position: relative;
}

.product-box-3 .product-header .hover-effect img {
    transition: transform 0.3s ease-in-out;
    /* Smooth transition */
}

.product-box-3 .product-header .hover-effect:hover img {
    transform: scale(1.1);
    /* Zooms the image without overflowing */
}

.w-90 {
    width: 80%;
}

.detail-menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding: 25px 0;
    color: white;
    font-family: var(--text-verlagbook);
    text-transform: uppercase;
}

.detail-menu h3 {
    text-transform: uppercase;
}

.detail-menu:hover h3 {
    color: var(--main-color);
}

.detail-menu:hover i {
    color: var(--main-color);
}

.detail-menu:hover {
    border-color: var(--main-color);
}

.detail a {
    width: 100%;
}

.faq .accordion-button::after {
    content: none !important;
}

.faq .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    font-weight: normal;
    padding: 15px;
    width: 100%;
    text-align: left;
    position: relative;
}

.faq .accordion-button::before {
    content: "";
    font-size: 20px;
    position: absolute;
    right: 15px;
    transition: transform 0.3s ease;
}

.faq .accordion-button[aria-expanded="true"]::before {
    content: "";
}

.faq .accordion-body {
    padding: 10px 15px;
}

.faq .accordion-item {
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}

.faq .accordion-collapse {
    border-bottom: 1px solid #ccc;
}

.faq .faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.faq .faq-column {
    flex: 1;
    min-width: 300px;
}

.faq .accordion-button:focus {
    background: none;
    border: 0;
    color: black;
}

.faq .accordion-button:not(.collapsed) {
    color: #000;
    background: none !important;
    box-shadow: none !important;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.faq .faq-icon {
    border: 1px solid #ffffff;
    padding: 8px 10px;
    border-radius: 50%;
    background: white;
}

.faq .accordion-button:not(.collapsed) .faq-icon {
    background: var(--main-color);
    color: white;
}

/* .detail-slider .outdoor-item-slide::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 58px;
  width: calc(100% + -45px);
  height: calc(100% + 6px);
  border: 2px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  z-index: -1;
  pointer-events: none;

}

.detail-slider .slick-list .slick-track {
  top: -5px !important;
}

.detail-slider .slick-list .slick-track .slick-slide {
  margin: 10px 20px !important;
} */

.user-dashboard-section .dashboard-right-sidebar {
    height: auto !important;
}

.nav-btn-style:hover {
    background-color: #f1f1f1;
    color: #000;
}

.head-p {
    padding: 25px 0 0;
}

.user-nav-pills .nav-item .nav-link {
    /* Default styling */
    color: #4a4a4a;
}

.user-nav-pills .nav-item .nav-link.active {
    color: #d4af37;
    /* Example active color */
    background-color: #f5f5f5;
    /* Optional */
    font-weight: bold;
}

.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
    padding: 80px 15px 0 !important;
}

header .navbar-expand-xl .navbar-nav {
    width: max-content;
}

header .onhover-dropdown .onhover-div {
    border-radius: 0px !important;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
        margin-left: 10px !important;
    }
}

.btn-animation {
    border-radius: 0px !important;
}

.mfp-arrow {
    display: block !important;
    opacity: 1 !important;
}

.black-btn {
    background: transparent;
    color: var(--main-color);
    border: none;
}

.multisteps-form__panel .fa-calendar {
    color: var(--main-color);
}

.multisteps-form__panel .iti__selected-dial-code {
    color: white !important;
}

.contact-form .iti {
    position: relative;
    display: block !important;
}

.btn-res-cart,
.header-btn {
    height: 40px;
    /* Adjust as needed */
    /* line-height: 40px; */
    padding: 0 16px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.log-icon i {
    height: 20px;
    width: 20px;
}

.btn {
    border-radius: 5px !important;
}

.delivery-icon .btn {
    padding: 20px 10px !important;
}

.menu-items {
    margin: 40px 0px !important;
}

.res-form #people-error {
    position: absolute;
    top: 44px;
    font-size: 12px;
}

.res-form #datepicker2-error {
    position: absolute;
    top: 44px;
    font-size: 12px;
}

.btn-border-bottom {
    display: inline-block;
    padding: 3px 0;
    color: #000000;
    border: none;
    border-bottom: 2px solid #000000;
    background: transparent;
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s;
}

.btn-border-bottom:hover {
    color: var(--green-color);
    border-bottom-color: var(--green-color);
}

html {
    scroll-behavior: smooth;
}

.form-check-input:checked {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.form-check-input:focus {
    border-color: var(--green-color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.w-33 {
    width: 33.33% !important;
}

.right-side .header-cart {
    padding: 11px 15px !important;
}

@media (max-width: 1024px) {
    .right-side .header-cart {
        padding: 6px 12px !important;
    }

    .delivery-icon .btn {
        padding: 15px 12px !important;
    }
}

/* .login-form a:hover {
    color: white;
} */

.login-form .iti__country-name {
    color: #000 !important;
}

.home-menu .menu-item {
    border-bottom: 1px solid black;
    padding: 0 5px 5px;
}

.home-menu .menu-item .price {
    font-weight: bold;
    float: right;
}

.home-menu .menu-item p {
    margin: 0 0 5px;
}

.home-menu .menu-item h2 {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--text-verlagbook);
}

@media (max-width: 576px) {
    .head-p {
        padding: 20px 0 20px !important;
    }

    .date-badge {
        top: 48% !important;
    }
}

.arrow-bounce {
    animation: upDown 1.5s infinite ease-in-out;
    width: 20px;
    cursor: pointer;
}

@keyframes upDown {
    0%,
    100% {
        transform: translateY(0);
    }

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

.home-menu .menu-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 44px;
}

.menu-col {
    height: 70vh;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .menu-col {
        height: 115vh;
        overflow: hidden;
    }
}

.custom-review-slider .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 168px;
}

.hide-flow {
    position: relative;
    z-index: 99;
}

.login-form .iti__selected-dial-code {
    color: #000;
}

.cart-canvas .left-tab-li.active .left-tab-link p {
    color: black;
}

.cart-canvas .left-tab-li.active .left-tab-info:last-child {
    color: black;
}

.cart-canvas .left-tab-li .left-tab-link p {
    color: rgb(0, 0, 0);
}

.cart-canvas .modal-title {
    color: #000;
}

.cart-canvas .btn:hover {
    color: #fff;
}

.cart-canvas .btn-theme:hover {
    color: var(--dark-color) !important;
}

.cart-order .accordion-button:not(.collapsed) {
    color: black;
}

.cart-order .accordion-button:not(.collapsed) {
    background-color: white;
}

.cart-canvas .cart-items ul li h5 {
    overflow: visible !important;
}

.checkout-section-2
    .right-side-summery-box
    .summery-box-2
    .summery-total
    li:last-child {
    border: none !important;
    padding: 8px 0 0 !important;
}

.date-badge {
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-family: var(--text-verlagbook);
    position: absolute;
    top: 54%;
}

.date-badge .month {
    font-size: 14px;
    line-height: 1;
}

.date-badge .day {
    font-size: 22px;
    line-height: 1;
}

.product-detail .pd-title {
    padding: 35px 0 0;
    font-family: "Bodoni" !important;
}

@media (min-width: 1023px) and (max-width: 1550px) {
    .summery-box .chat-conversation .list-unstyled li {
        width: 100%;
    }

    .chat-conversation .conversation-list {
        max-width: 100% !important;
    }

    .chat-conversation .conversation-list .ctext-wrap .wd-500 {
        width: 650px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .summery-box .chat-conversation .right .wd-500 {
        width: 400px !important;
    }

    .chat-conversation .conversation-list {
        max-width: 100% !important;
    }
}

.dashboard-right-sidebar .tooltip {
    z-index: 0;
}

.custom-calender-icon {
    position: absolute;
    top: 14px;
    right: 14px;
}

.product-footer p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.product-footer .pd-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

@media (min-width: 1280px) and (max-width: 1540px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0 !important;
    }

    .payment-success-custom .w-lg-50 {
        width: 50% !important;
    }
}

.tickets .tx-trunc2 {
    overflow: visible !important;
}

.relate-slider .slick-next {
    top: 50% !important;
    right: 15px !important;
}

.relate-slider .slick-prev {
    top: 50% !important;
}

.home-contain .down-arrow {
    position: absolute;
    bottom: 70px;
}

.payment-success-custom .not-found-area {
    height: auto !important;
}

@media (max-width: 768px) {
    .payment-success-custom {
        padding-bottom: calc(
            30px + (50 - 30) * ((100vw - 320px) / (1920 - 320))
        ) !important;
    }

    .home-contain .down-arrow {
        position: absolute;
        bottom: 80px;
    }
}

.select2-container--default .select2-results > .select2-results__options {
    display: flex;
    flex-direction: column;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color) !important;
    color: black !important;
}

.profile .datetime-check .select2 .selection {
    width: 100%;
}

.profile
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: var(--main-color) !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgb(0, 0, 0) !important;
}

.profile
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: rgb(0, 0, 0) !important;
    border-color: rgb(0, 0, 0) !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background-color: var(--theme-color) !important;
    color: rgb(0, 0, 0);
    outline: none;
}

.cart-order-items {
    max-height: calc(100vh - 275px) !important;
}

/* Tab buttons styled like image */
.custom-tab-container .tab-btn {
    border: 1px solid var(--main-color);
    background: transparent;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 130px;
    user-select: none;
    transition: background-color 0.3s, color 0.3s;
}

.custom-tab-container .tab-btn span {
    color: var(--main-color);
    line-height: 28px;
}

.custom-tab-container .tab-btn.active span,
.custom-tab-container .tab-btn:hover span {
    color: white;
}

.custom-tab-container .tab-btn .title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.custom-tab-container .tab-btn.active,
.custom-tab-container .tab-btn:hover {
    background: #cda43d;
    color: white;
    border-color: #cda43d;
}

/* Content styling */
.custom-tab-container .tab-content {
    font-size: 0.9rem;
    line-height: 1.5;
}

.custom-tab-container .tab-content .phone {
    font-weight: 700;
    margin-top: 1rem;
}

.custom-grid-2col {
    grid-template-columns: repeat(2, 1fr);
}

.custom-tab-container {
    padding: 1rem;
}

@media (max-width: 768px) {
    .custom-tab-container {
        padding: 1rem;
    }

    .custom-tab-container .tab-btn {
        min-height: auto;
        padding: 0.75rem;
        font-size: 1rem;
    }
}

.custom-tab-container .tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: justify;
}

/* .contact-container {
    padding: 40px 0 10px;
} */

.contact-container .contact-box {
    border: 1px solid #dbf95a;
    padding: 20px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.contact-container .contact-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-container .contact-box h2 {
    font-weight: bold;
    color: var(--green-color);
    margin-bottom: 10px;
    font-size: 20px;
}

.contact-container .contact-box p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.menu-resrv .title-dec b {
    font-size: 20px;
}

/* new menu css */
.new-menu-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: none !important;
    outline: none !important;

    color: var(--green-color);
}

.new-menu-sec .nav-tabs.vendor-custom-nav .nav-link:hover,
.nav-tabs.vendor-custom-nav .nav-link:focus {
    border: none !important;
    outline: none !important;
    color: var(--green-color);
}

.new-menu-sec .nav-tabs.vendor-custom-nav .nav-link.active::before,
.nav-tabs.vendor-custom-nav .nav-item.show .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--green-color);
}

.new-menu-sec .nav-tabs .nav-link {
    font-size: 20px;
    border: none !important;
}

.new-menu-sec .right-box {
    border-left: 1px dashed var(--green-color);
    padding-left: 25px;
    position: relative;
}

.new-menu-sec .items::before {
    border: none !important;
}

.new-menu-sec .items {
    border-bottom: 1px solid black;
    padding: 20px 0;
}

.new-menu-sec h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--text-verlagbook);
}

.new-menu-sec .tab-content {
    display: none;
}

.new-menu-sec .tab-content.active {
    display: flex;
}

.new-menu-sec .tab-button.active {
    border-bottom: 2px solid var(--green-color);
    color: var(--green-color);
}

.new-menu-sec .tab-button {
    background: transparent;
    border: none;
    margin: 0 15px 0 0;
    font-size: 20px;
}

.new-menu-sec h2 {
    font-family: var(--text-verlagbook);
}

.new-menu-sec h3 {
    font-size: calc(
        13px + (14 - 13) * ((100vw - 320px) / (1920 - 320))
    ) !important;
    line-height: 1.2;
    min-height: 25px;
}

@media (max-width: 991px) {
    .new-menu-sec .right-box {
        border-left: none !important;
        padding-left: 0px !important;
        border-top: 1px dashed #ddd;
        padding-top: 30px;
    }
}

.new-menu-sec .nav-item {
    width: 100%;
}

.new-menu-sec .items .offer-detail div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 48px;
}

.new-menu-sec .items .offer-detail div a h2 {
    min-height: 25px;
}

.new-menu-sec .offer-detail .name {
    font-size: 16px !important;
}

.new-menu-sec .sub-cat:not(:first-of-type) {
    padding-top: 30px;
}

.theme-option .back-to-top {
    background: var(--main-color);
}

.header-notification {
    height: auto;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0.75rem;
}

#contactModal h5 {
    font-family: var(--text-verlagbook);
}

#loginFormModal .btnclosecart {
    background: white;
    padding: 1px 5px 4px 0;
}

.white-close {
    filter: invert(1);
}

.full-venue .detail-venue ul {
    list-style-type: disc;
    padding-left: 16px;
}

.full-venue .detail-venue ul li {
    display: list-item !important;
}

@media (max-width: 1199px) {
    header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
        background-color: var(--body-color);
    }
}

@media (max-width: 1199px) {
    .bg-before {
        margin-top: 0 !important;
        height: 40vh !important;
    }
}

.contact-section {
    height: 40vh;
}

.bg-before::before {
    height: 40vh;
}

@media (max-width: 991.98px) {
    .new-menu-sec .nav-tabs.vendor-custom-nav {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .new-menu-sec .nav-tabs.vendor-custom-nav .nav-item {
    }

    /* Optional: scrollbar styling for better UX */
    .new-menu-sec .nav-tabs.vendor-custom-nav::-webkit-scrollbar {
        height: 6px;
    }

    .new-menu-sec .nav-tabs.vendor-custom-nav::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }
}

.form-col-responsive {
    width: 100%;
}

@media (min-width: 992px) {
    .form-col-responsive {
        width: 48%;
    }

    .responsive-gap {
        gap: 5px;
    }
}

@media (max-width: 991.98px) {
    .new-menu-sec .right-box .tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    /* Optional: scrollbar styling for better UX */
    .new-menu-sec .right-box .tabs::-webkit-scrollbar {
        height: 6px;
    }

    .new-menu-sec .right-box .tabs::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }
}

#occasion::placeholder {
    color: rgb(170, 170, 170) !important;
    opacity: 1;
}

.mobile-menu-sec .nav .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--main-color);
}

.mobile-menu-sec .nav .nav-item {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }

    .cart-order-items {
        max-height: calc(100dvh - 470px) !important;
    }

    .right-tab-pane-lg {
        height: calc(100dvh - 50px) !important;
    }

    .border-right-green {
        border-right: none !important;
    }
}

.event-resend-otp:hover {
    color: var(--white-color) !important;
}

.resend-otp:hover {
    color: var(--green-color) !important;
}

.acc-order-detail .title-medium {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
}

.detail-faq ul li {
    display: list-item !important;
    margin-left: 20px;
}

#time-error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}

.dashboard-right-sidebar .tooltip .tooltiptext {
    width: 200px !important;
    white-space: normal !important;
}

/* profile-icon */

.profile-options {
    position: absolute;
    top: 100%;
    right: 0;
    background: #242526;
    color: white;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    padding: 6px 0;
    min-width: 180px;
    z-index: 999;
    display: none;
}

.profile-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-options ul li {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-options ul li:hover {
    background: #3a3b3c;
}

.profile-options ul li i {
    width: 16px;
    text-align: center;
}

.profile-image .cover-icon img {
    height: 35px !important;
    width: 45px !important;
}

.user-dashboard-section
    .dashboard-left-sidebar
    .profile-box
    .profile-contain
    .profile-image
    .profile-options
    img {
    all: unset;
    display: block;
    width: 15px !important;
    height: auto !important;
}

.profile-image img {
    object-fit: fill !important;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

/* profile modal css */
a,
a:hover {
    text-decoration: none;
}

/*------------------  */
.ci-user-picture {
    min-width: 150px;
    margin-right: 16px;
}

.ci-user-picture img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.btn-default {
    display: inline-block;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
}

.file-preview-profile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*----modal--------*/

.cropImageModal .modal-dialog {
    max-width: 750px;
    width: 90%;
    margin: 0.5rem auto;
}

.up-photo-title {
    padding: 8px 15px;
    text-align: center;
}

#upload-demo {
    position: relative;
    width: 100%;
    height: 250px;
    padding-bottom: 0;
}

.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}

figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}

.croppie-container .cr-image {
    right: 0;
}

.croppie-container .cr-slider-wrap {
    width: 275px;
}

.cr-slider-wrap p {
    font-size: 13px;
    color: #8d8d94;
    text-align: left;
}

.cr-slider {
    width: 275px;
}

.upload-action-btn {
    margin-top: 60px;
    padding-top: 40px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #006afa;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.cr-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #006afa;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.cr-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #006afa;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.cr-slider::-webkit-slider-runnable-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #e0e0e0;
    border-radius: 3px;
    border: none;
}

.cr-slider:focus::-webkit-slider-runnable-track {
    background: #e0e0e0;
}

.cr-slider::-moz-range-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #e0e0e0;
    border-radius: 3px;
    border: none;
}

.cr-slider::-ms-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #e0e0e0;
    border-radius: 3px;
    border: none;
    color: transparent;
}

.close-modal-custom {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
}

.tooltip-custom-dark {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-custom-dark .tooltip-content-dark {
    visibility: hidden;
    width: max-content;
    max-width: 250px;
    background-color: #000;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 6px 10px;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    white-space: normal;
    font-size: 18px !important;
}

.tooltip-custom-dark:hover .tooltip-content-dark {
    visibility: visible;
    opacity: 1;
}

.tooltip-custom-dark .tooltip-content-dark::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.ac-sub-teb .nav-link:hover,
.ac-sub-teb .nav-link.active,
.ac-sub-teb .nav-link:focus {
    color: var(--main-color) !important;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid var(--main-color);
}

.ac-sub-teb .nav-line .nav-link.active::after {
    background-color: var(--main-color) !important;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid var(--main-color);
}

.ac-sub-teb .nav-line .nav-link {
    color: var(--dark-color);
    font-size: 16px;
    font-family: var(--text-verlagbook);
}

.ac-sub-teb {
    background: #fff9ec;
    border-radius: 5px;
}

.h5-fs {
    font-size: calc(
        15px + (16 - 15) * ((100vw - 320px) / (1920 - 320))
    ) !important;
}

.h4-fs {
    font-size: calc(
        17px + (18 - 17) * ((100vw - 320px) / (1920 - 320))
    ) !important;
    font-family: var(--text-verlagbook);
}

.new-menu-sec .sub-cat h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--text-verlagbook);
}

.main-footer .footer-links a:hover {
    color: var(--main-color) !important;
    text-decoration: underline !important;
}

.impact-card {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid var(--main-color);
}

.impact-card h4 {
    color: var(--green-color);
}

.impact-card p {
    min-height: 40px;
    margin-bottom: 0;
}

.impact-card .text-danger {
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--red-color) !important;
}

.bd-b-6 {
    border-bottom: 6px solid var(--main-color);
}

.form-container .form-control {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-container .form-control:focus {
    border-color: var(--yellow-color);
    border: 2px solid var(--yellow-color);
    box-shadow: 0 0 5px rgba(255, 204, 0, 0.5); /* optional glowing effect */
}

.form-container .form-control {
    border-radius: 0 !important;
}
.form-container .ff-main {
    font-size: 14px;
}

.btn-theme-blue {
    background-color: var(--light-main);
    color: #000 !important;
    border-radius: 5px !important;
    font-weight: bold;
}

.btn-theme-blue:hover {
    opacity: 0.8 !important;
}
.btn-theme-white {
    background-color: white;
    color: var(--green-color) !important;
    border-radius: 5px !important;
    font-weight: bold;
}

.btn-theme-white:hover {
    opacity: 0.9 !important;
}

.reservation .ticket-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reservation .ticket-counter .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}

.reservation .ticket-counter .badge {
    font-size: 1rem;
    padding: 5px 10px;
}

.reservation .price {
    font-weight: bold;
    margin-left: 10px;
}

.reservation .alert {
    font-size: 0.9rem;
    margin-top: 5px;
}

.slot-main .btn {
    padding: 8px 20px !important;
}

.btn-group-wrapper {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    white-space: nowrap;
}

.btn-group-wrapper .btn-group {
    display: flex;
    gap: 8px;
}

.btn-group-wrapper .btn-group .btn {
    flex: 0 0 auto;
    min-width: 80px;
    text-align: center;
}

.reservation .btn-custom {
    border: 1px solid rgb(175, 175, 175);
    border-radius: 8px;
    padding: 8px 0;
    width: max-content !important;
}

.reservation .btn-custom.active,
.btn-check:checked + .btn-custom {
    background-color: var(--yellow-color);
    border-color: var(--yellow-color);
    color: #000 !important;
    box-shadow: none;
}

.reservation .btn-custom:hover {
    color: #000 !important;
}

.btn-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.btn-grid .btn {
    width: 100%;
    text-align: center;
}

.our-team {
    padding: 40px 0;
}

.our-team .team-member {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

.our-team .team-member img {
    width: 100%;
    height: 100%;
    max-width: 350px;
    max-height: 350px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    transition: transform 0.3s;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.our-team .team-member img:hover {
    transform: scale(1.05);
}

.our-team .team-member h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.our-team .team-member p {
    font-size: 0.9rem;
    margin: 10px 0 0;
}

.res-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    max-width: max-content;
}

.checkout-section-2
    .right-side-summery-box
    .summery-box-2
    .summery-total
    li:nth-child(4)
    h4 {
    color: var(--green-color);
}

.success-img {
    width: 75px;
    height: 60px;
    object-fit: cover;
}

.border-right-green {
    border-right: 2px solid var(--green-color);
}

.w-30 {
    width: 30%;
}

@media (max-width: 1024px) {
    .w-30 {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    header.scrolled .navbar-nav .nav-link,
    header.scrolled .header-nav-right .deal-button {
        color: #000000 !important;
    }
}

@media (max-width: 768px) {
    .w-30 {
        width: 100% !important;
    }

    .res-img {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.tooltip-inner {
    max-width: 300px;
    white-space: normal;
}

.bg-yellow {
    background: var(--yellow-color);
}

.bg-green {
    background: var(--green-color);
}

.text-italic {
    font-style: italic;
}

.bg-light-gray {
    background: var(--gray-light);
}

.tooltip-inner {
    color: #fff !important;
    background: black !important;
}

.text-green {
    color: var(--green-color);
}

.custom-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
    text-align: start;
}

.custom-tabs .nav-link.active {
    border-bottom: 2px solid var(--green-color);
    background: transparent;
    color: var(--dark-color);
    border-radius: 0;
}

.custom-tabs .tab-content img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.custom-tabs .tab-pane h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-tabs .tab-pane p {
    font-size: 1rem;
    color: #333;
}

/* Numbered badges */
.custom-tabs .tab-number {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
    border: 1px solid var(--green-color);
}

/* Active tab number */
.custom-tabs .nav-link.active .tab-number {
    background-color: var(--green-color);
    color: white;
}

.flatpickr-calendar {
    z-index: 1055 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
    background: var(--green-color) !important;
}

.exe-order-page .btn-theme:hover {
    color: white;
}

.btn-theme-main {
    background-color: var(--light-main);
    color: #000 !important;
    border-radius: 5px !important;
    font-weight: bold !important;
}

.btn-theme-main:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.main-footer h2 {
    line-height: 22px !important;
}

/* Tablet and mobile (≤991px) */
@media (max-width: 991px) {
    .home-contain .home-detail h1 {
        font-size: 32px !important;
    }
}

.newsletterEmail.error {
    border: 2px solid red !important;
}

.newsletterForm #-error {
    display: none !important;
}

.last-item {
    border-bottom: none !important;
}

.container {
    max-width: calc((var(1200px, 1500px) - (11px * (24 - 1))) / 24) !important;
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: calc(
            (var(1200px, 1500px) - (11px * (24 - 1))) / 24
        ) !important;
    }
}

@media (max-width: 768px) {
    .pd-d-head {
        padding: 6px 12px 6px !important;
    }
}

.fs-60 {
    font-size: 60px !important;
    font-weight: 900 !important;
    /* Default for large screens */
}

/* Tablet devices */
@media (max-width: 1024px) {
    .fs-60 {
        font-size: 40px !important;
        /* Tablet and smaller */
    }
}
@media (max-width: 1024px) {
    .fs-50 {
        font-size: 30px !important;
        /* Tablet and smaller */
    }
}
.program-details-row p {
    font-family: "Merriweather", serif;
    font-size: 1rem !important;
}

.club-sec p {
    font-family: "Merriweather", serif;
    font-size: 1.3rem !important;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .fs-20 {
        font-size: 20px !important;
    }
}
@media (max-width: 1199px) {
    .banner-title {
        line-height: 40px !important;
    }
}
.highlight {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
}

.highlight svg {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: calc(100% + 50px);
    height: 1.2em;
    pointer-events: none;
    z-index: -1;
}
.home-detail-1 .highlight svg {
    bottom: -16px !important;
}
.btn-outline-green {
    border: 1px solid var(--green-color);
}

.btn-outline-green:hover {
    border: 1px solid var(--green-color);
    background-color: var(--green-color);
    color: white;
}

.main-banner .center-content {
    height: 100vh !important;
}

.fw-600 {
    font-weight: 700;
}

.circle-img {
    width: 100%;
    height: 540px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.circle-container {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.circle-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Small devices: mobile portrait */
@media (min-width: 0px) and (max-width: 480px) {
    .circle-img {
        width: 100%;
        height: 42vh;
        object-fit: cover;
        border-radius: 50%;
    }
}

/* Medium devices: mobile landscape / small tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .circle-img {
        max-width: 100%;
        height: 335px;
        object-fit: cover;
        border-radius: 50%;
    }
}

/* Large devices: tablets / small laptops */
@media (min-width: 769px) and (max-width: 1023px) {
    .circle-img {
        max-width: 100%;
        height: 335px;
        object-fit: cover;
        border-radius: 50%;
    }
}

/* Extra large devices: desktops */
@media (min-width: 1025px) and (max-width: 1200px) {
    .circle-img {
        max-width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 50%;
    }
}

/* Ultra large devices: large desktops */
@media (min-width: 1201px) {
    .circle-img {
        max-width: 100%;
        height: 500px;
        object-fit: cover;
        border-radius: 50%;
    }
}

/* Make sure your list shows bullets */
ul.custom-list {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1rem !important;
}

/* Ensure list items inherit the style */
ul.custom-list > li {
    display: list-item !important;
    list-style-type: disc !important;
    padding-bottom: 5px;
}

.marquee-content svg {
    user-select: none;
    height: 240px;
    overflow: visible;
}

.marquee-content h1 {
    height: 20vh;
    display: flex;
    align-items: center;
    font-size: 4rem;
}

/* Add this to make the text white */
.Marquee-svg-text {
    fill: white;
}

.marquee-content p {
    position: absolute;
    bottom: 1em;
    right: 1em;
    font-weight: 400;
    font-size: 1.3em;
}

.info-box {
    margin-bottom: 20px;
}

.info-box h5 {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--main-color);
    font-size: 18px !important;
}

.info-box a {
    color: var(--main-color);
    text-decoration: underline;
}

.info-box p {
    color: white;
    font-size: 16px !important;
}

.info-box a:hover {
    text-decoration: none;
}

.accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
/* Plus / minus icons */
.accordion .accordion-button::after {
    transition: transform 0.3s ease, background-image 0.3s ease;
}
/* Smooth collapse transition */
.accordion-collapse {
    transition: height 0.35s ease;
    overflow: hidden;
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}
.accordion .accordion-item:first-child {
    border-top: 1px solid black;
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion-header button {
    font-weight: bold;
    font-size: 1.2rem;
}
.accordion-body {
    font-family: "Merriweather", serif;
}
.main-bd {
    border-top: 2px solid var(--main-color);
}
.fs-42 {
    font-size: 42px;
}
.ff-main {
    font-family: "Merriweather", serif;
}
.text-required {
    color: rgb(194, 194, 194);
}
.bg-dark-blue {
    background: hsla(208.24, 34.69%, 9.61%, 1);
}
.fs-1-2 {
    font-size: 1.2rem !important;
    line-height: 28px !important;
}
.fs-50 {
    font-size: 48px;
    font-weight: 900 !important;
}
.fs-15 {
    font-size: 15px !important;
}
.club-sec-2 {
    position: relative;
    background-color: var(--green-color);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-bottom: 100px;
    clip-path: ellipse(100% 100% at 50% 0%);
}

@media (max-width: 768px) {
    .club-sec-2 {
        clip-path: ellipse(190% 100% at 50% 0%);
    }
}
.bg-dark-blue .highlight svg {
    z-index: 0 !important;
}
.font-italic {
    font-style: italic;
}
.menu-circle-img {
    height: auto;
    max-height: 345px;
    max-width: 70%;
    border-radius: 50%;
    object-fit: cover;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.home-detail-1 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-sec {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
@media (max-width: 768px) {
    .map-container {
        height: 40vh;
        padding-bottom: 0 !important;
    }
    .map-container iframe {
        height: 100%;
    }
    .pd-top-sec {
        padding-top: 120px !important;
    }
    .highlight svg {
        width: calc(100% + 30px);
    }
}
.pd-top-sec {
    padding-top: 150px;
}
.text-dark {
    color: #000;
}
.lh-36 {
    line-height: 54px !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.dropzone .dz-preview .dz-progress {
    z-index: 99 !important;
}
.slot-select-block p {
    color: #000;
}
.mx-w-content {
    width: max-content;
}
.fs-18 {
    font-size: 18px;
}

@media (max-width: 1199px) {
header .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    justify-content: start !important;
}
}

.program-details-section ul li {
    display: list-item !important;
    margin-left: 20px;
}

.donate-btn {
    line-height: 20px !important;
}