/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Builtup - Construction HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Why Choose Us css
08. Our Project css
09. Our CTA css
10. Our Testimonial css
11. Our Faqs css
12. Latest News css
13. Our Contact Us css
14. Footer css
15. About us Page css
16. Services Page css
17. Service Single css
18. Blog Archive css
19. Blog Single css
20. Project Page css
21. Project Single css
22. Team Page css  
23. Contact us Page css
24.	FAQs Page css
25. 404 Page css
26. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
	--primary-color: #12223B;
	--secondary-color: #E9F7FE;
	--text-color: #667282;
	--accent-color: #F08F0E;
	--white-color: #FFFFFF;
	--divider-color: #12223B30;
	--dark-divider-color: #FFFFFF20;
	--overlay-color: #00000066;
	--error-color: rgb(230, 87, 87);
	--default-font: "DM Sans", sans-serif;
	--accent-font: "Manrope", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
	font-family: var(--default-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--text-color);
	background-color: var(--white-color);
}

p {
	line-height: 1.6em;
	margin-bottom: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: var(--accent-font);
	font-weight: 800;
	color: var(--primary-color);
	line-height: 1.3em;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

html,
body {
	width: 100%;
	overflow-x: clip;
}

.container {
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.ajax-loader-outer {
	display: none;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>* {
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
}

.row.no-gutters>* {
	padding-right: 0px;
	padding-left: 0px;
}

.btn-default {
	display: inline-block;
	font-family: var(--accent-font);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3em;
	text-transform: capitalize;
	color: var(--white-color);
	background: var(--accent-color);
	border-radius: 12px;
	padding: 15px 20px 15px 20px;
	border: none;
	transition: 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-right: 5px;

}

.btn-default:hover {
	background: transparent;
}

.btn-default::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	transform: translate(-30px, -50%);
	transition: 0.4s ease-in-out;
}

.btn-default::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 106%;
	background: var(--primary-color);
	border-radius: 12px;
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover:before {
	transform: translate(-27px, -50%);
}

.btn-default:hover::after {
	width: 106%;
}

.btn-default.btn-highlighted {
	background-color: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	padding: 19px 60px 19px 30px;
}

.btn-default.btn-highlighted:hover {
	border-color: var(--accent-color);
}

.btn-default.btn-highlighted::after {
	background-color: var(--accent-color);
}

.btn-large {
	font-size: 20px;
	padding: 20px 65px 20px 30px;
}

.btn-arrow {
	display: inline-block;
	font-family: var(--accent-font);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3em;
	text-transform: capitalize;
	color: var(--white-color);
	background: var(--accent-color);
	border-radius: 12px;
	padding: 20px 60px 20px 30px;
	border: none;
	transition: 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-arrow:hover {
	background: transparent;
}

.btn-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	transform: translate(-30px, -50%);
	transition: 0.4s ease-in-out;
}

.btn-arrow::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 106%;
	background: var(--primary-color);
	border-radius: 12px;
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-arrow:hover:before {
	transform: translate(-27px, -50%);
}

.btn-arrow:hover::after {
	width: 106%;
}

.btn-arrow.btn-highlighted {
	background-color: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	padding: 19px 60px 19px 30px;
}

.btn-arrow.btn-highlighted:hover {
	border-color: var(--accent-color);
}

.btn-arrow.btn-highlighted::after {
	background-color: var(--accent-color);
}

#magic-cursor {
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index: 1000000;
}

#ball {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	width: 8px !important;
	height: 8px !important;
	background: var(--accent-color);
	margin: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1 !important;
}


.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.light-bg-section {
	margin: 0 25px;
}

.section-row {
	margin-bottom: 60px;
}

.section-row .section-title {
	text-align: center;
	margin-bottom: 0;
}

.section-row .section-title p {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	margin-top: 30px;
}

