@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'AktivGrotesk-XBold';
  src: url('../fonts/AktivGrotesk-XBold.eot');
  src: url('../fonts/AktivGrotesk-XBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AktivGrotesk-XBold.woff2') format('woff2'),
      url('../fonts/AktivGrotesk-XBold.woff') format('woff'),
      url('../fonts/AktivGrotesk-XBold.ttf') format('truetype'),
      url('../fonts/AktivGrotesk-XBold.svg#AktivGrotesk-XBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AktivGrotesk-Medium';
  src: url('../fonts/AktivGrotesk-Medium.eot');
  src: url('../fonts/AktivGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AktivGrotesk-Medium.woff2') format('woff2'),
      url('../fonts/AktivGrotesk-Medium.woff') format('woff'),
      url('../fonts/AktivGrotesk-Medium.ttf') format('truetype'),
      url('../fonts/AktivGrotesk-Medium.svg#AktivGrotesk-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#020202;
  line-height:18px;
  letter-spacing:.02em;
  background:#eade16;
  border-radius:10px;
  padding:13px 25px;
}

.btn1:hover{
  background:#e53725;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  background:#e53725;
  border-radius:10px;
  padding:13px 25px;
}

.btn2:hover{
  background:#eade16;
  color:#020202;
}

.common_paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out; 
}

.header_top{
  background:#3b3c3e;
  padding:10px 0;
  transition:all 500ms ease-in-out;
}

.header_bottom{
  box-shadow:0 4px 6px rgba(0,0,0,.15);
  padding:15px 0;
  transition:all 500ms ease-in-out;
}

.header_logo{
  width:180px;
  transition:all 500ms ease-in-out;
}

.header_logo:after{
  content:"";
  position:absolute;
  width:160px;
  height:8px;
  background:url(/booking/assets/frontend/images/rt-arrow01.png) no-repeat right center;
  right:-180px;
  top:0;
  bottom:0;
  margin:auto 0;
}

.header_link ul li{
  display:inline-block;
  margin-right:20px;
}

.header_link ul li:last-child{
  margin-right:0;
}

.header_link ul li a{
  font-size:16px;
  color:#030303;
  line-height:20px;
  letter-spacing:.02em;
}

.header_link ul li a:hover{
  color:#e53827;
}

.header_phone a{
  font-size:20px;
  color:#020202;
  line-height:22px;
  font-weight:500;
  background:url(/booking/assets/frontend/images/ph-icon01.png) no-repeat left center;
  padding:4px 0 4px 38px;
}

.header_phone a:hover{
  color:#e53827;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-64px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:140px;
  }

}

.booking_serv_sec{
  padding:250px 0 65px;
}

.service_box .upper .icon{
  display:inline-block;
  width:100px;
  height:100px;
  line-height:90px;
  background:#fff;
  border:6px solid #e53725;
  border-radius:50%;
  text-align:center;
}

.booking_serv_sec .col-lg-6:nth-child(2) .service_box .upper .icon,
.booking_serv_sec .col-lg-6:nth-child(3) .service_box .upper .icon,
.booking_serv_sec .col-lg-6:nth-child(6) .service_box .upper .icon,
.booking_serv_sec .col-lg-6:nth-child(7) .service_box .upper .icon,
.booking_serv_sec .col-lg-6:nth-child(10) .service_box .upper .icon{
  border-color:#e1d415;
}

.booking_serv_sec .col-lg-6:nth-child(4) .service_box .upper .icon,
.booking_serv_sec .col-lg-6:nth-child(8) .service_box .upper .icon{
  border-color:#2364b1;
}

.service_box .upper .content{
  display:inline-block;
  width:80%;
  vertical-align:top;
  padding-left:15px;
}

.service_heading{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  margin-bottom:10px;
}

.serv_book_box{
  background:#2364b1;
  border-radius:6px;
  padding:6px 10px;
}

.booking_price{
  font-size:17px;
  color:#fff;
  line-height:22px;
  letter-spacing:.02em;
}

.serv_book_box a{
  font-size:15px;
  color:#030303;
  line-height:17px;
  background:#fff;
  border-radius:6px;
  padding:10px 16px;
}

.serv_book_box a:hover{
  background:#e1d415;
}
 
#footer{
  background:url('/booking/assets/frontend/images/footer-bg.jpg') no-repeat center top;
  background-size:cover;
  padding:50px 0 30px;
}
 

