
        /* Code Rain Background Section */
        .hero-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            background: linear-gradient(to bottom, #000000, #1a1a2e, #16213e);
        }

        /* Canvas for code rain effect */
        #matrix-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        /* Content wrapper */
        .hero-content {
            position: relative;
            z-index: 10;
            text-align: center;
            color: white;
            padding: 40px 20px;
            max-width: 900px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .hero-content h1 {
            font-size: 3.5rem;
      margin-bottom: 1rem;
      text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
      animation: glow 2s ease-in-out infinite alternate;
        }

    @keyframes glow {
      from { text-shadow: 0 0 20px rgba(0, 255, 255, 0.5); }
      to { text-shadow: 0 0 30px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.6); }
    }

        .hero-content p {
            font-size: 1.3em;
            margin-bottom: 30px;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.8);
            line-height: 1.6;
            color: #e0e0e0;
        }

        .cta-button {
            padding: 18px 45px;
            background: linear-gradient(135deg, #00ff00 0%, #00cc00 100%);
            color: #000;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            font-size: 1.1em;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow: 0 10px 30px rgba(0, 255, 0, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0, 255, 0, 0.5);
            background: linear-gradient(135deg, #00cc00 0%, #009900 100%);
        }

        /* Services section with tech badges */
        .services-badges {
            position: relative;
            z-index: 10;
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .badge {
            padding: 12px 25px;
            background: rgba(0, 255, 0, 0.1);
            border: 1px solid rgba(0, 255, 0, 0.3);
            border-radius: 25px;
            color: #00ff00;
            font-size: 0.9em;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2em;
            }

            .hero-content p {
                font-size: 1em;
            }

            .cta-button {
                padding: 15px 35px;
                font-size: 1em;
            }

            .content-section h2 {
                font-size: 1.8em;
            }

            .services-badges {
                gap: 10px;
            }

            .badge {
                padding: 10px 20px;
                font-size: 0.8em;
            }
        }

/* ================= SERVICES ================= */
.services {
  padding: 3rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: #fff;
  padding: 2rem;
  
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 20px 20px 50px grey;

   border-radius: 15px;
      border: 1px solid rgba(0, 255, 255, 0.2);
      transition: all 0.3s;
      backdrop-filter: blur(10px);
}
.service-card:hover {
      transform: translateY(-10px);
      border-color: #00ffff;
      box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
    }

.service-card h2 {
  margin-bottom: 1rem;
  color: #0077cc;
}


/* About + Why Section */


.about-why {
 gap: 1.5rem;
padding: 3rem 0;
}

.why-box {
background: #f9f9f9;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 20px 20px 50px grey;
  margin-bottom:60px;
    text-align: center;
  transition: transform 0.3s;
  
   border-radius: 15px;
      border-left: 4px solid #00ffff;
      border-right: 4px solid #00ffff;
}

.why-box:hover {
  transform: translateY(-5px);

  transform: scale(1.05);
   border-color: #00ffff;
   box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}
.why-box h2 {
 font-size: 1.8rem;
  text-align: center;
  color: #00ffff;
  margin-bottom: 1rem;
   background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
     
}

.why-box p{
  text-align: center;
}
.why-box p:hover{
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  transform: scale(1.05);
   transition: transform 0.3s;
}
.why-box ul {
  list-style: none;
  padding: 0;
}
.why-box ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  padding: 10px;
}
.why-box ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  transform: scale(1.05);
   transition: transform 0.3s;
}


/* Contact Info */
.contact-info {
  text-align: center;
  padding: 2rem;
  background: #f5f5f5;
  box-shadow: 20px 20px 50px grey;
}

/*glow start-2 */
.i {
	color: black;
	font-size: 20px;
        text-decoration: none;
	border: none;
	outline: none;
	color: #;
	background: #;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 5px;
}

.i:before {
	content: '';
	background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	border-radius: 5px;
}

.i:before {
	opacity: 1;
}

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

	50% {
		background-position: 600% 0;
	}

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

i:before {
	color: white;
	background: black;
}

/*glow end-2*/

.services h2{
   text-align:center;
	text-shadow: 4px 4px 2px silver;
	 animation: mymove 2s infinite;
}

@keyframes mymove {
  50% {text-shadow: 10px 20px 30px blue;}
}


.slide{
	background-color:white;
	border-width: 1px;
       border-style: solid;
	border-color:black;
	margin:6px;	
}

.slide-content{
	border-width: 1px;
        border-style: solid;
	border-color:black;
	background-color:transparent;			
}
.slide-content p{
       background-color:transparent;
	text-decoration: none ;
	color:black;
	padding: 10px 0;
	margin: auto;
	font-size: 20px;
	text-align:center;
}
.slide-content {
	margin: 8px;
	width: 250px;
	height: 120px;
	background-color: lightgray;
        border-radius: 12px;
	overflow: hidden;
	position: relative;
}


.slid-er {
	border-width: 1px;
	border-color: lightgray;
	border-style: solid;
	height: 156px;
	margin: auto;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.3);
}

.slid-er .slides {
	display: flex;
}

.button-container {
	 position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	transition: opacity 0.15s;
}

.button-container:hover {
	opacity: 1;
}

.button-container:hover .button {
	transform: translate(-50%, -50%);
	
}

.button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% + 12px));
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.25s;
	padding: 0 8px;
	border-radius: 12px;
	color: white;
	outline: 2px solid transparent;
	
}

.button:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	margin: 0 3px 0 5px;
	filter: invert(1);

}

.button:hover {
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 0 2px gray;
		
}


