.header{background-color:#ffffffe6;box-shadow:0 2px 10px #1711451a;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav{justify-content:space-between;margin:0;max-width:100%;padding:0 .5rem}.logo,.nav{align-items:center;display:flex}.logo{gap:.8rem;margin-left:0}.logo img{height:60px;width:auto}.company-name{color:#171145;font-size:1.1rem;font-weight:700}.nav-links{gap:2rem;list-style:none}.nav-links,.nav-links li{align-items:center;display:flex}.nav-links a{color:#171145;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a.active,.nav-links a:hover{border-bottom:2px solid #ff8c00;color:#ff8c00}.nav-dropdown-label{color:#171145;cursor:pointer;font-weight:600;transition:color .3s;-webkit-user-select:none;user-select:none}.nav-dropdown-label.active,.nav-dropdown-label:hover{color:#ff8c00}.dropdown{position:relative}.dropdown-menu{background:#fff;border-radius:8px;box-shadow:0 4px 16px #17114526;left:0;list-style:none;min-width:180px;padding:.5rem 0;position:absolute;top:100%;z-index:200}.dropdown-menu li a{color:#171145;display:block;font-weight:500;padding:.6rem 1.2rem;text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}.dropdown-menu li a:hover{background:#171145;border-bottom:none;color:#fff}@media (max-width:768px){.company-name{font-size:.75rem}.logo img{height:40px}.nav-links{background:#fff;box-shadow:0 4px 10px #17114526;display:none;flex-direction:column;gap:1rem;left:0;padding:1rem 2rem;position:absolute;top:100%;width:100%;z-index:300}.hamburger,.nav-links.open{display:flex}.hamburger{background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:.5rem}.hamburger span{background:#171145;border-radius:3px;display:block;height:3px;transition:all .3s;width:25px}.dropdown-menu{box-shadow:none;padding:0 0 0 1rem;position:static}}.nav-dashboard-link{background-color:#ff8c00;border-radius:5px;color:#fff;font-weight:600;padding:.4rem 1rem;text-decoration:none;transition:background-color .3s,color .3s}.nav-dashboard-link:hover{background-color:#171145;border-bottom:none!important;color:#fff!important}@media (min-width:769px){.hamburger{display:none}}.footer{background:beige;border-top:none;color:#000;font-size:.9rem;font-weight:500;padding:1rem 2rem;position:relative;text-align:center;width:100%}.footer-esoe{color:#000;font-size:.85rem;font-weight:700;letter-spacing:.08em;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}@media (max-width:600px){.footer-esoe{display:block;font-size:.75rem;margin-top:.3rem;position:static;text-align:center;transform:none}}.chatbot-container{bottom:24px;position:fixed;right:80px;z-index:1000}.chatbot-toggle{align-items:center;background:linear-gradient(135deg,#0f2027,#2c5364);border:none;border-radius:50%;box-shadow:0 4px 18px #0f202773;cursor:pointer;display:flex;height:80px;justify-content:center;transition:transform .3s,box-shadow .3s;width:80px}.chatbot-toggle:hover{box-shadow:0 6px 24px #0f20278c;transform:scale(1.1)}.chatbot-window{animation:slideUp .25s ease;border-radius:16px;bottom:94px;box-shadow:0 8px 40px #0f202759;display:flex;flex-direction:column;height:500px;overflow:hidden;position:fixed;right:24px;width:350px}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{align-items:center;background:linear-gradient(135deg,#0f2027,#2c5364);color:#fff;display:flex;justify-content:space-between;padding:1rem 1.2rem}.chatbot-header h3{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em;margin:0}.chatbot-header span{color:#ffffffa6;display:block;font-size:.75rem;margin-top:2px}.chatbot-header button{align-items:center;background:#ffffff1f;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:28px;justify-content:center;transition:background .2s;width:28px}.chatbot-header button:hover{background:#ffffff40}.chatbot-messages{background:#f4f6f8;display:flex;flex:1 1;flex-direction:column;gap:.7rem;overflow-y:auto;padding:1rem}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-thumb{background:#c5cdd6;border-radius:4px}.message{border-radius:12px;font-size:.88rem;line-height:1.5;max-width:82%;padding:.65rem .9rem}.message.bot{align-self:flex-start;background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014;color:#1a2a3a}.message.user{align-self:flex-end;background:linear-gradient(135deg,#0f2027,#2c5364);border-bottom-right-radius:4px;color:#fff}.chatbot-input{background:#fff;border-top:1px solid #e4e8ec;display:flex;gap:.5rem;padding:.8rem}.chatbot-input input{background:#f9fafb;border:1.5px solid #d0d8e0;border-radius:8px;color:#1a2a3a;flex:1 1;font-size:.88rem;outline:none;padding:.6rem .9rem;transition:border-color .2s}.chatbot-input input:focus{background:#fff;border-color:#2c5364}.chatbot-input button{background:#ff8c00;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:.6rem 1.1rem;transition:background .2s,transform .15s}.chatbot-input button:hover{background:#e07b00;transform:scale(1.04)}@media (max-width:600px){.chatbot-container{bottom:16px;right:16px}.chatbot-toggle{height:50px;width:50px}.chatbot-window{right:16px;width:calc(100vw - 32px)}}.contact-section{background:linear-gradient(135deg,#171145,#1e1a5e);margin:6rem 0 0;padding:2rem 2rem 4rem;width:100%}.contact-header{margin-bottom:1.2rem;text-align:center}.contact-header h2{color:#fff;display:inline-block;font-size:2rem;margin-bottom:.5rem;position:relative}.contact-header h2:after{background:#ff8c00;border-radius:2px;content:"";display:block;height:4px;margin:.6rem auto 0;width:60px}.contact-subtitle{color:beige;font-size:1.05rem;margin-top:.8rem}.contact-content{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:900px}.contact-info{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:1.2rem;text-align:center}.contact-info h3{border-bottom:1px solid #ffffff1a;color:#ff8c00;font-size:1.3rem;margin-bottom:1.2rem;padding-bottom:.6rem;width:100%}.info-item{align-items:flex-start;display:flex;gap:.9rem;justify-content:center;margin-bottom:1.3rem}.info-icon{flex-shrink:0;font-size:1.4rem;margin-top:.1rem}.info-item strong{color:#fff;display:block;font-size:.88rem;letter-spacing:.05em;margin-bottom:.3rem;text-transform:uppercase}.info-item p{color:#f5f0e8;font-size:.95rem;line-height:1.8;margin:0}.social-links{gap:.6rem;margin-top:1rem}.social-btn{align-items:center;border-radius:50%;display:flex;font-size:.8rem;font-weight:700;height:34px;justify-content:center;text-decoration:none;transition:transform .2s,opacity .2s;width:34px}.social-btn:hover{opacity:.85;transform:translateY(-3px)}.social-btn.facebook{background:#1877f2;color:#fff}.social-btn.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.social-btn.linkedin{background:#0077b5;color:#fff}.social-btn.youtube{background:red;color:#fff}.social-btn.twitter{background:#000;color:#fff}.contact-form{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:100%;padding:1.2rem}.form-row{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;margin-bottom:.8rem}.form-group label{color:#171145;font-size:.8rem;font-weight:700;letter-spacing:.04em;margin-bottom:.3rem;text-transform:uppercase}.form-group input,.form-group textarea{background:#f9f9f9;border:2px solid #e8e8e8;border-radius:8px;font-family:inherit;font-size:.9rem;padding:.6rem .8rem;transition:border-color .2s,background .2s}.form-group input:focus,.form-group textarea:focus{background:#fff}.form-group textarea{resize:vertical}.submit-btn{appearance:none;background:#fff;border:2px solid #171145;border-radius:8px;color:#171145;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.03em;margin-top:.5rem;padding:.8rem 1rem;transition:background .2s,color .2s;width:100%}.submit-btn:hover{background:#171145;color:#fff}.form-message{border-radius:8px;font-size:.95rem;font-weight:600;margin-top:1rem;padding:.9rem 1rem;text-align:center}.form-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:900px){.contact-content{grid-template-columns:1fr}}@media (max-width:600px){.contact-section{padding:3rem 1rem}.contact-header h2{font-size:1.8rem}.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.msg-box-wrap{background:#fff;border:2px solid #171145;border-radius:8px;overflow:hidden;transition:border-color .2s}.msg-box-wrap:focus-within{background:#fff;border-color:#ff8c00}.msg-box-wrap textarea{background:#fff!important;border:none!important;border-radius:0!important;margin-bottom:0!important;resize:none}.msg-box-wrap textarea:focus{outline:none}.msg-suggestions{background:#fff;border-top:1px solid #e8e8e8;display:flex;flex-wrap:wrap;gap:.4rem;margin-top:0;padding:.5rem .8rem}.msg-chip{background:#f0f0f0;border:1.5px solid #171145;border-radius:20px;color:#171145;cursor:pointer;font-size:.75rem;font-weight:600;padding:.3rem .7rem;transition:background .2s,color .2s}.msg-chip:hover{background:#171145;color:#fff}.hero{background:none;max-width:100%;padding:0;width:100%}.hero-single{height:70vh;overflow:hidden;position:relative;width:100%}.hero-single-img{height:100%;inset:0;object-fit:cover;object-position:center;opacity:0;position:absolute;transform:scale(1.05);transition:opacity 1s ease-in-out,transform 6s ease-out;width:100%}.hero-single-img.active{opacity:1;transform:scale(1)}.hero-overlay{bottom:60px;left:50%;position:absolute;text-align:center;transform:translateX(-50%);width:90%;z-index:5}.hero-overlay p{background:#00000073;border-radius:8px;color:#fff;display:inline-block;font-size:2rem;font-weight:700;line-height:1.4;margin:0;padding:.8rem 2rem;text-shadow:0 2px 8px #000000b3}@media (max-width:768px){.hero-overlay p{font-size:1.1rem;padding:.5rem 1rem}}.hero-dots{bottom:18px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-dot{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .3s;width:10px}.hero-dot.active{background:#fff}.hero-arrow{align-items:center;background:#00000059;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;height:42px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:42px;z-index:10}.hero-arrow:hover{background:#0009}.hero-arrow.left{left:16px}.hero-arrow.right{right:16px}@media (max-width:768px){.hero-single{height:50vh}}.about-section{text-align:center}.about-section p{font-size:1rem;line-height:1.7;margin-bottom:1rem;text-align:justify}.about-section h3{font-size:1.5rem;margin-bottom:1rem}.advantages-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.advantage-card{border-radius:10px;padding:1.2rem;transition:transform .3s}.advantage-card:hover{transform:translateY(-5px)}.advantage-card p{line-height:1.6;text-align:justify}.cover-section h3{font-size:1.1rem;font-weight:400;margin-bottom:1rem;text-align:center}.cover-list{display:flex;flex-direction:column;gap:1rem}.cover-item{border-left:4px solid #171145;border-radius:0 8px 8px 0;padding:1rem 1.5rem;transition:border-color .3s}.cover-item:hover{border-color:#ff8c00}.cover-item h3{color:#171145;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.cover-item p{line-height:1.7;text-align:justify}.cover-item-intro{text-align:center!important}.cover-points{grid-gap:.6rem 2rem;display:grid;gap:.6rem 2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));list-style:disc;margin-top:1rem;padding-left:1.8rem}.cover-points li{color:#171145;line-height:1.8;padding:.2rem 0}.news-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.2rem}.news-stat{background:#171145;border-radius:10px;color:#fff;display:flex;flex-direction:column;gap:.3rem;padding:1.2rem;text-align:center}.news-stat.fatal{background:#dc3545}.news-stat.injured{background:#ff8c00}.news-stat.trapped{background:#0d6efd}.stat-num{font-size:2rem;font-weight:700}.stat-label{font-size:.85rem;opacity:.9}.news-case-badge{margin-bottom:.5rem}.news-case-counts{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem}.news-case-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:700;padding:.2rem .6rem;text-transform:uppercase}.news-case-badge.fatal{background:#dc3545;color:#fff}.news-case-badge.injured{background:#ff8c00;color:#fff}.news-case-badge.trapped{background:#0d6efd;color:#fff}.news-scroll,.news-scroll-wrapper{display:none}.yearly-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.yearly-stat-box{background:#171145;border-radius:10px;flex:1 1;min-width:160px;padding:1rem 1.5rem}.yearly-year{border-bottom:1px solid #fff3;color:#ff8c00;font-size:1.3rem;font-weight:700;margin-bottom:.8rem;padding-bottom:.4rem}.yearly-row{color:#fff;display:flex;font-size:.85rem;justify-content:space-between;padding:.2rem 0}.yearly-row.fatal strong{color:#ff6b6b}.yearly-row.injured strong{color:#ffa94d}.yearly-row.trapped strong{color:#74c0fc}.news-grid-wrap{height:520px;overflow-y:auto;scrollbar-width:none}.news-grid-wrap::-webkit-scrollbar{display:none}.news-auto-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);padding:.5rem 0}@media (max-width:1024px){.news-auto-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.news-auto-grid{grid-template-columns:repeat(2,1fr)}}.news-box{background:#171145;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;min-height:140px;padding:1rem;text-decoration:none;transition:transform .2s,background .2s}.news-box:hover{background:#2a2070;transform:translateY(-4px)}.news-box-date{color:#ff8c00;font-size:.75rem;font-weight:600}.news-box-state{color:#e6acac;font-size:.72rem;font-weight:600}.news-box-title{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;flex:1 1;font-size:.9rem;font-weight:600;line-height:1.4;overflow:hidden}.news-box-badges{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:auto}.standards-section h3{font-size:1.8rem;margin-bottom:2rem;text-align:center}.standards-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.standard-item{border-left:4px solid #171145;border-radius:8px;color:#171145;display:block;line-height:1.6;padding:1rem;text-decoration:none;transition:all .3s}.standard-item:hover{background-color:#1711451a;transform:translateX(5px)}.video-section{text-align:center}.video-wrapper{border-radius:12px;box-shadow:0 4px 24px #1711452e;margin:0 auto;max-width:450px;overflow:hidden}.preview-video{background:#000;display:block;max-height:280px;object-fit:cover;width:100%}.news-section-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.news-section-header h2{margin:0}.old-news-btn-wrap{display:flex;justify-content:flex-end;margin-bottom:2rem}.old-news-btn{background:#171145;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.4rem;transition:background .2s,color .2s,transform .2s}.old-news-btn:hover{background:#fff;border-color:#171145;color:#171145;transform:translateY(-2px)}.old-news-overlay{align-items:center;background:#000000a6;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.old-news-modal{background:#fff;border-radius:12px;box-shadow:0 8px 40px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:900px;width:100%}.old-news-header{align-items:center;background:#171145;border-radius:12px 12px 0 0;display:flex;flex-shrink:0;justify-content:space-between;padding:1.2rem 1.5rem}.old-news-header h3{color:#e6acac;font-size:1.2rem;margin:0}.old-news-close{background:none;border:none;color:#e6acac;cursor:pointer;font-size:2rem;line-height:1;padding:0}.old-news-close:hover{color:#ff8c00}.old-news-body{flex:1 1;overflow-y:auto;padding:1.5rem}.old-news-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr)}.old-news-empty{color:#888;font-size:1rem;padding:2rem;text-align:center}@media (max-width:768px){.old-news-grid{grid-template-columns:repeat(2,1fr)}.old-news-btn-wrap{justify-content:flex-start}.news-stats{gap:.6rem;grid-template-columns:repeat(2,1fr)}.stat-num{font-size:1.4rem}.stat-label{font-size:.75rem}.yearly-stats{flex-direction:column;gap:.6rem}.yearly-stat-box{min-width:0;min-width:auto;padding:.8rem 1rem}.yearly-year{font-size:1.1rem}.yearly-row{font-size:.8rem}.news-grid-wrap{height:400px}.news-auto-grid{gap:.6rem;grid-template-columns:repeat(2,1fr)}.news-box{min-height:110px;padding:.7rem}.news-box-title{-webkit-line-clamp:3;font-size:.8rem}.news-box-date{font-size:.7rem}.news-case-badge{font-size:.65rem;padding:.15rem .4rem}.standards-list{grid-template-columns:1fr}}.about-hero{height:70vh;overflow:hidden;position:relative}.about-hero-img{display:block;filter:brightness(.55);height:100%;object-fit:cover;width:100%}.about-hero-text{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.about-hero h1{color:#fff;font-size:3rem;margin-bottom:1rem}.about-hero p{background:#0009;border-radius:6px;color:#f5f0e8;display:inline-block;font-size:1.3rem;padding:.4rem 1.2rem}.about-intro{margin:0 auto;max-width:1200px;padding:3rem 2rem}.about-intro p{font-size:1.15rem;line-height:1.9;text-align:justify}.about-section-img{border-radius:10px;display:block;margin-bottom:2rem;max-height:350px;object-fit:cover;width:100%}.about-why{margin:0 auto;max-width:1200px;padding:3rem 2rem}.about-why h2{margin-bottom:2rem;text-align:left}.why-list{display:flex;flex-direction:column;gap:1.2rem}.why-item{align-items:flex-start;border-radius:8px;display:flex;gap:1rem;padding:1.2rem}.why-icon{color:#ff8c00;flex-shrink:0;font-size:1.3rem;font-weight:700}.why-item p{line-height:1.7;margin:0}.about-pillars,.about-trusted{margin:0 auto;max-width:1200px;padding:3rem 2rem}.about-pillars h2{margin-bottom:2rem}.pillars-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pillar-card{border-radius:10px;border-top:4px solid #ff8c00;padding:2rem;transition:transform .3s}.pillar-card:hover{transform:translateY(-5px)}.pillar-card h3{color:#171145;margin-bottom:1rem}.pillar-card p{line-height:1.7}.about-trusted h2{margin-bottom:1.5rem;text-align:left}.about-trusted p{font-size:1.1rem;line-height:1.9;margin-bottom:1rem;text-align:justify}.about-services{margin:0 auto;max-width:1200px;padding:3rem 2rem}.about-services h2{margin-bottom:2rem;text-align:left}.services-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.service-item{border-radius:10px;border-top:4px solid #171145;padding:2rem;transition:transform .3s}.service-item:hover{transform:translateY(-5px)}.service-item h3{margin-bottom:1rem}.service-item p{line-height:1.7}.about-cta{background-color:#171145;border-radius:10px;color:#fff;padding:2.5rem;text-align:center}.about-cta p{line-height:1.8;margin-bottom:1.5rem}.about-cta p,.cta-btn{color:#fff;font-size:1.1rem}.cta-btn{background-color:#ff8c00;border-radius:5px;display:inline-block;font-weight:700;padding:.9rem 2.5rem;text-decoration:none;transition:background-color .3s}.cta-btn:hover{background-color:#ff7f00}.about-contact-section{margin:0 auto;max-width:1200px;padding:3rem 2rem}.about-contact-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about-contact-info .info-item{margin-bottom:1.5rem}.about-contact-info .info-item strong{display:block;font-size:1.1rem;margin-bottom:.5rem}.about-contact-info .info-item p{line-height:1.8;margin:0}.social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.social-links a{background-color:#171145;border-radius:5px;color:#e6acac;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.social-links a:hover{background-color:#2a2060}.about-contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background-color:#ffffffe6;border:2px solid #171145;border-radius:5px;color:#171145;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#ff8c00;outline:none}.about-submit-btn{background-color:#171145;border:none;border-radius:5px;color:#e6acac;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:background-color .3s}.about-submit-btn:hover{background-color:#2a2060}@media (max-width:768px){.about-hero h1{font-size:2rem}.about-contact-grid,.services-list{grid-template-columns:1fr}}.industry-hero{height:70vh;overflow:hidden;width:100%}.industry-hero-img{height:100%}.industry-hero-img,.industry-section-img{display:block;object-fit:cover;width:100%}.industry-section-img{border-radius:10px;height:350px;margin-bottom:2rem}.industry-section{border-bottom:1px solid #1711451a;margin:0 auto;max-width:1200px;padding:3rem 2rem}.industry-section h2{margin-bottom:1.5rem;text-align:left}.industry-section h3{margin-bottom:1rem;margin-top:2rem}.industry-section p{line-height:1.9;margin-bottom:1rem;text-align:justify}.industry-list{margin:1rem 0;padding-left:2rem}.industry-list li{line-height:1.9;margin-bottom:.5rem}.components-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:1.5rem 0}.component-item{align-items:center;border-left:3px solid #171145;border-radius:0 5px 5px 0;display:flex;gap:.8rem;padding:.8rem 1rem;transition:border-color .3s}.component-item:hover{border-color:#ff8c00}.component-icon{color:#ff8c00;flex-shrink:0;font-weight:700}@media (max-width:768px){.industry-hero h1{font-size:2rem}.components-grid{grid-template-columns:1fr}}.travelator-hero{background:linear-gradient(135deg,#ffffff4d,#ffffff1a);padding:5rem 2rem;text-align:center}.travelator-hero h1{color:#171145;font-size:3rem;margin-bottom:1rem}.travelator-hero p{color:#171145;font-size:1.2rem;margin:0 auto;max-width:800px}.travelator-content{margin:0 auto;max-width:1200px;padding:3rem 2rem}.travelator-content p{font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem;text-align:justify}.travelator-services{margin:0 auto;max-width:1200px;padding:3rem 2rem}.travelator-services h2{margin-bottom:2rem}.services-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.service-card-link{text-decoration:none}.service-card-big{background-color:#171145;border-radius:12px;color:#e6acac;cursor:pointer;padding:3rem 2rem;text-align:center;transition:transform .3s,background-color .3s}.service-card-big:hover{background-color:#2a2060;transform:translateY(-8px)}.service-card-img{border-radius:8px;height:200px;margin-bottom:1.5rem;object-fit:cover;width:100%}.service-card-icon{font-size:4rem;margin-bottom:1.5rem}.service-card-big h3{color:#e6acac;font-size:1.8rem;margin-bottom:1rem}.service-card-big p{color:#e6acacd9;line-height:1.7;margin-bottom:1.5rem}.learn-more{background-color:#ff8c00;border-radius:5px;color:#fff;display:inline-block;font-weight:600;padding:.6rem 1.5rem;transition:background-color .3s}.service-card-big:hover .learn-more{background-color:#ff7f00}@media (max-width:768px){.travelator-hero h1{font-size:2rem}.services-cards{grid-template-columns:1fr}}.inspection-hero{align-items:center;background:#0000;display:flex;flex-direction:column;height:70vh;justify-content:center;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.inspection-hero h1{color:#fff;font-size:3rem;margin-bottom:1rem;position:relative;z-index:1}.inspection-hero p{color:#f5f0e8;font-size:1.2rem;margin:0 auto;max-width:800px;position:relative;z-index:1}.inspection-hero-img-bg{filter:brightness(.6);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}@media (max-width:768px){.inspection-hero{min-height:200px;padding:3rem 1rem}.inspection-hero h1{font-size:2rem}}.inspection-intro{margin:0 auto;max-width:1200px;padding:2rem 2rem 0}.inspection-intro p{font-size:1.1rem;line-height:1.9;text-align:justify}.inspection-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:260px 1fr;margin:2rem auto;max-width:1200px;padding:0 2rem 4rem}.inspection-sidebar{background-color:#171145;border-radius:10px;padding:1.5rem;position:sticky;top:90px}.inspection-sidebar h3{border-bottom:2px solid #fff;color:#fff;font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem}.inspection-sidebar ul{list-style:none;margin:0;padding:0}.inspection-sidebar ul li{margin-bottom:.5rem}.inspection-sidebar ul li button{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;text-align:left;transition:all .3s;width:100%}.inspection-sidebar ul li button:hover{background-color:#ffffff1a;color:#fff}.inspection-sidebar ul li button.active{background-color:#ff8c00;color:#fff;font-weight:600}.inspection-content h2{margin-bottom:1.5rem;text-align:left}.inspection-content h3{margin-bottom:1rem;margin-top:2rem}.inspection-content p{line-height:1.9;margin-bottom:1rem;text-align:justify}.inspection-points{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.inspection-point{align-items:center;border-left:3px solid #171145;border-radius:0 5px 5px 0;display:flex;gap:.8rem;padding:.8rem 1rem;transition:border-color .3s}.inspection-point:hover{border-color:#ff8c00}.point-icon{color:#ff8c00;flex-shrink:0;font-weight:700}@media (max-width:768px){.inspection-hero h1{font-size:2rem}.inspection-layout{grid-template-columns:1fr}.inspection-sidebar{position:static}.inspection-points{grid-template-columns:1fr}}.inspection-layout.full-width{grid-template-columns:1fr}.read-more-link-small{color:#ff8c00;display:inline-block;font-size:.9rem;font-weight:600;margin-top:.5rem;text-decoration:none;transition:all .3s ease}.read-more-link-small:hover{color:#e67e00;text-decoration:underline}.assess-hero-imgs{display:flex;margin-bottom:2rem;width:100%}.assess-hero-img{display:block;flex:1 1;height:300px;object-fit:cover}.assess-hero-img-top{display:block;filter:brightness(.55);height:420px;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.assess-hero-text{color:#fff;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:1}.assess-section-img{background:#000;border-radius:10px;display:block;margin-bottom:2rem;max-height:500px;object-fit:contain;width:100%}.assess-hero{background:#171145;color:#e6acac;padding:4rem 1.5rem;text-align:center}.assess-hero h1{font-size:2.5rem;margin-bottom:.5rem}.assess-hero p{font-size:1.1rem;opacity:.85}.assessments-overview{margin:0 auto;max-width:900px;padding:2rem 1.5rem 3rem}.assess-section{margin-bottom:2.5rem}.assess-section h2{border-left:4px solid #ff8c00;color:#171145;font-size:1.5rem;margin-bottom:1rem;padding-left:.75rem}.assess-section p{color:#171145;line-height:1.8;margin-bottom:1rem}.assess-list{list-style:none;margin:1rem 0;padding:0}.assess-list li{color:#171145;line-height:1.7;padding:.4rem 0 .4rem 1.5rem;position:relative}.assess-list li:before{color:#ff8c00;content:"—";left:0;position:absolute}.assess-points{display:flex;flex-direction:column;gap:.6rem;margin:.5rem 0}.assess-point{align-items:flex-start;color:#171145;display:flex;gap:.75rem;line-height:1.6}.assess-point .point-icon{color:#ff8c00;flex-shrink:0;font-size:1rem;margin-top:2px}.assess-videos{text-align:center}.assess-video-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.assess-video-wrapper{border-radius:12px;box-shadow:0 4px 24px #1711452e;overflow:hidden}.assess-video{background:#000;display:block;width:100%}@media (max-width:768px){.assess-video-grid{grid-template-columns:1fr}}.projects-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:1.2rem}.project-card{background:#fff;border-radius:12px;border-top:4px solid #171145;box-shadow:0 2px 10px #17114514;padding:1.4rem 1rem;text-align:center;transition:transform .2s,box-shadow .2s}.project-card:hover{border-top-color:#ff8c00;box-shadow:0 8px 24px #17114526;transform:translateY(-5px)}.project-icon{align-items:center;display:flex;font-size:2rem;justify-content:center;margin-bottom:.6rem}.project-logo{border-radius:8px;height:80px;object-fit:contain;width:80px}.project-card h3{color:#171145;font-size:.92rem;font-weight:700;line-height:1.4;margin:0}.project-card p{color:#555;font-size:.88rem;line-height:1.6;margin:0}.training-card{border-top-color:#ff8c00;cursor:pointer}.training-card:hover{border-top-color:#171145}.location-card{border-top-color:#2c5364}.location-card:hover{border-top-color:#ff8c00}.our-work-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.our-work-header h2{margin:0}.admin-login-btn{background:#171145;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .2s;white-space:nowrap}.admin-login-btn:hover{background:#ff8c00;transform:translateY(-2px)}.our-work-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-top:1.2rem}.work-location-card{background:#fff;border-radius:12px;border-top:4px solid #ff8c00;box-shadow:0 2px 10px #17114514;padding:1rem;text-align:center;transition:transform .2s,box-shadow .2s}.work-location-card:hover{box-shadow:0 8px 24px #17114526;transform:translateY(-5px)}.work-location-header{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:.6rem}.work-location-icon{font-size:1.8rem;margin-bottom:.5rem}.work-location-card h3{color:#171145;font-size:.85rem;font-weight:700;line-height:1.3;margin:0}.work-projects-count{color:#555;font-size:.88rem;line-height:1.6;margin:0}.work-rating{display:flex;gap:.2rem;justify-content:center}.work-rating .star{color:#ddd;font-size:.85rem;transition:color .2s}.rating-label{font-size:.7rem}.work-rating .star.filled{color:#ffb800}.work-ratings{display:flex;flex-direction:column;gap:.6rem;margin-top:.8rem}.rating-item{align-items:center;display:flex;gap:.5rem;justify-content:center}.rating-label{color:#171145;font-size:.8rem;font-weight:600}@media (max-width:768px){.our-work-grid{gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.ongoing-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:1.2rem}.ongoing-card{align-items:center;background:#fff;border-left:4px solid #ff8c00;border-radius:10px;box-shadow:0 2px 10px #17114514;color:#171145;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:1rem 1.2rem;transition:transform .2s,box-shadow .2s}.ongoing-card:hover{box-shadow:0 6px 20px #17114521;transform:translateY(-3px)}.ongoing-pulse{animation:pulse 1.5s infinite;background:#28a745;border-radius:50%;flex-shrink:0;height:10px;width:10px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@media (max-width:600px){.ongoing-grid{grid-template-columns:1fr}}.admin-login{align-items:center;background:#171145;display:flex;justify-content:center;min-height:100vh}.admin-login-box{background:#fff;border-radius:12px;max-width:360px;padding:2rem 1.5rem;text-align:center;width:90%}.admin-login-box h2{color:#171145;margin-bottom:1.5rem}.admin-login-box input{border:2px solid #171145;border-radius:6px;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.admin-login-box button{background:#171145;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;width:100%}.admin-stats{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.admin-stat{background:#171145;border-radius:8px;color:#fff;font-size:.9rem;padding:.6rem 1rem;text-align:center}.admin-stat.fatal{background:#dc3545}.admin-stat.injured{background:#ff8c00}.admin-stat.trapped{background:#0d6efd}.admin-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:700;margin-left:.5rem;padding:.2rem .6rem;text-transform:uppercase}.admin-badge.fatal{background:#dc3545;color:#fff}.admin-badge.injured{background:#ff8c00;color:#fff}.admin-badge.trapped{background:#0d6efd;color:#fff}.admin-news-meta{align-items:center;display:flex;margin-bottom:.3rem}.admin-link{color:#171145;display:block;font-size:.85rem;margin-bottom:.5rem;word-break:break-all}.admin-form select{background:#fff;border:2px solid #ddd;border-radius:6px;display:block;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.admin-form select:focus{border-color:#171145;outline:none}.admin-rating-input{margin-bottom:1rem}.admin-rating-input label{color:#171145;display:block;font-weight:600;margin-bottom:.5rem}.admin-rating-input select{background:#fff;border:2px solid #ddd;border-radius:6px;font-size:1rem;margin-bottom:0;padding:.75rem;width:100%}.admin-rating-input select:focus{border-color:#171145;outline:none}.admin-page{margin:0 auto;max-width:900px;padding:1rem}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.admin-header h2{color:#171145}.admin-logout{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem}.admin-msg{background:#d4edda;border-radius:8px;color:#155724;font-weight:600}.admin-form,.admin-msg{margin-bottom:1.5rem;padding:1rem}.admin-form{background:#fff;border-radius:10px}.admin-form h3{color:#171145;margin-bottom:1rem}.admin-form input,.admin-form textarea{border:2px solid #ddd;border-radius:6px;display:block;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.admin-form input:focus,.admin-form textarea:focus{border-color:#171145;outline:none}.admin-form-btns{display:flex;flex-wrap:wrap;gap:.6rem}.admin-form-btns .btn-cancel,.admin-form-btns .btn-save{flex:1 1;min-width:120px}.admin-form-input-row{align-items:stretch;display:flex;gap:.5rem}.admin-form-input-row input{flex:1 1}.btn-edit-inline{background:#ff8c00;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1rem;white-space:nowrap}.btn-edit-inline:hover{background:#e07b00}.admin-case-inputs{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.admin-case-input label{display:block;font-size:.9rem;font-weight:700;margin-bottom:.3rem}.fatal-label{color:#dc3545}.injured-label{color:#ff8c00}.trapped-label{color:#0d6efd}.admin-case-input input{border:2px solid #ddd;border-radius:6px;font-size:1rem;margin-bottom:0;padding:.6rem;width:100%}.admin-case-input input:focus{border-color:#171145;outline:none}.otp-overlay{bottom:0;left:0;right:0;top:0}.otp-modal{background:#fff;border-radius:12px;padding:2rem;text-align:center;width:380px}.otp-modal h3{color:#171145;margin-bottom:.5rem}.otp-modal p{color:#555;margin-bottom:1rem}.otp-sent-msg{color:#155724;font-weight:600;margin-bottom:1rem}.otp-btns{gap:1rem;justify-content:center;margin-bottom:1rem}.btn-resend{background:none;border:none;color:#171145;cursor:pointer;font-size:.9rem;text-decoration:underline}.admin-error,.admin-login-box p.admin-error{color:red;margin-bottom:.5rem}.admin-error{font-size:.9rem}.btn-save{background:#171145;font-weight:600}.btn-cancel,.btn-save{border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.75rem 2rem}.btn-cancel{background:#6c757d}.admin-tabs{align-items:center;border-bottom:2px solid #ddd;display:flex;flex-wrap:wrap;gap:0;margin-bottom:1.5rem}.admin-tabs .admin-logout{margin-bottom:2px;margin-left:auto}.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:.9rem;font-weight:600;margin-bottom:-2px;padding:.6rem 1rem;transition:all .2s}.admin-tabs button:hover{color:#171145}.admin-tabs button.tab-active{border-bottom-color:#ff8c00;color:#171145}.enquiries-list{margin-top:1rem}.enquiries-list h3{color:#171145;margin-bottom:1rem}.no-data{color:#888;padding:2rem;text-align:center}.enquiries-table{background:#fff;border-collapse:collapse;border-radius:10px;box-shadow:0 2px 10px #00000014;overflow:hidden;width:100%}.enquiries-table th{background:#171145;color:#fff;font-size:.8rem;padding:.6rem .75rem;text-align:left}.enquiries-table td{border-bottom:1px solid #eee;color:#333;font-size:.82rem;max-width:120px;padding:.6rem .75rem;vertical-align:top;word-break:break-word}.enquiries-table tr:hover td{background:#f8f9fa}.btn-delete-small{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;padding:.3rem .8rem}.year-group{margin-bottom:1rem}.year-toggle{font-size:1.1rem;font-weight:700;padding:1rem 1.5rem;text-align:left;transition:background .2s}.year-toggle:hover{background:#2a2060}.year-toggle span{font-size:.9rem;font-weight:400;opacity:.8}.year-news{padding:1rem 0}.admin-news-list h3{color:#171145;margin-bottom:1rem}.admin-news-item{background:#fff;border:1px solid #ddd;border-radius:10px;margin-bottom:1rem;padding:1.2rem}.admin-news-date{color:#ff8c00;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.admin-news-state{color:#555;font-size:.82rem;font-weight:600;margin-left:.6rem}.admin-news-item h4{color:#171145;margin-bottom:.5rem}.admin-news-item p{color:#555;line-height:1.6;margin-bottom:1rem}.admin-news-actions{display:flex;gap:.5rem}.btn-edit{background:#171145}.btn-delete,.btn-edit{border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.4rem 1rem}.btn-delete{background:#dc3545}.news-year-heading{background:#171145;border-radius:8px;color:#fff;font-size:1.1rem;margin:1.5rem 0 .8rem;padding:.5rem 1.2rem}.otp-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.otp-box{background:#fff;border-radius:12px;padding:2rem;text-align:center;width:340px}.otp-box h3{color:#171145;margin-bottom:.8rem}.otp-status{color:#555;font-size:.9rem;margin-bottom:1rem;min-height:1.2rem}.otp-input{border:2px solid #171145;border-radius:6px;font-size:1.2rem;letter-spacing:.3rem;margin-bottom:1rem;padding:.75rem;text-align:center;width:100%}.otp-btns{display:flex;flex-direction:column;gap:.5rem}.btn-send-otp{background:#171145;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem}.btn-send-otp:disabled{cursor:not-allowed;opacity:.6}.btn-confirm-delete{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem}.year-group{margin-bottom:.5rem}.year-toggle{align-items:center;background:#171145;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:.8rem 1.2rem;width:100%}.year-toggle:hover{background:#2a2070}.year-count{background:#ff8c00;border-radius:12px;color:#fff;font-size:.8rem;padding:.2rem .6rem}.year-items{padding:.5rem 0 0}.state-incidents h3{color:#171145;margin-bottom:1rem}.state-table-wrap{overflow-x:auto}.state-table{background:#fff;border-collapse:collapse;border-radius:10px;box-shadow:0 2px 10px #00000014;overflow:hidden;width:100%}.state-table th{background:#171145;color:#fff;font-size:.85rem;padding:.75rem 1rem;text-align:left;white-space:nowrap}.state-table td{border-bottom:1px solid #eee;color:#333;font-size:.9rem;padding:.65rem 1rem;vertical-align:middle}.state-table tr:hover td{background:#f8f9fa}.state-name{color:#171145;font-weight:600}.badge-incidents{background:#171145}.badge-fatal,.badge-incidents{border-radius:12px;color:#fff;font-size:.8rem;font-weight:700;padding:.2rem .6rem}.badge-fatal{background:#dc3545}.badge-injured{background:#ff8c00}.badge-injured,.badge-trapped{border-radius:12px;color:#fff;font-size:.8rem;font-weight:700;padding:.2rem .6rem}.badge-trapped{background:#0d6efd}.zero{color:#bbb}.bar-cell{min-width:80px}.bar-track{background:#eee;border-radius:4px;height:10px;width:100%}.bar-fill{background:linear-gradient(90deg,#171145,#ff8c00);border-radius:4px;height:100%;min-width:4px;transition:width .4s ease}@media (max-width:600px){.admin-page{padding:.75rem}.admin-tabs{gap:0}.admin-tabs button{font-size:.78rem;padding:.5rem .6rem}.admin-logout{font-size:.8rem;padding:.4rem .7rem}.admin-stats{gap:.5rem;grid-template-columns:repeat(2,1fr)}.admin-stat{font-size:.82rem;padding:.5rem .6rem}.admin-form{padding:.85rem}.admin-form h3{font-size:1rem}.admin-form input,.admin-form select,.admin-form textarea{font-size:.9rem;padding:.6rem}.admin-form-input-row{flex-direction:column}.btn-edit-inline{width:100%}.admin-case-inputs{gap:.4rem;grid-template-columns:repeat(3,1fr)}.admin-case-input label{font-size:.78rem}.admin-case-input input{font-size:.9rem;padding:.5rem}.admin-form-btns{flex-direction:column}.btn-cancel,.btn-save{padding:.7rem;width:100%}.year-toggle{font-size:.9rem;padding:.7rem 1rem}.admin-news-item{padding:.85rem}.admin-news-item h4{font-size:.95rem}.admin-news-item p{font-size:.85rem}.admin-news-meta{flex-wrap:wrap;gap:.3rem}.admin-news-actions{flex-wrap:wrap}.btn-delete,.btn-edit{flex:1 1;font-size:.85rem;padding:.5rem;text-align:center}.enquiries-table{font-size:.78rem}.enquiries-table td,.enquiries-table th{padding:.4rem .5rem}.state-table td,.state-table th{font-size:.78rem;padding:.4rem .5rem}.bar-cell{min-width:60px}.otp-modal{padding:1.5rem 1rem;width:90%}}.gallery-hero{background:#171145;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.gallery-hero h1{color:#fff;font-size:3rem;margin-bottom:.5rem;position:relative;z-index:1}.gallery-hero p{color:beige;font-size:1.1rem;position:relative;z-index:2}.gallery-page{margin:0 auto;max-width:1200px;padding:2rem 2rem 4rem}.gallery-tabs{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.gallery-tabs button{background:#0000;border:2px solid #171145;border-radius:25px;color:#171145;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.8rem;transition:all .2s}.gallery-tabs button.active,.gallery-tabs button:hover{background:#171145;color:#fff}.gallery-section-title{border-left:4px solid #ff8c00;color:#171145;font-size:1.4rem;margin-bottom:1.2rem;padding-left:.5rem;text-align:left}.gallery-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.gallery-item{aspect-ratio:4/3;background:#eee;border-radius:10px;cursor:pointer;overflow:hidden;position:relative}.gallery-item img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.gallery-item:hover img{transform:scale(1.07)}.gallery-overlay{background:#1711454d;inset:0;opacity:0;position:absolute;transition:opacity .3s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-video-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.gallery-video-card{background:#171145;border-radius:12px;box-shadow:0 4px 20px #17114526;overflow:hidden}.gallery-video-wrap{aspect-ratio:16/9;background:#171145;overflow:hidden;position:relative;width:100%}.gallery-video{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.gallery-video-caption{background:#171145;color:#fff;font-size:.88rem;font-weight:600;margin:0;padding:.7rem;text-align:center}.gallery-lightbox{align-items:center;background:#000000e6;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.lightbox-content{max-width:900px;position:relative;text-align:center;width:100%}.lightbox-content img{border-radius:8px;max-height:80vh;object-fit:contain;width:100%}.lightbox-content p{color:#fff;font-size:1rem;margin-top:.8rem}.lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;line-height:1;position:absolute;right:0;top:-40px}.lightbox-close:hover{color:#ff8c00}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gallery-hero h1{font-size:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-video-grid{grid-template-columns:1fr}}@media (max-width:480px){.gallery-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f0e8;color:#171145;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}h3{color:#171145;font-size:1.5rem;margin-bottom:1rem}.page-section{margin:0 auto;max-width:1200px;padding:2rem}@media (max-width:768px){h2{font-size:1.8rem}h3{font-size:1.2rem}.page-section{padding:1.5rem 1rem}}
/*# sourceMappingURL=main.d18be043.css.map*/