/* Import fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Orbitron:wght@700&display=swap');


@media (min-width:1350px) {
    .container{
        max-width: 85% !important;
    }
}

.logo-container {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    letter-spacing: -0.5px; /* Tights spacing for modern look */
}
.link-tag, .link-tag:hover{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	margin-left: 2rem;
	/* border-bottom: 1px solid #fff; */
	text-decoration: underline;
	i{
		rotate: -30deg;
		/* font-weight: 500; */
	}
}

.text-viweb {
    font-weight: 700; /* Bold */
    color: #FFFFFF;   /* White */
}

.text-labs {
    font-family: 'Orbitron', sans-serif; /* The Tech Font */
    font-weight: 700; /* Bold */
    color: #39FF14;   /* Neon Green */
}

.slogan {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; /* Regular/Light */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}
html {
	scroll-behavior: smooth;
	font-size: 1rem;

}

body {
	background: url(images/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Montserrat';
	overflow-x: hidden;
	background-attachment: fixed;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	 font-family: 'Montserrat', sans-serif;
	
	
	p{
		font-size: 16px;
		font-weight: 200;
		letter-spacing: 1px;
		word-spacing: 2px;
	}
}
.navbar-brand{
	img{
		border-radius: 50px;
		transition: all 0.5s;
	}
}
.footer-logo{
	border-radius: 50px;
	transition: all 0.5s;
}
footer{
	background: black !important;
	.container-fluid.bg-dark{
		background: black !important;
	}
}
.welcome-text{
	border-radius: 10px 50px 50px 100px;
}

.resume-pop{
	z-index: 999;
    right: 0;
    top: 200px;
    background: #a0efa0;
    padding: 3px;
    border-radius: 20px 0 0 20px;
	background: -webkit-gradient(to right, #a2ccb6 0%, #fceeb5 50%, #ee786e 100%);
    background: linear-gradient(to right, #a2ccb6 0%, #fceeb5 50%, #ee786e 100%);
    background-size: 500%;
    border: none;
    border-radius: 5rem 0 0 5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 4rem; */
    letter-spacing: 0.05em;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-weight: bold;
}
header {
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: rgb(36 55 63 / 42%);
    z-index: 9;
    backdrop-filter: blur(10px);
    max-width: 90%;
    margin: auto;
    border-radius: 50px;
    top: 10px;
	z-index: 999;
}

.nav-item.active {
	color: white;
}


/* particle.js */
#particles-js {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-section{
    display: flex;
    align-items: center;
    height: calc(100vh - 150px);
}
.hero-contents{
    max-width: 85%;
}

/* tail star style */
.moving-star {
	transform: rotate(-30deg);
}

.moving-star2 {
	transform: rotate(190deg);
}

.tail-star, .tail-star2 {
	display: inline-block;
	background: white;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	position: relative;
	animation: tail-star-move 5s ease-in infinite;
	transform: translateX(-100px);
	opacity: 0.5;

}

.tail-star:nth-of-type(2) {
	top: 350px;
	animation-delay: 2.5s;
}

.tail-star2:nth-of-type(2) {
	top: 350px;
	animation-delay: .5s;
}

@keyframes tail-star-move {
	from {
		transform: translateX(100vw);
		opacity: 1;
	}

	to {
		transform: translateX(-100vw);
		opacity: 0.8;
	}
}

.tail-star:after, .tail-star2:after {
	content: "";
	width: 120px;
	height: 3px;
	background: linear-gradient(to right, white, transparent);
	position: absolute;
	left: 100%;
	border-radius: 0 50% 50% 0;
}


/* tail star style end*/
.display-4.font-weight-bold{
	background: linear-gradient(225deg, #04fffe 14.89%, #2ac870 85.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.container-myfluid {
	background-color: rgba(0, 0, 0, 0.4);

	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.container .img1 {
	border-radius: 50%;
}

.align-middle {
	display: flex;
	justify-content: center;
	align-items: center;
	;
}
.our-services {
	button{
		height: 42px;
        /* width: 141px; */
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 0px 15px;
	}
}

/* animated card style */
.card-group .card.bg-info {
	background-color: #f0ecfc;
	background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
	transition: ease-in-out all 0.5s;

}

.card-group .card.bg-dark {
	background-color: #4dccc6;
	background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
	transition: ease-in-out all 0.5s;
}

.card-group .card.bg-info:first-child:hover {
	transition: ease-in-out all 0.5s;
	transform: translate(-20px, -20px);
	cursor: pointer;

}

.card-group .card.bg-info:last-child:hover {
	transition: ease-in-out 0.5s;
	transform: translate(20px, 20px);
	cursor: pointer;
}

.card-group .card.bg-dark:first-child:hover {
	transition: ease-in-out 0.5s;
	transform: translate(-20px, 20px);
	cursor: pointer;
}

.card-group .card.bg-dark:last-child:hover {
	transition: ease-in-out 0.5s;
	transform: translate(20px, -20px);
	cursor: pointer;
}


/* animated card style end*/



/* button style */
button{
	-webkit-appearance: none;
	background: -webkit-gradient(to right, #a2ccb6 0%, #fceeb5 50%, green 100%);
	background: linear-gradient(to right, #a2ccb6 0%, #fceeb5 50%, green 100%);
	background-size: 500%;
	border: none;
	border-radius: 5rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 46px;
	letter-spacing: 0.05em;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* width: 10rem; */
	font-weight: 600;
	transition: all 0.5s;
}
.viweblabs-big-logo{
    border-radius: 100px;
	cursor: pointer;
	box-shadow: 3px 0px 48px aquamarine;
	transition: all 0.5s;
}
.navbar-brand img:hover, .footer-logo:hover{
	box-shadow: 10px 10px 10px aquamarine;
	box-shadow: 3px 0px 25px aquamarine;
	transition: all 0.5s;
}
.contact-us{
	input,textarea{
		background-color: transparent;
		color: #fff;
		border-radius: 11px;
	}
	input:focus,textarea:focus{
		color: #050505;
	}
}

button:hover {
	animation-name: gradient;
	-webkit-animation-name: gradient;
	animation-duration: 2s;
	-webkit-animation-duration: s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	transition: all 0.5s;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100%;
	}
}

/* button style end */


/* rotation earth */
.earth {
	z-index: 999;
	/* margin: auto; */
    margin-left: auto;
	/* position: absolute; */
	border-radius: 50%;
	height: 400px;
	width: 400px;
	background: url(images/earth.jpeg);
	box-shadow: inset 0 0 20px #03a9f4,
		0 0 120px #03a9f4;
	animation: animationEarth 60s linear infinite;
}

@keyframes animationEarth {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 102.5%;
	}
}


.earth2 {
	position: absolute;
	top: 0%;
	;
	border-radius: 50%;
	z-index: -999;
	box-shadow: inset 50px 0px 20px 0px #050505,
		0 0 120px #bec3c5;
	animation: animationSvg 60s linear infinite;
	width: 150px;
	height: 150px;
	background: url(images/lunar.jpg);
}


@keyframes animationSvg {
	0% {
		background-position: 0%;
	}

	100% {
		background-position: 102.5%;
	}
}






.fw-bold{
	font-weight: bold;
}

.about-sec{
	p{
		text-align: justify;
		letter-spacing: 1px;
		word-spacing: normal;
	}
}

.opacity-50{
	opacity: 0.5;
}
.work-experience{
	li,p{
		font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
        word-spacing: 1.5px;
	}
}
.contact-icons{
	position: absolute;
    bottom: 0px;
    background: white;
    padding: 12px;
	img{
		width: 25px;

	}
}
.filterTabs button.active {
	/* background-color: #52e2e7 !important; */
	background: none;
	background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
  }

/* responsive */

@media (max-width:600px) {
	/* body{
		overflow-x: hidden;
	} */
	 .resume-pop {
		font-size: 10px;
	 }
	.moving-star, .moving-star2 {
		overflow: hidden !important;
	}

	.earth {
		margin-top: 5rem;
		height: 325px;
		width: 325px;
	}

	.display-4 {
		font-size: 2.5rem;
	}

	footer .border-secondary {
		border-right: none;
	}

	footer .col-md-4 {
		padding-bottom: 1rem;
	}

	footer .text-center {
		text-align: left !important;
	}
}



/* our services section css*/

.our-services{
	margin:7rem 0;
    margin-bottom: 0;
	.service-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    /* background: #161623b8; */
	padding: 3rem 0;
}

.service-body::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 0, 0, 0.853), rgba(255, 0, 255, 0.756));
	
    clip-path: circle(30% at right 70%); */

	content: '';
        position: absolute;
        top: 24px;
        /* left: 0; */
        right: -38%;
        width: 61%;
        height: 135%;
        background: linear-gradient(rgba(255, 0, 0, 0.853), rgba(255, 0, 255, 0.756));
        clip-path: circle(30% at right 70%);
        clip-path: circle(30% at 40% 41%);
        opacity: 0.5;
}

.service-body::after {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#2196f3, #e91e63);
    clip-path: circle(20% at 10% 10%);
	clip-path: circle(30% at 40% 41%); */


	content: '';
        position: absolute;
        top: -37px;
        left: 0;
        width: 32%;
        height: 95%;
        background: linear-gradient(#2196f3, #e91e63);
        clip-path: circle(20% at 10% 10%);
        clip-path: circle(40% at 26% 45%);
        opacity: 0.5;
}

.container-service{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 1200px; */
    flex-wrap: wrap;
    z-index: 1;
	column-gap: 3.5rem;
}

.card {
    position: relative;
    display: flex;
    width: 400px;
    height: 430px;
    /* margin: 30px; */
    box-shadow: 20px 20px 50px rgba(0, 0, 0, .5);
    border-radius: 15px;background: rgba(255, 255, 255, .1);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-left: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(25px);
}

.content {
    padding: 20px;
    text-align: center;
    transform: translateY(35px);
    opacity: 1;
    transition: .5s;
}

.card:hover .content {
    transform: translateY(20px);
    opacity: 1;
}

.content h2 {
    position: absolute;
    top: -90px;
    right: 30px;
    font-size: 115px;
    color: rgba(255, 255, 255, 0.098);
    pointer-events: none;
	font-weight: 600;
    font-family: 'Orbitron', sans-serif;
}

.content h3 {
    font-size: 28px;
    color: #fff;
    z-index: 1;
	background: linear-gradient(225deg, rgb(4, 255, 254) 14.89%, rgb(42, 200, 112) 85.85%) text;
    -webkit-text-fill-color: transparent;
	font-weight: 600;
}


.content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 15px;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

/* Gradient overlay */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(99, 102, 241, 0.12),   /* bottom color (very light) */
    rgba(99, 102, 241, 0.02),   /* top color (almost transparent) */
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.card:hover::before {
  opacity: 1;
}



/* Keep content above gradient */
.card .content {
  position: relative;
  z-index: 1;
}
}
/* our services section css end*/

.fact-about-us-img{
	width: 75%;
	height: 500px;
	object-fit: cover;

}


/* testi start */
	.testimonial{


.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
	border-radius: 50px;
	margin: auto;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
	
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	/* background-color: #ccf1a676; */
	border: 0.8px solid rgb(13, 247, 251);
	border-radius: 10px;
	z-index: -1;
	backdrop-filter: blur(3px);
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;

}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 60px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
}
.owl-nav{
	button:focus{
		outline: none;
	}
}

	}
