body {
	font: 16px/26px "Open Sans", sans-serif;
	color: #000;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

#wrapper {
	position: relative;
	width: 100%;
	padding: 12px 30px 25px 30px;
	overflow-x: hidden;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.navbar {
	margin-bottom: 0;
	padding-bottom: 0;
}

#header .nav-align {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .nav-align .navbar {
	padding-right: 0;
}

#header .nav-align .navbar .navbar-nav .nav-item {
	margin: 0 12px;
}

#header .nav-align .navbar .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 700;
	color: #0b2138;
}

#header .nav-align .navbar .navbar-nav .nav-link:hover,
#header .nav-align .navbar .navbar-nav .nav-link.active {
	color: #e10419;
}

.close-toggler {
	display: none;
}

/* header right actions (cart, account, phone) */
.header-actions {
	gap: 18px;
	margin-left: 15px;
	background-color: #e10419;
	max-width: 500px;
	width: auto;
	border-top-left-radius: 100px;
	border-top-right-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: white;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
	padding: 14px 24px;
	flex-shrink: 0;
}

.cart-link {
	color: #007c96;
	font-size: 24px;
	text-decoration: none;
	margin-right: 12px;
	border-left: 1px solid #dbdbdb;
	padding-left: 25px;
}

.cart-link .cart-count {
	position: absolute;
	top: -11px;
	right: -11px;
	background: #00c9d9;
	color: #fff;
	font-size: 11px;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-account {
	border-radius: 999px;
	padding: 10px 24px;
	border: none;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.btn-account:hover {
	color: #fff;
	background: #e10419;
	background: linear-gradient(270deg, rgba(13, 164, 175, 1) 0%, rgba(8, 68, 98, 1) 100%);
}

.header-phone .phone-label {
	font-size: 11px;
	color: #fff;
	line-height: 1.2;
}

.header-phone .phone-number {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.header-phone .phone-number:hover {
	color: #00c9d9;
}

/* responsive tweaks */
@media (max-width: 1199.98px) {
	.header-actions {
		padding: 12px 20px;
		gap: 14px;
	}

	.header-phone .phone-number {
		font-size: 17px;
	}
}

@media (max-width: 991.98px) {
	#wrapper {
		padding: 12px 16px 20px 16px;
	}

	#header .nav-align {
		justify-content: flex-end !important;
	}

	.header-actions {
		margin-top: 8px;
	}
}


.heading {
	text-align: center;
	margin: 0 0 46px;
}

.heading .title {
	display: block;
	color: #e10419;
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}

.heading h2 {
	margin: 0;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	color: #08405f;
	font-family: "Montserrat", sans-serif;
}

.heading h2 span {
	display: block;
}





.clientlogos {
	padding: 20px 0;
	background: #fff;
	border-radius: 30px;
	margin-top: -40px;
	z-index: 99;
	position: relative;
	text-align: center;
}

.clients-heading:before,
.clients-heading:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 35%;
	height: 3px;
	background: #2d4d3a;
}

.clients-heading:before {
	left: 0;
}

.clients-heading:after {
	right: 0;
}

.owl-carousel .item {
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.owl-carousel .item img {
	max-height: 90px;
	width: auto;
	object-fit: contain;
	transition: 0.3s;
}

.owl-carousel .item img:hover {
	opacity: 1;
	transform: scale(1.05);
}

.service-card:hover {
	background: #e10419;
}

.sliderbanner {
	position: relative;
}

.sliderbanner:before {
	content: "";
	background: #f00;
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: -135px;
	border-radius: 0 0 100px 100px;
}



/*********************************************
	About Area
**********************************************/
.about-area {
	padding: 80px 0 60px 0;
}

.about-area p {
	font-size: 16px;
	line-height: 30px;
	color: #08405f;
	border-left: 5px solid #e10419;
	padding-left: 25px;
}

.about-area .img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.holder p {
	margin-bottom: 34px;
}

.holder .heading {
	text-align: left;
	margin: 0 0 22px;
}

.holder h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}


.about-area .feature-list {
	list-style: none;
	margin-bottom: 40px;
	padding: 0;
}

.about-area .feature-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #222;
	font-weight: 500;
}

.about-area .feature-list li i {
	color: #e10419;
	font-size: 16px;
}









/* primary CTA button: "Start Your Upgrade" */
.btn-area {
	margin-top: 10px;
}

