* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	background-color: white;
	color: #1f2937;
	min-height: 100vh;
	overflow-x: hidden;
}

.container {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

/* Header */
.header {
	position: relative;
	z-index: 10;
	padding: 24px;
	padding-bottom: 0%;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.logo img {
	width: 220px;
}

.img-fluid {
	width: 100%;
	height: auto;
}

/* Main Content */
.main-content {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 200px);
	padding: 24px;
	padding-top: 16px;
}

/* Main Text */
.main-text {
	text-align: center;
	margin-bottom: 24px;
	max-width: 523px;
}

.main-heading {
	font-size: 48px;
	font-weight: bold;
	color: #1f2937;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.main-subtext {
	color: #6b7280;
	font-size: 1.125rem;
	line-height: 1.7;
}

/* Email Form */
.email-form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	max-width: 500px;
	margin-bottom: 48px;
	width: 100%;
}

.email-form p:nth-of-type(1) {
    flex: 1;
}
.email-input {
	padding: 0.75rem 1.5rem;
	border: 2px solid #e5e7eb;
	border-radius: 9999px;
	font-size: 1rem;
	outline: none;
	transition: all 0.2s;
	width: 100%;
}

.email-input:focus {
	border-color: #60a5fa;
	box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
}

.divider {
	height: 25px;
	width: 2px;
	background: #6b7280;
}

.email-form .notify-btn {
	padding: 0.75rem 24px;
	background: linear-gradient(to right, #60a5fa, #3b82f6);
	color: white;
	border: none;
	border-radius: 9999px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	display: block;
	text-align: center;
	min-width: 150px;
}


.email-form .notify-btn:hover {
	background: linear-gradient(to right, #3b82f6, #2563eb);
	transform: translateY(-1px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* .email-form .notify-btn.btn-1 {
	background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}

.email-form .notify-btn.btn-1:hover {
	background: linear-gradient(90deg,rgba(83, 150, 176, 1) 0%, rgba(149, 219, 178, 1) 50%, rgba(232, 222, 153, 1) 100%);
} */

.wpcf7-form .submiting .notify-btn {
    background: linear-gradient(to right, #3b82f6, #2563eb);
	transform: translateY(-1px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.wpcf7-form .wpcf7-spinner {
    display: none !important;
}

/* Social Icons */
.social-icons {
	display: flex;
	gap: 1.5rem;
	margin-top: 70px;
	margin-bottom: 24px;
}

.social-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	text-decoration: none;
	transition: all 0.2s;
}

.social-icon:hover {
	background-color: #e5e7eb;
	color: #374151;
	transform: scale(1.1);
}

/* Footer */
.footer {
	text-align: center;
	color: #9ca3af;
	font-size: 0.875rem;
}

/* Geometric Decorations */
.decorations {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.decoration {
	position: absolute;
	opacity: 0.7;
}

/* Specific decorations */
.decoration-1 { top: 5rem; left: 24px; width: 1.5rem; height: 1.5rem; background: linear-gradient(to bottom right, #f472b6, #ef4444); border-radius: 50%; }
.decoration-2 { top: 8rem; left: 4rem; width: 24px; height: 24px; border: 2px solid #f9a8d4; border-radius: 50%; opacity: 0.6; }
.decoration-3 { top: 4rem; right: 5rem; width: 1rem; height: 48px; background: linear-gradient(to bottom, #fbbf24, #f59e0b); border-radius: 9999px; transform: rotate(45deg); }
.decoration-4 { top: 8rem; right: 8rem; width: 0.75rem; height: 0.75rem; background: #fbbf24; border-radius: 50%; }
.decoration-5 { top: 11rem; right: 4rem; width: 1.5rem; height: 1.5rem; background: linear-gradient(to bottom right, #fde047, #facc15); transform: rotate(45deg); }
.decoration-6 { top: 33%; right: 24px; width: 1.25rem; height: 4rem; background: linear-gradient(to bottom, #60a5fa, #2563eb); border-radius: 9999px; transform: rotate(12deg); }
.decoration-7 { top: 50%; right: 6rem; width: 1rem; height: 1rem; background: #3b82f6; border-radius: 50%; }
.decoration-8 { bottom: 8rem; right: 4rem; width: 24px; height: 24px; background: linear-gradient(to bottom right, #a855f7, #ec4899); transform: rotate(45deg); }
.decoration-9 { bottom: 5rem; right: 8rem; width: 0.75rem; height: 48px; background: linear-gradient(to bottom, #c084fc, #a855f7); border-radius: 9999px; transform: rotate(-12deg); }
.decoration-10 { bottom: 6rem; left: 25%; width: 1.5rem; height: 1.5rem; background: linear-gradient(to bottom right, #4ade80, #059669); border-radius: 50%; }
.decoration-11 { bottom: 4rem; left: 33%; width: 1rem; height: 1rem; background: #14b8a6; transform: rotate(45deg); }
.decoration-12 { top: 50%; left: 24px; width: 2.5rem; height: 0.75rem; background: linear-gradient(to right, #f9a8d4, #ec4899); border-radius: 9999px; transform: rotate(45deg); }
.decoration-13 { top: 66%; left: 4rem; width: 1.25rem; height: 1.25rem; border: 2px solid #f472b6; transform: rotate(45deg); opacity: 0.6; }
.decoration-14 { top: 75%; left: 5rem; width: 1rem; height: 1rem; background: linear-gradient(to bottom right, #fb923c, #ef4444); transform: rotate(12deg); }
.decoration-15 { bottom: 33%; right: 33%; width: 0.75rem; height: 0.75rem; background: #c084fc; border-radius: 50%; opacity: 0.6; }

/* Toast Notification */
.toast {
	position: fixed;
	bottom: 24px;
	right: 24px;
	background: white;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	padding: 1rem 1.5rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	z-index: 50;
}

.toast.show {
	transform: translateX(0);
}

.toast-title {
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 0.25rem;
}

.toast-description {
	color: #6b7280;
	font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
	.logo img {
        width: 150px;
    }
            
	.main-heading {
		font-size: 24px;
	}

	.email-form {
		flex-direction: column;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}

	.notify-btn {
		width: 100%;
	}
}