	* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}

	body {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
	}

	/* Banner Section with Background Image */
	.banner-section {
	position: relative;
	min-height: 100vh;
	background: url('../images/banner.jpg') center center / cover no-repeat;
	display: flex;
	flex-direction: column;
	padding: 50px 0;
	}

	/* Header/Logo Section */
	.header-logos {
	padding: 0px 0 30px;
	position: relative;
	z-index: 10;
	}

	.logo-warea {
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 5px;
	}
	.tagline {
	font-size: 9px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
	}

	.logo-divider {
	width: 2px;
	height: 50px;
	background: #ccc;
	align-self: center;
	}

	.solh-logo-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	}

	.solh-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #7cb8a1 0%, #c47b7b 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	}

	.solh-icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(50% 0%, 100% 40%, 80% 100%, 50% 85%, 20% 100%, 0% 40%);
	}

	.solh-text {
	font-size: 36px;
	font-weight: 700;
	color: #5a7a6f;
	}

	/* Content Section */
	.content-wrapper {
	display: block;
	position: relative;
	z-index: 10;
	}

	/* Badge */
	.collab-badge {
	background: #FBC009;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
	border:1px solid #E3E3FE;
	position: relative;
	z-index: 0;
	color:#11023B
	}


	/* Main Heading */
	.main-heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #1a1a1a;
	}

	.neltas-highlight {
	color: #5B7FE7;
	}
	.neltas-highlight img{
	width: 200px;
	vertical-align: baseline;
	}
	/* Subheading */
	.subheading {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 40px;
	}

	/* Buttons */
	.btn-custom-primary {
	background: #5B7FE7;
	color: white;
	padding: 18px 40px;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 600;
	border: none;
	box-shadow: 0 6px 20px rgba(91, 127, 231, 0.3);
	transition: all 0.3s ease;
	text-align: center;
	text-decoration: none;
	min-width: 380px;
	}

	.btn-custom-primary:hover {
	background: #4a6dd6;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(91, 127, 231, 0.4);
	color: white;
	}

	.btn-custom-secondary {
	background: #FBC009;
	color: #000;
	padding: 18px 40px;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 600;
	border: none;
	box-shadow: 0 6px 20px rgba(255, 217, 61, 0.3);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	min-width: 380px;
	justify-content: center;
	}

	.btn-custom-secondary:hover {
	background: #ffd020;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 217, 61, 0.4);
	color: #000;
	}

	.arrow {
	font-size: 18px;
	transition: transform 0.3s ease;
	}

	.btn-custom-primary:hover .arrow,
	.btn-custom-secondary:hover .arrow {
	transform: translate(3px, -3px);
	}
	.btn-custom-primary:active, .btn-custom-primary:focus{
	background-color: #4a6dd6 !important;
	color: white !important;
	}
	.btn-custom-secondary:active, .btn-custom-secondary:focus {
    background: #ffd020 !important;
	color:#000 !important;
	}
