* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
        
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000000;
    color: white;
    overflow-x: hidden;
}

       
/* Navigation */
.navbar {
    position: fixed; /* Make it fixed so it stays on top */
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(128, 0, 128, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 95px;
    z-index: 1000;
}
        
.logo img {
    width: 180px;
    height: 60px;
}
        
.nav-menu {
    display: flex;
    align-items: center;
    gap: 35px;
}
        
.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
}
        
.nav-link:hover,
.nav-link.active {
    color: #d800d8;
}
        
.search-icon {
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.search-icon:hover{
    color: #d800d8;
}

/* Main Content */
.main-content {
    margin-bottom: 60px;
}
        
/* Hero Section */
.service-hero {
    background: linear-gradient(135deg, rgba(128, 0, 128, 0.4), rgba(216, 0, 216, 0.4));
    padding: 80px 0 60px;
    text-align: center;
}
        
.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 80px;
    color: white;
    margin-bottom: 30px;
}
        
.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #cccccc;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.service{
	margin-bottom: 60px;
}

.title-sec{
    width: 100%;
    height: 100px;
    font-size: 60px;
    text-align: center;
    color: #d800d8; 
    padding-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.service-section{
	padding: 100px 0;
    width: 100%;
}

.text-container{
	display: grid;
    width: 100%;
    grid-template-columns: 1.5fr 1.5fr;
    height: 400px;
    gap: 10px;
    padding: 0 95px;
}

.text-contant{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px 0px;
}

.text-contants{
	justify-items: center;
	padding: 20px 0px;
}

.rec-box{
	position: relative;
  	width: 350px;
  	height: 50px;
}

.text{
	position: absolute;
  	top: 11px;
  	left: 76px;
  	font-weight: 800;
  	display: flex;
  	align-items: center;
  	width: 230px;
  	height: 28px;
}

.text-icon{
	position: absolute;
  	top: 0px;
  	left: 6px;
  	width: 50px;
  	height: 50px;
  	object-fit: cover;
}

.text-image{
	display: flex;
    position: relative; /* Optional if you add more layers later */
    align-items: center;
}

.rec-bottom1 {
	width: 500px;
    height: 400px;
    top: 0px;
    right: 0px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(10deg);
    transform-origin: 0 0;
}

.rec-middle1 {
	width: 500px;
    height: 400px;
    top: 10px;
    right: 10px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(10deg);
    transform-origin: 0 0;
}

.rec-img1 {
	width: 500px;
    height: 400px;
    top: 20px;
    right: 20px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(10deg);
    transform-origin: 0 0;
    background-size: cover;         /* Ensures full coverage */
    background-position: center;    /* Keeps image centered */
    background-repeat: no-repeat;   /* Prevents tiling */
}


.rec-bottom2 {
    width: 500px;
    height: 400px;
    top: 95px;
    left: 0px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(-10deg);
    transform-origin: 0 0;
}

.rec-middle2 {
    width: 500px;
    height: 400px;
    top: 105px;
    left: 10px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(-10deg);
    transform-origin: 0 0;
}

.rec-img2 {
    width: 500px;
    height: 400px;
    top: 115px;
    left: 20px;
    position: absolute;
    border-radius: 60px;
    background-color: #d800d880;
    transform: rotate(-10deg);
    transform-origin: 0 0;
    background-size: cover;         /* Ensures full coverage */
    background-position: center;    /* Keeps image centered */
    background-repeat: no-repeat;   /* Prevents tiling */
}

.ellipse-div {
width: 100%;
position: relative;
filter: blur(200px);
border-radius: 50%;
background-color: #d900d9;
height: 200px;
}

/* Graphic Section */

.graphic-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.small-box1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FF3D00;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BBDEFB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #03A9F4;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #6D4C41;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFECB3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box6 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #9F7230;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box7 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #4CAF50;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-box8 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #D900D9;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}


/* Digital Section */

.digital-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: right;
}