.btn-area .btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 32px;
	border-radius: 999px;
	background: #e10419;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	border: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-area .btn-primary .ico i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.btn-area a:hover {
	color: #fff;
	background: #000;
}

.btn-area .btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.btn-area a:hover i {
	transform: translateX(4px);
}


/*********************************************
	Custom slider options
**********************************************/
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}

.tp-banner {
	position: relative;
	width: 100%;
}

.tp-caption {
	line-height: normal !important
}

.tp-caption a {
	color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}

.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}

.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
}



.tp-arr-iwrapper {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: FontAwesome;
	line-height: 50px;
}

.tp-leftarrow .tp-arr-iwrapper {}

.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
	background: #e10419;
	border-radius: 50%;
}



.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}

.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}

.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}

.large-desc {
	font-size: 16px;
}

.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}

.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}

.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}

.slide-desc {
	font-size: 22px;
	line-height: 150%;
}

.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}

.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}

.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}

.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}

.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}

.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}

.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}

.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}

.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}

.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}

.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}

.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}

.witTxt {
	color: #fff !important;
}

.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}

.black-bg {
	background: rgba(0, 0, 0, .63);
	color: #a8a8a8;
	text-transform: none;
}

.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}

.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}

#vertical-ticker {
	height: 120px;
	overflow: hidden;
}

#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}

.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}



.slidertext1 {
	color: #fff;
	font-size: 80px;
	line-height: 1.1em !important;
	padding: 15px 0;
	font-weight: 700 !important;
	text-transform: none !important;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}

.slidertext1 span {
	color: #fff;
	display: block;
}

.slidertext2 {
	color: #fff;
	font-size: 20px;
	font-weight: 400 !important;
	padding: 15px 0;
	text-transform: inherit !important;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	line-height: 1.5em !important;
}

.slidertext3 span {
	display: block;
	margin-top: 12px;
}

.slidertext2 span {
	display: block;
}

.slidertext4 a {
	color: #000 !important;
	font-size: 20px;
	border-radius: 60px;
	box-shadow: 0px 11px 19px rgb(0 0 0 / 10%);
	font-weight: 700;
	padding: 15px 40px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none !important;
	text-align: left;
	background: #fff;
}

.slidertext4 a:hover {
	background: #e10419;
	color: #fff !important;
}

.telebtn {
	color: #fff !important;
	font-size: 16px !important;
	border-radius: 60px;
	box-shadow: 0px 11px 19px rgb(0 0 0 / 10%);
	font-weight: 600;
	padding: 11px 30px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none !important;
	text-align: left;
	background: rgb(255 255 255 / 35%);
	border: 1px solid #fff !important;
}

a.slidebtn {
	background: #e76ba9;
	color: #fff !important;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: normal !important;
	text-transform: none !important;
	display: inline-block;
	font-family: 'Kanit', sans-serif;
}

a.slidebtn i {
	margin-left: 10px;
}

.slidertext5 a {
	border: none;
	background: #c00a27;
	padding: 20px 50px;
}

.slidertext5 a:hover {
	background: #ffc501;
	color: #000 !important;
}




/* Slider responsive text sizing */
@media (max-width: 1199.98px) {
	.slidertext1 {
		font-size: 64px;
		line-height: 70px !important;
	}

	.slidertext1,
	.slidertext2,
	.slidertext4,
	.telebtn {
		margin-left: 60px !important;
	}

	.sliderbanner {
		height: auto !important;
	}
}

@media (max-width: 991.98px) {
	.slidertext1 {
		font-size: 48px !important;
		line-height: 52px !important;
	}

	.slidertext2,
	.slidertext2 span {
		font-size: 15px !important;
		line-height: 24px !important;
	}
}

@media (max-width: 767.98px) {
	.slidertext1 {
		font-size: 30px !important;
		line-height: 1.15em !important;
	}

	.slidertext2,
	.slidertext2 span {
		font-size: 12px !important;
		line-height: 20px !important;
	}

	.slidertext4 a {
		font-size: 16px;
		padding: 10px 26px;
	}
}

@media (max-width: 480px) {
	.slidertext1 {
		font-size: 14px !important;
		line-height: 1.15em !important;
	}

	.slidertext2,
	.slidertext2 span {
		font-size: 8px !important;
		line-height: 10px !important;
	}



	.slidertext1,
	.slidertext2,
	.slidertext4 {
		margin-left: 20px !important;
	}

	.sliderbanner .slidertext4 {
		margin-top: 0px !important;
	}

}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}



