/* =================================
------------------------------------
  Photo Gallery HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/




/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #323232;
	font-weight: 400;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #898d90;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: 2px solid #000000;
	font-size: 16px;
	font-weight: 700;
	min-width: 189px;
	padding: 15px 28px;
	padding-right: 62px;
	letter-spacing: 0.08em;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	color: #323232;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../img/angle-rignt.png");
	background-repeat: no-repeat;
	background-position: right 23px top 22px;
}

.site-btn:hover {
	color: #323232;
}

.site-btn.sb-light {
	color: #fff;
	border-color: #fff;
	background-image: url("../img/angle-rignt-w.png");
}

.site-btn.sb-solid-dark {
	color: #fff;
	background-color: #323232;
	background-image: url("../img/angle-rignt-w.png");
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.main-warp {
	padding-top: 64px;
	padding-left: 0;
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.nav-switch-warp {
	display: none;
	width: 50%;
	background: #fff;
	padding-top: 17px;
	padding-left: 15px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.nav-switch {
	display: block;
	width: 40px;
	height: 31px;
	padding-top: 14px;
	position: relative;
	cursor: pointer;
}

.nav-switch .ns-bar {
	width: 30px;
	height: 3px;
	background: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-switch .ns-bar:after,
.nav-switch .ns-bar:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-switch .ns-bar:before {
	bottom: auto;
	top: 0;
}

.nav-switch:hover .ns-bar {
	width: 100%;
}

.search-moderl-form {
	padding: 0 15px;
}

.search-moderl-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 7px;
	font-size: 21px;
	top: 30px;
	cursor: pointer;
}

/*------------------
  Header section
---------------------*/

.container {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}

.header-section {
	position: fixed;
	width: 100%;
	height: 64px;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	overflow: hidden;
}

/* Mobile hamburger menu button */
.header-open {
	display: none;
	background: #fff;
	border: 2px solid #333;
	border-radius: 4px;
	padding: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1001;
}

.header-open:hover {
	background: #f8f8f8;
	border-color: #000;
	transform: scale(1.05);
}

.header-warp {
	width: 100%;
	height: 100%;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	margin: 0;
	flex-wrap: nowrap;
	transition: padding 0.3s ease, min-height 0.3s ease;
}



a.site-logo {
	color: black !important;
}

.site-logo {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
}

.text-logo {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.text-logo span {
	font-weight: bold;
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 2rem;
	--stacks: 3;
	--stack-height: calc(100% / var(--stacks) - 1px);
	--inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
	--clip-top: calc(var(--stack-height) * var(--index));
	--clip-bottom: calc(var(--stack-height) * var(--inverse-index));
	clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
	animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
	line-height: 1;
	transition: font-size 0.3s ease;
}

.text-logo span:nth-child(odd) { --glitch-translate: 8px; }
.text-logo span:nth-child(even) { --glitch-translate: -8px; }

@keyframes stack {
	0% {
		opacity: 0;
		transform: translateX(-50%);
		text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
	}
	60% {
		opacity: 0.5;
		transform: translateX(50%);
	}
	80% {
		transform: none;
		opacity: 1;
		text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
	}
	100% {
		text-shadow: none;
	}
}

@keyframes glitch {
	0% {
		text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
		transform: translate(var(--glitch-translate));
	}
	2% {
		text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
	}
	4%, 100% {  
		text-shadow: none; 
		transform: none; 
	}
}

/* Mobile adjustments for logo */
@media only screen and (max-width: 991px) {
	.text-logo span {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 576px) {
	.text-logo span {
		font-size: 1.2rem;
	}
}

.main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
}

.main-menu li {
	margin: 0 24px 0 0;
	transition: margin 0.3s ease;
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #323232;
	padding: 10px 0 6px 0;
	position: relative;
	transition: all 0.3s ease, font-size 0.3s ease, padding 0.3s ease;
}

.main-menu li a:hover {
	color: #a9a9a9;
}

.main-menu li.active a {
	color: #000;
}

.main-menu li.active a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

.social-links-warp {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.social-links {
	display: flex;
	gap: 15px;
	margin: 0;
}

.social-links a {
	font-size: 18px;
	color: #323232;
	transition: all 0.3s ease, font-size 0.3s ease, margin 0.3s ease;
}

.social-links a:hover {
	color: #a9a9a9;
	transform: translateY(-3px);
}

.social-text {
	display: none;
}

.main-warp {
	padding-top: 64px;
}

.copyright {
	position: fixed;
	height: 45px;
	width: 455px;
	left: 0;
	bottom: 0;
	background: #fff;
	padding-left: 63px;
	padding-top: 20px;
	font-size: 10px;
	font-weight: 700;
	color: #c6d7d8;
	text-transform: uppercase;
}

.page-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}

.home-page {
	height: 100%;
	position: relative;
	z-index: 10000;
}

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
	height: 100%;
}

.hero-slider .owl-nav {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: -111px;
	bottom: 0;
	z-index: 11;
	width: 222px;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	width: 111px;
	height: 88px;
	background: #fff;
}

.hero-slider .owl-nav button.owl-prev {
	background: #323232;
}

#snh-1 {
	font-size: 14px;
	font-weight: 700;
	color: #898d90;
	position: absolute;
	width: 111px;
	height: 88px;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #fff;
	padding-top: 22px;
	z-index: 999;
}

#snh-1 span {
	font-size: 30px;
	color: #323232;
}

.slider-item {
	height: 100%;
	padding-bottom: 77px;
}

