@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap');
body { background: linear-gradient(135deg, #0a0c1a 0%, #121826 100%); color: #e2e8f0; font-family: 'Inter', system-ui, sans-serif; min-height: 100vh;}
.hero { background: linear-gradient(135deg, rgba(10,12,26,0.95), rgba(18,24,38,0.95)); border-bottom: 1px solid rgba(103, 232, 249, 0.15); padding-top: 30px;}
.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: rgba(255,255,255,0.06) !important; 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: white; 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 ul li { list-style: none; display: inline-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;}

.logo { width: 300px; filter: drop-shadow(0 15px 25px rgba(103, 232, 249, 0.4));}
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: #009fe2;  font-size: 14px; text-decoration: none;}
footer li a:hover{color: #f8992a;}

.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;}

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

h1 { font-family: 'Playfair Display', serif; font-size: 3.6rem; font-weight: 700; letter-spacing: -3px; background: linear-gradient(90deg, #ffffff, #67e8f9); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.form-control { background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(148, 163, 184, 0.3) !important; color: white !important; border-radius: 18px; padding: 18px 24px; font-size: 1.1rem;}
.form-control:focus { border-color: #67e8f9; box-shadow: 0 0 0 5px rgba(103, 232, 249, 0.15); background: rgba(255,255,255,0.1) !important;}
.form-control::placeholder { color: #94a3b8 !important; opacity: 1;}
.btn-premium { background: linear-gradient(90deg, #00aaff, #ff8800); color: white; font-weight: 700; padding: 18px 60px; border-radius: 50px; font-size: 1.25rem; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(0, 170, 255, 0.4);}
.btn-premium:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 40px rgba(255, 136, 0, 0.5);}

/* 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: white; 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); }

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

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

.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; 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%);
    }
}