/* testi end */



/* conatct page */
.contact-us{
	.contact-page-form{
		padding: 20px;
		border-radius: 15px;
		background: #ffffff0d;
		backdrop-filter: blur(20px);
		/* position: relative; */
	}
}	
.location-quote{
		font-size: 2rem;
		background: linear-gradient(225deg, #04fffe 14.89%, #2ac870 85.85%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: justify;
}



/* GRID LAYOUT: Puts cards side-by-side on PC, stacked on Mobile */
.footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* Auto-responsive */
    gap: 15px;
    margin-top: 20px;
}

/* THE CARD STYLE */
.contact-card {
    background: rgba(255, 255, 255, 0.03); /* Very transparent dark bg */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Thin subtle border */
    padding: 15px;
    border-radius: 12px; /* Smooth rounded corners */
    display: flex;
    align-items: center;
    gap: 15px; /* Space between icon and text */
    transition: all 0.3s ease; /* Smooth animation */
	cursor: pointer;
}

/* TEXT STYLING */
.card-text {
    display: flex;
    flex-direction: column;
}

.card-text strong {
    color: #fff;
    font-family: 'Exo 2', sans-serif; /* Your Headings Font */
    font-size: 1rem;
    margin-bottom: 2px;
}

.card-text span {
    color: #aaa; /* Lighter text for details */
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
}

