:root{
	--main-deep-blue-rep:#222e3c;
	--main-blue-rep:#2F3190;
    --main-blue-rep-v1:#2D3294;
    --main-light-blue-rep-v2:#EBEBFF;

	--black-rep:#000000;
	--white-rep:#ffffff;

    --gray-rep:#717070;
    --light-gray-rep-v2:#EAEAEA;
    --main-thm: #FF8F00;
    --main-golden-thm: #ce9736;
    --main-golden-thm-v1: #8b6117;

}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: 'Open Sans', sans-serif;
	position:relative;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
li a:hover {
	text-decoration:none;
}
.no-resize {
	resize:none !important;
}
input[type="file"].form-control {
	height:auto !important;
}

/********************************************************
********************************************************/
header {
    /* background: var(--main-deep-blue-rep);
    border-bottom: 1px solid rgba(12, 11, 9, 0.6); */
    background: rgba(12, 11, 9, 0.6);
    border-bottom: 1px solid rgba(12, 11, 9, 0.6);
    z-index: 997;
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}
/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */


header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
header .logo img {
    max-height: 40px;
}
header .logo a {
    color: #FF8F00;
	text-decoration: none;
}
header .contact-info i {
    font-style: normal;
    color: #FF8F00;
}

header .contact-info i span {
    padding-left: 5px;
    color: #fff;
}
.header-bg h1 {
    color: #FF8F00;
}

/********************************************************
********************************************************/
.header-bg {
    /* background: url(../img/background/page-header.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}
.header-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.header-bottom h1, .header-bottom h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
}
.header-bottom h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}
.header-bg .container {
    position: relative;
    z-index: 1;
}
.header-bottom .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #FF8F00;
    text-decoration: none;
}

.header-bottom .btn-get-started:hover {
    background: #c00025;
    color: #fff;
}
/********************************************************
********************************************************/
.form_area label{
    font-size: 14px;
    
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.form_area .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--gray-rep-v1);
    /* font-family: 'circular_stdbook'; */
    background-color: var(--white-rep);
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 6px;
    -webkit-box-shadow: none;
    text-transform: capitalize;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}


.form_area textarea.form-control {
    height: auto;
}

	
.form_area .form-control:focus {
     border-color: #222e3c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,108,255,.075), 0 0 8px rgba(0,108,255,.6);
    box-shadow: inset 0 1px 1px rgba(0,108,255,.075), 0 0 8px rgba(0,108,255,.6);
	
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
	
}
.form_area .form-control:disabled{
    background-color: #f1f1f1 !important;
}

.calendar_area{
	position: relative;
}

.calendar_area::after{
	width: 16px;
	height: 17px;
	background: url(../img/calender_ico.png) no-repeat;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}
.btn{
    text-transform: capitalize;
}

/********************************************************
********************************************************/
.comments_area{
    border: #ddd 1px solid;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
}
.comments_area .form-control{
    border: transparent 1px solid;
    outline: none;
    border: none;
    box-shadow: none;
}

.btn-golden-round{
    background-color: var(--main-golden-thm);
    border: var(--main-golden-thm) 1px solid;
    padding: 8px 27px;
    color: var(--white-rep);
    font-size: 18px;
    border-radius: 30px;
}
.btn-golden-round:hover{
    background-color: var(--main-golden-thm-v1);
    border: var(--main-golden-thm-v1) 1px solid;
    color: var(--white-rep);
}
.select_area{
    position: relative;
}
.select_area select{
    padding-right: 30px;
}

.select_area svg{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.btn-red {
    background-color: red;
    color: var(--white-rep);
    border: red;
    font-size: 13px;
    border-radius: 30px;
    width: 23px;
    height: 23px;
    padding: 0px;
    line-height: 23px;
}
.btn-red:hover {
    background-color: rgb(134, 3, 3);
    border-color: rgb(134, 3, 3);
    color: var(--white-rep);
} 
/* .form_area .form-control {
    height: auto;
} */
/********************************************************
********************************************************/




.step_form_area .form-outer {
    width: 100%;
    overflow: hidden;
}
.step_form_area .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
}
.step_form_area .form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
}
.step_form_area .form-outer form .page .title {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border-bottom:var(--bs-border-color) 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.step_form_area form .page .btns button.next {
    margin-left: 3px;
}
.step_form_area .progress-bar-area {
    position: relative;
	background-color: var(--main-golden-thm);
}
.step_form_area .progress-bar {
    /* display: flex; */
    margin: 0 0;
    user-select: none;
    flex-direction: inherit;
    position: relative;
	background-color: var(--main-golden-thm);
}
/* .step_form_area .progress-bar:before {
    width: 90%;
    height: 1px;
    background-color:var(--main-deep-blue-rep);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21px;
    margin: 0 auto;
} */

.step_form_area .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
	border-right: var(--main-golden-thm) 1px solid;
}
.step_form_area .progress-bar .step p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
	display: none;
}
.step_form_area .progress-bar .step .bullet {
    height: auto;
    width: 100%;
    border: 0px solid var(--main-deep-blue-rep);
    display: inline-block;
    border-radius: 0;
    position: relative;
    transition: 0.2s;
    font-weight: 600;
	padding: 13px 0;
    font-size: 15px;
    background-color: var(--main-golden-thm);
    line-height: 33px;
    color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
}
.step_form_area .progress-bar .step .bullet.active {
    border-color: transparent;
    background: var(--main-deep-blue-rep);
}
/* .step_form_area .progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */
/* .step_form_area .progress-bar .step .bullet.active span {
    display: none;
} */
/* .step_form_area .progress-bar .step .bullet:before,
.step_form_area .progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    background: #262626;
}
.step_form_area .progress-bar .step .bullet.active:after {
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
} */
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}
.step_form_area .progress-bar .step:last-child .bullet:before,
.step_form_area .progress-bar .step:last-child .bullet:after {
    display: none;
}
.step_form_area .progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}
.step_form_area .progress-bar .step .check {
    /* position: absolute;
    left: 50%;
    top: 70%; */
    font-size: 15px;
    /* transform: translate(-50%, -50%); */
    display: none;
}
.step_form_area .progress-bar .step .check.active {
    display: block;
    color: #fff;
}