.section-btn {
	line-height: 0.8em;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h1 {
	font-size: 70px;
	font-weight: 800;
	line-height: 1.1em;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2 {
	font-size: 56px;
	font-weight: 800;
	line-height: 1.1em;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h3 {
	color: var(--accent-color);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1em;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-top: 30px;
	margin-bottom: 0;
}

.section-title-content {
	margin-top: 30px;
}

.section-title-content p {
	margin: 0;
}

.help-block.with-errors ul {
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li {
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
	background-color: transparent;
	border-bottom: 1px solid var(--dark-divider-color);
	position: relative;
	z-index: 100;
	margin: 40px 40px 0px 40px;
}

header.main-header .header-sticky {
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	transform: translateY(0);
	background: var(--primary-color);
	border-bottom: 1px solid var(--divider-color);
	backdrop-filter: blur(30px);
}

.navbar {
	padding: 20px 80px;
	align-items: center;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.main-menu .nav-menu-wrapper {
	flex: 1;
	text-align: center;
}

.main-menu .nav-menu-wrapper>ul {
	align-items: center;
	display: inline-flex;
}

.main-menu ul li {
	margin: 0 5px;
	position: relative;
}

.main-menu ul li a {
	font-family: var(--accent-font);
	font-size: 18px;
	font-weight: 500;
	padding: 15px 15px !important;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
	content: '-';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
	color: var(--accent-color);
}

.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 210px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 100%;
	overflow: hidden;
	background-color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul ul li {
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a {
	color: var(--white-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
}

.main-menu ul ul li a:hover {
	color: var(--primary-color);
}

/* Cricket Loader Styles */
.loader-text {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #00ff88;
}

.header-btn .btn-default {
	padding: 20px 30px;
}

.header-btn .btn-default:hover {
	color: var(--primary-color);
}

.header-btn .btn-default::before {
	display: none;
}

.header-btn .btn-default::after {
	background: var(--white-color);
}

.main-menu ul li.highlighted-menu {
	display: none;
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

.responsive-menu {
	top: 0;
	position: relative;
}

.slicknav_btn {
	background: var(--accent-color);
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 6px;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0;
	background: var(--accent-color);
	border-right: 3px solid var(--white-color);
	border-left: 3px solid var(--white-color);
	border-top: none;
}

.slicknav_menu ul {
	margin: 5px 0;
}

.slicknav_menu ul ul {
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	position: relative;
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 10px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a {
	padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
	transform: rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero.bg-section {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url("../images/paddles.jpg") no-repeat center center;
	background-size: cover;
	padding: 300px 0 200px;
	position: relative;
	margin-top: -103px;
}

.hero.bg-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.hero.bg-section.hero-slider {
	text-align: center;
	background: none;
	padding: 0;
}

.hero-slider-layout .hero-slide {
	position: relative;
	padding: 300px 0 200px;
}

.hero.hero-slider:before {
	display: none;
}

.hero.hero-slider .hero-slider-layout {
	position: relative;
	z-index: 2;
}

.hero-slider-layout .hero-slide::before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(14, 13, 27, 0) 0%, rgba(14, 13, 27, 0.55) 40.5%);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}

.hero-slider-layout .swiper-pagination {
	z-index: 2;
	bottom: 100px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: var(--white-color);
	opacity: 1;
	transition: all 0.3s ease-in-out;
	margin: 0 5px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--accent-color);
}

.hero-video .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-video .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-video .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

.hero-content .section-title h1 {
	color: var(--white-color);
}

.hero-content .section-title p {
	font-size: 22px;
	color: var(--white-color);
}

.hero-content-body .btn-default.btn-highlighted {
	margin-left: 30px;
}

/************************************/
/***       05. About Us css	      ***/
/************************************/

.about-us {
	padding: 100px 0;
}

.about-content {
	margin-left: 95px;
}

.about-content-body {
	margin-bottom: 50px;
}

.about-content-body ul {
	background-color: var(--secondary-color);
	border-radius: 20px;
	padding: 30px;
	margin: 0;
	list-style: none;
}

.about-content-body ul li {
	position: relative;
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-content-body ul li:last-child {
	margin-bottom: 0;
}

.about-content-body ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: var(--accent-color);
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 4px;
	left: 0;
}

.about-content-footer {
	display: flex;
	align-items: center;
}

.about-footer-btn {
	line-height: 0.8em;
}

.about-contact-support {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.about-contact-support .icon-box {
	margin-right: 20px;
}

.about-contact-support .icon-box img {
	max-width: 40px;
}

.about-support-content {
	width: calc(100% - 60px);
}

.about-support-content p {
	font-family: var(--accent-font);
	font-size: 16px;
	margin-bottom: 5px;
}

.about-support-content h3 {
	font-size: 24px;
}

/************************************/
/***     06. Our Services css	  ***/
/************************************/

.our-service {
	background: var(--secondary-color) url("../images/our-service-bg.png") no-repeat;
	background-position: right top;
	background-size: auto;
	padding: 100px 0 70px;
}

.service-item {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.service-image {
	overflow: hidden;
	border-radius: 40px;
}

.service-image a {
	position: relative;
	cursor: none;
	display: block;
}

.service-item .service-image a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.service-image img {
	width: 100%;
	border-radius: 40px;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img {
	transform: scale(1.1);
}

.service-body {
	position: absolute;
	bottom: 10px;
	right: 40px;
	left: 40px;
	text-align: left;
	z-index: 2;
	transform: translateY(70%);
	transition: all 0.5s ease-in-out;
}

.service-item:hover .service-body {
	transform: translateY(0%);
	bottom: 20px;
}

.service-body-title h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 20px;
}

.service-content {
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-content {
	opacity: 1;
}

.service-content p {
	color: var(--white-color);
}

.service-content-footer .readmore-btn {
	position: relative;
	font-family: var(--accent-font);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--accent-color);
	padding-right: 30px;
	transition: 0.4s ease-in-out;
}

.service-content-footer .readmore-btn:hover {
	color: var(--white-color);
}

.service-content-footer .readmore-btn::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	background-image: url("../images/readmore-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	transition: 0.4s ease-in-out;
}

.service-content-footer .readmore-btn:hover::after {
	filter: brightness(0) invert(1);
	right: -4px;
}

.service-footer-btn {
	text-align: center;
	margin-top: 30px;
}

/************************************/
/***     07. Why Choose Us css    ***/
/************************************/

.why-choose-us {
	padding: 100px 0 70px;
}

.why-choose-item {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
}

.why-choose-item .icon-box {
	margin-bottom: 30px;
}

.why-choose-item .icon-box img {
	max-width: 70px;
}

.why-choose-content {
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.why-choose-content h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.why-choose-content p {
	margin: 0;
}

.why-choose-counter h3 {
	font-size: 56px;
	letter-spacing: -0.03em;
	line-height: 1.1em;
	margin-bottom: 5px;
}

.why-choose-counter p {
	text-transform: capitalize;
	margin: 0;
}

.why-choose-image {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.why-choose-image figure,
.why-choose-image img {
	height: 100%;
	border-radius: 40px;
}

.why-choose-image:hover img {
	filter: grayscale(80%);
}

/************************************/
/***     08. Our Projects css     ***/
/************************************/

.our-projects {
	background: var(--secondary-color) url("../images/our-projects-bg.png") no-repeat;
	background-position: left bottom;
	background-size: auto;
	padding: 100px 0;
}

.project-item {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.project-image {
	overflow: hidden;
	border-radius: 40px;
}

.project-image a {
	position: relative;
	cursor: none;
	display: block;
}

.project-item .project-image a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.project-image img {
	width: 100%;
	border-radius: 40px;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .service-image img {
	transform: scale(1.1);
}

.project-body {
	position: absolute;
	bottom: 10px;
	right: 40px;
	left: 40px;
	text-align: left;
	z-index: 2;
	transform: translateY(75%);
	transition: all 0.5s ease-in-out;
}

.project-item:hover .project-body {
	transform: translateY(0%);
	bottom: 20px;
}

.project-body-title h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 20px;
}

.project-content {
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-content {
	opacity: 1;
}

.project-content p {
	color: var(--white-color);
}

.project-content-footer .readmore-btn {
	position: relative;
	font-family: var(--accent-font);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--accent-color);
	padding-right: 30px;
	transition: 0.4s ease-in-out;
}

.project-content-footer .readmore-btn:hover {
	color: var(--white-color);
}

.project-content-footer .readmore-btn::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	background-image: url("../images/readmore-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	transition: 0.4s ease-in-out;
}

.project-content-footer .readmore-btn:hover::after {
	filter: brightness(0) invert(1);
	right: -4px;
}

.project-footer-btn {
	text-align: center;
	margin-top: 30px;
}

/************************************/
/***     09. Our Cta Box css      ***/
/************************************/

.cta-box {
	position: relative;
	background: var(--primary-color) url("../images/cta-box-bg.png") no-repeat;
	background-position: right bottom;
	background-size: auto;
	padding: 100px 0;
}

.cta-box .section-title h2 {
	color: var(--white-color);
}

.cta-box .section-title p {
	color: var(--white-color);
}

.cta-box-image {
	position: absolute;
	bottom: 0;
	text-align: end;
}

.section-btn .btn-default {
	border: 2px solid transparent;
}

.section-btn .btn-default:hover {
	border: 2px solid var(--white-color);
}

/************************************/
/***   10. Our Testiminial css    ***/
/************************************/

.our-testimonial {
	padding: 100px 0;
}

.testimonial-slider .swiper-wrapper {
	cursor: none;
}

.testimonial-item {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	padding: 30px;
}

.testimonial-header {
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.testimonial-rating {
	margin-bottom: 30px;
}

.testimonial-rating i {
	font-size: 20px;
	color: var(--accent-color);
}

.testimonial-content p {
	margin: 0;
}

.testimonial-body {
	display: flex;
	align-items: center;
}

.author-image {
	margin-right: 20px;
}

.author-image img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.author-content {
	width: calc(100% - 85px);
}

.author-content h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.author-content p {
	text-transform: capitalize;
	margin: 0;
}

.testimonial-slider .swiper-pagination {
	position: relative;
	text-align: center;
	bottom: 0px;
	margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: var(--accent-color);
	opacity: 1;
	margin: 0px 6px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--primary-color);
	opacity: 1;
}


/************************************/
/***      11. Our FAQs  css       ***/
/************************************/

.our-faqs {
	background: var(--secondary-color) url("../images/our-faqs-bg.png") no-repeat;
	background-position: right bottom;
	background-size: auto;
	padding: 100px 0;
}

.our-faqs-images {
	position: relative;
}

.our-faqs-bulitup {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	background-color: var(--white-color);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-faqs-bulitup img {
	max-width: 50px;
}

.our-faqs-images .row:first-child {
	margin-bottom: 30px;
}

.faqs-img-2 img,
.faqs-img-1 img {
	border-radius: 40px;
}

.faq-accordion {
	margin-left: 30px;
}

.faq-accordion .accordion-item {
	position: relative;
	background: none;
	border-bottom: 1px solid var(--white-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.faq-accordion .accordion-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button {
	font-size: 24px;
	font-weight: 700;
	border: none;
	box-shadow: none;
	padding: 10px 40px 10px 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) {
	color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translate(0px, -50%) rotate(-90deg);
	background-image: url("../images/long-arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
	transform: translate(0px, -50%) rotate(0deg);
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 10px 40px 10px 10px;
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body p {
	margin: 0;
}

/************************************/
/***     12. Latest News css	  ***/
/************************************/

.our-blog {
	padding: 100px 0 70px;
}

.blog-item {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image {
	overflow: hidden;
	border-radius: 40px 40px 0 0;
}

.post-featured-image a {
	display: block;
	cursor: none;
}

.post-featured-image img {
	aspect-ratio: 1/0.65;
	object-fit: cover;
	border-radius: 40px 40px 0 0;
	transition: all 0.5s ease-out;
}

.blog-item:hover .post-featured-image img {
	transform: scale(1.1);
}

.post-item-content {
	padding: 30px;
}

.post-item-body {
	margin-bottom: 20px;
}

.post-item-body h2 {
	font-size: 24px;
	font-weight: 700;
}

.post-item-body h2 a {
	color: inherit;
}

.post-item-footer .readmore-btn {
	position: relative;
	font-family: var(--accent-font);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--accent-color);
	padding-right: 30px;
	transition: 0.3s ease-in-out;
}

.post-item-footer .readmore-btn::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	background-image: url("../images/readmore-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 24px;
	height: 24px;
	transition: 0.3s ease-in-out;
}

.post-item-footer .readmore-btn:hover::after {
	right: -3px;
}

/************************************/
/***      13. Contact Us Css	  ***/
/************************************/

.contact-us {
	background: var(--secondary-color) url("../images/contact-us-bg.png") no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

.contact-sidebar {
	background: var(--primary-color);
	border-radius: 40px;
	text-align: center;
	padding: 40px 40px 0;
	transition: all 0.3s ease-in-out;
}

.contact-info {
	margin-bottom: 30px;
}

.contact-info .icon-box {
	margin-bottom: 20px;
}

.contact-info .icon-box img {
	max-width: 40px;
}

.contact-info-content p {
	color: var(--white-color);
	opacity: 64%;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.contact-info-content h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--white-color);
}

.contact-info-image {
	width: 100%;
	max-width: 190px;
	margin: 0 auto;
}

.contact-sidebar .contact-info-image img {
	filter: grayscale(0%);
	transition: all 0.3s ease-in-out;
}

.contact-sidebar:hover .contact-info-image img {
	filter: grayscale(80%);
}

.contact-form {
	background-color: var(--white-color);
	border-radius: 40px;
	padding: 50px;
}

.contact-form .form-control {
	padding: 15px;
	background-color: transparent;
	color: var(--primary-color);
	box-shadow: none;
	border: none;
	border-bottom: 1px solid var(--divider-color);
	border-radius: 0;
}

.contact-form .form-control::placeholder {
	color: var(--primary-color);
	opacity: 20%;
	text-transform: capitalize;
}

/************************************/
/***    	14. Footer css		  ***/
/************************************/

.main-footer {
	background: var(--primary-color);
	padding: 0;
}

.footer-logo {
	margin-bottom: 40px;
	background: beige;
	border-radius: 50%;
}

.footer-content p {
	color: var(--white-color);
	margin: 0;
}

.footer-links h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--accent-color);
	text-transform: capitalize;
	margin-bottom: 40px;
}

.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li {
	position: relative;
	text-transform: capitalize;
	padding-left: 30px;
	margin-bottom: 20px;
}

.footer-links ul li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("../images/readmore-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	transition: 0.3s ease-in-out;
}

.footer-links ul li:hover:before {
	filter: brightness(0) invert(1);
}

.footer-links ul li:last-child {
	margin-bottom: 0;
}

.footer-links ul li a {
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {
	color: var(--accent-color);
}

.footer-contact-box .footer-info-box {
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}

.footer-contact-box .footer-info-box:last-child {
	margin-bottom: 0;
}

.footer-info-box .icon-box {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-info-box .icon-box img {
	max-width: 26px;
}

.footer-info-box p {
	color: var(--white-color);
	margin: 0;
}

.footer-copyright {
	margin-top: 80px;
	padding: 20px 0;
	border-top: 1px solid var(--dark-divider-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.footer-copyright-text p {
	color: var(--white-color);
	margin: 0;
}

.footer-copyright .footer-social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: end;
}

.footer-copyright .footer-social-links ul li {
	display: inline-block;
	margin-right: 10px;
}

.footer-copyright .footer-social-links ul li:last-child {
	margin-right: 0;
}

.footer-copyright .footer-social-links ul li a {
	background-color: transparent;
	color: var(--accent-color);
	border: 2px solid var(--accent-color);
	height: 36px;
	width: 36px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-copyright .footer-social-links ul li a i {
	font-size: 18px;
}

.footer-copyright .footer-social-links ul li a:hover {
	border-color: var(--white-color);
	color: var(--white-color);
}

/************************************/
/***    15. About us Page css	  ***/
/************************************/

.page-header {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url('../images/page-header-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 220px 0 120px;
	position: relative;
	margin-top: -103px;
}

.page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 60%;
	border-radius: 40px;
	z-index: 1;
}

.page-header-box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box h1 {
	font-size: 56px;
	color: var(--white-color);
	margin-bottom: 30px;
	line-height: 1.1em;
	letter-spacing: -0.03em;
}

.page-header-box ol {
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
	color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
	color: var(--accent-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
	color: var(--white-color);
}

.page-about-us {
	padding: 100px 0;
}

.about-us-content {
	margin-left: 95px;
}

.about-us-content-body {
	margin-bottom: 50px;
}

.about-us-content-body ul {
	background-color: var(--secondary-color);
	border-radius: 20px;
	padding: 30px;
	margin: 0;
	list-style: none;
}

.about-us-content-body ul li {
	position: relative;
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 15px;
}

.about-us-content-body ul li:last-child {
	margin-bottom: 0;
}

.about-us-content-body ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: var(--accent-color);
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 4px;
	left: 0;
}

.about-us-content-footer {
	display: flex;
	align-items: center;
}

.about-us-footer-btn {
	line-height: 0.8em;
}

.about-us-contact-support {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.about-us-contact-support .icon-box {
	margin-right: 20px;
}

.about-us-contact-support .icon-box img {
	max-width: 40px;
}

.about-us-support-content {
	width: calc(100% - 60px);
}

.about-us-support-content p {
	font-family: var(--accent-font);
	font-size: 16px;
	margin-bottom: 5px;
}

.about-us-support-content h3 {
	font-size: 24px;
}

.our-company-history {
	padding: 100px 0;
	background: var(--secondary-color);
}

.company-history-image {
	position: relative;
}

.company-history-img {
	text-align: left;
}

.company-history-img img {
	border-radius: 40px;
}

.company-experience {
	position: absolute;
	width: 100%;
	max-width: 225px;
	text-align: center;
	bottom: 20%;
	right: 0;
	background-color: var(--white-color);
	border-radius: 40px;
	padding: 40px;
	animation: expmoveobject 3s infinite linear alternate;
}

@keyframes expmoveobject {
	50% {
		right: 50px;
	}
}

.company-experience-content h3 {
	font-size: 56px;
}

.company-experience-content p {
	margin: 0;
	text-transform: capitalize;
}

.company-history-body p:last-child {
	margin-bottom: 0;
}

.our-mission-vision {
	padding: 100px 0;
}

.mission-vision-item {
	padding: 30px;
	border: 1px solid var(--divider-color);
	border-radius: 40px;
}

.mission-vision-item .icon-box {
	margin-bottom: 30px;
}

.mission-vision-item .mission-vision-content h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.mission-vision-item .mission-vision-content p {
	margin: 0;
}

.intro-video .container-fluid {
	padding: 0;
}

.intro-video-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: none;
}

.intro-video-box .video-image img {
	width: 100%;
	filter: brightness(30%);
	aspect-ratio: 1/0.33;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.intro-video-box:hover .video-image img {
	transform: scale(1.1);
}

.intro-video-box .video-image a {
	cursor: none;
	position: relative;
	z-index: 1;
}

/* .video-play-button{
	background: var(--white-color);
	height: 110px;
	width: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.video-play-button a{
	position: relative;
	background-color: var(--accent-color);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: none;
} */

.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.video-play-button a {
	position: relative;
	background-color: var(--white-color);
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
}

.video-play-button a:before {
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--white-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after {
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--white-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming {
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button a i {
	font-size: 30px;
	color: var(--accent-color);
}

.what-we-do {
	padding: 100px 0;
	background: var(--secondary-color);
}

.what-we-do .section-title {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.company-counter-item {
	background: var(--primary-color);
	padding: 50px 30px;
	text-align: center;
	border-radius: 40px;
}

.company-counter-item .company-counter-content h3 {
	color: var(--white-color);
	font-size: 56px;
	letter-spacing: -0.03em;
	line-height: 1.1em;
	margin-bottom: 15px;
}

.company-counter-item .company-counter-content p {
	color: var(--white-color);
	opacity: 64%;
	text-transform: capitalize;
	margin: 0;
}

.our-team {
	padding: 100px 0 70px;
}

.team-member-item {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.team-member-item .team-image img {
	border-radius: 40px 40px 0 0;
	transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
	transform: scale(1.1);
}

.team-body {
	padding: 30px;
}

.team-content {
	margin-bottom: 20px;
}

.team-content h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content p {
	text-transform: capitalize;
	margin: 0;
}

.team-social-icon ul {
	padding: 0;
	margin: 0;
}

.team-social-icon ul li {
	display: inline-block;
	margin-right: 5px;
}

.team-social-icon ul li:last-child {
	margin-right: 0;
}

.team-social-icon ul li a {
	color: var(--primary-color);
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--primary-color);
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover {
	color: var(--accent-color);
	border-color: var(--accent-color);
}

.team-social-icon ul li a i {
	font-size: 18px;
}

/************************************/
/***    16. Services Page css	  ***/
/************************************/

.page-service {
	padding: 100px 0 70px;
}

/************************************/
/***    17. Service Single css	  ***/
/************************************/

.page-service-single {
	padding: 100px 0;
}

.service-sidebar {
	padding-right: 50px;
	position: sticky;
	top: 20px;
}

.service-categories-list {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	padding: 30px;
	margin-bottom: 30px;
}

.service-categories-list h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-categories-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-categories-list ul li {
	margin-bottom: 20px;
	padding: 0 0 20px 30px;
	border-bottom: 1px solid var(--divider-color);
	position: relative;
}

.service-categories-list ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0;
	border-bottom: none;
}

.service-categories-list ul li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url('../images/readmore-arrow.svg') no-repeat center center;
	width: 20px;
	height: 20px;
}

.service-categories-list ul li a {
	display: block;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
}

.service-categories-list ul li a:hover {
	color: var(--accent-color);
}

.sidebar-cta-box {
	background: url('../images/service-sidebar-cta-bg.png') no-repeat top right, var(--primary-color);
	background-size: auto;
	border-radius: 40px;
	padding: 30px;
	text-align: center;
}

.sidebar-cta-box .cta-content {
	margin-bottom: 40px;
}

.sidebar-cta-box .cta-content h3 {
	font-size: 24px;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 30px;
}

.sidebar-cta-box .cta-content p {
	color: var(--white-color);
	margin: 0;
}

.cta-contact-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cta-contact-info .cta-contact-item {
	display: flex;
	align-items: center;
	background: var(--white-color);
	padding: 8px 12px;
	border-radius: 99px;
	margin-bottom: 20px;
}

.cta-contact-info .cta-contact-item:last-child {
	margin-bottom: 0;
}

.cta-contact-info .cta-contact-item .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 37px;
	min-width: 37px;
	background: var(--accent-color);
	border-radius: 50%;
	margin-right: 10px;
}

.cta-contact-info .cta-contact-item .cta-contact-content {
	width: calc(100% - 47px);
}

.cta-contact-info .cta-contact-item .cta-contact-content p {
	margin: 0;
}

.cta-contact-info .cta-contact-item .cta-contact-content p a {
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.cta-contact-info .cta-contact-item:hover .cta-contact-content p a {
	color: var(--accent-color);
}

.service-images-slider {
	margin-bottom: 30px;
}

.service-image-item figure,
.service-image-item img {
	border-radius: 40px;
	overflow: hidden;
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
}

.service-images-slider .swiper-arrow-prev,
.service-images-slider .swiper-arrow-next {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.service-images-slider .swiper-arrow-prev {
	left: 20px;
}

.service-images-slider .swiper-arrow-next {
	right: 20px;
}

.service-images-slider .swiper-arrow-prev:before,
.service-images-slider .swiper-arrow-next:before {
	content: '';
	background: url('../images/icon-arrow-left.svg') no-repeat center left;
	background-size: 100% auto;
	height: 33px;
	width: 33px;
}

.service-images-slider .swiper-arrow-next:before {
	background: url('../images/icon-arrow-right.svg') no-repeat center left;
	background-size: 100% auto;
	height: 33px;
	width: 33px;
}

.service-single-content p {
	margin-bottom: 30px;
}

.service-single-content p:last-child {
	margin-bottom: 0;
}

.service-entry {
	margin-bottom: 30px;
}

.service-entry ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.service-entry ul li {
	position: relative;
	width: calc(50% - 10px);
	color: var(--primary-color);
	font-weight: 500;
	padding-left: 30px;
	text-transform: capitalize;
}

.service-entry ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	color: var(--accent-color);
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 4px;
	left: 0;
}

.service-sustainable .service-sustainable-img-1 figure,
.service-sustainable .service-sustainable-img-2 figure {
	display: block;
}


.service-sustainable .service-sustainable-img-1 img,
.service-sustainable .service-sustainable-img-2 img {
	border-radius: 40px;
}

.service-sustainable-content {
	margin-top: 30px;
}

.service-sustainable-content h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

.service-benefit {
	padding: 100px 0 70px;
	background: url('../images/service-benefit-bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}

.service-benefit::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 70%;
	z-index: 0;
}

.service-benefit .service-benefit-item {
	background: var(--white-color);
	padding: 30px;
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.service-benefit-item .icon-box {
	margin-bottom: 30px;
}

.service-benefit-item .service-benefit-content h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-benefit-item .service-benefit-content p {
	color: var(--text-color);
	margin: 0;
}

.working-process {
	padding: 100px 0 70px;
}

.working-process-item {
	padding: 30px;
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.working-process-item .step-number {
	margin-bottom: 30px;
}

.working-process-item .step-number h2 {
	font-size: 40px;
	color: var(--accent-color);
}

.working-process-item .working-process-content h3 {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: capitalize;
}


.working-process-item .working-process-content p {
	color: var(--text-color);
	margin: 0;
}

/************************************/
/***    18. Blog Archive css	  ***/
/************************************/

.page-blog {
	padding: 100px 0;
}

.page-blog .blog-item {
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.post-pagination {
	margin-top: 30px;
	text-align: center;
}

.post-pagination ul {
	justify-content: center;
	padding: 0;
	margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: var(--primary-color);
	border: 1px solid var(--accent-color);
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border-radius: 50%;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
	background: var(--accent-color);
	color: var(--white-color);
}

/************************************/
/***     19. Blog Single css	  ***/
/************************************/

.page-single-post {
	padding: 100px 0;
}

.post-single-meta ol li i {
	font-size: 22px;
	color: var(--accent-color);
	margin-right: 5px;
}

.post-image {
	position: relative;
	margin-bottom: 30px;
}

.post-image figure {
	display: block;
}

.post-image figure,
.post-image img {
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 40px;
}

.post-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry {
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.post-entry:after {
	content: '';
	display: block;
	clear: both;
}

.post-entry a {
	color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	margin: 0 0 0.6em;
}

.post-entry h1 {
	font-size: 56px;
}

.post-entry h2 {
	font-size: 46px;
}

.post-entry h3 {
	font-size: 40px;
}

.post-entry h4 {
	font-size: 30px;
}

.post-entry h5 {
	font-size: 24px;
}

.post-entry h6 {
	font-size: 18px;
}

.post-entry p {
	margin-bottom: 20px;
}

.post-entry p:last-child {
	margin-bottom: 0;
}

.post-entry p strong {
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
}

.post-entry ol {
	margin: 0 0 30px;
}

.post-entry ol li {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: var(--text-color);
}

.post-entry ul {
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 18px;
}

.post-entry ul li:last-child {
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
	margin-bottom: 0;
}

.post-entry blockquote {
	background: var(--secondary-color) url('../images/icon-blockquote.svg') no-repeat 40px 46px;
	background-size: 45px;
	border-radius: 16px;
	padding: 40px 40px 40px 110px;
	margin-bottom: 30px;
}

.post-entry blockquote p {
	color: var(--primary-color);
	font-size: 22px;
	font-weight: 600;
}

.post-entry blockquote p:last-child {
	margin-bottom: 0;
}

.tag-links {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-color);
	display: inline-block;
}

.post-tags .tag-links a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	background-color: var(--accent-color);
	color: var(--white-color);
	border-radius: 10px;
	padding: 8px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
	background: var(--primary-color);
}

.post-social-sharing {
	text-align: right;
}

.post-social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-social-sharing ul li {
	display: inline-block;
	margin-right: 10px;
}

.post-social-sharing ul li:last-child {
	margin-right: 0;
}

.post-social-sharing ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
	background-color: var(--accent-color);
	color: var(--white-color);
	width: 38px;
	height: 38px;
	transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
	background-color: var(--primary-color);
}

.post-social-sharing ul li a i {
	font-size: 18px;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a i {
	color: var(--secondry-color);
}

/************************************/
/***     20. Project Page css  	  ***/
/************************************/

.page-project {
	padding: 100px 0;
}

/************************************/
/***    21. Project Single css    ***/
/************************************/

.page-project-single {
	padding: 100px 0;
}

.project-single-content {
	margin-right: 20px;
}

.project-featured-image {
	margin-bottom: 30px;
}

.project-featured-image figure {
	display: block;
}

.project-featured-image img {
	border-radius: 40px;
	aspect-ratio: 1/ 0.6;
	object-fit: cover;
}

.project-details-content {
	margin-bottom: 40px;
}

.project-details-title {
	margin-bottom: 30px;
}

.project-details-content p {
	margin-bottom: 30px;
}

.project-details-title h3 {
	font-size: 24px;
	font-weight: 700;
}

.project-details-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.project-details-content ul li {
	position: relative;
	font-weight: 500;
	color: var(--primary-color);
	width: calc(50% - 10px);
	padding-left: 30px;
}

.project-details-content ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: var(--accent-color);
	display: inline-block;
	line-height: normal;
	position: absolute;
	top: 4px;
	left: 0;
}

.project-gallery-title {
	margin-bottom: 30px;
}

.project-gallery-title h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.project-gallery-items .project-gallery-item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 40px;
}

.project-sidebar {
	position: sticky;
	top: 20px;
}

.project-info-box {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	padding: 30px;
}

.project-info-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.project-info-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.project-info-item .icon-box {
	margin-right: 10px;
}

.project-info-item .icon-box img {
	max-width: 40px;
}

.project-info-content {
	width: calc(100% - 50px);
}

.project-info-content p {
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-info-content h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: capitalize;
}

/************************************/
/***     22. Team Page css  	  ***/
/************************************/

.page-team {
	padding: 100px 0 70px;
}

/************************************/
/***    23. Contact us Page css   ***/
/************************************/

.contact-information {
	padding: 100px 0 70px;
}

.contact-sidebar.page-contact-sidebar {
	transition: all 0.3s ease-in-out;
}

.contact-info-item {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
}

.contact-info-item .icon-box {
	margin-bottom: 30px;
}

.contact-info-item .icon-box img {
	max-width: 50px;
}

.contact-info-body h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-body p {
	margin-bottom: 5px;
}

.contact-info-body p:last-child {
	margin-bottom: 0;
}

.contact-us.page-contact-us {
	background: var(--secondary-color);
}

.contact-social-list {
	margin-bottom: 100px;
}

.contact-social-list h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 30px;
}

.contact-social-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-social-list ul li {
	display: inline-block;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.contact-social-list ul li:last-child {
	margin-right: 0;
}

.contact-social-list ul li a {
	background-color: transparent;
	color: var(--accent-color);
	border: 2px solid var(--accent-color);
	height: 36px;
	width: 36px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.contact-sidebar.page-contact-sidebar .contact-social-list ul li:hover a {
	border-color: var(--white-color);
	color: var(--white-color);
}

.contact-social-list ul li a i {
	font-size: 18px;
}

.contact-sidebar.page-contact-sidebar .contact-info-image {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.contact-sidebar.page-contact-sidebar .contact-info-image img {
	width: 100%;
	filter: grayscale(0%);
	transition: all 0.3s ease-in-out;
}

.contact-sidebar.page-contact-sidebar:hover .contact-info-image img {
	filter: grayscale(80%);
}

.google-map .container-fluid {
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
	width: 100%;
	height: 600px;
}

/************************************/
/***      24. FAQs Page css       ***/
/************************************/

.page-faq {
	padding: 100px 0;
}

.faq-sidebar {
	position: sticky;
	top: 20px;
}

.faq-category-box {
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	padding: 30px;
}

.faq-category-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-category-box ul li {
	margin-bottom: 20px;
	padding: 0 0 20px 35px;
	border-bottom: 1px solid var(--divider-color);
	position: relative;
}

.faq-category-box ul li:last-child {
	margin-bottom: 0px;
	padding: 0 0 0px 35px;
	border-bottom: none;
}

.faq-category-box ul li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url('../images/readmore-arrow.svg') no-repeat center center;
	width: 20px;
	height: 20px;
}

.faq-category-box ul li a {
	display: block;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
}

.faq-category-box ul li:hover a {
	color: var(--accent-color);
}

.page-faq .faq-section {
	margin-bottom: 60px;
}

.page-faq .faq-section:last-child {
	margin-bottom: 0;
}

.faq-section .faq-accordion {
	margin: 0;
}

.faq-section .faq-accordion .accordion-item {
	position: relative;
	background: none;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.faq-section .faq-accordion .accordion-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.faq-section .faq-accordion .accordion-item .accordion-button {
	font-size: 24px;
	font-weight: 700;
	border: none;
	box-shadow: none;
	padding: 10px 40px 10px 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
	color: var(--accent-color);
}

.faq-section .faq-accordion .accordion-item .accordion-button::after,
.faq-section .faq-accordion .accordion-item .accordion-button.collapsed::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translate(0px, -50%) rotate(-90deg);
	background-image: url("../images/long-arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

.faq-section .faq-accordion .accordion-item .accordion-button.collapsed::after {
	transform: translate(0px, -50%) rotate(0deg);
}

.faq-section .faq-accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 10px 40px 10px 10px;
}

.faq-section .faq-accordion .accordion-item .accordion-collapse .accordion-body p {
	margin: 0;
}

/************************************/
/***       25. 404 Page css       ***/
/************************************/

.error-page {
	padding: 100px 0;
}

.error-page-image {
	text-align: center;
	margin-bottom: 60px;
}

.error-page .error-page-content {
	text-align: center;
}

.error-page-content-heading {
	margin-bottom: 30px;
}

.error-page-content-heading h2 {
	font-size: 56px;
}

.error-page-content-heading h2 span {
	color: var(--accent-color);
}

/************************************/
/***     26. responsive css       ***/
/************************************/

@media only screen and (max-width: 1024px) {

	.navbar {
		padding: 20px 0px;
	}

	.main-menu ul li {
		margin-left: 0;
	}
}

@media only screen and (max-width: 991px) {

	#magic-cursor {
		display: none !important;
	}

	.booking-section.bg-section {
		margin: 0 0px;
		margin-top: -103px;
		border-radius: 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul {
		display: block;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.light-bg-section {
		margin: 0;
	}

	.section-row {
		margin-bottom: 40px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.section-title h1 {
		font-size: 60px;
	}

	.section-title h2 {
		font-size: 46px;
	}

	.section-title h3 {
		margin-bottom: 15px;
	}

	.section-row .section-title p {
		max-width: 100%;
	}

	.section-title p {
		margin-top: 15px;
	}

	.section-btn {
		margin-top: 15px;
	}

	.btn-default {
		font-size: 16px;
		padding: 18px 55px 18px 25px;
	}

	.btn-default::before {
		transform: translate(-25px, -50%);
	}

	.btn-default:hover:before {
		transform: translate(-22px, -50%);
	}

	.btn-default.btn-highlighted {
		padding: 17px 55px 17px 25px;
	}

	.btn-large {
		font-size: 18px;
		padding: 18px 55px 18px 20px;
	}

	header.main-header {
		margin: 0px;
	}

	.navbar {
		padding: 19px 0px;
	}

	.hero.bg-section {
		margin: 0 0px;
		margin-top: -103px;
		padding: 200px 0 100px;
		border-radius: 0;
	}

	.hero-slider-layout .hero-slide {
		padding: 200px 0 100px;
	}

	.hero-slider-layout .swiper-pagination {
		bottom: 50px;
	}

	.hero-content .section-title p {
		font-size: 20px;
	}

	.about-us {
		padding: 50px 0;
	}

	.about-image {
		text-align: center;
		margin-bottom: 30px;
	}

	.about-content {
		margin-left: 0px;
	}

	.about-content-body ul {
		padding: 20px;
	}

	.about-content-body ul li {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.about-content-body ul li:before {
		font-size: 18px;
	}

	.about-content-body {
		margin-bottom: 30px;
	}

	.about-support-content p {
		margin-bottom: 0px;
	}

	.about-support-content h3 {
		font-size: 22px;
	}

	.our-service {
		background-size: 50% auto;
		padding: 50px 0;
	}

	.service-body {
		right: 20px;
		left: 20px;
	}

	.service-body-title h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.service-content p {
		margin-bottom: 15px;
	}

	.why-choose-us {
		padding: 50px 0 20px;
	}

	.why-choose-item {
		padding: 30px 20px;
	}

	.why-choose-item .icon-box {
		margin-bottom: 20px;
	}

	.why-choose-item .icon-box img {
		max-width: 60px;
	}

	.why-choose-content {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.why-choose-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.why-choose-counter h3 {
		font-size: 46px;
	}

	.our-projects {
		background-size: 50% auto;
		padding: 50px 0;
	}

	.project-body {
		right: 20px;
		left: 20px;
	}

	.project-body-title h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.project-content p {
		margin-bottom: 15px;
	}

	.cta-box {
		background-size: 80% auto;
		padding: 50px 0;
	}

	.cta-box-image {
		right: 0;
	}

	.cta-box-image img {
		width: 300px;
	}

	.our-testimonial {
		padding: 50px 0;
	}

	.testimonial-item {
		padding: 20px;
	}

	.testimonial-rating {
		margin-bottom: 20px;
	}

	.testimonial-rating i {
		font-size: 18px;
	}

	.testimonial-header {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.author-content h3 {
		font-size: 22px;
	}

	.our-faqs {
		background-size: 50% auto;
		padding: 50px 0;
	}

	.our-faqs-images {
		width: 100%;
		max-width: 565px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.faq-accordion {
		margin-left: 0px;
	}

	.faq-accordion .accordion-item .accordion-button {
		font-size: 22px;
		padding: 10px 40px 10px 10px;
	}

	.faq-accordion .accordion-item {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after {
		background-size: contain;
		width: 26px;
		height: 26px;
	}

	.our-blog {
		padding: 50px 0 20px;
	}

	.post-item-content {
		padding: 30px 20px;
	}

	.post-item-body h2 {
		font-size: 22px;
	}

	.contact-us {
		background-size: auto;
		padding: 50px 0;
	}

	.contact-sidebar {
		padding: 30px 20px 0;
	}

	.contact-info .icon-box {
		margin-bottom: 15px;
	}

	.contact-info-content h3 {
		font-size: 22px;
	}

	.contact-form {
		padding: 30px;
	}

	.contact-form .form-control {
		padding: 12px;
	}

	.main-footer {
		padding: 50px 0;
	}

	.about-footer {
		margin-bottom: 40px;
	}

	.footer-logo {
		margin-bottom: 30px;
	}

	.footer-logo img {
		max-width: 180px;
	}

	.footer-links h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.footer-contact-box .footer-info-box {
		margin-bottom: 20px;
	}

	.footer-copyright {
		margin-top: 60px;
		padding: 15px 0;
	}

	.page-header {
		margin: 0 0;
		border-radius: 0;
		padding: 170px 0 80px;
		margin-top: -90px;
	}

	.page-header:before {
		border-radius: 0px;
	}

	.page-header-box h1 {
		font-size: 46px;
		margin-bottom: 20px;
	}

	.page-header-box ol li.breadcrumb-item {
		font-size: 20px;
	}

	.page-about-us {
		padding: 50px 0;
	}

	.about-us-image {
		text-align: center;
		margin-bottom: 30px;
	}

	.about-us-content {
		margin-left: 0px;
	}

	.about-us-content-body ul {
		padding: 20px;
	}

	.about-us-content-body ul li {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.about-us-content-body ul li:before {
		font-size: 18px;
	}

	.about-us-content-body {
		margin-bottom: 30px;
	}

	.about-us-support-content h3 {
		font-size: 22px;
	}

	.our-company-history {
		padding: 50px 0;
	}

	.company-history-image {
		margin-bottom: 30px;
	}

	.company-history-img {
		text-align: center;
	}

	.company-experience {
		max-width: 175px;
		padding: 30px;
	}

	.company-experience-content h3 {
		font-size: 46px;
	}

	.our-mission-vision {
		padding: 50px 0 20px;
	}

	.mission-vision-item .icon-box {
		margin-bottom: 20px;
	}

	.mission-vision-item .icon-box img {
		max-width: 60px;
	}

	.mission-vision-item .mission-vision-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.mission-vision-item {
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.intro-video-box .video-image img {
		aspect-ratio: 1/0.55;
	}

	.video-play-button a {
		width: 70px;
		height: 70px;
	}

	.video-play-button a i {
		font-size: 26px;
	}

	.what-we-do {
		padding: 50px 0 20px;
	}

	.what-we-do .section-title {
		max-width: 100%;
	}

	.company-counter-item {
		height: calc(100% - 30px);
		margin-bottom: 30px;
		padding: 40px 20px;
	}

	.company-counter-item .company-counter-content h3 {
		font-size: 46px;
	}

	.our-team {
		padding: 50px 0 20px;
	}

	.team-content {
		margin-bottom: 15px;
	}

	.team-content h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.page-service {
		padding: 50px 0 20px;
	}

	.page-service-single {
		padding: 50px 0;
	}

	.service-sidebar {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.service-categories-list {
		padding: 20px;
	}

	.service-categories-list h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.service-categories-list ul li {
		margin-bottom: 15px;
		padding: 0 0 15px 25px;
	}

	.sidebar-cta-box {
		padding: 20px;
	}

	.sidebar-cta-box .cta-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.sidebar-cta-box .cta-content {
		margin-bottom: 30px;
	}

	.service-single-content p {
		margin-bottom: 20px;
	}

	.service-sustainable-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.service-benefit {
		padding: 50px 0 20px;
	}

	.service-benefit .service-benefit-item {
		padding: 20px;
	}

	.service-benefit-item .icon-box {
		margin-bottom: 20px;
	}

	.service-benefit-item .icon-box img {
		max-width: 60px;
	}

	.service-benefit-item .service-benefit-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.working-process {
		padding: 50px 0 20px;
	}

	.working-process-item {
		padding: 20px;
	}

	.working-process-item .step-number {
		margin-bottom: 20px;
	}

	.working-process-item .step-number h2 {
		font-size: 32px;
	}

	.working-process-item .working-process-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.page-blog {
		padding: 50px 0;
	}

	.page-blog .blog-item {
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.post-pagination {
		margin-top: 10px;
	}

	.post-single-meta ol li i {
		font-size: 20px;
	}

	.page-single-post {
		padding: 50px 0;
	}

	.post-image {
		margin-bottom: 20px;
	}

	.post-entry blockquote {
		background: var(--secondary-color) url("../images/icon-blockquote.svg") no-repeat 30px 36px;
		background-size: 45px;
		padding: 30px 30px 30px 90px;
		margin-bottom: 20px;
	}

	.post-entry blockquote p {
		font-size: 18px;
	}

	.post-entry h2 {
		font-size: 36px;
	}

	.post-entry ul li {
		font-size: 16px;
	}

	.post-tag-links {
		padding: 0 0px;
	}

	.post-tags {
		margin-bottom: 10px;
	}

	.post-social-sharing ul {
		text-align: left;
	}

	.post-tags .tag-links a {
		font-size: 16px;
		padding: 8px 15px;
	}

	.page-project {
		padding: 50px 0;
	}

	.page-project-single {
		padding: 50px 0;
	}

	.project-single-content {
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.project-details-content p {
		margin-bottom: 20px;
	}

	.project-details-title {
		margin-bottom: 20px;
	}

	.project-details-title h3 {
		font-size: 22px;
	}

	.project-details-content {
		margin-bottom: 30px;
	}

	.project-gallery-title h2 {
		font-size: 22px;
	}

	.project-info-box {
		padding: 20px;
	}

	.page-team {
		padding: 50px 0 20px;
	}

	.contact-information {
		padding: 50px 0 20px;
	}

	.contact-info-item {
		padding: 20px;
	}

	.contact-info-item .icon-box {
		margin-bottom: 20px;
	}

	.contact-info-item .icon-box img {
		max-width: 40px;
	}

	.contact-info-body h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 400px;
	}

	.page-faq {
		padding: 50px 0;
	}

	.faq-sidebar {
		margin-bottom: 30px;
	}

	.faq-category-box {
		padding: 20px;
	}

	.faq-category-box ul li {
		margin-bottom: 15px;
		padding: 0 0 15px 35px;
	}

	.page-faq .faq-section {
		margin-bottom: 40px;
	}

	.faq-section .faq-accordion .accordion-item {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.faq-section .faq-accordion .accordion-item .accordion-button {
		font-size: 22px;
		padding: 10px 40px 10px 10px;
	}

	.faq-section .faq-accordion .accordion-item .accordion-button::after,
	.faq-section .faq-accordion .accordion-item .accordion-button.collapsed::after {
		background-size: contain;
		width: 26px;
		height: 26px;
	}

	.error-page {
		padding: 50px 0;
	}

	.error-page-image {
		margin-bottom: 30px;
	}

	.error-page-content-heading {
		margin-bottom: 20px;
	}

	.error-page-content-heading h2 {
		font-size: 46px;
	}
}

@media only screen and (max-width: 767px) {

	body {
		font-size: 16px;
	}

	.section-row {
		margin-bottom: 30px;
	}

	.section-title h1 {
		font-size: 40px;
	}

	.section-title h2 {
		font-size: 30px;
	}

	.section-title h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	/* Mobile Small Calendar */
	.calendar-container {
		padding: 15px;
		max-width: 100%;
	}

	.calendar-header h4 {
		font-size: 16px;
	}

	.calendar-nav {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.calendar-dates {
		gap: 4px;
	}

	.calendar-date {
		padding: 8px 4px !important;
		font-size: 12px !important;
		min-height: 32px !important;
		height: 32px !important;
		border-radius: 6px !important;
	}

	.day-header {
		padding: 0 !important;
		font-size: 13px !important;
	}

	.small-calendar-container {
		padding: 12px;
		max-width: 100%;
	}

	.small-calendar-container .calendar-header h4 {
		font-size: 14px;
	}

	.small-calendar-grid .calendar-date {
		padding: 6px 2px !important;
		font-size: 10px !important;
		min-height: 28px !important;
		height: 28px !important;
	}

	.small-calendar-grid .day-header {
		font-size: 10px;
		padding: 4px 2px;
	}

	/* Mobile Calendar Compact Mode */
	.calendar-grid {
		max-width: 100%;
		overflow-x: auto;
	}

	.court-section .calendar-container {
		padding: 15px;
	}

	.court-section .small-calendar-container {
		margin: 0 auto 20px;
		max-width: 280px;
	}

	/* Booking section mobile adjustments */
	.booking-step {
		padding: 20px 15px;
		margin-bottom: 20px;
	}

	.court-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.court-time-slots {
		grid-template-columns: repeat(4, 1fr);
		gap: 8px;
	}

	.court-time-slot {
		padding: 8px 4px;
		font-size: 12px;
	}

	.btn-default {
		padding: 16px 50px 16px 20px;
	}

	.btn-default::before {
		transform: translate(-20px, -50%);
	}

	.btn-default:hover:before {
		transform: translate(-17px, -50%);
	}

	.btn-default.btn-highlighted {
		padding: 15px 50px 15px 20px;
	}

	.btn-large {
		font-size: 16px;
		padding: 18px 50px 18px 20px;
	}

	.hero.bg-section {
		padding: 232px 0 232px;
	}

	.hero-slider-layout .hero-slide {
		padding: 160px 0 100px;
	}

	.hero-content .section-title p {
		font-size: 18px;
	}

	.hero-content-body .btn-default.btn-highlighted {
		margin-left: 0px;
		margin-top: 10px;
	}

	.about-content-body ul {
		padding: 15px;
	}

	.about-content-body ul li {
		font-size: 16px;
		padding-left: 25px;
	}

	.about-content-body ul li:before {
		font-size: 16px;
	}

	.about-content-footer {
		display: block;
	}

	.about-contact-support {
		margin-left: 0px;
		margin-top: 15px;
	}

	.about-contact-support .icon-box {
		margin-right: 15px;
	}

	.about-contact-support .icon-box img {
		max-width: 35px;
	}

	.about-support-content {
		width: calc(100% - 50px);
	}

	.about-support-content h3 {
		font-size: 20px;
	}

	.service-body-title h3 {
		font-size: 20px;
	}

	.service-footer-btn {
		margin-top: 10px;
	}

	.why-choose-item {
		padding: 20px;
	}

	.why-choose-item .icon-box {
		margin-bottom: 15px;
	}

	.why-choose-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.why-choose-content {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.why-choose-counter h3 {
		font-size: 36px;
	}

	.project-body-title h3 {
		font-size: 20px;
	}

	.project-footer-btn {
		margin-top: 10px;
	}

	.cta-box-image img {
		width: 150px;
	}

	.testimonial-rating i {
		font-size: 16px;
	}

	.faqs-img-2 img {
		width: 140px;
	}

	.author-content h3 {
		font-size: 20px;
	}

	.faq-accordion .accordion-item .accordion-button {
		font-size: 18px;
		line-height: 1.2em;
		padding: 10px 35px 10px 0px;
	}

	.faq-accordion .accordion-item .accordion-collapse .accordion-body {
		padding: 10px 35px 10px 0px;
	}

	.post-item-body h2 {
		font-size: 20px;
	}

	.contact-sidebar {
		margin-bottom: 30px;
	}

	.contact-info .icon-box {
		margin-bottom: 10px;
	}

	.contact-info .icon-box img {
		max-width: 30px;
	}

	.contact-info-content h3 {
		font-size: 20px;
	}

	.contact-form {
		padding: 30px 20px;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.footer-logo img {
		max-width: 160px;
	}

	.footer-links {
		margin-bottom: 40px;
	}

	.main-footer .col-12:last-child .footer-links {
		margin-bottom: 0;
	}

	.footer-links h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.footer-links ul li {
		margin-bottom: 15px;
	}

	.footer-copyright {
		margin-top: 40px;
		text-align: center
	}

	.footer-copyright-text {
		margin-bottom: 10px;
	}

	.footer-copyright-text p a {
		color: var(--accent-color);
	}

	.footer-copyright .footer-social-links ul {
		text-align: center;
	}

	.page-header {
		padding: 150px 0 60px;
	}

	.page-header-box h1 {
		font-size: 36px;
	}

	.page-header-box ol li.breadcrumb-item {
		font-size: 16px;
	}

	.about-us-content-body ul {
		padding: 15px;
	}

	.about-us-content-body ul li {
		font-size: 16px;
		margin-bottom: 15px;
		padding-left: 25px;
	}

	.about-us-content-body ul li:before {
		font-size: 16px;
	}

	.about-us-content-footer {
		display: block;
	}

	.about-us-contact-support {
		margin-left: 0px;
		margin-top: 15px;
	}

	.about-us-contact-support .icon-box {
		margin-right: 15px;
	}

	.about-us-contact-support .icon-box img {
		max-width: 35px;
	}

	.about-us-support-content {
		width: calc(100% - 50px);
	}

	.about-us-support-content h3 {
		font-size: 20px;
	}

	.company-history-image {
		padding-bottom: 50px;
	}

	.company-experience {
		padding: 15px;
		bottom: 0;
		right: 110px;
	}

	.company-experience-content h3 {
		font-size: 36px;
	}

	.mission-vision-item {
		padding: 20px;
	}

	.mission-vision-item .icon-box {
		margin-bottom: 15px;
	}

	.mission-vision-item .mission-vision-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.company-counter-item {
		padding: 30px 20px;
	}

	.company-counter-item .company-counter-content h3 {
		font-size: 36px;
	}

	.team-body {
		padding: 20px;
	}

	.team-content h3 {
		font-size: 20px;
	}

	.service-categories-list h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.sidebar-cta-box .cta-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.service-entry ul li {
		width: 100%;
	}

	.service-sustainable-img-1 {
		margin-bottom: 30px;
	}

	.service-sustainable-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.service-benefit-item .icon-box {
		margin-bottom: 15px;
	}

	.service-benefit-item .service-benefit-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.working-process-item .step-number {
		margin-bottom: 15px;
	}

	.working-process-item .step-number h2 {
		font-size: 24px;
	}

	.working-process-item .working-process-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.post-single-meta ol li i {
		font-size: 18px;
	}

	.post-image figure,
	.post-image img {
		aspect-ratio: 1 / 0.70;
	}

	.post-entry blockquote {
		background: var(--secondary-color) url('../images/icon-blockquote.svg') no-repeat 20px 20px;
		background-size: 35px;
		padding: 55px 20px 20px 20px;
	}

	.post-entry h2 {
		font-size: 30px;
	}

	.tag-links {
		font-size: 20px;
	}

	.project-single-content {
		margin-bottom: 30px;
	}

	.project-featured-image {
		margin-bottom: 20px;
	}

	.project-details-title h3 {
		font-size: 20px;
	}

	.project-details-content ul {
		display: block;
	}

	.project-details-content ul li {
		width: 100%;
		margin-bottom: 15px;
		padding-left: 25px;
	}

	.project-details-content ul li:last-child {
		margin-bottom: 0;
	}

	.project-details-content ul li:before {
		font-size: 18px;
	}

	.project-gallery-title h2 {
		font-size: 20px;
	}

	.project-gallery-item {
		margin-bottom: 20px;
	}

	.contact-sidebar.page-contact-sidebar {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.contact-info-item .icon-box img {
		max-width: 40px;
	}

	.contact-social-list {
		margin-bottom: 30px;
	}

	.contact-info-body h3 {
		font-size: 20px;
	}

	.contact-social-list h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 350px;
	}

	.faq-section .faq-accordion .accordion-item .accordion-button {
		font-size: 20px;
		padding: 10px 35px 10px 0px;
	}

	.faq-section .faq-accordion .accordion-item .accordion-collapse .accordion-body {
		padding: 10px 35px 10px 0px;
	}

	.error-page-content-heading h2 {
		font-size: 36px;
	}

	/* Mobile slider fixes */
	.hero.hero-slider {
		margin-bottom: 30px;
	}

	.hero-slider-layout .hero-slide {
		min-height: 400px;
	}

	/* Mobile background image */
	.hero.bg-section {
		background-image: url("../images/bg-2.jpg");
	}

	/* Footer logo - show on desktop, hide on mobile */
	.footer-logo-desktop {
		display: none;
	}

	/* Additional mobile booking improvements */
	.booking-actions {
		flex-direction: column;
		gap: 15px;
	}

	.btn-arrow {
		width: 100%;
		text-align: center;
	}

	.sport-badge {
		top: 10px;
		right: 10px;
		padding: 4px 8px;
		font-size: 10px;
	}
}

/* Desktop footer logo visibility */
@media only screen and (min-width: 768px) {
	.footer-logo-desktop {
		display: block !important;
	}
}

/* Small Calendar Styles for Court Section */
.small-calendar-container {
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 15px;
	padding: 15px;
	max-width: 300px;
	width: 100%;
}

.small-calendar-container .calendar-header {
	margin-bottom: 15px;
}

.small-calendar-container .calendar-header h4 {
	font-size: 18px;
	color: var(--primary-color);
	margin: 0;
}

.small-calendar-container .calendar-nav {
	width: 30px;
	height: 30px;
	font-size: 14px;
}

.small-calendar-grid {
	width: 100%;
	max-width: 270px;
}

.small-calendar-grid .calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 3px;
	margin-bottom: 8px;
	width: 100%;
}

.small-calendar-grid .day-header {
	padding: 6px 2px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
}

.small-calendar-grid .calendar-dates {
	display: grid !important;
	grid-template-columns: repeat(7, 1fr) !important;
	gap: 2px !important;
	width: 100% !important;
	max-width: 100% !important;
}

.small-calendar-grid .calendar-date {
	padding: 4px 2px !important;
	font-size: 11px !important;
	min-height: 24px !important;
	height: 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: none !important;
	box-sizing: border-box !important;
	border-radius: 4px !important;
	overflow: hidden !important;
}

.small-calendar-grid .calendar-date:hover:not(.disabled):not(.empty) {
	background: var(--secondary-color);
	border-radius: 6px;
}

.small-calendar-grid .calendar-date.selected {
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 6px;
}

.small-calendar-grid .calendar-date.disabled {
	color: #ccc;
	cursor: not-allowed;
}

/* Saved Bookings Styles */
#savedBookings {
	border-top: 1px solid var(--divider-color);
	padding-top: 20px;
}

#savedBookings h5 {
	color: var(--primary-color);
	margin-bottom: 15px;
	font-size: 18px;
}

.saved-booking-item {
	background: var(--secondary-color);
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}

.saved-booking-item .booking-date {
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 8px;
}

.saved-booking-item .booking-slots {
	font-size: 14px;
	color: var(--text-color);
}

.saved-booking-item .remove-booking {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--accent-color);
	color: var(--white-color);
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.saved-booking-item .remove-booking:hover {
	background: var(--primary-color);
}

/* Selected Date Info */
#selectedDateInfo {
	background: var(--secondary-color);
	border-radius: 10px;
	padding: 15px;
	text-align: center;
}

#selectedDateInfo h5 {
	color: var(--primary-color);
	margin: 0;
	font-size: 16px;
}

#currentSelectedDate {
	color: var(--accent-color);
	font-weight: 600;
}

/* Mobile Responsive for Small Calendar */
@media only screen and (max-width: 991px) {
	.small-calendar-container {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.court-section .row {
		flex-direction: column;
	}

	.small-calendar-container {
		margin-bottom: 30px;
	}

	.small-calendar-grid .day-header {
		font-size: 13px;
		padding: 0;
	}

	.small-calendar-grid .calendar-date {
		padding: 6px 2px;
		font-size: 12px;
		min-height: 28px;
	}
}

/* Booking Page Styles */
.booking-section.bg-section {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url("../images/bg-2.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat !important;
	min-height: 100vh;
	padding: 100px 0;
	position: relative;
	margin-top: -103px;
}

/* Mobile responsive booking section */
@media only screen and (max-width: 991px) {
	.booking-section.bg-section {
		margin: 0;
		border-radius: 0;
		margin-top: -103px;
	}

	/* Tablet responsive adjustments */
	.sport-options {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.calendar-container {
		padding: 20px;
	}

	.court-time-slots {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.booking-section.bg-section {
		background-image: url("../images/bg-2.jpg");
		padding: 100px 0;
	}

}

.booking-section.bg-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.booking-section .container {
	position: relative;
	z-index: 2;
}

.booking-calendar,
.booking-time {
	padding: 30px;
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	margin-bottom: 30px;
}

.calendar-container {
	background: var(--white-color);
	border-radius: 20px;
	padding: 20px;
}

/* Horizontal scrollable calendar for court section */
.court-section .calendar-container {
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--accent-color) var(--secondary-color);
}

.court-section .calendar-container::-webkit-scrollbar {
	height: 8px;
}

.court-section .calendar-container::-webkit-scrollbar-track {
	background: var(--secondary-color);
	border-radius: 10px;
}

.court-section .calendar-container::-webkit-scrollbar-thumb {
	background: var(--accent-color);
	border-radius: 10px;
}

.court-section .calendar-container::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color);
}

.court-section .calendar-grid {
	min-width: 600px;
}

/* .court-section .calendar-dates { */
/* min-width: 600px; */
/* } */

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.calendar-nav {
	background: var(--accent-color);
	color: var(--white-color);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}

.calendar-nav:hover {
	background: var(--primary-color);
}

.calendar-grid {
	width: 100%;
}

.calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 8px;
	margin-bottom: 10px;
}

.day-header {
	text-align: center;
	font-weight: bold;
	padding: 12px;
	color: var(--primary-color);
	font-size: 16px;
}

.calendar-dates {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 8px;
	width: 100%;
}

.calendar-date {
	text-align: center;
	padding: 20px 15px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 500;
}

.calendar-date:hover:not(.disabled):not(.empty):not(.selected) {
	background: var(--secondary-color);
}

.calendar-date.selected {
	background: var(--accent-color);
	color: var(--white-color);
}

.calendar-date.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.calendar-date.empty {
	cursor: default;
}

.time-slots {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
	overflow-x: auto;
	padding-bottom: 10px;
	scrollbar-width: thin;
	scrollbar-color: var(--accent-color) var(--secondary-color);
}

.time-slots::-webkit-scrollbar {
	height: 8px;
}

.time-slots::-webkit-scrollbar-track {
	background: var(--secondary-color);
	border-radius: 10px;
}

.time-slots::-webkit-scrollbar-thumb {
	background: var(--accent-color);
	border-radius: 10px;
}

.time-slots::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color);
}

.time-slot {
	padding: 15px;
	text-align: center;
	border: 2px solid var(--divider-color);
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 120px;
	flex-shrink: 0;
}

.time-text {
	font-size: 16px;
	font-weight: 600;
}

.court-availability {
	font-size: 12px;
	color: var(--accent-color);
	font-weight: 500;
}

.time-slot.fully-booked {
	background: #f5f5f5;
	color: #999;
	border-color: #ddd;
	cursor: not-allowed;
}

.time-slot.fully-booked .court-availability {
	color: #999;
}

.time-slot:hover:not(.selected) {
	border-color: var(--accent-color);
	background: var(--secondary-color);
}

.time-slot.selected {
	background: var(--accent-color);
	color: var(--white-color);
	border-color: var(--accent-color);
}

.booking-summary {
	background: var(--secondary-color);
	padding: 20px;
	border-radius: 20px;
}

.booking-summary h3 {
	margin-bottom: 20px;
	color: var(--primary-color);
}

.summary-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--divider-color);
}

.summary-item:last-of-type {
	border-bottom: none;
	margin-bottom: 20px;
}

#confirmBooking:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Sport Selection Styles */
.sport-selection {
	margin-bottom: 50px;
}

.sport-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.sport-card {
	position: relative;
	background: var(--white-color);
	border: 2px solid var(--divider-color);
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
}

.sport-card:hover {
	border-color: var(--accent-color);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sport-card.selected {
	border-color: var(--accent-color);
	background: var(--secondary-color);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sport-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 15px;
}

.sport-card:hover .sport-icon {
	background: var(--primary-color);
}

.sport-card.selected .sport-icon {
	background: var(--primary-color);
}

.sport-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.sport-card h4 {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.sport-card p {
	color: var(--text-color);
	margin-bottom: 0;
	font-size: 16px;
}

.sport-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: var(--accent-color);
	color: var(--white-color);
	padding: 5px 7px;
	border-radius: 15px;
	font-size: 11px;
	/* font-weight: 600; */
	text-transform: uppercase;
}

/* Booking Step Styles */
.booking-step {
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	padding: 40px 30px;
	margin-bottom: 30px;
}

.calendar-container {
	max-width: 800px;
	margin: 0 auto;
}

/* Court Selection Styles */
.court-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-bottom: 30px;
}

.court-card {
	background: var(--secondary-color);
	border-radius: 20px;
	padding: 25px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

.court-card h4 {
	color: var(--primary-color);
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.court-time-slots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.court-time-slot {
	padding: 5px 2px;
	text-align: center;
	border: 1px solid var(--divider-color);
	border-radius: 8px;
	background: var(--white-color);
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
}

.court-time-slot:hover:not(.booked) {
	border-color: var(--accent-color);
	background: var(--accent-color);
	color: var(--white-color);
}

.court-time-slot.selected {
	background: var(--accent-color);
	color: var(--white-color);
	border-color: var(--accent-color);
}

.court-time-slot.booked {
	background: #f5f5f5;
	color: #999;
	border-color: #ddd;
	cursor: not-allowed;
}

.booking-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.booking-summary-section {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--white-color);
	border-top: 2px solid var(--accent-color);
	/* padding:  0 0 20px 0; */
	z-index: 100;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.main-footer {
	padding: 0 50px;
}

.booking-summary {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.summary-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.summary-item {
	background: var(--secondary-color);
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 14px;
}

.summary-item strong {
	color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
	.booking-section {
		padding: 50px 0;
	}

	.booking-calendar,
	.booking-time {
		padding: 20px;
	}

	.time-slots {
		grid-template-columns: repeat(2, 1fr);
	}

	.calendar-date {
		padding: 10px 5px;
		font-size: 14px;
	}

	.sport-options {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sport-card {
		padding: 10px;
	}

	.sport-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.sport-icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.sport-card h4 {
		font-size: 20px;
	}
}

/* Continue Button and Selection Summary Styles */
#continueToTimeSlots {
	cursor: pointer;
	transition: all 0.3s ease;
}

#continueToTimeSlots:hover:not(:disabled) {
	transform: translateY(-2px);
}

#continueToTimeSlots:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Selection Summary */
.selection-summary {
	margin-bottom: 30px;
}

.selection-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f9fa;
	padding: 25px 30px;
	border-radius: 15px;
	margin-bottom: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.btn-back {
	background: #F08F0E;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-back:hover {
	background: #F08F0E;
	transform: translateX(-2px);
}

.selected-details {
	display: flex;
	gap: 40px;
	align-items: center;
}

.selected-sport,
.selected-date {
	font-size: 17px;
	color: #333;
	font-weight: 500;
}

.selected-sport strong,
.selected-date strong {
	color: #F08F0E;
}

@media (max-width: 768px) {
	.selection-info {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}

	.selected-details {
		flex-direction: column;
		gap: 10px;
	}
}

/* Extra small mobile devices - Very compact calendar */
@media only screen and (max-width: 480px) {
	.small-calendar-container {
		padding: 10px;
		max-width: 260px;
	}

	.small-calendar-grid .calendar-date {
		padding: 4px 1px !important;
		font-size: 9px !important;
		min-height: 24px !important;
		height: 24px !important;
	}

	.small-calendar-grid .day-header {
		font-size: 9px;
		padding: 3px 1px;
	}

	.calendar-date {
		padding: 6px 2px !important;
		font-size: 11px !important;
		min-height: 28px !important;
		height: 28px !important;
	}

	.court-time-slots {
		grid-template-columns: repeat(3, 1fr);
	}

	.calendar-container {
		padding: 12px;
	}

	.calendar-nav {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
}

/* Mobile calendar touch improvements */
@media only screen and (max-width: 767px) {
	.calendar-date {
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	.court-time-slot {
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	.small-calendar-grid .calendar-date {
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}
}

/* Smooth transitions for booking sections */
.sport-selection,
.calendar-section,
.selection-summary,
.court-section {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.calendar-section,
.selection-summary,
.court-section {
	opacity: 1;
	transform: translateY(0);
}

/* Ensure calendar section is visible when shown */
.calendar-section[style*="display: block"] {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Authentication Page Styles */
.auth-section {
	padding: 100px 0;
	background: var(--secondary-color);
}

.auth-container {
	background: var(--white-color);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.auth-toggle {
	display: flex;
	background: var(--primary-color);
}

.auth-toggle-btn {
	flex: 1;
	padding: 20px;
	background: transparent;
	border: none;
	color: var(--white-color);
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.auth-toggle-btn.active {
	background: var(--accent-color);
}

.auth-toggle-btn:hover:not(.active) {
	background: rgba(255, 255, 255, 0.1);
}

.auth-form-container {
	padding: 50px;
	transition: opacity 0.3s ease;
}

.auth-header {
	text-align: center;
	margin-bottom: 40px;
}

.auth-header h2 {
	font-size: 32px;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.auth-header p {
	color: var(--text-color);
	font-size: 16px;
	margin: 0;
}

.auth-form-content {
	max-width: 500px;
	margin: 0 auto;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 8px;
	font-size: 14px;
}

.form-group .form-control {
	width: 100%;
	padding: 15px;
	border: 2px solid var(--divider-color);
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: var(--white-color);
}

.form-group .form-control:focus {
	outline: none;
	border-color: var(--accent-color);
	box-shadow: 0 0 0 3px rgba(240, 143, 14, 0.1);
}

.form-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.remember-me,
.terms-check {
	display: flex;
	align-items: center;
	gap: 8px;
}

.remember-me input[type="checkbox"],
.terms-check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--accent-color);
}

.remember-me label,
.terms-check label {
	font-size: 14px;
	color: var(--text-color);
	margin: 0;
}

.forgot-password {
	color: var(--accent-color);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.forgot-password:hover {
	text-decoration: underline;
}

.auth-btn {
	width: 100%;
	padding: 18px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.terms-check a {
	color: var(--accent-color);
	text-decoration: none;
}

.terms-check a:hover {
	text-decoration: underline;
}

/* Mobile Responsive */
@media only screen and (max-width: 991px) {
	.auth-section {
		padding: 50px 0;
	}

	.auth-form-container {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.auth-toggle-btn {
		padding: 15px;
		font-size: 16px;
	}

	.auth-header h2 {
		font-size: 28px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.form-options {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.auth-form-container {
		padding: 20px;
	}
}

/* Authentication Page Styles */
.auth-section.bg-section {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url("../images/bg-2.jpg") repeat center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	padding: 100px 0;
	position: relative;
	margin-top: -103px;
}

.auth-section.bg-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.auth-section .container {
	position: relative;
	z-index: 2;
}

.auth-container {
	background: var(--white-color);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.auth-toggle {
	display: flex;
	background: var(--primary-color);
}

.auth-toggle-btn {
	flex: 1;
	padding: 20px;
	background: transparent;
	border: none;
	color: var(--white-color);
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.auth-toggle-btn.active {
	background: var(--accent-color);
}

.auth-toggle-btn:hover:not(.active) {
	background: rgba(255, 255, 255, 0.1);
}

.auth-form-container {
	padding: 50px;
	transition: opacity 0.3s ease;
}

.auth-header {
	text-align: center;
	margin-bottom: 40px;
}

.auth-header h2 {
	font-size: 32px;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.auth-header p {
	color: var(--text-color);
	font-size: 16px;
	margin: 0;
}

.auth-form-content {
	max-width: 500px;
	margin: 0 auto;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 8px;
	font-size: 14px;
}

.form-group .form-control {
	width: 100%;
	padding: 15px;
	border: 2px solid var(--divider-color);
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background: var(--white-color);
}

.form-group .form-control:focus {
	outline: none;
	border-color: var(--accent-color);
	box-shadow: 0 0 0 3px rgba(240, 143, 14, 0.1);
}

.form-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.remember-me,
.terms-check {
	display: flex;
	align-items: center;
	gap: 8px;
}

.remember-me input[type="checkbox"],
.terms-check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--accent-color);
}

.remember-me label,
.terms-check label {
	font-size: 14px;
	color: var(--text-color);
	margin: 0;
}

.forgot-password {
	color: var(--accent-color);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.forgot-password:hover {
	text-decoration: underline;
}

.auth-btn {
	width: 100%;
	padding: 18px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.terms-check a {
	color: var(--accent-color);
	text-decoration: none;
}

.terms-check a:hover {
	text-decoration: underline;
}

/* Mobile Responsive */
@media only screen and (max-width: 991px) {
	.auth-section.bg-section {
		margin: 0;
		border-radius: 0;
		margin-top: -103px;
	}

	.auth-form-container {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.auth-section.bg-section {
		background-image: url("../images/bg-banner-mobile.png");
		padding: 50px 0;
	}

	.auth-toggle-btn {
		padding: 15px;
		font-size: 16px;
	}

	.auth-header h2 {
		font-size: 28px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.form-options {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.auth-form-container {
		padding: 20px;
	}
}

/* Auth Section - Match Hero Section Exactly */
.auth-section.bg-section {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 40px;
	background: url("../images/bg-2.jpg") repeat center center;
	background-size: cover;
	padding: 200px 0 200px;
	position: relative;
	margin-top: -103px;
}

.auth-section.bg-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.auth-section .container {
	position: relative;
	z-index: 2;
}

/* Mobile responsive auth section */
@media only screen and (max-width: 991px) {
	.auth-section.bg-section {
		margin: 0;
		border-radius: 0;
		margin-top: -103px;
		padding: 200px 0 100px;
	}
}

@media only screen and (max-width: 767px) {
	.auth-section.bg-section {
		background-image: url("../images/bg-banner-mobile.png");
		padding: 160px 0 60px;
	}
}

/* Add-ons Section Styles */
.addons-section {
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.addons-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	margin-bottom: 30px;
}

.addons-list {
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	padding: 40px 30px;
}

.addons-list h3 {
	color: var(--primary-color);
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}

.addon-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border: 2px solid var(--divider-color);
	border-radius: 15px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.addon-item:hover {
	border-color: var(--accent-color);
	background: var(--secondary-color);
}

.addon-info h4 {
	color: var(--primary-color);
	font-size: 20px;
	margin-bottom: 5px;
}

.addon-info p {
	color: var(--text-color);
	margin: 0;
	font-size: 14px;
}

.addon-price {
	color: var(--accent-color);
	font-weight: 600;
	font-size: 18px;
	margin-right: 20px;
}

.quantity-controls {
	display: flex;
	align-items: center;
	gap: 15px;
}

.quantity-btn {
	background: var(--accent-color);
	color: var(--white-color);
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.quantity-btn:hover {
	background: var(--primary-color);
}

.quantity-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.quantity-display {
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
	min-width: 30px;
	text-align: center;
}

.booking-summary-addon {
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	padding: 30px;
	height: fit-content;
	position: sticky;
	top: 20px;
}

.booking-summary-addon h3 {
	color: var(--primary-color);
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
}

.summary-section {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--divider-color);
}

.summary-section:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.summary-section h4 {
	color: var(--primary-color);
	font-size: 18px;
	margin-bottom: 15px;
}

.summary-detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 14px;
}

.summary-detail .label {
	color: var(--text-color);
}

.summary-detail .value {
	color: var(--primary-color);
	font-weight: 500;
}

.addon-summary-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
}

.addon-summary-item .addon-name {
	color: var(--text-color);
}

.addon-summary-item .addon-total {
	color: var(--primary-color);
	font-weight: 500;
}

.total-amount {
	background: var(--secondary-color);
	padding: 15px;
	border-radius: 10px;
	margin-top: 20px;
}

.total-amount .total-row {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
}

.addon-actions {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.btn-back-addon {
	background: var(--text-color);
	color: var(--white-color);
	border: none;
	padding: 15px 25px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	flex: 1;
}

.btn-back-addon:hover {
	background: var(--primary-color);
}

.btn-confirm-final {
	background: var(--accent-color);
	color: var(--white-color);
	border: none;
	padding: 15px 25px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	flex: 2;
}

.btn-confirm-final:hover {
	background: var(--primary-color);
}

/* Mobile Responsive */
@media only screen and (max-width: 991px) {
	.addons-container {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.booking-summary-addon {
		position: static;
		order: -1;
	}
}

@media only screen and (max-width: 767px) {
	.addons-list {
		padding: 25px 20px;
	}

	.addons-list h3 {
		display: none;
	}

	.addon-item {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}

	.quantity-controls {
		justify-content: center;
	}

	.addon-actions {
		flex-direction: column;
	}

	.booking-summary-addon {
		display: none !important;
	}
}

/* Hide mobile-only button on desktop */
@media only screen and (min-width: 768px) {
	.mobile-only-button {
		display: none !important;
	}
}

/* Time Slot Badges */
.time-slots-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 5px;
}

.time-slot-badge {
	background: var(--accent-color);
	color: var(--white-color);
	padding: 4px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}

.summary-detail .time-slots-badges {
	width: 100%;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.summary-detail .time-slots-badges {
		justify-content: flex-start;
		margin-top: 8px;
	}

	.time-slot-badge {
		font-size: 11px;
		padding: 3px 6px;
	}
}

/* Mobile Floating Summary */
.mobile-floating-summary {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--white-color);
	border-top: 2px solid var(--accent-color);
	padding: 15px 20px;
	z-index: 1000;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
	display: none;
}

.floating-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.floating-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.floating-sport,
.floating-addons {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
}

.floating-date,
.floating-total {
	font-size: 14px;
	color: var(--text-color);
}

.floating-total {
	font-size: 18px;
	font-weight: 600;
	color: var(--accent-color);
}

.mobile-floating-summary .btn-arrow,
.mobile-floating-summary .btn-confirm-final {
	padding: 12px 20px;
	font-size: 14px;
	min-width: 120px;
}

/* Show floating summary only on mobile */
@media only screen and (max-width: 767px) {
	.court-section .mobile-floating-summary.court-floating {
		display: block;
	}

	.addons-section .mobile-floating-summary.addons-floating {
		display: block;
	}

	/* Add bottom padding to prevent content from being hidden behind floating summary */
	.court-section .booking-step,
	.addons-section .addons-container {
		padding-bottom: 100px;
	}
}

/* Clean mobile layout without floating summaries */
@media only screen and (max-width: 767px) {

	/* Ensure proper spacing without floating summaries */
	.court-section .booking-step,
	.addons-section .addons-container {
		padding-bottom: 20px;
	}

	/* Keep action buttons visible */
	.court-section .booking-actions,
	.addons-section .addon-actions {
		display: block;
	}
}

/* Remove unused sections on mobile */
@media only screen and (max-width: 767px) {
	.selection-summary {
		display: none !important;
	}

	/* Remove floating summaries - not needed with new flow */
	.mobile-floating-summary {
		display: none !important;
	}
}

/* Clean mobile experience - remove floating summary code */
@media only screen and (max-width: 767px) {

	/* Ensure saved bookings are visible in step 2 */
	#savedBookings {
		display: block;
	}

	/* Better spacing for mobile steps */
	.booking-step {
		padding: 20px 15px;
	}
}

/* Show booking summary on mobile */
@media only screen and (max-width: 767px) {
	.booking-summary-section {
		display: block !important;
	}

	.summary-content {
		display: block;
		align-items: center;
	}

	
	.main-footer {
		padding: 1px 0 100px 0;
	}

	.summary-detail {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}
}

/* Booking Summary Section Mobile */
@media only screen and (max-width: 767px) {
	.booking-summary-section .booking-summary h3 {
		display: none;
	}
}

/* Hide booking summary in calendar section */



/* Smaller continue button in summary */
@media only screen and (max-width: 767px) {
	.booking-summary-section #summaryContent button {
		padding: 6px 10px;
		font-size: 12px;
		min-width: 0;
	}


}

/* Hide floating summary on desktop and tablet */
@media only screen and (min-width: 768px) {
	.mobile-floating-summary {
		display: none !important;
	}

	.booking-summary-section {
		display: none !important;
	}
}

/* Step 1 Layout - Sports and Calendar together */
.step-1 {
	display: block;
}

.step-1 .sport-selection {
	margin-bottom: 40px;
}

.step-1 .booking-step {
	background: var(--white-color);
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Mobile booking flow - 3 steps */
@media only screen and (max-width: 767px) {

	/* Step 1: Sports + Calendar together */
	.step-1 {
		display: block;
	}

	/* Hide booking summary in step 1 */
	.booking-summary-section {
		display: none !important;
	}

	/* Show booking summary only in court and addons sections */
	.court-section:not([style*="display: none"])~.booking-summary-section,
	.addons-section:not([style*="display: none"])~.booking-summary-section {
		display: block !important;
	}

	/* Ensure proper step visibility */
	.step-1 .sport-selection,
	.step-1 .booking-step {
		margin-bottom: 30px;
	}

	.step-1 .booking-step {
		padding: 20px 15px;
	}

	/* Hide booking-step calendar in steps 2 and 3 */
	.court-section .booking-step .calendar-container,
	.addons-section .booking-step .calendar-container {
		display: none !important;
	}

	/* Smooth scroll behavior */
	html {
		scroll-behavior: smooth;
	}
}

/* Time slot pricing styles */
.court-time-slot .slot-price {
	font-size: 12px;
	color: var(--accent-color);
	font-weight: 500;
	margin-top: 2px;
}

.court-time-slot.selected .slot-price {
	color: var(--white-color);
}

.court-time-slot:hover .slot-price {
	color: var(--white-color);
}

/* Mobile viewport fix for browser UI hiding */
@media only screen and (max-width: 767px) {
	.booking-section.bg-section {
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}

	html {
		height: -webkit-fill-available;
	}

	body {
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
}

.btn-summary-continue {
	display: none;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	background: #28a745;
	color: var(--white-color);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.3s ease;
	text-align: center;
}

.btn-summary-continue:hover {
	background: var(--primary-color);
}

.btn-summary-continue::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 106%;
	background: var(--primary-color);
	border-radius: 12px;
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-summary-continue:hover::after {
	width: 106%;
}

.btn-back-summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--primary-color);
	border-radius: 6px;
	background: transparent;
	color: var(--primary-color);
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
	transition: all 0.3s ease;
}

.btn-back-summary i {
	font-size: 14px;
}

.btn-back-summary:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

/* Show Details button for mobile */
.btn-show-details {
	display: none;
	font-family: var(--accent-font);
	font-size: 12px;
	font-weight: 600;
	color: var(--accent-color);
	background: transparent;
	border: 1px solid var(--accent-color);
	border-radius: 8px;
	padding: 8px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-left: 10px;
}

.btn-show-details:hover {
	background: var(--accent-color);
	color: var(--white-color);
}

@media only screen and (max-width: 767px) {
	.btn-show-details {
		display: inline-block;
	}

	.btn-summary-continue {
		display: block;
		margin: 10px auto;
		width: fit-content;
	}

	.mobile-summary-details {
		display: none;
		margin-top: 15px;
		padding: 15px;
		background: var(--secondary-color);
		border-radius: 10px;
		border: 1px solid var(--divider-color);
	}

	.mobile-summary-details.show {
		display: block;
	}

	/* Disable scroll and blur background when details are open */
	body.details-open {
		overflow: hidden;
	}

	.booking-section.bg-section.blur-background {
		filter: blur(3px);
		transition: filter 0.3s ease;
	}

	/* Time slot badges styling */
	.time-slots-badges {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin-top: 10px;
	}

	.time-slot-badge {
		display: inline-block;
		background: var(--accent-color);
		color: var(--white-color);
		padding: 4px 8px;
		border-radius: 12px;
		font-size: 11px;
		font-weight: 600;
	}

	/* Addon summary item styling */
	.addon-summary-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 0;
		border-bottom: 1px solid var(--divider-color);
	}

	.addon-summary-item:last-child {
		border-bottom: none;
	}

	.addon-name {
		font-size: 14px;
		color: var(--text-color);
	}

	.addon-total {
		font-size: 14px;
		font-weight: 600;
		color: var(--accent-color);
	}
}

/* Enhanced selected sport card styling */
.sport-card.selected {
	background: var(--accent-color) !important;
	color: white !important;
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(240, 143, 14, 0.5) !important;
	border: 2px solid var(--accent-color) !important;
}

.sport-card.selected h4,
.sport-card.selected p {
	color: white !important;
}

.sport-card.selected .sport-badge {
	background: rgba(255, 255, 255, 0.2) !important;
	color: white !important;
}

.sport-card.selected .sport-icon {
	background: var(--primary-color) !important;
}