@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap";
.contactSection{background:linear-gradient(180deg,var(--lg-dark-navy)0%,var(--lg-soft-black)100%);padding:6rem 4rem;font-family:Montserrat,sans-serif;position:relative;overflow:hidden}@media (max-width:1024px){.contactSection{padding:5rem 3rem}}@media (max-width:768px){.contactSection{padding:4rem 2rem}}@media (max-width:480px){.contactSection{padding:3rem 1.5rem}}.contactSection:before{content:"";z-index:0;background:radial-gradient(circle,#d4af371a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite pulse;position:absolute;top:-10%;left:-10%}.contactSection:after{content:"";z-index:0;background:radial-gradient(circle,#a7892814 0%,#0000 70%);border-radius:50%;width:450px;height:450px;animation:10s ease-in-out infinite reverse pulse;position:absolute;bottom:-10%;right:-10%}.contactSection .heading{color:var(--lg-gold);text-align:center;letter-spacing:1px;z-index:1;text-shadow:0 4px 20px #d4af374d;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;position:relative}@media (max-width:1024px){.contactSection .heading{font-size:3rem}}@media (max-width:768px){.contactSection .heading{margin-bottom:2.5rem;font-size:2.5rem}}@media (max-width:480px){.contactSection .heading{margin-bottom:2rem;font-size:2rem}}.contactSection .heading:after{content:"";background:linear-gradient(90deg,var(--lg-gold-dark),var(--lg-gold),var(--lg-gold-light));border-radius:2px;width:120px;height:4px;margin:1.5rem auto 0;display:block;box-shadow:0 4px 15px #d4af3766}@media (max-width:768px){.contactSection .heading:after{width:100px;height:3px;margin-top:1rem}}.contactSection .form{z-index:1;background:linear-gradient(135deg,var(--lg-deep-grey)0%,#1a1a1af2 100%);border:1px solid #d4af3733;border-radius:25px;flex-direction:column;gap:1.8rem;max-width:800px;margin:0 auto;padding:3rem;display:flex;position:relative;box-shadow:0 20px 60px #00000080,0 0 40px #d4af371a}@media (max-width:768px){.contactSection .form{gap:1.5rem;padding:2.5rem 2rem}}@media (max-width:480px){.contactSection .form{gap:1.3rem;padding:2rem 1.5rem}}.contactSection .form:before{content:"";background:linear-gradient(135deg,var(--lg-gold),var(--lg-gold-dark),var(--lg-gold-light));-webkit-mask-composite:xor;opacity:.5;border-radius:25px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.contactSection .form:hover:before{opacity:1}.contactSection .form .inputGroup{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.contactSection .form .inputGroup{gap:1.3rem}}@media (max-width:480px){.contactSection .form .inputGroup{grid-template-columns:1fr;gap:1.3rem}}.contactSection .form .input{color:var(--lg-gold-light);background:#0b1a2a99;border:2px solid #d4af374d;border-radius:12px;outline:none;padding:1.2rem 1.5rem;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:500;transition:all .3s}@media (max-width:768px){.contactSection .form .input{padding:1.1rem 1.3rem;font-size:1rem}}@media (max-width:480px){.contactSection .form .input{padding:1rem 1.2rem;font-size:.95rem}}.contactSection .form .input::placeholder{color:#e6c76f80;font-weight:400}.contactSection .form .input:focus{border-color:var(--lg-gold);background:#0b1a2acc;transform:translateY(-2px);box-shadow:0 0 20px #d4af374d,inset 0 0 10px #d4af371a}.contactSection .form .input:hover{border-color:var(--lg-gold-light)}.contactSection .form .input:-webkit-autofill{-webkit-text-fill-color:var(--lg-gold-light);border-color:var(--lg-gold);-webkit-box-shadow:inset 0 0 0 1000px #0b1a2acc}.contactSection .form .input:-webkit-autofill:hover{-webkit-text-fill-color:var(--lg-gold-light);border-color:var(--lg-gold);-webkit-box-shadow:inset 0 0 0 1000px #0b1a2acc}.contactSection .form .input:-webkit-autofill:focus{-webkit-text-fill-color:var(--lg-gold-light);border-color:var(--lg-gold);-webkit-box-shadow:inset 0 0 0 1000px #0b1a2acc}.contactSection .form .fullWidth{grid-column:1/-1}.contactSection .form .textarea{resize:vertical;min-height:150px;font-family:Montserrat,sans-serif;line-height:1.6}@media (max-width:768px){.contactSection .form .textarea{min-height:130px}}.contactSection .form .submitButton{background:linear-gradient(135deg,var(--lg-gold)0%,var(--lg-gold-dark)100%);color:var(--lg-dark-navy);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;align-self:center;min-width:220px;padding:1.2rem 3rem;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 25px #d4af3766}@media (max-width:768px){.contactSection .form .submitButton{min-width:200px;padding:1.1rem 2.5rem;font-size:1rem}}@media (max-width:480px){.contactSection .form .submitButton{width:100%;min-width:unset;padding:1rem 2.2rem;font-size:.95rem}}.contactSection .form .submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.contactSection .form .submitButton:hover{background:linear-gradient(135deg,var(--lg-gold-light)0%,var(--lg-gold)100%);transform:translateY(-5px)scale(1.05);box-shadow:0 12px 35px #d4af3799,0 0 30px #d4af374d}.contactSection .form .submitButton:hover:before{left:100%}.contactSection .form .submitButton:active{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #d4af3780}.contactSection .form .submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}
