/* Titan — final overrides (load last on Home & About) */

/* Hide ruler strip on About page only — keep on Home */
body.page-about .about-one_pattern-layer {
	display: none !important;
}

/* Kill orange text ticker if any cached markup remains */
.marketing-one,
section.marketing-one,
.marketing-one *,
.marketing-one .outer-container,
.animation_mode,
.animation_mode-two,
.animation_mode-two::before,
.animation_mode-two::after,
[class*="marquee"],
.js-marquee-wrapper,
.js-marquee {
	display: none !important;
	position: absolute !important;
	left: -99999px !important;
	width: 0 !important;
	max-width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	background: transparent !important;
	z-index: -9999 !important;
}

/* Footer — keep brand names visible on hover */
.main-footer_bottom .footer-brand:hover,
.main-footer_navs li a:hover .footer-brand {
	color: #ffb366 !important;
}

/* Hero slider — remove decorative lines */
.slider-one_arrow {
	display: none !important;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::before {
	display: none !important;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet {
	margin: 20px 0 !important;
}

/* Who We Are — remove white divider line inside stat cards */
.about-one .feature-block_two-icon {
	border: none !important;
	border-bottom: none !important;
	margin-bottom: 12px;
	padding-bottom: 0;
}

.about-one .feature-block_two-inner {
	overflow: hidden;
}

.about-one .feature-block_two-inner:hover {
	background-image: linear-gradient(to bottom, #010101, #0c0c0c, #141414, #1a1a1a, #202020) !important;
}

.about-one_cap {
	display: none !important;
}

.about-one {
	overflow: hidden;
}

/* Titan — centered breadcrumb (Home / Page) */
.page-title {
	background-position: center 18% !important;
	background-attachment: scroll !important;
	padding-top: 260px !important;
	padding-bottom: 140px !important;
	min-height: 350px;
}

.page-title .auto-container,
.page-title_content {
	text-align: center;
}

.page-title h1,
.page-title h2 {
	font-weight: 700;
	margin-bottom: 50px;
	text-transform: capitalize;
	color: var(--white-color);
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.page-title .bread-crumb {
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding: 0 !important;
}

.page-title .bread-crumb li:last-child {
	color: var(--main-color) !important;
}

.page-title .bread-crumb li:before {
	content: "/" !important;
}

.page-title .bread-crumb li {
	font-size: 20px !important;
}

.page-title .bread-crumb li a {
	color: var(--white-color) !important;
}

.page-title .bread-crumb li a:hover {
	color: var(--white-color) !important;
}

.page-title_text {
	display: none !important;
}

/* Titan — remove horizontal scrollbar (orange bar at page bottom) */
html,
body {
	overflow-x: hidden !important;
	max-width: 100%;
}

.page-wrapper {
	overflow-x: hidden;
	width: 100%;
}

/* Titan — hide search (removed site-wide) */
.search-box-btn,
.search-popup {
	display: none !important;
}

/* Titan — sidebar menu well digging image */
.about-sidebar .upper-box .image {
	max-height: 280px;
	overflow: hidden;
}

.about-sidebar .upper-box .image img {
	width: 100%;
	height: 280px;
	max-height: 280px;
	object-fit: cover;
	object-position: center center;
	display: block;
}

/* Titan — floating WhatsApp & call buttons */
.titan-quick-contact {
	position: fixed;
	right: 24px;
	bottom: 100px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.titan-quick-contact_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: var(--white-color);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.titan-quick-contact_btn:hover {
	color: var(--white-color);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.titan-quick-contact_btn i {
	font-size: 24px;
	line-height: 1;
}

.titan-quick-contact_whatsapp {
	background-color: #25d366;
}

.titan-quick-contact_call {
	background-color: var(--main-color);
}

@media (max-width: 575px) {
	.titan-quick-contact {
		right: 16px;
		bottom: 88px;
		gap: 10px;
	}

	.titan-quick-contact_btn {
		width: 50px;
		height: 50px;
	}

	.titan-quick-contact_btn i {
		font-size: 22px;
	}
}

/* Titan — source protection helpers */
img {
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}

/* Titan — projects page: equal card heights */
.project-four .project-block_three {
	margin-bottom: 30px;
}

.project-four .project-block_three-inner {
	height: 100%;
}

.project-four .project-block_three-image {
	height: 380px;
}

.project-four .project-block_three-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-four .project-block_three-overlay {
	bottom: 35px !important;
}

@media (max-width: 991px) {
	.project-four .project-block_three-image {
		height: 340px;
	}
}

@media (max-width: 575px) {
	.project-four .project-block_three-image {
		height: 300px;
	}
}
