body, html {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	line-height:1.2rem;
	text-align:center;
}
/* Background for Desktop and Mobile */
.hero {
	background:#ffffff;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 20px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.header-logos {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.logo-left,.logo-right {
	height: 50px; /* adjust as needed */
}
.image-wrapper span {font-family:"Tiro Devanagari Marathi", serif; color:#ffffff; font-weight:bold;}
@media(max-width: 768px) {
	.hero {
		background: url("../img/gscaltex-bg.jpg") no-repeat center center;
		background-size: cover;
		justify-content: center;
	}
	section.hero {padding-top:600px!important;}
	.logo-left,.logo-right {height: 40px;}
}
@media (min-width: 769px) {
	.mobile-only {
		display: none !important;
	}
	.desktop-message {
		display: flex!important;
	}
}
/* Form Section */
.form-container {
	background: #fef9f5;
	border-radius: 12px;
	padding: 25px;
	max-width: 400px;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
	margin-top:0;
}
h3 {font-size:15px; text-align:center;}
section.hero h2 {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}
.form-group {
	margin-bottom: 15px;
}
label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
input[type="text"],
input[type="tel"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #dedddb;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
}
.error {
	color: red;
	font-size: 12px;
	margin-top: 4px;
	display: none;
}
/* Upload Box */
.upload-box {
	border: 2px dashed #fd6a37;
	border-radius: 10px;
	text-align: center;
	padding: 30px 20px;
	cursor: pointer;
	transition: border-color 0.3s;
	background:#fff2e9;
}
.upload-box p {margin-top:5px; color:#585657; font-weight:bold;}
.upload-box span {font-size:11px;color:#f31a1a;}
.upload-box:hover {
	border-color: #666;
}
.upload-box img {
	width: 40px;
	margin-bottom: 10px;
}
.prize-text {margin-top:10px; font-size:1.2rem; font-weight:900; line-height:1.5rem; background: -webkit-linear-gradient(left, #dc312b, #fb5e3b); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
	border-radius: 25px;
	background: linear-gradient(45deg, #d5312f, #ff643b);
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease;
}
.cta-btn img {
	margin-left: 8px;
	width: 18px;
}
.cta-btn:hover {
	background: linear-gradient(45deg, #ff643b, #d5312f);
}
.note {
	margin-top: 15px;
	padding: 10px;
	background: #f1f1f1;
	border-radius: 6px;
	font-size: 13px;
	text-align:center;
}
input#mobile {border-top:1px solid #dedddb; border-bottom:1px solid #dedddb; border-right:1px solid #dedddb; border-left:0;}
.intro-text {
	border-radius: 12px;
	max-width: 400px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.intro-text h1 {
	font-size: 22px;
	margin: 0 0 10px;
	font-family: 'Marcellus', serif;
	color:#ffffff;
	line-height:1.6rem;
}
#imagePreviewContainer {
	margin-top: 10px;
}
#imagePreview {
	border: 2px solid #fd6a37;
	padding: 5px;
	background: #fff;
}
.desktop-message {
	display: none;
	height: 100vh;
	width: 100vw;
	background: #ffffff;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.mobile-only {
	display: block;
}
.image-wrapper {
	position: relative;
	display: inline-block;
	width: 300px;   /* fixed width same as placeholder */
	max-width: 100%;
	margin: 20px auto;
}

/* Main Image (fixed ratio placeholder) */
.main-img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}
/* Square Overlay Image (fixed bottom-right inside wrapper) */
.square-img {
	position: absolute;
	bottom: 50px;
	right: 43px;
	width: 77px;
	height: 86px;
	border: 3px solid #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	object-fit: cover;
	border-radius:10px;
}
/* Action Icons */
.actions {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	gap: 18px;
}
.icon-btn {
	font-size: 24px;
	cursor: pointer;
	transition: 0.3s;
	text-decoration: none;
	color: #333;
}
.icon-btn:hover { transform: scale(1.2); }
.download { color: #444; }
.whatsapp { color: #25D366; }
.facebook { color: #1877F2; }
.instagram { color: #E1306C; }
.name-placeholder {position: absolute;bottom: 63px;left: 4px; width: 170px; height: auto; text-align:center; color:#ffffff; font-weight:bold; font-size:14px;}
.name-placeholder span.usernamefull {overflow-y: hidden; text-transform: uppercase;}
.wpcf7-not-valid-tip {
	color: red;
	font-size: 12px;
	margin-top: 4px auto 0 auto;
	position: absolute;
	width: 100%;
	left: 0;
	display: block;
}
.wpcf7-response-output:not(:empty) {
    border: 1px solid red;
    background-color: pink;
    border-radius: 10px;
    padding: 5px;
}
#mobile{
	border-radius:0 8px 8px 0; 
	flex:1;
}
#photoUpload, .hidden-fields-container, .screen-reader-response{
	display: none;
}
#removeBtn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #fef9f5; /* nice red shade */
    color: #e63946;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
   }
#removeBtn:hover {
    background-color: #cc2f3b; /* darker red on hover */
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}