@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* CSS Document */
body,
html {
    height: 100%;
}
body {
    background: #1e0800 !important;
    background-image: url(../images/bgs.jpg) !important;
    background-position: top !important;
    background-size: cover !important;
}
.user-order {
    width: 66%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
h3 {
    font-size: 52px !important;
}
h1 {
    font-weight: 600;
}
p,
li {
    font-family: "Roboto", sans-serif;
    color: #dbdbdb;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}

.tantrics h5 {
    min-height: 80px !important;
}
.card-desc p {
    min-height: 320px;
}

input#unknown_tob {
    height: 20px !important;
    text-align: left;
    width: 20px;
    margin-right: 10px;
}

.mt-2 label {
    display: flex;
    justify-content: left;
}
/*Header Css Start*/
header {
    position: absolute;
    width: 100%;
    z-index: 999;
}
a,
p {
    font-family: "Montserrat", serif;
    font-weight: 400;
}
nav.navbar {
    padding: 0 !important;
}
a.navbar-brand img {
    width: 100%;
}
a.navbar-brand {
    width: 20%;
}
ul.navbar-nav a {
    color: #fff !important;
}
ul.navbar-nav {
    margin: 0 auto;
}
.navbar-nav li {
    margin: 0 10px !important;
}
.navbar-nav li a:hover {
    color: #cf8817 !important;
    transform: scale(1.1);
}
a.hdr-btn2 {
    background-color: #412e26;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #afa7a4;
    border-radius: 5px;
    color: #fff;
}
a.hdr-btn1 {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    );
    margin-right: 20px;
}
.hdr-btns a:hover {
    color: #fff;
    margin-top: -15px;
}
.success-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d1fae5; /* light green bg */
    border: 1px solid #34d399; /* green border */
    border-left: 4px solid #059669; /* dark green left border */
    padding: 1rem;
    border-radius: 0.5rem;
    color: #065f46; /* dark green text */
    font-size: 0.875rem; /* text-sm */
    margin-bottom: 1rem;
}