.slider-item .si-text-box {
	width: 395px;
	padding: 90px 50px 100px 0;
	background: #fff;
}

.slider-item .si-text-box span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}

.slider-item .si-text-box h2 {
	margin-bottom: 30px;
	font-size: 48px;
}

.slider-item .si-text-box p {
	margin-bottom: 40px;
}

.next-slide-show {
	position: absolute;
	width: 191px;
	height: 191px;
	right: 97px;
	top: calc(50% - 111px);
	background-color: #fff;
	z-index: 111;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 35px 35px rgba(0, 0, 0, 0.64);
	box-shadow: 0 35px 35px rgba(0, 0, 0, 0.64);
}

.next-slide-show .ns-btn {
	position: absolute;
	display: block;
	text-align: center;
	width: 95px;
	height: 52px;
	left: calc(100% - 14px);
	top: calc(50% - 26px);
	font-size: 16px;
	font-weight: 700;
	color: #1b1c2e;
	padding-top: 5px;
	background-color: #fff;
	background-image: url("../img/angle-rignt.png");
	background-repeat: no-repeat;
	background-position: center bottom 13px;
}

/* ----------------
  Home page
---------------------*/

.home-page {
	background: linear-gradient(to bottom, #f7f9fb 0%, #ffffff 50%, #f7f9fb 100%);
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: calc(100vh - 64px);
	position: relative;
}

.home-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 20% 30%, rgba(211, 47, 47, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(211, 47, 47, 0.03) 0%, transparent 50%);
	pointer-events: none;
}

.home-warp {
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* Home Hero Section */
.home-hero {
	background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.12);
	padding: 80px 60px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f0f0f0;
}

.home-hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(211, 47, 47, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.hero-content {
	padding-right: 40px;
}

.hero-subtitle {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
}

.hero-content h1 {
	font-size: 52px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 40px;
	line-height: 1.1;
	position: relative;
	padding-bottom: 15px;
}

.hero-content h1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #d32f2f 0%, #b71c1c 100%);
	border-radius: 2px;
}

.hero-description {
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 40px;
	max-width: 500px;
}

.hero-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.hero-btn-primary {
	background: transparent;
	color: #d32f2f;
	border: 2px solid #d32f2f;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: all 0.3s ease;
	min-width: auto;
	background-image: none;
}

.hero-btn-primary:hover {
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	border-color: #d32f2f;
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
	transform: translateY(-2px);
}

.hero-btn-secondary {
	background: transparent;
	color: #d32f2f;
	border: 2px solid #d32f2f;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	transition: all 0.3s ease;
	min-width: auto;
	background-image: none;
}

.hero-btn-secondary:hover {
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	border-color: #d32f2f;
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
	transform: translateY(-2px);
}

.hero-image {
	position: relative;
	height: 400px;
	background: linear-gradient(135deg, #1a1a1a 0%, #d32f2f 50%, #000 100%);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		repeating-linear-gradient(
			45deg,
			transparent,
			transparent 10px,
			rgba(255,255,255,0.02) 10px,
			rgba(255,255,255,0.02) 20px
		);
	pointer-events: none;
}

.hero-stats {
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
	justify-content: center;
}

.stat-item {
	text-align: center;
	color: #fff;
	position: relative;
	padding: 20px 30px;
	background: rgba(0,0,0,0.2);
	border-radius: 8px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-5px);
	background: rgba(0,0,0,0.3);
}

.stat-number {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 5px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.stat-label {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.9;
	font-weight: 600;
}

/* Home Features Section */
.home-features {
	margin-bottom: 80px;
}

.features-header {
	text-align: center;
	margin-bottom: 60px;
}

.features-subtitle {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
}

.features-header h2 {
	font-size: 42px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 30px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}

.features-header h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #d32f2f 0%, #b71c1c 100%);
	border-radius: 2px;
}

.features-description {
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.features-grid {
	margin-top: 60px;
}

.features-grid .row {
	margin: 0 -15px;
}

.features-grid .col-lg-4,
.features-grid .col-md-6 {
	padding: 0 15px;
	margin-bottom: 30px;
}

.feature-card {
	background: #fff;
	border-radius: 8px;
	padding: 40px 30px;
	height: 100%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	text-align: center;
	border: 1px solid #f0f0f0;
}

.feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(211, 47, 47, 0.15);
	border-color: rgba(211, 47, 47, 0.2);
}

.feature-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin: 0 auto 25px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
}

.feature-card:hover .feature-icon {
	background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

.feature-content h4 {
	font-size: 22px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 15px;
	line-height: 1.3;
}

.feature-content p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.feature-highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.feature-highlights li {
	font-size: 14px;
	color: #666;
	padding: 5px 0;
	padding-left: 20px;
	position: relative;
}

.feature-highlights li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 5px;
	color: #d32f2f;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.3s ease;
}

.feature-card:hover .feature-highlights li:before {
	transform: scale(1.2);
}

/* Home About Section */
.home-about {
	background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.12);
	padding: 80px 60px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	position: relative;
}

.home-about::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(211, 47, 47, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.about-content {
	padding-right: 40px;
}

.about-subtitle {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
}

.about-content h2 {
	font-size: 42px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 35px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 15px;
}

.about-content h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #d32f2f 0%, #b71c1c 100%);
	border-radius: 2px;
}

.about-description {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 40px;
}

.about-highlights {
	margin-bottom: 40px;
}

.highlight-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}

.highlight-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
	box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
	transition: all 0.3s ease;
}

