.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.modal-content {
	background: #fff;
	padding: 2rem 3rem;
	border-radius: 12px;
	text-align: center;
	position: relative;
	max-width: 400px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.close-thankyou-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}
.footer-widget__about-logo img {
    height: 60px;
}
.logo img {
    height: 70px;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}



h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #007B55;
}

h2 {
    color: #444;
    margin-top: 25px;
}

p, li {
    line-height: 1.7;
    font-size: 16px;
}

ul {
    margin-left: 20px;
}

.main-header {
    position: fixed; /* sticky साठी fixed वापरलात तर स्क्रोल करताना कायम दिसेल */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* इतर गोष्टींपेक्षा वर ठेवण्यासाठी */
    background: #fff; /* background देणे महत्वाचे आहे, नाहीतर खालील content दिसेल */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* हलका shadow look साठी */
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}
