@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Roboto:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap";.toast-viewport{position:fixed;top:0;z-index:100;display:flex;max-height:100vh;width:100%;flex-direction:column-reverse;padding:1rem}@media(min-width:640px){.toast-viewport{bottom:0;right:0;top:auto;flex-direction:column;max-width:420px}}.toast{pointer-events:auto;position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden;border-radius:6px;border:1px solid #e5e7eb;background-color:#fff;color:#1a1a1a;padding:1.5rem 2rem 1.5rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease}.toast.destructive{border-color:#dc2626;background-color:#dc2626;color:#fff}.toast-action{display:inline-flex;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:6px;border:1px solid #e5e7eb;background-color:transparent;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .3s ease;cursor:pointer}.toast-action:hover{background-color:#f3f4f6}.toast-action:focus{outline:none;box-shadow:0 0 0 2px #3b82f6}.toast.destructive .toast-action{border-color:#fff6}.toast.destructive .toast-action:hover{border-color:#dc26264d;background-color:#dc2626}.toast-close{position:absolute;right:.5rem;top:.5rem;border-radius:6px;padding:.25rem;color:#00000080;opacity:0;transition:opacity .3s ease;background:transparent;border:none;cursor:pointer}.toast:hover .toast-close{opacity:1}.toast-close:hover{color:#1a1a1a}.toast.destructive .toast-close,.toast.destructive .toast-close:hover{color:#fca5a5}.toast-close:focus{opacity:1;outline:none;box-shadow:0 0 0 2px #3b82f6}.toast.destructive .toast-close:focus{box-shadow:0 0 0 2px #dc2626}.toast-title{font-size:.875rem;font-weight:600}.toast-description{font-size:.875rem;opacity:.9}.toast-content{display:grid;gap:.25rem}.toast{background-color:#fff;color:#1a1a1a;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a}.toast .description{color:#6b7280}.toast .action-button{background-color:#3b82f6;color:#fff}.toast .cancel-button{background-color:#f3f4f6;color:#6b7280}.tooltip-content{z-index:50;overflow:hidden;border-radius:6px;border:1px solid #e5e7eb;background-color:#fff;padding:.375rem .75rem;font-size:.875rem;color:#1a1a1a;box-shadow:0 4px 6px -1px #0000001a;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tooltip-content[data-state=closed]{animation:fadeOut .2s ease-out}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}:root{--header-bg: rgba(255, 255, 255, .9);--header-border: rgba(211, 47, 47, .2);--header-blur: 12px;--primary-color: #D32F2F;--text-white: #D32F2F;--text-gray: #D32F2F;--transition-speed: .3s;--font-main: "Outfit", sans-serif}.header{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;width:95%;max-width:1440px;font-family:var(--font-main);transition:top .3s ease}.header-container{background:var(--header-bg);backdrop-filter:blur(var(--header-blur));-webkit-backdrop-filter:blur(var(--header-blur));border:1px solid var(--header-border);border-radius:16px;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 32px #0003;transition:all .3s ease}.header.scrolled .header-container{padding:.5rem 2rem;background:#ffffffe6;box-shadow:0 10px 40px #0006;border-color:#d32f2f33}.header.scrolled .nav-link{color:#b71c1c}.header.scrolled .nav-link.active{color:#d32f2f}.header.scrolled .nav-link.quote-btn{color:#fff}.logo-image{height:52px;width:auto;display:block;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--text-white);text-decoration:none;font-size:.9rem;font-weight:800;letter-spacing:.5px;position:relative;transition:color .3s ease;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease;border-radius:2px}.nav-link:hover{color:#d32f2f}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:#d32f2f}.nav-link.quote-btn{background:var(--primary-color);border:1px solid var(--primary-color);padding:.6rem 1.4rem;border-radius:50px;font-weight:600;font-size:.85rem;letter-spacing:1px;color:#fff;transition:all .3s ease}.nav-link.quote-btn:after{display:none}.nav-link.quote-btn:hover{background:transparent;color:var(--primary-color);box-shadow:0 0 15px #d32f2f4d}.mega-menu{position:fixed;left:50%;transform:translate(-50%);top:100px;width:95%;max-width:1200px;max-height:calc(100vh - 130px);overflow-y:auto;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 50px #00000026;z-index:999;animation:slideDown .4s cubic-bezier(.16,1,.3,1);padding:2rem;border:1px solid rgba(255,255,255,.5)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.mega-menu-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.mega-menu-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.5rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;gap:1rem}.mega-menu-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px #d32f2f14;transform:translateY(-4px)}.mega-menu-header{display:flex;align-items:center;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid #f5f5f5}.mega-menu-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#d32f2f1a;border-radius:12px;color:var(--primary-color);transition:all .3s ease}.mega-menu-card:hover .mega-menu-icon{background:var(--primary-color);color:#fff}.mega-menu-title{color:#333;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0}.mega-menu-items{display:flex;flex-direction:column;gap:.6rem}.mega-menu-item{color:#555;text-decoration:none;font-size:.9rem;font-weight:400;display:flex;justify-content:space-between;align-items:center;padding:.5rem .8rem;border-radius:8px;transition:all .2s ease}.mega-menu-item:hover{background:#fff5f5;color:var(--primary-color);padding-left:1.2rem}.mega-menu-item .arrow{opacity:0;transform:translate(-5px);transition:all .2s ease;color:var(--primary-color)}.mega-menu-item:hover .arrow{opacity:1;transform:translate(0)}.mega-menu::-webkit-scrollbar{width:8px}.mega-menu::-webkit-scrollbar-track{background:transparent}.mega-menu::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.mega-menu::-webkit-scrollbar-thumb:hover{background:#0003}.mobile-menu-toggle{display:none;cursor:pointer;color:#d32f2f;z-index:1100;padding:5px;border-radius:8px;transition:background .2s}.mobile-menu-toggle:hover{background:#d32f2f1a}.mobile-menu-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;right:0;width:100%;max-width:380px;height:100vh;background:var(--header-bg);z-index:999;box-shadow:-10px 0 40px #00000080;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.mobile-menu-header .logo-text{color:var(--text-gray);font-size:1.2rem;font-weight:700;letter-spacing:1px;font-family:var(--font-main)}.mobile-menu-links{padding:2rem;display:flex;flex-direction:column;gap:1rem}.mobile-link{color:var(--text-white);text-decoration:none;font-size:1.1rem;font-weight:500;padding:1rem;border-radius:12px;transition:all .2s ease;border:1px solid transparent}.mobile-link:hover,.mobile-link.active{background:#ffffff0d;color:var(--primary-color);border-color:#ffffff1a;transform:translate(5px)}details{width:100%}details summary{cursor:pointer;font-weight:600;color:var(--text-white);background:transparent;padding:1rem;border-radius:12px;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}details summary::-webkit-details-marker{display:none}details summary:after{content:"+";font-size:1.2rem;font-weight:400;transition:transform .3s ease}details[open] summary:after{transform:rotate(45deg)}details summary:hover{background:#ffffff0d;color:var(--primary-color)}details[open] summary{background:#d32f2f1a;color:var(--primary-color);margin-bottom:1rem}.mobile-mega-section{margin:0 0 1rem 1rem;padding-left:1rem;border-left:2px solid rgba(255,255,255,.1)}.mobile-mega-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}.mobile-mega-icon{color:var(--primary-color)}.mobile-mega-title{color:var(--primary-color);font-size:.95rem;font-weight:600;text-transform:uppercase}.mobile-mega-items{display:flex;flex-direction:column;gap:.5rem;margin-left:2rem}.mobile-mega-item{color:var(--primary-color);text-decoration:none;font-size:.9rem;padding:.3rem 0;transition:color .2s ease}.mobile-mega-item:hover{color:var(--primary-color);transform:translate(3px)}.mobile-quote-btn{margin-top:1rem;text-align:center;background:var(--primary-color);color:#fff!important;font-weight:700;border:none;box-shadow:0 4px 15px #d32f2f4d}.mobile-quote-btn:hover{background:#b71c1c;transform:translateY(-2px)}@media(max-width:1024px){.desktop-nav{display:none}.mobile-menu-toggle{display:block}.header-container{padding:.8rem 1.5rem}}@media(max-width:480px){.header{width:100%;top:0}.header-container{border-radius:0;border:none;border-bottom:1px solid rgba(211,47,47,.2);background:#fffffff2}.mobile-menu{max-width:100%}}:root{--clr-primary: #D32F2F;--clr-primary-hover: #B71C1C;--clr-text-dark: #1a1a1a;--clr-text-light: #666666;--clr-border: #e0e0e0;--clr-bg-light: #f8f9fa;--radius: 12px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 8px 24px rgba(0, 0, 0, .12);--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--anim-fast: .2s ease}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{width:100%;max-width:900px;background-image:linear-gradient(#0009,#0009),url(../assets/requestQuote.png);background-size:cover;background-position:center;padding:40px;border-radius:20px;box-shadow:var(--shadow-md);position:relative;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:transparent}.modal-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;border-radius:30px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:var(--anim-fast);z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-close:hover{background:#ffffff1a;transform:translateY(-1px)}.close-text{color:#fff;font-family:var(--font-primary);font-size:14px;font-weight:500}.close-icon{display:flex;align-items:center;justify-content:center}.quote-form{display:flex;flex-direction:column;gap:24px;padding:40px;background:#fffffff2;border-radius:16px;font-family:var(--font-secondary);box-shadow:0 10px 30px #0003;margin-top:20px}.modal-title{width:100%;text-align:center;font-size:28px;font-weight:700;color:var(--clr-primary);font-family:var(--font-primary);letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase;position:relative}.modal-title:after{content:"";display:block;width:60px;height:3px;background:var(--clr-primary);margin:10px auto 0;border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-input,.form-textarea,.dropdown-button{width:100%;padding:14px 16px;border-radius:var(--radius);border:1px solid var(--clr-border);outline:none;font-size:15px;background:var(--clr-bg-light);font-family:var(--font-secondary);color:var(--clr-text-dark);transition:all var(--anim-fast)}.form-input:focus,.form-textarea:focus,.dropdown-button:hover,.dropdown-container.active .dropdown-button{border-color:var(--clr-primary);background:#fff;box-shadow:0 0 0 4px #d32f2f1a}.form-input::placeholder,.form-textarea::placeholder{color:#999;font-weight:400}.form-input-full{grid-column:span 2}.form-textarea{resize:vertical;min-height:120px;line-height:1.5}.dropdown-container{position:relative;width:100%}.dropdown-button{cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left}.dropdown-text{color:var(--clr-text-dark)}.dropdown-button[data-placeholder=true] .dropdown-text{color:#999}.dropdown-arrow{color:#999;font-size:12px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg);color:var(--clr-primary)}.dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius);max-height:220px;overflow-y:auto;z-index:20;box-shadow:var(--shadow-md);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:12px 16px;border:none;background:#fff;text-align:left;font-size:14px;font-family:var(--font-secondary);cursor:pointer;color:var(--clr-text-dark);transition:background-color .15s ease;border-bottom:1px solid #f0f0f0}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#fff5f5;color:var(--clr-primary)}.submit-button{margin-top:10px;background:linear-gradient(135deg,var(--clr-primary),var(--clr-primary-hover));border:none;color:#fff;padding:16px;border-radius:50px;font-size:16px;font-weight:600;letter-spacing:1px;cursor:pointer;font-family:var(--font-primary);width:100%;transition:all .3s ease;box-shadow:0 4px 15px #d32f2f4d;text-transform:uppercase}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f66}.submit-button:active{transform:translateY(0)}@media(max-width:768px){.modal-content{padding:20px;margin:10px;max-height:95vh}.quote-form{padding:25px;gap:20px}.modal-title{font-size:24px}.form-row{gap:15px}}@media(max-width:600px){.form-row{grid-template-columns:1fr}.form-input-full{grid-column:span 1}.modal-close{top:0;right:3px;padding:8px 12px}.close-text{display:none}.submit-button{padding:14px;font-size:15px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--color-primary: #ff0000;--color-primary-dark: #cc0000;--color-light: #ffffff;--color-dark: #000000;--color-muted: #cccccc;--bg-glass-dark: rgba(0, 0, 0, .17);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 30px;--radius-xl: 40px;--shadow-soft: 0 6px 18px rgba(0, 0, 0, .08);--shadow-medium: 0 10px 25px rgba(0, 0, 0, .12);--shadow-strong: 0 15px 40px rgba(0, 0, 0, .25);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .5s ease;--hero-title-size: clamp(1.8rem, 4vw, 3.2rem);--hero-subtitle-size: clamp(.9rem, 1.4vw, 1.2rem);--hero-height-lg: 700px;--hero-height-md: 550px;--hero-height-sm: 420px;--hero-height-xs: 330px}.hero-screen{position:relative;height:var(--hero-height-lg);margin-top:90px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;max-width:1400px;margin-inline:auto;margin-bottom:4rem;border-radius:var(--radius-xl);overflow:hidden;font-family:var(--font-primary);transition:var(--transition-medium)}.hero-screen-overlay-1{position:absolute;inset:0;z-index:1}.hero-screen-content-1{position:relative;z-index:3;margin-top:25%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-lg);width:90%;max-width:700px;background:var(--bg-glass-dark);border:1px solid rgba(255,255,255,.27);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:24px;box-shadow:var(--shadow-strong);opacity:0;transform:translateY(20px);animation:fadeInHero 1.2s ease forwards}@keyframes fadeInHero{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-screen-title-1{font-size:var(--hero-title-size);font-weight:700;color:var(--color-light);margin-bottom:var(--space-sm);letter-spacing:.6px}.hero-screen-subtitle-1{font-size:var(--hero-subtitle-size);font-weight:400;color:#f2f2f2;margin-bottom:var(--space-md);font-family:var(--font-secondary);line-height:1.6}.hero-screen-btn{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:linear-gradient(to right,var(--color-light) 50%,var(--color-primary) 50%);background-size:200% 100%;background-position:right bottom;color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:10;box-shadow:0 4px 15px #ff00004d;transition:background-position .4s ease-in-out,color .4s ease-in-out,transform .2s ease}.hero-screen-btn:before{display:none}.hero-screen-btn:hover{background-position:left bottom;color:var(--color-primary);transform:translate(-50%) translateY(-3px);box-shadow:0 6px 20px #fff6}@media(max-width:1900px){.hero-screen-content-1{margin-top:20%}}@media(max-width:1300px){.hero-screen-content-1{margin-top:20%}}@media(max-width:1024px){.hero-screen{height:var(--hero-height-md)}.hero-screen-content-1{margin-top:20%}}@media(max-width:768px){.hero-screen{height:var(--hero-height-sm);border-radius:30px}.hero-screen-content-1{margin-top:10%;padding:var(--space-md)}.hero-screen-btn{bottom:26px;padding:10px 18px}}@media(max-width:500px){.hero-screen-content-1{display:flex;margin-top:25%;height:30%;width:75%;padding:20px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15)}.hero-screen-title-1{font-size:1rem;margin-bottom:8px}.hero-screen-subtitle-1{font-size:.85rem;line-height:1.5;margin-bottom:15px;display:block}}@media(max-width:480px){.hero-screen{height:auto;min-height:350px;border-radius:20px;align-items:flex-start;padding-top:80px;padding-bottom:90px}.hero-screen-content-1{margin-top:45%;height:20%;width:65%}.hero-screen-btn{font-size:.9rem;padding:10px 24px;gap:8px;bottom:30px;background-size:200% 100%}.hero-screen-btn svg{width:18px;height:18px}.hero-screen-title-1{font-size:1rem;margin-bottom:8px}.hero-screen-subtitle-1{font-size:.65rem;line-height:1.5;margin-bottom:15px;display:block}}@media(max-width:360px){.hero-screen{min-height:400px;padding-bottom:80px}.hero-screen-title-1{font-size:.8rem}.hero-screen-subtitle-1{font-size:.6rem}.hero-screen-btn{font-size:.8rem;padding:8px 20px;bottom:25px}.hero-screen-content-1{margin-top:65%;height:20%;width:65%}}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--text-dark: #1D1D1D;--text-gray: #737373;--bg-light: #edf5fa}.behind-stitch{width:100%;padding:4rem 2rem;display:flex;justify-content:center;overflow:hidden}.behind-stitch-card{background:var(--bg-light);width:100%;max-width:1400px;padding:4rem;border-radius:30px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;position:relative;overflow:hidden}.behind-stitch-content{z-index:2}.behind-stitch-title{font-family:var(--font-primary);font-size:2.6rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.behind-stitch-text{font-family:var(--font-secondary);font-size:1.05rem;line-height:1.75;color:var(--text-gray)}.behind-stitch-image-area{display:flex;justify-content:center;align-items:center}.behind-stitch-image-wrapper{position:relative;width:95%;max-width:550px}.behind-stitch-image-wrapper:before,.behind-stitch-image-wrapper:after{content:"";position:absolute;inset:0;border-radius:25px;z-index:-1}.behind-stitch-image-wrapper:before{transform:translate(18px,18px);opacity:.85}.behind-stitch-image-wrapper:after{transform:translate(9px,9px);opacity:.9}.behind-stitch-image{width:100%;display:block;border-radius:25px}@media(max-width:980px){.behind-stitch-card{grid-template-columns:1fr;text-align:left}.behind-stitch-image-wrapper:before,.behind-stitch-image-wrapper:after{display:none}.behind-stitch-image{transform:rotate(0)}}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--color-primary: #ff0000;--color-dark: #000;--color-light: #fff;--color-overlay-bg: #F0EEEE}body{font-family:var(--font-primary);margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.industry{padding:4rem 1.5rem;background:var(--color-light);font-family:var(--font-primary)}.industry-container{max-width:1400px;margin:auto}.industry-title{text-align:center;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:var(--color-primary);margin-bottom:3.5rem;font-family:var(--font-primary)}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1.5rem}.industry-card{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;height:100%;transition:transform .3s ease,box-shadow .3s ease}.industry-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.industry-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.industry-card:hover .industry-image{transform:scale(1.05)}.industry-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.2rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;z-index:2}.industry-card-title{color:#fff;font-size:clamp(1rem,2vw,1.2rem);font-weight:600;font-family:var(--font-secondary)}.corporate-overlay{position:absolute;bottom:0;left:0;right:0;background:var(--color-overlay-bg);padding:2rem;display:flex;flex-direction:column;gap:1rem;font-family:var(--font-primary);z-index:2}.corporate-overlay-title{font-size:clamp(1.3rem,2.5vw,1.6rem);font-weight:700;color:var(--color-primary)}.corporate-overlay-text{color:var(--color-dark);font-size:clamp(.8rem,1.5vw,.84rem);line-height:1.6;font-family:var(--font-secondary)}.corporate-overlay-btn{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin:2rem auto 0;padding:.8rem 2rem;font-family:var(--font-primary);font-weight:600;font-size:clamp(.9rem,1.5vw,1rem);background:var(--color-primary);color:var(--color-light);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.corporate-overlay-btn:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-light);border-radius:999px;z-index:-1;transition:width .6s ease}.corporate-overlay-btn:hover{color:var(--color-dark);transform:translateY(-2px)}.corporate-overlay-btn:hover:before{width:90%}.grid-item-1{grid-column:1 / 2;grid-row:2 / 3}.grid-item-2{grid-column:2 / 3;grid-row:1 / 2}.grid-item-3{grid-column:1 / 2;grid-row:3 / 4}.grid-item-4{grid-column:2 / 4;grid-row:2 / 4}.grid-item-5{grid-column:4 / 5;grid-row:2 / 3}.grid-item-6{grid-column:3 / 4;grid-row:1 / 2}.grid-item-7{grid-column:4 / 5;grid-row:3 / 4}@media(max-width:1024px){.industry{padding:3.5rem 1.5rem}.industry-title{margin-bottom:3rem}.industry-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:280px;gap:1.2rem}.industry-card{grid-column:auto!important;grid-row:auto!important}.corporate-overlay{padding:1.5rem;gap:.8rem}.corporate-overlay-btn{margin:1.5rem auto 0;padding:.7rem 1.8rem}}@media(max-width:768px){.industry{padding:3rem 1.2rem}.industry-title{margin-bottom:2.5rem}.industry-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:240px;gap:1rem}.corporate-overlay{padding:1.2rem}.corporate-overlay-btn{padding:.65rem 1.5rem;gap:6px}.industry-overlay{padding:1rem 1.2rem}}@media(max-width:600px){.industry{padding:2.5rem 1rem}.industry-title{margin-bottom:2rem}.industry-grid{grid-template-columns:1fr;grid-auto-rows:280px;gap:1rem}.industry-card{height:280px}.corporate-overlay{padding:1.5rem}.corporate-overlay-btn{margin:1rem auto 0}}@media(max-width:480px){.industry{padding:2rem .8rem}.industry-title{margin-bottom:1.5rem}.industry-grid{grid-auto-rows:260px;gap:.8rem}.industry-card{height:260px;border-radius:14px}.corporate-overlay{padding:1.2rem;gap:.6rem}.corporate-overlay-btn{padding:.6rem 1.3rem;margin:.8rem auto 0}.industry-overlay{padding:.8rem 1rem}}@media(max-width:360px){.industry{padding:1.5rem .6rem}.industry-grid{grid-auto-rows:240px;gap:.6rem}.industry-card{height:240px;border-radius:12px}.corporate-overlay{padding:1rem}.corporate-overlay-btn{padding:.55rem 1.2rem;font-size:.85rem}}.footer{background-color:#000;color:#fff;padding:3.5rem 1.5rem 2.5rem;width:100%}.footer-logo h4{font-weight:600;letter-spacing:1px}.footer-container{max-width:1300px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;padding-bottom:2.8rem}.footer-section{display:flex;flex-direction:column;gap:.6rem}.footer-title{font-size:1.4rem;font-weight:700;margin-bottom:.8rem;color:#fff}.footer-text{color:#ccc;line-height:1.7;font-size:1rem}.footer-email{display:flex;align-items:center;gap:.6rem;color:#ccc;font-size:1rem;margin-top:.5rem}.email-icon{display:flex;align-items:center;justify-content:center;color:red}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.65rem}.footer-links a{color:#bbb;text-decoration:none;font-size:.95rem;transition:.3s ease}.footer-links a:hover{color:#ff3a3a}.right-social{margin-top:1rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.8rem;flex-wrap:nowrap!important;white-space:nowrap}.footer-social a:hover{transform:translateY(-4px);transition:.3s ease}.footer-bottom{max-width:1200px;margin:auto;padding-top:1.8rem;border-top:1px solid #222;text-align:center;color:#777;font-size:.95rem}@media(max-width:960px){.footer-container{grid-template-columns:1fr 1fr;gap:3rem;text-align:center}.footer-section{align-items:center}.right-social{justify-content:center}}@media(max-width:600px){.footer-container{grid-template-columns:1fr;text-align:center}.footer{padding:2.5rem 1rem}.footer-title{font-size:1.2rem}.right-social{justify-content:center}}.floating-buttons{position:fixed;left:2rem;bottom:2rem;display:flex;flex-direction:column;gap:1rem;z-index:999}.float-btn{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0003;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;outline:none}.float-btn:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000004d}.float-btn.whatsapp{background-color:#25d366;color:#fff}.float-btn.phone{background-color:#d32f2f;color:#fff}@media(max-width:768px){.floating-buttons{left:1rem;bottom:1rem}.float-btn{width:50px;height:50px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:0 2rem}@media(max-width:768px){.main-content{padding:0 1rem}}:root{--card-bg: #33363f;--text-main: #ffffff;--accent-color: #ff9800;--bg-light: #eef2f6}.testimonial-section{padding:100px 20px;border-radius:20px;display:flex;justify-content:center;font-family:Inter,sans-serif}.testimonial__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;max-width:1200px;width:100%}.testimonial__card-wrapper{position:relative;padding-top:50px;height:100%;display:flex;flex-direction:column}.testimonial__bg-text{position:absolute;top:60px;left:50%;transform:translate(-50%);font-size:80px;font-weight:900;color:#0000000a;z-index:0;letter-spacing:5px;pointer-events:none}.testimonial__bg-quote{position:absolute;top:20px;left:10px;font-size:100px;color:#ccc;font-family:serif;opacity:.5}.testimonial__card{position:relative;background:var(--card-bg);border-radius:30px;padding:60px 30px 40px;text-align:center;box-shadow:0 20px 40px #0000001a;z-index:1;flex:1;display:flex;flex-direction:column;min-height:280px}.testimonial__avatar-container{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:100px;height:100px;border-radius:50%;border:5px solid #fff;overflow:hidden;background:#fff}.testimonial__avatar{width:100%;height:100%;object-fit:cover}.testimonial__content{display:flex;flex-direction:column;flex:1;justify-content:space-between}.testimonial__message{color:var(--text-main);font-size:15px;line-height:1.6;margin-bottom:25px;position:relative;flex:1;display:flex;align-items:center;text-align:center}.quote-icon{color:var(--accent-color);font-size:20px;font-weight:700;padding:0 5px}.testimonial__name{color:var(--text-main);text-transform:uppercase;font-weight:800;letter-spacing:1px;margin:0;font-size:18px}.testimonial__role{color:#fff9;font-size:12px;text-transform:uppercase;display:block;margin-top:4px}.testimonial__rating{margin-top:15px;color:var(--accent-color);font-size:18px}.star{margin:0 2px;opacity:.3}.star.active{opacity:1}.testimonial__tail{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:0;height:0;border-left:25px solid transparent;border-right:25px solid transparent;border-top:25px solid var(--card-bg)}@media(max-width:768px){.testimonial__grid{grid-template-columns:1fr;gap:30px}.testimonial__card{padding:50px 20px 30px;min-height:260px}.testimonial__message{font-size:14px}}@media(max-width:480px){.testimonial-section{padding:60px 15px}.testimonial__card{padding:45px 15px 25px;min-height:240px}.testimonial__bg-quote{font-size:60px}}.printing-cta-section{position:relative;height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}.print-cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fc280362}.cta-content{position:relative;z-index:1;text-align:center;color:#fff}.cta-text{font-size:1rem;font-family:var(--font-secondary);line-height:1.6;margin-bottom:2rem}.cta-button{background-color:#fff;color:red;padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.Quate-overlay-btn{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin:2rem auto 0;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.Quate-overlay-btn:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.Quate-overlay-btn:hover{color:var(--color-dark);transform:translateY(-2px)}.Quate-overlay-btn:hover:before{width:100%}@media(max-width:768px){.printing-cta-section{height:350px}.cta-title{font-size:2.2rem}.cta-text{font-size:.95rem;padding:0 1.5rem}}@media(max-width:480px){.printing-cta-section{height:300px}.cta-title{font-size:1.8rem}.cta-text{font-size:.9rem;margin-bottom:1.5rem}.Quate-overlay-btn{padding:.8rem 1.5rem;font-size:.9rem;margin-top:1rem}}.brand-slider{width:100%;overflow:hidden;background-color:#eef2f6;padding:20px 0}.brand-slider__track{display:flex;width:max-content;animation:scroll linear infinite}.brand-slider__logo{flex:0 0 auto;width:160px;height:80px;margin:0 25px;display:flex;align-items:center;justify-content:center}.brand-slider__logo img{max-width:100%;max-height:100%;object-fit:contain;transition:all .3s ease}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--color-primary: #ff0000;--color-primary-dark: #cc0000;--color-dark: #000000;--color-light: #ffffff;--bg-main: #f5f5f5;--bg-grey: #F0F0F0;--shadow-lg: 0 15px 40px rgba(0, 0, 0, .25);--shadow-md: 0 8px 20px rgba(0, 0, 0, .2);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 30px;--space-xs: 6px;--space-sm: 10px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px}.uniforms-page{min-height:100vh;background-color:var(--bg-main)}.uniforms-main{padding-top:80px}.uniforms-hero-2{position:relative;height:800px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay-2{position:absolute;inset:0;z-index:2}.uniform-content-2{position:relative;z-index:3;margin-top:30%;padding:var(--space-lg);max-width:700px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#0006;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}@media(max-width:500px){.uniform-content-2{margin-top:100%;width:92%;padding:var(--space-md)}}@media(max-width:400px){.uniform-content-2{margin-top:100%;padding:var(--space-sm)}}.hero-title-2{font-family:var(--font-primary);font-size:2.9rem;font-weight:700;color:var(--color-light)}.hero-subtitle-2{font-family:var(--font-secondary);font-size:1.05rem;line-height:1.6;color:#fafafa;margin-bottom:var(--space-md)}.hero-button-2{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(to right,var(--color-light) 50%,var(--color-primary) 50%);background-size:200% 100%;background-position:right bottom;color:var(--color-light);padding:12px 24px;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-position .4s ease-in-out,color .4s ease-in-out,transform .25s ease;box-shadow:0 4px 15px #ff00004d}.hero-button-2:before{display:none}.hero-button-2:hover{background-position:left bottom;color:var(--color-primary);transform:translateY(-3px);box-shadow:0 6px 20px #fff6}.hero-button-2 svg{stroke:currentColor}.section-intro{padding:4rem 2rem 2rem;background-color:var(--bg-grey);text-align:center}.section-title{font-size:2.5rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary)}.section-subtitle{font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.6;color:#333}.categories-section{padding:2rem 2rem 4rem;background:var(--bg-grey)}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.category-card{position:relative;height:260px;overflow:hidden;border-radius:var(--radius-xl);background-color:#4a5a70;cursor:pointer;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.category-card.large{grid-column:span 4;height:190px}.category-image{width:100%;height:100%;object-fit:cover}.category-label{position:absolute;bottom:0;inset-inline:0;padding:1rem;text-align:center;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;font-weight:600}@media(max-width:991px){.categories-grid{grid-template-columns:repeat(3,1fr)}.category-card.large{grid-column:span 3;height:280px}}@media(max-width:768px){.hero-title-2{font-size:2.2rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.category-card{height:200px}.category-card.large{grid-column:span 2;height:240px}}@media(max-width:500px){.uniform-content-2{margin-top:100%;width:92%;padding:var(--space-md)}.hero-title-2{font-size:1.8rem}.hero-subtitle-2{font-size:.95rem}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(1,1fr)}.category-card,.category-card.large{height:230px}.category-card.large{grid-column:span 1}}@media(max-width:400px){.hero-content-2{margin-top:10%;padding:var(--space-sm)}.hero-title-2{font-size:1.5rem}}.cta-section{position:relative;padding:6rem 2rem;text-align:center;background-image:url(../assets/cta-handshake.jpg);background-size:cover;background-position:center}.cta-overlay{position:absolute;inset:0;background:#dc503cd9;z-index:1}.cta-content{position:relative;z-index:2;color:var(--color-light);max-width:700px;margin:auto;display:flex;flex-direction:column;gap:var(--space-md)}.cta-title{font-size:2.5rem;font-weight:700}.cta-text{font-size:1.1rem;line-height:1.6}.cta-button-2{background-color:#fff;color:red;border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease;font-weight:500;font-size:1rem;position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin:2rem auto 0;padding:1rem 2rem}.cta-button-2:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:red;border-radius:999px;z-index:-1;transition:width .6s ease}.cta-button-2:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);color:var(--color-light)}.cta-button-2:hover:before{width:90%}.contact-page{min-height:100vh;background-color:#fff}.contact-main{padding-top:80px}.contact-top-bar{margin-top:2%;text-align:center}.contact-top-text{font-size:25px;color:#333;margin:0}.contact-phone-link{color:#4caf50;text-decoration:none;font-weight:600}.contact-phone-link:hover{text-decoration:underline}.contact-hero{position:relative;max-width:1300px;margin:50px auto;padding:0 20px}.contact-hero-image{width:100%;height:550px;border-radius:16px;overflow:hidden;position:relative}.contact-hero-image img{width:100%;height:100%;object-fit:cover}.contact-hero-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.contact-hero-content{background-color:#28282899;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);margin-top:25%;padding:15px 70px;border-radius:24px;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000001a}.contact-hero-title{font-size:35px;font-weight:700;color:#fff;margin:0 0 5px}.contact-hero-subtitle{font-size:16px;color:#fff;opacity:.9;margin:0 0 10px;line-height:1.6}.contact-hero-button{background-color:#fff;color:red;border:none;border-radius:50px;padding:15px 35px;font-size:18px;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .2s ease}.contact-hero-button:hover{transform:scale(1.05)}.call-now-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.call-now-icon svg{width:100%;height:100%}.contact-cards-section{max-width:1300px;margin:100px auto;padding:0 20px}.contact-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.contact-card{background-color:#fff;border-radius:20px;padding:40px 20px;text-align:center;box-shadow:0 8px 25px #00000012;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.contact-card-icon{width:48px;height:48px;margin:0 auto 25px}.contact-card-icon svg{width:100%;height:100%}.contact-card-title{font-size:17px;font-weight:600;color:#002152;margin:0 0 8px;text-transform:capitalize}.contact-card-text{font-size:15px;color:#888;margin:0}.contact-form-section{background-color:#f4f4f4;padding:80px 20px}.contact-form-title{font-size:48px;font-weight:700;color:red;margin:0 0 15px;text-align:center}.contact-form-subtitle{font-size:18px;color:#333;margin:0 0 50px;text-align:center}.contact-form{max-width:700px;margin:0 auto 20px;display:flex;flex-direction:column;gap:20px}.contact-input,.contact-textarea{width:100%;padding:16px 20px;border:1px solid #ff0000;border-radius:12px;font-size:16px;font-family:inherit;background-color:#f4f4f4;transition:box-shadow .3s ease;box-sizing:border-box}.contact-input:focus,.contact-textarea:focus{outline:none;box-shadow:0 0 0 3px #f003}.contact-input::placeholder,.contact-textarea::placeholder{color:#aaa}.contact-textarea{resize:vertical;min-height:160px}.contact-submit-btn{background-color:red;color:#fff;border:none;border-radius:12px;padding:18px 40px;font-size:22px;font-weight:600;cursor:pointer;transition:opacity .3s ease;text-transform:capitalize}.contact-submit-btn:hover{opacity:.9}.contact-privacy{font-size:15px;color:#555;margin:20px 0 0;text-align:center}.contact-map-section{background-color:#fff;padding:100px 20px}.contact-map-title{font-size:48px;font-weight:700;color:red;margin:0 0 15px;text-align:center}.contact-map-subtitle{font-size:18px;color:#333;margin:0 0 50px;text-align:center}.contact-map-container{display:grid;grid-template-columns:1fr 1.5fr;max-width:1300px;margin:0 auto;background-color:#e9f5ff;border-radius:24px;padding:40px;gap:40px;box-shadow:0 10px 40px #00000014}.contact-map-sidebar{display:flex;flex-direction:column;justify-content:center}.contact-map-sidebar-title{font-size:32px;font-weight:600;font-style:italic;color:#000;margin:0 0 20px;line-height:1.3}.contact-map-sidebar-text{font-size:16px;color:#555;margin:0 0 35px;line-height:1.7}.contact-map-sidebar-btn{background-color:#fff;color:red;border:none;border-radius:50px;padding:15px 30px;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .2s ease;align-self:flex-start;box-shadow:0 5px 15px #0000001a}.contact-map-sidebar-btn:hover{transform:scale(1.05)}.contact-map{min-height:450px}.contact-map iframe{width:100%;height:100%;border-radius:16px;border:2px solid #ff0000}@media(max-width:1024px){.contact-hero-content{padding:30px 40px}.contact-hero-title{font-size:44px}.contact-cards-grid{grid-template-columns:repeat(2,1fr)}.contact-map-container{grid-template-columns:1fr;padding:30px;gap:30px}.contact-card{width:65%;margin-left:20%;margin-right:20%}}@media(max-width:768px){.contact-main{padding-top:60px}.contact-top-text{font-size:18px}.contact-hero-image{height:450px}.contact-hero-title{font-size:36px}.contact-hero-subtitle{font-size:15px}.contact-cards-section{margin:80px auto}.contact-cards-grid{grid-template-columns:1fr;gap:20px}.contact-form-section,.contact-map-section{padding:60px 20px}.contact-form-title,.contact-map-title{font-size:36px}.contact-map-sidebar-title{font-size:28px}.contact-map{min-height:350px}}@media(max-width:480px){.contact-hero-image{height:400px}.contact-hero-content{padding:20px;width:90%}.contact-hero-title{font-size:28px}.contact-hero-subtitle{font-size:14px}.contact-hero-subtitle br{display:none}.contact-cards-section{margin:60px auto}.contact-form-title,.contact-map-title{font-size:30px}.contact-form-subtitle,.contact-map-subtitle{font-size:16px}.contact-map-container{padding:20px;gap:20px}}@media(max-width:991px){.contact-top-text{font-size:18px;padding:0 1rem;margin-top:5%}.contact-hero{margin:30px auto}.contact-hero-image{height:450px}.contact-hero-content{padding:30px 40px;margin-top:25%;width:80%;max-width:500px}.contact-hero-title{font-size:30px}.contact-hero-subtitle{font-size:15px}.contact-hero-button{padding:12px 30px;font-size:16px}.contact-form-section{padding:60px 30px}.contact-form-title{font-size:40px}.contact-form-subtitle{font-size:16px;max-width:90%;margin-left:auto;margin-right:auto}.contact-card{width:65%;margin-left:20%;margin-right:20%}.contact-input,.contact-textarea{width:75%;margin-left:12%;margin-right:12%;padding:16px 20px;border:1px solid #ff0000;border-radius:12px;font-size:16px;font-family:inherit;background-color:#f4f4f4;transition:box-shadow .3s ease;box-sizing:border-box}.contact-submit-btn{background-color:red;color:#fff;border:none;border-radius:12px;padding:18px 40px;width:75%;margin-left:12%;font-size:22px;font-weight:600;cursor:pointer;transition:opacity .3s ease;text-transform:capitalize}}@media(max-width:767px){.contact-top-bar{margin-top:1rem;background-color:#f7f7f7;padding:.8rem 0}.contact-top-text{font-size:14px;line-height:1.5}.contact-hero{margin:20px auto;padding:0 15px}.contact-hero-image{height:350px}.contact-hero-content{width:90%;padding:20px;margin-top:30%}.contact-hero-title{font-size:24px}.contact-hero-subtitle{font-size:14px}.contact-hero-subtitle br{display:none}.contact-hero-button{padding:10px 25px;font-size:15px}}.contact-form-section{padding:60px 30px}.contact-form-title{font-size:40px}.contact-form-subtitle{font-size:16px;max-width:90%;margin-left:auto;margin-right:auto}:root{--color-primary: #ff0000;--color-secondary: #000000;--color-thirdary: #efefef;--color-fourthary: #ffffff;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--font-bold: 700;--font-regular: 400}body{margin:0;padding:0;font-family:var(--font-secondary);font-weight:var(--font-regular);color:var(--color-secondary);background-color:#fff}.title{font-family:var(--font-primary);font-weight:var(--font-bold);color:var(--color-primary);font-size:2rem}.text{font-family:var(--font-secondary);font-weight:var(--font-regular);color:var(--color-secondary);font-size:1rem}.gallery-page{min-height:100vh;background-color:#f5f5f5}.gallery-main{margin-top:100px}.gallery-hero{text-align:center;padding:3rem 2rem;background-color:var(--color-thirdary);margin:0 auto}.gallery-hero-title{font-size:2.5rem;font-weight:700;font-family:var(--font-primary);width:auto;color:var(--color-primary);margin-bottom:1rem;line-height:1.8}.gallery-hero-content{text-align:center;margin-top:3rem}.gallery-hero-section{background-color:var(--color-thirdary);padding:5px 40px}.gallery-hero-subtitle{font-size:1rem;font-family:var(--font-primary);color:var(--color-secondary);line-height:1.6;margin-bottom:2rem}.gallery-categories{width:100%;margin-top:50px;background-color:var(--color-thirdary);scrollbar-width:none}.gallery-categories::-webkit-scrollbar{display:none}.categories-scroll{display:flex;gap:20px;padding:0 40px}.categories-accordion{display:flex;justify-content:space-between;padding:20px}.accordion-item{position:relative;width:120px;height:350px;border-radius:20px;overflow:hidden;cursor:pointer;transition:width .4s ease-in-out,transform .3s ease}.categories-accordion:hover .accordion-item{width:80px}.categories-accordion .accordion-item:hover{width:300px;transform:scale(1.02)}.accordion-img{width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.accordion-overlay{position:absolute;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(to top,#000000d9,#0000);display:flex;justify-content:flex-start;align-items:flex-end;padding-bottom:15px}.accordion-overlay span{color:#fff;font-size:18px;font-weight:500;writing-mode:vertical-rl;text-orientation:mixed;display:flex;justify-content:flex-end;letter-spacing:1px}.categories-accordion .accordion-item:hover .accordion-overlay span{writing-mode:horizontal-tb;transform:rotate(0);font-size:20px}.category-card-rounded{position:relative;min-width:180px;height:384px;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .4s ease;background:#000}.category-card-rounded:first-child{min-width:240px}.category-card-rounded img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .4s ease}.category-card-rounded:hover{transform:translateY(-8px)}.category-card-rounded:hover img{transform:scale(1.08);filter:brightness(1.15)}.category-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);padding:2rem 1rem 1rem;display:flex;align-items:flex-end;justify-content:flex-start;transition:background .4s ease}.category-card-rounded:hover .category-overlay{background:linear-gradient(to top,rgba(0,0,0,.65),transparent)}.category-name{color:#fff;font-weight:600;font-size:16px;writing-mode:vertical-rl;transform:rotate(180deg);text-transform:capitalize;letter-spacing:.5px}.gallery-actions{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;margin-top:3rem}.actions-left{display:flex;gap:1rem}.corporate-overlay{position:absolute;bottom:0;left:0;right:0;background:#f0eeee;padding:2rem;display:flex;flex-direction:column;gap:1rem;font-family:var(--font-primary)}.corporate-overlay-title{font-size:1.6rem;font-weight:700;color:var(--color-primary)}.corporate-overlay-text{color:var(--color-dark);font-size:.84rem;line-height:1.6;font-family:var(--font-secondary)}.corporate-overlay-btn-1{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;padding:.8rem 2rem;font-family:var(--font-primary);font-weight:600;font-size:1rem;background:var(--color-primary);color:var(--color-thirdary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.corporate-overlay-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-light);border-radius:999px;z-index:-1;transition:width .6s ease}.corporate-overlay-btn-1:hover{transform:translateY(-2px)}.corporate-overlay-btn-1:hover:before{width:90%}.gallery-Quate-overlay-btn-1{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.gallery-Quate-overlay-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.gallery-Quate-overlay-btn-1:hover{color:var(--color-dark);transform:translateY(-2px)}.gallery-Quate-overlay-btn-1:hover:before{width:100%}.btn-quote-outline{background-color:transparent;color:red;border:2px solid #ff0000;padding:.75rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-quote-outline:hover{background-color:red;color:#fff}.actions-right{display:flex;align-items:center;gap:1rem}.filter-text{color:#333;font-family:var(--font-secondary);font-weight:600}.btn-filter{background-color:red;color:#fff;border:none;padding:.75rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.btn-filter:hover{background-color:#c00}.uniform-collection{padding:1rem 2rem;max-width:1400px;margin:0 auto}.collection-title{font-size:2.5rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary);text-align:center;margin-bottom:1rem}.collection-description{text-align:center;color:var(--color-secondary);font-family:var(--font-secondary);line-height:1.8;font-size:1.5rem;width:900px;margin:0 auto 3rem}.uniform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0rem}.uniform-item{border-radius:8px;max-width:360px;max-height:400px;overflow:hidden;aspect-ratio:3/4;cursor:pointer;transition:transform .3s ease}.uniform-item img{width:100%;height:100%;object-fit:contain}.uniform-item:hover{transform:scale(1.05)}.gallery-cta{position:relative;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:4rem}.cta-background{position:absolute;width:100%;height:100%;object-fit:cover}.cta-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ff0000b3,#ff6464b3)}.cta-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:600px;padding:2rem}.cta-text{font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.cta-button{background-color:#fff;color:red;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.arrow-icon{transition:transform .3s ease}.cta-button:hover .arrow-icon{transform:translate(5px)}@media(max-width:1200px){.uniform-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.categories-accordion{gap:10px;padding:20px 10px;overflow-x:auto;justify-content:flex-start}.accordion-item{min-width:100px;height:300px}.collection-description{width:90%;font-size:1.2rem}}@media(max-width:768px){.gallery-hero-title{font-size:1.8rem}.gallery-actions{flex-direction:column;gap:1rem;justify-content:center}.actions-left{width:100%;justify-content:center}.uniform-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-title{font-size:1.8rem}.collection-description{width:100%;font-size:1rem;margin-bottom:2rem}.cta-title{font-size:1.8rem}.categories-accordion{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:20px;gap:15px}.accordion-item{min-width:140px;height:250px}.categories-accordion:hover .accordion-item{width:140px}.categories-accordion .accordion-item:hover{width:140px;transform:scale(1.02)}}@media(max-width:480px){.uniform-grid{grid-template-columns:1fr}.gallery-hero-section{padding:5px 20px}.gallery-hero-title{font-size:1.5rem}.gallery-hero-subtitle{font-size:.9rem}.uniform-collection{padding:1rem}}.printing-page-5{min-height:100vh;background-color:#fff}.printing-main-5{padding-top:80px}.printing-hero-5{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4rem 0}.print-hero-background-5{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.print-hero-background-5 img{width:100%;height:100%;object-fit:cover}.hero-overlay-5{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000c,#0006)}.hero-content-5{z-index:1;width:100%;padding:0 5%;max-width:1400px;margin:0 auto}.print-hero-title-5{font-size:4rem;text-align:left;margin-top:3%;font-family:var(--font-primary);font-weight:var(--font-bold);color:var(--color-fourthary);margin-bottom:1.5rem;line-height:1.2}.print-hero-subtitle-5{font-size:1.1rem;line-height:1.6;font-family:var(--font-secondary);color:var(--color-fourthary);font-weight:500;margin-bottom:2rem;width:50%;max-width:600px}.print-hero-button{background-color:#fff;color:var(--color-primary);font-family:var(--font-primary);padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.hero-button:hover{background-color:red;color:#fff;transform:translateY(-2px)}.button-arrow-5{font-size:1.25rem;transition:transform .3s ease;display:flex;align-items:center}.hero-button:hover .button-arrow-5{transform:translate(5px)}.print-billboard-section-5{background-color:#f5e6d3;padding:3rem 1rem;text-align:center}.print-billboard-title-5{font-size:2.2rem;font-weight:700;font-family:var(--font-primary);margin-bottom:1rem;color:#000}.print-billboard-text-5{font-size:1rem;line-height:1.8;font-family:var(--font-secondary);color:var(--color-secondary);font-weight:500;margin:0 auto;max-width:800px}.service-section-5{text-align:center;padding:4rem 5%;background:#fff}.print-service-title-5{font-size:3rem;font-family:var(--font-primary);color:var(--color-primary);margin-bottom:1rem}.print-service-subtitle-5{font-size:1.1rem;font-family:var(--font-secondary);color:#555;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.service-cards-5{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.service-card-5{position:relative;background:#eaf4fc;border-radius:8px;width:100%;max-width:350px;min-height:220px;padding:3rem 1.5rem 1.5rem;text-align:left;box-shadow:0 4px 10px #0000000d;transition:all .3s ease;margin-top:1rem}.service-card-5:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 20px #00000026}.service-icon{position:absolute;top:-25px;left:20px;width:50px;height:50px;background-color:#002d62;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:22px;transition:transform .3s ease}.service-card-5:hover .service-icon{transform:scale(1.2) rotate(8deg)}.service-card-title-5{color:var(--color-primary);font-size:1.2rem;font-family:var(--font-primary);font-weight:600;margin-bottom:.5rem}.service-card-text-5{color:var(--color-secondary);font-size:.95rem;line-height:1.5}.perfect-printing-section{position:relative;padding:4rem 1rem;color:#fff;text-align:center}.perfect-printing-section .perfect-overlay-5{position:absolute;inset:0;background:#00000073;z-index:0}.perfect-hero-content-5{text-align:center;z-index:1;position:relative;max-width:800px;margin:0 auto}.print-perfect-title-5{font-size:2.5rem;color:var(--color-fourthary);font-family:var(--font-primary);font-weight:600;margin-bottom:1rem}.perfect-subtitle-5{font-size:1.1rem;color:var(--color-fourthary);font-family:var(--font-secondary);line-height:1.6}.perfect-features-section-5{padding:0 5% 4rem}.print-features-grid-5{display:grid;margin-top:-30px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;justify-content:center;max-width:1200px;margin:2rem auto 0}.print-feature-item-5{display:flex;flex-direction:column;align-items:center;background:#ffffff14;border-radius:12px;padding:2rem 1rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,background .3s ease}.print-feature-item-5:hover{transform:translateY(-5px);background:#ffffff26}.feature-icon-5{width:60px;height:60px;margin-bottom:1rem}.feature-icon-5 svg{width:100%;height:100%}.print-feature-label{font-size:.95rem;font-family:var(--font-secondary);text-align:center;font-weight:600;color:var(--color-secondary)}.why-choose-section-5{padding:4rem 5%;background-color:#fff}.why-title-5{font-size:2.5rem;font-weight:700;color:var(--color-primary);font-family:var(--font-primary);margin-bottom:3rem;text-align:center}.why-content-5{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;align-items:center}.why-list-5{display:flex;flex-direction:column;gap:1.5rem}.why-item-5{font-size:1.2rem;font-weight:600;color:#000;line-height:1.4;font-family:var(--font-secondary);display:flex;align-items:center;gap:10px}.why-item-5:before{content:"•";color:var(--color-primary);font-size:1.5rem}.why-image{width:100%;height:350px;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #00000026}.why-image img{width:100%;height:100%;object-fit:cover}.printing-cta-section{position:relative;padding:5rem 1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.print-cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ff8672d9}.cta-content{position:relative;z-index:1;max-width:800px;margin:0 auto;color:#fff}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.1rem;font-family:var(--font-secondary);line-height:1.6;margin-bottom:2rem}.cta-button{background-color:#fff;color:red;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.cta-button:hover{background-color:#000;color:#fff;transform:translateY(-2px)}.Quate-overlay-btn-5{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin-top:2rem;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.Quate-overlay-btn-5:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.Quate-overlay-btn-5:hover{color:var(--color-fourthary);transform:translateY(-2px)}.Quate-overlay-btn-5:hover:before{width:100%}@media(max-width:1200px){.print-hero-title-5{font-size:3.5rem}.why-content-5{gap:2rem}}@media(max-width:992px){.printing-hero-5{min-height:500px;text-align:center}.hero-content-5{display:flex;flex-direction:column;align-items:center}.print-hero-title-5{text-align:center;font-size:3rem}.print-hero-subtitle-5{width:80%;text-align:center}.why-content-5{grid-template-columns:1fr;text-align:center}.why-list-5{align-items:center}.why-image{max-width:600px;margin:0 auto;height:300px}}@media(max-width:768px){.print-hero-title-5{font-size:2.5rem}.print-hero-subtitle-5{width:100%;font-size:1rem}.print-billboard-title-5{font-size:1.8rem}.print-service-title-5{font-size:2.2rem}.service-cards-5{flex-direction:column;align-items:center}.service-card-5{max-width:100%}.print-perfect-title-5{font-size:2rem}.print-features-grid-5{grid-template-columns:repeat(2,1fr)}.why-title-5,.cta-title{font-size:2rem}}@media(max-width:576px){.print-hero-title-5{font-size:2rem}.print-billboard-title-5{font-size:1.5rem}.print-service-title-5{font-size:1.8rem}.print-features-grid-5{grid-template-columns:1fr;margin-left:auto;margin-right:auto;animation:scrollLeft 10s linear infinite}.why-item-5{font-size:1rem;justify-content:center}.cta-title{font-size:1.8rem}.cta-button{width:100%;justify-content:center}.Quate-overlay-btn-5{width:100%}}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--color-primary: #ff0000;--color-dark: #333;--color-light: #fff;--color-background-section: #f0f4f8;--border-radius-card: 16px;--shadow-card: 0 4px 15px rgba(0, 0, 0, .05);--shadow-card-hover: 0 12px 30px rgba(0, 0, 0, .1);--transition-main: all .3s ease;--transition-fast: .2s ease;--transition-medium: .3s ease;--transition-slow: .5s ease}.embroidery-page{min-height:100vh;background-color:#fff}.embroidery-main{padding-top:80px}.embroidery-hero{position:relative;height:700px;width:100%;background-color:#fff;overflow:hidden;box-sizing:border-box}.hero-bg-circle-left,.hero-bg-circle-right{position:absolute;z-index:1;pointer-events:none}.hero-bg-circle-left{top:20px;left:-12%;width:300px}.hero-bg-circle-right{bottom:100px;right:-15%;width:500px}.hero-left{position:absolute;top:100px;left:16%;width:45%;max-width:500px;z-index:10}.hero-left h1{font-family:var(--font-primary);font-size:3.5rem;font-weight:700;line-height:1.2;color:red;margin-bottom:1.5rem}.hero-left p{font-family:var(--font-secondary);font-size:1.1rem;line-height:1.7;color:var(--color-dark);margin-bottom:2rem;max-width:400px}.hero-btn-1{display:flex;align-items:center;gap:10px;background-color:red;color:var(--color-light);padding:1rem 1.8rem;border-radius:30px;border:none;font-size:.9rem;font-weight:500;cursor:pointer;position:relative;overflow:hidden;z-index:3;transition:background-color .3s ease}.hero-btn-1:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--color-light, white);z-index:-1;border-radius:inherit;transition:width .5s ease}.hero-btn-1:hover{background-color:#c00;color:var(--color-dark)}.hero-btn-1:hover:before{width:100%}.sewing-machine{position:absolute;bottom:80px;left:-4%;width:200px;z-index:11}.hero-composition-img{position:absolute;right:2%;top:40%;transform:translateY(-55%);width:40%;height:85%;z-index:5}.search-wrapper{position:relative;z-index:20;margin-top:-190px;display:flex;justify-content:center;padding:2.5rem 1rem}.search-container{display:flex;gap:1rem;max-width:900px;width:100%;align-items:center}.search-box{flex:1;display:flex;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background-color:#fff}.search-input{flex:1;padding:1rem 2.2rem;border:none;outline:none;font-size:1rem;color:#888;background:transparent}.search-button{background-color:red;color:#fff;padding:1rem 2.2rem;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.search-button:hover{background-color:#c00}.categories-button{padding:1rem 5.5rem;border:2px solid #ff0000;background-color:#fff;color:red;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;white-space:nowrap}.categories-button:hover{background-color:#fff5f5}.portfolio-section{padding:5rem 5%;background-color:var(--color-background-section);text-align:center}.portfolio-title{font-size:2.8rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.portfolio-subtitle{font-size:1.2rem;line-height:1.8;color:var(--color-dark);font-weight:600;max-width:800px;margin:0 auto 1rem}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1200px;margin-left:150px}.portfolio-card{text-align:left}.portfolio-image{width:100%;border-radius:16px;overflow:hidden;background:transparent;transition:transform .3s ease,box-shadow .3s ease;margin-top:.5rem}.portfolio-image img{width:80%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.portfolio-card:hover .portfolio-image{transform:translateY(-6px)}.portfolio-card:hover .portfolio-image img{transform:scale(1.06)}.portfolio-card-title{margin-top:.1rem;position:relative;margin-left:22px;font-size:1.1rem;font-weight:600;color:var(--color-dark);line-height:1.4}@media(max-width:1024px){.portfolio-grid{grid-template-columns:repeat(2,1fr);max-width:90%}.hero-left p{font-size:1rem;margin-left:17%}}@media(max-width:768px){.portfolio-section{padding:4rem 5%}.portfolio-title{font-size:2rem}.portfolio-subtitle{font-size:1rem;margin-bottom:3rem}.portfolio-grid{grid-template-columns:1fr;max-width:350px;gap:2.5rem}.portfolio-card{text-align:center}}.embroidery-cta-section{position:relative;height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.cta-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.cta-background img{width:100%;height:100%;object-fit:cover}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#df3d3dbf}.cta-content{position:relative;z-index:1;text-align:center}.cta-title{font-family:var(--font-primary);font-size:3.2rem;font-weight:700;margin-bottom:1rem}.cta-text{font-family:var(--font-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;opacity:.9}.cta-button-1{background-color:#fff;color:red;padding:1rem 2.5rem;margin-left:25%;width:45%;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #0000001a}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}@media(max-width:1024px){.embroidery-hero{height:650px;padding:0 5%}.hero-left{left:8%;top:80px}.hero-left h1{font-size:3rem}.hero-left p{font-size:1rem}.hero-composition-img{width:450px;right:5%}.sewing-machine{left:8%;bottom:50px;width:180px}.search-wrapper{margin-top:-120px;padding:2rem 5%}.search-container{max-width:800px}.search-input,.search-button,.categories-button{padding-top:.9rem;padding-bottom:.9rem;font-size:.9rem}.portfolio-section{padding:4rem 5%}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:90%;margin:0 auto}.cta-title{font-size:2.8rem}.cta-text{font-size:1rem}}@media(max-width:991px){.embroidery-main{padding-top:70px}.hero-left p{font-size:1rem;margin-left:25%;margin-right:25%}.embroidery-hero{height:auto;flex-direction:column;padding:4rem 8% 2rem;text-align:center}.hero-bg-circle-left,.hero-bg-circle-right,.hero-composition-img,.sewing-machine{display:none}.hero-left{position:static;width:100%;max-width:100%;align-items:center;text-align:center;margin-bottom:2rem}.hero-left h1{font-size:2.5rem}.hero-left p br{display:none}.search-wrapper{margin-top:0;padding:2rem 1.5rem 3rem;background-color:#fff}.search-container{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.search-box,.categories-button{width:100%}.categories-button{padding:1rem 1.5rem}.portfolio-section{padding:3rem 5%}.portfolio-title{font-size:2rem}.portfolio-subtitle{font-size:1rem}.portfolio-grid{grid-template-columns:1fr;max-width:350px;gap:2.5rem}.portfolio-card{text-align:center}.portfolio-image img{margin:0 auto}.portfolio-card-title{margin-left:0}.embroidery-cta-section{height:auto;padding:4rem 5%}.cta-title{font-size:2.2rem}.cta-text br{display:none}.cta-button{font-size:1rem;padding:.9rem 2rem}}@media(max-width:768px){.embroidery-main{padding-top:70px}.embroidery-hero{height:auto;flex-direction:column;padding:4rem 8% 2rem;text-align:center}.hero-bg-circle-left,.hero-bg-circle-right,.hero-composition-img,.sewing-machine{display:none}.hero-left{position:static;width:100%;max-width:100%;align-items:center;text-align:center;margin-bottom:2rem}.hero-left h1{font-size:2.5rem}.hero-left p br{display:none}.search-wrapper{margin-top:0;padding:2rem 25% 3rem 8%;background-color:#fff;margin-left:15%}.categories-button{padding:1rem 8rem}.search-container{flex-direction:column;gap:1rem}.search-box,.categories-button{width:100%}.portfolio-section{padding:3rem 5%}.portfolio-title{font-size:2rem}.portfolio-subtitle{font-size:1rem}.portfolio-grid{grid-template-columns:1fr;max-width:350px;gap:2.5rem}.portfolio-card{text-align:center}.portfolio-image img{margin:0 auto}.portfolio-card-title{margin-left:0}.embroidery-cta-section{height:auto;padding:4rem 5%}.cta-title{font-size:2.2rem}.cta-text br{display:none}.cta-button{font-size:1rem;padding:.9rem 2rem}}.notfound-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6}.notfound-content{text-align:center}.notfound-title{margin-bottom:1rem;font-size:2.25rem;font-weight:700;color:#1a1a1a}.notfound-message{margin-bottom:1rem;font-size:1.25rem;color:#4b5563}.notfound-link{color:#3b82f6;text-decoration:underline;transition:color .3s ease}.notfound-link:hover{color:#1d4ed8}:root{--color-primary: #ff0000;--color-secondary: #000000;--color-thirdary: #efefef;--color-fourthary: #ffffff;--color-fifthary: #454545;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--font-bold: 700;--font-regular: 400}.colleges-page{min-height:100vh;background-color:#fff}.breadcrumb-container{padding-top:100px;background-color:#f8f9fa;padding-bottom:1rem}.breadcrumb{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.breadcrumb .separator{color:#999}.breadcrumb .current{color:#333;font-weight:600}.colleges-hero{background:linear-gradient(#1616162c,#d6cece66),url(/assets/clgimg-1-CDuXWYiU.png) center/cover;padding:20rem 0rem 1rem;text-align:center;color:#fff}.colleges-hero-content{max-width:900px;max-height:400px;margin:0 auto}.colleges-hero-title{font-size:4rem;font-family:var(--font-primary);color:var(--color-fifthary);margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(17,17,17,.3)}.colleges-hero-subtitle{font-size:1.125rem;color:var(--color-fifthary);line-height:1.8;margin-bottom:2.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.colleges-btn-1-overlay-btn-1{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin:2rem auto 0;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.colleges-btn-1-overlay-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.colleges-btn-1-overlay-btn-1:hover{color:var(--color-dark);transform:translateY(-2px)}.colleges-btn-1-overlay-btn-1:hover:before{width:100%}.colleges-performance{padding:5rem 2rem;background-color:#f8f9fa;text-align:center}.colleges-performance-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:1rem}.colleges-performance-subtitle{font-size:1rem;color:#666;line-height:1.6;margin-bottom:4rem}.colleges-features{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;max-width:1400px;margin:0 auto}.colleges-feature{display:flex;flex-direction:column;align-items:center;gap:1rem}.colleges-feature-icon{width:80px;height:80px;background-color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a;color:#1a1a4d}.colleges-feature-icon svg{width:40px;height:40px}.colleges-feature-title{font-size:.875rem;font-weight:600;color:#000;text-align:center;line-height:1.4}.colleges-collection{padding:5rem 2rem;background-color:#fff;text-align:center}.colleges-collection-title{font-size:2.5rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary);margin-bottom:1rem;line-height:1.4}.colleges-collection-title{color:red}.colleges-collection-subtitle{font-size:1.3rem;font-family:var(--font-secondary);font-weight:var(--font-regular);line-height:1.6;margin-bottom:4rem}.colleges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;max-width:1200px;margin:0 auto}.colleges-card{text-decoration:none;display:block;border-radius:20px;overflow:hidden;transition:transform .3s ease;box-shadow:0 4px 15px #0000001a}.colleges-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.colleges-card-image{width:700px;height:350px;background-size:cover;background-position:co}.colleges-card-schools{background-image:url(/assets/schlimg-RaaGixGg.png)}.colleges-card-training{background-image:url(/assets/trainingimg-Cye9mEPN.png)}.colleges-card-title{font-size:1.5rem;font-weight:700;color:red;padding:2rem;text-align:center}.colleges-cta{position:relative;padding:6rem 2rem;background:linear-gradient(#8b4545d9,#8b4545d9),url(https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1600&q=80) center/cover;text-align:center;color:#fff}.colleges-cta-overlay{position:absolute;inset:0;background:linear-gradient(#8b4545b3,#8b4545b3)}.colleges-cta-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.colleges-cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.colleges-cta-text{font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem}.colleges-cta-btn{background-color:#fff;color:#8b4545;border:none;padding:1rem 3rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.colleges-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.colleges-cta-btn .arrow{font-size:1.2rem;transition:transform .3s ease}.colleges-cta-btn:hover .arrow{transform:translate(5px)}@media(max-width:1200px){.colleges-hero{padding:15rem 0 1rem}.colleges-card-image{width:100%}}@media(max-width:1024px){.colleges-hero{padding:12rem 0 1rem}.colleges-features{grid-template-columns:repeat(3,1fr)}.colleges-showcase{flex-direction:column}.colleges-showcase-left,.colleges-showcase-center,.colleges-showcase-right{width:280px;height:280px}.colleges-grid{gap:2rem}}@media(max-width:768px){.breadcrumb-container{padding-top:80px}.colleges-hero{padding:10rem 1rem 1rem}.colleges-hero-title{font-size:2.5rem}.colleges-hero-subtitle{font-size:1rem}.colleges-showcase{flex-direction:column}.colleges-showcase-left,.colleges-showcase-center,.colleges-showcase-right{width:250px;height:250px}.colleges-features{grid-template-columns:repeat(2,1fr)}.colleges-grid{grid-template-columns:1fr}.colleges-card-image{height:250px}.colleges-perfection-title,.colleges-performance-title,.colleges-collection-title{font-size:1.75rem}.colleges-collection-subtitle{font-size:1rem;margin-bottom:2rem}.colleges-cta-title{font-size:2rem}}@media(max-width:480px){.colleges-hero-title{font-size:2rem}.colleges-btn-1{width:100%;justify-content:center;padding:1rem}.colleges-features{grid-template-columns:1fr}.colleges-card-image{height:200px}.colleges-card-title{font-size:1.25rem;padding:1.5rem}}.colleges-perfection{padding:5rem 2rem;background-color:#edf2ff;text-align:center}.colleges-perfection-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:1rem;max-width:900px;margin-left:auto;margin-right:auto}.colleges-perfection-subtitle{font-size:1rem;color:#000;line-height:1.6;margin-bottom:4rem;max-width:650px;margin-left:auto;margin-right:auto}.colleges-showcase{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;flex-wrap:wrap}.colleges-showcase-item{flex:1;display:flex;justify-content:center;min-width:250px}.colleges-showcase-image{border-radius:50%;background-size:cover;background-position:center;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.colleges-showcase-image:hover{transform:scale(1.05)}.colleges-showcase-left{width:280px;height:280px}.colleges-showcase-center{width:360px;height:360px}.colleges-showcase-right{width:280px;height:280px}.colleges-elegant{padding:4rem 2rem;text-align:center}.colleges-elegant-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.4;max-width:1000px;margin-left:auto;margin-right:auto}.colleges-elegant-text{font-size:1rem;color:#000;line-height:1.8;max-width:850px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.colleges-showcase-center{width:300px;height:300px}.colleges-showcase-left,.colleges-showcase-right{width:240px;height:240px}}@media(max-width:768px){.colleges-perfection{padding:3rem 1.5rem}.colleges-perfection-title{font-size:2rem}.colleges-showcase{flex-direction:column;gap:1.5rem}.colleges-showcase-item{width:100%;flex:none}.colleges-showcase-center{width:280px;height:280px;order:-1}.colleges-showcase-left,.colleges-showcase-right{width:240px;height:240px}.colleges-elegant{padding:3rem 1.5rem}.colleges-elegant-title{font-size:1.6rem}}@media(max-width:480px){.colleges-perfection-title{font-size:1.8rem}.colleges-showcase-center{width:240px;height:240px}.colleges-showcase-left,.colleges-showcase-right{width:200px;height:200px}.colleges-elegant-title{font-size:1.4rem}}.perfect-features-section-5{padding:4rem 1rem;background-color:#f9f9f9;overflow:hidden}.factor{text-align:center}.factories-engineered-title{font-size:2.5rem;color:red;margin-bottom:1rem;font-weight:700}.factories-engineered-subtitle{font-size:1.1rem;color:#000}.print-features-grid-5{display:flex!important;gap:60px;width:max-content;animation:scrollLeft 10s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.print-features-grid-5:hover{animation-play-state:paused}.print-feature-item-5{min-width:260px;flex-shrink:0}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--color-primary: #ff0000;--color-dark: #111;--color-light: #fff;--color-gray: #555;--color-gray-light: #888;--color-bg-light: #F4F4F4;--color-bg-blue: #EDF2FF;--radius-sm: 10px;--radius-md: 20px;--radius-lg: 40px;--radius-xl: 180px;--transition-fast: .25s ease;--transition-medium: .5s ease;--fs-h1: clamp(1.8rem, 4vw, 2.8rem);--fs-h2: clamp(1.5rem, 3vw, 2.3rem);--fs-h3: clamp(1.2rem, 2.2vw, 1.4rem);--fs-base: clamp(.9rem, 1.8vw, 1.05rem);--fs-small: clamp(.8rem, 1.6vw, .95rem)}body{margin:0;font-family:var(--font-primary);color:var(--color-dark);background:#fff;line-height:1.5}.schools-page{padding-top:100px}.school-container{margin:0 4rem 4rem}.schools-breadcrumb{padding-bottom:1.5rem;font-size:var(--fs-small);color:var(--color-gray)}.schools-breadcrumb a{color:var(--color-gray);text-decoration:none}.schools-breadcrumb a:hover{text-decoration:underline}.schools-breadcrumb span{margin:0 .5rem;color:var(--color-gray-light)}.schools-breadcrumb .active{color:var(--color-dark);font-weight:600}.schools-hero{position:relative;height:75vh;min-height:500px;max-height:650px;border-top-right-radius:var(--radius-xl);background-size:cover;background-position:center 30%;overflow:hidden;display:flex;align-items:center;padding:0 5%;color:#fff}.schools-hero-content{background-color:#5d5a5a40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem 2rem;border-radius:25px;max-width:580px}.schools-hero-content h1{font-size:var(--fs-h1);font-weight:700;margin-left:33%;margin-bottom:.5rem}.schools-hero-content p{font-size:var(--fs-base);margin-bottom:2rem}.school-btn-1{position:absolute;bottom:15%;left:25%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:var(--transition-medium)}.school-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:var(--color-light);z-index:-1;border-radius:var(--radius-lg);transition:width .5s ease}.school-btn-1:hover:before{width:90%}.school-btn-1:hover{color:var(--color-dark)}.schools-combined-section{background-color:var(--color-bg-light);padding:4rem;box-shadow:0 8px 30px #00000014;text-align:center}.accuracy-text-content h2,.tailored-text-content h2{font-size:var(--fs-h2);font-weight:700;max-width:950px;margin:0 auto 1.5rem}.accuracy-text-content h2{color:var(--color-primary)}.tailored-text-content h2{color:var(--color-dark)}.subtitle{color:var(--color-gray);font-size:var(--fs-base);max-width:820px;margin:0 auto}.schools-gallery{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:1.5rem;max-width:1200px;margin:3.5rem auto}.schools-gallery-item{border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.schools-gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.schools-gallery-item img{width:100%;height:100%;object-fit:cover}.item-large{grid-row:1 / 3;grid-column:3 / 4}.schools-explore{background-color:var(--color-bg-blue);padding:5rem 2rem;text-align:center}.schools-explore h2{color:var(--color-primary);font-size:var(--fs-h2);font-weight:700;max-width:850px;margin:0 auto 1rem}.schools-explore-subtitle{color:#333;font-size:var(--fs-base);max-width:500px;margin:0 auto 3.5rem}.schools-explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1100px;margin:0 auto}.schools-explore-card{text-align:center}.schools-explore-img-container{border-radius:20px;overflow:hidden;box-shadow:0 6px 20px #64649626;margin-bottom:1.5rem}.schools-explore-card img{width:100%;transition:transform .4s ease}.schools-explore-card:hover img{transform:scale(1.05)}.schools-explore-card h3{color:var(--color-primary);font-size:var(--fs-h3);font-weight:600}.schools-engineered{background-color:#fff;padding:5rem 2rem;text-align:center}.schools-engineered h2{color:var(--color-primary);font-size:var(--fs-h2);font-weight:700}.schools-engineered-subtitle{color:#333;font-size:var(--fs-base);max-width:650px;margin:0 auto 4rem;line-height:1.6}.schools-features{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:0 auto;gap:2rem}.schools-feature-card{background:#fff;padding:2.5rem 1.5rem;border-radius:20px;box-shadow:0 8px 24px #0021520d;transition:var(--transition-fast);text-align:center}.schools-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00215214}.schools-feature-icon svg{width:82px;height:82px}.schools-feature-title{color:#002152;font-size:var(--fs-h3);font-weight:600;min-height:50px}@media(max-width:1024px){.school-container{margin:0 2rem 3rem}.schools-hero{height:60vh;min-height:400px;padding:.5rem}.schools-hero-content{max-width:500px}.schools-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.schools-page{padding-top:40px}.school-container{margin:0 2rem 3rem}.schools-hero{height:500px;padding:.5rem;padding-top:30%;flex-direction:column}.schools-hero-content{max-width:65%;padding:.7rem;background-color:#5d5a5a66}.schools-hero-content h1{margin-left:0;text-align:center;font-size:1.5rem}.schools-hero-content p{font-size:.8rem}.school-btn-1{position:relative;margin:2rem auto 0;bottom:auto;left:auto;transform:none;width:fit-content}.schools-gallery{grid-template-columns:1fr;gap:1rem;margin:2.5rem auto}.item-large{grid-column:auto;grid-row:auto;height:300px}.schools-gallery-item{height:250px}.schools-features,.schools-explore-grid{grid-template-columns:1fr;gap:2rem}.schools-explore,.schools-engineered{padding:3rem 1.5rem}}@media(max-width:768px){.schools-page{padding-top:80px}.school-container{margin:0 1rem 2rem}.schools-hero{height:500px;padding:1rem;padding-top:40%;flex-direction:column;margin-top:30%}.schools-hero-content{max-width:65%;padding:.7rem;background-color:#5d5a5a66}.schools-hero-content h1{margin-left:0;text-align:center;font-size:1.5rem}.schools-hero-content p{font-size:.8rem}.school-btn-1{position:relative;margin:2rem auto 0;bottom:auto;left:auto;transform:none;width:fit-content}.schools-gallery{grid-template-columns:1fr;gap:1rem;margin:2.5rem auto}.item-large{grid-column:auto;grid-row:auto;height:300px}.schools-gallery-item{height:250px}.schools-features,.schools-explore-grid{grid-template-columns:1fr;gap:2rem}.schools-explore,.schools-engineered{padding:3rem 1.5rem}}@media(max-width:567px){.schools-hero{padding-top:47%}.schools-hero-content h1{font-size:1.4rem}.schools-hero-content p{font-size:.75rem}.school-btn-1{width:60%;justify-content:center}}@media(max-width:480px){.schools-hero{padding-top:60%}.schools-hero-content h1{font-size:1.2rem}.schools-hero-content p{font-size:.65rem}.school-btn-1{width:45%;font-size:12px;padding:10px}.schools-feature-icon svg{width:64px;height:64px}}@media(max-width:360px){.schools-hero{padding-top:80%}.schools-hero-content{padding:.6rem}.schools-hero-content h1{font-size:1rem}.schools-hero-content p{font-size:.55rem}.school-btn-1{width:55%;font-size:11px;padding:8px 10px}}:root{--color-primary: #ff0000;--color-light: #fff;--color-dark: #111;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--radius-xl: 25px;--shadow-medium: 0 10px 22px rgba(0, 0, 0, .2);--transition: all .3s ease}.clinic-hero{position:relative;height:60vh;min-height:550px;background-size:cover;background-position:center 30%;border-radius:var(--radius-xl);overflow:hidden;display:flex;align-items:center;justify-content:center;padding-inline:5%;text-align:center}.clinic-hero-content{padding:2rem 2.5rem;border-radius:var(--radius-xl);width:80%;max-width:750px;color:var(--color-light)}.clinic-hero-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.clinic-hero-content p{font-size:1rem;line-height:1.7;opacity:.95}.clinic-btn-1{position:absolute;bottom:8%;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);padding:14px 30px;border-radius:50px;color:var(--color-light);font-size:1rem;font-weight:600;border:none;cursor:pointer;box-shadow:var(--shadow-medium);transition:var(--transition)}.clinic-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-light);border-radius:50px;z-index:-1;transition:width .4s ease}.clinic-btn-1:hover:before{width:100%}.clinic-btn-1:hover{color:var(--color-dark);transform:translate(-50%) translateY(-3px)}.clinic-btn-1:hover svg{transform:translate(4px);transition:.3s ease}@media(max-width:1024px){.clinic-hero{height:50vh;min-height:450px}.clinic-hero-content{width:90%;padding:2rem}}@media(max-width:768px){.clinic-hero{height:auto;min-height:500px;padding-bottom:4rem;background-position:center}.clinic-hero-content{width:100%;padding:1.5rem;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-xl);margin-top:14rem}.clinic-hero-content h1{font-size:1rem}.clinic-hero-content p{font-size:.45rem}.clinic-btn-1{bottom:2rem;padding:12px 25px;font-size:.9rem}}@media(max-width:480px){.clinic-hero{min-height:550px;padding-inline:1rem;padding-bottom:6rem;align-items:center}.clinic-hero-content{margin-top:15.5rem;padding:1.5rem;background:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.clinic-hero-content h1{font-size:1rem;margin-bottom:.75rem}.clinic-hero-content p{font-size:.4rem;line-height:1.6;margin-bottom:1rem}.clinic-btn-1{width:90%;justify-content:center;bottom:2rem;padding:14px 20px;font-size:1rem}}:root{--color-primary: #ff0000;--color-primary-light: #ff4d4d;--color-dark: #111;--color-light: #fff;--color-gray-100: #f8f9fa;--color-gray-200: #edf2ff;--color-gray-300: #e5e7eb;--color-gray-400: #999;--color-gray-500: #666;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--fs-h1: clamp(1rem, 2vw, 1.5rem);--fs-h2: clamp(1.8rem, 3.2vw, 2.5rem);--fs-h3: clamp(1.3rem, 2vw, 1.75rem);--fs-base: clamp(.95rem, 1.2vw, 1rem);--fs-sm: .875rem;--section-padding: clamp(2.5rem, 5vw, 5rem);--radius-md: 12px;--radius-lg: 20px;--radius-xl: 25px;--shadow-soft: 0 6px 12px rgba(0, 0, 0, .08);--shadow-medium: 0 10px 22px rgba(0, 0, 0, .12);--transition: all .3s ease}.healthcare-hero{position:relative;height:clamp(60vh,70vh,75vh);min-height:480px;border-top-right-radius:var(--radius-xl);background-size:cover;background-position:center 30%;overflow:hidden;display:flex;align-items:center;padding-inline:5%;color:var(--color-light)}.healthcare-hero-content{background:#00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 2.5rem;border-radius:var(--radius-xl);max-width:680px;width:fit-content;border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 40px #0000004d}.healthcare-hero-content h1{font-family:var(--font-primary);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;margin-bottom:1rem;color:var(--color-light);text-align:center}.healthcare-hero-content p{font-family:var(--font-secondary);font-size:clamp(.9rem,1.2vw,1rem);line-height:1.7;margin-bottom:2rem;color:#f1f1f1;text-align:center;opacity:.95}.healthcare-btn-1{position:absolute;bottom:6%;left:25%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:14px 30px;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;z-index:5;box-shadow:var(--shadow-medium);transition:var(--transition)}.healthcare-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-light);border-radius:50px;z-index:-1;transition:width .4s ease}.healthcare-btn-1:hover:before{width:100%}.healthcare-btn-1:hover{color:var(--color-dark);transform:translate(-50%) translateY(-3px)}.healthcare-btn-1:hover svg{transform:translate(4px);transition:.3s ease}@media(max-width:1024px){.healthcare-hero{height:60vh;min-height:450px}.healthcare-hero-content{max-width:80%}}@media(max-width:768px){.healthcare-hero{height:auto;min-height:500px;padding-inline:1.5rem;padding-bottom:5rem;justify-content:center;text-align:center;background-position:center}.healthcare-hero-content{padding:1.5rem;border-radius:var(--radius-lg);max-width:100%;background:#00000080;margin-top:26%}.healthcare-hero-content h1{font-size:2.2rem}.healthcare-btn-1{bottom:2rem;left:50%;transform:translate(-50%);padding:12px 28px}.healthcare-btn-1:hover{transform:translate(-50%) translateY(-3px)}}@media(max-width:480px){.healthcare-hero{min-height:550px;padding-inline:1rem;padding-bottom:7rem;align-items:center}.healthcare-hero-content{margin-top:15rem;padding:1.5rem;background:#0009;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.healthcare-hero-content h1{font-size:1.75rem;margin-bottom:.75rem}.healthcare-hero-content p{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.healthcare-btn-1{font-size:1rem;padding:14px 20px;width:90%;bottom:2rem;justify-content:center}}:root{--color-primary: #ff0000;--color-dark: #000000;--color-light: #ffffff;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--radius-xl: 28px;--transition: all .3s ease}.medical-uniforms-hero{position:relative;width:100%;height:70vh;min-height:550px;background-size:cover;background-position:center;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:space-between;padding-inline:5rem;overflow:hidden;background-repeat:no-repeat;box-shadow:0 10px 30px #0000001a}.medical-uniforms-content{max-width:550px;color:var(--color-dark);z-index:2}.medical-uniforms-content h1{font-family:var(--font-primary);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--color-primary);margin-bottom:1rem;line-height:1.2}.medical-uniforms-content p{font-family:var(--font-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-weight:500;color:#333}.medical-uniforms-btn{position:relative;display:inline-flex;align-items:center;gap:10px;background:var(--color-primary);padding:14px 32px;border-radius:50px;border:none;cursor:pointer;color:var(--color-light);font-size:1rem;font-weight:600;overflow:hidden;z-index:1;transition:var(--transition);box-shadow:0 4px 15px #ff00004d}.medical-uniforms-btn:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:var(--color-light);border-radius:50px;z-index:-1;transition:width .4s ease}.medical-uniforms-btn:hover:before{width:100%}.medical-uniforms-btn:hover{color:var(--color-dark);transform:translateY(-3px);box-shadow:0 6px 20px #f006}.medical-uniforms-btn:hover svg{transform:translate(4px);transition:.3s ease}.medical-uniforms-doctor{width:40%;height:90%;background-size:contain;background-repeat:no-repeat;background-position:bottom right;z-index:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}@media(max-width:1200px){.medical-uniforms-hero{padding-inline:3rem}.medical-uniforms-content h1{font-size:2.5rem}}@media(max-width:992px){.medical-uniforms-hero{flex-direction:column;justify-content:center;text-align:center;height:auto;min-height:700px;padding:4rem 2rem;align-items:center}.medical-uniforms-content{max-width:90%;margin-bottom:3rem;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:3rem;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000001a}.medical-uniforms-content h1{font-size:2.2rem;margin-inline:auto}.medical-uniforms-content p{margin-inline:auto;max-width:600px;font-size:1rem;color:#222}.medical-uniforms-btn{margin:0 auto}.medical-uniforms-doctor{width:60%;height:350px;background-position:bottom center}}@media(max-width:767px){.medical-uniforms-hero{padding:2rem 1rem;min-height:600px}.medical-uniforms-content{width:100%;max-width:100%;padding:2rem 1.5rem;margin-bottom:-14rem}.medical-uniforms-content h1{font-size:1.8rem}.medical-uniforms-content p{font-size:.95rem}.medical-uniforms-doctor{width:80%;height:280px}}@media(max-width:480px){.medical-uniforms-hero{min-height:650px}.medical-uniforms-content{padding:1.5rem;background:#ffffffbf}.medical-uniforms-content h1{font-size:1.6rem;margin-bottom:.5rem}.medical-uniforms-content p{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.medical-uniforms-btn{width:100%;justify-content:center;padding:12px 20px;font-size:.95rem}.medical-uniforms-doctor{width:90%;height:220px}}:root{--color-primary: #ff0000;--color-dark: #000;--color-light: #fff;--bg-light-gray: #e9e9e9;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--radius-xl: 28px;--transition: all .3s ease}.pharmacy-uniforms-hero{width:100%;height:75vh;min-height:590px;display:flex;align-items:center;justify-content:space-between;padding:3rem 2rem;border-radius:var(--radius-xl);overflow:hidden}.pharmacy-uniforms-content{max-width:520px}.pharmacy-uniforms-content h1{font-family:var(--font-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--color-primary);margin-bottom:1rem}.pharmacy-uniforms-content p{font-family:var(--font-secondary);font-size:1.2rem;color:#404040;line-height:1.6;margin-bottom:2rem}.pharmacy-uniforms-btn-group{display:flex;gap:1rem}.pharmacy-btn-outline,.pharmacy-btn-filled{position:relative;display:inline-flex;align-items:center;gap:10px;padding:12px 28px;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;overflow:hidden;z-index:1;transition:var(--transition)}.pharmacy-btn-outline{background:var(--color-light);border:2px solid var(--color-primary);color:var(--color-primary)}.pharmacy-btn-outline:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:50px;z-index:-1;transition:width .35s ease}.pharmacy-btn-outline:hover:before{width:100%}.pharmacy-btn-outline:hover{color:var(--color-light);transform:translateY(-3px)}.pharmacy-btn-filled{background:var(--color-primary);border:none;color:var(--color-light)}.pharmacy-btn-filled:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-light);border-radius:50px;z-index:-1;transition:width .35s ease}.pharmacy-btn-filled:hover:before{width:100%}.pharmacy-btn-filled:hover{color:var(--color-dark);transform:translateY(-3px)}.pharmacy-btn-outline:hover svg,.pharmacy-btn-filled:hover svg{transform:translate(4px);transition:.3s ease}.pharmacy-uniforms-image{width:50%;height:100%;background-size:cover;background-position:center right;background-repeat:no-repeat;border-radius:20px}@media(max-width:1200px){.pharmacy-uniforms-content h1{font-size:2.5rem}}@media(max-width:992px){.pharmacy-uniforms-hero{flex-direction:column;text-align:center;height:auto;min-height:auto;padding:4rem 2rem}.pharmacy-uniforms-content{max-width:100%;margin-bottom:3rem}.pharmacy-uniforms-content h1{font-size:2.5rem}.pharmacy-uniforms-btn-group{justify-content:center}.pharmacy-uniforms-image{width:80%;height:400px;margin:0 auto}}@media(max-width:768px){.pharmacy-uniforms-hero{padding:3rem 1.5rem}.pharmacy-uniforms-content h1{font-size:2rem}.pharmacy-uniforms-content p{font-size:1rem}.pharmacy-uniforms-image{width:100%;height:300px}}@media(max-width:480px){.pharmacy-uniforms-hero{padding:2rem 1rem}.pharmacy-uniforms-content h1{font-size:1.75rem}.pharmacy-uniforms-btn-group{flex-direction:column;width:100%}.pharmacy-btn-outline,.pharmacy-btn-filled{width:100%;justify-content:center}.pharmacy-uniforms-image{height:250px;border-radius:12px}}.healthcare-hospitals{padding:var(--section-padding) 2rem;background:var(--color-light);text-align:center}.healthcare-hospitals-title{font-size:var(--fs-h2);font-family:var(--font-primary);font-weight:700;color:var(--color-primary);margin-bottom:1rem}.healthcare-hospitals-subtitle{font-size:var(--fs-base);color:var(--color-dark);margin-bottom:3rem;line-height:1.6;max-width:780px;margin-inline:auto}.healthcare-hospitals-content{max-width:1250px;margin:0 auto 3rem;display:flex;align-items:center;justify-content:center;gap:2.2rem;text-align:left}.healthcare-hospitals-image{flex:1;height:420px;border-radius:var(--radius-lg);background-size:cover;background-position:center;box-shadow:var(--shadow-medium);transition:transform .3s ease}.healthcare-hospitals-image:hover{transform:translateY(-4px)}.healthcare-hospitals-icons{display:flex;flex-direction:column;gap:1rem}.healthcare-icon-item{width:90px;height:90px;border-radius:var(--radius-md);background-size:cover;background-position:center;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-soft)}.healthcare-icon-item:hover{transform:scale(1.08);box-shadow:var(--shadow-medium)}.healthcare-hospitals-description{padding:2rem;border-radius:var(--radius-lg);max-width:1000px;margin:0 auto 3rem;background:var(--color-gray-100);white-space:pre-line;transition:background-color .3s ease;text-align:left}.healthcare-hospitals-description p{font-size:var(--fs-base);line-height:1.7;color:var(--color-dark);white-space:pre-line;text-align:center}@media(max-width:1024px){.healthcare-hospitals-content{gap:1.5rem}.healthcare-hospitals-image{height:360px}.healthcare-icon-item{width:80px;height:80px}.healthcare-hospitals-description{padding:1.8rem;margin-inline:1rem}}@media(max-width:768px){.healthcare-hospitals{padding:3rem 1.5rem}.healthcare-hospitals-content{flex-direction:column;text-align:center;margin-bottom:2rem}.healthcare-hospitals-icons{flex-direction:row;justify-content:center;gap:1rem;flex-wrap:wrap}.healthcare-hospitals-image{width:100%;height:320px}.healthcare-icon-item{width:75px;height:75px}.healthcare-hospitals-description{padding:1.5rem;margin-inline:0;text-align:center}.healthcare-hospitals-subtitle{font-size:.95rem;margin-bottom:2rem}}@media(max-width:480px){.healthcare-hospitals{padding:2.5rem 1rem}.healthcare-icon-item{width:65px;height:65px}.healthcare-hospitals-image{height:260px}.healthcare-hospitals-description{padding:1.2rem}.healthcare-hospitals-title{font-size:1.7rem}}.healthcare-clinic{padding:var(--section-padding) 2rem;background:var(--color-gray-200);text-align:center}.healthcare-clinic-title{font-size:var(--fs-h2);font-family:var(--font-primary);font-weight:700;color:var(--color-primary);margin-bottom:1rem}.healthcare-clinic-subtitle{font-size:var(--fs-base);color:var(--color-gray-600);line-height:1.6;max-width:780px;margin:0 auto 3rem}.healthcare-clinic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.healthcare-clinic-image{width:100%;aspect-ratio:3 / 4;border-radius:var(--radius-lg);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease}.clinic-image-center{background-size:contain;background-color:#f5f5f5}.healthcare-clinic-image:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}@media(max-width:1024px){.healthcare-clinic-grid{grid-template-columns:repeat(2,1fr);gap:1.8rem}.healthcare-clinic-image{aspect-ratio:3 / 4;height:auto}}@media(max-width:768px){.healthcare-clinic{padding:3rem 1.5rem}.healthcare-clinic-grid{grid-template-columns:1fr;gap:1.5rem}.healthcare-clinic-image{height:330px;border-radius:var(--radius-md)}.clinic-image-center{background-size:contain}.healthcare-clinic-subtitle{font-size:.95rem;margin-bottom:2rem}}@media(max-width:480px){.healthcare-clinic{padding:2.5rem 1rem}.healthcare-clinic-image{height:260px}.healthcare-clinic-title{font-size:1.8rem}}.healthcare-medical{padding:var(--section-padding) 2rem;background:var(--color-light);text-align:center}.healthcare-medical-title{font-size:var(--fs-h2);font-family:var(--font-primary);font-weight:700;color:var(--color-primary);margin-bottom:1rem}.healthcare-medical-subtitle{font-size:var(--fs-base);color:var(--color-dark);line-height:1.8;max-width:820px;margin:0 auto 3rem}.healthcare-medical-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.healthcare-medical-image{width:100%;height:500px;border-radius:var(--radius-lg);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease}.healthcare-medical-image:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}@media(max-width:1024px){.healthcare-medical-grid{grid-template-columns:repeat(2,1fr)}.healthcare-medical-image{height:400px}}@media(max-width:768px){.healthcare-medical{padding:3rem 1.5rem}.healthcare-medical-grid{grid-template-columns:1fr;gap:1.6rem}.healthcare-medical-image{height:320px;border-radius:var(--radius-md)}.healthcare-medical-title{font-size:1.9rem}.healthcare-medical-subtitle{font-size:.95rem;margin-bottom:2rem}}@media(max-width:480px){.healthcare-medical{padding:2.5rem 1rem}.healthcare-medical-image{height:260px}.healthcare-medical-title{font-size:1.7rem}}.healthcare-pharmacies{padding:var(--section-padding) 2rem;background:var(--color-gray-100);text-align:center}.healthcare-pharmacies-title{font-size:var(--fs-h2);font-family:var(--font-primary);font-weight:700;color:var(--color-primary);margin-bottom:1rem}.healthcare-pharmacies-subtitle{font-size:var(--fs-base);font-family:var(--font-secondary);color:var(--color-gray-500);line-height:1.8;max-width:820px;margin:0 auto 3rem}.healthcare-pharmacies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.healthcare-pharmacies-image{width:100%;height:350px;border-radius:var(--radius-lg);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease}.healthcare-pharmacies-image:hover{transform:translateY(-6px);box-shadow:var(--shadow-medium)}@media(max-width:1024px){.healthcare-pharmacies-grid{grid-template-columns:repeat(2,1fr)}.healthcare-pharmacies-image{height:320px}}@media(max-width:768px){.healthcare-pharmacies{padding:3rem 1.5rem}.healthcare-pharmacies-grid{grid-template-columns:1fr;gap:1.6rem}.healthcare-pharmacies-image{height:300px;border-radius:var(--radius-md)}.healthcare-pharmacies-title{font-size:1.9rem}.healthcare-pharmacies-subtitle{font-size:.95rem;margin-bottom:2rem}}@media(max-width:480px){.healthcare-pharmacies{padding:2.5rem 1rem}.healthcare-pharmacies-image{height:240px}.healthcare-pharmacies-title{font-size:1.7rem}}:root{--color-primary: #ff0000;--color-primary-light: #ff4d4d;--color-dark: #111;--color-light: #fff;--color-gray-100: #f8f9fa;--color-gray-200: #edf2ff;--color-gray-300: #e5e7eb;--color-gray-400: #999;--color-gray-500: #666;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--fs-h1: clamp(2rem, 4vw, 3.5rem);--fs-h2: clamp(1.8rem, 3.2vw, 2.5rem);--fs-h3: clamp(1.3rem, 2vw, 1.75rem);--fs-base: clamp(.95rem, 1.2vw, 1rem);--fs-sm: .875rem;--section-padding: clamp(2.5rem, 5vw, 5rem);--radius-md: 12px;--radius-lg: 20px;--radius-xl: 25px;--shadow-soft: 0 6px 12px rgba(0, 0, 0, .08);--shadow-medium: 0 10px 22px rgba(0, 0, 0, .12);--transition: all .3s ease}.healthcare-page{min-height:100vh;background-color:var(--color-light);font-family:var(--font-secondary);color:var(--color-dark)}.breadcrumb-container{padding-top:100px;background-color:var(--color-gray-100);padding-bottom:1rem}.breadcrumb{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:.5rem;font-size:var(--fs-sm)}.breadcrumb a{color:var(--color-gray-500);text-decoration:none;transition:var(--transition)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb .separator{color:var(--color-gray-400)}.breadcrumb span.current-2{color:var(--color-primary)!important;font-weight:600}.healthcare-performance{padding:var(--section-padding) 2rem;background-color:var(--color-gray-200);text-align:center}.healthcare-performance-title{font-size:var(--fs-h2);font-weight:700;color:var(--color-primary);margin-bottom:1rem;font-family:var(--font-primary)}.healthcare-performance-subtitle{font-size:var(--fs-base);color:var(--color-gray-500);line-height:1.6;margin-bottom:4rem}@media(max-width:1024px){.healthcare-features{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.breadcrumb{font-size:.75rem}.healthcare-performance-title,.healthcare-cta-title{font-size:2rem}.healthcare-cta-btn{padding:.8rem 2rem}}@media(max-width:480px){.healthcare-cta-title{font-size:1.6rem}.healthcare-cta-text{font-size:.9rem}}@keyframes slideDownFade{0%{transform:translateY(-80px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideLeftFade{0%{transform:translate(120px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes zoomInFade{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rotateInFade{0%{transform:rotate(-8deg);opacity:0}to{transform:rotate(0);opacity:1}}.anim-hospital{animation:slideDownFade 1.1s ease-out forwards}.anim-clinic{animation:slideLeftFade 1.1s ease-out forwards}.anim-medical{animation:zoomInFade 1.2s ease-out forwards}.anim-pharmacy{animation:rotateInFade 1.1s ease-out forwards}.tshirts-page{min-height:100vh;background-color:#fff}.tshirts-main{padding-top:80px}.breadcrumb{max-width:1200px;margin:0 auto;padding:20px 40px;display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.tshirts-hero{max-width:1400px;margin:0 auto 80px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.hero-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hero-image-card{border-radius:16px;overflow:hidden;background:#f5f5f5}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.placeholder-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-content{padding:10px 0;margin-left:7%;margin-bottom:10%}.hero-title{font-size:5rem;font-family:var(--font-primary);font-weight:600;margin-bottom:20px;color:#000}.hero-description{font-size:1.6rem;line-height:1.6;color:#666;margin-bottom:30px}.hero-button{background-color:#e63946;color:#fff;padding:14px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.hero-button:hover{background-color:#d62839;transform:translateY(-2px);box-shadow:0 4px 12px #e639464d}.collection-section{margin:0 0 35px;padding:40px;background-color:var(--color-blue);text-align:center}.tshirt-section-title{font-size:40px;font-weight:700;margin-bottom:16px;color:var(--color-primary)}.tshirt-section-title.red{color:var(--color-primary)}.tshirt-section-subtitle{font-size:18px;color:var(--color-dark);font-family:var(--font-primary);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-bottom:60px}.product-card{aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f5f5f5;transition:transform .3s}.product-card:hover{transform:translateY(-4px)}.product-card.large{height:85%}.product-card.small{margin-top:20%;margin-left:-25%;height:60%}.product-card.extra-small{margin-top:35%;margin-left:5%;height:35%}.collection-description{text-align:center;max-width:950px;font-family:var(--font-primary);margin:0 auto}.collection-description h3{font-size:28px;font-weight:700;font-family:var(--font-primary);margin-bottom:16px;color:#000}.collection-description p{font-size:18px;font-family:var(--font-secondary);line-height:1.6;color:#666}.roundneck-section{margin:0 0 35px;padding:40px;text-align:center}.roundneck-grid{grid-template-columns:2fr 1fr 1fr;margin-top:5%}.vneck-section{margin:0 0 35px;padding:40px;background-color:#f4f4f4;text-align:center}.vneck-description{text-align:center;max-width:900px;margin:0 auto}.vneck-description h3{font-size:28px;font-weight:700;margin-bottom:16px;color:#000;font-family:var(--font-primary)}.vneck-description p{font-size:16px;line-height:1.6;font-weight:600;font-family:var(--font-secondary);color:#666}.features-section{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.feature-card{padding:30px 20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;text-align:center;transition:all .3s}.feature-card:hover{border-color:#e63946;box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.feature-icon{width:60px;height:60px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;color:#e63946}.feature-card h4{font-size:14px;font-weight:600;color:#000;line-height:1.4}.cta-section{position:relative;height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8b0000,#c41e3a);overflow:hidden}.cta-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:700px;padding:0 40px}.cta-title{font-size:48px;font-weight:700;margin-bottom:16px}.cta-text{font-size:18px;margin-bottom:32px;line-height:1.6}.cta-button{background-color:#fff;color:#e63946;padding:14px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffffff4d}.arrow-icon{transition:transform .3s}.cta-button:hover .arrow-icon{transform:translate(4px)}@media(max-width:1200px){.hero-title{font-size:4rem}.tshirt-section-title{font-size:36px}}@media(max-width:1024px){.tshirts-hero{grid-template-columns:1fr;gap:40px;padding:40px 20px;text-align:center}.hero-content{margin-left:0;margin-bottom:0;order:-1}.hero-description{margin:0 auto 30px;max-width:800px}.hero-images{max-width:800px;margin:0 auto}.product-grid{grid-template-columns:repeat(2,1fr);gap:30px}.roundneck-grid{grid-template-columns:repeat(2,1fr)}.roundneck-grid .product-card.large{grid-column:span 2;height:auto;aspect-ratio:16/9}.product-card.small,.product-card.extra-small{margin:0;height:auto;aspect-ratio:1}.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.tshirts-main{padding-top:60px}.breadcrumb{padding:15px 20px;font-size:12px}.tshirts-hero{padding:30px 20px;margin-bottom:40px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.tshirt-section-title{font-size:28px}.tshirt-section-subtitle{font-size:16px;margin-bottom:30px}.collection-section,.roundneck-section,.vneck-section{padding:30px 20px}.product-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.roundneck-grid{grid-template-columns:1fr}.roundneck-grid .product-card.large{grid-column:span 1;aspect-ratio:1}.features-grid{grid-template-columns:repeat(2,1fr)}.collection-description h3,.vneck-description h3{font-size:22px}.collection-description p,.vneck-description p{font-size:15px}.cta-section{height:auto;padding:60px 20px}.cta-title{font-size:32px}.cta-text{font-size:16px}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-images,.features-grid{grid-template-columns:1fr}.hero-button,.cta-button{width:100%;justify-content:center}}.training-centers-page{min-height:100vh;background:#fff}.training-centers-page{background:#fff}.training-hero-container{max-width:1300px;margin:120px auto 4rem;padding:0 2rem}.training-breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#6c757d}.training-breadcrumb a{color:#6c757d;text-decoration:none;transition:color .3s ease}.training-breadcrumb a:hover{color:#e53935}.training-breadcrumb span{margin:0 .75rem}.training-breadcrumb .active{color:#000;font-weight:600;font-size:1.3rem}.precision-section{text-align:center;padding:4rem 2rem 2.5rem;max-width:850px;margin:0 auto}.precision-section h2{color:red;font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.precision-section p{color:#555;font-size:1rem;line-height:1.6}.training-main-content{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}.training-main-card{background:#edf2ff;border-radius:20px;padding:2.5rem;text-align:center;margin-bottom:3rem}.training-main-card h2{color:#000;font-size:1.75rem;font-weight:700;margin-bottom:1rem;line-height:1.4;max-width:900px;margin-left:auto;margin-right:auto}.training-main-card p{color:#333;font-size:1rem;line-height:1.7;max-width:800px;margin:0 auto}.training-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.training-gallery-item{border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease}.training-gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.training-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.training-performance{background:#fff;padding:5rem 2rem;text-align:center}.training-performance h2{color:red;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.training-performance>p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.performance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1100px;margin:0 auto}.performance-card{background:#fff;border-radius:16px;padding:2.5rem 1.5rem;box-shadow:0 8px 25px #00215212;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center}.performance-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0021521a}.performance-icon{margin-bottom:1.5rem}.performance-icon svg{width:84px;height:84px}.performance-card h3{color:#002152;font-size:1.125rem;font-weight:600;line-height:1.5;margin:0;min-height:54px}.explore-collection{background-color:#edf2ff;padding:5rem 2rem;text-align:center}.explore-collection h2{color:red;font-size:2.25rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.explore-collection>p{color:#333;font-size:1rem;margin:0 auto 3.5rem;max-width:550px}.collection-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1100px;margin:0 auto}.collection-card{text-decoration:none;display:block}.collection-card img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 25px #64649626;display:block;transition:transform .4s ease,box-shadow .4s ease}.collection-card:hover img{transform:translateY(-8px) scale(1.03);box-shadow:0 15px 30px #64649633}.collection-card h3{color:red;font-size:1.25rem;font-weight:600;margin-top:1.5rem}.training-cta{background:linear-gradient(135deg,#dc3545e6,#c82333e6),url(/placeholder-cta.jpg) center/cover;padding:4rem 2rem;text-align:center;color:#fff}.training-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.training-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.training-cta-btn{background:#fff;color:red;border:none;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.training-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}@media(max-width:1200px){.training-hero-container{margin-top:100px;max-width:95%}.performance-grid{gap:2rem}}@media(max-width:1024px){.training-hero-container{padding:0 1.5rem}.training-main-card h2{font-size:1.5rem}.performance-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.collection-cards{gap:2rem}}@media(max-width:768px){.training-hero-container{margin-top:80px;padding:0 1rem}.training-breadcrumb{font-size:.8rem}.precision-section{padding:3rem 1rem 2rem}.precision-section h2{font-size:1.75rem}.training-main-content{padding:0 1rem 3rem}.training-main-card{padding:1.5rem;border-radius:16px}.training-main-card h2{font-size:1.35rem}.training-gallery{grid-template-columns:1fr;gap:1rem}.training-performance{padding:3rem 1rem}.training-performance h2{font-size:1.75rem}.performance-grid{grid-template-columns:1fr;gap:1.5rem}.performance-card{padding:2rem 1rem}.explore-collection{padding:3rem 1rem}.explore-collection h2{font-size:1.75rem}.collection-cards{grid-template-columns:1fr;gap:2rem}.training-cta h2{font-size:1.75rem}}@media(max-width:480px){.training-hero-container{margin-top:70px}.precision-section h2{font-size:1.5rem}.training-main-card h2{font-size:1.2rem}.training-performance h2,.explore-collection h2{font-size:1.5rem}.performance-icon svg{width:64px;height:64px}.collection-card h3{font-size:1.1rem}}.training-hero{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:stretch}.training-hero-card{position:relative;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;min-height:580px}.card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#00000059 40%,#000000a6);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;padding:0 2rem 3.5rem;pointer-events:none}.card-overlay h1{color:#fff;font-size:3.2rem;font-weight:700;margin-bottom:2rem;text-shadow:0 5px 18px rgba(0,0,0,.55)}.training-hero-btn-1{position:relative;align-self:center;overflow:hidden;display:inline-flex;align-items:center;gap:10px;background:red;color:#fff;padding:12px 22px;border-radius:30px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:.3s ease;z-index:2;pointer-events:auto!important}.training-hero-btn-1:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#fff;z-index:-1;transition:width .45s ease}.training-hero-btn-1:hover:before{width:100%}.training-hero-btn-1:hover{color:#111}@media(max-width:1024px){.training-hero{grid-template-columns:1fr;gap:1rem}.training-hero-card{min-height:450px}.card-overlay h1{font-size:2.8rem}}@media(max-width:768px){.training-hero-card{min-height:400px;border-radius:16px}.card-overlay{padding:0 1.5rem 2.5rem}.card-overlay h1{font-size:2.4rem;margin-bottom:1.5rem}}@media(max-width:480px){.training-hero-card{min-height:350px}.card-overlay h1{font-size:1.8rem;margin-bottom:1rem}.training-hero-btn-1{padding:10px 18px;font-size:.9rem}}.construction-collection{background:#fff;padding:4rem 2rem;text-align:center}.construction-collection-title{color:red;font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.construction-collection-subtitle{color:#000;font-size:1rem;margin-bottom:3rem;line-height:1.6}.construction-collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.construction-collection-card{text-align:center;transition:.3s ease}.construction-collection-card:hover{transform:translateY(-6px)}.construction-collection-image{border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:hsl(var(--muted));margin-bottom:1rem}.construction-collection-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.construction-collection-card:hover .construction-collection-image img{transform:scale(1.05)}.construction-collection-label{color:red;font-size:1.1rem;font-weight:700}@media(max-width:1024px){.construction-collection{padding:3rem 1.5rem}.construction-collection-title{font-size:2.2rem}}@media(max-width:768px){.construction-collection-title{font-size:1.8rem}.construction-collection-subtitle{font-size:.95rem;margin-bottom:2rem}.construction-collection-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:480px){.construction-collection{padding:2.5rem 1rem}.construction-collection-title{font-size:1.6rem}.construction-collection-grid{grid-template-columns:1fr;max-width:320px;margin:0 auto}}.construction-precision{background:#e9e9e9;padding:5rem 2rem;display:flex;justify-content:center}.construction-container{width:100%;max-width:1200px;text-align:center}.construction-precision-title{color:#e50000;font-size:3rem;font-weight:800;margin-bottom:.8rem;letter-spacing:-.5px}.construction-precision-subtitle{color:#111;font-size:1.2rem;max-width:820px;margin:0 auto 3rem;line-height:1.75;opacity:.9}.construction-gallery{display:flex;flex-direction:column;gap:2.5rem}.construction-gallery-main{width:100%;border-radius:22px;overflow:hidden;aspect-ratio:16 / 9;background:#dcdcdc;box-shadow:0 8px 24px #00000026}.construction-gallery-main img{width:100%;height:100%;object-fit:cover;transition:.4s ease;transform:scale(1.01)}.construction-gallery-main img:hover{transform:scale(1.03)}.construction-gallery-grid{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}.construction-gallery-item{padding:8px;border-radius:16px;cursor:pointer;transition:.25s ease;border:2px solid transparent;width:130px;height:130px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 3px 12px #0000001a}.construction-gallery-item:hover{transform:translateY(-4px);box-shadow:0 4px 14px #0000002e}.construction-gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:14px}.active-thumb{border-color:#ff3b3b;transform:translateY(-5px) scale(1.06);box-shadow:0 6px 18px #ff000040}.construction-safety{margin-top:2rem;background:#bcd5e6;padding:3rem 2rem;border-radius:20px;box-shadow:0 4px 16px #0000001f;max-width:1200px;text-align:left}.construction-safety-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:left}.construction-safety-text{font-size:1.15rem;max-width:900px;line-height:1.8;opacity:.96;text-align:left;margin:0}@media(max-width:1024px){.construction-precision-title{font-size:2.5rem}.construction-precision-subtitle{font-size:1.1rem;max-width:700px}}@media(max-width:900px){.construction-precision{padding:4rem 1.5rem}.construction-precision-title{font-size:2.25rem}.construction-gallery-item{width:100px;height:100px}.construction-safety{padding:2.5rem 1.5rem}}@media(max-width:768px){.construction-precision-title{font-size:2rem}.construction-precision-subtitle{font-size:1rem;margin-bottom:2rem}.construction-gallery-main{border-radius:16px}.construction-gallery-grid{gap:.8rem}.construction-gallery-item{width:80px;height:80px;border-radius:12px}.construction-safety{padding:2rem 1.5rem;margin-top:1.5rem}.construction-safety-title{font-size:1.5rem}.construction-safety-text{font-size:1rem}}@media(max-width:480px){.construction-precision{padding:3rem 1rem}.construction-precision-title{font-size:1.75rem}.construction-gallery-main{aspect-ratio:4 / 3}.construction-gallery-item{width:60px;height:60px;border-radius:8px;padding:4px}.construction-safety{padding:1.5rem 1rem;border-radius:16px}.construction-safety-title{font-size:1.25rem;margin-bottom:.75rem}}.construction-page{min-height:100vh;background:hsl(var(--background))}.construction-hero{background:hsl(var(--background));padding:8rem 2rem 4rem}.construction-hero-content{max-width:1400px;margin:0 auto}.construction-breadcrumb{font-size:.875rem;color:hsl(var(--foreground) / .6);margin-bottom:2rem}.construction-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.construction-hero-title{font-size:3rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem;line-height:1.2}.construction-hero-description{font-size:1rem;color:hsl(var(--foreground) / .7);line-height:1.8;margin-bottom:2rem}.construction-hero-buttons{display:flex;gap:1rem}.construction-btn-primary{background:hsl(var(--primary));color:#fff;padding:1rem 2rem;border:none;border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.construction-btn-primary:hover{background:hsl(var(--primary) / .9);transform:translateY(-2px)}.construction-btn-secondary{background:transparent;color:hsl(var(--foreground));padding:1rem 2rem;border:1px solid hsl(var(--border));border-radius:5px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.construction-btn-secondary:hover{background:hsl(var(--muted) / .5)}.construction-hero-image{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:hsl(var(--muted))}.construction-hero-image img{width:100%;height:100%;object-fit:cover}.construction-performance{background:hsl(var(--background));padding:4rem 2rem;text-align:center}.construction-performance-title{color:red;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.construction-performance-subtitle{color:#000;font-size:1rem;margin-bottom:3rem;line-height:1.6;max-width:900px;margin-left:auto;margin-right:auto}.construction-precision{background:hsl(var(--muted) / .3);padding:4rem 2rem;text-align:center}@media(max-width:1200px){.construction-hero{padding:6rem 2rem 3rem}.construction-hero-title{font-size:2.5rem}}@media(max-width:992px){.construction-hero{padding:5rem 1.5rem 3rem}.construction-hero-inner{grid-template-columns:1fr;gap:3rem}.construction-hero-image{order:-1}.construction-performance-title{font-size:2rem}}@media(max-width:768px){.construction-hero{padding:4rem 1rem 2rem}.construction-hero-title{font-size:2rem}.construction-performance{padding:3rem 1rem}.construction-performance-title{font-size:1.75rem}.construction-performance-subtitle{font-size:.95rem;margin-bottom:2rem}}@media(max-width:480px){.construction-hero-title{font-size:1.75rem}.construction-hero-description{font-size:.9rem}.construction-btn-primary,.construction-btn-secondary{width:100%;text-align:center;padding:.8rem 1.5rem}.construction-hero-buttons{flex-direction:column}}.workshops-page{min-height:100vh;background:hsl(var(--background))}.workshops-hero-section{padding:2rem;max-width:1400px;margin:0 auto}@media(max-width:768px){.workshops-hero-section{padding:1.5rem 1rem}}@media(max-width:480px){.workshops-hero-section{padding:1rem .5rem}}.workshops-precision{padding:5rem 2rem 3rem;text-align:center;background:#f3f3f3}.workshops-precision-title{font-size:2.5rem;color:red;margin-bottom:1rem;font-weight:700}.workshops-precision-subtitle{font-size:1.1rem;color:#222;max-width:700px;margin:0 auto;line-height:1.6}.workshops-embody{padding:3rem 2rem;background:#f3f3f3}.workshops-embody-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.workshops-embody-text{background:#d2e6ff;padding:3rem;border-radius:16px;box-shadow:0 6px 18px #00000014}.workshops-embody-title{font-size:3rem;color:#002152;margin-bottom:1rem;font-weight:700;line-height:1.2}.workshops-embody-description{font-size:1.1rem;color:#444;line-height:1.6}.workshops-embody-image{width:100%;height:600px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000026;position:relative}.workshops-embody-image img{width:100%;height:100%;object-fit:cover}@keyframes fadeIn{0%{opacity:.3}to{opacity:1}}.fade{animation:fadeIn .5s ease-in-out}.workshops-gallery{padding:3rem 2rem 5rem;background:#f3f3f3}.workshops-gallery-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.workshops-gallery-item{height:280px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:.3s ease}.workshops-gallery-item img{width:100%;height:100%;object-fit:cover}.workshops-gallery-item:hover{transform:scale(1.05);box-shadow:0 8px 22px #00000026}.active-thumb{border:3px solid #ff0000;transform:scale(1.05);box-shadow:0 8px 22px #0003}@media(max-width:1024px){.workshops-embody-content{grid-template-columns:1fr;gap:2rem}.workshops-embody-image{height:500px}.workshops-embody-title{font-size:2.5rem}.workshops-embody-description{font-size:1.3rem}.workshops-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.workshops-precision{padding:3rem 1.5rem 2rem}.workshops-precision-title{font-size:2rem}.workshops-embody{padding:2rem 1rem}.workshops-embody-text{padding:2rem}.workshops-embody-title{font-size:2rem}.workshops-embody-description{font-size:1.1rem}.workshops-embody-image{height:350px}.workshops-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.workshops-gallery-item{height:200px}}@media(max-width:480px){.workshops-precision-title{font-size:1.6rem}.workshops-precision-subtitle{font-size:1rem}.workshops-embody-text{padding:1.5rem}.workshops-embody-title{font-size:1.6rem}.workshops-embody-description{font-size:1rem}.workshops-embody-image{height:250px}.workshops-gallery-grid{grid-template-columns:1fr}}.eng-perf-section{background-color:#fff;padding:5rem 2rem;text-align:center}.eng-perf-container{max-width:1100px;margin:0 auto}.eng-perf-section h2{color:red;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.eng-perf-subtitle{color:#333;font-size:1.1rem;max-width:650px;margin:0 auto 4rem;line-height:1.6}.eng-perf-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.eng-perf-feature-card{background:#fff;padding:3rem 1.5rem;border-radius:20px;box-shadow:0 4px 10px #0000000a,0 8px 24px #0021520f,0 16px 32px #0021520d;transition:transform .35s ease,box-shadow .35s ease;text-align:center}.eng-perf-feature-card:hover{transform:translateY(-10px);box-shadow:0 6px 14px #0000000d,0 12px 28px #0021521a,0 22px 40px #00215214}.eng-perf-feature-icon svg{width:64px;height:64px;margin-bottom:1rem}.eng-perf-feature-title{color:#002152;font-size:1.1rem;font-weight:600;line-height:1.4}@media(max-width:1024px){.eng-perf-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.eng-perf-section{padding:4rem 1.5rem}.eng-perf-section h2{font-size:2rem}.eng-perf-subtitle{font-size:1rem;margin-bottom:3rem}.eng-perf-features-grid{grid-template-columns:1fr;gap:1.5rem}.eng-perf-feature-card{padding:2rem 1.5rem}}@media(max-width:480px){.eng-perf-section{padding:3rem 1rem}.eng-perf-section h2{font-size:1.75rem}.eng-perf-feature-icon svg{width:48px;height:48px}.eng-perf-feature-title{font-size:1rem}}.saloon-page{min-height:100vh;background-color:#fff}.saloon-hero-section{background-color:#fff;padding:8rem 1rem 4rem}.saloon-hero-container{max-width:1400px;margin:0 auto}.saloon-top-nav{margin-bottom:1.5rem;padding:0 .5rem;font-size:1rem;color:#6c757d}.saloon-top-nav-active{font-weight:700;color:#000;margin-left:.5rem}.saloon-hero-grid{display:grid;grid-template-columns:380px 1fr;gap:1.5rem;align-items:stretch}.saloon-hero-card-left,.saloon-hero-card-right{border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014}.saloon-hero-card-left img{width:100%;height:100%;object-fit:cover;display:block}.saloon-hero-card-right{position:relative;display:flex}.saloon-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.saloon-hero-overlay-content{position:relative;z-index:2;width:100%;height:100%;background-color:#0000008c;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;color:#fff}.saloon-hero-title{font-size:3.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.saloon-hero-subtitle{font-size:1.125rem;line-height:1.6;max-width:650px;margin-bottom:2rem;opacity:.95}.saloon-btn-1{position:absolute;bottom:20%;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:var(--transition-medium)}.saloon-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:var(--color-light);z-index:-1;border-radius:var(--radius-lg);transition:width .5s ease}.saloon-btn-1:hover:before{width:90%}.saloon-btn-1:hover{color:var(--color-dark)}.saloon-style-section{padding:5rem 1rem;background-color:#f4f4f4}.saloon-style-container{max-width:1200px;margin:0 auto;text-align:center}.saloon-style-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:1rem}.saloon-style-subtitle{font-size:1.1rem;color:#555;margin-bottom:3rem}.saloon-style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.saloon-style-card{border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.saloon-style-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.saloon-style-card img{width:100%;height:100%;object-fit:cover;display:block}.saloon-style-description{max-width:950px;margin:0 auto;font-size:1.125rem;line-height:1.8;color:#333}.saloon-cta{background:linear-gradient(135deg,hsl(var(--destructive) / .9),hsl(var(--destructive) / .7)),url(/placeholder.svg);background-size:cover;background-position:center;padding:5rem 2rem;text-align:center}.saloon-cta-content{max-width:800px;margin:0 auto;color:hsl(var(--destructive-foreground))}.saloon-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.saloon-cta-text{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.saloon-cta-button{background:hsl(var(--background));color:hsl(var(--foreground));padding:.875rem 2.5rem;border-radius:.5rem;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.saloon-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:1024px){.saloon-hero-grid{grid-template-columns:1fr;gap:2rem}.saloon-hero-card-left{height:400px;width:100%}.saloon-hero-card-right{min-height:450px}.saloon-style-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.saloon-hero-section{padding:6rem 1rem 3rem}.saloon-hero-title{font-size:2.5rem}.saloon-hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.saloon-hero-card-left{height:300px}.saloon-hero-overlay-content{padding:1.5rem}.saloon-btn-1{position:relative;bottom:auto;left:auto;transform:none;margin-top:1.5rem;width:fit-content}.saloon-style-section{padding:4rem 1rem}.saloon-style-title{font-size:2rem}.saloon-style-grid{grid-template-columns:1fr;gap:1.5rem}.saloon-style-description{font-size:1rem;text-align:left}}@media(max-width:480px){.saloon-hero-title{font-size:2rem}.saloon-hero-card-left{height:250px}.saloon-style-title{font-size:1.75rem}.saloon-style-card{height:250px}}.factories-page{min-height:100vh}.factories-hero{position:relative;min-height:550px;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:8rem 6rem 10rem;border-radius:30px;overflow:hidden}.factories-hero:before{content:"";position:absolute;inset:0;z-index:1}.factories-hero-overlay{position:relative;z-index:2;max-width:700px;text-align:left;width:100%}.factories-hero-title{font-size:3.2rem;font-weight:700;margin-bottom:1rem;color:#454545;text-transform:capitalize}.factories-hero-subtitle{font-size:1.4rem;margin-bottom:2rem;line-height:1.6;max-width:650px;color:#454545}.factories-hero-btn{position:absolute;bottom:40px;left:50%;transform:translate(-50%);background:red;color:#fff;padding:.9rem 3rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;z-index:3;transition:.3s ease;white-space:nowrap}.factories-hero-btn:before{content:"";position:absolute;inset:0;width:0;height:100%;z-index:-1;transition:width .5s ease}.factories-hero-btn:hover:before{width:100%}.factories-hero-btn:hover{transform:translate(-50%) translateY(-4px);box-shadow:0 6px 15px #00000040;color:#fff}@media(max-width:1024px){.factories-hero{padding:6rem 4rem 8rem;min-height:450px}.factories-hero-title{font-size:2.8rem}.factories-hero-subtitle{font-size:1.2rem}}@media(max-width:768px){.factories-hero{padding:4rem 2rem 6rem;min-height:auto;text-align:center;align-items:center;border-radius:20px}.factories-hero-overlay{text-align:center;margin-bottom:3rem}.factories-hero-title{font-size:2.2rem}.factories-hero-subtitle{font-size:1.1rem}.factories-hero-btn{position:relative;bottom:auto;left:auto;transform:none;margin-top:1rem}.factories-hero-btn:hover{transform:translateY(-4px)}}@media(max-width:480px){.factories-hero{padding:3rem 1.5rem 4rem}.factories-hero-title{font-size:1.8rem}.factories-hero-subtitle{font-size:1rem}.factories-hero-btn{padding:.8rem 2rem;font-size:.9rem}}.business-page{min-height:100vh;background-color:#fff;overflow-x:hidden}.business-attire-hero{padding:8rem 2rem 4rem}.business-attire-container{max-width:1400px;margin:0 auto}.business-attire-breadcrumb{margin-bottom:1.5rem;font-size:1rem;color:#6c757d}.business-attire-breadcrumb a{color:#6c757d;text-decoration:none;transition:color .3s ease}.business-attire-breadcrumb a:hover{color:#333}.business-attire-breadcrumb span{margin:0 .5rem}.business-attire-breadcrumb .active{color:#000;font-weight:700}.business-attire-grid{display:grid;grid-template-columns:470px 1fr;gap:1.5rem;align-items:stretch;min-height:550px}.business-attire-left{overflow:hidden;box-shadow:0 8px 25px #0000001a;border-top-left-radius:2%;border-radius:1rem}.business-attire-left img{width:100%;height:100%;object-fit:cover;display:block}.business-attire-right{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 8px 25px #0000001a;border-radius:1rem}.business-attire-right .background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.content-overlay{position:relative;z-index:2;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:2.5rem 3rem;border-radius:1.25rem;text-align:center;max-width:600px;width:85%;margin-bottom:2rem}.content-overlay h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;margin:0 0 1rem;line-height:1.2}.content-overlay p{font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6;opacity:.95;margin:0 0 2rem}.business-btn-1{position:absolute;top:100%;left:50%;transform:translate(-50%,50%);display:flex;align-items:center;gap:10px;background:#e31b1b;background:var(--color-primary, #e31b1b);color:#fff;padding:12px 22px;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:all .3s ease;box-shadow:0 4px 15px #0003;white-space:nowrap}.business-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:#fff3;z-index:-1;transition:width .5s ease}.business-btn-1:hover:before{width:100%}.business-btn-1:hover{transform:translate(-50%,45%);box-shadow:0 6px 20px #0000004d}.business-gallery-section{background-color:#f4f4f4;padding:5rem 2rem;text-align:center}.gallery-section-container{max-width:1200px;margin:0 auto}.gallery-section-title{font-size:clamp(2rem,3vw,2.5rem);color:red;margin-bottom:1rem;font-weight:700}.gallery-section-subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}.gallery-grid{margin:3.5rem 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.gallery-card{border-radius:1rem;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:3/4}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block}.description-block{max-width:950px;margin:0 auto}.description-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;margin-bottom:1.5rem;line-height:1.4;color:#111}.description-text{font-size:1.1rem;line-height:1.8;color:#555}.explore-section{padding:5rem 2rem;text-align:center}.explore-container{max-width:1100px;margin:0 auto}.explore-title{font-size:clamp(2rem,3vw,2.5rem);color:red;font-weight:700;margin-bottom:1rem}.explore-subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 3.5rem;line-height:1.6}.explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.explore-card{text-decoration:none;display:block;transition:transform .3s ease}.explore-card:hover{transform:translateY(-8px)}.explore-card-image{border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 24px #0000001a;margin-bottom:1.5rem;aspect-ratio:4/3}.explore-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.explore-card:hover .explore-card-image img{transform:scale(1.05)}.explore-card-title{font-size:1.25rem;font-weight:600;color:#e50914}.business-cta{position:relative;height:400px;background:linear-gradient(#0009,#0009),url(../assets/cta-handshake.jpg) center/cover;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:4rem}.business-cta-overlay{text-align:center;max-width:700px;padding:0 2rem}.business-cta-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.business-cta-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;opacity:.95}.business-cta-btn{background:#fff;color:#e31b1b;padding:.875rem 2.5rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.business-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:1024px){.business-attire-grid{grid-template-columns:1fr;height:auto;gap:2rem}.business-attire-left{height:400px;border-radius:1rem}.business-attire-right{min-height:450px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.explore-grid{gap:2rem}}@media(max-width:768px){.business-attire-hero{padding:6rem 1rem 3rem}.business-attire-left{height:300px}.content-overlay{padding:2rem 1.5rem;width:90%}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.explore-grid{grid-template-columns:1fr;gap:2.5rem}.business-gallery-section,.explore-section{padding:3rem 1rem}.business-cta{height:350px;margin-top:2rem}.business-cta-overlay{padding:0 1rem}}.manufacturing-page{min-height:100vh;background-color:#fff}.manu-hero-section{padding:8rem 2rem 4rem}.manu-hero-container{max-width:1400px;margin:0 auto}.manu-hero-breadcrumb{margin-bottom:1.5rem;font-size:1rem;color:#6c757d}.manu-hero-breadcrumb a{color:#6c757d;text-decoration:none;transition:color .3s ease}.manu-hero-breadcrumb a:hover{color:#333}.manu-hero-breadcrumb span{margin:0 .5rem}.manu-hero-breadcrumb .active{color:#000;font-weight:700}.manu-hero-grid{display:grid;grid-template-columns:400px 1fr;gap:1.5rem;align-items:stretch;height:580px}.manu-hero-left,.manu-hero-right{overflow:hidden;box-shadow:0 8px 25px #0000001a;position:relative}.manu-hero-left{border-top-left-radius:2rem}.manu-hero-right{border-top-right-radius:2rem;display:flex;align-items:center;justify-content:center}.manu-hero-left img,.manu-hero-right .background-image{width:100%;height:100%;object-fit:cover;display:block}.manu-hero-right .background-image{position:absolute;top:0;left:0;z-index:1}.content-overlay{position:relative;top:15%;z-index:2;background:#14142873;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:1rem;border-radius:1.5rem;text-align:center;max-width:580px;width:85%}.content-overlay h1{font-size:3.25rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.content-overlay p{font-size:1.1rem;line-height:1.6;opacity:.95;margin:0 0 2rem}.ManufacturingUnits-btn-1{position:absolute;top:102%;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:var(--transition-medium)}.ManufacturingUnits-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:var(--color-light);z-index:-1;border-radius:var(--radius-lg);transition:width .5s ease}.ManufacturingUnits-btn-1:hover:before{width:90%}.ManufacturingUnits-btn-1:hover{color:var(--color-dark)}.manu-gallery-section{background-color:#f4f4f4;padding:5rem 2rem;text-align:center}.manu-gallery-container{max-width:1200px;margin:0 auto}.manu-gallery-title{font-size:2.5rem;color:red;margin-bottom:1rem;font-weight:700}.manu-gallery-subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}.manu-gallery-grid{margin:3.5rem 0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.manu-gallery-card{border-radius:1rem;overflow:hidden;background-color:#fff;box-shadow:0 6px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.manu-gallery-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.manu-gallery-card img{width:100%;height:100%;object-fit:cover;display:block}.manu-description-block{max-width:950px;margin:0 auto}.manu-description-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.4;color:#111}.manu-description-text{font-size:1.1rem;line-height:1.8;color:#555}.manufacturing-engineered{padding:5rem 2rem;text-align:center;background:hsl(var(--background))}.manufacturing-engineered-title{font-size:2.5rem;color:red;margin-bottom:1rem;font-weight:700}.manufacturing-engineered-subtitle{font-size:1.1rem;color:hsl(var(--foreground));max-width:700px;margin:0 auto 3rem;line-height:1.6}.manu-explore-section{background-color:#f5f5f5;padding:5rem 2rem;text-align:center}.manu-explore-container{max-width:1200px;margin:0 auto}.manu-explore-title{font-size:2.5rem;color:red;font-weight:700;line-height:1.3;margin-bottom:1rem}.manu-explore-subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 3.5rem;line-height:1.6}.manu-explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.manu-explore-card{text-decoration:none;display:block;transition:transform .3s ease}.manu-explore-card:hover{transform:translateY(-8px)}.manu-explore-card-image{border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 24px #0000001a;margin-bottom:1.5rem}.manu-explore-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.manu-explore-card:hover .manu-explore-card-image img{transform:scale(1.05)}.manu-explore-card-title{font-size:1.25rem;font-weight:600;color:red}@media(max-width:1024px){.manu-hero-grid{grid-template-columns:1fr;height:auto;gap:2rem}.manu-hero-left{height:400px;border-radius:1.5rem;width:100%}.manu-hero-right{height:500px;border-radius:1.5rem;width:100%}.content-overlay{width:80%;padding:2rem}.content-overlay h1{font-size:2.5rem}}@media(max-width:992px){.manu-gallery-grid,.manu-explore-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.manu-hero-section{padding:6rem 1rem 3rem}.manu-hero-left{height:300px}.manu-hero-right{height:auto;min-height:450px;padding:2rem 0}.content-overlay{width:90%;padding:1.5rem;top:0;transform:none;margin:2rem auto}.content-overlay h1{font-size:2rem}.content-overlay p{font-size:1rem;margin-bottom:2.5rem}.ManufacturingUnits-btn-1{position:relative;top:auto;left:auto;transform:none;margin:0 auto;width:fit-content;display:flex}.manu-gallery-section,.manu-explore-section,.manufacturing-engineered{padding:3rem 1rem}.manu-gallery-title,.manu-description-title,.manu-explore-title,.manufacturing-engineered-title{font-size:1.75rem}.manu-gallery-grid,.manu-explore-grid{grid-template-columns:1fr;gap:2rem}.manu-description-text,.manu-explore-subtitle{font-size:1rem}}@media(max-width:480px){.manu-hero-left{height:250px}.content-overlay h1{font-size:1.75rem}.manu-gallery-title,.manu-description-title,.manu-explore-title{font-size:1.5rem}.manu-explore-card-image{height:200px}}.hs-hero{position:relative;margin-top:9%;overflow:hidden}.hs-hero-img{width:1600px;height:750px;object-fit:contain}.hs-hero-overlay{position:absolute;inset:0;display:grid;align-items:center;justify-content:center}.hs-hero-content{text-align:center;color:#fff;margin-top:65%;padding:25px 45px 0 20px;background:#d4c4c44b;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(2px);border-radius:15px;max-width:750px}.hs-breadcrumb{font-size:14px;margin-bottom:10px;opacity:.9}.hs-title{font-size:38px;font-weight:700;margin-bottom:15px}.hs-subtitle{font-size:16px;line-height:1.6;max-width:700px;margin:0 auto 25px}.hs-btn{align-items:center;justify-content:center;padding:12px;width:50%;background:#e31b1b;color:#fff;border:none;border-radius:30px;font-size:16px;cursor:pointer;transition:.3s}.hs-btn:hover{background:#c01414}.hs-button-arrow-5{font-size:1.25rem;transition:transform .3s ease}.hero-button:hover .hs-button-arrow-5{transform:translate(5px)}.Hospital-Quate-overlay-btn-5{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin:.5rem auto 0;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.Hospital-Quate-overlay-btn-5:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.Hospital-Quate-overlay-btn-5:hover{color:var(--color-dark);transform:translateY(-2px)}.Hospital-Quate-overlay-btn-5:hover:before{width:100%}.rest-section{text-align:center;padding:60px 20px;max-width:1400px;margin:0 auto}.rest-title{color:var(--color-primary);font-family:var(--font-primary);font-size:4rem;font-weight:700;margin-bottom:10px}.rest-subtitle{font-size:1.5rem;font-family:var(--font-secondary);color:var(--color-secondary);line-height:1.6;margin-bottom:40px}.rest-grid{display:flex;justify-content:center;gap:9%;margin-bottom:50px}.rest-card{width:300px;height:330px;border-radius:12px;overflow:hidden}.rest-card img{width:100%;height:100%;object-fit:cover}.rest-highlight{border-radius:15px;height:340px}.rest-highlight img{border-radius:10px}.rest-description{max-width:1500px}.rest-desc-title{font-size:2.2rem;font-family:var(--font-primary);color:var(--color-secondary);font-weight:700;margin-bottom:20px}.rest-desc-text{font-size:1.2rem;max-width:1050px;margin-left:10%;font-family:var(--font-secondary);color:#555;line-height:1.7}@media(max-width:1024px){.rest-title{font-size:3.5rem}.rest-grid{gap:5%}}@media(max-width:768px){.rest-section{padding:40px 15px}.rest-title{font-size:2.5rem}.rest-subtitle{font-size:1.1rem;margin-bottom:30px}.rest-grid{flex-direction:column;align-items:center;gap:20px}.rest-card,.rest-highlight{width:100%;max-width:400px;height:300px}.rest-desc-title{font-size:1.5rem}.rest-desc-text{font-size:1rem;margin:0 auto;text-align:center}}@media(max-width:480px){.rest-title{font-size:2rem}.rest-card,.rest-highlight{height:250px}}.catering-section{text-align:center;padding:60px 20px;max-width:1400px;margin:0 auto}.catering-title{color:var(--color-primary);font-family:var(--font-primary);font-size:4rem;font-weight:700;margin-bottom:10px}.catering-subtitle{font-size:1.5rem;font-family:var(--font-secondary);color:var(--color-secondary);line-height:1.6;margin-bottom:40px}.catering-grid{display:flex;justify-content:center;gap:9%}.catering-cards{margin-top:5%;width:300px;height:330px;border-radius:12px;overflow:hidden}.catering-cards img{width:100%;height:100%;object-fit:cover}.catering-highlight{border-radius:15px;height:440px;margin-bottom:10%}.catering-highlight img{width:100%;height:100%;object-fit:cove}.catering-description{max-width:1500px}.catering-desc-title{font-size:2.2rem;font-family:var(--font-primary);color:var(--color-secondary);font-weight:700;margin-bottom:20px}.catering-desc-text{font-size:1.2rem;max-width:1050px;margin-left:10%;font-family:var(--font-secondary);color:#555;line-height:1.7}@media(max-width:1024px){.catering-title{font-size:3.5rem}.catering-grid{gap:5%}}@media(max-width:768px){.catering-section{padding:40px 15px}.catering-title{font-size:2.5rem}.catering-subtitle{font-size:1.1rem;margin-bottom:30px}.catering-grid{flex-direction:column;align-items:center;gap:20px}.catering-cards,.catering-highlight{width:100%;max-width:400px;height:300px;margin-top:0;margin-bottom:0}.catering-desc-title{font-size:1.5rem}.catering-desc-text{font-size:1rem;margin:0 auto;text-align:center}}@media(max-width:480px){.catering-title{font-size:2rem}.catering-cards,.catering-highlight{height:250px}}:root{--color-primary: #ff0000;--color-secondary: #000000;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif}.Htl-section{text-align:center;background-color:#f4f4f4;padding:60px 20px;margin:0 auto}.Htl-title{color:var(--color-primary);font-family:var(--font-primary);font-size:4rem;font-weight:700;margin-bottom:10px}.Htl-subtitle{font-size:1.5rem;font-family:var(--font-secondary);color:var(--color-secondary);line-height:1.6;margin-bottom:40px}.Htl-grid{display:flex;justify-content:center;align-items:stretch;gap:10%;height:430px}.Htl-cards{height:100%;width:180px;cursor:pointer;border-radius:14px;overflow:hidden;transition:width .45s ease,transform .35s ease,filter .35s ease;position:relative}.Htl-highlight{width:260px!important}.Htl-cards img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .35s ease;filter:brightness(75%)}.Htl-grid:hover .Htl-cards{width:120px;filter:brightness(50%)}.Htl-cards:hover{width:380px!important;transform:translateY(-10px);filter:brightness(100%)!important}.Htl-cards:hover img{transform:scale(1.08);filter:brightness(100%)}.Htl-highlight img{filter:brightness(100%)!important}.Htl-highlight:hover{transform:translateY(-8px)}.Htl-description{max-width:1500px;margin-top:40px}.Htl-desc-title{font-size:2.2rem;font-family:var(--font-primary);font-weight:700;color:var(--color-secondary);margin-bottom:20px}.Htl-desc-text{font-size:1.2rem;max-width:1050px;margin-left:10%;font-family:var(--font-secondary);color:#555;line-height:1.7}@media(max-width:1024px){.Htl-grid{gap:5%}.Htl-title{font-size:3.5rem}}@media(max-width:768px){.Htl-section{padding:40px 15px}.Htl-title{font-size:2.5rem}.Htl-subtitle{font-size:1.1rem;margin-bottom:30px}.Htl-grid{flex-direction:column;height:auto;gap:20px;align-items:center}.Htl-cards,.Htl-highlight,.Htl-cards:hover,.Htl-grid:hover .Htl-cards{width:100%!important;max-width:400px;height:300px;filter:brightness(100%)!important;transform:none!important}.Htl-cards img,.Htl-cards:hover img{transform:none!important;filter:brightness(100%)!important}.Htl-desc-title{font-size:1.5rem}.Htl-desc-text{font-size:1rem;margin:0 auto;text-align:center}}@media(max-width:480px){.Htl-title{font-size:2rem}.Htl-cards,.Htl-highlight{height:250px}}.cafe-section{text-align:center;padding:60px 20px;max-width:1400px;margin:0 auto}.cafe-title{color:var(--color-primary);font-family:var(--font-primary);font-size:4rem;font-weight:700;margin-bottom:10px}.cafe-subtitle{font-size:1.5rem;font-family:var(--font-secondary);color:var(--color-secondary);opacity:.8;line-height:1.6;margin-bottom:40px}.cafe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;justify-items:center;margin-bottom:50px}.cafe-card{width:350px;height:330px;border-radius:12px;overflow:hidden;background:#fff}.cafe-card img{width:100%;height:100%;object-fit:cover}.cafe-description{max-width:900px;margin:0 auto;text-align:center}.cafe-desc-title{font-size:2rem;font-family:var(--font-primary);color:var(--color-secondary);margin-bottom:15px}.cafe-desc-text{font-size:1.1rem;font-family:var(--font-secondary);color:#555;line-height:1.7}@media(max-width:1024px){.cafe-grid{grid-template-columns:repeat(2,1fr)}.cafe-title{font-size:3.5rem}}@media(max-width:768px){.cafe-section{padding:40px 15px}.cafe-title{font-size:2.5rem}.cafe-subtitle{font-size:1.1rem;margin-bottom:30px}.cafe-grid{grid-template-columns:1fr;gap:20px}.cafe-card{width:100%;height:300px;max-width:400px}.cafe-desc-title{font-size:1.5rem}.cafe-desc-text{font-size:1rem}}@media(max-width:480px){.cafe-title{font-size:2rem}.cafe-card{height:250px}}:root{--color-primary: #ff0000;--color-secondary: #000000;--color-thirdary: #efefef;--color-fourthary: #ffffff;--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif}.hospitality-page{min-height:100vh;background:hsl(var(--background))}.hospitality-hero{margin-top:8%}.breadcrumb{font-size:14px;bottom:10%}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#e63946}.breadcrumb .separator{color:#ccc}.breadcrumb span:last-child{color:#000;font-weight:500}.hospitality-section{margin:0 auto}.hospitality-section-title{color:hsl(var(--primary));font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.hospitality-section-subtitle{text-align:center;color:hsl(var(--foreground) / .7);font-size:1rem;margin-bottom:3rem;line-height:1.6}.hospitality-grid-3,.hospitality-grid-6{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.hospitality-image-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1;background:hsl(var(--muted))}.hospitality-image-card img{width:100%;height:100%;object-fit:cover}.hospitality-image-card-highlight{background:hsl(var(--primary) / .1)}.hospitality-description{max-width:1000px;margin:0 auto;text-align:center}.hospitality-description-title{font-size:1.8rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem;line-height:1.4}.hospitality-description-text{font-size:1rem;color:hsl(var(--foreground) / .7);line-height:1.8}.hospitality-performance{background:hsl(var(--muted) / .3);padding:4rem 2rem;margin:4rem 0}.hospitality-performance-title{color:hsl(var(--primary));color:var(--color-primary);font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem}.hospitality-performance-subtitle{text-align:center;color:hsl(var(--foreground) / .7);font-size:1.5rem;margin-bottom:3rem;line-height:1.6}.hospitality-features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;max-width:1400px;margin:0 auto}.hospitality-feature{text-align:center}.hospitality-feature-icon{width:80px;height:80px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground))}.hospitality-feature-label{font-size:.9rem;color:hsl(var(--foreground));line-height:1.4}.hospitality-cta{background:linear-gradient(#b42828e6,#641414e6),url(/placeholder.svg) center/cover;padding:5rem 2rem;text-align:center;color:#fff}.hospitality-cta-content{max-width:800px;margin:0 auto}.hospitality-cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.hospitality-cta-text{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.hospitality-cta-button{background:#fff;color:hsl(var(--primary));padding:1rem 3rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hospitality-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}@media(max-width:1200px){.hospitality-hero{margin-top:100px}}@media(max-width:1024px){.hospitality-features-grid{grid-template-columns:repeat(3,1fr)}.hospitality-grid-6{grid-template-columns:repeat(2,1fr)}.hospitality-performance-title{font-size:2.5rem}}@media(max-width:768px){.hospitality-hero{margin-top:80px}.hospitality-hero-title{font-size:2.5rem}.hospitality-hero-subtitle{font-size:1rem}.hospitality-grid-3,.hospitality-grid-6{grid-template-columns:1fr}.hospitality-features-grid{grid-template-columns:repeat(2,1fr)}.hospitality-section-title,.hospitality-performance-title{font-size:2rem}.hospitality-performance-subtitle{font-size:1.1rem}.hospitality-cta-title{font-size:2rem}.hospitality-description-title{font-size:1.5rem}.hospitality-description-text{font-size:1rem}}@media(max-width:480px){.hospitality-features-grid{grid-template-columns:1fr}.hospitality-cta-title{font-size:1.75rem}.hospitality-cta-button{width:100%;padding:1rem}}.office-page{min-height:90vh}.office-breadcrumb{font-size:.9rem;margin-bottom:1.5rem;opacity:.9}.office-breadcrumb a{color:#fff;text-decoration:none}.office-breadcrumb a:hover{text-decoration:underline}.office-breadcrumb .separator{margin:0 .5rem}.office-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.office-hero-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;opacity:.95}.office-hero-btn{background:hsl(var(--primary));color:#fff;padding:.875rem 2.5rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.office-hero-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.office-accuracy{padding:5rem 2rem;text-align:center;background:hsl(var(--muted))}.office-accuracy-title{font-size:2.5rem;color:hsl(var(--primary));margin-bottom:1rem;font-weight:700}.office-accuracy-subtitle{font-size:1.1rem;color:hsl(var(--foreground));max-width:700px;margin:0 auto 3rem;line-height:1.6}.office-gallery-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:250px 250px;gap:1.5rem}.office-gallery-item{border-radius:16px;overflow:hidden;background:hsl(var(--card));box-shadow:0 4px 12px #0000001a}.office-gallery-large{grid-column:1 / 3;grid-row:1}.office-gallery-medium,.office-gallery-small{grid-column:span 1;grid-row:span 1}.office-gallery-large-vertical{grid-column:4;grid-row:1 / 3}.office-gallery-placeholder{width:100%;height:100%;background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05))}.office-description{padding:5rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.office-description-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.4;color:hsl(var(--foreground))}.office-description-text{font-size:1.1rem;line-height:1.8;color:hsl(var(--muted-foreground));max-width:900px;margin:0 auto}.office-explore{padding:5rem 2rem;text-align:center;background:hsl(var(--background))}.office-explore-title{font-size:2.5rem;color:hsl(var(--primary));margin-bottom:1rem;font-weight:700}.office-explore-subtitle{font-size:1.1rem;color:hsl(var(--foreground));max-width:700px;margin:0 auto 3rem;line-height:1.6}.office-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.office-card{background:hsl(var(--card));border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.office-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.office-card-image{width:100%;height:400px;overflow:hidden}.office-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05))}.office-card-title{padding:1.5rem;font-size:1.25rem;font-weight:600;color:hsl(var(--primary));text-align:center}.office-engineered{padding:5rem 2rem;text-align:center;background:hsl(var(--muted))}.office-engineered-title{font-size:2.5rem;color:hsl(var(--primary));margin-bottom:1rem;font-weight:700}.office-engineered-subtitle{font-size:1.1rem;color:hsl(var(--foreground));max-width:700px;margin:0 auto 3rem;line-height:1.6}.office-features{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto}.office-feature{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:hsl(var(--card));border-radius:16px;box-shadow:0 2px 8px #0000000d}.office-feature-icon{color:hsl(var(--primary));display:flex;align-items:center;justify-content:center}.office-feature-title{font-size:.95rem;font-weight:600;color:hsl(var(--foreground));text-align:center}.office-cta{position:relative;height:400px;background:linear-gradient(#0009,#0009),url(../assets/cta-handshake.jpg) center/cover;display:flex;align-items:center;justify-content:center;color:#fff}.office-cta-overlay{text-align:center;max-width:700px;padding:0 2rem}.office-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.office-cta-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;opacity:.95}.office-cta-btn{background:#fff;color:hsl(var(--primary));padding:.875rem 2.5rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.office-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:1024px){.office-gallery-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}.office-gallery-large-vertical{grid-row:span 1}.office-features{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.office-hero-title{font-size:2.5rem}.office-accuracy-title,.office-engineered-title,.office-explore-title{font-size:2rem}.office-gallery-grid{grid-template-columns:repeat(2,1fr)}.office-gallery-large,.office-gallery-large-vertical{grid-column:span 1;grid-row:span 1}.office-features,.office-cards{grid-template-columns:1fr}.office-cta-title{font-size:2rem}}.office-hero{position:relative;margin-top:9%;overflow:hidden}.office-hero-img{width:100%;height:550px;display:flex;justify-content:center;object-fit:contain}.office-hero-overlay{position:absolute;inset:0;display:grid;place-items:center}.office-hero-content{text-align:center;color:#fff;margin-top:28%;padding:25px 45px 0 20px;background:#d4c4c44b;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:15px;max-width:750px}.office-breadcrumb{font-size:14px;margin-bottom:10px;opacity:.9}.office-title{font-size:38px;font-weight:700;margin-bottom:15px}.office-subtitle{font-size:1.5rem;line-height:1.6;max-width:700px;margin:0 auto 25px}.office-btn{padding:12px;width:50%;background:#e31b1b;color:#fff;border:none;border-radius:30px;font-size:16px;cursor:pointer;transition:.3s}.office-btn:hover{background:#c01414}.office-button-arrow-5{font-size:1.25rem;transition:transform .3s ease}.hero-button:hover .office-button-arrow-5{transform:translate(5px)}.office-Quate-overlay-btn-5{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;margin:-1.1rem auto 0;padding:1rem 2rem;font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.office-Quate-overlay-btn-5:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.office-Quate-overlay-btn-5:hover{color:var(--color-dark);transform:translateY(-2px)}.office-Quate-overlay-btn-5:hover:before{width:100%}@media(max-width:1440px){.office-hero-content{margin-top:30%}.office-title{font-size:34px}}@media(max-width:1280px){.office-hero-content{margin-top:32%}}@media(max-width:1024px){.office-hero-img{height:500px}.office-hero-content{margin-top:35%;padding:20px 30px}.office-title{font-size:32px}.office-subtitle{font-size:1.3rem}}@media(max-width:768px){.office-hero-img{height:450px}.office-hero-content{margin-top:30%;max-width:90%}.office-title{font-size:28px}.office-subtitle{font-size:1.2rem}.office-btn{width:70%;font-size:15px}}@media(max-width:600px){.office-hero-img{height:350px}.office-hero-content{margin-top:30%;height:40%}.office-title{font-size:15px}.office-subtitle{font-size:1rem}.office-btn{width:80%}.office-Quate-overlay-btn-5{padding:.3rem .5rem}}@media(max-width:480px){.office-hero-img{height:350px}.office-hero-content{margin-top:42%;height:35%}.office-title{font-size:15px}.office-subtitle{font-size:.8rem}.office-btn{width:80%}.office-Quate-overlay-btn-5{padding:.3rem .5rem}}@media(max-width:360px){.office-hero-img{height:350px}.office-hero-content{margin-top:42%;height:35%}.office-title{font-size:15px}.office-subtitle{font-size:.8rem}.office-btn{width:80%}.office-Quate-overlay-btn-5{padding:.3rem .5rem}}.office-Section-accuracy{padding:4rem 2rem;text-align:center;background-color:#f4f4f4}.office-Section-accuracy-title{font-size:2.4rem;color:red;font-weight:700;margin-bottom:.5rem}.office-Section-accuracy-subtitle{font-size:1.1rem;color:#444;max-width:750px;margin:0 auto 3rem;line-height:1.6}.office-Section-gallery-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr .9fr;gap:15px;align-items:start}.office-Section-gallery-item{border-radius:15px;overflow:hidden;position:relative}.office-Section-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.office-Section-gallery-item.large,.office-Section-gallery-item.medium,.office-Section-gallery-item.small{height:240px}.office-Section-gallery-item.tall{grid-row:span 2;height:500px;margin-top:-20%}.tallimg{height:100%}.office-Section-accuracy-description{max-width:900px;margin:3rem auto 0}.office-Section-description-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.office-Section-description-text{font-size:1.1rem;line-height:1.7;color:#555}@media(max-width:1024px){.office-Section-accuracy-title{font-size:2rem}.office-Section-gallery-grid{grid-template-columns:1fr 1fr}.office-Section-gallery-item.tall{grid-row:auto;height:300px;margin-top:0;grid-column:span 2}.office-Section-gallery-item.large,.office-Section-gallery-item.medium,.office-Section-gallery-item.small{height:200px}}@media(max-width:768px){.office-Section-accuracy{padding:3rem 1rem}.office-Section-accuracy-title{font-size:1.8rem}.office-Section-accuracy-subtitle{font-size:1rem;margin-bottom:2rem}.office-Section-gallery-grid{grid-template-columns:1fr;gap:15px}.office-Section-gallery-item.tall{grid-column:auto;height:250px;margin-top:0}.office-Section-gallery-item.large,.office-Section-gallery-item.medium,.office-Section-gallery-item.small{height:250px}.office-Section-description-title{font-size:1.5rem}.office-Section-description-text{font-size:1rem}}.office-explore{padding:5rem 2rem;text-align:center;background:#f3f6ff}.office-explore-title{font-size:2.3rem;color:#e60000;font-weight:700;margin-bottom:.7rem;font-family:Poppins,sans-serif}.office-explore-subtitle{font-size:1.1rem;color:#444;max-width:720px;margin:0 auto 3rem;line-height:1.6;font-family:Roboto,sans-serif}.office-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1150px;margin:0 auto}.office-card{border-radius:20px;text-decoration:none;overflow:hidden;transition:.3s ease;display:block}.office-card:hover{transform:translateY(-6px)}.office-card-image{width:100%;height:380px;overflow:hidden;border-radius:20px}.office-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.office-card:hover .office-card-image img{transform:scale(1.05)}.office-card-title{padding:1.2rem 1rem;font-size:1.3rem;font-weight:600;color:#c00;font-family:Poppins,sans-serif}@media(max-width:1024px){.office-explore{padding:4rem 1.5rem}.office-explore-title{font-size:2rem}.office-card-image{height:300px}}@media(max-width:768px){.office-explore{padding:3rem 1rem}.office-explore-title{font-size:1.8rem}.office-explore-subtitle{font-size:1rem;margin-bottom:2rem}.office-cards{grid-template-columns:1fr;gap:2rem}.office-card-image{height:250px}.office-card-title{font-size:1.2rem;padding:1rem .5rem}}.casual-page{min-height:100vh;background:hsl(var(--background))}.casual-precision{padding:5rem 2rem;text-align:center;background:var(--color-blue)}.casual-precision-title{font-size:3rem;color:var(--color-primary);margin-bottom:1rem;font-weight:700}.casual-precision-subtitle{font-size:1.1rem;color:var(--color-dark);font-family:var(--font-primary);max-width:700px;margin:0 auto 3rem;line-height:1.6}.casual-gallery-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.casual-gallery-item{border-radius:16px;overflow:hidden;height:350px}.casual-gallery-item img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.casual-gallery-item:hover img{transform:scale(1.05)}.casual-gallery-placeholder{width:100%;height:100%}.casual-description{padding:5rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.casual-description-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.4;font-family:var(--font-primary);color:var(--color-dark)}.casual-description-text{font-size:1.2rem;line-height:1.8;color:var(--color-dark);max-width:900px;margin:0 auto}.casual-engineered{padding:5rem 2rem;text-align:center;background:hsl(var(--background))}.casual-engineered-title{font-size:2.5rem;color:hsl(var(--primary));margin-bottom:1rem;font-weight:700}.casual-engineered-subtitle{font-size:1.1rem;color:hsl(var(--foreground));max-width:700px;margin:0 auto 3rem;line-height:1.6}.casual-features{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto}.casual-feature{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:hsl(var(--card));border-radius:16px;box-shadow:0 2px 8px #0000000d}.casual-feature-icon{color:hsl(var(--primary));display:flex;align-items:center;justify-content:center}.casual-feature-title{font-size:.95rem;font-weight:600;color:hsl(var(--foreground));text-align:center}.casual-explore{padding:5rem 2rem;text-align:center;background:hsl(var(--muted))}.casual-explore-title{font-size:2.5rem;color:hsl(var(--primary));margin-bottom:1rem;font-weight:700}.casual-explore-subtitle{font-size:1.1rem;color:hsl(var(--foreground));max-width:700px;margin:0 auto 3rem;line-height:1.6}.casual-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.casual-card{background:hsl(var(--card));border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.casual-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.casual-card-image{width:100%;height:400px;overflow:hidden}.casual-card-placeholder img{width:100%;height:100%;object-fit:cover}.casual-card-title{padding:1.5rem;font-size:1.25rem;font-weight:600;color:hsl(var(--primary));text-align:center}.casual-cta{position:relative;height:400px;background:linear-gradient(#0009,#0009),url(../assets/cta-handshake.jpg) center/cover;display:flex;align-items:center;justify-content:center;color:#fff}.casual-cta-overlay{text-align:center;max-width:700px;padding:0 2rem}.casual-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.casual-cta-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;opacity:.95}.casual-cta-btn{background:#fff;color:hsl(var(--primary));padding:.875rem 2.5rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.casual-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:1024px){.casual-gallery-grid{grid-template-columns:repeat(2,1fr)}.casual-features{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.casual-precision,.casual-description,.casual-engineered,.casual-explore{padding:3rem 1.5rem}.casual-precision-title,.casual-description-title,.casual-engineered-title,.casual-explore-title{font-size:2rem}.casual-gallery-grid{grid-template-columns:1fr}.casual-gallery-item{height:300px}.casual-features,.casual-cards{grid-template-columns:1fr}.casual-card-image{height:300px}.casual-cta-title{font-size:2rem}}@media(max-width:480px){.casual-precision-title,.casual-description-title,.casual-engineered-title,.casual-explore-title{font-size:1.75rem}.casual-gallery-item,.casual-card-image{height:250px}}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Roboto", sans-serif;--color-primary: #ff0000;--color-primary-dark: #cc0000;--color-dark: #000000;--color-light: #ffffff;--color-blue: #F4F4F4;--bg-main: #f5f5f5;--bg-grey: #F0F0F0;--shadow-lg: 0 15px 40px rgba(0, 0, 0, .25);--shadow-md: 0 8px 20px rgba(0, 0, 0, .2);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 30px;--space-xs: 6px;--space-sm: 10px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px}.casual-hero{padding:6rem 2rem 4rem;background:#fff}.casual-hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.casual-hero-left{text-align:left}.casual-breadcrumb{font-size:1.1rem;margin-top:1rem;opacity:.7;color:#555;display:flex;gap:.4rem;flex-wrap:wrap}.casual-breadcrumb a{text-decoration:none;color:#555}.casual-breadcrumb a:hover{text-decoration:underline}.separator{margin:0 .2rem}.casual-hero-title{font-size:3.3rem;font-weight:700;margin-bottom:1rem;color:#222;line-height:1.2}.casual-hero-subtitle{max-width:500px;font-size:1.1rem;margin-bottom:2rem;color:#666;line-height:1.6}.casual-hero-btn{background:#e60000;color:#fff;padding:.9rem 2.4rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s ease;display:inline-flex;align-items:center;gap:.5rem}.casual-hero-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026;background:#c00}.casual-hero-right{display:flex;justify-content:center;margin-top:10%}.casual-hero-image{width:100%;max-width:550px;height:400px;border-radius:22px;overflow:hidden;box-shadow:0 10px 28px #0000001a}.casual-hero-image img{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.casual-hero-content{gap:2rem}.casual-hero-title{font-size:2.8rem}}@media(max-width:768px){.casual-hero{padding:4rem 1.5rem 3rem}.casual-hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.casual-hero-left{text-align:center;order:1}.casual-hero-right{order:2;margin-top:0}.casual-breadcrumb{justify-content:center;font-size:.9rem}.casual-hero-title{font-size:2.2rem}.casual-hero-subtitle{margin:0 auto 2rem}.casual-hero-image{height:auto;max-height:350px}}@media(max-width:480px){.casual-hero-title{font-size:1.8rem}.casual-hero-btn{width:100%;justify-content:center}}.corporate-Section2-explore{padding:5rem 2rem;text-align:center;background:#f3f6ff}.corporate-Section2-explore-title{font-size:2.3rem;color:#e60000;font-weight:700;margin-bottom:.7rem;font-family:Poppins,sans-serif}.corporate-Section2-explore-subtitle{font-size:1.1rem;color:#444;max-width:720px;margin:0 auto 3rem;line-height:1.6;font-family:Roboto,sans-serif}.corporate-Section2-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1150px;margin:0 auto}.corporate-Section2-card{border-radius:20px;text-decoration:none;overflow:hidden;transition:.3s ease;display:block}.corporate-Section2-card:hover{transform:translateY(-6px)}.corporate-Section2-card-image{width:100%;height:380px;overflow:hidden;border-radius:20px}.corporate-Section2-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.corporate-Section2-card:hover .corporate-Section2-card-image img{transform:scale(1.05)}.corporate-Section2-card-title{padding:1.2rem 1rem;font-size:1.3rem;font-weight:600;color:#c00;font-family:Poppins,sans-serif}@media(max-width:768px){.corporate-Section2-explore{padding:3rem 1.5rem}.corporate-Section2-explore-title{font-size:1.8rem}.corporate-Section2-cards{grid-template-columns:1fr;gap:2rem}.corporate-Section2-card-image{height:300px}}@media(max-width:480px){.corporate-Section2-card-image{height:250px}}.security-companies-page{padding:0 2rem;max-width:1400px;margin:0 auto}.security-hero-content{position:relative;height:450px;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e0e0,silver)}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-tagline{font-size:1.2rem;font-weight:500;margin-bottom:1.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.uniforms-info-section{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;margin-bottom:6rem;align-items:center;transition:background .3s ease}.uniforms-info-images{display:grid;grid-template-rows:2fr 1fr;gap:1.5rem;height:100%}.info-image-large,.info-image-small{border-radius:22px;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat;transition:all .35s ease;box-shadow:0 12px 28px #0000001f}.info-image-large{min-height:400px;width:100%}.info-image-small{min-height:220px;background-position:center center!important}.info-image-large.color-black{background:linear-gradient(135deg,#1d1d1d,#101010)}.info-image-large.color-navy{background:linear-gradient(135deg,#1e3a5f,#162c46)}.info-image-small.color-black{background:linear-gradient(135deg,#2e2e2e,#1c1c1c)}.info-image-small.color-navy{background:linear-gradient(135deg,#2f4a6b,#203754)}.uniforms-info-content{padding:3.2rem;border-radius:22px;box-shadow:0 12px 35px #00000014;border:1px solid #f0f0f0;transition:background .3s ease,border-color .3s ease}.content-black{background:#e9e9e9;border-color:#c9c9c9}.content-navy{background:#e8f1ff;border-color:#b8d4ff}.uniforms-info-title{font-size:3rem;font-weight:800;margin-bottom:1.8rem;line-height:1.3;letter-spacing:-.5px}.uniforms-info-description{font-size:1.25rem;color:#555;line-height:1.8;font-weight:400;transition:color .3s ease}.color-swatches{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2rem;grid-column:1 / -1}.swatch{width:62px;height:62px;border-radius:50%;cursor:pointer;transition:all .3s ease;border:3px solid transparent;box-shadow:0 6px 18px #0000001f;position:relative}.swatch:hover{transform:scale(1.12)}.swatch.active{transform:scale(1.18)}.swatch-black{background-color:#1a1a1a}.swatch-navy{background-color:#1e3a5f}.swatch:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(145deg,#ffffff40,#ffffff0d);pointer-events:none}.theme-black .uniforms-info-content{background:#e9e9e9;border-color:#c9c9c9}.theme-black .uniforms-info-title{color:#1a1a1a}.theme-black .swatch.active{border-color:#1a1a1a;box-shadow:0 0 0 4px #fff,0 0 0 6px #1a1a1a}.theme-navy .uniforms-info-content{background:#e8f1ff;border-color:#b8d4ff}.theme-navy .uniforms-info-title{color:#1e3a5f}.theme-navy .swatch.active{border-color:#1e3a5f;box-shadow:0 0 0 4px #fff,0 0 0 6px #1e3a5f}.theme-navy .uniforms-info-description{color:#2a4567}.theme-black .uniforms-info-description{color:#333}.features-section{text-align:center;margin-bottom:5rem}.features-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:1rem}.features-subtitle{font-size:1rem;color:#666;max-width:800px;margin:0 auto 3rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-item{text-align:center;background-color:#fff;padding:2rem 1.5rem;border-radius:15px;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.feature-icon{color:#1a1a1a;margin-bottom:1rem}.feature-name{font-size:.95rem;font-weight:500;color:#1a1a1a;line-height:1.4}.explore-card-image{height:350px;background:linear-gradient(135deg,#e0e0e0,silver)}.security-cta{position:relative;height:400px;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden;margin-bottom:4rem;background:linear-gradient(135deg,#c00,red)}.cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1}.cta-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.cta-button{background-color:#fff;color:red;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.breadcrumb{margin-top:100px}.hero-title{font-size:2rem}.hero-tagline{font-size:1rem}.uniforms-info-section,.features-grid,.explore-cards{grid-template-columns:1fr}.cta-title{font-size:2rem}}.security-hero{margin-bottom:3rem}.security-hero-content{position:relative;height:620px;border-radius:20px;overflow:hidden}.security-hero-image{width:100%;height:100%;object-fit:cover;display:block}.security-hero-overlay{position:absolute;top:50%;left:0;width:100%;height:50%;background:#00000061;z-index:1}.security-hero-text{position:absolute;z-index:2;top:70%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.security-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.Security-Quate-overlay-btn-1{position:relative;display:flex;margin-left:30%;align-items:center;gap:8px;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.Security-Quate-overlay-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.Security-Quate-overlay-btn-1:hover{color:var(--color-dark);transform:translateY(-2px)}.Security-Quate-overlay-btn-1:hover:before{width:100%}.guard-page{padding:0 2rem;max-width:1400px;margin:0 auto}.breadcrumb{margin-top:120px;margin-bottom:2rem;font-size:.9rem;color:#666}.guard-hero{margin-bottom:3rem}.guard-hero-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem;height:450px;border-radius:20px;overflow:hidden}.hero-image-main{position:relative;background:linear-gradient(135deg,#e0e0e0,silver);display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.hero-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.hero-text{position:relative;z-index:2;text-align:center;color:#fff}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-btn{background-color:#fff;color:#1a1a1a;border:none;padding:.9rem 2.5rem;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.hero-btn:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hero-image-side{background:linear-gradient(135deg,#d0d0d0,#b0b0b0);position:relative}.hero-image-side .hero-image-placeholder{width:100%;height:100%}.precision-section{text-align:center;margin-bottom:4rem}.precision-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:1rem}.precision-subtitle{font-size:1rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.uniforms-container{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;margin-bottom:5rem;align-items:start;position:relative}.uniforms-text-box{padding:3rem;border-radius:20px}.uniforms-heading{font-size:3rem;font-weight:700;line-height:1.4;color:#1a1a1a;margin-bottom:1.5rem}.uniforms-description{font-size:1.3rem;color:#666;line-height:1.8}.uniforms-image-grid{display:grid;grid-template-rows:2fr 1fr;gap:1rem;height:100%}.uniforms-img-large,.uniforms-img-small{background-size:cover;background-position:center;border-radius:20px}.uniforms-img-large{min-height:250px}.uniforms-img-small{min-height:140px}.uniforms-color-switch{display:flex;gap:1rem;grid-column:1 / -1;padding-left:3rem;margin-top:1rem}.color-circle{width:60px;height:60px;border-radius:50%;cursor:pointer;transition:transform .3s ease}.color-circle:hover{transform:scale(1.1)}.circle-light{background-color:#f0f0f0;border:2px solid #ddd}.circle-blue{background-color:#4a90e2}.explore-section{text-align:center;margin-bottom:5rem}.explore-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:1rem}.explore-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.explore-card{border-radius:20px;overflow:hidden;transition:transform .3s ease;cursor:pointer}.explore-card:hover{transform:translateY(-5px)}.explore-card-image{height:400px;background-size:cover;background-position:center;border-radius:20px 20px 0 0}.explore-card-title{background-color:#fff;padding:1.5rem;font-size:1.2rem;font-weight:600;color:red;text-align:left}@media(max-width:1024px){.guard-page{padding:0 1.5rem}.uniforms-container{grid-template-columns:1fr;gap:2rem}.uniforms-image-grid{grid-template-rows:300px 200px}.uniforms-text-box{padding:2rem}.uniforms-heading{font-size:2.5rem}}@media(max-width:768px){.breadcrumb{margin-top:100px}.guard-hero-images{grid-template-columns:1fr;height:auto}.hero-image-main,.hero-image-side{height:300px}.hero-title,.precision-title,.uniforms-heading{font-size:2rem}.uniforms-description{font-size:1.1rem}.uniforms-image-grid{grid-template-rows:250px 150px}.uniforms-color-switch{padding-left:0;justify-content:center}.explore-cards{grid-template-columns:1fr}.explore-card-image{height:250px}}@media(max-width:480px){.hero-title,.precision-title,.uniforms-heading{font-size:1.75rem}.uniforms-text-box{padding:1.5rem}.explore-title{font-size:1.75rem}}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.breadcrumb{margin-top:80px}.surveillance-hero{grid-template-columns:1fr;gap:2rem}.surveillance-hero-title{font-size:2rem}.surveillance-hero-image{height:300px}.features-grid{grid-template-columns:repeat(2,1fr)}.precision-images{grid-template-columns:1fr}.precision-image-large{height:300px}.explore-cards{grid-template-columns:1fr}.cta-title{font-size:2rem}}@media(max-width:480px){.features-grid{grid-template-columns:1fr}.surveillance-hero-title{font-size:1.75rem}}.breadcrumb{margin-top:100px;margin-bottom:1rem;font-size:.9rem;margin-left:-0%;color:#666}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:red}.breadcrumb .separator{margin:0 .5rem}.breadcrumb .current{color:#1a1a1a;font-weight:500}.surveillance-hero{display:grid;padding:2rem;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.surveillance-hero-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.surveillance-hero-description{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:2rem}.surveillance-hero-buttons{display:flex;gap:1rem}.btn-quote{background-color:red;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff00004d}.btn-quote:hover{background-color:#c00;transform:translateY(-2px);box-shadow:0 6px 20px #f006}.btn-catalog{background-color:transparent;color:#1a1a1a;border:2px solid #1a1a1a;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease}.btn-catalog:hover{background-color:#1a1a1a;color:#fff}.surveillance-hero-image{height:450px;overflow:hidden;border-radius:20px}.surveillance-hero-image img{width:100%;height:100%;object-fit:cover}.Surveillance-Quate-overlay-btn-1{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;padding:1rem 2rem;font-family:var(--font-secondary);font-weight:500;font-size:1rem;background:var(--color-fourthary);color:var(--color-primary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.Surveillance-Quate-overlay-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-primary);border-radius:999px;z-index:-1;transition:width .6s ease}.Surveillance-Quate-overlay-btn-1:hover{color:var(--color-dark);transform:translateY(-2px)}.Surveillance-Quate-overlay-btn-1:hover:before{width:100%}.Surveillance-overlay-btn-1{position:relative;display:flex;justify-content:center;align-items:center;gap:8px;padding:.8rem 2rem;font-family:var(--font-primary);font-weight:600;font-size:1rem;background:var(--color-primary);color:var(--color-thirdary);border:2px solid var(--color-primary);border-radius:999px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease}.Surveillance-overlay-btn-1:before{content:"";position:absolute;inset:0;width:0%;height:100%;background:var(--color-fourthary);border-radius:999px;z-index:-1;transition:width .6s ease}.Surveillance-overlay-btn-1:hover{color:var(--color-dark);transform:translateY(-2px)}.Surveillance-overlay-btn-1:hover:before{width:100%}@media(max-width:1024px){.surveillance-hero{gap:2rem;padding:2rem 1rem}.surveillance-hero-title{font-size:2.5rem}}@media(max-width:768px){.breadcrumb{margin-top:80px;margin-left:0;padding:0 1rem}.surveillance-hero{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.surveillance-hero-content{text-align:center}.surveillance-hero-title{font-size:2rem}.surveillance-hero-description{font-size:1rem}.surveillance-hero-buttons{justify-content:center}.surveillance-hero-image{height:300px}}@media(max-width:480px){.surveillance-hero-title{font-size:1.75rem}.Surveillance-overlay-btn-1{width:100%;justify-content:center}}.Surveillance-sec2-section{text-align:center;margin-bottom:5rem}.Surveillance-sec2-title{font-size:3rem;font-weight:700;color:red;margin-bottom:1rem}.Surveillance-sec2-subtitle{font-size:1rem;color:#666;max-width:800px;margin:0 auto 3rem;line-height:1.6}.Surveillance-sec2-image-wrapper{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.Surveillance-sec2-set{position:relative;width:100%;max-width:1100px;margin:0 auto}.Surveillance-sec2-big-img{width:1100px;height:600px;border-radius:20px;overflow:hidden}.Surveillance-sec2-big-img img{width:100%;height:100%;object-fit:cover}.Surveillance-sec2-small-img{position:absolute;bottom:-2px;left:49%;width:54%;height:230px;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #00000026}.Surveillance-sec2-small-img img{width:100%;height:100%;object-fit:cover}.uniforms-info-section{padding:2rem;border-radius:20px;display:flow-root;margin-bottom:2rem;transition:background-color .3s ease}.background-set-1{background-color:#e6f2ff}.background-set-2{background-color:#f0f0f0}.background-set-3{background-color:#e6e6ff}.uniforms-info-title{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.4}.uniforms-info-description{font-size:1.1rem;color:#666;line-height:1.8;max-width:75%;margin:0 auto 2rem;text-align:center}.color-swatches{display:flex;gap:1.5rem;padding:0rem 1rem;justify-content:start}.swatch{width:60px;height:60px;border-radius:12px;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.swatch:hover{transform:scale(1.1)}.swatch.active{border:3px solid #4a01f5;transform:scale(1.05);box-shadow:0 4px 12px #8b5cf64d}.swatch-light{background-color:#f5f5f5;border:2px solid #d0d0d0}.swatch-dark{background-color:#3d3d3d;border:2px solid transparent}.swatch-blue{background-color:#122e7c;border:2px solid transparent}@media(max-width:1200px){.Surveillance-sec2-big-img{width:100%;margin-left:0;height:500px}.Surveillance-sec2-small-img{left:60%;width:35%}}@media(max-width:1024px){.Surveillance-sec2-title{font-size:2.5rem}.Surveillance-sec2-big-img{height:400px}.Surveillance-sec2-small-img{height:180px;bottom:-20px}.uniforms-info-description{max-width:90%}}@media(max-width:768px){.Surveillance-sec2-section{margin-bottom:3rem;padding:0 1rem}.Surveillance-sec2-title{font-size:2rem}.Surveillance-sec2-subtitle{font-size:1rem;margin-bottom:2rem}.Surveillance-sec2-image-wrapper{margin-top:1rem}.Surveillance-sec2-set{display:flex;flex-direction:column;gap:1rem}.Surveillance-sec2-big-img{width:100%;height:300px;border-radius:15px}.Surveillance-sec2-small-img{position:relative;width:100%;height:250px;left:0;bottom:0;border-radius:15px;box-shadow:none}.uniforms-info-section{padding:1.5rem;margin-top:2rem}.uniforms-info-title{font-size:1.5rem}.uniforms-info-description{max-width:100%;font-size:1rem}.color-swatches{justify-content:center}}@media(max-width:480px){.Surveillance-sec2-title{font-size:1.75rem}.Surveillance-sec2-big-img,.Surveillance-sec2-small-img{height:200px}.swatch{width:50px;height:50px}}.explore-section{text-align:center;margin-bottom:3rem}.explore-title{font-size:2.5rem;font-weight:700;color:red;margin-bottom:.8rem}.explore-subtitle{font-size:1rem;color:#666;margin-bottom:3rem}.explore-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;justify-content:center;padding:0 2rem}.explore-card{cursor:pointer;text-align:left}.explore-card-image{width:100%;height:300px;border-radius:20px;overflow:hidden}.explore-card-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.explore-card-title{margin-top:1rem;font-size:1.3rem;font-weight:600;color:red}@media(max-width:1024px){.explore-cards{gap:1.5rem;padding:0 1rem}}@media(max-width:768px){.explore-section{margin-bottom:2rem}.explore-title{font-size:2rem}.explore-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.explore-cards{grid-template-columns:1fr;gap:2rem}.explore-card{text-align:center}.explore-card-image{height:250px}.explore-card-title{font-size:1.2rem}}@media(max-width:480px){.explore-title{font-size:1.75rem}.explore-card-image{height:200px}}.athletic-club-page{flex:1;width:100%;background:#fff}.athletic-hero-section{height:550px;margin:0 80px 4%;border-radius:20px;background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-glass-card{width:45%;margin-top:20%;max-width:900px;padding:50px 10px;background:linear-gradient(180deg,#ffffff26,#50282880);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center}.athletic-hero-title{font-size:24px;font-weight:700;margin-bottom:20px;line-height:1.1;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.athletic-hero-subtitle{font-size:12px;line-height:1.6;margin-bottom:35px;font-weight:500;max-width:85%;opacity:.95}.Athletic-btn-1{position:absolute;bottom:10%;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:var(--transition-medium)}.Athletic-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:var(--color-light);z-index:-1;border-radius:var(--radius-lg);transition:width .5s ease}.Athletic-btn-1:hover:before{width:90%}.Athletic-btn-1:hover{color:var(--color-dark)}.performance-section{padding:80px 80px 100px;background-color:#eff5ff;display:flex;flex-direction:column;align-items:center}.performance-header{text-align:center;max-width:850px;margin-bottom:50px}.performance-title{font-size:34px;font-weight:800;color:red;margin-bottom:20px;letter-spacing:-.5px}.performance-description{font-size:16px;color:#111;line-height:1.6;margin:0 auto;font-weight:400}.performance-gallery{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:260px 260px 260px;gap:24px;width:100%;max-width:1200px}.gallery-item{width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.item-man{grid-column:1;grid-row:1 / span 2}.item-kids{grid-column:2;grid-row:1}.item-track{grid-column:2;grid-row:2}.item-stretch{grid-column:1;grid-row:3}.item-women{grid-column:2;grid-row:3}.athletic-explore-section{padding:80px 80px 120px;background-color:#eff5ff;text-align:center;display:flex;flex-direction:column;align-items:center}.athletic-explore-header{max-width:800px;margin-bottom:50px}.athletic-explore-title{font-size:34px;font-weight:800;color:red;margin-bottom:20px;line-height:1.3}.athletic-explore-subtitle{font-size:16px;color:#333;line-height:1.5;font-weight:500}.athletic-explore-cards{display:flex;justify-content:center;gap:80px;width:100%;max-width:1000px}.athletic-explore-card{flex:1;max-width:420px;background:transparent}.athletic-explore-link{text-decoration:none;display:flex;flex-direction:column;align-items:center;cursor:pointer}.athletic-explore-image-wrapper{width:100%;height:280px;border-radius:40px;overflow:hidden;box-shadow:0 15px 35px #00000014;transition:transform .3s ease,box-shadow .3s ease}.athletic-explore-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease}.athletic-explore-link:hover .athletic-explore-image-wrapper{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.athletic-explore-link:hover .athletic-explore-image-wrapper img{transform:scale(1.05)}.athletic-explore-card-title{font-size:24px;font-weight:700;color:red;margin-top:25px;text-align:center}.athletic-cta-section{height:400px;background:linear-gradient(#ff0000b3,#c80000b3),linear-gradient(135deg,silver,#a0a0a0);display:flex;align-items:center;justify-content:center}.athletic-cta-overlay{text-align:center;color:#fff}.athletic-cta-title{font-size:42px;font-weight:700;margin-bottom:15px}.athletic-cta-subtitle{font-size:16px;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.athletic-cta-button{background:#fff;color:red;border:none;padding:14px 32px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.athletic-cta-button:hover{background:#f0f0f0;transform:translateY(-2px)}.athletic-cta-button svg{width:20px;height:20px}@media(max-width:1024px){.athletic-hero-section{height:450px;margin:0 40px}.hero-glass-card{width:80%;padding:40px}.performance-gallery{grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,220px)}.item-man{grid-column:1;grid-row:1 / span 2}.item-kids{grid-column:2;grid-row:1}.item-track{grid-column:2;grid-row:2}.item-stretch{grid-column:1;grid-row:3}.item-women{grid-column:2;grid-row:3}}@media(max-width:768px){.breadcrumb{padding:20px 30px}.athletic-hero-section{margin:0 20px;height:auto;min-height:400px;padding:40px 20px;align-items:center}.hero-glass-card{width:95%;margin-top:34%;padding:30px 20px;background:#fff3}.athletic-hero-title{font-size:12px}.athletic-hero-subtitle{font-size:10px;margin-bottom:25px}.Athletic-btn-1{position:relative;bottom:auto;left:auto;transform:none;margin-top:10px}.performance-section,.athletic-explore-section{padding:60px 20px}.performance-title,.athletic-explore-title{font-size:26px}.performance-gallery{display:flex;flex-direction:column;gap:20px}.gallery-item{height:250px}.athletic-explore-cards{flex-direction:column;gap:40px}.athletic-explore-card{max-width:100%}.athletic-explore-image-wrapper{height:220px}.athletic-cta-title{font-size:28px}}@media(max-width:480px){.athletic-hero-title{font-size:24px}.performance-title,.athletic-explore-title{font-size:22px}.performance-description,.athletic-explore-subtitle{font-size:14px}.gallery-item{height:200px}.athletic-explore-card-title{font-size:20px}}.fitness-center-page{flex:1;width:100%;background:#fff}.breadcrumb{padding:0;font-size:14px;color:#666}.breadcrumb .separator{margin:0 8px}.breadcrumb .active{color:red;font-weight:500}.fitness-hero-section{display:flex;align-items:center;justify-content:space-between;padding:0 120px 60px;gap:40px;background-color:#fff;overflow:visible}.fitness-hero-content{flex:1;max-width:550px;padding-right:20px;padding-bottom:35px;z-index:2}.fitness-hero-title{font-size:56px;font-weight:800;color:red;line-height:1.1;margin-bottom:25px;letter-spacing:-.5px}.fitness-hero-subtitle{font-size:18px;color:#222;line-height:1.6;font-weight:500;margin-bottom:40px;max-width:90%}.Fitness-btn-1{position:absolute;bottom:13%;left:15%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:var(--transition-medium)}.Fitness-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:var(--color-light);z-index:-1;border-radius:var(--radius-lg);transition:width .5s ease}.Fitness-btn-1:hover:before{width:90%}.Fitness-btn-1:hover{color:var(--color-dark)}.fitness-hero-visuals{flex:1;position:relative;height:600px;display:flex;justify-content:flex-end;align-items:flex-end}.hero-arch-backdrop{position:absolute;right:0;bottom:0;width:320px;height:450px;background:linear-gradient(180deg,#333,#000);border-radius:200px 200px 0 0;z-index:0;opacity:.9}.hero-arch-main{position:absolute;right:120px;bottom:0;width:400px;height:580px;background-color:#e6e6e6;border-radius:220px 220px 0 0;overflow:hidden;z-index:1;box-shadow:-10px 10px 30px #0000001a;display:flex;align-items:flex-end;justify-content:center}.hero-arch-main img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.fit-perf-section{padding:80px 80px 100px;text-align:center;background-color:#edf2ff;width:100%}.fit-perf-title{font-size:36px;font-weight:800;color:red;margin-bottom:25px;letter-spacing:-.5px}.fit-perf-description{font-size:16px;color:#111;line-height:1.6;max-width:900px;margin:0 auto 60px}.fit-perf-circles{display:flex;justify-content:center;align-items:center;gap:40px;margin-bottom:60px;padding:0}.fit-perf-circle{border-radius:50%;overflow:hidden;box-shadow:0 10px 30px #0000001a;background-color:#fff;border:4px solid white;transition:transform .3s ease}.fit-perf-circle:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.fit-perf-circle img{width:100%;height:100%;object-fit:cover;display:block}.fit-perf-small{width:250px;height:250px;margin-top:40px}.fit-perf-large{width:350px;height:350px;z-index:2}.fit-perf-statement{font-size:20px;font-weight:700;color:#000;max-width:800px;margin:0 auto;line-height:1.5}.fitness-explore-section{padding:80px 80px 100px;background-color:#eff5ff;text-align:center;display:flex;flex-direction:column;align-items:center}.fitness-explore-header{max-width:800px;margin-bottom:50px}.fitness-explore-title{font-size:34px;font-weight:800;color:red;margin-bottom:20px;line-height:1.3}.fitness-explore-subtitle{font-size:16px;color:#333;line-height:1.5;font-weight:500}.fitness-explore-cards{display:flex;justify-content:center;gap:80px;width:100%;max-width:1000px}.fitness-explore-card{flex:1;max-width:420px;background:transparent}.fitness-explore-link{text-decoration:none;display:flex;flex-direction:column;align-items:center;cursor:pointer}.fitness-explore-image-wrapper{width:100%;height:280px;border-radius:40px;overflow:hidden;box-shadow:0 15px 35px #00000014;transition:transform .3s ease,box-shadow .3s ease}.fitness-explore-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease}.fitness-explore-link:hover .fitness-explore-image-wrapper{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.fitness-explore-link:hover .fitness-explore-image-wrapper img{transform:scale(1.05)}.fitness-explore-card-title{font-size:24px;font-weight:700;color:red;margin-top:25px;text-align:center}.fitness-cta-section{height:400px;background:linear-gradient(#ff0000b3,#c80000b3),linear-gradient(135deg,silver,#a0a0a0);display:flex;align-items:center;justify-content:center}.fitness-cta-overlay{text-align:center;color:#fff}.fitness-cta-title{font-size:42px;font-weight:700;margin-bottom:15px}.fitness-cta-subtitle{font-size:16px;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.fitness-cta-button{background:#fff;color:red;border:none;padding:14px 32px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.fitness-cta-button:hover{background:#f0f0f0;transform:translateY(-2px)}.fitness-cta-button svg{width:20px;height:20px}@media(max-width:1024px){.fitness-hero-section{padding:0 60px 60px;gap:20px}.fitness-hero-title{font-size:42px}.fit-perf-section{padding:60px 40px}.fit-perf-circles{gap:20px}.fit-perf-small{width:200px;height:200px}.fit-perf-large{width:280px;height:280px}}@media(max-width:768px){.breadcrumb{padding:20px 30px}.fitness-hero-section{flex-direction:column;padding:40px 30px;text-align:center}.fitness-hero-content{max-width:100%;padding-right:0;display:flex;flex-direction:column;align-items:center}.fitness-hero-title{font-size:36px}.Fitness-btn-1{position:relative;bottom:auto;left:auto;transform:none;margin-top:20px}.fitness-hero-visuals{width:100%;height:400px;justify-content:center;margin-top:40px}.hero-arch-backdrop{width:250px;height:350px;right:50%;transform:translate(50%)}.hero-arch-main{width:300px;height:400px;right:50%;transform:translate(50%)}.fit-perf-section{padding:60px 20px}.fit-perf-title{font-size:28px}.fit-perf-circles{flex-direction:column;gap:30px}.fit-perf-small,.fit-perf-large{width:250px;height:250px;margin-top:0}.fitness-explore-section{padding:60px 20px}.fitness-explore-title{font-size:28px}.fitness-explore-cards{flex-direction:column;gap:40px}.fitness-explore-card{max-width:100%}.fitness-cta-title{font-size:32px}}@media(max-width:480px){.fitness-hero-title{font-size:28px}.fitness-hero-subtitle{font-size:16px}.hero-arch-backdrop{width:200px;height:280px}.hero-arch-main{width:240px;height:320px}.fitness-hero-visuals{height:350px}.fit-perf-title{font-size:24px}.fit-perf-statement{font-size:18px}.fitness-explore-title{font-size:24px}.fitness-explore-card-title{font-size:20px}}.st-page-container{width:100%;background-color:#fff;overflow-x:hidden}.st-hero-wrapper{display:flex;align-items:center;justify-content:space-between;padding:40px 0 40px 8%;min-height:600px;gap:20px;background:#fff}.st-hero-content{flex:1;max-width:600px;z-index:2;margin-bottom:15%}.st-breadcrumbs{font-family:sans-serif;font-size:14px;color:#999;margin-bottom:30px;font-weight:500;display:flex;gap:15px}.st-crumb-item{color:#a0a0a0}.st-crumb-active{color:#000;font-weight:600}.st-hero-heading{font-family:sans-serif;font-size:56px;line-height:1.1;font-weight:700;color:red;margin-top:100px}.st-hero-desc{font-family:sans-serif;font-size:18px;line-height:1.5;color:#1a1a1a;font-weight:500;margin-top:20px;max-width:480px}.st-btn-1{position:absolute;bottom:28%;left:20%;transform:translate(-50%);display:flex;align-items:center;gap:10px;background:var(--color-primary);color:var(--color-light);padding:12px 22px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;border:none;cursor:pointer;overflow:hidden;z-index:3;transition:var(--transition-medium)}.st-btn-1:before{content:"";position:absolute;inset:0;width:0;height:100%;background:var(--color-light);z-index:-1;border-radius:var(--radius-lg);transition:width .5s ease}.st-btn-1:hover:before{width:90%}.st-btn-1:hover{color:var(--color-dark)}.st-hero-image-container{flex:1.2;display:flex;justify-content:flex-end;align-items:center}.st-hero-img{width:100%;height:auto;max-width:900px;object-fit:contain;display:block;margin-top:10%;margin-right:5%}.st-perf-section{padding:80px 10%;text-align:center;background-color:#f4f4f4}.st-perf-title{font-family:sans-serif;font-size:45px;font-weight:700;color:red;margin-bottom:25px;letter-spacing:-.5px}.st-perf-desc{font-family:sans-serif;font-size:17px;font-weight:600;color:#1a1a1a;line-height:1.6;max-width:850px;margin:0 auto 60px}.st-perf-grid{display:flex;justify-content:center;gap:20px;width:100%}.st-perf-strip{flex:1;max-width:200px;height:450px;overflow:hidden}.st-perf-strip img{width:100%;height:100%;object-fit:cover;display:block}.st-explore-section{padding:80px 80px 120px;background-color:#eff5ff;text-align:center;display:flex;flex-direction:column;align-items:center}.st-explore-header{max-width:800px;margin-bottom:50px}.st-explore-title{font-family:sans-serif;font-size:34px;font-weight:550;color:red;margin-bottom:20px;line-height:1.3}.st-explore-subtitle{font-family:sans-serif;font-size:16px;color:#333;line-height:1.5;font-weight:600}.st-explore-grid{display:flex;justify-content:center;gap:80px;width:100%;max-width:1000px}.st-explore-card{flex:1;max-width:420px;background:transparent}.st-explore-link{text-decoration:none;display:flex;flex-direction:column;align-items:center;cursor:pointer}.st-explore-img-wrapper{width:100%;height:280px;border-radius:40px;overflow:hidden;background-color:#fff;box-shadow:0 15px 35px #00000014;transition:transform .3s ease,box-shadow .3s ease}.st-explore-img-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease}.st-explore-link:hover .st-explore-img-wrapper{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.st-explore-link:hover .st-explore-img-wrapper img{transform:scale(1.05)}.st-explore-label{font-family:sans-serif;font-size:24px;font-weight:700;color:red;margin-top:25px;text-align:center}.sports-cta-section{height:400px;background:linear-gradient(#ff0000b3,#c80000b3),linear-gradient(135deg,silver,#a0a0a0);display:flex;align-items:center;justify-content:center}.sports-cta-overlay{text-align:center;color:#fff}.sports-cta-title{font-size:42px;font-weight:700;margin-bottom:15px}.sports-cta-subtitle{font-size:16px;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.sports-cta-button{background:#fff;color:red;border:none;padding:14px 32px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.sports-cta-button:hover{background:#f0f0f0;transform:translateY(-2px)}.sports-cta-button svg{width:20px;height:20px}@media(max-width:1024px){.st-hero-wrapper{padding:40px 5%;gap:10px}.st-hero-heading{font-size:42px}.st-hero-desc{font-size:16px}.st-perf-section{padding:60px 5%}.st-perf-grid{gap:10px}.st-perf-strip{height:350px}}@media(max-width:768px){.st-hero-wrapper{flex-direction:column-reverse;padding:40px 20px;text-align:center;min-height:auto}.st-hero-content{margin-bottom:40px;display:flex;flex-direction:column;align-items:center}.st-breadcrumbs{justify-content:center}.st-hero-heading{font-size:36px;margin-top:20px}.st-hero-desc{margin:20px auto}.st-btn-1{position:relative;bottom:auto;left:auto;transform:none;margin-top:20px}.st-hero-image-container{justify-content:center}.st-hero-img{margin:0;max-width:100%}.st-perf-section{padding:40px 20px}.st-perf-title{font-size:32px}.st-perf-grid{flex-wrap:wrap;justify-content:center}.st-perf-strip{max-width:45%;height:250px}.st-explore-section{padding:60px 20px}.st-explore-title{font-size:28px}.st-explore-grid{flex-direction:column;align-items:center;gap:40px}.st-explore-card{max-width:100%;width:100%}}@media(max-width:480px){.st-hero-heading{font-size:28px}.st-perf-title{font-size:24px}.st-perf-strip{max-width:100%;height:300px}.st-explore-title{font-size:24px}.st-explore-subtitle{font-size:14px}.st-explore-label{font-size:20px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Poppins,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#1a1a1a;background-color:#fff}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}