/****************************************************
		SLider Start
****************************************************/
.sliderbanner {
	height: 800px;
	background: #000;
}

.clientlogos .owl-dots {
	display: none;
}

.pr-0 {
	padding-right: 0 !important;
}

@media only screen and (max-width: 1200px) {

	#header .logo,
	#header .nav-align {
		justify-content: center;
	}

	.header-container {
		padding: 10px 0;
	}


}

@media only screen and (max-width: 991.98px) {


	.dropdown-toggle::after {
		float: right;
		margin-top: 11px;
	}

	#header .dropdown-submenu .dropdown-toggle::after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		color: #fff;
	}

	.header-actions {
		margin-left: 0;
	}

	.cart-link {
		border: none;
	}

	#wrapper {
		padding: 0 20px 20px 20px;
	}

	.header-phone .phone-number,
	.header-phone .phone-label {
		color: #fff;
	}

	#header .navbar-toggler {
		background: #fff;
	}

	#header .navbar-collapse {
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 100%;
		width: 60%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.8);
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		z-index: 10000;
	}

	#header .navbar-collapse.show {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.navbar-nav {
		padding-top: 70px;
	}

	#header .nav-align .navbar .navbar-nav .nav-link:hover,
	#header .nav-align .navbar .navbar-nav .nav-link.active {
		color: #fff !important;
		background: #d70b1c;
		padding-left: 16px;
	}

	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		padding: 10px 0;
		transition: transform 0.3s ease;
	}

	#header .close-toggler {
		background: none;
		color: #fff;
		padding: 5px;
		border: none;
		margin-top: 10px;
		font-size: 24px;
		position: absolute;
		top: 0;
		right: 15px;
		display: block;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		text-transform: uppercase;
	}

	#header .navbar .dropdown-menu {
		background: #4e4e4e;
		padding: 0;
		border: 0;
	}

	#header .navbar .dropdown-menu li {
		border-bottom: 1px solid #777777;
	}

	#header .navbar .dropdown-menu li:last-child {
		border: none;
	}

	#header .navbar .dropdown-menu .dropdown-item {
		color: #fff;
		text-transform: uppercase;
		white-space: normal;
		padding: 10px 16px;

	}

	#header .navbar .dropdown-menu .dropdown-item:focus,
	#header .navbar .dropdown-menu .dropdown-item:hover {
		background: transparent;
		color: #04dcf7;
	}

	#header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
		padding-left: 32px;
		padding-right: 32px;
	}

}

@media only screen and (max-width: 767.98px) {
	.management-team-card {
		margin: 0 auto;
		min-width: 0;
		width: 100%;
		max-width: 320px;
	}

	.header-actions {
		width: auto;
		flex-direction: row;
		align-items: center;
		gap: 12px;
		max-width: 100%;
	}

	.header-phone {
		width: auto;
		justify-content: flex-start;
	}

	.header-actions {
		display: flex !important;
		margin-bottom: 30px;
		background: #e10419;
		padding: 12px 16px;
		border-radius: 50px;
		flex-wrap: wrap;
	}

	.btn-account {
		margin-top: 0;
	}

	#header .navbar-collapse {
		width: 85%;
	}

}


@media (max-width: 767.98px) {

	.heading h2 {
		font-size: 24px;
	}

	.heading h2 span {
		display: inline;
	}



	.slidertext2 {
		margin-top: -15px !important;
	}

	.slidertext4 {
		margin-top: -20px !important;
	}


	.social-links {
		justify-content: center;
	}

	.footer-bottom .copyright,
	.footer-bottom .credits {
		text-align: center;
	}

	.footer-bottom .credits {
		margin-top: 10px;
	}
}

@media (max-width: 480px) {


	.heading h2 {
		font-size: 24px;
	}

	.heading h2 span {
		display: inline;
	}

	.footer-bottom {
		text-align: center
	}



	.header-phone .phone-number {
		font-size: 16px;
	}
}

/*********************************************
	Mobile Cart Icon
**********************************************/
.mobile-cart-link {
	display: none;
	color: #08405f;
	font-size: 22px;
	text-decoration: none;
	margin-right: 10px;
}

