*{margin:0;padding:0;box-sizing:border-box}body{background:#081b29;overflow-x:hidden;color:#fff;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}.whatsapp-float{position:fixed;right:28px;bottom:28px;width:62px;height:62px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#25d366;color:#fff;font-size:34px;text-decoration:none;box-shadow:0 8px 25px #00000040;z-index:9999;transition:transform .25s ease,box-shadow .25s ease}.whatsapp-float:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 30px #00000052}.whatsapp-tooltip{position:absolute;right:75px;padding:9px 14px;border-radius:8px;background:#fff;color:#071b2a;font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 5px 18px #0000002e;opacity:0;visibility:hidden;transform:translate(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible;transform:translate(0)}@media(max-width:768px){.whatsapp-float{width:54px;height:54px;right:16px;bottom:16px;font-size:28px}.whatsapp-tooltip{display:none}}@media(max-width:480px){.whatsapp-float{width:50px;height:50px;right:14px;bottom:14px;font-size:26px;box-shadow:0 6px 18px #00000038}}@media(max-width:360px){.whatsapp-float{width:46px;height:46px;right:12px;bottom:12px;font-size:24px}}.navbar{position:fixed;top:0;left:0;width:100%;height:110px;display:flex;align-items:center;justify-content:space-between;padding:0 7%;box-sizing:border-box;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.3);box-shadow:0 5px 22px #00000040;z-index:1000}.logo{display:flex;align-items:center;flex-shrink:0}.logo a{display:flex;align-items:center}.logo img{width:100px;height:auto;display:block;object-fit:contain;transition:transform .25s ease}.logo img:hover{transform:scale(1.04)}.nav-links{display:flex;align-items:center;justify-content:center;gap:40px;list-style:none;margin:0;padding:0}.nav-links li{list-style:none}.nav-links a{position:relative;color:#fff;text-decoration:none;font-size:15px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;transition:color .25s ease}.nav-links a:after{content:"";position:absolute;left:50%;bottom:-8px;width:0;height:2px;background:#d4af37;transform:translate(-50%);transition:width .25s ease}.nav-links a:hover{color:#d4af37}.nav-links a:hover:after{width:100%}.social-icons{display:flex;align-items:center;gap:13px;flex-shrink:0}.social-icons a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:#ffffff08;text-decoration:none;font-size:20px;transition:transform .25s ease,border-color .25s ease,background .25s ease}.social-icons a:nth-child(1){color:#e1306c}.social-icons a:nth-child(2){color:#0a66c2}.social-icons a:nth-child(3){color:#1877f2}.social-icons a:hover{transform:translateY(-2px);border-color:#d4af37;background:#d4af3714}.mobile-menu-button{display:none;background:transparent;border:none;color:#fff;font-size:27px;cursor:pointer;padding:8px;z-index:1100}@media(max-width:1200px){.navbar{padding:0 4%}.logo img{width:110px}.nav-links{gap:24px}.nav-links a{font-size:13px}.social-icons{gap:8px}.social-icons a{width:39px;height:39px;font-size:17px}}@media(max-width:900px){.navbar{height:82px;padding:0 20px;justify-content:space-between}.mobile-menu-button{display:flex;align-items:center;justify-content:center;order:1}.logo{position:absolute;left:50%;transform:translate(-50%);order:2}.logo img{width:82px}.social-icons{order:3;margin-left:auto}.social-icons a{width:34px;height:34px;font-size:15px}.nav-links{position:absolute;top:82px;left:0;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 20px;background:#02121cfa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,175,55,.25);box-shadow:0 12px 30px #00000059;opacity:0;visibility:hidden;transform:translateY(-15px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.nav-links-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-links li{width:100%}.nav-links a{display:block;width:100%;padding:15px 12px;border-bottom:1px solid rgba(255,255,255,.07);font-size:14px}.nav-links a:after{display:none}}@media(max-width:600px){.navbar{height:76px;padding:0 14px}.mobile-menu-button{font-size:24px;padding:6px}.logo img{width:74px}.nav-links{top:76px}.social-icons{gap:6px}.social-icons a{width:30px;height:30px;font-size:13px}}@media(max-width:390px){.navbar{padding:0 10px}.logo img{width:68px}.social-icons a{width:28px;height:28px;font-size:12px}}.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;padding:0 8%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image .8s ease-in-out;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 45%,#00000061);z-index:1}.hero-content{position:relative;z-index:2;width:100%;max-width:700px}.hero-badge{color:#d4af37;letter-spacing:5px;font-size:15px;font-weight:700;margin:0 0 20px;text-transform:uppercase}.hero h1{color:#fff;font-size:72px;font-weight:800;line-height:1.1;margin:0 0 25px}.hero-text{color:#e2e8f0;font-size:20px;line-height:1.8;margin:0 0 45px;max-width:650px}.hero-buttons{display:flex;align-items:center;gap:20px}.primary-btn{padding:18px 36px;border:none;border-radius:14px;background:#d4af37;color:#071827;font-size:16px;font-weight:700;cursor:pointer;transition:transform .35s ease,background .35s ease}.primary-btn:hover{transform:translateY(-4px);background:#e7c65c}.secondary-btn{padding:18px 36px;border:2px solid #ffffff;border-radius:14px;background:transparent;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .35s ease,color .35s ease,transform .35s ease}.secondary-btn:hover{background:#fff;color:#071827;transform:translateY(-4px)}.arrow{position:absolute;top:50%;transform:translateY(-50%);width:55px;height:55px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:20px;cursor:pointer;z-index:5;transition:transform .3s ease,background .3s ease}.arrow:hover{background:#d4af37e6;transform:translateY(-50%) scale(1.08)}.left{left:25px}.right{right:25px}.slider-dots{position:absolute;left:50%;bottom:35px;transform:translate(-50%);display:flex;align-items:center;gap:12px;z-index:5}.slider-dots span{width:12px;height:12px;border-radius:50%;background:#ffffff73;cursor:pointer;transition:width .3s ease,background .3s ease,border-radius .3s ease}.slider-dots span:hover{background:#fffc}.slider-dots .active{width:42px;border-radius:30px;background:#d4af37}@media(max-width:1024px){.hero{min-height:100svh;height:auto;padding:120px 7% 90px;background-size:cover;background-position:center center}.hero-content{max-width:620px}.hero-badge{font-size:13px;letter-spacing:3px}.hero h1{font-size:clamp(44px,6vw,58px);line-height:1.08}.hero-text{max-width:580px;font-size:17px;line-height:1.65;margin-bottom:32px}.primary-btn,.secondary-btn{padding:15px 28px}.arrow{width:46px;height:46px;font-size:17px}.left{left:14px}.right{right:14px}}@media(max-width:768px){.hero{min-height:100svh;height:auto;padding:105px 22px 85px;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center center}.hero:before{background:linear-gradient(180deg,#0000007a,#000000b3 48%,#000000d6)}.hero-content{width:100%;max-width:560px;margin:0 auto;padding:0}.hero-badge{margin-bottom:14px;font-size:11px;letter-spacing:2px;line-height:1.5}.hero h1{width:100%;max-width:100%;margin-bottom:18px;font-size:clamp(34px,9vw,48px);line-height:1.08}.hero-text{width:100%;max-width:500px;margin:0 auto 28px;font-size:15px;line-height:1.6}.hero-buttons{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.primary-btn,.secondary-btn{width:100%;max-width:310px;padding:14px 20px;font-size:14px}.arrow{width:38px;height:38px;font-size:14px}.left{left:8px}.right{right:8px}.slider-dots{bottom:22px;gap:8px}.slider-dots span{width:9px;height:9px}.slider-dots .active{width:30px}}@media(max-width:480px){.hero{padding:95px 18px 78px}.hero-content{width:100%;max-width:100%}.hero-badge{font-size:10px;letter-spacing:1.7px}.hero h1{font-size:clamp(31px,10vw,40px);line-height:1.08}.hero-text{font-size:14px;line-height:1.55}.primary-btn,.secondary-btn{width:100%;max-width:280px}.arrow{width:34px;height:34px;font-size:12px}.left{left:6px}.right{right:6px}.slider-dots{bottom:18px}}@media(max-width:360px){.hero{padding-left:14px;padding-right:14px}.hero h1{font-size:30px}.hero-text{font-size:13px}.primary-btn,.secondary-btn{max-width:260px}}.about{width:100%;padding:80px 8%;display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center;background:#fff;box-sizing:border-box}.about-left{width:100%}.about-subtitle{color:#d4af37;font-size:15px;letter-spacing:4px;font-weight:700;margin-bottom:15px}.about-left h2{font-size:52px;color:#081a2d;line-height:1.15;font-weight:800;margin-bottom:22px}.about-text{color:#5f6877;font-size:18px;line-height:1.9;margin-bottom:30px}.about-left img{width:100%;height:290px;object-fit:cover;border-radius:18px;box-shadow:0 20px 45px #00000026;display:block}.about-right{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{background:#fff;border:1px solid #ececec;border-radius:18px;padding:25px;transition:.35s;box-shadow:0 5px 25px #0000000d}.feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.feature-icon{font-size:34px;color:#d4af37;margin-bottom:18px}.feature-card h3{color:#081a2d;font-size:22px;margin-bottom:10px;font-weight:700}.feature-card p{color:#6b7280;font-size:15px;line-height:1.7}.about-btn{grid-column:1 / span 2;justify-self:center;margin-top:12px;padding:16px 40px;background:#d4af37;color:#fff;border:none;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;transition:.3s}.about-btn:hover{background:#bc931e;transform:translateY(-3px)}@media(max-width:1100px){.about{grid-template-columns:1fr;gap:45px;padding:75px 6%}.about-left{max-width:850px;margin:0 auto}.about-right{grid-template-columns:repeat(2,1fr)}.about-left h2{font-size:clamp(42px,5vw,50px)}}@media(max-width:768px){.about{padding:60px 18px;gap:34px;grid-template-columns:1fr}.about-left{width:100%;max-width:100%}.about-subtitle{font-size:12px;letter-spacing:3px;margin-bottom:12px}.about-left h2{font-size:clamp(32px,8vw,40px);line-height:1.15;margin-bottom:18px}.about-left h2 br{display:none}.about-text{font-size:15px;line-height:1.7;margin-bottom:24px}.about-left img{width:100%;height:220px;object-fit:cover;border-radius:16px;box-shadow:0 15px 35px #0000001f}.about-right{width:100%;grid-template-columns:1fr;gap:16px}.feature-card{width:100%;padding:22px;box-sizing:border-box}.feature-icon{font-size:30px;margin-bottom:14px}.feature-card h3{font-size:20px}.feature-card p{font-size:14px;line-height:1.6}.about-btn{grid-column:auto;width:100%;padding:14px 22px;font-size:15px}}@media(max-width:480px){.about{padding:50px 16px;gap:28px}.about-left h2{font-size:30px}.about-text{font-size:14px}.about-left img{height:190px}.feature-card{padding:18px}.feature-card h3{font-size:18px}.feature-card p{font-size:13px}}.products-section{width:100%;padding:80px 0;background:#061c2b;box-sizing:border-box}.products-header{max-width:800px;margin:0 auto 50px;padding:0 20px;text-align:center}.products-tag{color:#e0b52d;font-size:15px;font-weight:700;letter-spacing:3px;margin-bottom:12px}.products-title{color:#fff;font-size:42px;font-weight:700;line-height:1.15;margin:0 0 18px}.products-description{color:#9aabba;font-size:17px;line-height:1.7;margin:0}.products-grid{width:100%;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;box-sizing:border-box}.product-card{width:100%;min-width:0;background:#fff;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;height:480px;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000040}.product-card img{width:100%;height:275px;object-fit:cover;object-position:center;display:block;flex-shrink:0}.product-content{padding:26px 28px;display:flex;flex-direction:column;flex:1}.product-content h3{color:#061c2b;font-size:24px;font-weight:700;margin:0 0 14px}.product-content p{color:#697786;font-size:17px;margin:0 0 20px}.product-btn{margin-top:auto;align-self:flex-start;padding:14px 25px;border:none;border-radius:12px;background:#dfb42c;color:#061c2b;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.product-btn:hover{transform:translateY(-2px);background:#efc43a}.product-modal-overlay{position:fixed;inset:0;padding:20px;display:flex;align-items:center;justify-content:center;background:#000f1cc7;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);overflow:hidden;z-index:9999}.product-modal{position:relative;width:100%;max-width:750px;max-height:90vh;background:#fff;border-radius:22px;overflow-y:auto;overflow-x:hidden;box-shadow:0 25px 70px #00000059;animation:productModalOpen .25s ease;scroll-behavior:smooth}.product-modal::-webkit-scrollbar{width:7px}.product-modal::-webkit-scrollbar-track{background:transparent}.product-modal::-webkit-scrollbar-thumb{background:#d4af37;border-radius:20px}.product-modal::-webkit-scrollbar-thumb:hover{background:#e7c65c}.product-modal-image{width:100%;height:330px;object-fit:cover;display:block}.product-modal-content{padding:30px 35px 35px}.product-modal-category{display:inline-block;padding:7px 14px;margin-bottom:12px;border-radius:20px;background:#e3b72f;color:#071b2a;font-size:13px;font-weight:700}.product-modal-content h2{color:#071b2a;font-size:30px;font-weight:700;margin:5px 0 20px}.product-modal-description{margin-top:18px}.product-modal-description h3{color:#071b2a;font-size:17px;font-weight:700;margin:0 0 12px}.product-modal-description p{color:#5d6872;font-size:16px;line-height:1.7;margin:0}.product-modal-close{position:sticky;top:15px;margin-left:auto;margin-right:15px;margin-bottom:-42px;width:42px;height:42px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#071b2a;font-size:28px;cursor:pointer;box-shadow:0 4px 15px #0003;z-index:20;transition:transform .2s ease,background .2s ease}.product-modal-close:hover{background:#e3b72f;transform:scale(1.05)}@keyframes productModalOpen{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1100px){.products-section{padding:70px 0}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 24px}.products-title{font-size:38px}.product-card{height:455px}.product-card img{height:255px}}@media(max-width:768px){.products-section{padding:60px 0}.products-header{margin-bottom:35px;padding:0 18px}.products-tag{font-size:12px;letter-spacing:2.5px}.products-title{font-size:clamp(30px,7vw,36px);line-height:1.15}.products-description{font-size:15px;line-height:1.6}.products-grid{grid-template-columns:1fr;gap:20px;padding:0 18px}.product-card{width:100%;max-width:100%;height:auto;min-height:420px}.product-card img{height:250px}.product-content{padding:22px}.product-content h3{font-size:22px}.product-content p{font-size:15px}.product-btn{width:100%;padding:13px 18px;text-align:center;align-self:stretch}.product-modal-overlay{padding:12px}.product-modal{max-height:92svh;border-radius:18px}.product-modal-image{height:220px}.product-modal-content{padding:24px 20px 28px}.product-modal-content h2{font-size:25px}.product-modal-description p{font-size:15px}.product-modal-close{width:38px;height:38px;font-size:24px}}@media(max-width:480px){.products-section{padding:50px 0}.products-header{padding:0 16px}.products-title{font-size:29px}.products-description{font-size:14px}.products-grid{padding:0 16px;gap:18px}.product-card{min-height:395px;border-radius:18px}.product-card img{height:220px}.product-content{padding:18px}.product-content h3{font-size:20px}.product-content p{font-size:14px}.product-btn{font-size:14px;border-radius:10px}.product-modal-image{height:190px}.product-modal-content{padding:20px 18px 24px}.product-modal-content h2{font-size:22px}.product-modal-description h3{font-size:16px}.product-modal-description p{font-size:14px}}.services{width:100%;padding:100px 8%;background:#071827;box-sizing:border-box}.services-heading{max-width:750px;margin:0 auto 70px;text-align:center}.services-heading p{color:#f59e0b;font-size:15px;font-weight:700;letter-spacing:4px;text-transform:uppercase;margin-bottom:15px}.services-heading h2{color:#fff;font-size:48px;font-weight:700;line-height:1.15;margin-bottom:20px}.services-heading span{display:block;color:#cbd5e1;font-size:18px;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.service-card{width:100%;min-width:0;background:#fff;padding:40px 30px;border-radius:20px;box-sizing:border-box;box-shadow:0 15px 40px #00000014;transition:transform .35s ease,box-shadow .35s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #f59e0b40}.service-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border-radius:18px;background:#f59e0b;color:#fff;font-size:32px}.service-card h3{color:#071827;font-size:24px;line-height:1.25;margin-bottom:15px}.service-card p{color:#64748b;font-size:16px;line-height:1.8;margin:0}@media(max-width:1100px){.services{padding:80px 6%}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.services-heading{margin-bottom:55px}.services-heading h2{font-size:42px}.service-card{padding:34px 28px}}@media(max-width:768px){.services{padding:65px 18px}.services-heading{max-width:100%;margin-bottom:40px}.services-heading p{font-size:12px;letter-spacing:3px;margin-bottom:12px}.services-heading h2{font-size:clamp(30px,7vw,38px);line-height:1.15;margin-bottom:16px}.services-heading span{font-size:15px;line-height:1.65}.services-grid{grid-template-columns:1fr;gap:18px}.service-card{padding:26px 22px;border-radius:16px}.service-icon{width:58px;height:58px;font-size:26px;margin-bottom:18px;border-radius:14px}.service-card h3{font-size:21px;margin-bottom:10px}.service-card p{font-size:14px;line-height:1.65}}@media(max-width:480px){.services{padding:50px 16px}.services-heading{margin-bottom:32px}.services-heading h2{font-size:28px}.services-heading span{font-size:14px}.services-grid{gap:16px}.service-card{padding:22px 18px}.service-icon{width:52px;height:52px;font-size:23px}.service-card h3{font-size:19px}.service-card p{font-size:13px}}.why-us{width:100%;padding:100px 8%;background:#fff;box-sizing:border-box}.why-heading{max-width:760px;margin:0 auto 70px;text-align:center}.why-heading p{color:#f59e0b;font-size:15px;font-weight:700;letter-spacing:4px;margin-bottom:15px}.why-heading h2{color:#071827;font-size:48px;font-weight:700;line-height:1.15;margin-bottom:20px}.why-heading span{display:block;color:#64748b;font-size:18px;line-height:1.8}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.why-card{width:100%;min-width:0;background:#fff;padding:40px 35px;border-radius:20px;box-sizing:border-box;box-shadow:0 10px 35px #00000014;transition:transform .35s ease,box-shadow .35s ease}.why-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #f59e0b40}.why-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border-radius:18px;background:#f59e0b;color:#fff;font-size:30px}.why-card h3{color:#071827;font-size:24px;line-height:1.25;margin-bottom:15px}.why-card p{color:#64748b;font-size:16px;line-height:1.8;margin:0}@media(max-width:1000px){.why-us{padding:80px 6%}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.why-heading{margin-bottom:55px}.why-heading h2{font-size:42px}.why-card{padding:32px 28px}}@media(max-width:768px){.why-us{padding:65px 18px}.why-heading{max-width:100%;margin-bottom:40px}.why-heading p{font-size:12px;letter-spacing:3px;margin-bottom:12px}.why-heading h2{font-size:clamp(30px,7vw,38px);line-height:1.15;margin-bottom:16px}.why-heading span{font-size:15px;line-height:1.65}.why-grid{grid-template-columns:1fr;gap:18px}.why-card{padding:26px 22px;border-radius:16px}.why-icon{width:58px;height:58px;font-size:25px;margin-bottom:18px;border-radius:14px}.why-card h3{font-size:21px;margin-bottom:10px}.why-card p{font-size:14px;line-height:1.65}}@media(max-width:480px){.why-us{padding:50px 16px}.why-heading{margin-bottom:32px}.why-heading h2{font-size:28px}.why-heading span{font-size:14px}.why-grid{gap:16px}.why-card{padding:22px 18px}.why-icon{width:52px;height:52px;font-size:22px}.why-card h3{font-size:19px}.why-card p{font-size:13px}}.process{width:100%;padding:100px 8%;background:#071827;box-sizing:border-box}.process-heading{max-width:760px;margin:0 auto 80px;text-align:center}.process-heading p{color:#f59e0b;font-size:15px;font-weight:700;letter-spacing:4px;margin-bottom:15px}.process-heading h2{color:#fff;font-size:48px;font-weight:700;line-height:1.15;margin-bottom:20px}.process-heading span{display:block;color:#cbd5e1;font-size:18px;line-height:1.8}.timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:25px}.step{width:100%;min-width:0;position:relative;padding:35px 25px;background:#fff;border-radius:20px;text-align:center;box-sizing:border-box;transition:transform .35s ease,box-shadow .35s ease}.step:hover{transform:translateY(-10px);box-shadow:0 18px 40px #f59e0b40}.circle{width:75px;height:75px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f59e0b;color:#fff;font-size:30px}.number{color:#f59e0b;font-size:14px;font-weight:700;letter-spacing:2px}.step h3{margin:15px 0;color:#071827;font-size:22px;line-height:1.25}.step p{margin:0;color:#64748b;font-size:15px;line-height:1.7}@media(max-width:1200px){.process{padding:85px 6%}.timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.process-heading{margin-bottom:60px}.process-heading h2{font-size:42px}}@media(max-width:900px){.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.process{padding:65px 18px}.process-heading{max-width:100%;margin-bottom:40px}.process-heading p{font-size:12px;letter-spacing:3px;margin-bottom:12px}.process-heading h2{font-size:clamp(30px,7vw,38px);line-height:1.15;margin-bottom:16px}.process-heading span{font-size:15px;line-height:1.65}.timeline{grid-template-columns:1fr;gap:16px}.step{padding:24px 20px;border-radius:16px;min-height:0}.circle{width:58px;height:58px;margin-bottom:14px;font-size:24px}.number{font-size:12px;letter-spacing:1.5px}.step h3{margin:10px 0 8px;font-size:20px}.step p{font-size:14px;line-height:1.55}}@media(max-width:480px){.process{padding:50px 16px}.process-heading{margin-bottom:32px}.process-heading h2{font-size:28px}.process-heading span{font-size:14px}.timeline{gap:14px}.step{padding:20px 17px;border-radius:15px}.circle{width:52px;height:52px;font-size:21px}.number{font-size:11px}.step h3{font-size:18px}.step p{font-size:13px}}.contact-section{width:100%;padding:100px 7%;background:#061a29;box-sizing:border-box}.contact-container{width:100%;max-width:1250px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact-left{display:flex;flex-direction:column;align-items:center;text-align:center}.contact-tag{margin:0 0 18px;color:#d9af2f;font-size:15px;font-weight:700;letter-spacing:5px;text-transform:uppercase}.contact-left h2{margin:0;color:#fff;font-size:48px;line-height:1.15;font-weight:700}.contact-text{width:100%;max-width:560px;margin:25px auto 40px;color:#91a8bd;font-size:17px;line-height:1.7}.contact-info{width:100%;max-width:500px;display:flex;flex-direction:column;gap:16px}.contact-card{width:100%;display:flex;align-items:center;gap:18px;padding:20px 24px;box-sizing:border-box;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;text-align:left;transition:transform .3s ease,background .3s ease,border-color .3s ease}.contact-card:hover{transform:translateY(-3px);background:#ffffff17;border-color:#d9af2f80}.contact-icon{min-width:48px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#d9af2f;color:#061a29;font-size:18px}.contact-card h4{margin:0 0 5px;color:#fff;font-size:17px}.contact-card p{margin:0;color:#91a8bd;font-size:15px}.contact-right{width:100%}.contact-form-box{width:100%;padding:42px;box-sizing:border-box;background:#fff;border-radius:22px;box-shadow:0 20px 50px #0003}.contact-form-box h3{margin:0 0 10px;color:#061a29;font-size:28px}.contact-form-box>p{margin:0 0 28px;color:#71859a;font-size:15px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form input,.contact-form textarea{width:100%;padding:15px 16px;box-sizing:border-box;border:1px solid #dce3e8;border-radius:10px;background:#f8fafb;color:#061a29;font-family:inherit;font-size:15px;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.contact-form input{height:52px}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form textarea:focus{border-color:#d9af2f;background:#fff;box-shadow:0 0 0 3px #d9af2f1f}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#91a0ad}.contact-form button{height:52px;border:none;border-radius:10px;background:#d9af2f;color:#061a29;font-size:16px;font-weight:700;cursor:pointer;transition:background .3s ease,transform .3s ease}.contact-form button:hover{background:#c69d22;transform:translateY(-2px)}@media(max-width:900px){.contact-section{padding:80px 6%}.contact-container{grid-template-columns:1fr;gap:50px}.contact-left h2{font-size:42px}.contact-info{max-width:620px}.contact-right{max-width:700px;margin:0 auto}}@media(max-width:768px){.contact-section{padding:65px 18px}.contact-container{gap:38px}.contact-tag{font-size:12px;letter-spacing:3px;margin-bottom:12px}.contact-left h2{font-size:clamp(30px,7vw,38px);line-height:1.15}.contact-text{margin:18px auto 28px;font-size:15px;line-height:1.6}.contact-info{gap:12px}.contact-card{gap:14px;padding:16px 18px;border-radius:12px}.contact-icon{min-width:42px;width:42px;height:42px;font-size:16px}.contact-card h4{font-size:15px}.contact-card p{font-size:13px}.contact-form-box{padding:28px 22px;border-radius:18px}.contact-form-box h3{font-size:24px}.contact-form-box>p{margin-bottom:22px;font-size:14px}.form-row{grid-template-columns:1fr;gap:14px}.contact-form{gap:14px}.contact-form input{height:48px}.contact-form input,.contact-form textarea{padding:13px 14px;font-size:14px}.contact-form textarea{min-height:120px}.contact-form button{height:48px;font-size:15px}}@media(max-width:480px){.contact-section{padding:50px 16px}.contact-container{gap:32px}.contact-left h2{font-size:28px}.contact-text{font-size:14px}.contact-card{padding:14px;gap:12px}.contact-icon{min-width:38px;width:38px;height:38px;font-size:14px}.contact-form-box{padding:22px 16px}.contact-form-box h3{font-size:22px}.contact-form-box>p{font-size:13px}.contact-form input,.contact-form textarea{font-size:13px}.contact-form textarea{min-height:105px}}.affiliations{width:100%;padding:100px 8%;background:#fff;text-align:center;box-sizing:border-box}.affiliations .container{width:100%;max-width:1400px;margin:0 auto}.section-tag{display:inline-block;color:#d4af37;font-size:15px;font-weight:700;letter-spacing:4px;text-transform:uppercase;margin-bottom:18px}.affiliations h2{color:#1f2937;font-size:52px;font-weight:800;line-height:1.15;margin:0 0 20px}.affiliations p{max-width:900px;margin:0 auto 60px;color:#6b7280;font-size:18px;line-height:1.8}.affiliations-grid{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:30px;margin:0 auto}.logo-card{width:100%;height:140px;display:flex;align-items:center;justify-content:center;padding:20px;background:#fff;border:1px solid #eceff3;border-radius:16px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.logo-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.logo-card img{width:auto;height:auto;max-width:160px;max-height:90px;object-fit:contain;display:block;filter:grayscale(15%);transition:transform .3s ease,filter .3s ease}.logo-card img:hover{filter:none;transform:scale(1.05)}@media(max-width:1100px){.affiliations{padding:80px 6%}.affiliations h2{font-size:44px}.affiliations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.logo-card{height:130px}}@media(max-width:768px){.affiliations{padding:65px 18px}.section-tag{font-size:12px;letter-spacing:3px;margin-bottom:12px}.affiliations h2{font-size:clamp(30px,7vw,38px);line-height:1.15;margin-bottom:16px}.affiliations p{max-width:100%;margin-bottom:35px;font-size:15px;line-height:1.65}.affiliations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.logo-card{height:110px;padding:16px;border-radius:14px}.logo-card img{max-width:115px;max-height:65px}}@media(max-width:480px){.affiliations{padding:50px 16px}.affiliations h2{font-size:28px}.affiliations p{margin-bottom:28px;font-size:14px}.affiliations-grid{gap:12px}.logo-card{height:95px;padding:12px}.logo-card img{max-width:100px;max-height:58px}}@media(max-width:360px){.affiliations-grid{grid-template-columns:1fr}.logo-card{height:100px}.logo-card img{max-width:120px;max-height:65px}}.footer{width:100%;padding:55px 8% 28px;background:#071827;color:#fff;box-sizing:border-box;text-align:center}.footer-top{max-width:700px;margin:0 auto}.footer-top h2{margin:0 0 12px;color:#fff;font-size:30px;font-weight:700}.footer-top p{max-width:600px;margin:0 auto;color:#a9bac7;font-size:15px;line-height:1.7}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px;margin:35px 0}.footer-links a{color:#fff;text-decoration:none;font-size:15px;font-weight:600;transition:color .25s ease}.footer-links a:hover{color:#e3b72f}.footer-line{width:100%;height:1px;margin-bottom:25px;background:#ffffff21}.footer-bottom{position:relative;display:flex;align-items:center;justify-content:center;min-height:55px}.footer-copyright{margin:0;color:#a9bac7;font-size:14px;text-align:center}.footer-divider{margin:0 10px;color:#ffffff80}.footer-copyright a{color:#fff;text-decoration:none;transition:color .25s ease}.footer-copyright a:hover{color:#e3b72f}.back-to-top{position:absolute;right:0;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease}.back-to-top:hover{background:#e3b72f;color:#071827;transform:translateY(-50%) translateY(-3px)}@media(max-width:768px){.footer{padding:45px 20px 24px}.footer-top{max-width:100%}.footer-top h2{font-size:26px}.footer-top p{font-size:14px;line-height:1.6}.footer-links{gap:16px 22px;margin:28px 0}.footer-links a{font-size:14px}.footer-line{margin-bottom:20px}.footer-bottom{min-height:48px;padding-right:54px;justify-content:flex-start}.footer-copyright{text-align:left;font-size:12px;line-height:1.6}.back-to-top{width:42px;height:42px;font-size:14px}}@media(max-width:480px){.footer{padding:38px 16px 20px}.footer-top h2{font-size:23px}.footer-top p{font-size:13px}.footer-links{gap:12px 16px;margin:24px 0}.footer-links a{font-size:13px}.footer-bottom{padding-right:50px}.footer-copyright{font-size:11px}.footer-divider{margin:0 6px}.back-to-top{width:38px;height:38px;font-size:13px}}*{box-sizing:border-box}.admin-login-page{min-height:100vh;width:100%;background:radial-gradient(circle at 15% 20%,rgba(224,181,45,.08),transparent 30%),radial-gradient(circle at 90% 80%,rgba(22,83,120,.18),transparent 35%),linear-gradient(135deg,#03121d,#071827,#04131f);display:flex;align-items:center;justify-content:center;padding:50px 30px 80px;position:relative;overflow:hidden;font-family:Inter,Arial,sans-serif}.login-glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.login-glow-one{width:350px;height:350px;background:#e0b52d1a;top:-150px;left:-100px}.login-glow-two{width:450px;height:450px;background:#12547e29;right:-180px;bottom:-180px}.admin-login-wrapper{width:100%;max-width:1050px;display:grid;grid-template-columns:1fr 440px;gap:90px;align-items:center;position:relative;z-index:2}.login-brand{color:#fff}.login-logo{width:145px;height:145px;object-fit:contain;margin-bottom:20px;filter:drop-shadow(0 8px 25px rgba(0,0,0,.3))}.login-brand-label{display:block;color:#e0b52d;font-size:13px;font-weight:800;letter-spacing:4px;margin-bottom:15px}.login-brand h1{margin:0 0 18px;font-size:52px;line-height:1.05;font-weight:750;color:#fff}.login-brand>p{max-width:520px;color:#aebdca;font-size:17px;line-height:1.8;margin:0}.login-security{margin-top:30px;display:inline-flex;align-items:center;gap:10px;padding:11px 17px;border-radius:50px;border:1px solid rgba(224,181,45,.25);background:#e0b52d0f;color:#e0b52d;font-size:13px;font-weight:700}.login-card{width:100%;padding:42px;border-radius:24px;background:#fffffff7;box-shadow:0 30px 80px #00000059;border:1px solid rgba(255,255,255,.3);animation:loginCardEnter .55s ease}.login-small-title{color:#d8aa1f;font-size:12px;font-weight:800;letter-spacing:2.5px}.login-card-header h2{margin:10px 0;color:#071827;font-size:29px;font-weight:750}.login-card-header p{color:#74818d;font-size:14px;line-height:1.6;margin:0 0 30px}.login-field{margin-bottom:21px}.login-field label{display:block;margin-bottom:8px;color:#172b3a;font-size:14px;font-weight:700}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:17px;color:#91a0ac;font-size:15px;pointer-events:none}.login-input-wrapper input{width:100%;height:54px;padding:0 48px 0 46px;border:1px solid #dce3e8;border-radius:12px;background:#f8fafb;color:#071827;font-size:15px;outline:none;transition:border .25s ease,box-shadow .25s ease,background .25s ease}.login-input-wrapper input::placeholder{color:#9ba8b3}.login-input-wrapper input:focus{border-color:#dfb42c;background:#fff;box-shadow:0 0 0 4px #dfb42c1f}.password-toggle{position:absolute;right:15px;width:34px;height:34px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:#758491;font-size:17px;cursor:pointer;border-radius:8px;transition:.2s ease}.password-toggle:hover{background:#eef2f4;color:#071827}.admin-login-button{width:100%;height:55px;margin-top:7px;border:none;border-radius:12px;background:linear-gradient(135deg,#e3b72f,#c99b16);color:#071827;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 10px 25px #cfa01838;transition:transform .2s ease,box-shadow .2s ease}.admin-login-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #cfa01852}.admin-login-button:active{transform:translateY(0)}.admin-login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-card-footer{margin-top:25px;padding-top:20px;border-top:1px solid #edf0f2;display:flex;align-items:center;justify-content:center;gap:8px;color:#84919c;font-size:12px}.login-card-footer svg{color:#d9ad26}.login-copyright{position:absolute;bottom:22px;left:50%;transform:translate(-50%);width:100%;text-align:center;color:#70818e;font-size:12px;z-index:2}@keyframes loginCardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.admin-login-wrapper{max-width:520px;grid-template-columns:1fr;gap:35px}.login-brand{text-align:center}.login-logo{width:115px;height:115px;margin-bottom:10px}.login-brand h1{font-size:38px}.login-brand>p{margin:0 auto}.login-security{margin-top:20px}}@media(max-width:550px){.admin-login-page{padding:30px 18px 70px}.admin-login-wrapper{gap:25px}.login-brand h1{font-size:32px}.login-brand>p{font-size:14px}.login-brand-label{font-size:11px;letter-spacing:2.5px}.login-logo{width:95px;height:95px}.login-card{padding:30px 23px;border-radius:18px}.login-card-header h2{font-size:24px}}.dashboard-page{width:100%;box-sizing:border-box;padding-bottom:40px}.dashboard-header{margin-bottom:32px}.dashboard-tag{margin:0 0 8px;color:#dfb42c;font-size:13px;font-weight:700;letter-spacing:2px}.dashboard-header h1{margin:0;color:#fff;font-size:38px;font-weight:700}.dashboard-subtitle{margin:9px 0 0;color:#8da3b3;font-size:15px}.dashboard-stats{display:grid;grid-template-columns:repeat(2,minmax(250px,320px));gap:24px;margin-bottom:35px}.dashboard-stat-card{background:#fff;border-radius:18px;padding:26px;box-shadow:0 10px 30px #00000029;transition:transform .25s ease,box-shadow .25s ease}.dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0003}.dashboard-stat-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.dashboard-stat-label{color:#607481;font-size:15px;font-weight:600}.dashboard-stat-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#f7ecd0;border-radius:11px;color:#9a7617;font-size:17px;font-weight:800}.dashboard-stat-card h2{margin:0 0 7px;color:#071b2a;font-size:42px;line-height:1}.dashboard-stat-card>p{margin:0;color:#8b99a2;font-size:13px}.dashboard-content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:25px;align-items:start}.dashboard-panel{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #00000029}.dashboard-panel-header{padding:24px 26px;border-bottom:1px solid #e8edf0}.dashboard-panel-header h2{margin:0 0 6px;color:#071b2a;font-size:22px}.dashboard-panel-header p{margin:0;color:#7d8c96;font-size:13px}.dashboard-table-wrapper{width:100%;overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse;color:#071b2a}.dashboard-table thead{background:#f5f7f8}.dashboard-table th{padding:14px 18px;text-align:left;color:#62747f;font-size:12px;font-weight:700;text-transform:uppercase;border-bottom:1px solid #dfe6ea}.dashboard-table td{padding:16px 18px;border-bottom:1px solid #edf1f3;font-size:14px}.dashboard-table tbody tr:hover{background:#fbf8ed}.dashboard-customer{display:flex;flex-direction:column;gap:4px}.dashboard-customer strong{color:#071b2a;font-size:14px}.dashboard-customer span{color:#85949d;font-size:12px}.dashboard-product-list{padding:8px 22px 18px}.dashboard-product-item{display:flex;align-items:center;gap:15px;padding:14px 4px;border-bottom:1px solid #edf1f3}.dashboard-product-item:last-child{border-bottom:none}.dashboard-product-item img{width:62px;height:58px;object-fit:cover;border-radius:10px;border:1px solid #e1e7ea}.dashboard-product-item h3{margin:0 0 5px;color:#071b2a;font-size:15px}.dashboard-product-item p{margin:0;color:#7e8d97;font-size:12px}.dashboard-empty{padding:40px 25px;text-align:center;color:#7e8c95;font-size:14px}@media(max-width:1000px){.dashboard-content-grid{grid-template-columns:1fr}}@media(max-width:700px){.dashboard-header h1{font-size:31px}.dashboard-stats{grid-template-columns:1fr}.dashboard-stat-card{width:auto}.dashboard-table{min-width:650px}}.admin-products-page{width:100%;box-sizing:border-box;padding-bottom:40px}.admin-products-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px}.admin-products-heading h1{margin:0;color:#fff;font-size:38px;font-weight:700}.admin-products-tag{margin:0 0 8px;color:#e1b52d;font-size:13px;font-weight:700;letter-spacing:2px}.admin-products-subtitle{margin:8px 0 0;color:#8ea4b5;font-size:15px}.admin-product-count{background:#fff;color:#071b2a;border-radius:14px;padding:18px 28px;min-width:150px;text-align:center;box-shadow:0 10px 30px #00000029}.admin-product-count span{display:block;color:#7d8a94;font-size:13px;margin-bottom:4px}.admin-product-count strong{display:block;font-size:32px;color:#071b2a}.admin-product-form-card{background:#fff;border-radius:18px;padding:32px;margin-bottom:35px;box-shadow:0 12px 35px #00000029}.admin-form-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.admin-form-heading h2{margin:0 0 6px;color:#071b2a;font-size:26px}.admin-form-heading p{margin:0;color:#7d8d98;font-size:14px}.admin-product-form{width:100%}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.admin-form-group{margin-bottom:22px}.admin-form-group label{display:block;margin-bottom:8px;color:#243947;font-size:14px;font-weight:600}.admin-product-form-card input,.admin-product-form-card select,.admin-product-form-card textarea{width:100%;box-sizing:border-box;border:1px solid #d9e1e6;border-radius:10px;padding:13px 15px;background:#f7f9fa;color:#071b2a;font-family:inherit;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.admin-product-form-card input:focus,.admin-product-form-card select:focus,.admin-product-form-card textarea:focus{background:#fff;border-color:#d9ad2b;box-shadow:0 0 0 3px #d9ad2b21}.admin-product-form-card textarea{min-height:120px;resize:vertical}.admin-product-form-card input[type=file]{padding:10px;background:#f7f9fa}.admin-update-btn{background:#e1b52d;color:#071b2a;border:none;border-radius:10px;padding:13px 26px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.admin-update-btn:hover{background:#f0c438;transform:translateY(-1px)}.admin-form-actions{display:flex;gap:12px}.admin-cancel-btn,.admin-cancel-top{border:1px solid #d1d9de;background:#fff;color:#4b5d68;border-radius:10px;padding:12px 20px;font-weight:600;cursor:pointer}.admin-cancel-btn:hover,.admin-cancel-top:hover{background:#f3f6f7}.admin-products-table-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px #00000029}.admin-table-heading{padding:24px 28px;border-bottom:1px solid #e8edf0}.admin-table-heading h2{margin:0 0 5px;color:#071b2a;font-size:24px}.admin-table-heading p{margin:0;color:#7d8c96;font-size:14px}.admin-products-table-wrapper{width:100%;overflow-x:auto}.admin-products-table{width:100%;min-width:1000px;border-collapse:collapse;color:#071b2a}.admin-products-table thead{background:#f3f6f7}.admin-products-table th{padding:16px 18px;text-align:left;color:#526672;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #dde4e8}.admin-products-table td{padding:16px 18px;vertical-align:middle;border-bottom:1px solid #edf1f3;font-size:14px}.admin-products-table tbody tr{transition:background .2s ease}.admin-products-table tbody tr:hover{background:#fbf8ed}.admin-product-image{width:78px;height:68px;object-fit:cover;border-radius:10px;display:block;border:1px solid #e1e6e9}.admin-product-id{color:#8998a2;font-weight:600}.admin-product-name{color:#071b2a;font-weight:700;font-size:15px}.admin-product-description{max-width:360px;color:#5d707c;line-height:1.5}.admin-category-badge{display:inline-block;padding:7px 12px;border-radius:20px;background:#f8efd3;color:#876919;font-size:12px;font-weight:700;white-space:nowrap}.admin-action-buttons{display:flex;gap:9px}.admin-edit-btn,.admin-delete-btn{border:none;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.admin-edit-btn{background:#e6f1fa;color:#17649b}.admin-delete-btn{background:#fde9e8;color:#c0392b}.admin-edit-btn:hover,.admin-delete-btn:hover{transform:translateY(-1px);opacity:.9}.admin-products-loading,.admin-products-empty{padding:45px;text-align:center;color:#73848f;font-size:16px}@media(max-width:900px){.admin-products-heading{flex-direction:column;align-items:flex-start}.admin-form-grid{grid-template-columns:1fr}}@media(max-width:600px){.admin-products-heading h1{font-size:30px}.admin-product-form-card{padding:22px 18px}.admin-form-heading{flex-direction:column;align-items:flex-start}.admin-table-heading{padding:20px}}.enquiries-page{width:100%}.enquiries-page h1{margin:0 0 30px;font-size:36px;font-weight:700;color:#fff}.enquiries-loading,.no-enquiries{background:#fff;color:#0b1f2a;padding:30px;border-radius:12px;text-align:center;font-size:18px}.enquiries-table-wrapper{width:100%;overflow-x:auto;background:#fff;border-radius:14px;box-shadow:0 8px 25px #00000026}.enquiries-table{width:100%;border-collapse:collapse;min-width:950px;color:#0b1f2a}.enquiries-table thead{background:#d9ad2b}.enquiries-table th{padding:18px 16px;text-align:left;font-size:15px;font-weight:700;white-space:nowrap}.enquiries-table td{padding:16px;border-bottom:1px solid #e5e5e5;font-size:14px;vertical-align:top}.enquiries-table tbody tr{transition:background .2s ease}.enquiries-table tbody tr:hover{background:#f8f5ec}.enquiries-table a{color:#315f85;text-decoration:none}.enquiries-table a:hover{text-decoration:underline}.enquiry-message{min-width:250px;max-width:400px;white-space:normal;line-height:1.5}@media(max-width:768px){.enquiries-page h1{font-size:28px;margin-bottom:20px}.enquiries-table-wrapper{border-radius:10px}.enquiries-table th,.enquiries-table td{padding:12px}}.delete-enquiry-btn{background:#fde8e8;color:#c0392b;border:none;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.delete-enquiry-btn:hover{background:#f8d2d2;transform:translateY(-1px)}.account-settings-page{width:100%;max-width:850px;margin:0 auto}.account-settings-header{margin-bottom:30px}.settings-tag{color:#d4af37;font-size:13px;font-weight:700;letter-spacing:3px;margin-bottom:8px}.account-settings-header h1{color:#fff;font-size:34px;margin:0 0 10px}.account-settings-header>p:last-child{color:#94a3b8;font-size:15px;line-height:1.6}.settings-card{background:#fff;border-radius:20px;padding:35px;box-shadow:0 15px 40px #00000040}.settings-card-header{display:flex;align-items:center;gap:18px;padding-bottom:25px;margin-bottom:28px;border-bottom:1px solid #e8edf1}.settings-icon{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background:#fff7dc;border-radius:14px;font-size:24px}.settings-card-header h2{color:#071827;font-size:22px;margin:0 0 6px}.settings-card-header p{color:#778592;font-size:14px;margin:0}.settings-form-group{margin-bottom:22px}.settings-form-group label{display:block;color:#172b3a;font-size:14px;font-weight:700;margin-bottom:8px}.settings-form-group input{width:100%;height:52px;padding:0 16px;border:1px solid #d8e0e6;border-radius:10px;background:#f8fafb;color:#071827;font-size:15px;outline:none;transition:.25s ease}.settings-form-group input:focus{border-color:#d4af37;background:#fff;box-shadow:0 0 0 4px #d4af371f}.settings-form-group input::placeholder{color:#9aa7b2}.settings-form-group small{display:block;margin-top:7px;color:#8996a1;font-size:12px}.settings-divider{display:flex;align-items:center;gap:15px;margin:30px 0 25px;color:#8a96a0;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.settings-divider:before,.settings-divider:after{content:"";flex:1;height:1px;background:#e5eaee}.settings-save-btn{width:100%;height:54px;margin-top:8px;border:none;border-radius:11px;background:#d4af37;color:#071827;font-size:15px;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.settings-save-btn:hover{background:#e5bf45;transform:translateY(-2px);box-shadow:0 10px 25px #d4af3738}.settings-save-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}@media(max-width:600px){.account-settings-page{max-width:100%}.account-settings-header h1{font-size:28px}.settings-card{padding:25px 20px;border-radius:15px}.settings-card-header{align-items:flex-start}.settings-icon{width:48px;height:48px;flex-shrink:0}}