.success-alert svg {
    color: #059669;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}
.btm-logo {
    display: flex;
    justify-content: center;
}
.btm-logo img {
    max-width: 170px;
}
.success-alert button {
    background: none;
    border: none;
    color: #065f46;
    font-size: 1.2rem;
    cursor: pointer;
}
.tantrics h5 {
    color: #fff;
    margin: 20px 0 0 0;
}
.success-alert button:hover {
    color: #064e3b;
}
.closed {
    opacity: 0.3;
    transition: 0.3s ease;
}
.call-to-action-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.call-to-action-section .container {
    background: #39261fc2;
    padding: 50px;
    border-radius: 20px;
    transition: all 0.5s;
}
.btn-card {
    background: transparent !important;
    border: unset;
}
.banner.terms {
    text-align: left;
}
/*Banner Css Start*/
section.banner {
    text-align: center;
    padding: 200px 0 50px;
}
.slide-ved {
    padding: 10px 15px;
    transition: all 0.5s;
}
.slide-ved span {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(
        to right bottom,
        #3d231a,
        #482f26,
        #533b33,
        #5f4840,
        #6a554e,
        #ffffff80,
        #6f574f,
        #71584f,
        #6a4d42,
        #634334,
        #5b3927,
        #532f1a
    );
    position: relative;
    border-radius: 10px;
    padding: 10px 0;
    transition: all 0.5s;
}
.slide-ved:hover span {
    background-image: none;
    background-color: #000;
    transform: scale(0.9);
}
.slide-ved span::before {
    content: "";
    height: 92%;
    position: absolute;
    width: 92%;
    left: 0;
    top: 8.5px;
    border-radius: 10px;
    z-index: -1;
    transform: scale(1.1);
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(
        to right bottom,
        #bd841d,
        #b27d27,
        #a8772f,
        #9c7035,
        #916a3a,
        #916a3a,
        #916a3a,
        #916a3a,
        #9c7035,
        #a8772f,
        #b27d27,
        #bd841d
    );
}
.slide-ved span img {
    min-width: 110px;
    max-height: 190px;
    margin: 0 auto;
}
.slide-cap {
    margin: 0 0 50px;
}
.slide-cap h6 {
    color: #fff;
    font-size: 40px;
    background-image: linear-gradient(
        to right,
        #e19e1d,
        #cf8516,
        #a6550b,
        #a6550b,
        #903e07
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slide-cap h1 {
    color: #fff;
    font-size: 90px;
    background-image: linear-gradient(
        to right,
        #e19e1d,
        #cf8516,
        #a6550b,
        #a6550b,
        #903e07
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slide-ved h5 {
    color: #fff;
    font-size: 30px;
    margin: 13px 0 0;
}
.create-account {
    margin-top: 60px;
}
.theme-btn1 {
    display: inline-block;
    padding: 14px 40px !important;
    border: none !important;
    border-radius: 5px !important;
    color: #fff !important;
    background-image: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    ) !important;
    font-size: 16px !important;
}
.theme-btn1:hover,
.hdr-btn1:hover {
    background-color: #853003;
    background-image: none;
}
.theme-btn2:hover,
.hdr-btn2:hover {
    border-color: #d18a18;
    color: #d18a18 !important;
}
.theme-btn-box {
    margin-top: 40px;
}
/*About Sec Css Start*/
.about-sec {
    padding: 60px 0;
}
.about-img {
    position: relative;
    text-align: center;
}
.about-img::before {
    content: "";
    background-image: url(../images/shiv.png);
    height: 125%;
    width: 100%;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: animName 80s linear infinite;
}
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-img img {
    width: 85%;
    position: relative;
    animation: key1 0.9s ease infinite alternate;
}
@keyframes key1 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.flex-box {
    align-items: center;
}
.about-blk h2 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 30px;
}

/*Services Sec Css Start*/
section.services-sec {
    padding: 60px 0;
    overflow: hidden;
}
.service-type {
    display: flex;
    gap: 15px;
}

.service-type input {
    display: none; /* Hide default radio button */
}

.service-type label {
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border: 1px solid #8c611c;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.5px);
    color: #fff;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
}

.service-type input:checked + label {
    background: #8c611c;
    color: #fff;
    border: 1px solid #fff;
}

.services-sec .slick-list {
    overflow: visible !important;
}
.serv-slide-blk {
    background-color: #39261fc2;
    display: flex;
    align-items: center;
    margin: 0 30px;
    padding: 50px;
    border-radius: 20px;
    opacity: 0.2;
    position: relative;
    top: 30px;
    transition: all 0.5s;
}
.serv-slide.slick-center .serv-slide-blk {
    top: 0px;
    opacity: 1;
}
.serv-slide-blk span {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.serv-slide-blk span img {
    margin: 0 auto;
    min-width: 150px;
    max-height: 230px;
}
.serv-txt h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px;
}
.serv-title h3 {
    color: #fff;
}
.serv-title {
    text-align: center;
    margin: 0 0 50px;
}
.theme-btn2 {
    background-color: #412e26;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #afa7a4;
    border-radius: 5px;
    color: #fff !important;
    margin-left: 20px;
}
.services-sec .slick-arrow {
    background-color: #412e26;
    display: inline-block;
    border: 1px solid #afa7a4;
    border-radius: 5px;
    color: #fff !important;
    margin-left: 20px;
    height: 40px;
    width: 50px;
    z-index: 999;
}

/*Product Sec Css Start*/
.prod-sec {
    overflow: hidden;
    padding: 60px 0;
}
.prod-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.prod-slide {
    margin: 0 20px;
    background-color: #61524c;
    border-radius: 20px;
    overflow: hidden;
}
.prod-slide-blk {
    padding: 20px;
}
.flx-pric {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.prod-slide-blk a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.prod-pric h5 {
    margin: 0;
}
.prod-pric h5 b {
    font-size: 22px;
    color: #fff;
    background-image: linear-gradient(
        to right bottom,
        #eeae3e,
        #dc9632,
        #c87e28,
        #b5681e,
        #a05215
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Montserrat", serif;
}
.prod-pric h5 del {
    color: #fff;
    font-family: "Montserrat", serif;
}
.stars i {
    color: #fec449;
    font-size: 20px;
    margin-left: 5px;
}
.prod-title {
    height: 100%;
    background-image: linear-gradient(
        to right bottom,
        #eeae3e,
        #dc9632,
        #c87e28,
        #b5681e,
        #a05215
    );
    position: relative;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 80px;
}
.prod-title h3 {
    font-family: "Bebas Neue", serif !important;
    text-align: center;
    line-height: 72px;
    color: #fff;
}
.prod-title h3 span {
    display: block;
    font-size: 100px;
}
.prod-slider .slick-arrow {
    border: 2px solid #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    position: absolute;
    left: -500px;
    top: 80%;
}
.prod-slider .slick-next {
    left: -420px;
}
.prod-slider .slick-prev::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 30px;
}
.prod-slider .slick-next::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
}

/*Call out Sec Css Start*/
.call-out {
    background-color: #402d26;
    position: relative;
}
.call-out::before {
    content: "";
    background-image: linear-gradient(
        to right bottom,
        #bd841d,
        #b27d27,
        #a8772f,
        #9c7035,
        #916a3a00,
        #916a3a,
        #916a3a,
        #916a3a,
        #9c7035,
        #a8772f,
        #b27d27,
        #bd841d
    );
    position: absolute;
    height: 101%;
    width: 100%;
    top: -2px;
    z-index: -1;
}
.calout-img img {
    width: 80%;
}
.calout-blk h3 {
    color: #fff;
    margin: 0 0 30px;
}

/*Footer Css Start*/
footer {
    padding: 60px 0;
}
.ftr-logo img {
    width: 70%;
}
.ftr-links h5 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 20px;
}
.ftr-links li a {
    color: #fff;
}
.ftr-links li a:hover {
    color: #e5a31f;
}
.ftr-links li {
    margin: 8px 0;
}
.copyright {
    padding: 0px 0 20px;
    text-align: center;
    position: relative;
}
.copyright p {
    margin: 0;
    font-size: 14px;
}
.copyright p a {
    color: #e5a31f;
}
.copy-txt {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5a41f78;
    padding-top: 20px;
}
.ftr-logo ul {
    display: flex;
    margin: 0;
}
.ftr-logo ul li {
    margin-right: 8px;
}
.ftr-logo ul li a:hover {
    transform: scale(1.1);
}
.ftr-logo ul li a {
    color: #fff;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    background-image: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    );
}

/*Horoscope Remedy Page Css Start */
section.selection-room {
    text-align: center;
    display: flex;
    align-items: center;
    padding-top: 200px !important;
}
.connect-btn {
    text-align: center;
}
.connect-btn span {
    display: flex;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 27.098px;
    border: 1px solid #8c611c;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.549076080322266px);
}
.connect-btn img {
    width: 60%;
}
.ctgry-sec span {
    height: 320px;
    width: 320px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 27.098px;
    border: 1px solid #8c611c;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.549076080322266px);
}
.connect-btn h4 {
    color: #fff;

    font-size: 32px;
}
.ctgry-sec h3 {
    font-size: 42px;
    color: #fff;
    margin: 20px 0 0;
}
.ctgry-sec img {
    width: 80%;
}

/*Select Star Page Css Start*/
section.select-star {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    backdrop-filter: blur(10px);
    overflow-x: hidden;
}
.round-slider .slick-dots li {
    position: absolute;
}

.round-slider li {
    position: absolute;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
    cursor: pointer;
    opacity: 0.5;
}

.round-slider .slick-list {
    width: 500px;
    margin: 0px auto;
    height: 500px;
    border-radius: 50%;
    padding: 0px 50px;
    border: 1px solid #9f7346;
    position: relative;
}
.round-slider .slick-list::before {
    content: "";
    height: 90%;
    width: 90%;
    border: 1px solid #81410a;
    position: absolute;
    left: 24px;
    top: 24px;
    border-radius: 100%;
}
.round-slider .slider-paging-number {
    top: 0;
    list-style-type: none;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.pagination p {
    color: #fff;
}
.round-slider .slick-slide {
    position: relative;
    outline: none;
}

.round-slider .slick-slide h3 {
    margin: 0;
    background: none !important;
}

.round-slider .slick-slide img {
    border: none;
    display: block;
    width: auto;
}

.round-slider .slick-slide > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.round-slider .slick-track {
    height: 100%;
}
.star-details {
    position: absolute !important;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
}
.round-slider {
    margin: 0 !important;
}
.round-slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.starimg img {
    width: 100% !important;
}
.slider-paging-number li::before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 0px;
    width: 0px;
    border-radius: 100%;
    transition: all 0.5s;
}
.slider-paging-number .slick-active {
    opacity: 1;
}
.slider-paging-number .slick-active::before {
    background-color: #f3dd99;
    height: 10px;
    width: 10px;
}
li.zodiac-taurus::before {
    right: -22px;
    top: 7px;
}
li.zodiac-aries::before {
    right: -28px;
    top: 7px;
}
li.zodiac-capricorn::before {
    right: -10px;
    top: -12px;
}
li.zodiac-sagittarius::before {
    right: 0;
    top: -31px;
    left: 0;
    margin: 0 auto;
}
li.zodiac-scorpio::before {
    left: -30px;
    top: -6px;
}
li.zodiac-libra::before {
    left: -27px;
    top: 6px;
}
li.zodiac-virgo::before {
    left: -26px;
    top: 7px;
}
li.zodiac-cancer::before {
    left: 0;
    right: 0;
    bottom: -31px;
    margin: 0 auto;
}
li.zodiac-leo::before {
    left: -37px;
    top: 23px;
}
li.zodiac-gemini::before {
    top: 23px;
    right: -25px;
}
.star-set {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.star-disp {
    width: 500px;
    float: left;
}
.select-star .slick-prev {
    left: 10px;
}
.select-star .slick-next {
    right: 10px;
}
.select-star .slick-prev::before {
    content: "\f104";
}
.select-star .slick-next::before {
    content: "\f105";
}
.select-star .slick-arrow {
    border: 1px solid #9e7346;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.select-star .slick-arrow::before {
    font-family: "FontAwesome";
    color: #f3dd99;
    font-size: 32px;
}
.star-disp h3 {
    font-size: 42px;
}
.star-disp p {
    font-size: 18px;
    line-height: 30px;
}

.static-header header {
    position: static;
}
section.inn-banner {
    padding: 50px 0;
    text-align: center;
}
section.inn-banner h2 {
    font-size: 62px;
    margin: 0;
}
section.contact-sec input,
section.contact-sec textarea,
section.contact-sec select,
div#card-panel input,
div#card-panel select {
    width: 100%;
    border: 1px solid #bb831f;
    height: 50px;
    padding: 10px 20px;
    font-family: "Montserrat", serif;
    background-color: #86310321;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #fff;
}
input#Field-numberInput,
input#Field-expiryInput,
input#Field-cvcInput,
select#Field-countryInput {
    width: 100%;
    border: 1px solid #bb831f;
    height: 50px;
    padding: 10px 20px;
    font-family: "Montserrat", serif;
    background-color: #86310321 !important;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #fff;
}
input#Field-numberInput::placeholder,
input#Field-expiryInput::placeholder,
input#Field-cvcInput::placeholder,
select#Field-countryInput::placeholder,
label.p-FieldLabel.Label {
    color: #fff;
}

section.contact-sec textarea {
    height: 150px;
    resize: none;
}
section.contact-sec input::placeholder,
section.contact-sec textarea::placeholder,
section.contact-sec select::placeholder,
div#card-panel input::placeholder,
div#card-panel select::placeholder {
    color: #fff;
}
section.contact-sec select option {
    color: #000;
}
section.contact-sec input.theme-btn1 {
    background-image: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    );
}
section.contact-sec {
    padding-bottom: 50px;
}
.grd-title {
    background-image: linear-gradient(
        to right,
        #e19e1d,
        #cf8516,
        #a6550b,
        #a6550b,
        #903e07
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Tantrik Remedy  */

.tr a.theme-btn1 {
    margin-top: 30px;
}
.prod-detail .connect-btn {
    text-align: left;
}

.prod-detail .col-md-9 {
    padding-left: 70px;
}

.prod-detail p {
    margin: 20px 0 20px 0;
}

.day-selector {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.day-selector label {
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border: 1px solid #8c611c;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.549076080322266px);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Playfair Display";
    font-size: 24px;
    line-height: 32px;
}

.day-selector input {
    display: none;
}

.day-selector input:checked + label {
    color: white;
    background-image: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    );
}

/* Cart  */
.cart-items {
    text-align: left;
}

.cart-items img {
    width: 100px;
}

.cart-items tr {
    color: #fff;
    display: table-row;

    height: 60px;
    border-bottom: 1px solid #bababa;
}
.cart-icon {
    position: relative;
    font-size: 28px;
    text-decoration: none;
    color: #333;
    margin-left: 15px;
}

@keyframes flyIn {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 6px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    );

    animation: flyIn 0.4s ease-out;
}

.cart-items {
    font-family: "Montserrat";
    width: 100%;
}

.cart-content {
    border: 1px solid #8c611c;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.549076080322266px);
    padding: 60px 50px;
}

.cart-items .product-img {
    display: flex;
    align-items: center;
}

.btn {
    background: #ffffff00;
    backdrop-filter: blur(60px);

    border-radius: 40px !important;
    display: inline-block;
    padding: 10px 10px;
}

.btn button,
.btn input {
    background: unset !important;
    border: unset;
    text-align: center;
    color: #fff;
}

.btn button:focus,
.btn button:focus-visible,
.btn input:focus-visible,
.btn input:focus {
    outline: unset !important;
    border: unset !important;
}

.cart-totals {
    color: #fff;
    text-align: left;
    width: 100%;
    border-left: 1px solid #bababa;
    padding-left: 30px;
}

.cart-totals .row {
    justify-content: space-between;
    display: flex;
    padding-left: 15px;
}

.shipping {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
    padding: 10px 0;
}

.shipping p {
    max-width: 220px;
    margin: unset;
    color: #fff;
}

.cart-totals a.theme-btn1 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

/* checkout css  */

.checkout input,
.checkout textarea {
    width: 100%;
    padding: 20px 30px !important;
    background: transparent;
    color: #fff !important;
    border: 1px solid #e48e34;
    transition: all 0.5s;
    margin-top: 15px;
    font-family: "Montserrat";
    border-radius: 10px !important;
}
.checkout input:focus,
.checkout input:focus-visible,
.checkout textarea:focus,
.checkout textarea:focus-visible {
    outline: unset;
}
.thankyou h1 {
    margin-bottom: 70px;
}
.checkout input[type="textarea"] {
    padding-bottom: 140px !important;
}
@keyframes neonBorder {
    0% {
        border-image-source: linear-gradient(90deg, #e48a33, #9f3c12);
    }
    25% {
        border-image-source: linear-gradient(90deg, #9f3c12, #e48a33);
    }
    50% {
        border-image-source: linear-gradient(90deg, #e48a33, #9f3c12);
    }
    75% {
        border-image-source: linear-gradient(90deg, #e48a33, #9f3c12);
    }
    100% {
        border-image-source: linear-gradient(90deg, #e48a33, #9f3c12);
    }
}

.checkout input::placeholder,
.checkout textarea::placeholder,
input#datePicker::placeholder {
    color: #fff;
}
select#timeSlots {
    height: 50px;
}
#package_id {
    height: 50px;
    width: 60% !important;
}

#package_id option {
    color: #471e00;
}
.package {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.package.visible {
    max-height: 500px; /* enough to show the dropdown */
    opacity: 1;
}

/* Wrapper for Select */
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 160px; /* Adjust width as needed */
}
.btn-close-custom {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
/* Calender CSS  */

/* Flatpickr Calendar Custom Styling */
.flatpickr-calendar {
    border: 1px solid #8c611c !important;
    background: #552207 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Month and Year Dropdown */
.flatpickr-calendar .flatpickr-months {
    background: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    ) !important;
    color: #fff !important;
}

/* Previous and Next Buttons */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: #fff !important;
}

/* Selected Date */
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: linear-gradient(
        to right,
        #d6911a,
        #c27611,
        #ad5b0a,
        #964205,
        #7e2902
    ) !important;
    border-color: #8c611c !important;
    color: #fff !important;
}

/* Hover Effect on Days */
.flatpickr-day:hover {
    background: #8c611c !important;
    color: #fff !important;
    border-radius: 5px;
}

/* Today Date Highlight */
.flatpickr-day.today {
    border: 1px solid #8c611c !important;
    background: rgba(140, 97, 28, 0.2) !important;
    color: #fffdfa !important;
}

/* Disabled Days */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: #000000 !important;
    background: #f4f4f4 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Weekday Header */
.flatpickr-weekday {
    color: #ffffff !important;
    font-weight: bold;
}

.flatpickr-calendar * {
    color: #fff !important;
}
.btn-close-custom:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-close-custom svg {
    width: 14px;
    height: 14px;
    fill: #00572b;
}

/* Style for Select Dropdown */
#timeSlots,
select#dateSelect,
input#datePicker,
#package_id,
#selectimage {
    width: 210px;
    padding: 12px 25px 12px 15px;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    border: 1px solid #8c611c;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(13.5px);
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    appearance: none; /* Removes default browser styles */
    text-align: left;
    margin: 0px 0 20px;
}
.image-upload-wrapper {
    margin: 0 0 20px;
    width: 50%;
}

