html,body{
    height: 100%;
}
body{
    background-color: #f9fafa;
     font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{
    width: 100%;
}
.brand-link{
    display: inline-block;
}
.sp-70{
    padding: 70px 0px;
}
p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #353535;
}
.backideal{
    padding:3%;
}
/* header */
.mainHeader{
    position: fixed;
    left: 0%;
    right: 0%;
    top: 0%;
    z-index: 9999;
    background-color: #C00703;
background: linear-gradient(360deg, rgba(192, 7, 3, 0) 12%, rgba(192, 7, 3, 1) 12%);
}
.brush-background{
    background-image:url(../img/back-top-brush.png);
    background-repeat:repeat-x;
    background-position:bottom;
    background-size:100% 100%;
    height:25px;
}
.main-header-white{
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
    background:#ffffff;
}
.brand-logo{
    width: 17%;
	cursor: pointer;
}
.brand-footer-logo{
    width: 60%;
    margin: 0px 0px 20px 0px;
}

/* nav */
.nav-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
.nav-item{
    float: left;
    position: relative;
}
.nav-link{
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 30px 15px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.nav-link:hover{
    color: #ffffff;
    text-decoration: underline;
}
.mega-menu{
    position: absolute;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: none;
}
.mega-menu2{
	right: 0px;
}
.nav-item:hover .mega-menu{
    display: block;
}
.mm-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    max-height: 300px;
    overflow-y: scroll;
}
.mm-list-link{
    text-decoration: none;
    color: #353535;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}
.mm-list-link:hover{
    background-color: #f1f1f1;
    color: #353535;
}
.main-header-white .nav-link{
    color: #353535;
}
.main-header-white .nav-link:hover{
    color: #353535;
}


.slider-item{
    position: relative;
}
.overlayer-black{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    background-color: rgba(12, 12, 12, 0.72);
}
.main-slider{
    position:relative;
}
.slider-border{
    background-image:url(../img/border-slider.png);
    background-repeat:repeat-x;
    background-position:bottom center;
    height:22px;
    position:absolute;
    bottom:-2px;
    left:0px;
    right:0px;
    z-index:2;
}
.slider-txt{
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 35%;
    left: 25%;
    right: 25%;
    text-align: center;
}
.slider-txt .head{
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
}
.slider-txt .sub-head{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

/* arow */
.pre-next-cus .owl-prev {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background-color: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 0px;
    top: 55%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-next {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background-color: #ffffff !important;
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 0px;
    top: 55%;
    transition: all 0.2s ease-in-out;
    z-index: 5;
}

.pre-next-cus .owl-prev:hover,
.pre-next-cus .owl-next:hover {
    background-color: #cd1719 !important;
    color: #ffffff !important;
}

.pre-next-cus .owl-dots {
    display: none !important;
}
.color-red{
    color:#cd1719 ;
}
/* footer */
.footer-two{
    background-color:#b80a07;
}
.copyright{
    font-size: 13px;
    color: #ffffff;
    padding: 15px 0px;
    text-align: center;
}
.footer-one{
    padding: 50px 0px;
    background-image:url(../img/back-bottom.png);
    background-repeat:repeat-x;
    background-position:bottom;
}
.contact-deta{
    margin:0px 0px 20px 0px;
    font-size: 14px;
}
.footer-link{
    margin: 20px 0px;
}
.footer-link ul{
margin: 0px auto;
padding: 0px;
list-style-type: none;
display: table;
}
.footer-link li{
    text-align: center;
}
.footer-link a{
    display: inline-block;
    text-decoration: none;
    color: #353535;
    padding: 1px 0px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.footer-link a:hover{
    text-decoration: underline;
    color: #353535;
}

.social-icon ul{
margin: 0px auto;
padding: 0px;
list-style-type: none;
display: table;
}
.social-icon li{
    text-align: center;
    float: left;
}
.social-icon a{
    display: inline-block;
    text-decoration: none;
    color: #353535;
    padding: 1px 8px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.social-icon a:hover{
    text-decoration: underline;
    color: #cd1719;
}
.input-head{
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 15px 0px;
}
.input-style{
    position: relative;
}
.input-style input{
    border: 1px solid #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
}
.input-style button{
    position: absolute;
    background-color: #cd1719;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    right: 0px;
    top: 0px;
    padding: 10px 15px;
    border: 1px solid #cd1719;
    transition: all 0.3s ease-in-out;
}
.input-style button:hover{
    background-color: #353535;
    border: 1px solid #353535;
}
.condition{
    font-size: 13px;
    padding: 10px 0px 0px 0px;
}
.comp-about{
    background-color: #ffffff;
    padding: 40px;
    position: relative;
}
.comp-about .txt1{
    font-size: 14px;
    line-height: 20px;
}
.comp-about .txt2 ul{
    margin:0px auto;
    padding:0px;
    list-style-type:none;
}
.comp-about .txt2 ul li{
    font-size:13px;
    font-weight:500;
    margin:0px 0px 10px 0px;
}
.comp-about .txt2 ul li i{
    color:#cd1719;
    margin-right:10px;
}
.color-red-red{
    color:#cd1719;
}
.comp-about-border{
    border-top:10px solid #cd1719;
    border-bottom:10px solid #cd1719;
}
.comp-about .txt2{
    font-size: 35px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
}
.comp-back{
    background-image:url(../img/light-yellow-colored-crumpled-paper-texture-background-for-design-decorative-free-photo.jpg);
    background-size:cover;
}
.btn-hic-dark{
    text-decoration: none;
    display: inline-block;
    background-color: #353535;
    font-size: 14px;
    color:#ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    border: 0px;
}
.btn-hic-dark:hover{
    text-decoration: none;
    background-color: #cd1719;
    color:#ffffff;
}
.body-txt-col{
    padding: 0px 0px 0px 80px;
}
.body-txt-col h3{
    font-size: 45px;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
}
.founder-img{
    position: relative;
}
.founder-name{
    background-color: #cd1719;
    position: absolute;
    bottom: 30px;
    right: -30px;
    padding: 20px;
    width: 70%;
}
.founder-name h3{
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}
.founder-name h6{
    color: #ffffff;
    font-size: 14px;
}
.inner-header{
    font-size: 45px;
    font-weight: 800;
    margin: 0px 0px 35px 0px;
}
.service-box{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.service-box img{
    border-radius:15px;
    margin-bottom:15px;
}
.service-box .txt1{
    font-size: 20px;
    text-transform: uppercase;
    color: #cd1719;
    margin: 20px 0px 20px 0px;
    font-weight: 500;
}
.service-box .txt2{
    color: #666666;
    font-size: 14px;
}

.contact-form{
    background-color: #ffffff;
    padding: 50px;
}
.formstyle{
    padding: 0px 0px 0px 50px;
}
.formstyle input, .formstyle textarea{
    width: 100%;
    border: 1px solid #b4b4b4;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.formstyle label{
    font-size: 13px;
    margin: 0px 0px 5px 0px;
}
.testimonial-item{
	padding:20px;
	background:#ffffff;
	border-radius:15px;
	margin:15px;
}
.testimonial-item .text {
    font-size: 14px;
    line-height: 23px;
}

.testimonial-item .cite {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #353535;
    margin: 10px 0px 0px 0px;
    display: block;
}
.testimonial-item .position {
    font-size: 13px;
    color:#666;
}
.testi-inner{
    padding: 20px;
    border-radius: 15px;
}
.mediapress{
    background-color: #ffffff;
    margin: 10px;
    cursor: pointer;
}
.news-img{
	height: 200px;
	overflow: hidden;
}
.news-txt{
    padding: 15px;
    text-align: center;
}
.news-txt .head{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}
.news-txt .head-date{
    font-size: 12px;
    font-weight: 400;
}
.header-inner-page{
    background-image: url(../img/inner-background.png);
    background-size: cover;
    position: relative;
}
.head2{
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    padding: 150px 0px 80px 0px;
    position: relative;
    z-index: 5;
    text-align: center;
}

.timeline-container {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 4rem 3rem;
	width: 100%;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(226, 232, 240, 0.8);
	backdrop-filter: blur(10px);
}

.timeline-header {
	margin-bottom: 3rem;
}

.timeline-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	opacity: 0;
	animation: fadeInUptTitle 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	color: #1e293b;
	letter-spacing: -0.025em;
}

.timeline-subtitle {
	font-size: 1.125rem;
	font-weight: 400;
	opacity: 0;
	animation: fadeInUptTitle 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
	color: #00000061;
	letter-spacing: 0.025em;
}
@keyframes fadeInUptTitle {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(-5px);
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.timeline-content {
	margin-bottom: 4rem;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.event-icon {
	width: 72px;
	height: 72px;
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	margin-bottom: 2rem;
	color: white;
	box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-year {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #00000094;
	letter-spacing: -0.05em;
}

.event-company {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
	color: #00000094;
	letter-spacing: -0.025em;
}

.event-description {
	font-size: 1.125rem;
	font-weight: 400;
	max-width: 100%;
	line-height: 1.7;
	color: #2121239c;
	letter-spacing: 0.015em;
}

.slider-container {
	position: relative;
	margin: 3rem 0 0 0;
	padding: 0 1rem;
}

.slider-track {
	position: relative;
	height: 6px;
	background: #08080833;
	border-radius: 8px;
	margin-bottom: 2rem;
	user-select: none;
}

.progress-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, #6366f1, #8b5cf6);
	border-radius: 8px;
	width: 0%;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tick {
	position: absolute;
	top: -4px;
	width: 2px;
	height: 14px;
	background: #08080833;
	border-radius: 1px;
	transform: translateX(-1px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tick.active {
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	height: 18px;
	top: -6px;
	width: 3px;
	box-shadow: 0 0 8px rgba(99, 102, 241, 0.4);
}

.year-labels {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
	font-size: 0.875rem;
	color: #94a3b8;
	font-weight: 500;
	user-select: none;
	letter-spacing: 0.025em;
	position: relative;
}

.year-label {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	transform: translateX(-50%);
	white-space: nowrap;
}

.year-label.active {
	color: #6366f1;
	font-weight: 700;
	transform: translateX(-50%) scale(1.1);
	text-shadow: 0 0 8px rgba(99, 102, 241, 0.3);
}

.timeline-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	background: transparent;
	outline: none;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
	cursor: pointer;
	z-index: 10;
}

.timeline-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: white;
	border: 3px solid #6366f1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: -8px;
	position: relative;
	z-index: 2;
}

/* Early Web */
.era-early-web .timeline-slider::-webkit-slider-thumb {
	border-color: #0284c7; /* same as .year-label.active in era-early-web */
}

/* Dot-Com Era */
.era-dot-com .timeline-slider::-webkit-slider-thumb {
	border-color: #d97706; /* same as .year-label.active in era-dot-com */
}

/* Social Media Era */
.era-social-media .timeline-slider::-webkit-slider-thumb {
	border-color: #dc2626;
}

/* Mobile Era */
.era-mobile .timeline-slider::-webkit-slider-thumb {
	border-color: #059669;
}

/* Modern Era */
.era-modern .timeline-slider::-webkit-slider-thumb {
	border-color: #4b5563;
}

/* Future Tech Era */
.era-future-tech .timeline-slider::-webkit-slider-thumb {
	border-color: #7c3aed;
}

.timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5),
		0 0 0 8px rgba(99, 102, 241, 0.1);
	border-color: #8b5cf6;
}
.era-early-web .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(14, 165, 233, 0.5),
		0 0 0 8px rgba(14, 165, 233, 0.1);
	border-color: #0284c7;
}
.era-dot-com .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5),
		0 0 0 8px rgba(245, 158, 11, 0.1);
	border-color: #d97706;
}
.era-social-media .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5), 0 0 0 8px rgba(239, 68, 68, 0.1);
	border-color: #dc2626;
}
.era-mobile .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5),
		0 0 0 8px rgba(16, 185, 129, 0.1);
	border-color: #059669;
}
.era-modern .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(107, 114, 128, 0.5),
		0 0 0 8px rgba(107, 114, 128, 0.1);
	border-color: #4b5563;
}
.era-future-tech .timeline-slider::-webkit-slider-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(168, 85, 247, 0.5),
		0 0 0 8px rgba(168, 85, 247, 0.1);
	border-color: #7c3aed;
}

