.Header-module__Af2_WG__header{z-index:1000;width:100%;padding:1rem 0;padding-top:calc(1rem + env(safe-area-inset-top));-webkit-backdrop-filter:blur(15px);background-color:#ffffff80;border-bottom:1px solid #ffffff4d;height:auto;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;box-shadow:0 4px 30px #0000001a}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{padding:.8rem 0;padding-top:calc(.8rem + env(safe-area-inset-top));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fffc;border-bottom:1px solid #ffffff80;box-shadow:0 10px 30px #0000001a}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:12px;text-decoration:none;transition:transform .3s;display:flex}.Header-module__Af2_WG__logo:hover{transform:scale(1.02)}.Header-module__Af2_WG__logoText{font-family:var(--font-serif,"Lora", serif);color:var(--text-primary);letter-spacing:-.5px;font-size:1.8rem;font-weight:700}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:50%;flex-direction:column;gap:6px;padding:8px;transition:background-color .3s;display:none}.Header-module__Af2_WG__hamburger:hover{background-color:#0000000d}.Header-module__Af2_WG__hamburger span{background-color:var(--text-primary);border-radius:4px;width:26px;height:2.5px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:block}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:first-child{transform:rotate(45deg)translate(8px,6px)}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:nth-child(2){opacity:0;transform:translate(-10px)}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.Header-module__Af2_WG__desktopNav{align-items:center;gap:3rem;display:flex}.Header-module__Af2_WG__desktopNav a,.Header-module__Af2_WG__dropdownBtn{color:var(--text-secondary);letter-spacing:.3px;padding:.5rem 0;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Header-module__Af2_WG__desktopNav a:after{content:"";background:linear-gradient(90deg, var(--accent-green), var(--accent-blue));transform-origin:100%;border-radius:2px;width:100%;height:2.5px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__Af2_WG__desktopNav a:hover:after,.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownBtn:after{transform-origin:0;transform:scaleX(1)}.Header-module__Af2_WG__desktopNav a:hover,.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownBtn{color:var(--text-primary)}.Header-module__Af2_WG__authButtons{align-items:center;gap:1.2rem;display:flex}.Header-module__Af2_WG__loginBtn,.Header-module__Af2_WG__signupBtn,.Header-module__Af2_WG__enquiryBtn{cursor:pointer;white-space:nowrap;letter-spacing:.3px;border:none;border-radius:12px;padding:.7rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Header-module__Af2_WG__loginBtn{color:var(--text-primary);background-color:#0000;border:1px solid #0000001a}.Header-module__Af2_WG__loginBtn:hover{background-color:var(--background-light);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.Header-module__Af2_WG__signupBtn{background:linear-gradient(135deg, var(--accent-green), var(--accent-green-dark));color:#fff;box-shadow:0 4px 15px #33ae7833}.Header-module__Af2_WG__signupBtn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #33ae784d}.Header-module__Af2_WG__signupBtn:active,.Header-module__Af2_WG__loginBtn:active{transform:translateY(0)}.Header-module__Af2_WG__dropdown{display:inline-block;position:relative}.Header-module__Af2_WG__dropdownBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:8px;font-family:inherit;display:flex}.Header-module__Af2_WG__dropdownBtn span{font-size:.75em;transition:transform .4s}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownBtn span{transform:rotate(180deg)}.Header-module__Af2_WG__dropdownContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;opacity:0;visibility:hidden;background-color:#fffffff2;border:1px solid #ffffff80;border-radius:16px;min-width:200px;padding:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:absolute;top:140%;right:0;box-shadow:0 10px 40px #00000014}.Header-module__Af2_WG__dropdownContent a{color:var(--text-secondary);text-align:left;border-radius:8px;margin-bottom:2px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__Af2_WG__dropdownContent a:after{display:none}.Header-module__Af2_WG__dropdownContent a:last-child{margin-bottom:0}.Header-module__Af2_WG__dropdownContent a:hover{color:var(--accent-green-dark);background-color:#33ae781a;transform:translate(4px)}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownContent{opacity:1;visibility:visible;top:100%;transform:translateY(0)}.Header-module__Af2_WG__sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;background-color:#fffffffa;width:320px;height:100vh;transition:transform .5s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:auto;right:0;transform:translate(100%);box-shadow:-5px 0 30px #0000001a}.Header-module__Af2_WG__sidebar.Header-module__Af2_WG__open{transform:translate(0)}.Header-module__Af2_WG__sidebarContent{flex-direction:column;height:100%;padding:2rem;display:flex;overflow-y:auto}.Header-module__Af2_WG__sidebarHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.Header-module__Af2_WG__closeBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:0;font-size:2.5rem;line-height:1;transition:all .3s}.Header-module__Af2_WG__closeBtn:hover{color:var(--accent-red);transform:rotate(90deg)scale(1.1)}.Header-module__Af2_WG__sidebarNav{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.Header-module__Af2_WG__sidebarNav a{color:var(--text-primary);border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__Af2_WG__sidebarNav a:hover{background-color:var(--background-light);color:var(--accent-green);transform:translate(5px)}.Header-module__Af2_WG__sidebarButtons{border-top:1px solid var(--card-border);flex-direction:column;gap:1rem;margin-top:auto;padding-top:2rem;display:flex}.Header-module__Af2_WG__sidebarBtn,.Header-module__Af2_WG__sidebarBtnPrimary,.Header-module__Af2_WG__sidebarBtnDanger{cursor:pointer;text-align:center;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.Header-module__Af2_WG__sidebarBtn{background-color:var(--background-light);color:var(--text-primary)}.Header-module__Af2_WG__sidebarBtn:hover{background-color:#e0e0e0}.Header-module__Af2_WG__sidebarBtnPrimary{background:linear-gradient(135deg, var(--accent-green), var(--accent-green-dark));color:#fff;box-shadow:0 4px 15px #33ae7833}.Header-module__Af2_WG__sidebarBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #33ae784d}.Header-module__Af2_WG__sidebarBtnDanger{color:var(--accent-red);background-color:#dc35451a}.Header-module__Af2_WG__sidebarBtnDanger:hover{background-color:#dc354533}.Header-module__Af2_WG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;background-color:#0006;width:100%;height:100%;transition:all .4s;position:fixed;top:0;left:0}.Header-module__Af2_WG__overlay.Header-module__Af2_WG__open{opacity:1;visibility:visible}.Header-module__Af2_WG__avatar{object-fit:cover;background-color:var(--accent-green);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex;box-shadow:0 2px 8px #0000001a}.Header-module__Af2_WG__open{display:inherit}@media screen and (max-width:992px){.Header-module__Af2_WG__desktopNav{gap:1.5rem}.Header-module__Af2_WG__desktopNav a{font-size:.95rem}.Header-module__Af2_WG__authButtons{gap:.8rem}.Header-module__Af2_WG__loginBtn,.Header-module__Af2_WG__signupBtn,.Header-module__Af2_WG__enquiryBtn{padding:.6rem 1.2rem;font-size:.9rem}}@media screen and (max-width:768px){.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__desktopNav,.Header-module__Af2_WG__authButtons{display:none}.Header-module__Af2_WG__logoText{font-size:1.5rem}.Header-module__Af2_WG__sidebarContent{padding-top:calc(2rem + env(safe-area-inset-top))}}
.Footer-module__EZoWya__footer{color:var(--text-primary);background-color:#fff;border-top:1px solid #eaeaea;width:100%;padding-top:2rem;padding-bottom:.5rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:1.5rem;display:grid}.Footer-module__EZoWya__footerColumn{padding:0}.Footer-module__EZoWya__logoText{font-family:var(--font-serif,"Lora", serif);color:var(--accent-green);margin-bottom:.5rem;font-size:1.8rem;font-weight:700;line-height:1.2}.Footer-module__EZoWya__footerHeading{color:#999;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.8rem;font-size:.75rem;font-weight:700}.Footer-module__EZoWya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__footerLinks li{margin-bottom:1rem}.Footer-module__EZoWya__footerLinks a{color:#444;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.Footer-module__EZoWya__footerLinks a:hover{color:var(--accent-green);display:inline-block;transform:translate(3px)}.Footer-module__EZoWya__footerBottom{border-top:1px solid #eaeaea;padding-top:2rem}.Footer-module__EZoWya__footerBottomContainer{justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__footerBottomContainer p{color:#888;margin:0;font-size:.85rem}.Footer-module__EZoWya__socialIcons{gap:1.5rem;display:flex}.Footer-module__EZoWya__socialIcons a{opacity:.6;transition:opacity .3s,transform .2s}.Footer-module__EZoWya__socialIcons a:hover{opacity:1;transform:translateY(-2px)}@media screen and (max-width:900px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__EZoWya__footerColumn:first-child{grid-column:1/-1;margin-bottom:1rem}}@media screen and (max-width:480px){.Footer-module__EZoWya__footer{padding-top:1.5rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Footer-module__EZoWya__footerColumn:first-child{text-align:center;grid-column:1/-1}.Footer-module__EZoWya__logoText br{display:none}.Footer-module__EZoWya__logoText{margin-bottom:1rem;font-size:1.8rem}.Footer-module__EZoWya__footerBottomContainer{flex-direction:column;align-items:flex-start;gap:1.5rem}}
.Auth-module__-ASQiq__authPage{justify-content:center;align-items:center;min-height:100vh;padding-top:95px;display:flex}.Auth-module__-ASQiq__authContainer{-webkit-backdrop-filter:blur(15px);text-align:center;background-color:#ffffff80;border:1px solid #fff9;border-radius:16px;width:100%;max-width:450px;margin:0 auto;padding:3rem;box-shadow:0 8px 32px #0000001a}.Auth-module__-ASQiq__authTitle{color:var(--text-primary);margin-bottom:1rem;font-family:Lora,serif;font-size:2.5rem;font-weight:600}.Auth-module__-ASQiq__authSubtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.Auth-module__-ASQiq__authForm{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.Auth-module__-ASQiq__authForm input,.Auth-module__-ASQiq__authForm select{background:var(--background-light);border:1px solid var(--card-border);color:var(--text-primary);border-radius:5px;padding:1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.Auth-module__-ASQiq__authForm input:focus,.Auth-module__-ASQiq__authForm select:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 3px #003f8826}.Auth-module__-ASQiq__authForm .Auth-module__-ASQiq__ctaBtn{margin-top:1rem}.Auth-module__-ASQiq__authSwitch{color:var(--text-secondary);margin-top:2rem}.Auth-module__-ASQiq__authSwitch a{color:var(--accent-blue);font-weight:600;text-decoration:none;transition:color .3s}.Auth-module__-ASQiq__authSwitch a:hover{color:var(--accent-green-dark)}.Auth-module__-ASQiq__authError{color:#dc2626;text-align:center;background-color:#fee2e2;border-radius:5px;margin-bottom:1.5rem;padding:1rem}
.Home-module__g21JLG__heroSection{background:var(--background-white);align-items:center;min-height:90vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__heroContent{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.Home-module__g21JLG__heroBadge{color:var(--accent-green-dark);letter-spacing:.5px;text-transform:uppercase;background:#33ae781a;border:1px solid #33ae7833;border-radius:24px;margin-bottom:24px;padding:8px 16px;font-size:.82rem;font-weight:600;display:inline-block}.Home-module__g21JLG__heroTitle{color:var(--text-primary);margin-bottom:1rem;font-family:Lora,serif;font-size:4rem;font-weight:600;line-height:1.2}.Home-module__g21JLG__heroHighlight{background:linear-gradient(135deg, var(--accent-green), var(--accent-green-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__g21JLG__heroSubtitle{color:var(--text-secondary);max-width:540px;margin:0 auto 32px;font-size:1.2rem;line-height:1.7}.Home-module__g21JLG__heroActions{justify-content:center;gap:16px;margin-bottom:60px;display:flex}.Home-module__g21JLG__heroBtn{border-radius:12px;align-items:center;padding:14px 32px;font-size:1.1rem;display:flex}.Home-module__g21JLG__heroStats{-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:16px;justify-content:center;align-items:center;gap:32px;max-width:fit-content;margin:0 auto;padding:24px;display:flex;box-shadow:0 8px 32px #0000000a}.Home-module__g21JLG__heroStat{flex-direction:column;align-items:center;gap:4px;display:flex}.Home-module__g21JLG__heroStatValue{color:var(--accent-green-dark);font-family:Lora,serif;font-size:1.8rem;font-weight:700}.Home-module__g21JLG__heroStatLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500}.Home-module__g21JLG__heroStatDivider{background:#0000001a;width:1px;height:40px}.Home-module__g21JLG__heroOrb{filter:blur(80px);z-index:1;opacity:.5;border-radius:50%;animation:10s ease-in-out infinite Home-module__g21JLG__orbFloat;position:absolute}.Home-module__g21JLG__heroOrb1{background:#33ae7833;width:400px;height:400px;top:-100px;left:-100px}.Home-module__g21JLG__heroOrb2{background:#3498db26;width:300px;height:300px;animation-delay:-3s;bottom:0;right:-50px}.Home-module__g21JLG__heroOrb3{background:#9b59b626;width:250px;height:250px;animation-delay:-6s;top:30%;right:15%}@keyframes Home-module__g21JLG__orbFloat{0%,to{transform:translate(0)}25%{transform:translate(30px,-20px)}50%{transform:translate(-20px,30px)}75%{transform:translate(20px,20px)}}.Home-module__g21JLG__kitesContainer{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__g21JLG__kite{opacity:.7;position:absolute}@keyframes Home-module__g21JLG__flyPath1{0%{transform:translate(-10vw)translateY(20vh)rotate(-10deg)}50%{transform:translate(50vw)translateY(-10vh)rotate(10deg)}to{transform:translate(110vw)translateY(5vh)rotate(-5deg)}}@keyframes Home-module__g21JLG__flyPath2{0%{transform:translate(-10vw)translateY(10vh)rotate(10deg)}50%{transform:translate(60vw)translateY(15vh)rotate(-15deg)}to{transform:translate(110vw)translateY(-5vh)rotate(5deg)}}.Home-module__g21JLG__kite:first-child{font-size:4em;animation:18s linear -2s infinite Home-module__g21JLG__flyPath1;top:5%}.Home-module__g21JLG__kite:nth-child(2){font-size:2.5rem;animation:15s linear -8s infinite Home-module__g21JLG__flyPath2;top:15%}.Home-module__g21JLG__kite:nth-child(3){font-size:3.5rem;animation:22s linear -15s infinite Home-module__g21JLG__flyPath1;top:10%}.Home-module__g21JLG__kite:nth-child(4){font-size:2rem;animation:13s linear -20s infinite Home-module__g21JLG__flyPath2;top:25%}@media screen and (max-width:768px){.Home-module__g21JLG__kite:nth-child(3),.Home-module__g21JLG__kite:nth-child(4){display:none}}.Home-module__g21JLG__featuresSection{background:var(--background-light);padding:100px 0;position:relative}.Home-module__g21JLG__sectionTitle{text-align:center;color:var(--text-primary);margin-bottom:16px;font-family:Lora,serif;font-size:2.5rem}.Home-module__g21JLG__sectionSubtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 60px;font-size:1.1rem}.Home-module__g21JLG__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.Home-module__g21JLG__featureCard{text-align:center;height:100%;padding:40px 30px}.Home-module__g21JLG__featureIcon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.Home-module__g21JLG__featureCard h3{color:var(--text-primary);margin-bottom:16px;font-size:1.25rem}.Home-module__g21JLG__featureCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.Home-module__g21JLG__ctaSection{background:var(--background-white);padding:80px 0}.Home-module__g21JLG__ctaCard{text-align:center;background:linear-gradient(135deg,#33ae780d,#3498db0d);border:1px solid #33ae781a;border-radius:24px;padding:60px 40px}.Home-module__g21JLG__ctaCard h2{color:var(--text-primary);margin-bottom:16px;font-family:Lora,serif;font-size:2.2rem}.Home-module__g21JLG__ctaCard p{color:var(--text-secondary);margin-bottom:32px;font-size:1.1rem}.Home-module__g21JLG__contactSection{padding:40px 0}.Home-module__g21JLG__contactContainer{-webkit-backdrop-filter:blur(12px);text-align:left;background-color:#fff6;border:1px solid #fff9;border-radius:16px;gap:3rem;padding:3rem;display:flex;box-shadow:0 4px 25px #0000000d}.Home-module__g21JLG__contactForm{text-align:left;box-shadow:none;background-color:#0000;border-radius:0;flex-direction:column;flex:2;gap:0;max-width:none;margin:0;padding:0;display:flex}.Home-module__g21JLG__contactInfo{text-align:left;flex-direction:column;flex:1;gap:1.5rem;display:flex}.Home-module__g21JLG__contactInfoImage{text-align:center;opacity:.8;width:100%;margin-bottom:1rem}.Home-module__g21JLG__contactInfoItem h4{color:var(--text-primary);margin-bottom:.5rem;font-family:Lora,serif;font-size:1.2rem}.Home-module__g21JLG__contactInfoItem p{color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.6}.Home-module__g21JLG__contactInfoItem a{color:var(--accent-blue);text-decoration:none;transition:-webkit-text-decoration .3s,text-decoration .3s}.Home-module__g21JLG__contactInfoItem a:hover{text-decoration:underline}@media (max-width:768px){.Home-module__g21JLG__heroSection{min-height:auto;padding:100px 0 60px}.Home-module__g21JLG__heroTitle{font-size:2.8rem}.Home-module__g21JLG__heroStats{flex-direction:column;gap:20px;width:100%}.Home-module__g21JLG__heroStatDivider{width:100%;height:1px}.Home-module__g21JLG__featuresSection,.Home-module__g21JLG__ctaSection{padding:60px 0}.Home-module__g21JLG__sectionTitle{font-size:2rem}.Home-module__g21JLG__ctaCard{padding:40px 20px}.Home-module__g21JLG__contactContainer{flex-direction:column;gap:2rem;padding:2rem 1rem}.Home-module__g21JLG__contactForm{flex:1;width:100%}.Home-module__g21JLG__contactInfo{text-align:center;border-top:1px solid #0000000d;align-items:center;width:100%;padding-top:2rem}.Home-module__g21JLG__contactInfoItem{text-align:center}}@media (max-width:480px){.Home-module__g21JLG__heroTitle{font-size:2rem}}
