@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@300;400;500;600;700&display=swap');
:root { --primary: #1e40af; }

body { background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%); color: #1e2937; font-family: 'Inter', system-ui, sans-serif; min-height: 100vh; }

.top-bar { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }
.logo { width: 300px; transition: transform 0.4s ease; }
.logo:hover { transform: scale(1.05); }

footer{border-top: 1px solid rgba(103, 232, 249, 0.15); height: 115px;}
footer p{font-size: 14px; color: #666;}
footer ul{padding: 0; margin: 0; /*float: right;*/}
footer li{list-style-type: none; list-style: none; display: inline-block; padding-right: 15px;}
footer li a{color: #666;  font-size: 14px; text-decoration: none;}
footer li a:hover{color: #f8992a;}

.hero { padding: 80px 0 100px; background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 100%); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('images/1015-2000x1200.jpg') no-repeat center/cover; opacity: 0.08; z-index: 0; }
h1 { font-family: 'Playfair Display', serif; font-size: 4.2rem; line-height: 1.1; font-weight: 700; background: linear-gradient(90deg, #1e40af, #3b82f6, #0ea5e9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.main-card { background: white; border-radius: 28px; box-shadow: 0 25px 70px rgba(30, 64, 175, 0.12); border: 1px solid rgba(148, 163, 184, 0.2); overflow: hidden; }
.form-label { font-weight: 600; color: #334155; margin-bottom: 8px; }
.form-control { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 16px; padding: 18px 24px; font-size: 1.1rem; transition: all 0.4s ease; }
.form-control:focus { border-color: #3b82f6; box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.15); background: white; transform: translateY(-2px); }
.form-control::placeholder { color: #94a3b8; opacity: 1; }
.btn-award { background: linear-gradient(90deg, #1e40af, #3b82f6, #0ea5e9); color: white; font-weight: 700; padding: 18px 70px; border-radius: 50px; font-size: 1.3rem; box-shadow: 0 15px 35px rgba(30, 64, 175, 0.3); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.btn-award:hover { transform: translateY(-6px) scale(1.04); box-shadow: 0 25px 50px rgba(30, 64, 175, 0.4); }
.glow { box-shadow: 0 0 40px rgba(59, 130, 246, 0.25); }
/* ============= MOBILE RESPONSIVE ============= */
@media (max-width: 768px)
{
	h1 { font-size: 2.8rem !important; }
	.lead { font-size: 1.1rem !important; }
	.form-control { font-size: 1rem; padding: 15px 18px; }
	.btn-award { font-size: 1.1rem; padding: 16px 50px; }
	.hero { padding: 50px 0 70px; }
	.logo { width: 140px; }
}

@media (max-width: 480px)
{
	h1 { font-size: 2.4rem !important; }
}

.hbar{border-top: 0px solid rgba(103, 232, 249, 0.15); border-bottom: 0px solid rgba(103, 232, 249, 0.15);}
.hbar p{font-size: 14px; color: #666;}
.hbar ul{padding: 0; margin: 0; text-align: justify;}
.hbar li{list-style-type: none; list-style: none; display: inline-block; padding-right: 15px;}
.hbar li a{color: #009fe2;  font-size: 18px; text-decoration: none;}
.hbar li a:hover{color: #f8992a;}

/* Special Currency Input - Screenshot Style */
.currency-input { display: flex; align-items: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(148, 163, 184, 0.3); border-radius: 18px; /*overflow: hidden;*/ }
.currency-input input { border: none; background: transparent; flex: 1; padding: 18px 12px; font-size: 1.1rem; color: black; outline: none; }
.currency-prefix, .currency-suffix { padding: 20px 20px; background: rgba(255,255,255,0.08); color: #94a3b8; font-weight: 600; }
.currency-prefix { border-right: 1px solid rgba(148, 163, 184, 0.3); }
.currency-suffix { border-left: 1px solid rgba(148, 163, 184, 0.3); }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
input[type=number] { -moz-appearance: textfield;}

label.error {color: #FF0000; position: absolute; bottom: -30px;}
.errorHolder:has(.error) { position: relative; margin-bottom: 40px; }

label.required:after {color: #FF0000; content: " *";}

.glass { background: rgba(15, 23, 42, 0.65); backdrop-filter: blur(30px); border: 1px solid rgba(103, 232, 249, 0.25); box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.4);}

.glassform { /*background: rgba(15, 23, 42, 0.65);*/ backdrop-filter: blur(30px); border: 1px solid rgba(103, 232, 249, 0.25); box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.4);}
.glassform  button{background: linear-gradient(90deg, #00aaff, #00aaff);; border: 1px solid rgba(148, 163, 184, 0.3) !important; color: white !important; font-size: 1.1rem;}
.search-input { display: flex; align-items: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(148, 163, 184, 0.3); border-radius: 18px; overflow: hidden; }
.search-input input { border: none; background: transparent; flex: 1; padding: 18px 12px; font-size: 1.1rem; color: black; outline: none; }
.button-suffix {background: rgba(255,255,255,0.08); color: #94a3b8; border-left: 1px solid rgba(148, 163, 184, 0.3); margin: -32px -2px -5px 0px;}
.button-suffix button { padding: 50px 30px 20px 30px;}
.searchByCategory {border: 1px solid #FFFFFF; border-radius: 20px; overflow-x: hidden; overflow-y: auto; max-height: 500px;}
.searchByCategory ul {padding-left: 0px;}
.searchByCategory ul li.block { list-style: none; display: block; padding: 5px 0px; border: 1px solid #FFFFFF; border-radius: 20px; margin: 5px 0px;}
.searchByCategory ul li.inline { list-style: none; display: block; padding: 5px 10px; border: 1px solid #FFFFFF; border-radius: 20px; margin: 5px 5px;}
.searchByAlphabet a, .searchByCategory a {text-decoration: none;}
.searchByAlphabet a:hover, .searchByAlphabet a.active, .searchByCategory a:hover, .searchByCategory a.active {text-decoration: underline;}

.marquee-container { width: 100%; overflow: hidden; white-space: nowrap; padding: 10px 0;}
.marquee-text { display: inline-block; padding-left: 100%; animation: marquee 12s linear infinite; }
.marquee-text a { color: #009fe2; font-weight: 600; text-decoration: none; margin: 0px 20px 0px 0px; }
.marquee-text a:hover { color: #009fe2; text-decoration: underline; }

/* Pause on hover */
.marquee-container:hover .marquee-text { animation-play-state: paused;}

/* Animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}