.small-digi1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #3F51B5;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-digi2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-digi3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BBDEFB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-digi4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #CFD8DC;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-digi5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFC107;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-digi6 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #7CB342;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-digi7 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #78909C;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.cover {
    position: absolute;
  	top: 0px;
  	left: 76px;
  	font-weight: 800;
  	display: flex;
  	align-items: center;
  	width: 230px;
  	height: 28px;
}

.digiex {
	position: absolute;
	top: 20px;
	left: 76px;
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	width: 230px;
	height: 28px;
}


/* Ui/Ux Section */
.uiux-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: left;
}

.small-uiux1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-uiux2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #1565C0;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-uiux3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #455A64;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-uiux4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #00BCD4;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}



/* 2d/3d Section */

.tech-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: right;
}

.small-tech1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #1768C3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-tech2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFF3E0;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-tech3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #1DE9B6;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-tech4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #7B1FA2;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-tech5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFAA2E;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-tech6 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #607D8B;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-tech7 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BC6775;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}



/* Art Section */

.art-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: left;
}

.small-art1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FF9800;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-art2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BBDEFB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-art3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFC107;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-art4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #7CB342;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-art5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFECB3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-art6 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #1E88E5;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}


/* Multimedia Section */

.motion-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: right;
}

.small-moti1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #3F51B5;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-moti2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-moti3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BBDEFB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-moti4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #CFD8DC;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-moti5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #78909C;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}


/* Print Section */

.print-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: left;
}

.small-print1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFDDAB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-print2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #673AB7;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-print3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFC107;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-print4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #AB47BC;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-print5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #1565C0;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.stationex{
	position: absolute;
	top: 20px;
	left: 76px;
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	width: 240px;
	height: 28px;
}

/* Development */



/* web Section */

.web-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: right;
}

.small-web1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #1768C3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-web2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #DCF2FD;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-web3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BBDEFB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-web4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FF8F00;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-web5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #009688;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-web6 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #3A4753;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-web7 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #607D8B;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.cms {
    position: absolute;
  	top: 0px;
  	left: 76px;
  	font-weight: 800;
  	display: flex;
  	align-items: center;
  	width: 230px;
  	height: 28px;
}

.cms-ex {
	position: absolute;
	top: 20px;
	left: 76px;
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	width: 230px;
	height: 28px;
}



/* App Section */
.app-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: left;
}

.small-app1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #7CB342;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-app2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFC107;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-app3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #F44336;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-app4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-app5 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.cross {
    position: absolute;
  	top: 0px;
  	left: 76px;
  	font-weight: 800;
  	display: flex;
  	align-items: center;
  	width: 230px;
  	height: 28px;
}

.cross-ex {
	position: absolute;
	top: 20px;
	left: 76px;
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	width: 230px;
	height: 28px;
}



/* Backend Section */

.back-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: right;
}

.small-back1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #3F51B5;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-back2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-back3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #BBDEFB;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-back4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #CFD8DC;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}


/* Software Section */

.soft-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: left;
}

.small-soft1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #F44336;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-soft2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #90CAF9;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-soft3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #673AB7;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-soft4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #388E3C;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}


/* Other Dev Section */

.other-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
	text-align: right;
}

.small-other1 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #3A4BA8;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-other2 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #FFC107;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-other3 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #388E3C;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

.small-other4 {
    position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 0px 60px 60px 0px;
  	border: 1px solid #2196F3;
  	box-sizing: border-box;
  	width: 350px;
  	height: 50px;
}

/* Choose Us */
.choose-section {
  text-align: center;
  padding: 40px 95px;
  background: rgba(50, 15, 54, 0.3);
  margin-bottom: 60px;
}
.choose-title {
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: white;
}
.choose-container{
	display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
	padding-top: 40px;
}

/* Icon wrapper */
.icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 15px auto;
}