.footer_top{
  margin-bottom:40px;
}

.footer_title{
	font-size:26px;
	line-height:28px;
	font-weight:600;
	letter-spacing:.02em;
	margin-bottom:20px;
}

.ft_link li{
  line-height:0;
  margin-bottom:10px;
}

.ft_link li:last-child{
  margin-bottom:0;
}

.ft_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
}

.ft_link li a:hover,
.ft_contact_main a:hover{
  color:#e7513a;
}

.ft_contact .block{
	margin-bottom:15px;
}

.ft_contact .block:last-child{
	margin-bottom:0;
}

.ft_contact .icon{
	display:inline-block;
	width:22px;
}

.ft_contact .content{
	display:inline-block;
	width:90%;
	vertical-align:top;
	padding-left:12px;
}

.ft_contact_main,
.ft_contact_title{
  font-size:16px;
  line-height:20px;
  font-weight:400;
  margin-bottom:6px;
}

.ft_contact_main a{
  color:#fff;
}

.ft_contact_main{
  font-weight:500;
  margin-bottom:0;
}

.footer_bottom:before,
.footer_bottom:after{
  content:"";
  position:absolute;
  width:24%;
  height:1px;
  background:#fff;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.footer_bottom:after{
  left:auto;
  right:0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#fff;
}

#back-button {
  display:inline-block;
  background-color:#e53725;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#e53725;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#2169b3;
}

/* Primary Navigation */

	.primary-navigation {
		float:none;
		font-size: 11px;
		margin:0;
		padding: 0;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		position: relative;
		margin-right:20px;
	}

	.primary-navigation li:last-child{
		margin-right:0;
	}

	.primary-navigation a {
		font-size:16px;
		color:#030303;
		line-height:20px;
		padding:0;
	}

	.primary-navigation .dropdown > a::after {
		content: "▾";
		display: inline-block;
		margin-left: 2px;
        font-size: 14px;
		vertical-align: middle;
		transition: transform 0.2s ease;
        font-weight:bold;
	}

	.primary-navigation .dropdown:hover > a::after,
	.primary-navigation .dropdown:focus-within > a::after {
		transform: rotate(180deg);
	}

	.primary-navigation ul ul,
	.primary-navigation .dropdown-menu {
		background-color:#2364b1;
		float: left;
		margin: 0;
		position: absolute;
		top:20px;
		left: -999em;
		z-index: 99999;
		display: none;
		min-width: 240px;
		padding: 10px 0;
		box-shadow: 0 8px 20px rgba(0,0,0,.1);
	}

	.primary-navigation li:hover > ul,
	.primary-navigation li:focus-within > ul,
	.primary-navigation .dropdown:hover > .dropdown-menu,
	.primary-navigation .dropdown:focus-within > .dropdown-menu {
		left: 0;
		display: block;
	}

	.primary-navigation li li,
	.primary-navigation .dropdown-menu li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
		padding:10px 0;
		border-bottom:1px solid rgba(255,255,255,.4);
		margin-right:0;
		text-align:left;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a,
	.primary-navigation .dropdown-menu a {
		padding:0 10px;
		white-space: normal;
		width:300px;
		font-size:15px;
		color:#fff;
		line-height:17px;
		text-transform:initial;
		display: block;
	}

	.primary-navigation .dropdown-menu a:hover {
		color:#e53827;
	}
@media screen and (max-width:991px){
  .btn1,
  .btn2{
    font-size:14px;
    line-height:16px;
    padding:12px 18px;
  }

  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:120px;
  }

  .header_logo:after{
    display:none;
  }
  
  .booking_serv_sec{
      padding:190px 0 30px;
  }

  #footer{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }


}

@media screen and (max-width:767px){
  .service_box .upper .content{
    width:75%;
  }

  .service_heading{
    font-size:20px;
    line-height:26px;
  }
  
  #footer{
    padding-top:35px;
  }

  .footer_top, 
  .footer_mid{
    margin-bottom:30px;
  }

  .ft_logo:after,
  .footer_bottom:before, 
  .footer_bottom:after{
    display:none;
  }

  .ft_logo img{
    width:150px;
  }

  .ft_link{
    background:none;
    padding-right:0;
  }

  .ft_link ul li a{
    font-size:14px;
  }

  .footer_mid .row{
    display:block;
  }

  .ft_contact_box{
    min-height:auto;
  }
  
  .order-summary-box{
      position:relative !important;
      top:0 !important;
      width:100% !important;
  }
  
  .form-grid{
      display:block;
  }


}

