

.fileds_er,
.fileds_er_suc {
    text-transform: capitalize;
}

.mobile-header {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #08111b;
    height: 70px;
}

.mobile-col {
    width: 20%;
    text-align: center;
}

.mobile-header p {
    margin: 0px;
    font-size: 12px;
}

.mobile-header i {
    font-size: 23px !important;
}

.navbar-collapse {
    height: auto !important;
    position: absolute;
    top: 0px;
    z-index: 9999;
    background: #08111b;
    width: 100%;
    opacity: 0;
}

.navbar-collapse.collapse.show {
    opacity: 1 !important;
}

button.navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    margin: auto;
    height: 53px;
    padding: 10px 0px;
}

span.icon-bar {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-left: 4px;
}

button.navbar-toggle[aria-expanded="true"] span.icon-bar {
    background: transparent;
}

.orange-text {
    text-decoration: none !important;
}

.orange-text:hover {
    color: #eb5564 !important;
}

@media (max-width: 991px) {
    .progress-wrap1 {
        bottom: 80px;
        right: 15px;
    }

    .switch {
        bottom: 100px;
        left: 15px;
    }

    ul.navitem-sec,
    .header1-sec {
        display: none;
    }

    .mobile-header-nav a {
        color: #fff;
        padding: 10px 20px !important;
        display: block;
        border-bottom: 1px solid #403f3f;
        text-decoration: none !important;
        text-transform: uppercase;
    }

    .mobile-header-nav li:first-child>a {
        border-top: 1px solid #403f3f;
    }

    p.mobile-menu-heading {
        text-align: center;
        margin-top: -5px !important;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        padding-top: 10px;
    }

    div.mobile-header-nav {
        padding: 40px 0px;
    }

    .navbar-nav .dropdown-menu {
        position: relative !important;
        transform: none !important;
        background: #08111b;
        padding: 0px;
        box-shadow: none !important;
        outline: none !important;
        border: 0px;
    }

    .navbar-nav .dropdown-menu li:first-child a {
        border-top: 0px;
    }

    .navbar-nav .dropdown-menu li a {
        padding-left: 40px !important;
    }

    .mobile-cart a {
        color: #fff;
        font-size: 30px;
    }

    .main-header {
         z-index: 9999;
        background: unset;
       
      
    }

    .mobile-view1 {
        display: block !important;
    }
}

@media (min-width: 992px) {

    .mobile-header,
    .mobile-cart {
        display: none;
    }
}

.explore-btn-sign {
    padding: 0px 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 38px;
    color: #fff;
    background: linear-gradient(150deg, #e8b904 0%, #ee7961 100%);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #e8b904 0%, #ee7961 100%);
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px #e8b904;
    outline: 0;
    cursor: pointer;
}

.explore-btn-sign:hover {
    color: #fff;
    text-decoration: none;
    border-width: 2px;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #e8b904 0%, #ee7961 100%);
    background: transparent;
    font-weight: 400;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    display: none;
    right: 10vw;
    top: 70px !important;
}

.shopping-cart1 {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    display: none;
    right: 10vw;
    top: 70px !important;
}

.shopping-cart-items li {
    list-style-type: none;
}

.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart-total {
    float: right;
}

.shopping-cart-items {
    padding-top: 10px;
    padding-left: 5px;
    text-transform: capitalize;
}

.listview img {
    float: left;
    margin-right: 12px;
}

.item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #000;
}

.item-price {
    color: #eb5564;
    margin-right: 8px;
}

.item-quantity {
    color: #ccc;
    float: right;
}