.timeline-slider::-webkit-slider-thumb:active {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.6),
		0 0 0 4px rgba(99, 102, 241, 0.2);
}

.timeline-slider::-moz-range-thumb {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: white;
	border: 3px solid #6366f1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 2;
}

.timeline-slider::-moz-range-thumb:hover {
	transform: scale(1.15);
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5);
	border-color: #8b5cf6;
}

.fade-transition {
	animation: fadeOutDown 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fade-in {
	animation: fadeInUpContent 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Staggered entrance for content children */
.timeline-content .fade-in:nth-child(1) {
	animation-delay: 0s;
}
.timeline-content .fade-in:nth-child(2) {
	animation-delay: 0.1s;
}
.timeline-content .fade-in:nth-child(3) {
	animation-delay: 0.2s;
}
.timeline-content .fade-in:nth-child(4) {
	animation-delay: 0.3s;
}

.event-icon.fade-out {
	animation: fadeOutDown 0.3s ease-in-out forwards;
}

.event-year.fade-out,
.event-company.fade-out,
.event-description.fade-out {
	animation: fadeOutDown 0.25s ease-in-out forwards;
}

/* Era-specific theming */
.era-early-web {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-early-web .event-icon {
	background: linear-gradient(135deg, #0ea5e9, #0284c7);
	box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}
.era-early-web .progress-fill {
	background: linear-gradient(90deg, #0ea5e9, #0284c7);
}
.era-early-web .timeline-slider::-webkit-slider-thumb,
.era-early-web .timeline-slider::-moz-range-thumb {
	border-color: #0ea5e9;
}
.era-early-web .tick.active {
	background: linear-gradient(135deg, #0ea5e9, #0284c7);
}
.era-early-web .year-label.active {
	color: #0284c7;
	text-shadow: 0 0 8px rgba(14, 165, 233, 0.3);
}

.era-dot-com {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-dot-com .event-icon {
	background: linear-gradient(135deg, #f59e0b, #d97706);
	box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}
.era-dot-com .progress-fill {
	background: linear-gradient(90deg, #f59e0b, #d97706);
}
.era-dot-com .timeline-slider::-webkit-slider-thumb,
.era-dot-com .timeline-slider::-moz-range-thumb {
	border-color: #f59e0b;
}
.era-dot-com .tick.active {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}
.era-dot-com .year-label.active {
	color: #d97706;
	text-shadow: 0 0 8px rgba(245, 158, 11, 0.3);
}

.era-social-media {
	background: linear-gradient(135deg, #fef2f2 0%, #fde2e2 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-social-media .event-icon {
	background: linear-gradient(135deg, #ef4444, #dc2626);
	box-shadow: 0 10px 25px rgba(239, 68, 68, 0.3);
}
.era-social-media .progress-fill {
	background: linear-gradient(90deg, #ef4444, #dc2626);
}
.era-social-media .timeline-slider::-webkit-slider-thumb,
.era-social-media .timeline-slider::-moz-range-thumb {
	border-color: #ef4444;
}
.era-social-media .tick.active {
	background: linear-gradient(135deg, #ef4444, #dc2626);
}
.era-social-media .year-label.active {
	color: #dc2626;
	text-shadow: 0 0 8px rgba(239, 68, 68, 0.3);
}

.era-mobile {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-mobile .event-icon {
	background: linear-gradient(135deg, #10b981, #059669);
	box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}
.era-mobile .progress-fill {
	background: linear-gradient(90deg, #10b981, #059669);
}
.era-mobile .timeline-slider::-webkit-slider-thumb,
.era-mobile .timeline-slider::-moz-range-thumb {
	border-color: #10b981;
}
.era-mobile .tick.active {
	background: linear-gradient(135deg, #10b981, #059669);
}
.era-mobile .year-label.active {
	color: #059669;
	text-shadow: 0 0 8px rgba(16, 185, 129, 0.3);
}

.era-modern {
	background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-modern .event-icon {
	background: linear-gradient(135deg, #6b7280, #4b5563);
	box-shadow: 0 10px 25px rgba(107, 114, 128, 0.3);
}
.era-modern .progress-fill {
	background: linear-gradient(90deg, #6b7280, #4b5563);
}
.era-modern .timeline-slider::-webkit-slider-thumb,
.era-modern .timeline-slider::-moz-range-thumb {
	border-color: #6b7280;
}
.era-modern .tick.active {
	background: linear-gradient(135deg, #6b7280, #4b5563);
}
.era-modern .year-label.active {
	color: #4b5563;
	text-shadow: 0 0 8px rgba(107, 114, 128, 0.3);
}

.era-future-tech {
	background: linear-gradient(135deg, #fdf4ff 0%, #f3e8ff 100%);
	transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.era-future-tech .event-icon {
	background: linear-gradient(135deg, #a855f7, #7c3aed);
	box-shadow: 0 10px 25px rgba(168, 85, 247, 0.3);
}
.era-future-tech .progress-fill {
	background: linear-gradient(90deg, #a855f7, #7c3aed);
}
.era-future-tech .timeline-slider::-webkit-slider-thumb,
.era-future-tech .timeline-slider::-moz-range-thumb {
	border-color: #a855f7;
}
.era-future-tech .tick.active {
	background: linear-gradient(135deg, #a855f7, #7c3aed);
}
.era-future-tech .year-label.active {
	color: #7c3aed;
	text-shadow: 0 0 8px rgba(168, 85, 247, 0.3);
}

@media (max-width: 768px) {
	
	.timeline-container {
		padding: 2.5rem 2rem;
		margin: 0;
		border-radius: 16px;
	}

	.timeline-title {
		font-size: 2rem;
	}

	.timeline-subtitle {
		font-size: 1rem;
	}

	.event-year {
		font-size: 2.5rem;
	}

	.event-company {
		font-size: 1.25rem;
	}

	.event-description {
		font-size: 1rem;
	}

	.event-icon {
		width: 60px;
		height: 60px;
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.timeline-content {
		min-height: 280px;
		margin-bottom: 3rem;
	}

	.slider-container {
		padding: 0 0.5rem;
	}

	.year-labels {
		padding: 0 0.5rem;
		font-size: 0.75rem;
	}
}

@media (max-width: 480px) {
	.timeline-container {
		padding: 2rem 1.5rem;
		padding-bottom: 3.5rem;
	}

	.timeline-title {
		font-size: 1.75rem;
	}

	.event-year {
		font-size: 2rem;
	}

	.year-labels {
		font-size: 0.7rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.year-label {
		transform: rotate(90deg) translateY(0) !important;
		transform-origin: top left;
	}
}

/* Animation keyframes */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	60% {
		opacity: 1;
		transform: translateY(-5px);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	40% {
		transform: translateY(5px);
	}
	to {
		opacity: 0;
		transform: translateY(20px);
	}
}

@keyframes fadeInUpContent {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	60% {
		opacity: 1;
		transform: translateY(3px);
	}
	to {
		transform: translateY(0);
	}
}
.ser-box-1{
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	border-bottom:10px solid #C00703;
}
.ser-box-1 img{
    border-radius:15px;
    margin-bottom:20px;
}
.item-service{
	padding: 15px;
}
.ser-box-1 .txt1{
	font-size: 20px;
	font-weight: 600;
	color: #cd1719;
	text-transform: uppercase;
}
.ser-box-1 .txt2{
	font-size: 14px;
	color:#059669;
	margin: 20px 0px;
}
.ser-box-1 a{
	text-decoration: none;
	color: #cd1719;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.ser-box-1 a:hover{
	text-decoration: underline;
	color: #cd1719;
}
.news-txt a{
	text-decoration: none;
	color: #cd1719;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.news-txt a:hover{
	text-decoration: underline;
	color: #cd1719;
}
.mobilebtn{
	display:none;
}
.form-error{
    font-size:11px;
}
@media only screen and (min-width:320px) and (max-width:1080px){
	#mainnav{
		position: fixed;
		width:60%;
		height: 100vh;
		background-color: #ffffff;
		left: 0px;
		top: 0px;
		display: none;
		overflow-x: scroll;
	}
	.brand-logo {
		width: 50%;
	}
	.head2 {
    font-size: 30px;
    padding: 100px 0px 43px 0px;
	}
	.founder-name {
    background-color: #cd1719;
    right: 30px;
    left: 30px;
    width: auto;
    text-align: center;
}
.body-txt-col {
    padding: 30px 20px 0px 20px;
    text-align: center;
}
.service-box {
    margin: 15px;
}
.formstyle {
    padding: 0px 0px 0px 0px;
}
.comp-about {
    padding: 30px;
    text-align: center;
}
.about-footer{
	text-align: center;
}
.subscribe-form{
	text-align: center;
}
.mobilebtn{
	display:block;
	outline: none;
	background-color: transparent;
	font-size: 40px;
	border: none;
	padding: 10px 10px;
	color: #ffffff;
}
.mobilebtn-black{
	color: #353535;
}
.body-txt-col h3 {
    font-size: 32px;
}
.inner-header {
    font-size: 32px;
}
.testimonial-item{
	text-align: center;
}
.testimonial-item img{
	width: 25% !important;
	margin: 0px auto;
	margin-bottom: 20px;
}
.nav-item {
    float: none;
}
.nav-link {
    padding: 10px 30px;
	display: block;
}
.mega-menu {
    position: relative;
	width: 100%;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0) !important;
}
.nav-list {
    float: none;
}
.mm-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    max-height: 100%;
    overflow-y: auto;
}
.slider-txt {
    position: absolute;
    width: 80%;
    z-index: 2;
    top: 28%;
    left: 10%;
    right: 10%;
    text-align: center;
}
.slider-txt .head {
    font-size: 27px;
    line-height: 36px;
}
.nav-link {
    color: #353535;
}
.nav-link:hover {
    color: #353535;
}
.slider-txt .sub-head {
    font-size: 15px;
}
}
#msgReturn20{
    font-size:13px;
}