/* Hide real input */
#selectimage {
    display: none;
}

/* Custom upload UI */
.upload-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 18px;
    border-radius: 8px;
    border: 1px dashed #8c611c;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Playfair Display", serif;
}

/* Hover / focus */
.upload-box:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #c89b3c;
}

/* Title text */
.upload-text {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

/* File name preview */
.file-name {
    font-size: 13px;
    color: #d6d6d6;
    opacity: 0.85;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Selected state */
.upload-box.active {
    border-style: solid;
    border-color: #c89b3c;
}

/* Custom Dropdown Arrow */
.select-wrapper::after {
    content: "▼"; /* Unicode down arrow */
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
}

/* Fix for select in some browsers */
#timeSlots::-ms-expand,
select#dateSelect::-ms-expand {
    display: none; /* Hides default arrow in IE/Edge */
}

#timeSlots:focus-visible,
select#dateSelect:focus-visible,
input#datePicker:focus-visible {
    outline: unset;
}

#timeSlots option,
select#dateSelect option {
    color: #000;
}
section.selection-room.prod-detail {
    padding-top: 200px;
}
html {
    scroll-behavior: smooth; /* Enable native smooth scroll */
}

/* Admin Panel CSS Start  */

/* Login Page CSS Start  */

.login {
    width: 100%;
    background: #56230724;
    padding: 50px;
    border-radius: 10px;
    max-width: 60%;
    margin: auto;
    backdrop-filter: blur(41px);
}
.login .col-md-12 {
    padding: 0;
}
.login-sec {
    height: 100vh;
    display: flex;
    align-items: center;
}

