Privacy policy

1 Contact 2 Information We Collect 3 How We Use Your Info 4 Sharing Information 5 Cookies & Analytics 6 Data Security 7 Data Retention 8 Your Rights 9 Changes

๐Ÿ“ž Contact

If you have any questions about this Privacy Policy or our data practices at Cool Cubes โ€“ Noor Equipment Rentals LLC, please contact us:

๐Ÿ“ง coolcubes25@gmail.com
๐Ÿข Metro Detroit, Michigan โ€” Noor Equipment Rentals LLC (Cool Cubes)
๐ŸŒ rentcoolcubes.com

๐Ÿ“‹ Information We Collect

We collect only the data needed to deliver and improve our refrigerated trailer and portable freezer rental services in Michigan, Ohio, and Indiana:

โ€ข Contact Info: name, email, phone, business name, address (for quotes & delivery).
โ€ข Rental Details: reservation dates, delivery location, equipment type.
โ€ข Payment Info: processed securely via trusted providers (we do not store full card numbers).
โ€ข Analytics: pages visited, session duration, referral source (cookies & similar tools).

โš™๏ธ How We Use Your Information

We use collected data to:

โ€ข Process rental bookings and manage delivery logistics.
โ€ข Communicate booking confirmations, service updates, and support.
โ€ข Improve our website, product offerings, and customer experience.
โ€ข Comply with legal obligations and prevent fraud.

We do not sell, trade, or rent personal information.

๐Ÿค Sharing Information

We only share personal data when necessary to provide services (e.g., payment processors, delivery partners) or when required by law. All service partners are contractually bound to protect your information.

๐Ÿช Cookies & Analytics

We use cookies and tools like Google Analytics to analyze traffic and improve performance for users searching for portable freezer rental and cold storage trailers. Disable cookies any time in your browser settings.

๐Ÿ”’ Data Security

We implement reasonable safeguards including SSL encryption and access controls to protect your data. While absolute security cannot be guaranteed, Cool Cubes prioritizes privacy and protection.

๐Ÿ—‚๏ธ Data Retention

We retain customer and rental records only as long as necessary for business, legal, or tax purposes, after which data is securely deleted.

๐Ÿงพ Your Rights

You may request access, correction, or deletion of your personal information by contacting coolcubes25@gmail.com. We respond promptly to requests.

๐Ÿ†• Changes

We may update this Privacy Policy to reflect legal or operational changes. The latest version will always be posted on this page with an updated effective date.

(function(){ const wrap = document.getElementById('pp-inner'); const items = Array.from(document.querySelectorAll('.pp-item')); const panes = Array.from(document.querySelectorAll('[data-pane]')); function setActive(key){ items.forEach(b=>{ if(b.dataset.key===key){ b.style.background='linear-gradient(180deg,#e6f0ff,#fff)'; b.style.color='#0b66d0'; b.style.fontWeight='700'; b.style.borderColor='#dbeafe'; } else { b.style.background='transparent'; b.style.color='#111827'; b.style.fontWeight='600'; b.style.borderColor='transparent'; } }); panes.forEach(p=>{ if(p.dataset.pane===key){ p.style.opacity='1'; p.style.transform='translateY(0)'; p.style.position='relative'; p.style.zIndex='2'; } else { p.style.opacity='0'; p.style.transform='translateY(8px)'; p.style.position='absolute'; p.style.zIndex='1'; } }); } const dKey = document.querySelector('.pp-item.active')?.dataset.key || 'contact'; setActive(dKey); items.forEach(b=> b.addEventListener('click', ()=> setActive(b.dataset.key))); function applyResponsive(){ const w = window.innerWidth; if(w <= 760){ wrap.style.flexDirection = 'column'; document.getElementById('pp-left').style.flex = '0 0 100%'; document.getElementById('pp-right').style.flex = '0 0 100%'; document.getElementById('pp-right').style.minWidth = '100%'; document.getElementById('pp-left').style.minWidth = '100%'; document.getElementById('pp-card').style.padding = '20px'; document.getElementById('pp-card').style.minHeight = 'auto'; } else { wrap.style.flexDirection = 'row'; document.getElementById('pp-left').style.flex = '0 0 35%'; document.getElementById('pp-right').style.flex = '0 0 65%'; document.getElementById('pp-right').style.minWidth = '300px'; document.getElementById('pp-left').style.minWidth = '220px'; document.getElementById('pp-card').style.padding = '32px'; document.getElementById('pp-card').style.minHeight = '260px'; } } applyResponsive(); window.addEventListener('resize', applyResponsive); })();