body {
	background-color: #d3b4d5;
	font-family: sans-serif; 
	font-size: 12pt;
	color: #800000;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 100vh;

	}

 .image-container {
		position: relative; /* Needed for absolute positioning of text */
		display: block;
		width: 100vw;
		height: 100vh;
		max-width: 100%;
		overflow: hidden;
	}

  /* Image styling */
	.image-container img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}

	.block-container {
		position: relative;
	}

	.mission-container {
		position: relative;
		margin-top: none;
		margin: none;
	}

	.area-container {
		position: relative;
		margin: none;
	}

	.dih {
		width: 98.5%;
		@media (max-width: 650px) {
			width: 96.5%;
		}
	}

	.crack {
		position: absolute;
		top: 20%;
		left: 10%;
	}

	.butt {
		position: absolute;
		top: 20%;
		left: 50%;;
		@media (min-width: 650px) {
			width: 500px;
			border-radius: 50px;
		}
		@media (max-width: 650px) {
			width: 254px;
			border-top-right-radius: 50px; 
			border-bottom-right-radius: 50px;
		}
	}

	.crack {
		position: absolute;
		
	}

	.texty {
		position: absolute;
		top: 17%;
		left: 30%;
		transform: translate(-50%, -50%);
		color: white;
		font-size: 24px;
		font-weight: bold;
		@media (max-width: 650px) {
			font-size: 18px;
			left: 32%;
		}
	}

	.textme {
		position: absolute;
		top: 17%;
		left: 71%;
		transform: translate(-50%, -50%);
		color: white;
		font-size: 24px;
		font-weight: bold;
		@media (max-width: 650px) {
			font-size: 18px;
			
		}
	}

	.misblock {
		width: 100%;
		@media (max-width: 650px) {
			width: 100%;
		}
	}

  /* Text styling */
  .image-text {
    white-space: nowrap;
	position: absolute;
    top: 25%; /* Center vertically */
    left: 70.7%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust to exact center */
    color: white;
    font-size: clamp(16px, 4vw, 50px);
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3); /* Optional: semi-transparent background */
    padding: 15px;
    border-radius: 200px;
	@media (max-width: 650px) {
		top: 13%;
		left: 73%;
		
	}
  }	

.image-text1 {
	position: absolute;
	top: 34%;
	left: 55%;
	color: white;
	font-size: 24px;
    font-weight: bold;
     /* Optional: semi-transparent background */
    padding: 10px;
	background-color: rgba(0, 0, 0, 0.3); /* Optional: semi-transparent background */
    border-radius: 20px;
	text-align: left;
	
  }
  .image-text2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: clamp(14px, 2.5vw, 24px);
	font-weight: 600;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 40px;
	border-radius: 15px;
	max-width: 80%;
	line-height: 1.6;
	word-wrap: break-word;
	@media (max-width: 650px) {
		font-size: 16px;
		padding: 20px 25px;
		max-width: 90%;
	}
  }

.image-text1 {
		@media (max-width: 650px) {
			font-size: 18px;
			left: 40.5%;
			top: 20%;
			padding: 10px 7px;
		}
	}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.mission-text {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	font-size: 30px;
	font-weight: bold;
	@media (max-width: 650px) {
		font-size: 20px;
	}
}

.mis-text {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgb(116, 116, 116);
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	@media (max-width: 650px) {
		font-size: 23px;
		top: 56%;
		left: 50%;
		padding: 0 10px;
	}
}

.area-text {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: black;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	@media (max-width: 650px) {
		font-size: 35px;
	}
}

.area-text1 {
	@media (max-width: 2000px) {
	position: absolute;
	top: 60%;
	left: 35%;
	transform: translate(-50%, -50%);
	color: black;
	font-size: 30px;
	text-align: right;
	max-width: 420px;
	word-wrap: break-word;
	line-height: 1.3;
	}
	@media (max-width: 650px) {
		left: 35%;
		font-size: 25px;
		max-width: 280px;
	}
}

.referral-btn {
	position: absolute;
	top: 60%;
	left: 62%;
	transform: translate(-50%, -50%);
	display: inline-block;
	padding: 12px 30px;
	background-color: #965aa5;
	color: white;
	text-decoration: none;
	text-align: center;
	border-radius: 25px;
	font-size: 25px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	border: 2px solid #965aa5;
	@media (max-width: 650px) {
		font-size: 16px;
		padding: 10px 25px;
		left: 75%;
	}
}

.referral-btn:hover {
	background-color: #de7584;
	border-color: #de7584;
}

title {
	display: inline-block
	background-color blue;
	font-size: 40pt;
	color: black;
	text-align: center;
}

.topnav {
	background-color: #aa62a5;
	overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: right;
	color: #f2f2f2;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #d0a6cb;
	color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
	background-color: #6b3869;
	color: white;
}

button {
	font-size: 15pt;
	font-family: sans-serif;
	font-weight: bold;
	@media (max-width: 650px) {
		top: 60%;
	}
}

button:hover {
	color: white;
}

.info-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 20px;
	background: linear-gradient(135deg, #de7584 0%, #c55a6b 100%);
	height: 200px;
	margin: 0;
}

.infoblock {
	display: none;
}

.info-text {
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-bottom: 40px;
	@media (max-width: 650px) {
		font-size: 28px;
		margin-bottom: 30px;
	}
}

.in-text {
	font-size: 24px;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	@media (max-width: 650px) {
		font-size: 18px;
	}
}

.in-text1 {
	font-size: 56px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
	@media (max-width: 650px) {
		font-size: 42px;
		margin-bottom: 30px;
	}
}

.in-text2 {
	font-size: 28px;
	font-weight: bold;
	color: white;
	text-align: center;
	word-break: break-word;
	@media (max-width: 650px) {
		font-size: 20px;
	}
}

.contact-form {
	max-width: 600px;
	margin: 40px auto;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.form-group label {
	margin-bottom: 8px;
	font-weight: bold;
	color: #800000;
	font-size: 14px;
}

.required {
	color: red;
}

.form-group input,
.form-group textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: sans-serif;
	font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #aa62a5;
	box-shadow: 0 0 5px rgba(170, 98, 165, 0.5);
}

.contact-form button {
	background-color: #aa62a5;
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.contact-form button:hover {
	background-color: #d0a6cb;
	color: black;
}

.footer {
	width: 96.85%;
	@media (max-width: 650px) {
		width: 93.5%
	}
}