/* Background circle */
.icon-child {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #d900d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Centered image */
.icon-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.team-content {
  	position: absolute;
  	top: 120px;
  	left: 0px;
  	font-weight: 300;
	font-size: 15px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 320px;
  	height: 80px;
}
.team-text {
  	position: absolute;
  	top: 100px;
  	left: 0px;
  	font-size: 20px;
	font-weight: 800;
  	display: flex;
  	justify-content: center;
  	width: 320px;
}
.team {
  	width: 100%;
  	position: relative;
  	height: 200px;
	width: 320px;
  	text-align: center;
	justify-content: center;
  	font-size: 20px;
  	color: #fff;
  	font-family: Montserrat;
	background: rgba(128, 0, 128, 0.1);
    border-radius: 20px;
    border: 2px solid rgba(128, 0, 128, 0.3);
}



/* CTA Section */
.cta-section {
  text-align: center;
  padding: 80px 40px;
  background: linear-gradient(135deg, rgba(128, 0, 128, 0.3), rgba(216, 0, 216, 0.3));
}
        
.cta-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
}
        
.cta-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
        
.cta-btn {
  background: linear-gradient(135deg, #800080, #d800d8);
  color: white;
  border: none;
  padding: 20px 40px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
        
.cta-btn:hover {
  transform: scale(1.05);
}
        
/* Footer */
.footer {
  background: rgb(128, 0, 128, 0.2);
  padding: 40px 0;
  text-align: center;
}
        
.footer-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #cccccc;
}


/* Keyframes */
@keyframes slideInLeftTop {
  0% {
    opacity: 0;
    transform: translate(-100px, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes slideInRightTop {
  0% {
    opacity: 0;
    transform: translate(100px, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* Start hidden */
.scroll-animate {
  opacity: 0;
}

/* Animate when in view */
.animate-left.in-view {
  animation: slideInLeftTop 2s ease-out forwards;
}

.animate-right.in-view {
  animation: slideInRightTop 2s ease-out forwards;
}



@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-line {
  opacity: 0;
  animation: fadeSlideUp 1s ease-out forwards;
}

/* Staggered delays for each line */
.delay-0 {
  animation-delay: 0.2s;
}
.delay-1 {
  animation-delay: 0.5s;
}



/* Initial hidden state */
.scroll-animate {
  opacity: 0;
  transform: translateY(0); /* Reset default */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* Animate from top */
.animate-top {
  transform: translateY(-100px);
}
.animate-top.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Animate from bottom */
.animate-bottom {
  transform: translateY(100px);
}
.animate-bottom.in-view {
  opacity: 1;
  transform: translateY(0);
}



/* Hamburger icon */
.hamburger {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
    padding: 0 20px;
    height: auto;
  }

  .hamburger {
    display: block;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: rgba(128, 0, 128, 0.9);
    border-radius: 20px;
    padding: 20px 0;
    margin-top: 10px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-link {
    font-size: 18px;
    padding: 10px 20px;
  }

  .search-icon {
    padding: 10px 20px;
  }

  .service-hero {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    font-size: 18px;
    padding: 0 15px;
    max-width: 90%;
  }

  .title-sec {
    font-size: 36px;
    height: auto;
    padding-top: 20px;
    text-align: center;
  }

  .service-section {
    padding: 50px 15px;
  }

  .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 0 10px;
    height: auto;
  }

  .graphic-text, .text-image {
    width: 100%;
  }

  .graphic-title {
    font-size: 30px;
    text-align: center;
  }

  .text-content {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    padding: 10px;
  }

  .rec-box {
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
  }

  .text-icon {
    left: 10px;
    width: 40px;
    height: 40px;
  }

  .text {
    left: 65px;
    font-size: 16px;
    width: auto;
  }

  .text-image,
  .rec-img1,
  .rec-middle1,
  .rec-bottom1,
  .ellipse-div {
    display: none !important;
  }

  .choose-section {
    padding: 30px 20px;
  }

  .choose-title {
    font-size: 32px;
  }

  .choose-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
    justify-items: center;
  }

  .team {
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 20px;
    font-size: 18px;
  }

  .team-text,
  .team-content,
  .icon {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }

  .team-text {
    font-size: 18px;
    margin-top: 15px;
  }

  .team-content {
    font-size: 14px;
    margin-top: 5px;
    height: auto;
  }

  .icon-child {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .icon-image {
    position: relative;
    width: 50px;
    height: 50px;
    top: 0px;
  }
}