.mobile-cart-link .cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #e10419;
	color: #fff;
	font-size: 10px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}

@media (max-width: 991.98px) {
	.mobile-cart-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-right: 25px;
	}

	/* Hide the cart link inside the toggle menu on mobile */
	.header-actions .cart-link {
		display: none !important;
	}
}




.services-section {
	padding: 80px 0;
	background: #fff;
}

.service-card {
	border-radius: 20px;
	padding: 110px 30px 25px;
	position: relative;
	margin-top: 50px;
	color: #fff;
	height: 100%;
	transition: transform 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
}

.service-card {
	background-color: #121216;
}

.service-card .icon-container {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: #e10419;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -95px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.service-card .icon-inner {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid #fff;
}

.service-card .icon-inner {
	background-color: #ce1212;
}



.service-card .icon-inner img {
	height: auto;
	filter: brightness(0) invert(1);
	/* Make icons white */
}

.service-card .card-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.service-card .feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.service-card .feature-list li {
	font-size: 15px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.service-card .feature-list li i {
	font-size: 18px;
	margin-right: 12px;
}

@media (max-width: 991px) {
	.service-card {
		margin-bottom: 80px;
	}
}

/* Black underline effect for red card as seen in image */
.service-card::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	height: 12px;
	background-color: #ce1212;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: -1;
}

.service-card:hover::after,
.service-card:hover .icon-inner {
	background: #000;
}


/* --- SERVICES SECTION --- */
.services-section {
	position: relative;
	max-width: 1400px;
	width: calc(100% - 80px);
	margin: 40px auto;
	border-radius: 50px;
	overflow: hidden;
	padding: 90px 70px 100px;
	background: url("../images/service-bg.jpg") center / cover no-repeat;
	color: #fff;
}


.services-section .section-inner {
	position: relative;
	z-index: 2;
}

.services-section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
	gap: 20px;
}

.services-section .section-header small {
	color: #b0b6c3;
	font-weight: 500;
	font-size: 14px;
}

.services-section .section-header h2 {
	font-size: 50px;
	line-height: 1.15;
	margin-top: 12px;
	max-width: 820px;
	font-weight: 700;
}

.services-section .nav-buttons {
	display: flex;
	gap: 18px;
	margin-top: 10px;
}

.services-section .nav-buttons button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s ease;
}

.services-section .nav-buttons button:hover {
	background: #e10217;
	border-color: #e10217;
}

.services-section .cards {
	display: block;
}

.services-section .card {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	transition: 0.3s ease;
	border: none;
}

.services-section .card:hover {
	transform: translateY(-6px);
}

.services-section .card>img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
}

.services-section .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background: #e10217;
	z-index: 2;
}

.services-section .icon-box {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 58px;
	height: 58px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.services-section .icon-box img {
	width: 30px;
}

.services-section .card-footer {
	position: relative;
	background: #f3f3f3;
	padding: 22px 22px;
	font-weight: 600;
	font-size: 16px;
	color: #1c2434;
}

.services-sectionWrp {
	padding: 60px 0 30px 0;
}

.services-sectionWrp .owl-carousel .item {
	padding: 52px 15px 15px 15px;
}

.services-sectionWrp .section-header h2 {
	text-align: center;
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 30px;
	word-break: break-word;
}

/* Custom Dots Styling */
.services-sectionWrp .owl-dots {
	text-align: center;
}

.services-sectionWrp .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}

.services-sectionWrp .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #ccc;
	display: block;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.services-sectionWrp .owl-dots .owl-dot.active span,
.services-sectionWrp .owl-dots .owl-dot:hover span {
	background: #ce1212;
	transform: scale(1.2);
}

.services-section .arrow-btn {
	position: absolute;
	bottom: 48px;
	right: 20px;
	width: 48px;
	height: 48px;
	background: #e10217;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	transition: 0.3s ease;
	z-index: 1;
}

