*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;font-family:Mont,sans-serif;overflow-x:hidden}@font-face{font-family:Mont;src:url(/assets/fonts/Montserrat-Regular.ttf)format("truetype");font-weight:400}@font-face{font-family:Mont;src:url(/assets/fonts/Montserrat-Medium.ttf)format("truetype");font-weight:500}@font-face{font-family:Mont;src:url(/assets/fonts/Montserrat-Bold.ttf)format("truetype");font-weight:700}*{font-family:Mont,sans-serif}body,p,span,div,button,input,textarea,li,a,Link{font-size:14px;font-weight:500;line-height:1.6}h1,h2,h3,h5,h6{font-weight:700;line-height:1.2;font-size:30px!important}.subheading{font-weight:500;line-height:1.4;font-size:18px!important}.yellow-text{font-weight:700;line-height:1.2;font-size:30px!important}body{margin:0}html{scroll-behavior:smooth}.hero-container{align-items:center;width:100%;height:90vh;padding-left:80px;display:flex;position:relative;overflow:hidden}.hero-slider{width:100%;height:100%;transition:transform .9s ease-in-out;display:flex;position:absolute;inset:0}.hero-slide{background-position:50%;background-size:cover;flex-shrink:0;width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(90deg,#3c1053e6,#3c105399,#3c105333,#0000);position:absolute;inset:0}.hero-content{color:#fff;z-index:2;flex-direction:column;align-items:flex-start;max-width:500px;font-family:Mont,sans-serif;display:flex}.hero-heading{text-align:left;letter-spacing:1px;margin-bottom:15px;font-family:Mont,sans-serif;line-height:1.2}.hero-heading .gold{color:#c1976b}.hero-small{color:#c1976b;letter-spacing:1px;margin-bottom:10px}.hero-paragraph{color:#f0f0f0;text-align:left;max-width:550px;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.hero-buttons{justify-content:start;gap:20px;width:100%;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border:none;border-radius:6px;padding:12px 24px;font-size:1.2rem}.primary-btn{color:#28245f;background-color:#c89b3c;transition:transform .3s,box-shadow .3s,background-color .3s}.primary-btn:hover{color:#28245f;background-color:#bb933d;transform:scale(1.08);box-shadow:0 8px 20px #0003}.secondary-btn{color:#fff;background-color:#0000;border:2px solid #fff}.secondary-btn:hover{color:#c89b3c;background-color:#0000;border:2px solid #c89b3c}.hero-dots{gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.dot.active{background-color:#a855f7;transform:scale(1.3)}.products-section{background:#f8f8fb;padding:80px 100px}.products-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.products-header h2{color:#282560;font-size:40px}.view-all{cursor:pointer;letter-spacing:1px;background:0 0;border:none;font-weight:600}.products-grid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.product-card{cursor:pointer;background:#fff;border:1px solid #ddd;padding:40px;position:relative;overflow:hidden}.product-card:before{content:"";background:var(--hover-color);z-index:0;width:100%;height:0%;transition:height .4s;position:absolute;bottom:0;left:0}.product-card:hover:before{height:100%}.card-content{z-index:1;position:relative}.card-id{float:right;opacity:.5}.card-category{letter-spacing:1px;color:#555;font-size:12px}.product-card h3{margin:10px 0;font-size:24px}.product-card p{color:#555;margin-bottom:20px}.logo-box{background:#f5f5f5;border-radius:10px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.card-logo{object-fit:contain;max-width:75%;max-height:75%}.arrow{font-size:20px}.product-card:hover h3,.product-card:hover p,.product-card:hover .card-category,.product-card:hover .arrow{color:#fff}@media (width<=768px){.products-section{padding:50px 20px}.products-grid{grid-template-columns:1fr}.products-header{flex-direction:column;align-items:flex-start;gap:15px}}.philosophy-section{background:#fdf6f6;padding:80px 100px}.philosophy-grid{grid-template-columns:1fr 1fr;align-items:start;gap:30px;display:grid}.philosophy-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.small-title{letter-spacing:2px;color:#c5a46d;font-size:12px}.philosophy-header h2{color:#282560;font-size:40px}.philosophy-content p{color:#282560;max-width:400px;margin-bottom:25px;font-size:16px}@media (width<=768px){.philosophy-section{padding:50px 20px}.philosophy-grid{grid-template-columns:1fr;gap:30px}}.blogs-section{padding:80px 100px}.blogs-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.blog-card{cursor:pointer;background:#fff;border:1px solid #eee}.blog-card img{object-fit:cover;width:100%;height:220px}.blog-content{padding:20px}.blog-footer{justify-content:space-between;margin-top:15px;display:flex}@media (width<=768px){.blogs-grid{grid-template-columns:1fr}}.blogs-header{color:#282560;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:50px;display:flex}.blogs-header h2{margin:10px 0;font-size:clamp(2rem,4vw,3rem);line-height:1.2}.small-title{color:#c5a46d;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:600}.blogs-header p{color:#7c7c85;max-width:600px;line-height:1.7}.blogs-header button{color:#282560;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:15px;font-weight:600;transition:all .3s}.blogs-header button:hover{color:#c1976b;transform:translate(5px)}.blogs-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;display:grid}.blog-card{cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:18px;flex-direction:column;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s,border-color .45s;display:flex;overflow:hidden}.blog-card:hover{border-color:#d4af374d;transform:translateY(-10px);box-shadow:0 20px 50px #0000001f}.blog-card img,.blog-card svg{width:100%;transition:transform .6s;display:block}.blog-card:hover img,.blog-card:hover svg{transform:scale(1.08)}.blog-content{flex-direction:column;flex:1;padding:24px;display:flex}.blog-category{color:#c1976b;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}.blog-content h3{color:#282560;margin-top:12px;margin-bottom:14px;font-size:1.3rem;line-height:1.4;transition:color .3s}.blog-card:hover h3{color:#c1976b}.blog-content p{color:#88888a;margin-bottom:24px;font-size:15px;line-height:1.8}.blog-footer{color:#666;border-top:1px solid #ececec;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;font-size:14px;display:flex}.blog-footer span:last-child{color:#282560;font-weight:600;transition:color .3s}.blog-card:hover .blog-footer span:last-child{color:#c1976b}@media (width<=992px){.blogs-header{flex-direction:column;align-items:flex-start}.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blogs-grid{grid-template-columns:1fr;gap:24px}.blog-content{padding:20px}.blog-content h3{font-size:1.2rem}.blogs-header{margin-bottom:32px}.blogs-header button{margin-top:10px}}@media (width<=480px){.blog-content{padding:18px}.blog-content h3{font-size:1.1rem}.blog-content p{font-size:14px}.blog-footer{font-size:13px}}.cta-section{background:#efeff4;margin-bottom:100px;padding:70px 100px}.cta-container{justify-content:space-between;align-items:center;display:flex}.cta-text h2{color:#282560;margin-bottom:10px;font-size:40px}.cta-text p{color:#4b4b6a;max-width:500px;font-size:16px;line-height:1.6}.cta-button{color:#000;cursor:pointer;letter-spacing:1px;background:#c49a63;border:none;padding:15px 30px;font-size:14px;font-weight:600;transition:all .3s}.cta-button:hover{background:#b2874f;transform:translateY(-2px)}@media (width<=768px){.cta-section{padding:50px 20px}.cta-container{flex-direction:column;align-items:flex-start;gap:25px}.cta-text h2{font-size:28px}}.footer{color:#fff;background:#282560}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:60px;padding:80px 100px;display:grid}.footer-left h2{margin-bottom:10px;font-size:24px}.footer-sub{letter-spacing:3px;color:#c1976b;margin-bottom:20px;font-size:12px;display:block}.footer-left p{color:#d0cfe1;max-width:400px;font-size:14px;line-height:1.6}.footer-links h4,.footer-contact h4{letter-spacing:2px;color:#c1976b;margin-bottom:15px;font-size:12px}.footer-links a{color:#fff;margin-bottom:10px;font-size:14px;text-decoration:none;display:block}.footer-links a:hover{color:#c1976b}.footer-contact p{margin-bottom:10px;font-size:14px}.footer-contact a{color:#fff;margin-bottom:15px;text-decoration:none;display:inline-block}.footer-contact a:hover{color:#c1976b}.address{color:#a9a6c3;font-size:13px}.footer-bottom{color:#cfcde6;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 100px;font-size:13px;display:flex}.footer-policy{gap:10px;display:flex}.footer-policy a{color:#cfcde6;text-decoration:none}.footer-policy a:hover{color:#fff}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:40px;padding:50px 20px}.footer-bottom{text-align:center;flex-direction:column;gap:10px;padding:20px}}.contact-header{background-image:url(/assets/images/global-network.jpg);background-position:50%;background-size:cover;align-items:center;width:100%;height:75vh;padding:0 100px;display:flex;position:relative}.contact-overlay{z-index:1;background:linear-gradient(90deg,#2b2350f2,#2b2350bf,#142850b3,#0a325080);position:absolute;inset:0}.contact-content{z-index:2;color:#fff;max-width:600px;position:relative}.contact-small{letter-spacing:1px;color:#c1976b;margin-bottom:15px;font-size:12px;display:block}.contact-content h1{margin-bottom:20px;font-size:64px;font-weight:500;line-height:1.2}.contact-content p{color:#ffffffd9;font-size:17px;line-height:1.7}@media (width<=768px){.contact-header{height:60vh;padding:0 20px}.contact-content h1{font-size:36px}.contact-content p{font-size:15px}}.contact-section{background:#f8f8fb;padding:80px 100px}.contact-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.contact-left p{color:#444;margin-bottom:40px;font-size:15px;line-height:1.7}.contact-block{margin-bottom:25px}.contact-block span{letter-spacing:2px;color:#c49a63;font-size:11px}.contact-block h3{color:#282560;margin-top:5px;font-size:20px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form input,.contact-form select,.contact-form textarea{background:0 0;border:none;border-bottom:1px solid #ccc;outline:none;padding:10px 0;font-size:14px}.submit-btn{color:#fff;cursor:pointer;letter-spacing:1px;background:#282560;border:none;margin-top:20px;padding:12px 20px;font-weight:600;transition:all .3s}.submit-btn:hover{background:#3b2c7a}@media (width<=768px){.contact-section{padding:50px 20px}.contact-grid{grid-template-columns:1fr}}.ventures-section{background:#f8f8fb;border-top:1px solid #eee;padding:80px 100px}.ventures-header{text-align:center;margin-bottom:50px}.ventures-header span{letter-spacing:3px;color:#c49a63;font-size:12px}.ventures-header h2{color:#282560;margin-top:10px;font-size:34px}.ventures-grid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.venture-card{cursor:pointer;background:#fff;border:1px solid #eee;flex-direction:column;justify-content:space-between;height:100%;padding:30px;transition:all .3s;display:flex}.venture-card:hover{border-color:#c49a63;transform:translateY(-5px)}.venture-logo img{width:40px;margin-bottom:20px}.venture-category{letter-spacing:1px;color:#c49a63;font-size:11px}.venture-card h3{color:#282560;margin:10px 0;font-size:22px}.venture-card p{color:#555;margin-bottom:20px;font-size:14px}.visit-link{color:#282560;font-size:13px;font-weight:600}@media (width<=768px){.ventures-section{padding:50px 20px}.ventures-grid{grid-template-columns:1fr}}.office-section{background:#f8f8fb;border-top:1px solid #eee;padding:80px 100px}.office-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;display:grid}.office-small{letter-spacing:3px;color:#c49a63;align-items:center;gap:10px;margin-bottom:20px;font-size:12px;display:flex}.office-small .line{background:#c49a63;width:40px;height:1px}.office-left h2{color:#282560;margin-bottom:20px;font-size:42px}.office-details strong{color:#282560;font-size:16px}.office-details p{color:#555;margin:5px 0}.map-link{letter-spacing:1px;color:#c49a63;margin-top:25px;font-size:13px;font-weight:500;text-decoration:none;display:inline-block}.office-map iframe{border:none;border-radius:8px;width:100%;height:350px}@media (width<=768px){.office-section{padding:50px 20px}.office-grid{grid-template-columns:1fr}.office-left h2{font-size:28px}.office-map iframe{height:250px}}.founder-header{color:#fff;background:#282560;padding:120px 100px}.top-line{background:#ffffff26;width:100%;height:1px;margin-bottom:50px}.founder-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;display:grid}.founder-left{max-width:600px}.label-row{align-items:center;gap:10px;margin-bottom:20px;display:flex}.label{letter-spacing:1px;color:#c1976b;font-size:12px}.founder-left h1{margin-bottom:15px;font-size:70px;font-weight:500}.subtitle{color:#cfcde6;margin-bottom:35px}.quote{padding-left:30px;position:relative}.quote-mark{color:#ffffff26;font-size:40px;position:absolute;top:-10px;left:0}.quote p{color:#e4e3ef;font-size:18px;line-height:1.8}.bottom-line{background:#fff3;width:60%;height:1px;margin:30px 0 10px}.author{color:#c1976b;font-size:14px}.founder-right{position:relative}.founder-right img{border-radius:3px;width:100%}.name-card{background:#3a2f65;border-left:3px solid #c1976b;padding:15px 20px;position:absolute;bottom:20px;left:20px}.name-card h3{margin:0;font-size:20px}.name-card span{color:#c1976b;letter-spacing:1px;font-size:12px}@media (width<=768px){.founder-header{padding:70px 20px}.founder-container{grid-template-columns:1fr}.founder-left h1{font-size:36px}}.founder-bio{background:#f8f8fb;padding:100px}.bio-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;display:grid}.bio-image{position:relative}.bio-image img{border-radius:4px;width:100%}.bio-name{margin-top:15px}.bio-name h3{color:#282560;font-size:22px}.bio-name span{color:#c49a63;letter-spacing:1px;font-size:12px}.bio-content{max-width:700px}.bio-quote{color:#282560;margin-bottom:25px;font-size:28px;font-weight:500}.bio-content p{color:#444;margin-bottom:18px;font-size:15px;line-height:1.8}.bio-content strong{color:#282560}.bio-footer{color:#888;border-top:1px solid #ddd;margin-top:30px;padding-top:20px;font-size:13px;font-style:italic}@media (width<=768px){.founder-bio{padding:60px 20px}.bio-grid{grid-template-columns:1fr}.bio-quote{font-size:20px}}.product-header{background-image:url(/assets/images/global-network.jpg);background-position:50%;background-size:cover;align-items:center;width:100%;height:70vh;padding:0 100px;display:flex;position:relative}.product-overlay{z-index:1;background:linear-gradient(90deg,#2b2350f2,#2b2350b3,#2b23504d);position:absolute;inset:0}.product-content{z-index:2;color:#fff;max-width:600px;position:relative}.product-small{letter-spacing:1px;color:#c1976b;margin-bottom:15px;font-size:12px;display:block}.product-content h1{margin-bottom:20px;font-size:64px;font-weight:600}.product-content p{font-size:18px;line-height:1.6;color:#fff!important}@media (width<=768px){.product-header{height:60vh;padding:0 20px}.product-content h1{font-size:36px}.product-content p{font-size:15px}}.products-page{background:#f8f8fb;padding:80px 100px}.product-row{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:100px;display:grid;position:relative}.product-row:after{content:"";background:#c1976b;width:100%;height:1px;position:absolute;bottom:-50px;left:0}.product-row:last-child:after{display:none}.product-row.reverse{direction:rtl}.product-row.reverse .productlist-content{direction:ltr}.product-image img{object-fit:cover;border-radius:6px;width:100%}.productlist-content{max-width:500px}.product-top{letter-spacing:2px;color:#c49a63;margin-bottom:15px;font-size:12px;display:block}.productlist-content h2{color:#282560;margin-bottom:10px;font-size:40px}.product-sub{color:#6b6b8a;margin-bottom:15px;display:block}.productlist-content p{margin-bottom:20px;font-size:16px;line-height:1.6;color:#444!important}.productlist-content ul{margin-bottom:25px;padding:0;list-style:none}.productlist-content li{color:#444;margin-bottom:10px}.visit-btn{cursor:pointer;color:#fff;background:#282560;border:2px solid #c49a63;padding:12px 25px;font-weight:600;transition:transform .3s,box-shadow .3s,background-color .3s}.visit-btn:hover{color:#fff;background:#282560;transform:scale(1.08);box-shadow:0 8px 20px #0003}@media (width<=768px){.products-page{padding:50px 20px}.product-row{grid-template-columns:1fr;gap:30px}.product-row.reverse{direction:ltr}.product-content h2{font-size:28px}}.story-header{background-image:url(/assets/images/global-vision.jpg);background-position:50%;background-size:cover;align-items:center;width:100%;height:75vh;padding:0 100px;display:flex;position:relative}.story-overlay{z-index:1;background:linear-gradient(90deg,#2b2350f2,#2b2350bf,#2b235059,#0000);position:absolute;inset:0}.gold{color:#c1976b}.story-content{z-index:2;color:#fff;max-width:650px;position:relative}.story-small{letter-spacing:1px;color:#c1976b;margin-bottom:15px;display:block}.story-content h1{margin-bottom:20px;font-size:64px;font-weight:500;line-height:1.1}.story-content p{color:#ffffffd9;font-size:17px;line-height:1.7}@media (width<=768px){.story-header{height:65vh;padding:0 20px}.story-content h1{font-size:36px}.story-content p{font-size:15px}}.purpose-section{background:#f8f8fb;padding:80px}.purpose-grid{grid-template-columns:1fr 1fr;align-items:center;gap:20px;display:grid}.purpose-content{max-width:520px}.purpose-small{letter-spacing:3px;color:#c49a63;margin-bottom:15px;font-size:12px;display:block}.purpose-content h2{color:#282560;margin-bottom:25px;font-size:48px;line-height:1.2}.purpose-content p{color:#444;margin-bottom:15px;font-size:16px;line-height:1.7}.purpose-content strong{color:#282560}.purpose-image img{object-fit:cover;border-radius:6px;width:100%;height:100%}@media (width<=768px){.purpose-section{padding:50px 20px}.purpose-grid{grid-template-columns:1fr;gap:30px}.purpose-content h2{font-size:32px}}.vision-section{text-align:center;color:#fff;background:#282560;padding:120px 100px}.vision-container{max-width:900px;margin:0 auto}.vision-small{letter-spacing:3px;color:#c1976b;justify-content:center;align-items:center;gap:12px;margin-bottom:30px;font-size:12px;display:flex}.line{background:#c1976b;width:40px;height:1px}.vision-container h2{margin-bottom:30px;font-size:48px;font-weight:500;line-height:1.3}.highlight{color:#c1976b;font-style:italic}.vision-container p{color:#ffffffd9;font-size:17px;line-height:1.8}@media (width<=768px){.vision-section{padding:70px 20px}.vision-container h2{font-size:28px}.vision-container p{font-size:15px}}.values-section{text-align:center;background:#f4f4f7;padding:100px}.values-header{margin-bottom:60px}.values-small{letter-spacing:3px;color:#c49a63;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;font-size:12px;display:flex}.values-small .line{background:#c49a63;width:40px;height:1px}.values-header h2{color:#282560;font-size:42px}.values-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.value-card{text-align:left;background:#f4f4f7;border:1px solid #ddd;padding:40px 25px;transition:all .3s}.value-card:hover{border-color:#c49a63;transform:translateY(-5px)}.value-icon{color:#c49a63;margin-bottom:15px;font-size:26px}.value-card h3{color:#282560;margin-bottom:10px;font-size:22px}.value-card p{color:#555;font-size:14px;line-height:1.6}@media (width<=768px){.values-section{padding:60px 20px}.values-grid{grid-template-columns:1fr}.values-header h2{font-size:28px}}.value-icon{color:#c49a63;width:32px;height:32px;margin-bottom:20px}.value-icon svg{stroke:currentColor;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.news-hero{background:#001731;align-items:center;width:100%;min-height:400px;margin-bottom:80px;padding:0 12%;display:flex}.news-hero-content{max-width:700px}.news-label{color:#c1976b;letter-spacing:1px;margin-bottom:24px;font-size:12px;font-weight:500;display:inline-block}.news-hero h1{color:#fff;margin-bottom:32px;font-size:68px;font-weight:400;line-height:1.1}.news-hero p{color:#ffffffb3;max-width:550px;font-size:18px;line-height:1.7}@media (width<=992px){.news-hero{padding:80px 8%}.news-hero h1{font-size:52px}}@media (width<=768px){.news-hero{min-height:auto;padding:70px 20px}.news-hero h1{font-size:38px}.news-hero p{font-size:16px}}.blog-page{width:100%}.blog-hero{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:460px;display:flex;position:relative}.hero-overlay{background:linear-gradient(90deg,#061e32e6,#061e3299);position:absolute;inset:0}.back-btn{letter-spacing:2px;color:#c1976b;cursor:pointer;font-size:12px;position:absolute;top:30px;left:80px}.hero-content{text-align:center;color:#fff;max-width:1000px;position:relative}.category{letter-spacing:2px;color:#c1976b;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.divider-line{background:#c1976b;width:40px;height:1px}.hero-content h1{margin:20px 0;font-size:52px;line-height:1.2}.meta{color:#cbd5e0;justify-content:center;gap:12px;font-size:13px;display:flex}.blog-body{background:#f3f3f3;justify-content:center;padding:80px 20px;display:flex}.blog-container{max-width:720px}.lead{color:#1c1c1c;margin-bottom:30px;font-size:20px;font-weight:700;line-height:1.8}.blog-container p{color:#444;margin-bottom:20px;font-size:15px;line-height:1.9}@media (width<=768px){.hero-content h1{font-size:28px}.back-btn{left:20px}.lead{font-size:18px}}.navbar{z-index:1000;background:#fff;width:100%;position:fixed;top:0;box-shadow:0 2px 10px #00000014}.navbar-container{justify-content:space-between;align-items:center;width:100%;height:80px;margin:auto;padding:0 100px;display:flex}.navbar-logo{align-items:center;gap:12px;display:flex}.logo{object-fit:contain;width:60px;height:60px}.company-name{font-size:1.1rem;font-weight:700}.website-name{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.nav-links{align-items:center;gap:30px;list-style:none;display:flex}.nav-links li a{color:#1a1a1a;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s}.nav-links li a:hover{color:#c1976b}.nav-link{color:#1a1a1a;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s}.nav-link.active,.nav-link:hover{color:#c1976b}.menu-toggle{cursor:pointer;color:#0d1b2a;font-size:30px;display:none}@media (width<=768px){.menu-toggle{display:block}.nav-links{background:#fff;flex-direction:column;gap:20px;width:100%;padding:25px 0;display:none;position:absolute;top:80px;left:0}.nav-links.active{display:flex}.company-name{font-size:.9rem}.navbar-container{padding:0 20px}}:root{--primary-color:#0d1b2a;--secondary-color:#c1976b;--accent-color:#c89b3c;--text-primary:#1a1a1a;--text-secondary:#666;--background:#fff;--section-bg:#f8f9fa;--container-width:1200px;--border-radius:10px;--transition:all .3s ease}
