﻿/* Induxt Industry Business HTML-5 Template */


/*** 

====================================================================
	Attachment Css Files
====================================================================

***/

@import url('global.css');
@import url('header-new.css');

@import url('footer.css');
@import url('animate.css');
@import url('rtl.css');
@import url('dark-body.css');

@import url('slider.css');
@import url('about.css');
@import url('marque.css');
@import url('services.css');
@import url('accordion.css');
@import url('process.css');
@import url('clients.css');
@import url('projects.css');
@import url('pricing.css');
@import url('team.css');
@import url('testimonial.css');
@import url('news.css');
@import url('contact.css');
@import url('since.css');
@import url('faq.css');
@import url('video.css');
@import url('counter.css');
@import url('flaticon_induxt.css');


@import url('cta.css');
@import url('shop.css');
@import url('choose.css');
@import url('privacy.css');
@import url('not-found.css');
@import url('coming-soon.css');
@import url('page-title.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('font-awesome.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('jquery.bootstrap-touchspin.css');

/* ==========================================================================
   Brand Color Palette Overrides (Added as per request)
   ========================================================================== */
:root {
	/* New Accent Color: bright cyan/blue */
	--main-color: #01C8F7;
	--main-color-rgb: 1, 200, 247;
	
	/* Secondary Accent for hover states */
	--main-hover-color: #0199c4;

	/* Card / slight lighter dark background */
	--color-two: #1a1f2e;
	--color-two-rgb: 26, 31, 46;

	/* Secondary text color */
	--color-three: #cccccc;
	--color-three-rgb: 204, 204, 204;

	/* Primary text color (White) */
	--white-color: #ffffff;
	--white-color-rgb: 255, 255, 255;

	/* Primary background (Dark Theme) */
	--black-color: #0e1117;
	--black-color-rgb: 14, 17, 23;

	/* Accent aliases for missing older template references */
	--pink: #01C8F7;
	--teal: #01C8F7;
	--yellow: #0199c4;
	--orange: #0199c4;
}

/* ==========================================================================
   LEGACY HERO SECTION (Disabled to avoid conflicts with .slider-three)
   ========================================================================== */
/* 
.hero-section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: var(--black-color);
	margin: 0 !important;
	padding: 0 !important;
}

.hero-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
... (Rest of hero section code remains commented out in source for safety)
*/

/* ============================================================
   NEW HEADER â€” imported last to guarantee full override
   ============================================================ */
@import url('header-new.css');

/* ==========================================================================
   HERO VIDEO COVER FIX (zoom-safe + ultra-wide-safe)
   ========================================================================== */
.slider-three {
	position: relative;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
}

@supports (height: 100dvh) {
	.slider-three {
		height: 100dvh;
	}
}

.slider-three > .main-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
}

.slider-three > .main-slider > .swiper-wrapper,
.slider-three > .main-slider > .swiper-wrapper > .swiper-slide {
	height: 100%;
}

.slider-three > .main-slider > .swiper-wrapper > .swiper-slide {
	box-sizing: border-box;
}

.slider-three .slider-three_video-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	pointer-events: none;
}

.slider-three .slider-three_video-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	transform: translate(-50%, -50%);
}