.services-section .arrow-btn:before {
	content: "";
	background: url(../images/btn-before.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 25px;
	position: absolute;
	top: 0;
	left: -19px;
}

.services-section .arrow-btn:hover {
	background: #c40010;
}

@media (max-width: 1300px) {
	.services-section .section-header h2 {
		font-size: 38px;
	}
}

@media (max-width: 992px) {
	.services-section {
		width: calc(100% - 30px);
		padding: 60px 30px 80px;
		border-radius: 30px;
	}

	.services-sectionWrp .section-header h2 {
		font-size: 38px;
	}

	.services-section .section-header h2 {
		font-size: 30px;
	}

	.management-content-column {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.services-section {
		width: calc(100% - 20px);
		padding: 50px 20px 70px;
		border-radius: 20px;
	}

	.services-section .section-header {
		flex-direction: column;
		gap: 25px;
	}

	.services-section .section-header h2,
	.mv-content h2 {
		font-size: 24px;
	}

	.services-sectionWrp .section-header h2 {
		font-size: 28px;
	}

}







/* --- MISSION & VISION SECTION --- */
.mv-section {
	--mv-blue-overlay: rgba(12, 28, 48, 0.94);
	--mv-red-overlay: rgba(225, 2, 23, 0.92);
	--mv-text-white: #ffffff;
	--mv-cyan-accent: #00d2ff;
	max-width: 1400px;
	margin: 40px auto 0;
	display: flex;
	border-radius: 30px;
	overflow: hidden;
}

.mv-block {
	flex: 1;
	position: relative;
	padding: 60px 80px;
	display: flex;
	flex-direction: column;
	color: var(--mv-text-white);
	text-align: center;
	text-align: right;
}

.mv-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}


.mv-content {
	position: relative;
	z-index: 3;
	max-width: 500px;
	margin: 0 auto;
}

.mv-content h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.mv-content p {
	font-size: 15px;
	line-height: 1.6;
	opacity: 0.9;
	font-weight: 400;
}

.visionleft {
	text-align: left;
}

.vision-bg-nodes {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: radial-gradient(circle,
			rgba(255, 255, 255, 0.1) 1px,
			transparent 1px);
	background-size: 30px 30px;
	z-index: 2;
	opacity: 0.3;
}

@media (max-width: 992px) {
	.mv-section {
		width: calc(100% - 30px);
		flex-direction: column;
		border-radius: 30px;
	}

	.mv-block {
		padding: 60px 30px;
		min-height: 300px;
	}

	.spiral-container {
		display: none;
	}
}

/* --- GALLERY GRID SECTION --- */
.gallery-section {
	--gallery-gap-size: 8px;
	--gallery-border-radius: 30px;
	--gallery-grid-height: 500px;
	background: #ffffff;
	padding: 40px 20px;
}

.gallery-section .gallery-grid {
	max-width: 1400px;
	width: 100%;
	height: var(--gallery-grid-height);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
	grid-template-rows: 1fr 1fr;
	gap: var(--gallery-gap-size);
	border-radius: var(--gallery-border-radius);
	overflow: hidden;
}

.gallery-section .gallery-item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #eee;
}

.gallery-section .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.gallery-section .gallery-item:hover img {
	transform: scale(1.1);
}

.gallery-section .item-1 {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.gallery-section .item-2 {
	grid-column: 2;
	grid-row: 1;
}

.gallery-section .item-3 {
	grid-column: 3;
	grid-row: 1;
}

.gallery-section .item-4 {
	grid-column: 2 / span 2;
	grid-row: 2;
}

.gallery-section .item-5 {
	grid-column: 4;
	grid-row: 1 / span 2;
}

@media (max-width: 1024px) {
	.gallery-section .gallery-grid {
		height: auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 350px 250px 250px 350px;
	}

	.gallery-section .item-1 {
		grid-column: 1 / span 2;
		grid-row: 1;
	}

	.gallery-section .item-2 {
		grid-column: 1;
		grid-row: 2;
	}

	.gallery-section .item-3 {
		grid-column: 2;
		grid-row: 2;
	}

	.gallery-section .item-4 {
		grid-column: 1 / span 2;
		grid-row: 3;
	}

	.gallery-section .item-5 {
		grid-column: 1 / span 2;
		grid-row: 4;
	}
}

@media (max-width: 600px) {
	.gallery-section {
		padding: 20px 0;
	}

	.gallery-section .gallery-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(5, 250px);
	}

	.gallery-section .item-1,
	.gallery-section .item-2,
	.gallery-section .item-3,
	.gallery-section .item-4,
	.gallery-section .item-5 {
		grid-column: 1;
		grid-row: auto;
	}

	.gallery-section .item-4 {
		grid-column: 1;
	}
}

/* --- MANAGEMENT & WHY CHOOSE SECTION --- */
.management-choose-section {
	padding-top: 60px;
	padding-bottom: 70px;
}