.shopping-cart:after {
    bottom: 100%;
    right: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.shopping-cart1:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.listview:after {
    content: "";
    display: table;
    clear: both;
}

.shopping-cart .explore-btn:hover {
    color: #eb5564;
    box-shadow: none;
}

.cart-buttons {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.cart-table1 .proimage {
    height: 50px;
    width: 50px;
    text-align: center;
}

.cart-table1 tr {
    border-bottom: 1px solid #f7f7f7;
}

table.cart-table1 {
    width: 100%;
    text-transform: capitalize;
}

a.cart-btn {
    padding: 0px 10px;
    position: relative;
    color: #fff;
}

a.cart-btn i.fa.fa-shopping-cart {
    font-size: 22px;
    margin-top: 10px;
}

a.cart-btn span.cart-count {
    margin-left: 5px;
    position: absolute;
    top: -10px;
    right: 0px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    background: #ee7461;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
}

span.icon-bar {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 5px;
    margin-left: 4px;
    border: 1px solid #fff;
    background-color: transparent;
}

.mobile-col {
    display: none;
}

.mobile-col li {
    list-style-type: none;
}

.cart-btn1 img,
.signing-sec img,
.signin1,
.cart1,
.cart-btn1,
.sign-icon {
    filter: invert(1);
}

.light .sign-icon,
.light .cart-btn1 img,
.light .signing-sec img,
.light .signin1,
.light .cart1,
.light .cart-btn1 {
    filter: invert(0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: inline;
}

div#navbar-close {
    color: #fff;
}

.hidden1 {
    display: none;
    visibility: hidden !important;
}

button#ChangeToggle {
    margin-top: 5px;
    padding: 0px;
}

.navitem-sec {
    margin: 0px;
}

.mobile-view1 {
    display: none;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #08111b;
    padding-top: 15px;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-align: left;
}

.sidebarMenuInner li a {
    color: #c3c3c3;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    height: 22px;
    width: 22px;
    display: grid;
    margin-top: -16px;
}

.toggleopen .sidebarIconToggle {
    position: fixed;
}

.light .sidebarIconToggle {
    filter: invert(1);
}

span.caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #c3c3c3;
    display: inline-block;
    margin-left: 10px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    height: 8px;
    width: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    height: 8px;
    width: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    height: 8px;
    width: 8px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%
}

input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

#sidebarMenu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

#sidebarMenu ul li:hover>ul,
#sidebarMenu ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    position: inherit;
    padding-left: 0px;
}

#sidebarMenu ul li ul li {
    clear: both;
    width: 100%;
}

ul.sidebarMenuInner {
    padding-left: 0;
}

#sidebarMenu ul li ul li:last-child {
    border-bottom: none;
}

li.dropdown.active>a,
ul.dropdown li.active a {
    color: #eb5564;
}

.logo-link img {
    width: auto;
    height: 70px;
    
}

.copy-right-sec a {
    color: #c3c3c3 !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .signing-sec {
        position: unset;
    }

    .toggleopen .signing-sec {
        position: fixed;
    }

    .toggleopen .header2-sec.header-fix-top.header-fix {
        padding: 10px 20px !important;
    }

    .toggleopen .header2-sec {
        padding-top: 0px !important;
    }
}

@media (max-width: 1600px) {
    .shopping-cart {
        right: 5vw;
    }
}

@media (max-width: 1300px) {
    .shopping-cart {
        right: 3vw;
    }
}

@media (max-width: 1100px) {
    .shopping-cart {
        right: 30px;
    }
}

#filter-modal .ratings {
    display: none;
}

.categories .form-group input:checked+label:after {
    height: 16px !important;
    padding: 3px;
}



@media (max-width: 767px) {
    .signupModal .container {
        width: 100%;
    }

    .signupModal .container.right-panel-active .sign-up-container {
        left: 0%;
    }

    .signupModal .sign-up-container {
        width: 100%;
    }

    .signupModal .container.right-panel-active .overlay-container {
        left: 0%;
    }

    .signupModal .overlay-container {
        width: 100%;
    }
}