.highlight-item:hover .highlight-icon {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

.highlight-content h5 {
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 8px;
}

.highlight-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}

.about-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.btn-outline {
	background: transparent;
	color: #d32f2f;
	border: 2px solid #d32f2f;
	background-image: none;
}

.btn-outline:hover {
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);
	transform: translateY(-2px);
}

.about-image {
	position: relative;
	height: 600px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f5f5f5;
}

.about-main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	border-radius: 8px;
	display: block;
}

.experience-badge {
	display: none;
}

.badge-content,
.badge-number,
.badge-text {
	display: none;
}

/* ----------------
  About page
---------------------*/

.about-page {
	background: #f7f9fb;
	padding-top: 190px;
	height: auto;
}

.about-warp {
	max-width: 1260px;
	padding: 0 47px 105px;
	padding-left: 135px;
}

.about-text {
	padding-right: 60px;
}

.about-text span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}

.about-text h2 {
	margin-bottom: 30px;
	font-size: 48px;
}

.about-text p {
	margin-bottom: 110px;
}

.milestones {
	margin-bottom: 30px;
}

.milestones .mileston {
	display: inline-block;
	min-width: 120px;
	margin-right: 30px;
	margin-bottom: 40px;
}

.milestones .mileston:last-child {
	margin-right: 0;
}

.milestones .mileston h2 {
	font-size: 60px;
	margin-bottom: 0;
}

.milestones .mileston p {
	font-size: 16px;
	margin-bottom: 0;
}

.site-btn.about-btn {
	padding-right: 70px;
}

.about-image {
	display: inline-block;
	position: relative;
}

.about-image img {
	z-index: 2;
	position: relative;
}

.about-image:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #1b1c2e;
	left: 32px;
	top: 30px;
}

.about-banner {
	padding: 35px 20px 20px;
}

.about-banner .ab-text {
	max-width: 1165px;
	margin: 0 auto;
}

.about-banner .ab-text h2 {
	font-size: 48px;
	font-weight: 700;
	font-style: italic;
}

.about-banner .ab-text p {
	text-align: right;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
}

/* ----------------
  Gallery Page
---------------------*/

.gallery-page {
	background: #f7f9fb;
}

.gallery-item {
	width: 33.33%;
	float: left;
	position: relative;
}

.gallery-item .hover-links {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #323232;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-item .site-btn {
	min-width: 150px;
	position: relative;
	left: -20px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-item:hover .hover-links {
	opacity: 1;
}

.gallery-item:hover .site-btn {
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0.4s;
	-o-transition: all 0.2s ease 0.4s;
	transition: all 0.2s ease 0.4s;
}

.portfolio-filter {
	position: sticky;
	top: 64px;
	z-index: 100;
	background-color: white;
	padding: 15px 0;
	margin: 0;
	display: flex;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border-bottom: 1px solid #f0f0f0;
}

.portfolio-filter li {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	margin-right: 65px;
	cursor: pointer;
	padding: 10px 0;
	transition: color 0.2s ease-in, transform 0.2s ease-in; /* Combine transition properties */
}

.portfolio-filter li:hover {
	color: #323232;
	transition: 0.2s;
	transition-timing-function: ease-in;
	transform: translateY(10%);
}

.portfolio-filter li:last-child {
	margin-right: 0;
}

.portfolio-filter li.active {
	color: #323232;
}

/* --------------------
  Gallery single page
-----------------------*/

.gallery-single-page {
	padding-top: 90px;
	background: #f7f9fb;
	height: auto;
}

.gallery-single-warp {
	padding: 0 15px;
}

.gallery-single-slider .owl-nav {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: -111px;
	bottom: 0;
	z-index: 11;
	width: 222px;
}

.gallery-single-slider .owl-nav button.owl-next,
.gallery-single-slider .owl-nav button.owl-prev {
	width: 111px;
	height: 88px;
	background: #323232;
}

.gallery-single-slider .owl-nav button.owl-prev {
	background: #fff;
}

.gallery-single-text {
	padding: 75px 70px 0 80px;
}

.gallery-single-text span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}

.gallery-single-text h2 {
	margin-bottom: 30px;
	font-size: 48px;
}

.gallery-single-text p {
	margin-bottom: 40px;
}

.gallery-single-text ul {
	list-style: none;
	margin-bottom: 50px;
}

.gallery-single-text ul li {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}

.gallery-single-text ul li span {
	font-size: 24px;
	color: #323232;
	text-transform: inherit;
	font-weight: 400;
	letter-spacing: normal;
	width: 140px;
	display: inline-block;
}

/* ----------------
  Blog page
---------------------*/

.blog-page {
	background: #f7f9fb;
	padding-top: 90px;
	padding-left: 86px;
	padding-right: 77px;
	height: 100%;
	overflow: hidden;
}

.blog-warp {
	padding-right: 113px;
	height: 100%;
}

.blog-track {
	padding-bottom: 70px;
}

.blog-post {
	padding-bottom: 70px;
}

.blog-post .blog-thumb {
	height: 477px;
	margin-bottom: 25px;
}

.blog-post .post-date {
	display: inline-block;
	width: 89px;
	text-align: center;
	background: #f7f9fb;
	padding: 14px 0;
}

.blog-post .post-date h3 {
	font-size: 48px;
	font-weight: 700;
	line-height: 35px;
}

.blog-post .post-date span {
	font-size: 11px;
	font-weight: 700;
	color: #898d90;
}

.blog-post .post-title {
	font-size: 48px;
	margin-bottom: 20px;
}