.login h2.grd-title {
    text-align: center;
    margin-bottom: 40px;
}

.login .theme-btn1 {
    width: 100%;
}

.password-field {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-82%);
    cursor: pointer;
}
.forgot-password {
    margin-top: 10px;
    display: inline-block;
}
.login p {
    text-align: right;
}
.remember-me {
    display: flex;
    align-items: center;
}

.remember-me input {
    width: unset !important;
    margin: 0 10px 0 0 !important;
}

.remember-me label {
    margin: unset;
    color: #fff;
    font-family: "Montserrat";
}

.login * {
    color: #fff !important;
}
.login input:focus,
.login input:focus-visible {
    outline: unset;
}
/* Login Page CSS End  */

/* Dashboard Layout CSS  */

.dashboard {
    display: flex;
    height: 100vh;
}

.dashboard .sidebar {
    width: 17%;
    background: #a29292;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    transition: all 0.5s;
}
.dashboard .sidebar *,
.content-top * {
    color: #fff;
}

.dashboard .content {
    width: 83%;
    margin-left: auto;
    padding-bottom: 50px;
    transition: all 0.5s;
    font-family: "Montserrat";
    color: #fff;
    padding-left: 40px;
    padding-right: 30px;
}
.dashboard.small .sidebar {
    width: 3.5% !important;
    transition: all 0.5s;
}

.dashboard.small .sidebar a span,
.dashboard.small .sidebar .logout {
    display: none;
}
.dashboard.small .sidebar-drop a,
.dashboard.small .icon-hide {
    display: none;
}

.dashboard.small .content {
    width: 96.5%;
}
.content-top {
    padding: 20px 20px 20px 0;
    margin-bottom: 50px;
}

a#sidebarToggle {
    border-right: 1px solid #fff;
}
section#dashboard .card {
    background: #512005;
    padding: 40px 20px;
    border-radius: 10px;
}

section#dashboard .card .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

section#dashboard .card .card-content .text {
    display: flex;
    flex-direction: column;
}

section#dashboard .card .card-content .text .value {
    font-weight: bolder;
    font-size: 40px;
    line-height: 48px;
    background-image: linear-gradient(
        to right,
        #e19e1d,
        #cf8516,
        #a6550b,
        #a6550b,
        #903e07
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .up {
    background-color: #ccf5e7;
    font-weight: 100;
    color: #00cc88;
    padding: 4px 8px;
    border-radius: 5px;
}

.footer .down {
    background-color: #ffd6e0;
    color: #ff3366;
    font-weight: 100;
    padding: 4px 8px;
    border-radius: 5px;
}

section#dashboard .card .card-content .icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #5d230b;
    background: #fff !important;
}
section#dashboard .topcards .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px; /* Column spacing */
}
section#dashboard .chartsec .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; /* Column spacing */
}

