@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#334155;background-color:#f8fafc;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (width>=1201px){.container{max-width:1300px}}@media (width>=1500px){.container{max-width:1800px}}@media (width>=2000px){.container{max-width:1920px}}.section-padding{padding:80px 0}@media (width<=576px){.section-padding{padding:50px 0}}.title-wrap{text-align:center;margin-bottom:50px}.title-wrap h2{color:#0f172a;margin-bottom:15px;font-family:Playfair Display,serif;font-size:40px}.title-wrap h2 span{color:#d4af37;font-style:italic}@media (width<=576px){.title-wrap h2{font-size:32px}}.title-wrap p{color:#64748b;font-size:18px}@media (width<=576px){.title-wrap p{font-size:16px}}.btn-primary{color:#fff;background:#d4af37;border:2px solid #d4af37;border-radius:4px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{color:#d4af37;background:0 0}.floating-contact{z-index:9999;flex-direction:column;gap:15px;display:flex;position:fixed;bottom:30px;right:30px}@media (width<=576px){.floating-contact{bottom:20px;right:20px}}.floating-contact .float-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0003}@media (width<=576px){.floating-contact .float-btn{width:50px;height:50px}}.floating-contact .float-btn svg{width:30px;height:30px}@media (width<=576px){.floating-contact .float-btn svg{width:24px;height:24px}}.floating-contact .float-btn:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000004d}.floating-contact .call-btn{color:#0f172a;background-color:#d4af37}.floating-contact .call-btn:hover{background-color:#b29126}.floating-contact .wa-btn{background-color:#25d366}.floating-contact .wa-btn:hover{background-color:#1da851}header{z-index:100;background-color:#0f172a;width:100%;padding:20px 0;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}header .container{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}header .container .logo a{align-items:center;gap:12px;text-decoration:none;display:flex}header .container .logo a .header-logo{object-fit:contain;vertical-align:middle;width:auto;height:50px;transition:transform .3s}@media (width<=576px){header .container .logo a .header-logo{height:40px}}header .container .logo a .header-logo:hover{transform:scale(1.05)}header .container .logo a .company-name{color:#fff;letter-spacing:.5px;font-family:Playfair Display,serif;font-size:26px;font-weight:600}@media (width<=576px){header .container .logo a .company-name{font-size:18px}}header .container .menu-toggle{display:none}header .container .hamburger{cursor:pointer;flex-direction:column;gap:6px;padding:5px;display:none}header .container .hamburger span{background-color:#fff;border-radius:3px;width:30px;height:3px;transition:all .3s;display:block}@media (width<=900px){header .container .hamburger{display:flex}header .container nav{border-top:1px solid #ffffff1a;width:100%;margin-top:15px;padding-top:20px;display:none}}header .container nav ul{align-items:center;gap:30px;list-style:none;display:flex}@media (width<=900px){header .container nav ul{text-align:center;flex-direction:column;gap:20px;padding-bottom:20px}}header .container nav ul li a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}header .container nav ul li a:hover{color:#d4af37}@media (width<=900px){header .container .menu-toggle:checked~nav{display:block}}header .container .menu-toggle:checked~.hamburger span:first-child{transform:translateY(9px)rotate(45deg)}header .container .menu-toggle:checked~.hamburger span:nth-child(2){opacity:0}header .container .menu-toggle:checked~.hamburger span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}footer{color:#fff;background-color:#0f172a;padding:60px 0 20px}footer .footer-grid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px;display:grid}@media (width<=900px){footer .footer-grid{grid-template-columns:1fr}}footer .footer-brand .footer-logo-link{align-items:center;gap:15px;margin-bottom:20px;text-decoration:none;display:flex}footer .footer-brand .footer-logo-link .footer-logo{object-fit:contain;width:auto;height:60px;display:block}footer .footer-brand .footer-logo-link .company-name{color:#fff;letter-spacing:.5px;font-family:Playfair Display,serif;font-size:28px;font-weight:600}@media (width<=576px){footer .footer-brand .footer-logo-link .company-name{font-size:22px}}footer .footer-brand p{color:#fffc;font-size:15px}footer .footer-contact h4{color:#d4af37;margin-bottom:15px;font-size:20px}footer .footer-contact p{color:#ffffffb3;margin-bottom:10px}footer .footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:20px}footer .footer-bottom p{color:#ffffff80;font-size:14px}footer .footer-bottom p a{color:#fffc;text-decoration:none;transition:color .3s}footer .footer-bottom p a:hover{color:#d4af37}.about-hero{text-align:center;background:linear-gradient(#0f172ad9,#0f172ad9),url(https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069&auto=format&fit=crop) 50%/cover no-repeat;justify-content:center;align-items:center;height:60vh;min-height:400px;margin-top:70px;display:flex}.about-hero .hero-content h1{color:#fff;margin-bottom:15px;font-family:Playfair Display,serif;font-size:60px}.about-hero .hero-content h1 span{color:#d4af37;font-style:italic}@media (width<=576px){.about-hero .hero-content h1{font-size:40px}}.about-hero .hero-content p{color:#ffffffe6;font-size:22px;font-weight:300}@media (width<=576px){.about-hero .hero-content p{font-size:18px}}.text-center{text-align:center}.lead-text{color:#0f172a;max-width:800px;margin:0 auto;font-family:Playfair Display,serif;font-size:24px;font-style:italic;line-height:1.6}@media (width<=576px){.lead-text{font-size:20px}}.about-overview,.about-expertise{background-color:#fff}.about-overview .overview-grid,.about-overview .expertise-grid,.about-expertise .overview-grid,.about-expertise .expertise-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (width<=900px){.about-overview .overview-grid,.about-overview .expertise-grid,.about-expertise .overview-grid,.about-expertise .expertise-grid{grid-template-columns:1fr;gap:40px}}.about-overview .overview-grid .text-content h2,.about-overview .expertise-grid .text-content h2,.about-expertise .overview-grid .text-content h2,.about-expertise .expertise-grid .text-content h2{color:#0f172a;margin-bottom:20px;font-family:Playfair Display,serif;font-size:36px}.about-overview .overview-grid .text-content h2 span,.about-overview .expertise-grid .text-content h2 span,.about-expertise .overview-grid .text-content h2 span,.about-expertise .expertise-grid .text-content h2 span{color:#d4af37;font-style:italic}.about-overview .overview-grid .text-content p,.about-overview .expertise-grid .text-content p,.about-expertise .overview-grid .text-content p,.about-expertise .expertise-grid .text-content p{color:#64748b;font-size:18px;line-height:1.8}.about-overview .overview-grid .image-content img,.about-overview .expertise-grid .image-content img,.about-expertise .overview-grid .image-content img,.about-expertise .expertise-grid .image-content img{border-radius:12px;width:100%;box-shadow:0 20px 40px #0000001a}.about-expertise{background-color:#f8fafc}.about-mission{color:#fff;background-color:#d4af37}.about-mission h2{color:#fff;margin-bottom:20px;font-family:Playfair Display,serif;font-size:40px}.about-mission h2 span{color:#0f172a;font-style:italic}.about-mission .lead-text{color:#fff}.about-approach{background-color:#fff}.about-approach .approach-box{background:#f8fafc;border-left:6px solid #d4af37;border-radius:16px;max-width:900px;margin:0 auto;padding:60px}.about-approach .approach-box p{color:#334155;font-family:Playfair Display,serif;font-size:22px;font-style:italic;line-height:1.8}@media (width<=576px){.about-approach .approach-box p{padding:20px;font-size:18px}}.about-domains{color:#fff;background-color:#0f172a}.about-domains .title-wrap h2{color:#fff}.about-domains .title-wrap p{color:#ffffffb3}.about-domains .domains-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}@media (width<=900px){.about-domains .domains-grid{grid-template-columns:1fr}}.about-domains .domains-grid .domain-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:40px;transition:all .3s}.about-domains .domains-grid .domain-card:hover{background:#ffffff1a;border-color:#d4af37;transform:translateY(-5px)}.about-domains .domains-grid .domain-card h3{color:#d4af37;margin-bottom:15px;font-family:Playfair Display,serif;font-size:24px}.about-domains .domains-grid .domain-card p{color:#fffc;font-size:16px;line-height:1.6}.about-trust{background-color:#f8fafc}.about-trust h2{color:#0f172a;margin-bottom:20px;font-family:Playfair Display,serif;font-size:40px}.about-trust h2 span{color:#d4af37;font-style:italic}.about-trust p{color:#64748b;max-width:700px;margin:0 auto;font-size:20px;line-height:1.8}.about-cta{color:#fff;background:url(https://images.unsplash.com/photo-1560518883-ce09059eeffa?q=80&w=2073&auto=format&fit=crop) 50%/cover no-repeat;position:relative}.about-cta:before{content:"";background:#0f172ae6;position:absolute;inset:0}.about-cta .container{z-index:1;max-width:600px;position:relative}.about-cta h2{color:#fff;margin-bottom:20px;font-family:Playfair Display,serif;font-size:40px}.about-cta h2 span{color:#d4af37;font-style:italic}.about-cta p{color:#fffc;margin-bottom:30px;font-size:18px}