.management-wrapper {
	max-width: 1400px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.management-top {
	display: flex;
	gap: 50px;
	position: relative;
	z-index: 1;
}

.management-image-column {
	flex: 0 0 42%;
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
}

.management-red-backdrop {
	position: absolute;
	top: 0;
	left: -15px;
	width: 80%;
	height: 90%;
	background-color: #e10217;
	z-index: 0;
}

.management-tower-image {
	position: relative;
	width: 100%;
	height: 550px;
	object-fit: cover;
	border-top-right-radius: 80px;
	z-index: 1;
	display: block;
}

.management-content-column {
	flex: 1;
	padding-top: 10px;
	margin-top: 90px;
}

.management-tag {
	color: #e10217;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}

.management-title {
	color: var(--dark-blue);
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 80px;
}

.management-team-grid {
	display: flex;
	gap: 20px;
}

.management-team-card {
	flex: 1;
	border-radius: 12px;
	overflow: visible;
	position: relative;
	background: #fff;
	max-width: 250px;
	min-width: 200px;
	display: flex;
}

.management-member-photo {
	display: none;
}

.management-info-box {
	padding: 40px 20px;
	border-radius: 12px;
	position: relative;
	height: 180px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #eeeeee;
	color: var(--dark-blue);
	transition: all 0.3s ease;
	text-align: center;
}

.management-team-card:hover .management-info-box {
	background-color: #e10217;
	color: white;
}

.management-info-box h3 {
	font-weight: 800;
	font-size: 26px;
	margin: 0;
	margin-bottom: 5px;
	line-height: 1.2;
}

.management-info-box p {
	font-size: 16px;
	margin: 0;
	color: #666;
	font-weight: 500;
}

.management-social-box,
.management-social-links,
.management-share-btn {
	display: none;
}

.management-card-grey .management-info-box {
	background-color: #eeeeee;
	color: var(--dark-blue);
}

.management-why-wrapper {
	position: relative;
	margin-top: -40px;
	margin-left: 150px;
	background: white;
	border-radius: 30px;
	padding: 50px 60px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	z-index: 10;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.management-why-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 20px;
}

.management-why-desc {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.management-features-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
	column-gap: 20px;
}

.management-feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
}

.management-check-icon {
	background-color: #e10217;
	color: white;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	flex-shrink: 0;
}

@media (max-width: 1200px) {
	.management-why-wrapper {
		margin-left: 60px;
	}
}

@media (max-width: 1024px) {
	.management-top {
		flex-direction: column;
	}

	.management-image-column {
		width: 100%;
		height: 400px;
		margin-bottom: 30px;
		flex: none;
	}

	.management-tower-image {
		height: 100%;
	}

	.management-team-grid {
		justify-content: center;
		flex-wrap: wrap;
	}

	.management-title,
	.management-tag {
		text-align: center;
	}

	.service-card .card-title {
		font-size: 18px;
	}

	.service-card .icon-inner,
	.service-card .icon-container {
		width: 150px;
		height: 150px;
	}

	.owl-carousel .item img {
		max-height: 60px;
	}

	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0 8px;
	}

	.management-why-wrapper {
		margin-left: 0;
		margin-top: 50px;
	}

	.management-features-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.management-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.management-content-column {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.management-team-grid {
		flex-direction: column;
		align-items: center;
	}

	.management-team-card {
		min-width: 0;
		width: 100%;
		max-width: 320px;
	}

	.management-features-list {
		grid-template-columns: 1fr 1fr;
	}

	.management-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.management-title {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.management-why-wrapper {
		padding: 30px 20px;
		border-radius: 20px;
		margin-top: 30px;
	}

	.management-why-title {
		font-size: 24px;
	}

	.management-image-column {
		height: 300px;
	}
}

/* ================= LATEST NEWS SECTION ================= */
.news-section {
	width: calc(100% - 80px);
	max-width: 1400px;
	margin: 40px auto;
	background-color: #f2f4f8;
	border-radius: 50px;
	padding: 70px 50px;
	position: relative;
	overflow: hidden;
	background: url(../images/blog-bg.jpg) no-repeat center center/cover;
	box-sizing: border-box;
}


.news-section .container {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
}

.news-section .section-title {
	text-align: center;
	font-size: 46px;
	font-weight: 800;
	color: var(--dark-blue);
	line-height: 1.2;
	margin-bottom: 50px;
}



/* Featured Card */
.featured-card {
	position: relative;
	height: 100%;
	min-height: 400px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.featured-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.featured-card:hover img {
	transform: scale(1.05);
}

.featured-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.9),
			rgba(0, 0, 0, 0) 100%);
	padding: 30px;
	color: #ffffff;
}