.search-btn1 {
    background-image: url(../images/search-icon.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    /* filter: invert(1); */
}

/* .search-btn1:hover {
		background-image: url(../images/download.svg);
		height: 30px;
		width: 30px;
		background-repeat: no-repeat;
		filter: invert(0);
	} */


.search-dropdown a {
    position: relative;
    /* width: 30px; */
}

.search-dropdown .dropdown-results {
    /* position: relative; */
    /* width: 300px; */
}

.search-input {
    width: 100%;
    padding: 10px;
    /* font-size: 16px; */
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    /* box-sizing: border-box; */
}

.dropdown-results {
    width: 300px;
    position: absolute;
    top: 65%;
    /* left: 0; */
    right: 142px;
    max-height: 460px;
    background: white;
    /* border: 1px solid #ddd; */
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-item {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    text-transform: capitalize;
    white-space: normal;
}

.dropdown-results-rec {
    width: 100%;
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
}

.search-dropdown.active .dropdown-results {
    display: block;
}

/* .search-dropdown a {
		position: relative;
		width: 30px;
		margin-top: 4px;
	} */
a#search {
    position: relative;
    width: 30px;
    margin-top: 4px;
}

.close-more {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.dropdown-results-input .mail-input.searchInput {
    color: #000;
}

.booking-form {
    position: absolute;
    top: 60%;
    right: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.booking-form input {
    width: 100% !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 5px !important;
}

.booking-form .form-group {
    margin-bottom: 15px !important;
}

input.mail-input,
select.mail-input,
textarea.mail-input {
    width: 100% !important;
    margin-right: 5px !important;
    height: 40px !important;
    background-color: #c3c3c370 !important;
    border: 0;
    outline: 0;
    box-shadow: 0 0 10px 0 #c3c3c370 !important;
    font-weight: 500 !important;
    text-align: start !important;
}

.dropdown-item:hover {
    background: transparent;
}

.booking-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.booking-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.progress-wrap2 svg {
    display: none;
}

@media (max-width:992px) {
    .dropdown-results {
        top: 75%;
        right: 20px;
    }

    .progress-wrap2 {
        bottom: 130px;
        right: 15px;
    }
}


ul.account-content.same-content {
    top: 50px;
}

.signupModal input {
    border: none;
    margin: 10px 0;
    width: 100%;
    outline: 0;
    box-shadow: 0 0 10px 0 #c3c3c370;
}

.password-sec {
    position: relative;
}

.signupModal .modal-body {
    margin: auto;
    position: relative;
    max-width: 768px;
}

.signupModal .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    border-radius: 0px;
}

.signupModal .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    text-align: center;
}

.signupModal .sign-in-container {
    left: 0;
    width: 60%;
    z-index: 2;
}

.signupModal .sign-in-container,
.form-container.sign-up-container {
    color: #fff;
    /*background-color: #08111b;*/
    display: flex;
    align-items: center;
    padding: 70px;
    text-align: center;
}

.light .signupModal .sign-in-container,
.light .form-container.sign-up-container {
    /*color: #08111b;*/
    background: #fff;
}

.signupModal .right-panel-active .form-container.sign-in-container {
    opacity: 0;
}

.signupModal .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.signupModal .sign-up-container {
    left: 0;
    width: 60%;
    opacity: 0;
    z-index: 1;
}

.signupModal .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
    left: -20%;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.signupModal .overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.signupModal .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
    left: 40%;
}

.signupModal .overlay {
    background-image: linear-gradient(to right, #e8b904 50%, #ee7961 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.signupModal .container.right-panel-active .overlay {
    transform: translateX(50%);
}

.signupModal .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.signupModal .overlay-container p {
    font-size: 14px;
}

.signupModal .modal-body h1 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.signupModal .overlay-left {
    transform: translateX(-20%);
}

.signupModal .container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.signupModal .overlay-right {
    right: 0;
    transform: translateX(0);
}

.signupModal .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.signupModal .social-container {
    margin: 20px 0;
}

div.signupModal .modal-dialog {
    max-width: 100%;
    margin: 0px;
    height: 100%;
}

div.signupModal {
    padding: 0px !important;
}

div.signupModal .modal-content {
    height: 100%;
    /*background-color: #c3c3c3ee;*/
    align-items: center;
    justify-content: center;
    flex-direction: unset;
}

.ghost.explore-btn {
    border: 1.5px solid #fff;
    background: transparent;
    border-color: #fff;
    box-shadow: none;
    box-shadow: 0 0 8px 0 #fff;
    outline: 0;
    cursor: pointer;
}

.ghost.explore-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #08111b !important;
}

a.forgot-password {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

a.forgot-password:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px #ffffff60;
}

form#sign_in_customer {
    width: 100%;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1,
input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    width: 100%;
    height: 3px;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    float: unset;
}

input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    display: none;
}

.whatsapp-icon {
    position: fixed;
    /* Always visible */
    bottom: 116px;
    /* Distance from top */
    right: 16px;
    /* Distance from right */
    z-index: 99999;
    /* On top of all elements */
    width: 50px;
    /* increased width */
    height: 50px;
    animation: floating 3s ease-in-out infinite;
}

.whatsapp-icon img {
    width: 100%;
    height: auto;
    cursor: pointer;
}






@keyframes floating {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Mobile view (max-width: 768px) */
@media (max-width: 767px) {
    .whatsapp-icon {
        width: 35px;
        height: 35px;
        bottom: 180px;
        right: 19px;
        z-index: 99999;
    }

    #myPopup {
        bottom: 195px !important;
        right: 12px !important;
        box-shadow: none !important;
        width: 390px !important;
    }

    .close-icon {
        right: 40px !important;
        bottom: 0;
        top: 40px;
    }
}








