  body {
		font-family: Arial, sans-serif;
		text-align: center;
		margin: 0;
		padding: 0;
		background-color: #fff;
		color: #000;
		 overflow-x: hidden; /* Prevent horizontal scrollbars */
	}
	header {
		display: flex;
		justify-content: space-between;
		padding: 20px;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		align-items:center;
	}
	header img {
		height: 50px;
	}
	header nav a {
		margin: 0 15px;
		text-decoration: none;
		color: #000;
		font-size: 18px;
		font-weight: 600;
	}
	
	
	@keyframes textAnimation {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.05);
		}
	}
	@keyframes highlightAnimation {
		 0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1);
			color: #ff5733; /* Change to your desired color */
		}
	}
	body {            font-family: Arial, sans-serif;            background: #f8f9fa;            color: #212529;        }        header {            background: #003366;            padding: 15px 50px;            display: flex;            align-items: center;            justify-content: space-between;            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);            animation: slideDown 1s ease-in-out;        }        .logo {            height: 60px;        }        .whatsapp-btn {            background: #28a745;            color: white;            padding: 12px 24px;            text-decoration: none;            font-size: 20px;            border-radius: 50px;            transition: background 0.3s, transform 0.3s;          position: relative;    		animation: blink2 normal 2s infinite ease-in-out;}        .whatsapp-btn:hover {            background: #218838;            transform: scale(1.1);        }        .container		{			 padding: 100px 20px;		}        .hero {            background: url('../bg.webp') center/cover no-repeat;            text-align: center;            padding: 200px 20px;            color: #fff;            background-blend-mode: darken;            background-color: rgba(0, 0, 0, 0.6);            position: relative;            animation: fadeIn 1.5s ease-in-out;        }        .hero h2 {            font-size: 48px;            font-weight: bold;            display: inline-block;            overflow: hidden;            white-space: nowrap;            border-right: 3px solid white;            animation: typing 10s steps(43) infinite, blink 0.75s step-end infinite;        }        @keyframes typing {            0% { width: 0; }            50% { width: 100%; }            100% { width: 0; }        }        @keyframes blink {            from { border-color: transparent; }            50% { border-color: white; }            to { border-color: transparent; }        }        .hero p {            font-size: 22px;            margin-bottom: 20px;            animation: fadeInUp 2s ease-in-out;        }        .info-section {            padding: 80px 20px;            background: #ffffff;            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);            margin: 40px auto;            border-radius: 10px;            text-align: center;            width: 80%;            animation: fadeInUp 2s ease-in-out;        }        .info-section h2 {            font-size: 36px;            font-weight: bold;            margin-bottom: 20px;        }        .info-box {            display: flex;            justify-content: center;            gap: 40px;            flex-wrap: wrap;        }        .info-item {            background: #e3f2fd;            padding: 20px;            border-radius: 10px;            width: 250px;            text-align: center;            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);            transition: transform 0.3s;        }        .info-item:hover {            transform: translateY(-10px);        }      .how-it-works {            background: #f0f8ff;            padding: 80px 20px;            text-align: center;            animation: fadeInUp 2s ease-in-out;        }      .how-it-works h2 {            font-size: 36px;            font-weight: bold;            margin-bottom: 20px;        }        .steps {            display: flex;            justify-content: center;            gap: 40px;            flex-wrap: wrap;        }        .step {            background: #fff;            padding: 20px;            border-radius: 10px;            width: 250px;            text-align: center;            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);            transition: transform 0.3s;        }        .step:hover {            transform: translateY(-10px);        }      .map-section {            padding: 50px 0;            text-align: center;            background: #f0f0f0;        }        .map-section h2 {            font-size: 36px;            margin-bottom: 50px;        }        .map-container {            width: 80%;            height: 400px;            margin: 0 auto;        }        footer {            background: #003366;            color: white;            text-align: center;            padding: 20px;            margin-top: 20px;            animation: fadeIn 2s ease-in-out;        }        @keyframes fadeIn {            from { opacity: 0; transform: translateY(20px); }            to { opacity: 1; transform: translateY(0); }        }        @keyframes fadeInUp {            from { opacity: 0; transform: translateY(40px); }            to { opacity: 1; transform: translateY(0); }        }        @keyframes slideDown {            from { opacity: 0; transform: translateY(-50px); }            to { opacity: 1; transform: translateY(0); }        }
	main .download-btn {
		display: inline-block;
		padding: 10px 20px;
		margin-top: 20px;
		background-color: #007bff;
		color: #fff;
		border: none;
		border-radius: 5px;
		text-decoration: none;
		font-size: 18px;
	}
	.thanks {
		padding: 100px 20px;
		background-color: #fff;
		text-align: center;
	}
	.thanks h2,.enroll h2 {
		font-size: 36px;
		margin-bottom: 50px;
		margin-top: 0px;
	}
	.thanks .image-container {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.thanks .image-container img {
		width: auto;
		margin: 10px 10px;
		overflow: auto;
		max-width: 600px;
	}
	.enroll {
		 padding: 100px 20px;
		 background-color: #F7F7F7; 
		text-align: center; 
	}
   
	.enroll .screenshots {
		   display: flex;
			flex-wrap: wrap;
			justify-content: center; /* Center-aligns the flex items */
			list-style-type: none;
			padding: 0;
			margin: 0 auto; /* Centers the ul */
			max-width: 1200px; /* Sets a maximum width for the ul */
				}
	.enroll .screenshots li {
		margin: 10px;
		 animation: wave 2s ease-in-out infinite;
	}	.whatsapp_chat img {    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */    -webkit-animation: blink2 normal 2s infinite ease-in-out; /* Webkit */    -ms-animation: blink2 normal 2s infinite ease-in-out; /* IE */    animation: blink2 normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */}.whatsapp_chat{	position: fixed;	bottom: 20px;	right: 20px;}.whatsapp_chat img{	width: 75px;}@-moz-keyframes blink2 {    0% {        opacity:1;    }    50% {        opacity:0;    }    100% {        opacity:1;    }} @-webkit-keyframes blink2 {    0% {        opacity:1;    }    50% {        opacity:0;    }    100% {        opacity:1;    }}/* IE */@-ms-keyframes blink2 {    0% {        opacity:1;    }    50% {        opacity:0;    }    100% {        opacity:1;    }} /* Opera and prob css3 final iteration */@keyframes blink2 {    0% {        opacity:1;    }    50% {        opacity:0;    }    100% {        opacity:1;    }} 
	@keyframes wave {
			0%, 100% {
				transform: translateY(0);
			}
			50% {
				transform: translateY(-10px);
			}
		}

		.screenshots li:nth-child(odd) {
			animation-delay: 0.2s;
		}

		.screenshots li:nth-child(even) {
			animation-delay: 0.4s;
		}
	.enroll .screenshots img {
		width: 300px;
		border: 1px solid #ddd;
		border-radius: 5px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	}
	footer {
		font-size: 14px;
		color: #777;
		text-align:center;
		padding:25px;
		background-color:#EDEEEF;
	}
	footer .footer-links {
		margin-bottom: 10px;
	}
	footer .footer-links a {
		color: #007bff;
		text-decoration: none;
		margin: 0 10px;
	}
	footer .footer-powered {
		margin-bottom: 10px;
	}
	footer .footer-powered a {
		color: #007bff;
		text-decoration: none;
	}
	footer .footer-social-icons {
		margin-bottom: 10px;
	}
	footer .footer-social-icons a {
		margin: 0 10px;
		text-decoration: none;
	}
	footer .footer-social-icons img {
		width: 24px;
		height: 24px;
	}
	
	@media (max-width:500px)
	{
		header{
			flex-direction: column;
			gap: 20px;
		}
		.thanks,.enroll,main
		{
			  padding: 40px 20px;
		}
		.thanks h2,.enroll h2 {
			margin-bottom:20px;
			font-size:26px;
		}
		main h1 {
			font-size: 40px;
		}
	}
	@media (max-width:1024px)
	{
		.thanks .image-container{
			flex-direction: column;
			gap: 20px;
		}
	}
	
	
        p {
            font-size: 16px;
            line-height: 1.5;
            margin: 10px 0;
        }
        ul {
            margin: 10px 0 10px 20px;
        }
        ul li {
            margin-bottom: 5px;
        }