h2{
	font-size: 36px;
	font-weight: 600;
}
	/* Footer Text */
	.footer-text {
	text-align: center;
	font-size: 28px;
	color: #000;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	}

	.brand-neltas {
	font-weight: 700;
	color: #5B7FE7;
	}
	.brand-neltas img{
	width: 100px;
	margin-right: 10px;
	}
	.brand-solh-inline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #5a7a6f;
	vertical-align: middle;
	}
	.solh-icon-small img {
	width: 65px;
	margin-right: 10px;
	}
	.block1 h2, .block1 p{
		text-align: center;
	}
		.block1{
			position: relative;
		}
	.block1 .right-icon{
position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    z-index: 1;
    height: auto;
	}
	.block1 .prpl-icon{
position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    z-index: 1;
    height: auto;
	}

	@keyframes twinkle {
	0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
	50% { opacity: 0.6; transform: scale(1.2) rotate(180deg); }
	}

	
	.section h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	}
	.rgt-content{
	margin-left:150px
	}
	.mr-5{
	margin-right: 50px;
	}
	.seprator{
		position:relative;
		text-align: center;
		display: flex;
		align-items: center;
	}
	.seprator::before{
		position: absolute;
		content:"";
		width: 42%;
		height: 2px;
		left: 0;
		background:linear-gradient(90deg,rgba(255, 255, 255, 0) 10%, rgba(95, 88, 216, 0.64) 50%, rgba(255, 255, 255, 0) 90%);
	}
	.seprator::after{
		position: absolute;
		content:"";
		width: 42%;
		height: 2px;
		right:0;
		background:linear-gradient(90deg,rgba(255, 255, 255, 0) 10%, rgba(238, 140, 28, 0.64) 50%, rgba(255, 255, 255, 0) 90%);
	}
	.seprator img{
		margin: 0 auto;
		width: 150px;
	}
	.block2{
	position: relative;
	background: url(../images/bg2.png) no-repeat center bottom / cover;
	padding:30px 0 50px;
	}
	.block2 h2{
     background: -webkit-linear-gradient(#9993FF, #363386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top:30px;
	}
	section h2.text-center{
	margin-bottom: 20px;
	}
	.block2 h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top:40px;
	}
	.box1{
	background-color:#fff;
	padding:40px;
	border-radius: 15px;
	display: flex;
	height:100%
	}
	ul, li{
	padding:0;
	margin: 0;
	}
	.box1 li{
	position:relative;
	margin-bottom:25px;
	list-style-type: none;
	padding-left: 40px;
	}
	.box1 li:last-child{
	margin-bottom:0px;
	}
	.box1 li img{
	position: absolute;
	left: 0;
	}
	.content-box{
	display: flex;
	flex-direction: column;
	height: 100%;
	}
	.boy-icon{
	position: absolute;
	bottom: -50px;
	left: 0px;
	width: 200px;
	z-index: 1;
	height: auto;
	}
	.girl-icon{
	position: absolute;
	bottom: -50px;
	right: 0px;
	width: 141px;
	z-index: 1;
	height: auto;
	}
	.left-icon{
	position: absolute;
	top: 0;
	left: 0px;
	width: 50px;
	z-index: 1;
	height: auto;
	}
	.ylw-icon{
	position: absolute;
	top: 40%;
	left: 100px;
	width: 50px;
	z-index: 1;
	height: auto;
	}
	.blu-icon{
	position: absolute;
	top: 70%;
	right: 100px;
	width: 50px;
	z-index: 1;
	height: auto;
	}
	.block3{
	position: relative;
	}
	.block3 h2{
	margin-bottom: 50px !important;
	}
	.right-icon{
	position: absolute;
	top: 0;
	right: 0px;
	width: 50px;
	z-index: 1;
	height: auto;
	}
	.box-warea{
	border-radius: 30px;
	position: relative;
	padding-bottom: 280px;
	display: flex;
	height: 100%;
	}
	.ylw-box{
	background:linear-gradient(#EE8C1C, #FCC306) ;
	}
	.blu-box{
	background:linear-gradient(#5F58D8, #CECBFB) ;
	}
	.box-warea h3{
	font-size:25px;
	color:#fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	margin-bottom:15px;
	padding-bottom: 15px;
	}
	.box-warea ul{
	padding-left: 20px;
	}
	.box-warea li{
	color:#fff;
	margin-bottom:10px;
	padding-left: 0px;
	font-size: 20px;
	}
	.content-block{
	padding:30px 30px 0 30px;
	}
	.box-warea img{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 300px;
	border-radius: 0 0 30px 0;
	}
	.block4{
	position:relative;
	background-color: #F8F5FE;
	padding:50px 0;
	}
	.crcl-block{
	background-color: #fff;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top:35px;
	font-weight: 600;
	}
	.crcl-block p{
	margin: 10px 15% 0;
	}
	.block4 .left-icon{
	top:-42px;
	}
	footer{
	background-color:#000;
	position: relative;
	}
	.footer-img{
	position: absolute;
	right: 0;
	top:0;
	width: 500px;
	}
	.footer-content{
	padding: 80px 0;
	text-align: center;
	}
	.footer-content h2{
	color: #fff;
	font-size: 42px;
	margin-bottom: 30px;
	}
	.footer-content ul{
		padding-top:40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-content ul li{
		color:#fff;
		display: inline-block;
		font-size: 18px;
	}
	.footer-content ul span{
		width:6px;
		height:6px;
		background-color:#fff;
		border-radius: 50%;
		margin:0 15px;
		display: inline-block;
	}