@media screen and (max-width:575px){
  .service_box .upper .content{
    width:66%;
  }
  
  .form-grid{
      display:block !important;
  }
  
  .form-grid .label{
      margin-bottom:10px;
  }
  
  .form-grid .value{
      margin-bottom:15px;
  }
  
  .order-summary-box{
      min-height:inherit !important;
  }
  
  .form-row{
      display:block !important;
  }
  
  .form-row .form-group{
      margin-bottom:12px;
  }
  
  .form-row .form-group:last-child{
      margin-bottom:0;
  }
  
  .order-summary-box{
      max-height:inherit !important;
  }
  

}


/************************************************** CUSTOME BOOKING CSS ****************************/


 .container {
    gap: 20px;
    width: 100%;
}
/* LEFT SECTION */
.left-box {
    flex: 2;
    padding: 20px;
    border-radius: 10px;
    color:#000;
}
h1 {
    margin-bottom: 5px;
}
.sub-text {
    color: gray;
    margin-bottom: 20px;
}
.option-top {
    border: 1px solid #d2232a;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
color:#000;
    align-items: center;
    justify-content: space-between;
    width:200px;
    float:left;
}
.option-top:hover {
    border-color: #d2232a;
}
.option-top input {
    margin-right: 10px;
}
.option-top-text {
    display: flex;
    flex-direction: column;
}
/* OPTION BOX */
.option {
    border: 1px solid #d2232a;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.option:hover {
    border-color: #d2232a;
}
.option input {
    margin-right: 10px;
}
.option-content {
    display: flex;
    align-items: center;
}
.option-text {
    display: flex;
    flex-direction: column;
}
.discount {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}
/* CUSTOM SELECT */
.custom {
    border: 1px solid #d2232a;
}
/* RIGHT SECTION */
.right-box {
    flex: 1;
color:#000;
    padding: 20px;
    border-radius: 10px;
	border:solid 1px #ddd;
}
.summary {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d2232a;
    margin-top: 10px;
    padding-top: 10px;
    margin: 20px 0;
}
.discount_summary {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    margin: 20px 0;
}
.total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 20px 0;
	float:right;
}
/* BUTTON */
button {
    width: 200px;
    padding: 12px;
    background: #d2232a;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}
button:hover {
    background: #d2232a;
}

 

.card {
    background: #fff;
    padding: 25px;
    border:none;
    border-radius:0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	font-size:16px;
}

.title {
    color: #5fae4b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

/* GRID LAYOUT */
.form-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    row-gap: 14px;
    column-gap: 10px;
    align-items: center;
}

/* LABEL */
.label {
    text-align: left;
    font-weight: bold;
    color: #333;
}

/* VALUE */
.value {
    color: #444;
}

/* INPUTS */
input, select {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* OPTION ROW */
.option-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* TIME BUTTONS */
.time-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.time-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.time-group input[type="radio"] {
  display: none; /* hide default radio */
}

.time-btn {
  display: block;
  padding: 7px;
  text-align: center;
  background-color: #5faa4b;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

/* red unavailable slot */
.time-btn.red {
  background-color: #e53935;
}

/* selected state */
.time-group input[type="radio"]:checked + .time-btn {
  outline: 3px solid #333;
  transform: scale(1.05);
}

.green { background: #5fae4b; }
.red { background: #e53935; }

.map-link {
    color: #5fae4b;
    margin-left: 5px;
    text-decoration: none;
}
/******************************* CART LIST****************/
.cart-container {
  max-width: 1100px;
  margin: auto;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.item-left {
  display: flex;
  gap: 15px;
}

.item-left img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.item-details h3 {
  margin: 0;
  color: #2e7d32;
}

.item-details p {
  margin: 3px 0;
  font-size: 14px;
  color: #555;
}

.item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.price {
  font-weight: bold;
}

.total {
  font-weight: bold;
}

select {
  padding: 5px;
  border-radius: 5px;
}

.delete-btn {
  background: none;
  border: none;
  color: #2e7d32;
  cursor: pointer;
  font-size: 14px;
}

.delete-btn:hover {
  text-decoration: underline;
}

/**************************** CHECKOUT ****************************/
 

 

/* Layout */
.container {
 
  gap: 30px;
}
/* LEFT SIDE */
.left {
  flex: 2;
 color:#000;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #3a2a4d;
}

.left h2 {
  margin-bottom: 20px;
}

/* Form grid */
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  margin-bottom: 6px;
 
}

input {
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #3a2a4d;
  background: transparent;
  font-size:15px;
 
}

/* Checkbox */
.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
 
}

.checkbox input {
  width: 16px;
  height: 16px;
}

/* Promo box */
.promo {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #3a2a4d;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* RIGHT SIDE */
.order-summary-box{
 color:#030303;
 border-radius:0 !important;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timer {
  background: #ff3f87;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.location {
  margin: 15px 0;
 
}

.divider {
  border-bottom: 1px solid #3a2a4d;
  margin: 15px 0;
}

/* Items */
.item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 14px;
}

.total {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #dc3545;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.login-btn {
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
  color:#e63725;
}

.login-btn:hover {
  color:#e63725;
}

 .cart {
    position: relative;
    font-size: 28px;
    cursor: pointer;
  }

.cart-count {
    position: absolute;
  top: -5px;
    right: -10px;
    background: #ff3b3b;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 50%;
}

.login-btn {
    border-radius: 20px;
    padding: 6px 15px;
    transition: 0.3s;
}

.login-btn:hover {
    background: #fff;
    color: #000;
}
 /*************************************** PROFILE SECTION ********************/
  .new_profile_page_left_menu {
    background: #000;
    border-top: 4px solid #fff;
}
.new_profile_page_left_menu_list ul {
	padding: 0;
	margin: 0;
}
.new_profile_page_left_menu_list ul li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.new_profile_page_left_menu_list ul li:last-child {
	border-bottom: none;
}
.new_profile_page_left_menu_list ul li a {
	color: #fff;
	display: block;
	padding: 13px;
	font-size:16px;
	text-decoration:none;
}
.new_profile_page_left_menu_list ul li.active a {
	color: #fff;
}
.new_profile_page_left_menu_list ul li a i {
	margin-right: 4px;
}
.profile_page_container {
	padding: 30px 0 50px;
}
.new_profile_page_right_content {
    border: 1px solid #ccc;
    padding: 20px;
}
.new_profile_page_left_menu_heading {
	font-weight: bold;
	color: #000;
	font-size: 24px;
	margin: 0 0 20px;
}
.profile_page_info_section {
    background: #000;
    margin: 0 0 40px;
    padding: 20px;
}
.profile_page_info_top_left {
    position: relative;
    padding: 10px 0 0 125px;
    color: #fff;
    min-height: 100px;
}
.profile_page_info_top_left i {
    margin-right: 5px;
}
.profile_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
}
.profile_image img {
	width: 100px;
	height: 100px;
}
.profile_page_info_heading {
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.profile_page_info_top_right {
	text-align: right;
	margin-top: 35px;
}
.profile_page_info_top_right_inner {
	position: relative;
	padding-left: 40px;
	color: #fff;
	display: inline-block;
}
.profile_page_info_top_right_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.profile_edit_btn {
	display: inline-block;
	color: #fff !important;
	background: #000;
	padding: 10px 20px;
	border: none;
}

/*.login-box{*/
/*    max-width:380px;*/
/*    margin:auto;*/
/*    margin-top:43px;*/
/*    background:#fff;*/
/*    padding:35px;*/
/*    border:1px solid #dbdbdb;*/
/*    border-radius:8px;*/
/*}*/

.logo{
    font-size:32px;
    font-weight:bold;
    text-align:center;
    margin-bottom:25px;
	color:#000;
}

.form-control{
    background:#fafafa;
}

.login-btn{
    background:#eade16;
    color:#000;
    font-weight:600;
	border:none;
}

.login-btn:hover{
    background:#1877f2;
}

.extra-box{
    max-width:380px;
    margin:auto;
    margin-top:15px;
    background:#fff;
    padding:15px;
    border:1px solid #dbdbdb;
    text-align:center;
    border-radius:8px;
	color:#000;
}
 
 
  
@media (max-width: 768px) {
	.contact-info{
		padding-right: auto;

	}
}