/* Tablet view (max-width: 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .whatsapp-icon {
        width: 25px;
        height: 50px;
        bottom: 75px;
        right: 30px;
    }

    .whatsapp-icon {
        width: 35px;
        height: 35px;
        bottom: 180px;
        right: 19px;
        z-index: 99999;
    }

    .close-icon {
        right: 40px !important;
        bottom: 0;
        top: 40px;
    }
}

/* Tablet Pro view (max-width: 1100px) */
@media (min-width: 1024px) and (max-width: 1100px) {
    .whatsapp-icon {
        width: 70px;
        /* increased width */
        height: 70px;
        bottom: 100px;
        right: 22px;
    }
}

.otp-input-wrapper div .mail-input {
    padding: 0px 15px !important;
    text-align: center;
    color: #FFFF !important;
}

.explore-categories-btn .resend_otp:hover {
    cursor: pointer !important;
    color: #eb5564 !important;
}

.explore-categories-btn #loginClick:hover {
    cursor: pointer !important;
    color: #eb5564 !important;
}

#loginwithotp:hover {
    cursor: pointer !important;
    color: #eb5564 !important;
}

#forgot-password:hover {
    cursor: pointer !important;
    color: #eb5564 !important;
}



ul.account-content.same-content {
    top: 50px;
}

.exampleModalCenter input {
    border: none;
    margin: 10px 0;
    width: 85%;
    outline: 0;
    box-shadow: 0 0 10px 0 #c3c3c370;
}

.password-sec {
    position: relative;
}

.exampleModalCenter .modal-body {
    margin: auto;
    position: relative;
    max-width: 768px;
}

.exampleModalCenter .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    border-radius: 0px;
}

.exampleModalCenter .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    text-align: center;
}

.exampleModalCenter .sign-in-container {
    left: 0;
    width: 60%;
    z-index: 2;
}

.exampleModalCenter .sign-in-container,
.form-container.sign-up-container {
    color: #fff;
    background-color: #08111b;
    display: flex;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.light .exampleModalCenter .sign-in-container,
.light .form-container.sign-up-container {
    color: #08111b;
    background: #fff;
}

.exampleModalCenter .right-panel-active .form-container.sign-in-container {
    opacity: 0;
}

.exampleModalCenter .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.exampleModalCenter .sign-up-container {
    left: 0;
    width: 60%;
    opacity: 0;
    z-index: 1;
}

.exampleModalCenter .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
    left: -20%;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.exampleModalCenter .overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.exampleModalCenter .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
    left: 40%;
}

.exampleModalCenter .overlay {
    background-image: linear-gradient(to right, #e8b904 50%, #ee7961 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.exampleModalCenter .container.right-panel-active .overlay {
    transform: translateX(50%);
}

.exampleModalCenter .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.exampleModalCenter .overlay-container p {
    font-size: 14px;
}

.exampleModalCenter .modal-body h1 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.exampleModalCenter .overlay-left {
    transform: translateX(-20%);
}

.exampleModalCenter .container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.exampleModalCenter .overlay-right {
    right: 0;
    transform: translateX(0);
}

.exampleModalCenter .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.exampleModalCenter .social-container {
    margin: 20px 0;
}

div.exampleModalCenter .modal-dialog {
    max-width: 100%;
    margin: 0px;
    height: 100%;
}

div.exampleModalCenter {
    padding: 0px !important;
}

div.exampleModalCenter .modal-content {
    height: 100%;
    background-color: #c3c3c3ee;
    align-items: center;
    justify-content: center;
    flex-direction: unset;
}

.ghost.explore-btn {
    border: 1.5px solid #fff;
    background: transparent;
    border-color: #fff;
    box-shadow: none;
    box-shadow: 0 0 8px 0 #fff;
    outline: 0;
    cursor: pointer;
}

.ghost.explore-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #08111b !important;
}

a.forgot-password {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

a.forgot-password:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px #ffffff60;
}

form#sign_in_customer {
    width: 100%;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1,
input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    width: 100%;
    height: 3px;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    float: unset;
}

input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    display: none;
}







#myPopup {
    position: fixed;
    bottom: 245px;
    right: 35px;
    /* background-color: #333; */
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    width: 350px;
    display: none;
    /* Hidden by default */
    animation: slideIn 0.5s ease;
}

#myPopupform {
    background-color: #000;
}





/* .close-popup {
    /* background: transparent; *
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    float: right;
} */

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.close-icon {
    position: absolute;
    bottom: 205px;
    z-index: 9999;

    right: 70px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

div#guestInfoModal1 .modal-dialog .modal-content {
    background: #08111b;
}




.workshop-img {
    position: relative;
}

.head-banner .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 85vh;
}

.search-alert {
    position: absolute;
    bottom: -25px;
    color: #fff;
    text-transform: capitalize;
    min-width: calc(100% - 20px);
    text-align: center;
    white-space: nowrap;
}

