﻿:root{--header-bg:#000;--header-shadow:0 2px 10px rgba(0,0,0,.1);--menu-text:#fff;--menu-hover:#c52a2c;--menu-active:#c52a2c;--mobile-breakpoint:1400px;--sub-menu-bg:#fff;--sub-menu-text:#000;--sub-menu-hover:#f8f9fa;}.tt-site-header{background:var(--header-bg);box-shadow:var(--header-shadow);position:sticky;top:0;z-index:1022;padding:1rem 0;}.admin-bar .tt-site-header{margin-top:32px;position:fixed;width:100%;}@media(max-width:782px){.admin-bar .tt-site-header{margin-top:42px;}}.tt-header-container{max-width:1720px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;}.site-logo img{max-height:50px;width:auto;display:block;}.site-title{text-decoration:none;color:var(--menu-text);}.site-title h1{margin:0;font-size:1.5rem;font-weight:600;}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:.5rem;z-index:1001;}.mobile-menu-toggle span{display:block;width:25px;height:3px;background:var(--menu-text);transition:all .3s ease;}.main-navigation{flex:1;display:flex;justify-content:flex-end;}.menu-list{display:flex;list-style:none;margin:0;padding:0;gap:.5rem;}.menu-item{position:relative;}.menu-item>a{display:block;padding:.75rem .8rem;color:var(--menu-text);text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer;text-wrap:nowrap;}.menu-item>a:hover{color:var(--menu-hover);}.menu-item.has-children{position:relative;}.drop-chevron{width:12px;height:12px;margin-left:.5rem;vertical-align:-.08em;transition:transform .3s ease;}.sub-menu{position:absolute;top:100%;left:0;background:var(--sub-menu-bg);box-shadow:var(--header-shadow);list-style:none;margin:0;padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;}.menu-item.has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}.sub-menu .menu-item>a{padding:.5rem 1rem;white-space:nowrap;color:var(--sub-menu-text);}.sub-menu .menu-item>a:hover{background-color:var(--sub-menu-hover);}.sub-menu .sub-menu{top:0;left:100%;}.search-and-buttons{display:flex;}.search-icon{width:15px;height:15px;vertical-align:-.13em;}.menu-item .shortlistbutton{background-color:#808080;border:0;padding:.75rem 1rem;color:#fff;font-size:16px;cursor:pointer;text-align:center;display:flex;align-items:center;text-decoration:none;}.menu-item .shortlistbutton:hover{color:var(-\2dmenu-text);background-color:#5f5f5f;}.menu-item .shortlistbutton>span{margin-left:5px;padding:.5rem;line-height:.5rem;border-radius:100%;background-color:#fff;color:#000;display:inline-block;}.search-and-buttons .inp-grp{position:relative;display:flex;flex-wrap:nowrap;align-items:stretch;width:100%;}.search-and-buttons .frm-ctrl{display:block;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#000;appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid #6c757d;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;position:relative;flex:1 1 auto;width:1%;min-width:100px;border-top-right-radius:0;border-bottom-right-radius:0;}.search-and-buttons .searchbtn{display:inline-block;padding:.375rem .75rem;font-size:1rem;color:#fff;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid #6c757d;border-radius:.375rem;border-top-left-radius:0;border-bottom-left-radius:0;background-color:#000;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.search-and-buttons .searchbtn:hover{background-color:#808080;}.site-header{overflow:visible;}.header-phone-inline{display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex-shrink:0;}.header-phone-inline .phone-icon{width:16px;height:16px;flex-shrink:0;}@media(min-width:1600px){.menu-item>a{padding:.75rem 1rem;}.header-container{gap:2rem;}}@media(max-width:1400px){.mobile-menu-toggle{display:flex;}.main-navigation{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--header-bg);box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:right .3s ease;overflow-y:auto;padding:5rem 0 2rem 0;z-index:100;}.main-navigation.mobile-open{right:0;}.menu-list{flex-direction:column;gap:0;width:100%;}.menu-item>a{padding:1rem 1.5rem;border-bottom:1px solid #333;}.sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#1a1a1a;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0;}.menu-item.has-children.open>.sub-menu{max-height:1000px;padding:.5rem 0;}.menu-item.has-children.open>a .drop-chevron{transform:rotate(180deg);}.sub-menu .menu-item>a{padding-left:2.5rem;border-bottom:1px solid #333;color:var(--menu-text);}.sub-menu .menu-item>a:hover{background:#151515;}.sub-menu .sub-menu .menu-item>a{padding-left:3.5rem;}.sub-menu .sub-menu{background:#0d0d0d;}.main-navigation.mobile-open::before{content:"";position:fixed;top:0;left:0;right:300px;bottom:0;background:rgba(0,0,0,.5);z-index:-1;}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.mobile-menu-toggle.active span:nth-child(2){opacity:0;}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px);}}.menu-item.current-menu-item>a,.menu-item.current_page_item>a{color:var(--menu-active);}.menu-item a:focus{outline:2px solid var(--menu-hover);outline-offset:2px;}html{scroll-behavior:smooth;}:root{--footer-bg:#000;--footer-text:#fff;--footer-heading:#fff;--footer-link:#fff;--footer-link-hover:#c52a2c;--footer-border:#333;--footer-bottom-bg:#000;--footer-bottom-border:#333;--company-info-text:#ccc;}.tt-site-footer{background:var(--footer-bg);color:var(--footer-text);padding:3rem 0 0;margin-top:auto;}.tt-footer-container{max-width:1720px;margin:0 auto;padding:0 2rem;}.footer-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid var(--footer-border);}.footer-column.company-info{display:flex;flex-direction:column;gap:1.5rem;}.footer-logo img{max-height:60px;width:auto;display:block;margin-bottom:1rem;}.footer-brand{font-size:1.5rem;font-weight:700;color:var(--footer-heading);margin-bottom:1rem;}.company-details{font-size:.9rem;line-height:1.6;color:var(--company-info-text);}.company-details .copyright{font-weight:600;margin-bottom:1rem;color:var(--footer-text);}.company-details address{font-style:normal;line-height:1.8;}.footer-column{display:flex;flex-direction:column;}.footer-column-title{font-size:1.1rem;font-weight:600;color:var(--footer-heading);margin:0 0 1.25rem 0;text-transform:capitalize;}.footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;}.footer-menu li{line-height:1.4;}.footer-menu a{color:var(--footer-link);text-decoration:none;font-size:.95rem;transition:color .3s ease;display:inline-block;}.footer-menu a:hover{color:var(--footer-link-hover);}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-top:1px solid var(--footer-bottom-border);flex-wrap:wrap;gap:1rem;}.footer-bottom-left{font-size:.9rem;color:var(--company-info-text);}.footer-bottom-left p{margin:0;}.footer-bottom-left a{color:var(--footer-link);text-decoration:none;transition:color .3s ease;}.footer-bottom-left a:hover{color:var(--footer-link-hover);}.footer-bottom-right{display:flex;align-items:center;}.footer-bottom-menu{list-style:none;margin:0;padding:0;display:flex;gap:2rem;flex-wrap:wrap;}.footer-bottom-menu li{display:inline-block;}.footer-bottom-menu a{color:var(--footer-link);text-decoration:none;font-size:.9rem;font-weight:500;text-transform:uppercase;transition:color .3s ease;}.footer-bottom-menu a:hover{color:var(--footer-link-hover);}@media(max-width:1024px){.footer-columns{grid-template-columns:1fr 1fr;gap:2rem;}.footer-column.company-info{grid-column:1/-1;}}@media(max-width:768px){.site-footer{padding:2rem 0 0;}.footer-container{padding:0 1.5rem;}.footer-columns{grid-template-columns:1fr;gap:2rem;padding-bottom:1.5rem;}.footer-column.company-info{grid-column:1;padding-bottom:1rem;border-bottom:1px solid var(--footer-border);}.footer-column-title{margin-bottom:1rem;font-size:1rem;}.footer-menu{gap:.6rem;}.footer-bottom{flex-direction:column;align-items:flex-start;padding:1.25rem 0;gap:1rem;}.footer-bottom-menu{flex-direction:column;gap:.75rem;}.footer-bottom-menu li{display:block;}}@media(max-width:480px){.footer-container{padding:0 1rem;}.footer-logo img{max-height:45px;}.footer-brand{font-size:1.25rem;}.company-details{font-size:.85rem;}.footer-bottom-menu a{font-size:.85rem;}}.footer-menu a:focus,.footer-bottom-menu a:focus,.footer-bottom-left a:focus{outline:2px solid var(--footer-link-hover);outline-offset:2px;}@media print{.site-footer{background:#fff;color:#000;border-top:2px solid #000;}.footer-menu a,.footer-bottom-menu a{color:#000;text-decoration:underline;}}