@media screen and (max-width: 660px) {
    :root {
        --containerWidth: 400px;
    }
    .step_form_area .progress-bar .step p {
        display: none;
    }
    .step_form_area .progress-bar .step .bullet::after,
    .step_form_area .progress-bar .step .bullet::before {
        display: none;
    }
    .step_form_area .progress-bar .step .bullet {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* .step_form_area .progress-bar .step .check {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
        display: none;
    } */
    .step_form_area .step {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 490px) {
    :root {
        --containerWidth: 100%;
    }
    .step_form_area {
        box-sizing: border-box;
        border-radius: 0;
    }
}
table tr td{
    vertical-align: middle;
    font-size: 15px;
}
/********************************************************
********************************************************/
.category-veg-area, .category-veg-non-area{
    display: none;
}
.slider_list{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 20px;
}
.category_img {
    width: 134px;
    height: 116px;
    margin: 0 auto 0 auto;
    padding: 10px;
}
.category_img img{
    width: auto;
    height: auto;
    max-height: 100%;

}

.category_ttx p{
    margin-bottom: 5px;
}


.slider_list li{
    cursor: pointer;
}
.nonvegcategory_list li.selected .category_item{
    background-color: var(--main-golden-thm);
}
.nonvegcategory_list li.selected .category_item .category_ttx p{
    color: #fff;
}
.vegcategory_list li.selected .category_item{
    background-color: var(--main-golden-thm);
}
.vegcategory_list li.selected .category_item .category_ttx p{
    color: #fff;
}

.decoration_list li.selected .category_item{
    background-color: var(--main-golden-thm);
}
.decoration_list li.selected .category_item .category_ttx p{
    color: #fff;
}


.categorysearch_area{
    border: #ddd 1px solid;
    border-radius: 50px;
    padding: 5px 10px;
    display: flex;
}
.categorysearch_area .form-control{
    border: transparent 1px solid;
    outline: none;
    border: none;
    box-shadow: none;
}
.categorysearch_area .form-control:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.categorysearch_area .btn-golden-round{
    background-color: var(--main-golden-thm);
    border: var(--main-golden-thm) 1px solid;
    padding: 8px 13px;
    color: var(--white-rep);
    font-size: 18px;
    border-radius: 30px;
}
.categorysearch_area .btn-golden-round:hover{
    background-color: var(--main-golden-thm-v1);
    border: var(--main-golden-thm-v1) 1px solid;
    color: var(--white-rep);
}

/********************************************************
********************************************************/
.category_search{
    display: none;
}
.category_search1{
    display: none;
}
.category_search2{
    display: none;
}
/********************************************************
********************************************************/

.thankyou_note h1 {
    font-size: 55px;
    margin-bottom: 20px;
    color: var(--main-golden-thm);
}

.thankyou_note h3 {
    font-size: 36px;
    margin-bottom: 35px;
}
/********************************************************
            zafar: 26.01.2025
********************************************************/
.calDateList {
    display: flex;
    flex-wrap: wrap;
    gap: 0px; /* Space between boxes */
    justify-content: center; /* Center alignment */
    padding: 45px; /* Add padding around the list */
}

.calDate {
    background-color: #f8f9fa; /* Light gray background */
    border: 2px solid #ddd; /* Border around the box */
    border-radius: 8px; /* Rounded corners */
    padding: 22px 32px; /* Padding inside the box */
    text-align: center; /* Center-align text */
    font-size: 15px; /* Text size */
    color: #333; /* Text color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth animation */
}

.calDate:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    background-color: #ce9736;
    border: 2px solid #ce9736;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Stronger shadow */
}

.calDate.active {
    background-color: #ce9736; /* Light gray background */
    border: 2px solid #ce9736; /* Border around the box */   
}

.bookingCount {
    position: relative;
    left: 30px;
    top: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
}
  

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/
.stellarnav.mobile.right > ul {
	z-index: 99;
}
/* @media (min-width:1200px){.container{max-width:1170px}} */
/********************************************************
********************************************************/