.owl-stage {
    margin: 0 auto;
}

.search-not-allowed {
    cursor: not-allowed;
}

.search-not-allowed select.destination-select {
    pointer-events: none;
}


button.owl-prev {
    left: calc(7vw - 30px);
}

button.owl-next {
    right: calc(7vw - 30px);
}

a.carousel-link {
    color: #c3c3c3;
    text-decoration: none;
}

.light a.carousel-link {
    color: #3a3a3a;
    text-decoration: none;
}

.head-banner .carousel-item::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 80%, rgb(8 17 27 / 100%) 100%);
}

.light .head-banner .carousel-item::after {
    background: linear-gradient(180deg, rgb(8 17 27 / 0%) 80%, rgb(255 255 255 / 100%) 100%)
}

li.home.same-dropdown.nav-item {
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #e8b904 0%, #ee7961 100%);
}

.ho-night-sky_clouds {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ho-night-sky_clouds {
    display: block;
    height: 100%;
    right: 0;
    bottom: 0;
}

.cloud-sec {
    position: relative;
}

.ho-night-sky_clouds {
    background: url(../images/cloud.png);
    repeat-x: 0 0;
    background-size: cover;
    z-index: 2;
    -webkit-animation: an-clouds 400s linear infinite;
    -moz-animation: an-clouds 400s linear infinite;
    -o-animation: an-clouds 400s linear infinite;
    animation: an-clouds 400s linear infinite;
    height: 200px;
    opacity: 0.5;
}

.light .ho-night-sky_clouds {
    filter: invert(1) drop-shadow(0 0 0 black);
}

@-webkit-keyframes an-clouds {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes an-clouds {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-o-keyframes an-clouds {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@keyframes an-clouds {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

/*CSS by Murtaza*/
.workshop-details {
    text-align: left;
}

.workshop-details .date-seat img {
    display: none;
}

.workshop-details .date-seat {
    justify-content: space-between;
}

.workshop-img img {
    height: 250px;
}

.inner-item {
    min-height: auto;
}

p.workshop-name {
    color: #fff;
    margin-bottom: 15px;
}

.price {
    margin-top: 0px;
    color: #fff;
    line-height: 19px;
}

.price-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid #5c6269;
    padding-top: 15px;
}

.workshop-details .date-seat span.date-text {
    margin-left: 0px;
}

.price del {
    color: #c3c3c3;
    font-size: 14px;
    margin-top: 5px;
}

.photography-slider .owl-item,
.workshop-slider .owl-item {
    padding: 0px 15px;
}

section.photography-tour .explore-categories-btn {
    margin-top: 30px;
}

p.camera-head {
    font-size: 23px;
    text-transform: capitalize;
}

p.camera-text.text-center {
    font-size: 15px;
}

p.workshop-name {
    height: 40px;
    line-height: 1.2;
}

.explore-categories-btn {
    margin-top: 30px;
}

.inner-item:hover a#buynowproduct {
    border-image-slice: 1;
    text-decoration: none;
    border-width: 1px;
    color: #fff;
    font-weight: 400;
    border-image-source: linear-gradient(to right, #e8b904 0%, #ee7961 100%);
    background: linear-gradient(150deg, #e8b904 0%, #ee7961 100%);
}

button.owl-prev {
    left: -25px;
}

button.owl-next {
    right: -25px;
}

.workshop .explore-categories-btn {
    position: relative;
    z-index: 1;
}

.light p.workshop-name,
.light .price {
    color: #08111b;
}

img.blog-element-img {
    width: 200px;
    height: 120px;
    object-fit: cover;
}

.blog-feature:hover,
.element:hover {
    transform: translate3d(0px, -10px, 0px);
    box-shadow: 0 0 10px 0 #c3c3c390;
    transition: all 0.3s;
}

.light .blog-feature:hover,
.light .element:hover {
    transform: translate3d(0px, -10px, 0px);
    box-shadow: 0 0 10px 0 #08111b90;
    transition: all 0.3s;
}

.blog-details {
    padding: 15px;
}

.blog-name,
.element-name {
    text-transform: capitalize;
}

.blog-link {
    color: #fff !important;
    text-decoration: none !important;
}

.light .blog-link {
    color: #fff !important;
    text-decoration: none !important;
}

.section-text {
    width: 50%;
    position: relative;
    z-index: 1;
}

div#search .modal-dialog,
div#search .modal-content,
div#search .modal-body {
    background: transparent;
    padding: 0px;
    border: 0px;
    margin: 0 auto;
}

div#search .modal-close {
    top: -40px;
}

button.filter-toggle {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #808080 !important;
    background-color: #fff !important;
    width: 85%;
    margin: -60px auto 0;
    position: relative;
    border: 0 !important;
    outline: 0 !important;
    font-weight: 600;
    z-index: 99;
}

.filter-toggle::before {
    color: #808080;
    position: absolute;
    right: 15px;
    font-size: 18px;
    content: "\f002";
    font-family: FontAwesome;
}

@media (min-width: 992px) {
    div#search {
        opacity: 1;
        position: relative;
        display: block;
        overflow: visible;
        width: 100%;
        margin: 0 !important;
        z-index: 990;
    }

    div#search .modal-dialog,
    div#search .modal-content,
    div#search .modal-body {
        max-width: none !important;
        max-height: none !important;
        pointer-events: unset !important;
        height: auto !important;
        display: block !important;
        transform: none !important;

    }

    div#search .modal-close,
    button.filter-toggle {
        display: none;
    }
}


@media (max-width: 1600px) {
    .section-text {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .section-text {
        width: 85%;
    }
}



@media (min-width: 551px) and (max-width: 767px) {
    .highlight-sec .col-md-3.col-sm-6.col-6 {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (max-width: 767px) {
    .price {
        font-size: 16px;
    }

    .section-text {
        width: 100%;
    }

    .places-name {
        padding: 0px 20px;
    }

    .owl-stage {
        margin: 0;

    }

    .camera-rent-text {
        z-index: 9;
        position: relative;
    }

    .camera-rent-background::after {
        content: "";
        background: #08111b60;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .camera-rent-background {
        justify-content: center;
    }

    .sticky-bg1 {
        height: 465px;
    }

    .places-name {
        font-size: 17px;
        line-height: 20px;
    }


    .tour-sec {
        margin-top: 0;
        padding: 25px;
        width: 100%;
    }

    .carousel-title-main {
        padding: 0px 15px;
    }

    a.carousel-control-prev,
    a.carousel-control-next {
        top: auto !important;
        bottom: 100px;
        width: 35px;
        height: 35px;
    }

    .carousel-control-prev {
        left: calc(50% - 45px);
    }

    .carousel-control-next {
        right: calc(50% - 45px);
    }

    .highlight-icon img {
        width: 50px;
        height: 50px;
    }

    .highlight-sec>.row {
        flex-wrap: unset;
        width: 100%;
        overflow: auto;
        margin: 0px;
    }

    .photography-tour .base-line,
    section.workshop .base-line,
    .base-line {
        margin-left: 0px;
        margin-top: 5px;
    }

    .photography-tour .text-center,
    section.workshop .text-center {
        text-align: left !important;
    }

    .workshop-slider.side-space,
    .photography-slider.side-space {
        padding: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .photography-slider .owl-item,
    .workshop-slider .owl-item {
        padding: 0 30px 0 0;
    }

    .photography-slider .owl-item:last-child,
    .workshop-slider .owl-item:last-child {
        padding-right: 0 !important;
    }

    .workshop-img img {
        height: 150px;
    }

    .workshop-details {
        padding: 20px;
    }


    .tour-sec h3 {
        font-size: 18px !important;
    }

    p.workshop-name {
        font-size: 16px;
    }

}

@media (max-width: 550px) {
    .highlight-sec .col-md-3.col-sm-6.col-6 {
        max-width: 65%;
        flex: 0 0 65%;
    }

    .sticky-bg {
        position: absolute;
        bottom: 300px;
        left: 0;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {
    .tour-filter {
        width: 50%;
        margin-bottom: 30px;
    }

    section.highlights {
        margin-top: 100px;
    }
}


/* banner new */
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

#owl-banner .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
    padding-left: 10vw;
    padding-right: 10vw;
}

#owl-banner .owl-nav button {
    display: inherit !important;
}

.owl-banner-inner {
    height: 85vh;
    display: block;
}

.owl-banner-inner::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 80%, rgb(8 17 27 / 100%) 100%);
}

.light .owl-banner-inner::after {
    background: linear-gradient(180deg, rgb(8 17 27 / 0%) 80%, rgb(255 255 255 / 100%) 100%)
}

@media (max-width: 991px) {
    #owl-banner .owl-nav {
        top: 70%;
        justify-content: center;
        gap: 30px;
    }

    .progress-wrap2 {
        bottom: 130px;
        right: 15px;
    }

    .carousel-section,
    .banner,
    .owl-banner-inner {
        height: auto;
    }

    img.banner-img {
        height: 380px;
        position: unset;
    }

    .booking-form {
        position: unset !important;
        transform: none !important;
        margin: 20px auto;
    }
}

@media (max-width: 550px) {
    #owl-banner .owl-nav {
        top: 80%;
    }

    .carousel-section,
    .banner,
    .owl-banner-inner {
        height: auto;
    }

    img.banner-img {
        height: 500px;
        position: unset;
    }
}

.seats-full {
    position: absolute;
    bottom: 8px;
    z-index: 9;
    background: linear-gradient(to right, red 18%, transparent 80%);
    width: 100%;
    color: #fff;
    padding: 10px;

}

.filling-fast {
    position: absolute;
    bottom: 8px;
    z-index: 9;
    background: linear-gradient(to right, #1668e3 25%, transparent 80%);
    width: 100%;
    color: #fff;
    padding: 10px;

}

.d-none {
    display: none !important;
}

/* .whatsapp-icon {
    position: fixed;         
    top: 57px;                 
    right: 48px;              
    z-index: 9999;            
    width: 25px;
    height: 50px;
    animation: floating 3s ease-in-out infinite; 
}

.whatsapp-icon img {
    width: 100%;
    height: auto;
    cursor: pointer;
}


@keyframes  floating {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 767px) {
    .whatsapp-icon {
        width: 25px;
        height: 50px;
        top: 75px;
        right: 22px;
        z-index:99999; 
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .whatsapp-icon {
        width: 25px;
        height: 50px;
        top: 75px;
        right: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1100px){
    .whatsapp-icon {
       width: 25px;
        height: 50px;
        top: 100px;
        right: 22px;
    } 
}
*/

.owl-dots {
    position: absolute;
    bottom: 20px;
    /* Distance from bottom of the banner */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 10;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
}


.owl-nav.disabled {
    display: none !important;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #FFFF;
    /* color: inherit; */
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
    background: linear-gradient(to right, #e8b904 0%, #ee7961 100%)
}


.booking-form {
    position: absolute;
    top: 60%;
    right: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.booking-form .form-group {
    margin-bottom: 15px;
}

.booking-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.booking-form input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.booking-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.booking-form button:hover {
    background-color: #08111b;
}

@media (max-width: 768px) {
    .booking-form {
        position: static;
        transform: none;
        margin: 20px auto;
    }
}

#guestInfoModal .modal-content {
    background-color: #08111b;
}

.error {
    color: red;
    padding: 5px;
}

.success {
    color: green;
    padding: 5px;
}

.owl-nav.disabled {
    display: none !important;
}


#add_customer #customer_number {
    border: none;
    background-color: #c3c3c370;
    text-align: left;
}

.seats-full {
    position: absolute;
    bottom: 8px;
    z-index: 9;
    background: linear-gradient(to right, #eb5564 18%, transparent 80%);
    width: 100%;
    color: #fff;
    padding: 10px;
}

.modal.show {
    background: #000000cf;
}

.enquiry_modal_cls .modal-header {
    padding: 4px 10px;
}

.enquiry_modal_cls .modal-header {
    padding: 4px 10px;
}

.enquiry_modal_cls .modal-content {
    background-color: #ee7f60;
}

.enquiry_modal_cls .close {
    color: #fff;
    opacity: 1 !important;
}

.enquiry_modal_cls input::placeholder {
    color: #fff;
}

.enquiry_modal_cls input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.enquiry_modal_cls input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.custom-form-control:disabled,
.custom-form-control[readonly] {
    cursor: no-drop;
}

.custom-form-control {
    background: transparent;
    border: 1px solid #fff !important;
    padding: 0 20px;
    height: 40px;
    width: 100%;
    font-weight: 500 !important;
    text-align: left !important;
    color: #fff !important;
}

.err_msg {
    color: red;
    font-size: 12px;
}

.number-button {
    display: flex;
    align-items: center;
    gap: 5px;
}

.number-button span {
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    padding: 0 16px;
}

label {
    color: #fff;
}


/* Footer Target the reCAPTCHA container */
.grecaptcha-badge {
    width: 71px !important;
    right: auto !important;
    /* remove default right positioning */
    left: 14px !important;
    /* set distance from left */
    bottom: 14px !important;
    /* distance from bottom */
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    margin-right: 5px;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

















    .carousel-section,
    .carousel-section * {
    font-family: 'Quicksand', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    }

    tbody {

        margin-top: 10 rem;
        margin-bottom: 10 rem;
      
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        padding: 2rem;
        }



    .carousel-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    /* Clips the sliding strip */
    .carousel-viewport {
      flex: 1;
      overflow: hidden;
    }

    /* Holds all pages laid out horizontally */
    .carousel-strip {
      display: flex;
      will-change: transform;
    }

    /* One "slide" = one page of 4 cards */
    .carousel-page {
      display: flex;
      gap: 16px;
      flex-shrink: 0;
      width: 100%;
    }

    /* Card */
    .testi-card {
      flex: 1;
      background: #10171f;
      border: 1px solid #e8e8e8;
      border-radius: 12px;
      padding: 1.5rem 1.25rem 1.25rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .quote-icon {
      font-size: 30px;
      color: #3b9ede;
      text-align:left;
      line-height: 1;
      margin-bottom: 12px;
      font-family: Quicksand !important;
    }

    .avatar {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: #e8e4de;
      border: 2px solid #e0dbd4;
      margin-bottom: 16px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .avatar svg {
      width: 46px;
      height: 46px;
    }

    .testi-body {
      font-size: 13.5px;
      line-height: 1.75;
      color: #ffffff;
      margin-bottom: 1rem;
      flex: 1;
    }

    .stars {
     
      gap: 3px;
      justify-content: center;
      margin-bottom: 10px;
    }

    .star { font-size: 15px; }
    .star.filled { color: #e8b904; }
    .star.empty  { color: #b8d9f0; }

    .testi-name {
      font-size: 14px;
      font-weight: 600;
      color: #26f7fd;
    }

    .testi-role {
      font-size: 12px;
      color: #0091f7;
      margin-top: 3px;
    }

    /* Nav buttons */
    .nav-btn {
      background: none;
      border: 1px solid #d0e8f8;
      border-radius: 50%;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #3b9ede;
      font-size: 20px;
      flex-shrink: 0;
      transition: background 0.15s, border-color 0.15s;
      line-height: 1;
      padding-bottom: 1px;
    }

    .nav-btn:hover {
      background: #eaf5fd;
      border-color: #3b9ede;
    }

    /* Dots */
    .dots {
      display: flex;
      gap: 8px;
      justify-content: center;
      
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #b8d9f0;
      cursor: pointer;
      transition: background 0.2s;
      border: none;
      padding: 0;
    }

    .dot.active { background: #3b9ede; }

    @media (max-width: 768px) {
      .carousel-page { gap: 10px; }
      .testi-card { padding: 1rem 0.75rem; }
      .testi-body { font-size: 12px; }
    }

    @media (max-width: 560px) {
      .carousel-page { flex-direction: column; }
    }










      .teaser-wrap { background: var(--color-background-secondary); border-radius: var(--border-radius-lg); padding-top: 1.5rem; }
  .teaser-inner { background: #1e3318; border-radius: var(--border-radius-lg); padding: 2rem 2rem 1.75rem; display: flex; align-items: center; gap: 2rem; }
  .teaser-illo { flex-shrink: 0; }
   .teaser-illor { flex:1 }
  .teaser-body { flex: 1; min-width: 0; }
  .teaser-pill { display: inline-block; background: #d4a726; color: #412402; font-size: 14px; font-weight: 500; padding: 3px 12px; border-radius: 20px; margin-bottom: 10px; letter-spacing: 0.04em; }
  .teaser-h { font-size: 25px; font-weight: 500; color: #edf5e4; margin: 0 0 6px; line-height: 1.3; }
  .teaser-p { font-size: 14px; color: #8fb882; margin: 0 0 1.25rem; line-height: 1.6; }
  .teaser-perks { display: flex; gap: 18px; margin-bottom: 1.25rem; flex-wrap: wrap; }
  .teaser-perk { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #a8cc96; }
  .teaser-perk svg { flex-shrink: 0; }
  .btn-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
  .btn-join { background: #d4a726; color: #412402; font-size: 14px; font-weight: 500; padding: 9px 22px; border-radius: var(--border-radius-md); border: none; cursor: pointer; transition: opacity 0.15s; }
  .btn-join:hover { opacity: 0.88; }
  .btn-explore { background: transparent; color: #b8d8a0; font-size: 14px; font-weight: 400; padding: 9px 16px; border-radius: var(--border-radius-md); border: 1px solid #3d5e30; cursor: pointer; transition: background 0.15s; }
  .btn-explore:hover { background: rgba(255,255,255,0.06); }
  @media (max-width: 540px) {
    .teaser-inner { flex-direction: column; gap: 1.25rem; }
    .teaser-illo { display: none; }
  }