/* ICON BOX STYLING */
.icon-box {
    width: 40px;
    height: 40px;
    background: rgba(0, 255, 136, 0.1); /* Faint Green Background */
    border-radius: 50%; /* Circle shape */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00ff88; /* Neon Green Icon */
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

/* --- HOVER EFFECTS (The Magic) --- */
.contact-card:hover {
    background: rgba(255, 255, 255, 0.08); /* Slightly lighter on hover */
    border-color: #00ff88; /* Border turns Neon Green */
    transform: translateY(-3px); /* Moves up slightly */
    box-shadow: 0 5px 15px rgba(0, 255, 136, 0.15); /* Green Glow below */
}

.contact-card:hover .icon-box {
    background: #00ff88; /* Icon circle fills with green */
    color: #000; /* Icon turns black for contrast */
}

.right-0{
	right:0;
}
.z-index{
	z-index: 0;
}
.earth.earth-contact{
	right: -145px;

}

/* services page css */
/* 1. HERO SECTION */
       

     

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .service-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 16px;
            border-radius: 16px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .service-card:hover {
            transform: translateY(-10px);
            border-color: #00ff88;
            box-shadow: 0 10px 30px rgba(0, 255, 136, 0.1);
        }

        .service-icon {
            font-size: 2rem;
            color: #00ff88;
            margin-bottom: 20px;
            background: rgba(0, 255, 136, 0.1);
            width: 60px;
            height: 60px;
            border-radius: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .service-card h3 {
            font-family: 'Exo 2', sans-serif;
            font-size: 1.5rem;
            color: #fff;
            margin-bottom: 15px;
        }

        .service-card p {
            color: #aaa;
            line-height: 1.6;
            margin-bottom: 20px;
        }

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

        .service-features li {
            color: #ddd;
            margin-bottom: 10px;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .service-features li i {
            color: #00ff88;
            font-size: 0.8rem;
        }

      /* --- PROCESS SECTION (Orbitron & Montserrat Edition) --- */

.process-section {
    padding: 80px 0;
    background: #0a0a0a; /* Deep dark background */
    text-align: center;
	padding-bottom: 100px;
}

/* Section Title - Orbitron */
.section-title {
    /* font-family: 'Orbitron', sans-serif; */
    font-weight: 700;
    /* font-size: 2.5rem; */
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Subtitle - Montserrat */
.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #aaa; /* Neon accent */
    font-size: 1rem;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Grid Layout */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: left; /* Aligns text inside cards to left */
}

/* The Card */
.process-card {
    background: rgba(255, 255, 255, 0.02); /* Very faint glass effect */
    border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 20px;
    transition: all 0.3s ease;
    border-radius: 4px; /* Slight rounded corners */
}

.process-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #00ff88; /* Green border on hover */
    transform: translateY(-5px);
}

/* Step Number Area */
.step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* The Big Number - Orbitron */
.step-num {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1); /* Ghostly white */
    transition: color 0.3s ease;
}

.process-card:hover .step-num {
    color: #00ff88; /* Lights up green on hover */
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.4);
}