.blog-post .post-metas {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #898d90;
	margin-bottom: 35px;
}

.blog-post .post-metas .post-meta {
	display: inline-block;
	padding-right: 29px;
	padding-left: 25px;
}

.blog-post .post-metas .post-meta:first-child {
	padding-left: 0;
}

.blog-post p {
	margin-bottom: 0;
}

/* ----------------
  Services page
---------------------*/

.services-page {
	background: linear-gradient(to bottom, #f7f9fb 0%, #ffffff 50%, #f7f9fb 100%);
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: calc(100vh - 64px);
	position: relative;
}

.services-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle at 20% 30%, rgba(211, 47, 47, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(211, 47, 47, 0.03) 0%, transparent 50%);
	pointer-events: none;
}

.services-warp {
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* Services Hero Section */
.services-hero {
	text-align: center;
	padding: 60px 20px 80px;
	background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.12);
	margin-bottom: 60px;
	border: 1px solid #f0f0f0;
	position: relative;
}

.services-hero::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(211, 47, 47, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.services-subtitle {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
}

.services-hero h2 {
	font-size: 48px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 30px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}

.services-hero h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(90deg, #d32f2f 0%, #b71c1c 100%);
	border-radius: 2px;
}

.services-description {
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Services Grid */
.services-grid {
	margin-top: 60px;
}

.services-grid .row {
	margin: 0 -15px;
}

.services-grid .col-lg-6,
.services-grid .col-lg-12 {
	padding: 0 15px;
	margin-bottom: 30px;
}

/* Service Cards */
.service-card {
	background: #fff;
	border-radius: 8px;
	padding: 40px 30px;
	height: 100%;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid #f0f0f0;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(211, 47, 47, 0.15);
	border-color: rgba(211, 47, 47, 0.2);
}

.service-card-wide {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 30px 40px;
}

.service-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 25px;
	flex-shrink: 0;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
}

.service-card:hover .service-icon {
	background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

.service-card-wide .service-icon {
	margin-bottom: 0;
	margin-right: 30px;
}

.service-content {
	flex: 1;
}

.service-content h4 {
	font-size: 22px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 15px;
	line-height: 1.3;
}

.service-content p {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 20px;
}

.service-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-features li {
	font-size: 14px;
	color: #666;
	padding: 8px 0;
	padding-left: 25px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.service-features li:last-child {
	border-bottom: none;
}

.service-features li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 8px;
	color: #d32f2f;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.3s ease;
}

.service-card:hover .service-features li:before {
	transform: scale(1.2);
}

.service-features-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.service-features-inline li {
	border-bottom: none;
	padding: 0;
	padding-left: 25px;
	flex: 1;
	min-width: 200px;
}

/* ----------------
  Contact page
---------------------*/

.contact-page {
	background: #f7f9fb;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: calc(100vh - 64px);
}

.contact-warp {
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page .row {
	margin: 0;
	min-height: 600px;
}

/* Contact Info Section */
.contact-info-section {
	background: #fff;
	padding: 60px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	border-radius: 8px 0 0 8px;
}

.contact-header {
	margin-bottom: 50px;
}

.contact-subtitle {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
}

.contact-header h2 {
	font-size: 42px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 20px;
	line-height: 1.2;
}

.contact-description {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
}

.contact-details {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.contact-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
	box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
	transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

.contact-content h4 {
	font-size: 18px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 5px;
}

.contact-content p {
	font-size: 15px;
	color: #666;
	margin: 0;
}

.contact-content a {
	color: #666;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-content a:hover {
	color: #323232;
}

/* Contact Form Section */
.contact-form-section {
	background: #323232;
	padding: 60px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 8px 8px 0;
}

.contact-form-header {
	margin-bottom: 40px;
}

.contact-form-header h3 {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.contact-form-header p {
	font-size: 15px;
	color: #ccc;
	margin: 0;
	line-height: 1.5;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.form-group {
	position: relative;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid transparent;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	transition: all 0.3s ease;
	font-family: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #ccc;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	outline: none;
	border-color: #fff;
	background: rgba(255,255,255,0.15);
}

.contact-form select {
	cursor: pointer;
	color: #ccc;
}

.contact-form select option {
	background: #323232;
	color: #fff;
}

.contact-form textarea {
	resize: vertical;
	min-height: 120px;
}

.contact-submit-btn {
	background: #fff;
	color: #323232;
	border: 2px solid #fff;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	align-self: flex-start;
	min-width: auto;
	background-image: none;
}

.contact-submit-btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

/* ----------------
  Elements page
---------------------*/

.elements-page {
	padding: 200px 110px 0 85px;
	background: #f7f9fb;
	height: auto;
}

.elements-warp {
	padding: 0 15px;
}

.element {
	margin-bottom: 105px;
}

.element:last-child {
	margin-bottom: 0;
}

.el-title {
	font-size: 48px;
	margin-bottom: 40px;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 18px;
}

.accordion-area .panel-header {
	display: block;
	font-weight: 600;
	position: relative;
	border: 2px solid #000000;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-header.active .panel-link {
	color: #fff;
	background-color: #323232;
}

.accordion-area .panel-header.active .panel-link.collapsed {
	color: #323232;
	background-color: transparent;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	right: 25px;
	top: 50%;
	color: #000;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

.accordion-area .panel-header.active .panel-link:after {
	content: "-";
	margin-top: -10px;
	color: #fff;
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
	content: "+";
	color: #323232;
}

.accordion-area .panel-link {
	text-align: left;
	background-color: transparent;
	border: none;
	position: relative;
	width: 100%;
	padding: 15px 40px;
	padding-left: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #323232;
	font-weight: 700;
	cursor: pointer;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 30px;
	line-height: 1.9;
}

.accordion-area .panel-body {
	padding: 0 5px;
}

/*===  Tab  ===*/

.tab-element .nav-tabs {
	border-bottom: none;
	margin-bottom: 25px;
}

.tab-element .nav-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-link {
	border: 2px solid #000;
	text-align: left;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	width: 100%;
	padding: 15px 37px;
	font-size: 16px;
	text-transform: uppercase;
	color: #323232;
	font-weight: 700;
	cursor: pointer;
}

.tab-element .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #323232;
	color: #fff;
}

.tab-element .tab-pane p {
	margin-bottom: 0;
	line-height: 1.9;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -35px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
	line-height: 1;
	font-family: 'Futura LT Bold', sans-serif;
}

.circle-progress .progress-info p {
	margin-bottom: 0;
	line-height: 1;
}

.icon-box {
	margin-bottom: 40px;
}

.icon-box .ib-icon {
	font-size: 60px;
	font-weight: 700;
	color: #323232;
	width: 85px;
	float: left;
	margin-right: 10px;
}

.icon-box .ib-title span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}

.icon-box .ib-title h2 {
	margin-bottom: 30px;
	font-size: 48px;
	line-height: 1;
}

.element .icon-box {
	padding-right: 40px;
}

/* ----------------
  Responsive
---------------------*/

@media (max-width: 1770px) {
	.gallery-single-slider {
		margin-bottom: 50px;
	}
	.gallery-single-slider .owl-nav {
		position: relative;
		left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-top: -44px;
	}
}

@media (max-width: 1350px) {
	.about-warp {
		padding-left: 30px;
		padding-right: 60px;
	}
	.about-text {
		padding-right: 0;
	}
	.gallery-single-text {
		padding: 0 30px;
	}
	.contact-info-section,
	.contact-form-section {
		padding: 40px 30px;
		border-radius: 8px;
		margin-bottom: 30px;
	}
	
	.contact-info-section {
		border-radius: 8px 8px 0 0;
	}
	
	.contact-form-section {
		border-radius: 0 0 8px 8px;
	}
	
	.services-hero {
		padding: 50px 20px 60px;
	}
	
	.service-card {
		padding: 35px 25px;
	}
	
	.home-hero,
	.home-about {
		padding: 60px 40px;
	}
	
	.hero-content h1 {
		font-size: 42px;
	}
	
	.features-header h2,
	.about-content h2 {
		font-size: 36px;
	}
	
	.hero-stats {
		gap: 30px;
	}
	.map-warp {
		padding-left: 0;
	}
	.map-warp iframe {
		height: 600px;
	}
	.elements-page {
		padding: 200px 40px 0;
	}
	.element .icon-box {
		padding-right: 0px;
	}
}

/* Extra Large Desktop : 1400px. */

@media only screen and (min-width: 1400px) {
	.header-warp {
		padding: 0 40px;
		justify-content: space-between;
		align-items: center;
	}
	.site-logo {
		flex-shrink: 0;
	}
	.main-menu {
		flex: 1;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.main-menu li {
		margin: 0 32px 0 0;
		flex-shrink: 0;
	}
	.main-menu li a {
		white-space: nowrap;
	}
	.social-links-warp {
		flex-shrink: 0;
	}
	.social-links {
		gap: 20px;
		display: flex;
		align-items: center;
	}
	.social-links a {
		flex-shrink: 0;
	}
	.text-logo span {
		font-size: 2.2rem;
	}
}

/* Large Desktop : 1200px. */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header-warp {
		padding: 0 32px;
		justify-content: space-between;
		align-items: center;
	}
	.site-logo {
		flex-shrink: 0;
	}
	.main-menu {
		flex: 1;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.main-menu li {
		margin: 0 28px 0 0;
		flex-shrink: 0;
	}
	.main-menu li a {
		white-space: nowrap;
	}
	.social-links-warp {
		flex-shrink: 0;
	}
	.social-links {
		display: flex;
		align-items: center;
	}
	.social-links a {
		flex-shrink: 0;
	}
	.text-logo span {
		font-size: 2rem;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* Header responsiveness for medium screens - clean layout */
	.header-warp {
		padding: 0 18px;
		justify-content: space-around;
		align-items: center;
	}
	.site-logo {
		flex-shrink: 0;
		margin-right: 15px;
	}
	.main-menu {
		flex: 1;
		justify-content: center;
		max-width: 550px;
		display: flex;
		align-items: center;
	}
	.main-menu li {
		margin: 0 14px 0 0;
		flex-shrink: 0;
	}
	.main-menu li a {
		font-size: 15px;
		padding: 11px 0 7px 0;
		white-space: nowrap;
	}
	.social-links-warp {
		flex-shrink: 0;
	}
	.text-logo span {
		font-size: 1.9rem;
	}
	.social-links {
		gap: 14px;
		display: flex;
		align-items: center;
	}
	.social-links a {
		font-size: 17px;
		flex-shrink: 0;
	}
	.about-image {
		margin-bottom: 0;
		margin-left: 0;
		height: 500px;
	}
	
	.about-main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.gallery-single-slider {
		padding: 50px 40px 0;
	}
	.gallery-single-text {
		padding: 75px 50px 0;
	}
	.gallery-item {
		width: 50%;
	}
	.blog-post .blog-thumb {
		height: 300px;
	}
	.contact-info-section,
	.contact-form-section {
		padding: 35px 25px;
	}
	
	.contact-header h2 {
		font-size: 32px;
	}
	
	.contact-form-header h3 {
		font-size: 24px;
	}
	
	.services-hero h2 {
		font-size: 38px;
	}
	
	.service-card {
		padding: 30px 20px;
	}
	
	.service-card-wide {
		padding: 25px 30px;
		flex-direction: column;
		text-align: center;
	}
	
	.service-card-wide .service-icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Tablet navbar improvements - social icons below logo */
	.header-warp {
		padding: 15px 50px; /* Extra padding for hamburger */
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 64px;
		height: auto;
	}
	.site-logo {
		flex: 0 0 auto;
		margin: 0 auto 8px auto; /* Center logo with bottom margin */
		flex-shrink: 0;
		position: relative;
		z-index: 10;
		order: 1;
	}
	.main-menu {
		flex: 1;
		justify-content: center;
		max-width: 500px;
		display: flex;
		align-items: center;
	}
	.main-menu li {
		margin: 0 12px 0 0;
		flex-shrink: 0;
	}
	.main-menu li a {
		font-size: 14px;
		padding: 12px 0 8px 0;
		white-space: nowrap;
	}
	.social-links-warp {
		flex-shrink: 0;
		order: 2; /* Ensure social icons appear after logo */
		justify-content: center; /* Center the social icons */
	}
	.social-links {
		gap: 12px;
		display: flex;
		align-items: center;
	}
	.social-links a {
		font-size: 16px;
		flex-shrink: 0;
	}
	.text-logo span {
		font-size: 1.8rem;
	}

	.spacial-controls {
		width: 200px;
		height: 85px;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.spacial-controls .search-switch {
		width: 50%;
	}
	.nav-switch-warp {
		display: block;
		padding-top: 25px;
		padding-left: 30px;
	}
	/* Modern mobile menu - hamburger button */
	.header-open {
		display: block;
		position: fixed;
		top: 20px;
		left: 20px;
		background: #fff;
		border: 2px solid #333;
		border-radius: 4px;
		padding: 8px;
		cursor: pointer;
		z-index: 1001;
		transition: all 0.3s ease;
	}
	.header-open:hover {
		background: #f8f8f8;
		border-color: #000;
	}
	.main-warp {
		padding-left: 0;
	}
	.home-page {
		z-index: 1;
	}
	.next-slide-show {
		display: none;
	}
	.slider-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider-item .si-text-box {
		width: 495px;
		padding: 90px 30px 100px;
		text-align: center;
	}
	.hero-slider .owl-nav {
		left: 0;
	}
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
		width: 90px;
		height: 60px;
	}
	.about-image {
		margin-bottom: 0;
		margin-left: 0;
		height: 500px;
	}
	
	.about-main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.gallery-single-slider {
		padding: 50px 40px 0;
	}
	.gallery-single-text {
		padding: 75px 50px 0;
	}
	.portfolio-filter li {
		margin-right: 30px;
	}
	.gallery-item {
		width: 50%;
	}
	.blog-warp {
		padding-right: 50px;
	}
	.blog-post .blog-thumb {
		height: 300px;
	}
	.contact-info-section,
	.contact-form-section {
		padding: 40px 30px;
	}
	
	.services-hero {
		padding: 40px 15px 50px;
	}
	
	.services-hero h2 {
		font-size: 36px;
	}
	
	.service-card {
		padding: 30px 25px;
	}
	
	.home-hero,
	.home-about {
		padding: 50px 30px;
	}
	
	.hero-content {
		padding-right: 0;
		margin-bottom: 40px;
	}
	
	.about-content {
		padding-right: 0;
		margin-bottom: 40px;
	}
	
	.about-image {
		height: 500px;
		margin-top: 0;
	}
	
	.about-main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	
	.hero-content h1 {
		font-size: 38px;
	}
	
	.hero-image {
		margin-top: 40px;
		height: 350px;
	}
	
	.features-header h2,
	.about-content h2 {
		font-size: 34px;
	}
}

/* Large Mobile :480px. */

/* Small Tablet : 576px to 767px */

@media only screen and (min-width: 576px) and (max-width: 767px) {
	/* Small tablet navbar improvements - social icons below logo */
	.header-warp {
		padding: 15px 50px; /* Extra padding for hamburger */
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 64px;
		height: auto;
	}
	
	/* About section improvements */
	.home-about .row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.about-image {
		margin-bottom: 30px;
		height: 380px;
	}
	.site-logo {
		flex-shrink: 0;
		margin: 0 auto 8px auto; /* Center logo with bottom margin for spacing */
		position: relative;
		z-index: 10;
		order: 1; /* Ensure logo appears first */
	}
	.main-menu {
		flex: 1;
		justify-content: center;
		max-width: 450px;
		display: flex;
		align-items: center;
	}
	.main-menu li {
		margin: 0 10px 0 0;
		flex-shrink: 0;
	}
	.main-menu li a {
		font-size: 13px;
		padding: 14px 0 10px 0;
		white-space: nowrap;
	}
	.social-links-warp {
		flex-shrink: 0;
		order: 2; /* Ensure social icons appear after logo */
		justify-content: center; /* Center the social icons */
	}
	.text-logo span {
		font-size: 1.6rem;
	}
	.social-links {
		gap: 10px;
		display: flex;
		align-items: center;
	}
	.social-links a {
		font-size: 15px;
		flex-shrink: 0;
	}
}

/* Extra Small Mobile : < 576px */

@media only screen and (max-width: 575px) {
	/* Very small mobile navbar improvements */
	.header-warp {
		padding: 0 8px;
		min-height: 64px;
	}
	.text-logo span {
		font-size: 1.2rem;
	}
	.header-open {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1002;
	}
	.social-links a {
		margin-right: 12px;
		font-size: 13px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.spacial-controls {
		width: 150px;
		height: 65px;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.spacial-controls .search-switch {
		width: 50%;
		padding-top: 18px;
	}
	/* Modern mobile hamburger menu */
	.header-open {
		display: block;
		position: fixed;
		top: 15px;
		left: 15px;
		background: #fff;
		border: 2px solid #333;
		border-radius: 4px;
		padding: 6px;
		cursor: pointer;
		z-index: 1001;
		transition: all 0.3s ease;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}
	.header-open:hover {
		background: #f8f8f8;
		border-color: #000;
		transform: scale(1.05);
	}
	/* Mobile navbar improvements */
	.header-warp {
		padding: 0 10px;
		margin-bottom: 50px;
		min-height: 64px;
	}
	.text-logo span {
		font-size: 1.4rem;
	}
	.social-links {
		width: auto;
	}
	.social-links a {
		display: inline-block;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-right: 12px;
		font-size: 14px;
		flex-shrink: 0;
	}
	.social-text {
		display: none;
	}
	.main-warp {
		padding-left: 0;
	}
	.home-page {
		z-index: 1;
	}
	.next-slide-show {
		display: none;
	}
	.slider-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider-item .si-text-box {
		width: 495px;
		padding: 90px 30px 100px;
		text-align: center;
	}
	.hero-slider .owl-nav {
		left: 0;
	}
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
		width: 90px;
		height: 60px;
	}
	.slider-item .si-text-box {
		width: 490px;
		padding: 90px 30px 100px;
		text-align: center;
	}
	.about-image {
		margin-bottom: 0;
		margin-left: 0;
		height: 380px;
	}
	
	.about-main-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.gallery-single-slider {
		padding: 50px 40px 0;
	}
	.gallery-single-text {
		padding: 75px 50px 0;
	}
	.portfolio-filter {
		padding: 10px 0 10px 60px;
	}
	.portfolio-filter li {
		margin-right: 20px;
		font-size: 10px;
		padding: 5px 0;
		transition: color 0.2s ease-in, transform 0.2s ease-in;
	}
	.portfolio-filter li:hover {
		transform: translateY(5%);
	}
	.gallery-item {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 15px;
	}
	.blog-page {
		padding: 100px 50px 0;
	}
	.blog-warp {
		padding-right: 20px;
	}
	.blog-post .blog-thumb {
		height: 300px;
	}
	.contact-info-section,
	.contact-form-section {
		padding: 30px 20px;
	}
	
	.contact-header h2 {
		font-size: 28px;
	}
	
	.contact-form-header h3 {
		font-size: 22px;
	}
	
	.services-hero {
		padding: 30px 15px 40px;
		margin-bottom: 40px;
	}
	
	.services-hero h2 {
		font-size: 28px;
	}
	
	.services-description {
		font-size: 16px;
	}
	
	.service-card {
		padding: 25px 20px;
		margin-bottom: 20px;
	}
	
	.service-card-wide {
		padding: 20px;
	}
	
	.service-icon {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}
	
	.service-content h4 {
		font-size: 20px;
	}
	
	.service-features-inline {
		flex-direction: column;
		gap: 15px;
	}
	
	.service-features-inline li {
		min-width: auto;
	}
	
	.home-hero,
	.home-about {
		padding: 40px 20px;
		margin-bottom: 50px;
	}
	
	.hero-content h1 {
		font-size: 32px;
	}
	
	.hero-content h1::after,
	.features-header h2::after,
	.about-content h2::after {
		width: 60px;
		height: 3px;
	}
	
	.about-image {
		height: 400px;
		margin-bottom: 0;
		border-radius: 8px;
	}
	
	.about-main-image {
		object-fit: cover;
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}
	
	.stat-item {
		padding: 10px 15px;
	}
	
	.about-content {
		margin-bottom: 40px;
	}
	
	.hero-image {
		height: 300px;
		margin-top: 30px;
	}
	
	.hero-description {
		font-size: 16px;
		max-width: none;
	}
	
	.features-header h2,
	.about-content h2 {
		font-size: 28px;
	}
	
	.features-description {
		font-size: 16px;
	}
	
	.feature-card {
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	
	.feature-icon {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}
	
	.hero-buttons,
	.about-buttons {
		flex-direction: column;
		gap: 15px;
	}
	
	.hero-btn-primary,
	.hero-btn-secondary,
	.btn-outline {
		text-align: center;
		width: 100%;
		display: block;
	}
	
	.site-btn {
		width: 100%;
		text-align: center;
		padding: 15px 20px;
		background-position: right 15px top 18px;
	}
	
	.hero-stats {
		gap: 15px;
		margin-top: 30px;
	}
	
	.stat-item {
		padding: 15px 20px;
	}
	
	.stat-number {
		font-size: 28px;
	}
	
	.about-image {
		height: 450px;
		margin-bottom: 0;
	}
	
	.about-main-image {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	
	.highlight-item {
		margin-bottom: 25px;
	}
	
	.highlight-icon {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}
	
	.about-image {
		height: 350px;
		margin-top: 30px;
	}
	
	.hero-image {
		height: 250px;
	}
	.search-moderl-form input {
		width: 100%;
	}
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.slider-item .si-text-box {
		width: 470px;
	}
}

/* Specific rule for 767px breakpoint */
@media only screen and (max-width: 767px) {
	.gallery-item {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 15px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.slider-item {
		padding: 0 15px;
	}
	.slider-item .si-text-box {
		width: 100%;
		padding: 10px 30px 20px;
	}
	.slider-item .si-text-box h2 {
		margin-bottom: 10px;
		font-size: 38px;
	}
	.slider-item .si-text-box p {
		margin-bottom: 10px;
	}
	#snh-1 {
		display: none;
	}
	.gallery-item {
		width: 100%;
	}
	.blog-page {
		padding: 100px 15px 0;
	}
	
	/* About image adjustments for very small screens */
	.about-image {
		height: 300px;
	}
	
	.hero-content h1 {
		font-size: 28px;
	}
	
	.features-header h2,
	.about-content h2 {
		font-size: 24px;
	}
	
	.hero-image {
		height: 200px;
	}
}

/* Mobile menu styles */
@media only screen and (max-width: 991px) {
	.header-section {
		height: 64px !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		overflow: hidden;
	}

	.header-warp {
		flex-direction: column;
		padding: 15px 60px; /* Extra padding for hamburger */
		position: relative;
		background: #fff;
		min-height: 64px;
		height: auto;
		align-items: center;
		justify-content: center;
	}

	.site-logo {
		flex-shrink: 0;
		margin: 0 auto 0px auto; /* Center logo with bottom margin */
		position: relative;
		z-index: 10;
		order: 1;
	}

	.social-links-warp {
		flex-shrink: 0;
		order: 2; /* Ensure social icons appear after logo */
		justify-content: center; /* Center the social icons */
	}

	/* Hide main menu in normal state, show only when active */
	.main-menu {
		display: none;
	}

	.text-logo span {
		font-size: 1.5rem;
	}

	.main-menu {
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		flex-direction: column;
		position: fixed;
		top: 64px; /* Height of header */
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		z-index: 9998;
		max-height: calc(100vh - 64px);
		overflow-y: auto;
	}

	.header-section.active .main-menu {
		display: flex;
	}

	.main-menu li {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.main-menu li a {
		padding: 15px;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}

	.main-menu li:last-child a {
		border-bottom: none;
	}

	.main-menu li.active a:after {
		display: none;
	}

	.social-links-warp {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.header-section.active .social-links-warp {
		display: flex;
		position: relative;
		z-index: 9998;
	}

	.header-open {
		display: flex;
		position: absolute;
		top: 15px;
		left: 15px;
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 4px;
		cursor: pointer;
		z-index: 10000;
		transition: all 0.3s ease;
	}

	/* Menu Backdrop */
	.menu-backdrop {
		display: none;
		position: fixed;
		top: 64px; /* Height of header */
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		z-index: 9997;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.header-section.active + .menu-backdrop {
		display: block;
		opacity: 1;
	}

	/* Prevent body scroll when menu is open */
	body.menu-open {
		overflow: hidden;
	}

	/* Hero section mobile styles */
	.home-hero .row.align-items-center {
		display: flex;
		flex-direction: column;
	}
	
	.home-hero .col-lg-6 {
		width: 100%;
	}
	
	.hero-content {
		margin-bottom: 30px;
		padding-right: 0;
	}
	
	.hero-image {
		margin-top: 0;
	}
	
	.home-page .row.align-items-center {
		min-height: auto;
		margin: 0 -15px 30px;
		border-radius: 0;
	}

	.home-page .col-md-7 {
		padding: 30px 20px;
		border-radius: 0;
	}

	/* Features section mobile styles */
	.home-page .row.text-center .col-md-4 {
		padding: 0 15px;
	}

	.home-page .row.text-center .col-md-4 .p-4 {
		margin-bottom: 20px;
	}

	/* About section mobile styles */
	.home-about .row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.home-about .col-lg-6 {
		width: 100%;
	}
	
	.about-image {
		margin-bottom: 40px;
	}
	
	.home-text {
		padding: 30px 15px;
	}

	.home-text h2 {
		font-size: 32px;
	}

	.home-text p {
		font-size: 16px;
		line-height: 1.6;
	}
}

/* Small mobile devices */
@media only screen and (max-width: 576px) {
	.header-section {
		height: 64px !important;
		overflow: hidden;
	}

	.header-warp {
		padding: 10px 15px;
	}

	.text-logo span {
		font-size: 1.2rem;
	}

	.header-open {
		width: 35px;
		height: 35px;
		top: 12px;
		left: 12px;
	}

	.main-warp {
		padding-top: 70px;
	}

	.home-page .col-md-7 h1 {
		font-size: 24px;
	}

	.home-page .col-md-7 p.lead {
		font-size: 16px;
	}

	.home-text h2 {
		font-size: 28px;
	}
}

/* Add smooth transitions */
.header-section,
.main-menu,
.social-links-warp {
	transition: all 0.3s ease-in-out;
}

/* Improve mobile menu button */
.header-open i {
	font-size: 20px;
	transition: transform 0.3s ease;
}

.header-section.active .header-open i {
	transform: rotate(90deg);
}

/* Add backdrop when menu is open */
.menu-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.header-section.active + .menu-backdrop {
	display: block;
	opacity: 1;
}
