*{box-sizing: border-box;}html{scroll-behavior: smooth;}body{font-family: sans-serif;background: #f4f4f4;margin: 0;color: #333;overscroll-behavior-y: contain;}h1{font-size: 2.5rem;margin: 0 0 10px 0;font-weight: 500;}h2{font-size: 2.2rem;font-weight: 500;}ul{line-height:1.8;}.green-break{border-bottom : 4px solid #2d6a37;padding-bottom: 20px;}.center{text-align:center;}.bold{font-weight:600;}#main{padding:24px 8%;}.review-tag{display:inline;padding:6px 6px 0 6px;background:#fff;border-radius:6px;}.address{line-height:1.8;}.address h4{margin-top:0;}.hero{display: flex;align-items: center;padding: 24px 8%;color: #ffffff;background: linear-gradient(to right,#132b15 0%,#2d6a37 100% );overflow: hidden;contain: layout;}.hero-images{display: none;gap: 20px;margin-left: auto;}.hero-images img{border: 4px solid #fcfcfc;border-radius: 8px;box-shadow: 0 4px 12px rgba(0,0,0,0.25);transition: transform 0.3s ease;}@media (min-width: 768px){.hero-images{display: grid;grid-template-columns: 1fr 1fr;gap: 10px;min-height: 180px;max-width: 100%;height: auto;}.img-2{display: none;}}@media (min-width: 1200px){.img-2{display: block;}}.hero p{max-width: 850px;line-height: 1.6;font-size: 1.1rem;margin-bottom: 20px;}.btn-quote,.btn-contact{cursor: pointer;display: inline-block;padding: 12px 24px;border-radius: 6px;transition: transform 0.2s,opacity 0.2s;text-align: center;color: #fff !important;text-decoration: none;font-weight:500!important;}.btn-quote{background-color: #000;}.btn-contact{background-color: #ff8c00;}.nav-grid{display: grid;grid-template-columns: max-content 1fr repeat(8,max-content);column-gap: 20px;align-items: center;width: 100%;list-style: none;background: #fff;padding: 0 20px;margin: 0;height: 76px;position: relative;border-bottom: 1px solid #666;box-sizing: border-box;}.nav-grid li > .btn-quote,.nav-grid li > .btn-contact{display: inline-flex;align-items: center;justify-content: center;height: 44px;padding: 0 20px;box-sizing: border-box;}.logo{grid-column: 1;}.nav-grid li:nth-child(2){grid-column: 3;}.nav-grid li{position: relative;}.nav-grid li:has(.mega-container){position: static !important;}.mega-container{position: absolute;top: 86%;left: 0;width: 100%;background: #fff;z-index: 1000;box-shadow: 0 20px 40px rgba(0,0,0,0.1);border-top: 1px solid #666;margin-left: 0 !important;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all 0.3s ease;}.nav-grid li:hover .mega-container{opacity: 1;visibility: visible;transform: translateY(0);}.nav-grid a{text-decoration: none;color: #333;font-size: 1.1rem;display: block;font-weight: 500;}.dropbtn::after{content: '\25BE';margin-left: 6px;display: inline-block;transition: transform 0.2s ease;vertical-align: middle;}.dropdown:hover .dropbtn::after{transform: rotate(180deg);}.dropdown-content{opacity: 0;visibility: hidden;position: absolute;top: 86%;background-color: #fff;box-shadow: 0px 15px 30px rgba(0,0,0,0.1);z-index: 1000;transform: translateY(10px);transition: all 0.3s ease;border-radius: 0 0 8px 8px;overflow: hidden;left: 0;width: 90vw;max-width: 90vw;}.dropdown:hover .dropdown-content{opacity: 1;visibility: visible;transform: translateY(0);}.mega-grid{display: grid;grid-template-columns: repeat(4,1fr);gap: 40px;padding: 40px;}.mega-col .menu-heading{font-size: 1.3rem;color: #002d5b;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 15px;letter-spacing: 1px;text-transform: uppercase;font-weight: 500;}.mega-col img{margin-right:14px;}.mega-col a{display: flex;padding: 10px 0;color: #444 !important;font-size: 1.2rem;font-weight: 500;}.mega-footer{display: flex;justify-content: space-between;align-items: center;background-color: #EDF1F7;padding: 20px;font-size: 1.6rem;}.view-all a{background: #2b60a5;color: white;border: none;padding: 6px 16px;border-radius: 4px;font-weight: bold;cursor: pointer;display: inline-block;transition: background 0.3s ease;text-decoration: none;}.view-all a:hover{background: rgb(33,76,135);}.trust-icons{display: flex;align-items: center;gap: 40px;}.trust-icons span{display: flex;align-items: center;gap: 12px;color: #002d5b;font-size: 1.2rem;font-weight: 500;white-space: nowrap;}.trust-icons img{display: block;object-fit: contain;}.mega-col a{position: relative;display: flex;align-items: center;background-image: url('https://logcabinkits.co.uk/_images/icons/nav/arrow.png');background-repeat: no-repeat;background-position: right center;transition: color 0.2s ease,padding-left 0.2s ease;}.mega-col a:hover{color: #0056b3;padding-left: 5px;}footer{background-color: #fff;font-family: Arial,sans-serif;font-size: 1.0rem;color: #333;border-top: 1px solid #333;}.footer-container{margin: 0 auto;display: flex;flex-wrap: wrap;}.footer-col{flex: 1;padding: 40px 20px;border-right: 1px solid #999;min-width: 200px;}.footer-col:last-child{border-right: none;}.footer-col ul{list-style: none;padding: 0;margin: 0;}.footer-col li{margin-bottom: 12px;}.footer-col a{text-decoration: none;color: inherit;}.footer-col a:hover{text-decoration: underline;}.footer-bottom{background-color: #f2f2f2;border-top: 1px solid #999;padding: 20px 0;position: relative;}.footer-bottom .footer-container{justify-content: space-between;align-items: center;padding: 0 20px;}.to-top-btn{position: fixed;bottom: 30px;right: 30px;width: 50px;height: 50px;background-color: #fff;border: 1px solid #ccc;border-radius: 50%;display: flex;align-items: center;justify-content: center;text-decoration: none;color: #333;font-size: 1.8rem;box-shadow: 0 4px 10px rgba(0,0,0,0.1);cursor: pointer;padding-top:14px;opacity: 0;visibility: hidden;transition: all 0.3s ease;z-index: 1000;}.to-top-btn.show{opacity: 1;visibility: visible;}.modern-modal{border: none;border-radius: 8px;padding: 0;width: 90%;max-width: 500px;box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);}.modern-modal::backdrop{background: rgba(0,0,0,0.7);backdrop-filter: blur(2px);}.modal-inner{padding: 2rem;position: relative;}.modern-modal[open]{animation: modalFadeIn 0.3s ease-out;}.modal-close{font-size : 1.2rem;cursor:pointer;}@keyframes modalFadeIn{from{opacity: 0;transform: translateY(-20px);}to{opacity: 1;transform: translateY(0);}}.desktop{display:block;}.mobile{display:none;}:root{--primary-color: #2c3e50;--accent-color: #e67e22;--bg-light: #f9f9f9;--text-main: #333;--border-color: #ddd;}.content-section{flex: 1;min-width: 320px;}.lead-text{font-size: 1.1rem;color: #555;margin-bottom: 2rem;}.features-list{list-style: none;padding: 0;}.features-list li{margin-bottom: 1.5rem;padding-left: 35px;position: relative;}.features-list li::before{content: "\2713";position: absolute;left: 0;top: 0;color: var(--accent-color);font-weight: bold;font-size: 1.2rem;}.height-tip{background: var(--bg-light);border-left: 4px solid var(--accent-color);padding: 15px;font-size: 0.95rem;margin-top: 20px;}.form-container{flex: 1;min-width: 320px;background: var(--bg-light);padding: 30px;border-radius: 8px;box-shadow: 0 4px 15px rgba(0,0,0,0.05);}.form-group{margin-bottom: 1.5rem;}label{display: block;font-weight: 600;margin-bottom: 0.5rem;color: var(--primary-color);}input,textarea,select{width: 100%;padding: 12px;border: 1px solid var(--border-color);border-radius: 4px;box-sizing: border-box;font-size: 1rem;}textarea{resize: vertical;min-height: 100px;}.captcha-placeholder{background: #eee;padding: 15px;text-align: center;border: 1px solid #ccc;margin-bottom: 1.5rem;font-size: 0.8rem;color: #666;}.submit-btn{background-color: var(--accent-color);color: white;padding: 15px 30px;border: none;border-radius: 4px;font-size: 1.1rem;font-weight: bold;cursor: pointer;width: 100%;transition: background 0.3s ease;}.submit-btn:hover{background-color: #d35400;}@media (max-width: 768px){.container{flex-direction: column;}h1{font-size: 2rem;}}@media (min-width: 1025px){.mobile-header{display: none;}}@media (max-width: 1024px){.mobile-header{display: flex;justify-content: space-between;align-items: center;background: #fff;padding: 10px 15px;height: 70px;border-bottom: 1px solid #eee;position: sticky;top: 0;z-index: 1001;}.mobile-logo{margin-left: 10px;}.mobile-logo img{height: 35px;width: auto;display: block;}.menu-toggle{display: flex;flex-direction: column;gap: 5px;background: none;border: none;cursor: pointer;padding: 10px 5px;}.menu-toggle span{display: block;width: 25px;height: 3px;background: #333;transition: 0.3s;}.nav-grid{display: none;flex-direction: column;width: 100%;height: calc(100vh - 70px);overflow-y: auto;background: #fff;position: absolute;top: 70px;left: 0;z-index: 999;padding:0 8px;}.nav-grid.is-open{display: flex;}.nav-grid li.logo{display: none;}.nav-grid li{width: 100%;text-align: left;border-bottom: 1px solid #f4f4f4;}.nav-grid a{font-size: 16px;padding: 15px 20px;}.mega-col a{padding: 0;}.mega-container{position: static;display: none;box-shadow: none;padding: 0;}.dropdown.active .mega-container{display: block;}.mega-grid{grid-template-columns: 1fr;padding: 15px 20px;gap: 20px;}.promo-img{display: none;}.mega-footer{flex-direction: column;align-items: flex-start;gap: 20px;padding: 20px;}.trust-icons{flex-direction: column;gap: 15px;}}@media (max-width: 768px){#main{padding: 14px;}h1{font-size: 1.6rem;}h2{font-size: 1.4rem;}ul,ol{margin:0;padding-left:14px;}.footer-col{border-right: none;border-bottom: 1px solid #ccc;flex: 1 1 50%;}.desktop{display:none;}.mobile{display:block;}.mobile img{width:100%;height: auto;}.img-full-mobile,.img-responsive{width: 100% !important;height: auto;display: block;}}