/* The Line next to number */
.step-line {
    flex-grow: 1; /* Fills remaining space */
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.process-card:hover .step-line {
    background: #00ff88; /* Line turns green on hover */
}

/* Step Title - Montserrat Bold */
.step-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Step Description - Montserrat Regular */
.step-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.6;
}

        /* 4. CTA BANNER */
        /* --- CTA BANNER (Orbitron & Montserrat Edition) --- */

.cta-banner {
    padding: 100px 20px;
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
 
    text-align: center;
    position: relative;
    overflow: hidden;
	background: linear-gradient(135deg, #004d2e, #000000);
}

/* Optional: Adds a faint "Grid" background effect */
.cta-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        linear-gradient(rgba(0, 255, 136, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 136, 0.03) 1px, transparent 1px);
    background-size: 40px 40px; /* Grid size */
    opacity: 0.5;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2; /* Ensures text is above the grid background */
    max-width: 800px;
    margin: 0 auto;
}

/* Heading - Orbitron */
.cta-title {
    /* font-family: 'Orbitron', sans-serif; */
    /* font-size: 3rem; */
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.2); /* Soft glow */
}

/* Text - Montserrat */
.cta-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
}

/* Button Styling */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #00ff88; /* Neon Green */
    color: #000; /* Black Text */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 25px;
    border-radius: 4px; /* Slight rounded, tech feel */
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.3); /* Green Glow */
	border-radius: 50px;
}