section#dashboard .chartsec .row .col-md-4 {
    flex: 1 1 calc(33.33% - 20px); /* 3 columns in one row */
    max-width: calc(33.33% - 20px);
}
.chartsec h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center;
}
.chartsec .chart-container {
    border: 1px solid #bb831f;
}
.chartsec {
    padding: 40px 20px 0 0;
}
section#dashboard .footer .text-muted {
    color: #ffffff !important;
    font-size: 11px;
    line-height: 19px;
}

.card .card-content .title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
}

/* Table CSS admin Panel  */

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bb831f;
    background-color: #86310321;
    border-radius: 5px;
}

.custom-table th,
.custom-table td {
    border: 1px solid #bb831f;
    padding: 10px 20px;
    text-align: left;
    font-family: "Montserrat", serif;
    color: #fff;
    position: relative;
}

.custom-table th {
    background-color: #bb831f;
    color: #fff;
    font-weight: bold;
}

.custom-table tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.custom-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.custom-table a {
    color: #bb831f;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
}

.custom-table a:hover {
    color: #302d2d;
}

.custom-table button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}

.custom-table button:hover {
    color: #322e2e;
}
td .dropdown-menu {
    position: absolute;
    top: 25px; /* dropdown button ke neeche */
    right: 0; /* perfect alignment */
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

td .dropdown-menu * {
    color: #3b1404;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}

/* Webkit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px; /* Scrollbar ki width */
    height: 8px; /* Horizontal scrollbar ki height */
}

/* Scrollbar Track (Background) */
::-webkit-scrollbar-track {
    background: #471e00; /* Dark brown track */
    border-radius: 10px;
}

/* Scrollbar Thumb (Draggable part) */
::-webkit-scrollbar-thumb {
    background: #bb831f; /* Golden-brown thumb */
    border-radius: 10px;
}

/* Scrollbar Thumb (Hover effect) */
::-webkit-scrollbar-thumb:hover {
    background: #d29b2a; /* Light golden on hover */
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #bb831f #471e00;
}
.accept,
.reject {
    background: green;
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
}
.accept {
    background: green;
}
.reject {
    background: red;
}
.accepted,
.rejected {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}
.accepted {
    background: #bb831f;
}
.rejected {
    background: red;
}
/* Booking form  start */

.readonly-input {
    background-color: #f3f3f3; /* Halka grey background */
    border: 1px solid #d1d1d1; /* Halka grey border */
    cursor: not-allowed; /* Mouse pointer change */
    color: #666; /* Text halka grey */
    opacity: 0.7; /* Thora fade effect */
}

/* Booking form  End */

/* Calender CSS Start   */

.fc .fc-button-primary {
    background-color: #c77c2d !important;
    border: 1px solid #c77c2d !important;
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary:active,
.fc .fc-button-primary:focus {
    background-color: #300e04 !important;
    border: 1px solid #300e04;
    box-shadow: unset !important;
}

.fc .fc-button-primary:disabled {
    background-color: #300e04;
    border: 1px solid #300e04;
}

.pagination span a,
.pagination span span {
    background: #cb8735;
    color: #fff;
}

.pagination span a:hover,
.pagination span span:hover {
    color: #fff;
}
/* Calender CSS End   */
.tooltip {
    position: relative;

    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 310px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.add-to-cart p {
    margin: 10px 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    section.select-star {
        padding-top: 130px;
    }
    .tantrics h5 {
        min-height: 70px !important;
    }
    .card-desc p {
        min-height: 310px;
    }
    .star-disp p {
        font-size: 18px;
        line-height: 40px;
    }
    .round-slider {
        transform: scale(0.8);
    }
    .star-disp {
        width: 330px;
    }
    .slide-cap h1 {
        font-size: 50px !important;
        line-height: 58px !important;
    }
    .redirect-to-call {
        color: white;
        padding-top: 0px !important;
    }
    .star-set {
        position: relative;
        top: 60px;
    }
    section.selection-room.prod-detail {
        padding-top: 600px;
    }

    section.selection-room {
        padding-top: 230px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    section.select-star {
        padding-top: 130px;
    }
    .tantrics h5 {
        min-height: 70px !important;
    }
    .card-desc p {
        min-height: 310px;
    }
    .star-disp p {
        font-size: 18px;
        line-height: 40px;
    }
    .round-slider {
        transform: scale(0.8);
    }
    .star-disp {
        width: 270px;
    }
    .star-set {
        position: relative;
        top: 20px;
    }
    .prod-title h3 span {
        display: block;
        font-size: 80px;
    }
    .prod-slide-blk a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
    section.selection-room {
        padding: 180px 20px 0px !important;
    }
    h3 {
        font-size: 42px !important;
        line-height: 70px !important;
    }
    .slide-cap h1 {
        font-size: 40px !important;
        line-height: 58px !important;
    }

    .slide-ved h5 {
        font-size: 20px;
        line-height: 28px !important;
    }

    .about-blk h2 {
        font-size: 48px !important;
        line-height: 56px !important;
    }
    .prod-pric h5 b {
        font-size: 16px;
    }
    .prod-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod-slider .slick-next {
        left: -270px !important;
    }
    .prod-slider .slick-arrow {
        border: 2px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        left: -330px;
        top: 80%;
    }
    .prod-slider .slick-next::before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .prod-slider .slick-prev::before {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 20px;
    }

    header .container {
        padding: 0px 60px !important;
    }

    .slick-next {
        right: -6px !important;
    }

    section.selection-room.prod-detail {
        padding: 200px 30px 0px !important;
    }

    .connect-btn h4 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .select-star .slick-next {
        right: 20px !important;
    }

    .shipping p {
        max-width: 200px !important;
    }

    .cart-totals a.theme-btn1 {
        padding: 14px 30px !important;
    }

    .cart-items td {
        font-size: 13px !important;
        line-height: 21px !important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .tantrics h5 {
        min-height: 80px !important;
    }
    .card-desc p {
        min-height: 410px;
    }

    .round-slider {
        transform: scale(0.5);
    }
    .ctgry-sec span {
        height: 260px;
        width: 260px;
    }

    .star-disp {
        width: 220px;
    }
    .star-set {
        position: relative;
        top: 0px;
    }
    .prod-title h3 span {
        display: block;
        font-size: 80px;
    }
    .prod-slide-blk a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    section.selection-room {
        padding: 140px 20px 0px !important;
    }
    h3 {
        font-size: 34px !important;
        line-height: 52px !important;
    }
    .slide-cap h1 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .slide-ved h5 {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .about-blk h2 {
        font-size: 48px !important;
        line-height: 56px !important;
    }
    .prod-pric h5 b {
        font-size: 14px;
    }
    .prod-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod-slider .slick-next {
        left: -250px !important;
    }
    .prod-slider .slick-arrow {
        border: 2px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        left: -300px;
        top: 80%;
    }
    .prod-slider .slick-next::before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .prod-slider .slick-prev::before {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 20px;
    }

    header .container {
        padding: 0px 10px !important;
    }

    .slick-next {
        right: -6px !important;
    }

    section.selection-room.prod-detail {
        padding: 200px 30px 0px !important;
    }

    .connect-btn h4 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .select-star .slick-next {
        right: 20px !important;
    }

    .shipping p {
        max-width: 150px !important;
        font-size: 12px;
        line-height: 20px;
    }

    .cart-totals a.theme-btn1 {
        padding: 12px 20px !important;
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .cart-items td {
        font-size: 10px !important;
        line-height: 18px !important;
    }

    .slide-ved span img {
        max-height: 140px !important;
    }

    .prod-slide-blk {
        padding: 10px !important;
    }
    section.select-star {
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        backdrop-filter: blur(10px);
        overflow-x: hidden;
    }

    .stars i {
        font-size: 16px !important;
        margin-left: 0px !important;
    }

    .prod-pric h5 del {
        font-size: 16px !important;
    }

    .prod-pric h5 {
        max-width: 40px !important;
    }
    .cart-items tr {
        color: #fff;
        display: table-row;
        height: 50px;
        border-bottom: 1px solid #bababa;
    }
    .copyright p {
        font-size: 13px !important;
    }

    .theme-btn1,
    .theme-btn2 {
        display: block;
        padding: 12px 30px !important;
        font-size: 14px !important;
        margin-left: unset;
        line-height: 22px;
    }

    .theme-btn-box {
        display: flex;
    }

    .theme-btn-box a.theme-btn1 {
        margin: 0 10px 0 0;
    }

    .cart-items tr th {
        font-size: 12px;
        line-height: 20px !important;
        font-weight: 100;
    }

    .cart-totals h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .cart-content {
        border: 1px solid #8c611c;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(13.549076080322266px);
        padding: 40px 30px;
    }

    .cart-content .row {
        display: flex;
        flex-direction: column;
        margin: 0 0 10px 0;
        padding: 10px 0 10px 0;
    }

    .cart-content .row .col-md-8,
    .cart-content .row .col-md-4 {
        width: 100%;
        max-width: unset;
    }

    .cart-totals {
        border: unset;
        padding-left: unset;
    }

    .cart-totals h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .cart-items tr th {
        font-size: 12px;
        line-height: 20px !important;
        font-weight: 100;
    }

    .cart-content .row * {
        font-weight: 100 !important;
        font-family: "Montserrat";
        font-size: 12px;
        line-height: 20px;
    }

    .ctgry-sec span {
        height: 210px;
        width: 210px;
        margin: 0 auto;
    }

    .prod-title h3 span {
        display: block;
        font-size: 60px;
    }
    .prod-slide-blk a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px !important;
    }
    section.selection-room {
        padding: 180px 20px 40px !important;
        height: unset;
    }
    h3 {
        font-size: 30px !important;
        line-height: 48px !important;
    }
    .slide-cap h1 {
        font-size: 60px !important;
        line-height: 68px !important;
    }

    .slide-ved h5 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .about-blk h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }
    .prod-pric h5 b {
        font-size: 14px;
    }
    .prod-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod-slider .slick-next {
        left: -28% !important;
    }
    .prod-slider .slick-arrow {
        border: 2px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        left: -40%;
        top: 80%;
    }
    .prod-slider .slick-next::before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .prod-slider .slick-prev::before {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 20px;
    }

    header .container {
        padding: 0px 10px !important;
    }

    .slick-next {
        right: -6px !important;
    }

    section.selection-room.prod-detail {
        padding: 100px 30px 0px !important;
    }

    .connect-btn h4 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .shipping p {
        max-width: 200px !important;
    }

    .cart-totals a.theme-btn1 {
        padding: 14px 30px !important;
    }

    .cart-items td {
        font-size: 13px !important;
        line-height: 21px !important;
    }

    .slide-ved span img {
        max-height: 140px !important;
    }

    .prod-slide-blk {
        padding: 10px !important;
    }

    .stars i {
        font-size: 16px !important;
        margin-left: 0px !important;
    }

    .prod-pric h5 del {
        font-size: 16px !important;
    }

    .prod-pric h5 {
        max-width: 40px !important;
    }

    .copyright p {
        font-size: 13px !important;
    }

    .theme-btn1,
    .theme-btn2 {
        display: block;
        padding: 12px 30px !important;
        font-size: 14px !important;
        margin-left: unset;
        line-height: 22px;
    }

    .theme-btn-box {
        display: unset;
    }
    .serv-slide-blk span img {
        margin: 0 auto;
        min-width: 120px;
        max-height: 190px;
    }

    .create-account {
        margin-top: 20px;
    }
    .serv-txt h4 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
        line-height: 32px !important;
    }
    div#navbarSupportedContent {
        background: #4f2006;
        padding: 10px;
        border-radius: 20px;
    }

    .form-inline {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    a.hdr-btn1,
    a.hdr-btn2 {
        width: 160px;
        text-align: center;
        padding: 12px 20px !important;
        margin: 10px 0 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .ftr-logo ul li a {
        color: #fff;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 16px;
        background-image: linear-gradient(
            to right,
            #d6911a,
            #c27611,
            #ad5b0a,
            #964205,
            #7e2902
        );
    }
    .calout-blk h3 {
        color: #fff;
        margin: 0 0 10px;
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .prod-sec {
        overflow: hidden;
        padding: 60px 0 60px 10px;
    }

    .theme-btn-box .theme-btn1,
    .theme-btn-box .theme-btn2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .serv-slide-blk {
        padding: 20px;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1) brightness(1.8) contrast(2.7);
    }
    .form-inline {
        display: flex;
        gap: 10px;
    }
    .star-details {
        position: absolute !important;
        height: 100%;
        top: 400px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 80px;
    }
    .star-set {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    .hide-nav .navbar-nav {
        opacity: 1;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .round-slider .slider-paging-number {
        left: 80px;
    }

    .round-slider {
        transform: scale(0.5);
        left: -40px;
        top: 120px;
    }
    .star-disp {
        width: 220px;
    }
    .star-set {
        position: relative;
        top: 0px;
    }
    .prod-title h3 span {
        display: block;
        font-size: 60px;
    }
    .prod-slide-blk a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px !important;
    }
    section.selection-room {
        padding: 50px 20px 0px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 48px !important;
    }
    .slide-cap h1 {
        font-size: 60px !important;
        line-height: 68px !important;
    }

    .slide-ved h5 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .about-blk h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }
    .prod-pric h5 b {
        font-size: 14px;
    }
    .prod-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod-slider .slick-next {
        left: 39% !important;
    }
    .prod-slider .slick-arrow {
        border: 2px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        left: -40%;
        top: 112%;
    }
    .prod-slider .slick-next::before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .prod-slider .slick-prev::before {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 20px;
    }

    header .container {
        padding: 0px 10px !important;
    }

    .slick-next {
        right: -6px !important;
    }

    section.selection-room.prod-detail {
        padding: 500px 30px 0px !important;
    }

    .connect-btn h4 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .select-star .slick-next {
        right: 20px !important;
    }

    .shipping p {
        max-width: 200px !important;
    }

    .cart-totals a.theme-btn1 {
        padding: 14px 30px !important;
    }

    .cart-items td {
        font-size: 13px !important;
        line-height: 21px !important;
    }

    .slide-ved span img {
        max-height: 140px !important;
    }

    .prod-slide-blk {
        padding: 10px !important;
    }
    section.select-star {
        height: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        backdrop-filter: blur(10px);
        overflow-x: hidden;
    }

    .stars i {
        font-size: 16px !important;
        margin-left: 0px !important;
    }

    .prod-pric h5 del {
        font-size: 16px !important;
    }

    .prod-pric h5 {
        max-width: 40px !important;
    }

    .copyright p {
        font-size: 13px !important;
    }

    .theme-btn1,
    .theme-btn2 {
        display: block;
        padding: 12px 30px !important;
        font-size: 14px !important;
        margin-left: unset;
        line-height: 22px;
    }

    .theme-btn-box {
        display: unset;
    }
    .serv-slide-blk span img {
        margin: 0 auto;
        min-width: 120px;
        max-height: 190px;
    }

    .create-account {
        margin-top: 80px;
    }
    .serv-txt h4 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
        line-height: 32px !important;
    }
    div#navbarSupportedContent {
        background: #4f2006;
        padding: 10px;
        border-radius: 20px;
    }

    .form-inline {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .form-inline a {
    }

    a.hdr-btn1,
    a.hdr-btn2 {
        width: 160px;
        text-align: center;
        padding: 12px 20px !important;
        margin: 10px 0 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .ftr-logo ul li a {
        color: #fff;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 16px;
        background-image: linear-gradient(
            to right,
            #d6911a,
            #c27611,
            #ad5b0a,
            #964205,
            #7e2902
        );
    }
    .calout-blk h3 {
        color: #fff;
        margin: 0 0 10px;
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .prod-sec {
        overflow: hidden;
        padding: 60px 0 60px 10px;
    }

    .theme-btn-box .theme-btn1,
    .theme-btn-box .theme-btn2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .serv-slide-blk {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1) brightness(1.8) contrast(2.7);
    }
    .form-inline {
        display: flex;
        gap: 10px;
    }

    .serv-txt {
        text-align: center;
    }

    .services-sec .slick-arrow {
        display: block !important;
    }
    .banner .slick-arrow {
        background-color: #412e26;
        display: inline-block;
        border: 1px solid #afa7a4;
        border-radius: 5px;
        color: #fff !important;
        margin-left: 20px;
        height: 40px;
        width: 50px;
        z-index: 999;
        position: absolute;
        top: 115%;
    }

    .banner button.slick-prev.slick-arrow {
        left: 32%;
    }

    .banner button.slick-next.slick-arrow {
        left: 50%;
    }

    .prod-slider .slick-prev {
        left: 56%;
    }

    section.call-out {
        padding: 0 30px 30px 30px;
        overflow: hidden;
        text-align: center;
    }

    .copy-txt {
        flex-direction: column;
        text-align: left;
        gap: 10px;
    }
    .prod-detail .col-md-9 {
        padding-left: unset;
    }

    .ctgry-sec {
        text-align: left;
    }
    .cart-content {
        border: 1px solid #8c611c;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(13.549076080322266px);
        padding: 40px 30px;
    }

    .cart-content .row {
        display: flex;
        flex-direction: column;
        margin: 0 0 10px 0;
        padding: 10px 0 10px 0;
    }

    .cart-content .row .col-md-8,
    .cart-content .row .col-md-4 {
        width: 100%;
        max-width: unset;
    }

    .cart-totals {
        border: unset;
        padding-left: unset;
    }

    .cart-totals h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .cart-items tr th {
        font-size: 12px;
        line-height: 20px !important;
        font-weight: 100;
    }

    .cart-content .row * {
        font-weight: 100 !important;
        font-family: "Montserrat";
        font-size: 12px;
        line-height: 20px;
    }
    .cart-items {
        width: 100%;
        border-collapse: collapse;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cart-items thead {
        display: table;
        width: 100%;
    }

    .cart-items thead th {
        font-size: 14px;
        padding: 10px 8px;
    }

    .cart-items tbody {
        display: table;
        width: 100%;
    }

    .cart-items tbody td {
        font-size: 13px;
        padding: 8px;
        vertical-align: middle;
    }

    .cart-items img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .cart-items .btn-danger {
        font-size: 12px;
        padding: 5px 10px;
    }

    .product-img {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .login {
        width: 100%;

        max-width: 80% !important;
    }

    .login p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
    .login {
        width: 100%;
        max-width: 95% !important;
        padding: 20px;
    }
    .login-sec {
        padding: 100px 10px;
        height: unset;
    }
    .login p {
        font-size: 14px;
    }
    .cart-content {
        border: 1px solid #8c611c;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(13.549076080322266px);
        padding: 30px 10px;
    }

    .cart-content .row {
        display: flex;
        flex-direction: column;
        margin: 0 0 10px 0;
        padding: 10px 0 10px 0;
    }

    .cart-content .row .col-md-8,
    .cart-content .row .col-md-4 {
        width: 100%;
        max-width: unset;
    }

    .cart-totals {
        border: unset;
        padding-left: unset;
    }

    .cart-totals h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .cart-items tr th {
        font-size: 12px;
        line-height: 20px !important;
        font-weight: 100;
    }

    .cart-content .row * {
        font-weight: 100 !important;
        font-family: "Montserrat";
        font-size: 12px !important;
        line-height: 20px;
    }
    .cart-items {
        width: 100%;
        border-collapse: collapse;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cart-items thead {
        display: table;
        width: 100%;
    }

    .cart-items thead th {
        font-size: 14px;
        padding: 10px 8px;
    }

    .cart-items tbody {
        display: table;
        width: 100%;
    }

    .cart-items tbody td {
        font-size: 13px;
        padding: 8px;
        vertical-align: middle;
    }

    .cart-items img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .cart-items .btn-danger {
        font-size: 12px;
        padding: 5px 10px;
    }

    .product-img {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .round-slider {
        transform: scale(0.5);
        top: 90px;
    }
    .star-disp p {
        font-size: 14px;
        line-height: 20px;
    }

    .star-disp {
        width: auto;
        float: none;
    }
    .star-details {
        position: relative !important;
        display: block !important;
        width: auto !important;
        padding: 0;
    }
    .round-slider .slick-list {
        left: -83px;
    }
    .star-set {
        display: block;
        justify-content: space-between;
        /* width: 100%; */
    }
    .prod-title h3 span {
        display: block;
        font-size: 60px;
    }
    .prod-slide-blk a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px !important;
    }
    section.selection-room {
        padding: 100px 0px 0px !important;
        height: unset;
    }
    h3 {
        font-size: 30px !important;
        line-height: 48px !important;
    }
    .slide-cap h1 {
        font-size: 50px !important;
        line-height: 58px !important;
    }

    .slide-ved h5 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .about-blk h2 {
        font-size: 38px !important;
        line-height: 46px !important;
    }
    .prod-pric h5 b {
        font-size: 14px;
    }
    .prod-slide img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .prod-slider .slick-next {
        left: 39% !important;
    }
    .prod-slider .slick-arrow {
        border: 2px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        position: absolute;
        left: -40%;
        top: 112%;
    }
    .prod-slider .slick-next::before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .prod-slider .slick-prev::before {
        content: "\f104";
        font-family: "FontAwesome";
        font-size: 20px;
    }

    header .container {
        padding: 0px 10px !important;
    }

    .slick-next {
        right: -6px !important;
    }

    section.selection-room.prod-detail {
        padding: 110px 20px 0px !important;
    }
    .connect-btn h4 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .select-star .slick-next {
        right: 220px !important;
    }
    .select-star .slick-arrow {
        top: 230px;
    }

    .shipping p {
        max-width: 200px !important;
    }

    .cart-totals a.theme-btn1 {
        padding: 14px 30px !important;
    }
    a.navbar-brand img {
        width: 100%;
        min-width: 120px;
    }
    .cart-items td {
        font-size: 13px !important;
        line-height: 21px !important;
    }

    .slide-ved span img {
        max-height: 140px !important;
    }

    .prod-slide-blk {
        padding: 10px !important;
    }
    section.select-star {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        backdrop-filter: blur(10px);
        overflow-x: hidden;
        padding-bottom: 100px;
    }

    .stars i {
        font-size: 16px !important;
        margin-left: 0px !important;
    }

    .prod-pric h5 del {
        font-size: 16px !important;
    }

    .prod-pric h5 {
        max-width: 40px !important;
    }

    .copyright p {
        font-size: 13px !important;
    }

    .theme-btn1,
    .theme-btn2 {
        display: block;
        padding: 12px 30px !important;
        font-size: 14px !important;
        margin-left: unset;
        line-height: 22px;
    }

    .theme-btn-box {
        display: unset;
    }
    .serv-slide-blk span img {
        margin: 0 auto;
        min-width: 120px;
        max-height: 190px;
    }

    .create-account {
        margin-top: 80px;
    }
    .serv-txt h4 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
        line-height: 32px !important;
    }
    div#navbarSupportedContent {
        background: #4f2006;
        padding: 10px;
        border-radius: 20px;
    }

    .form-inline {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .form-inline a {
    }

    a.hdr-btn1,
    a.hdr-btn2 {
        width: 160px;
        text-align: center;
        padding: 12px 20px !important;
        margin: 10px 0 10px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .ftr-logo ul li a {
        color: #fff;
        min-width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 16px;
        background-image: linear-gradient(
            to right,
            #d6911a,
            #c27611,
            #ad5b0a,
            #964205,
            #7e2902
        );
    }
    .calout-blk h3 {
        color: #fff;
        margin: 0 0 10px;
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .prod-sec {
        overflow: hidden;
        padding: 60px 0 60px 10px;
    }

    .theme-btn-box .theme-btn1,
    .theme-btn-box .theme-btn2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .serv-slide-blk {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1) brightness(1.8) contrast(2.7);
    }
    .form-inline {
        display: flex;
    }

    .serv-txt {
        text-align: center;
    }

    .services-sec .slick-arrow {
        top: 116%;
    }
    .banner .slick-arrow {
        background-color: #412e26;
        display: inline-block;
        border: 1px solid #afa7a4;
        border-radius: 5px;
        color: #fff !important;
        margin-left: 0;
        height: 40px;
        width: 50px;
        z-index: 999;
        position: absolute;
        top: 115%;
    }

    .banner button.slick-prev.slick-arrow {
        left: 33%;
    }

    .banner button.slick-next.slick-arrow {
        left: 53%;
    }

    .prod-slider .slick-prev {
        left: 56%;
    }
    .prod-slide {
        margin: 0 10px;
        background-color: #61524c;
        border-radius: 20px;
        overflow: hidden;
    }
    section.banner {
        text-align: center;
        padding: 200px 0 50px;
        overflow: hidden;
    }
    section.call-out {
        padding: 0 30px 30px 30px;
        overflow: hidden;
        text-align: center;
    }

    .copy-txt {
        flex-direction: column;
        text-align: left;
        gap: 10px;
    }

    section.about-sec {
        overflow: hidden;
    }

    .services-sec button.slick-prev.slick-arrow {
        left: 30%;
    }

    .services-sec button.slick-next.slick-arrow {
        left: 50%;
    }

    .serv-slide-blk {
        margin: 0;
    }
    .slick-active .serv-slide-blk {
        opacity: 1;
    }
    section.services-sec {
        padding: 60px 0 100px;
        overflow: hidden;
    }
    .prod-detail .col-md-9 {
        padding-left: unset;
    }

    .ctgry-sec {
        text-align: left;
    }
    .ctgry-sec span {
        height: 230px;
        width: 230px;
        margin: 0 auto;
    }
    .service-type {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    #timeSlots,
    select#dateSelect,
    input#datePicker,
    .service-type label {
        width: 180px;
        padding: 10px 15px 10px 15px;
        font-size: 16px;
        appearance: none;
        text-align: left;
        margin: 0px 0 0px;
    }

    .add-to-cart {
        margin: 10px 0 0 0;
    }
}

.admin-profile {
    overflow: hidden;
}
