::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
    background: var(--primary-color);
}
::-webkit-scrollbar-thumb {
	background: var(--secondary-color);
    border-radius: 10px;
}
/* Toaster css */
body #toast-container > div {
    opacity: 1 !important; 
}
/*======================
   About page
=======================*/
.ss-mask {
	-webkit-mask-image: url(../img/silkspoonlogo.png);
	mask-image: url(../img/silkspoonlogo.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.about-area .company-statistics {
	color: var(--dark-bg);
}
.about-area .stats-item h1 {
	color: var(--dark-bg);
}
.about-area .stats-icon i {
	font-size: 60px;
	color: var(--secondary-color);
}
.about-area .circle-image {
	width: 150px;
	height: 150px;
	left: 32px;
	top: -37px;
	border: 8px solid var(--background);
	background: var(--background);
}
.about-content p {
	text-align: justify;
}
.services-area .service-thumb img {
    z-index: 2;
	position: relative;
}
.services-area .service-thumb .img2 {
  position: absolute;
  background: linear-gradient(45deg, var(--primary-color), var(--silk-color));
  border-radius: 10px;
  height: 96.8%;
  width: 82%;
  bottom: 0;
  left: 0px;
  z-index: 1;
}
.services-area .card {
	border: 0 solid;
	margin-bottom: 22px;
	color: var(--background);
	z-index: 1;
	background-color: unset;
	border-radius: 20px;
	overflow: hidden;
}
.services-area .card::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--primary-color);
	opacity: 0.4;
	z-index: -1;
}
.services-area .card-header {
	min-height: 58px;
	position: relative;
	font-size: 21px;
	font-weight: 600;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid var(--primary-color);
	border-left: 14px solid var(--secondary-color);
}
.services-area .card-body {
	position: relative;
	padding: 20px;
	border-radius: 0 10px 10px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.068);
}
.services-area .card-body p {
	margin-bottom: 0;
	font-weight: 500;
	text-align: justify;
}
.management-area {
	background-color: var(--background);
	background-image: url("img/testimonial.png");
	background-position: center center;
	background-repeat: no-repeat;
}
/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    transition: .5s;
}
.team-item .team-social .btn {
    margin: 0 3px;
}
.team-item:hover .team-social {
    top: 0;
}
.team-social a {
  background: var(--dark-bg);
  width: 40px;
  height: 40px;
  font-size: 19px;
  margin: 0 5px;
  color: var(--background);
  border-radius: 50%;
  padding-top: 4px;
  border: 2px solid var(--dark-bg);
}
.team-social a:hover {
  background: transparent;
  color: var(--dark-bg);
}
/*======================
   Contact page
=======================*/
.contact-form .submit-message {
  width: 100%;
  border-radius: 8px;
  background: var(--secondary-color);
  border-width: 0px;
  padding: 11px;
  font-size: 20px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
}
.contact-form .submit-message:hover {
  opacity: 0.9;
}
.contact-form .form-control::placeholder {
	opacity: 0.6;
}
.contact-form input, .contact-form textarea, .contact-form select {
	border: 2px solid #5E9B2F38;
	font-size: 16px;
	padding: 12px 18px;
}
.contact-form .form-control:focus {
	border-color: var(--secondary-color);
	outline: 0;
	box-shadow: unset;
}
.qr-contact img {
	max-width: 100%;
}
.contact-image {
	position: relative;
}
.opening-hours {
	width: 327px;
	padding: 13px 23px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: absolute;
	bottom: 45px;
	left: 50px;
	color: var(--white-color);
}
.opening-hours h3 {
  color: var(--white-color);
  margin-bottom: 7px;
}
.opening-hours ul {
  padding: 0;
  margin: 0;
}
.contact-card {
	background: var(--dark-bg);
	padding: 50px 38px;
	border-radius: 20px;
	text-align: center;
	color: var(--white-color);
	margin: 0 20px;
	min-height: 268px;
}
.c-phone-address h2 {
  color: var(--background);
  font-size: 26px;
  margin-bottom: 11px;
}
.c-phone-address p {
  margin-bottom: 0;
  font-weight: 500;
}
.contact-card .icon {
  background: var(--secondary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}
.contact-card .icon i {
  font-size: 22px;
  padding-top: 20px;
}
.contact-form .error {
	color: red;
	font-size: 13px;
}
.contact-form .input-error {
  border: 2px solid red;
}

/*======================
   Blog page
=======================*/
.pagination {
	justify-content: center;
}
.pagination li {
	width: 45px;
	height: 45px;
	border-radius: 12px;
	text-align: center;
	margin: 0 4px;
	position: relative;
	overflow: hidden;
}
.pagination li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: var(--secondary-color);
  width: 100%;
  height: 100px;
  opacity: 0.2;
  z-index: -2;
}
.pagination li a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	padding-top: 7px;
}
.pagination .active a, .pagination li a:hover {
	background: var(--dark-bg);
	color: var(--white-color);
}
.blog-post-content h3 {
	font-size: 22px;
	margin-bottom: 6px;
}
#st-1 {
	text-align: left !important;
}
#st-1 .st-btn {
	height: 38px !important;
	line-height: 38px !important;
}
#st-1 .st-btn > img {
	top: 11px !important;
}
/*======================
   Image Gallery page
=======================*/
.ss-image-gallery img {
	width: 100%;
	height: 307px;
	object-fit: cover;
	border-radius: 30px;
}
.image-gallery-page .nav-item a {
  padding: 8px 14px;
  border-radius: 5px;
  color: var(--pro);
  border: 3px solid var(--primary-color) !important;
  background: var(--background);
  font-size: 16px;
  font-weight: 500;
}
.image-gallery-page .nav-item {
  margin: 5px;
}
.image-gallery-page .nav-item a.active {
  background: var(--primary-color);
  font-weight: 700;
  color: var(--background);
}
.image-gallery-page .nav-item a i {
	margin-right: 5px;
}
.ss-image-gallery {
  padding: 15px;
  box-shadow: 0px 0px 8px #ddd;
  border-radius: 20px;
}
.ss-image-gallery h4{
  font-size: 19px;
  margin-top: 9px;
}
/*======================
   Menu page
=======================*/
.faq-header {
	padding: 15px 23px;
	background: var(--primary-color);
	color: var(--white-color);
	cursor: pointer;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
}
.faq-content {
	display: none;
	padding: 15px;
	border-top: 1px solid rgba(243, 253, 232, 0.5);
	background: var(--secondary-color);
	color: var(--white-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.faq-content p {
	margin-bottom: 0;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-header.active {
	background: var(--secondary-color);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.faq-header::after {
	content: '+';
	float: right;
	font-size: 23px;
	color: var(--white-color);
	text-align: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding-top: 0px;
	margin-top: -2px;
	font-weight: 700;
	background: var(--secondary-color);
	line-height: 1.3;
}
.faq-header.active::after {
	content: '-';
	background: var(--primary-color);
}
/*======================
   404 page
=======================*/
.not_found {
  text-align: center;
}
.not_found h1 {
  font-size: 26px;
  margin-top: 27px;
  margin-bottom: 6px;
}
/*======================
   Offers page
=======================*/
.offers-cta-link a, .offer-btn {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 10px 33px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  display: inline-block;
}
.offers-cta-link a:last-child {
  background: var(--silk-color);
}
.offers-cta-link a:hover, .offer-btn:hover {
  transform: translateY(-2px) scale(1.05);
}
.offers-cta-link {
  margin-top: 20px;
}
.offer-btn {
	border-width: 0;
	margin: 15px 0;
}
.todays-offer-area .card {
	background: var(--background);
	border-width: 0px;
	box-shadow: 0px 0px 3px var(--secondary-color);
	text-align: center;
}
.offer-badge{
	position:absolute;
	top:15px;
	left:15px;
	background:#dc3545;
	color:#fff;
	padding:5px 12px;
	font-size:14px;
	border-radius:20px;
}
.price del{
	color:#999;
	font-size:14px;
}
.coupon{
	border:2px dashed #dc3545;
	padding:25px;
	border-radius:10px;
	background:#fff8f8;
}