/* Button Hover Effect */
.cta-btn:hover {
    background: #fff; /* Turns white */
    color: #000;
    transform: translateY(-3px); /* Floats up */
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6); /* Stronger Glow */
}

.cta-btn i {
    transition: transform 0.3s ease;
}

.cta-btn:hover i {
    transform: translateX(5px); /* Arrow moves forward */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2rem;
    }
}
	
/* services page css end */



/* --- FAQ SECTION (Orbitron & Montserrat Edition) --- */

.faq-section {
    padding: 90px 0;
	padding-bottom: 100px;
}

/* Title - Orbitron */
.faq-title {
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Subtitle - Montserrat */
.faq-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #888;
    text-align: center;
    margin-bottom: 60px;
}

/* Container for the list */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between questions */
}

/* The Card (Closed State) */
.faq-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* The Card (Open State) */
.faq-card[open] {
    background: rgba(255, 255, 255, 0.06); /* Slightly lighter */
    border-color: rgba(0, 255, 136, 0.3); /* Green border appears */
    border-left: 3px solid #00ff88; /* Green accent bar on left */
}

/* The Question (Summary) */
.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Bold text */
    font-size: 1.1rem;
    color: #fff;
    list-style: none; /* Hides default triangle */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

/* Hides default marker in Chrome/Safari */
.faq-question::-webkit-details-marker {
    display: none;
}

/* Hover Effect */
.faq-question:hover {
    color: #00ff88;
}

/* The Icon (+ sign) */
.faq-icon {
    color: #00ff88;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

/* Icon Rotation when Open */
.faq-card[open] .faq-icon {
    transform: rotate(45deg); /* Turns (+) into (x) */
    color: #fff;
}

/* The Answer */
.faq-answer {
    padding: 0 25px 25px 25px;
    animation: fadeIn 0.4s ease; /* Smooth fade in */
}

.faq-answer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: #ccc;
    line-height: 1.7;
    margin: 0;
}

/* Animation Keyframes */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


/* tech stack section css start */
/* --- TECH STACK SECTION (Updated) --- */

.tech-stack-section {
    padding: 80px 0;
    background: #0d0d0d61; /* Slightly different dark shade to separate sections */
    text-align: center;
}

.tech-title {
    /* font-family: 'Orbitron', sans-serif; */
    /* font-size: 3rem; */
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.tech-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 1rem;
    margin-bottom: 50px;
}

.tech-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px; /* Space between items */
    align-items: center;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
    width: 100px; /* Fixed width for alignment */
}

.tech-item:hover {
    transform: translateY(-5px); /* Float up on hover */
}

.tech-item i {
    font-size: 3.5rem; /* Icon Size */
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.1)); /* Subtle glow */
    transition: all 0.3s ease;
}

.tech-item:hover i {
    filter: drop-shadow(0 0 15px currentColor); /* Glows with the icon's own color */
}

.tech-item span {
    font-family: 'Montserrat', sans-serif;
    color: #aaa;
    font-size: 0.9rem;
    font-weight: 600;
}
/* tech stack css end */


