/*-- Variables --*/
:root {
	--text-primary: #252429;
	--theme-bg: #F05C35;
	--theme-bg-dark: #d0421c;
	--theme-bg-black: #292929;
	--color-black: #000;
	--theme-hover: #ffa389;
	--theme-hover-box: #656565;
	--color-primary-alt: #505CFD;
	--color-secondary: #00D09C;
	--color-tertiary: #FFCD3E;
	--color-extra08: #49CCFF;
	--color-success: #3EB75E;
	--color-danger: #FF0003;
	--extra04-color: #00CFFF;
	--color-body: #9D9D9D;
	--color-p: #9D9D9D;
	--heading-color: #000248;
	--color-white: #fff;
	--bg-grey: #EFEFEF;
	--Strawford: Strawford;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Calibri,'Roboto', sans-serif;
    text-decoration: none;
    background: linear-gradient(to right, var(--theme-color-1), var(--theme-color-0_5));
}

.page-wrapper {
    color: #F3A831;
    margin: 0 auto;
    width: 348px;
    padding: 15px 15px 28px;
}

.page-wrapper a {
    color: #F3A831;
    text-decoration: none;
}

.page-details {
    position: relative;
    background: radial-gradient(76.6% 76.6% at 50% 50%, #0A5131 0%, #00191D 100%);
    background-size: cover;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    border-radius: 8px;
    height: 492px;
}

.layer {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 56px;
    font-size: 10px;
    font-weight: 700;
    padding-top: 17px;
}

.nav-bar-right {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.qr-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 1px 0;
}

.head-bar {
    height: 12px;
    background: linear-gradient(180deg, #79B200 0%, #80BC00 100%);
}

.logo-img {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 20px;
}

.hero-section {
    margin: 10px 30px;
    padding: 10px 20px;
    position: relative;
    background: radial-gradient(76.6% 76.6% at 50% 50%, #0A5131 0%, #00191D 100%);
    box-shadow: 0px 8px 15px 10px rgba(0, 0, 0, 0.5);
}

.title-section {
    margin: 0;
}

.qr-code-section {
    text-align: center;
}

.qr-code {
   margin-left: auto;
   margin-right: auto;
   padding: 10px;
   background: white;
   width: 220px;
   border-radius: 10px;
}

.title {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 0;
}

.sub-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.appointment .btn {
    font-size: 12px;
    padding: 0 10px;
}

.contact-section {
    padding: 0;
}

h2 {
    font-weight: 700;
    font-size: 18px;
}

.box-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    row-gap: 12px;
    margin-bottom: 16px;
    font-size: 12px;
}

.badge-pill {
    padding: 2px 9px;
    border: 1px solid #FFFFFF;
}

.description {
    font-weight: 300;
    font-size: 11px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 16px;
}

.social {
    margin: 20px 30px 0;
}

.actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}

.actions a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;

    background: linear-gradient(179.54deg, #FFFAC6 0.4%, #F3A831 63.78%, #974202 132.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.image-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;

    background: linear-gradient(179.54deg, #FFFAC6 0.4%, #F3A831 63.78%, #974202 132.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.box-button {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-around;
}

.card-btn {
    height: 22px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid #F3A831;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
    color: #F3A831;
    padding: 0 21px;
}

.card-btn:focus {
    outline: 5px auto #F3A831;
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-dialog {
    width: 318px;
    margin: auto;
}

.l-half-circle {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 15px;
    height: 32px;
    border-right: 0;
    margin-left: 0px;
    margin-right: 10px;
}


.r-half-circle {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 15px;
    height: 32px;
    border-right: 0;
    margin-left: 0px;
    margin-right: 10px;
}

.contact-item {
    margin: 5px 0;
}

.contact-text {
    font-size: 14px;
}

.address {
    height: 55px;
}

.qr-btn {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #F3A831;
}

.qr-modal .modal-content {
    background: black;
    color: #8A803C;
    border-radius: 15px;
    max-width: 576px;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

button.back-btn {
    width: 30px;
    height: 30px;
    box-shadow: 0px 4.63954px 4.63954px rgb(0 0 0 / 5%);
    border: none;
    border-radius: 50%;
}


.appointment-modal .modal-dialog {
	max-width: 576px;
    min-width: 320px;
    margin: 0px auto;
}
.appointment-modal .modal-content {
    background: var(--theme-bg-black);
    border-radius: 15px;
    max-width: 576px;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-white);
}

.modal.appointment-modal .modal-dialog {
	padding: 15px 0;
}

h4.modal-title {
    font-family: var(--Strawford);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: var(--color-white);
}

form.appointment-form .form-group label.col-form-label {
    color: var(--color-white);
    font-weight: 500;
}
form.appointment-form .form-group input.form-control {
    height: 50px;
    border: none;
    border-radius: 10px;
    line-height: 60px;
    padding: 0 18px;
    font-weight: 500;
    color: #000;
	transition: 0.5s;
}
form.appointment-form .form-group input.form-control:focus {
    box-shadow: 0px 3px 20px #d8d8d8;
	transition: 0.5s;
}
form.appointment-form {
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.form-btn-group {
	margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 30px;
}
button.btn.form-btn--close {
    background: #d8d8d8;
    padding: 10px 10px;
    border-radius: 9px;
}
.btn.form-btn--submit {
    background: var(--theme-bg-dark);
    padding: 10px 10px;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
	transition: 0.5s;
}
.form-btn-group .btn:focus {
	outline: none;
}
.btn.form-btn--submit:hover {
	box-shadow: 0px 13px 20px -10px var(--theme-bg-dark);
	transition: 0.5s;
}


.picker {
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	color: #000;
	position: absolute;
	z-index: 10000
}

.picker__holder {
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.picker {
	width: 100%
}

.picker__holder {
	position: absolute;
	background: #fff;
	border: 3px solid #FCCF1E;
	/* border-top: 0; */
	top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 176px;
	max-width: 100%;
	-webkit-border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	border-radius: 6px 6px;
	max-height: 0;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
	transform: translateY(-1em) perspective(600px) rotateX(10deg);
	-webkit-transition: all .15s ease-out, max-height 0 .15s;
	-moz-transition: all .15s ease-out, max-height 0 .15s;
	transition: all .15s ease-out, max-height 0 .15s
}

.picker--opened .picker__holder {
	max-height: 25em;
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
	-webkit-transition: all .15s ease-out, max-height 0;
	-moz-transition: all .15s ease-out, max-height 0;
	transition: all .15s ease-out, max-height 0;
	-webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12)
}

.picker__box {
	padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em;
    margin: 20px 20px 30px;
}

.picker__month,
.picker__year {
	font-weight: 500;
	display: inline-block;
	margin-left: .25em;
	margin-right: .25em
}

.picker__year {
	color: #999;
	font-size: .8em;
	font-style: italic
}

.picker__select--month,
.picker__select--year {
	font-size: .8em;
	border: 1px solid #b7b7b7;
	height: 2.5em;
	padding: .66em .25em;
	margin-left: .25em;
	margin-right: .25em;
	margin-top: -.5em
}

.picker__select--month {
	width: 35%
}

.picker__select--year {
	width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
	border-color: #0089ec
}

.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    top: -.33em;
    padding: .5em 1.33em;
    width: 70px;
    height: 30px;
}

.picker__nav--prev {
	left: -1em;
	padding-right: 1.5em
}

.picker__nav--next {
	right: -1em;
	padding-left: 1.5em
}

.picker__nav--prev:before,
.picker__nav--next:before {
	content: " ";
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	border-right: .75em solid #FCCF1E;
	width: 0;
	height: 0;
	display: block;
	margin: 0 auto
}

.picker__nav--next:before {
	border-right: 0;
	border-left: .75em solid  #FCCF1E;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
	cursor: pointer;
	color: #000;
	background: #FCCF1E;
    border-radius: 10px;
}
.picker__nav--prev:hover:before {
    border-right: .75em solid var(--color-white);
}
.picker__nav--next:hover:before {
    border-left: .75em solid var(--color-white);
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
	cursor: default;
	background: 0;
	border-right-color: whitesmoke;
	border-left-color: whitesmoke
}

.picker__table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: inherit;
	width: 100%;
	margin-top: .75em;
	margin-bottom: .5em
}

@media (min-height:26.5em) {
	.picker__table {
		margin-bottom: .75em
	}
}

.picker__table td {
	margin: 0;
	padding: 0
}

.picker__weekday {
	width: 14.285714286%;
	font-size: .75em;
	padding-bottom: .25em;
	color: #999;
	font-weight: 500
}

@media (min-height:26.5em) {
	.picker__weekday {
		padding-bottom: .5em
	}
}

.picker__day {
	padding: .3125em 0;
	font-weight: 200;
	border: 1px solid transparent
}

.picker__day--today {
	color: #FCCF1E;
	position: relative
}

.picker__day--highlighted {
	background: var(--theme-hover)
}

.picker__day--disabled:before {
	border-top-color: #aaa
}
button.picker__button--close {
    border: none;
    background: #FCCF1E;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
	color: var(--color-white);
}

.picker__day--outfocus {
	color: #ddd;
	-ms-filter: "alpha(Opacity=66)";
	filter: alpha(opacity=66);
	-moz-opacity: .66;
	opacity: .66
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
	cursor: pointer;
	color: #000;
	background: var(--theme-hover);
    border-radius: 10px;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
	background: #FCCF1E;
	color: #fff;
    border-radius: 10px;
}

.picker__day--disabled,
.picker__day--disabled:hover {
	background: whitesmoke;
	border-color: whitesmoke;
	color: #ddd;
	cursor: default
}

.picker__footer {
	text-align: center
}

.picker__button--today,
.picker__button--clear {
	border: 1px solid #fff;
	background: #fff;
	font-size: .8em;
	padding: .66em 0;
	font-weight: 700;
	width: 50%;
	display: inline-block;
	vertical-align: bottom
}

.picker__button--today:hover,
.picker__button--clear:hover {
	cursor: pointer;
	color: var(--color-white);
	background: #FCCF1E;
    border-radius: 10px;
}

.picker__button--today:focus,
.picker__button--clear:focus {
	background: #b1dcfb;
	border-color: #0089ec;
	outline: 0
}

.picker__button--today:before,
.picker__button--clear:before {
	position: relative;
	display: inline-block;
	height: 0
}

ul.dropdown-menu.time-dropdown-menu li {
    width: 100%;
    text-align: center;
    float: none;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 500;
}
ul.dropdown-menu.time-dropdown-menu li:hover {
	background-color: #FCCF1E;
	color: var(--color-white);
	cursor: pointer;
}