.f-date {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #ff4d4d;
	margin-bottom: 10px;
}

.f-date::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #e10217;
	display: inline-block;
}

.featured-overlay h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}

/* News List */
.news-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-item {
	background: #ffffff;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 20px;
	transition: 0.3s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.news-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.news-thumb {
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
}

.news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-content {
	flex: 1;
}

.meta-date {
	font-size: 16px;
	color: #e10217;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}

.news-content h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 8px;
	line-height: 1.4;
}

.news-content p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 8px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.read-more {
	font-size: 16px;
	color: #e10217;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

.read-more:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
	.news-section {
		width: calc(100% - 30px);
		padding: 50px 20px;
		border-radius: 30px;
	}

	.news-section,
	.mv-section,
	.services-section {
		width: auto;
	}

	.gallery-section {
		padding: 20px 0;
	}

	.management-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.featured-card {
		height: 350px;
		min-height: auto;
	}

	.news-section .section-title {
		font-size: 32px;
	}
}

@media (max-width: 600px) {
	.news-section .section-title {
		font-size: 22px;
	}

	.news-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.news-thumb {
		width: 100%;
		height: 180px;
	}

	.telebtn {
		font-size: 8px !important;
		margin-left: 20px !important;
		margin-top: -15px !important;
	}

	.featured-overlay h3 {
		font-size: 14px;
	}

	.news-content h4 {
		font-size: 16px;
	}

	.services-sectionWrp .section-header h2 {
		font-size: 28px;
	}

	.services-sectionWrp {
		padding: 30px 0 30px 0;
	}

	.sliderbanner:before {
		bottom: -85px;
		border-radius: 0 0 30px 30px;
	}
}

/* ================= FOOTER CONTAINER ================= */
.footer-section {
	width: 100%;
	max-width: 1400px;
	/* Red Gradient Background */
	background: url(../images/footer-bg.jpg) no-repeat center center/cover;
	border-radius: 40px;
	padding: 60px 20px;
	text-align: center;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	margin: 50px auto 0;

	--footer-primary-red: #D90429;
	--footer-dark-red: #B00220;
	--footer-white: #ffffff;
}

/* Background Pattern (Sparkles/Lines simulation) */
.footer-bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
		radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
	background-size: 50px 50px;
	opacity: 0.3;
	pointer-events: none;
}

/* Subtle Curves (Optional visual flair from screenshot) */
.footer-bg-pattern::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.footer-bg-pattern::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -10%;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.footer-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

/* ================= LOGO ================= */
.footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.footer-logo i {
	font-size: 32px;
}

.logo-text {
	text-align: left;
	line-height: 1;
}

.logo-main {
	font-size: 32px;
	font-weight: 800;
	display: block;
	letter-spacing: 1px;
}

.logo-sub {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	opacity: 0.9;
}

/* ================= SOCIAL ICONS ================= */
.social-icons {
	display: flex;
	gap: 20px;
}

.social-icons a {
	color: var(--footer-white);
	font-size: 18px;
	transition: 0.3s;
	opacity: 0.9;
}

.social-icons a:hover {
	opacity: 1;
	transform: translateY(-3px);
}

/* ================= NAVIGATION LINKS ================= */
.footer-nav {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav a {
	color: var(--footer-white);
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	opacity: 0.9;
	transition: 0.3s;
}

.footer-nav a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* ================= COPYRIGHT ================= */
.copyright {
	font-size: 16px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
	.page-title-banner {
		padding: 40px 0 20px !important;
	}

	.page-title-banner h1 {
		font-size: 24px !important;
	}
}

@media (max-width: 600px) {
	.footer-nav {
		flex-direction: column;
		gap: 15px;
	}
}

/* ================= WHATSAPP FLOATING BUTTON ================= */
.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.whatsapp-float:hover {
	background-color: #128c7e;
	color: #FFF;
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.whatsapp-float {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 20px;
		font-size: 26px;
	}
}