/* about us */
/* =========================================
   ABOUT PAGE RE-DESIGN (Dark Tech Theme)
   ========================================= */

   /* home page */
    .about-us{
        background: #0a0a0a;
        padding: 80px 0;
        background: linear-gradient(31deg, #02211494, #000000d4);
    }
   /* homepage end */


  
/* --- 1. Global Utilities for this page --- */
.section-padding { padding: 100px 0; }
.text-center { text-align: center; }
.relative-z { position: relative; z-index: 2; }
.neon-subtitle {
    color: #00ff88;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* --- 2. Hero Section --- */
.page-header {
    padding: 50px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-title {
    /* font-family: 'Orbitron', sans-serif; */
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}
.neon-text {
    color: #00ff88;
    text-shadow: 0 0 15px rgba(0, 255, 136, 0.5);
}
.hero-desc {
    font-family: 'Montserrat', sans-serif;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* --- 3. Feature Grid (Overlapping) --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: -30px; /* Overlap Effect */
    position: relative;
    z-index: 5;
}

.feature-card {
    background: #111; /* Dark background */
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    border-bottom-color: #00ff88;
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.1);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-bottom-color: #00ff88; /* Neon bottom border */
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.1);
}

.feature-card .icon-box {
    font-size: 1.5rem;
    color: #00ff88;
    margin-bottom: 20px;
    background: rgba(0, 255, 136, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-card h3 {
    color: #ffffffeb;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-card p {
    font-family: 'Montserrat', sans-serif;
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* --- 4. Vision/Mission Grid --- */
.vision-section {
    margin: -50px 0;
    background: linear-gradient(135deg, #3c4b4b, #111);
    position: relative;
    margin-bottom: 0;
}
.vision-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 255, 136, 0.072) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 136, 0.088) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
    pointer-events: none;
}
.vm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;

}
.vm-card {
    background: rgba(255,255,255,0.02);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.5s;
     background: #111;
    /* border-color: #00ff88; */
    transform: translateY(-5px);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    
}
.vm-card:hover {
    background: #000000a4;
    /* border-color: #00ff88; */
    transform: translateY(-5px);
    border-bottom: 1px solid #00ff88;
    border-left: 1px solid #00ff88;
    transition: all 0.5s;
}
.vm-card .box-icon {
    font-size: 2rem;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 20px;
    transition: all 0.5s;
     color: #00ff88;
}
.vm-card:hover .box-icon {
    color: #00ff88;
    opacity: 1;
    transition: all 0.5s;
}
.vm-card h3 {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
        transition: all 0.5s;
}
.vm-card:hover h3{
    color: #00ff88;
        transition: all 0.5s;
}
.vm-card p {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* --- 5. Why Choose Us (Split) --- */
.choose-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.section-heading {
    /* font-family: 'Orbitron', sans-serif; */
    /* font-size: 2.2rem; */
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-desc {
    font-family: 'Montserrat', sans-serif;
    color: #e1e0e0;
    line-height: 1.7;
    margin-bottom: 30px;
}
.choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.choose-item {
    background: rgb(0 0 0 / 56%);
    padding: 25px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}
.choose-item:hover {
    border-color: #00ff88;
}
.choose-item i {
    color: #00ff88;
    font-size: 1.5rem;
    margin-bottom: 15px;
    background: rgba(0, 255, 136, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-item h4 {
    color: #fff;
    /* font-family: 'Orbitron', sans-serif; */
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
}
.btn-consult{
    border-radius: 50px !important;
    font-family: 'Montserrat', sans-serif;
     font-family: 'Montserrat', sans-serif !important;
        text-transform: uppercase !important;
}
.choose-item p {
    color: #d5d4d4;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* --- 6. Process Section --- */
.process-bg {
    background: #080808;
}
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}
.step-card {
    background: #050505;
    padding: 40px 20px;
    border: 1px solid #00ff8849;
    border-radius: 8px;
}
.step-number {
    display: inline-block;
    width: 50px; height: 50px; line-height: 50px;
    background: #00ff88;
    color: #000;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
}
.step-card h3 {
    color: #fff;
    /* font-family: 'Orbitron', sans-serif; */
    margin-bottom: 10px;
    font-weight: 600;
}
.step-card p {
    color: #aaa;
    font-family: 'Montserrat', sans-serif;
}

/* --- 7. CTA Section --- */
.cta-section {
    margin: 100px 0;
    /* background: linear-gradient(135deg, #3c4b4b, #111); */
    /* border-top: 1px solid #00ff88; */
    text-align: center;
    position: relative;
     background: linear-gradient(135deg, #004d2e, #000000);
}
.cta-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 255, 136, 0.072) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 136, 0.088) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
    pointer-events: none;
}
.cta-title {
    /* font-family: 'Orbitron', sans-serif; */
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 15px;
       
}
.cta-text {
    font-family: 'Montserrat', sans-serif;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px;
}
.btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background: #00ff88;
    color: #000;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
}
.btn-primary:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .choose-wrapper { grid-template-columns: 1fr; }
    .hero-title { font-size: 2rem; }
    .features-grid { margin-top: 20px; } /* Remove overlap on mobile */
    .page-header { padding: 120px 0 50px; }
}
/* about section end */
