Flyonit247

FlyonIT247 - Your One-Stop Shop for Technology * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.6; color: #171717; background: #ffffff; } /* Smooth scrolling */ html { scroll-behavior: smooth; } /* Remove theme container limits for the homepage */ body.page-id-2, /* replace 2 with your Home page ID */ .home, .page-template-blank-page-template, .wp-site-blocks, .entry-content, .wp-block-post-content { max-width: 100% !important; width: 100vw !important; margin: 0 !important; padding: 0 !important; display: block !important; } /* Ensure iframe, hero sections, and images fill screen */ html, body { height: 100% !important; overflow-x: hidden !important; } .wp-site-blocks > * { width: 100% !important; } /* Navigation */ .nav { background: white; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); border-bottom: 1px solid #e5e7eb; position: sticky; top: 0; z-index: 50; justify-content: space-between; } .nav-container { max-width: 80rem; margin: 0 auto; padding: 0 1rem; display: flex; justify-content: space-between; align-items: center; height: 4rem; width: 100%; } .nav-logo { font-size: 1.5rem; font-weight: bold; color: #1f2937; } .nav-logo .blue { color: #2563eb; } .nav-links { display: none; gap: 2rem; align-items: center; } .nav-link { color: #374151; text-decoration: none; font-weight: 500; transition: color 0.2s; align-items: center; } .nav-link:hover { color: #2563eb; } .nav-button { background: #2563eb; color: white; padding: 0.5rem 1rem; border-radius: 0.375rem; text-decoration: none; font-weight: 500; transition: background-color 0.2s; } .nav-button:hover { background: #1d4ed8; } .nav-mobile { display: block; color: #374151; } /* Hero Section */ .hero { position: relative; padding: 16rem 0; overflow: hidden; background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%); } .hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url("https://images.unsplash.com/photo-1468495244123-6c6c332eeece?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1442"); background-size: cover; background-position: center; filter: brightness(0.5); } .hero-content { position: relative; max-width: 80rem; margin: 0 auto; padding: 0 1rem; text-align: center; } .hero-title { font-size: 3rem; font-weight: bold; color: white; margin-bottom: 1.5rem; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .hero-title .blue { color: #60a5fa; display: block; } .hero-subtitle { font-size: 1.25rem; color: #f3f4f6; margin-bottom: 2rem; max-width: 64rem; margin-left: auto; margin-right: auto; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .hero-description { font-size: 1.125rem; color: #d1d5db; margin-bottom: 2.5rem; max-width: 48rem; margin-left: auto; margin-right: auto; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .hero-button { display: inline-flex; align-items: center; padding: 1rem 2rem; background: #2563eb; color: white; font-weight: 600; border-radius: 0.5rem; text-decoration: none; font-size: 1.125rem; transition: all 0.2s; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); } .hero-button:hover { background: #1d4ed8; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); } .hero-button svg { margin-left: 0.5rem; width: 1.25rem; height: 1.25rem; } /* Brands Section */ .brands { padding: 5rem 0; background: white; } .container { max-width: 80rem; /* width: 100%; */ margin: 0 auto; padding: 0 1rem; } .section-title { font-size: 2.25rem; font-weight: bold; color: #111827; margin-bottom: 1rem; text-align: center; } .section-description { font-size: 1.25rem; color: #6b7280; max-width: 48rem; margin: 0 auto 4rem; text-align: center; } .site-content-inner { width: 100%; } .brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .brand-card { background: white; border-radius: 0.5rem; padding: 1.5rem; text-align: center; transition: all 0.3s; border: 1px solid #e5e7eb; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .brand-card:hover { background: #f9fafb; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); border-color: #d1d5db; } .brand-logo { width: 9rem; height: 9rem; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; background: white; border-radius: 0.5rem; padding: 0.75rem; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } .brand-logo img { max-width: 100%; max-height: 100%; object-fit: contain; } .brand-name { font-weight: 600; color: #111827; margin-bottom: 0.75rem; font-size: 0.875rem; } .brand-description { font-size: 0.75rem; color: #6b7280; line-height: 1.5; } /* Features Section */ .features { padding: 5rem 0; background: #f9fafb; } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .feature-card { text-align: center; } .feature-icon { width: 4rem; height: 4rem; background: #dbeafe; border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; } .feature-icon svg { width: 2rem; height: 2rem; color: #2563eb; } .feature-title { font-size: 1.25rem; font-weight: 600; color: #111827; margin-bottom: 1rem; } .feature-description { color: #6b7280; } /* Contact Section */ .contact { padding: 5rem 0; background: white; } .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 3rem; } .contact-info h3 { font-size: 1.5rem; font-weight: 600; color: #111827; margin-bottom: 1.5rem; } .contact-item { display: flex; align-items: center; margin-bottom: 1rem; } .contact-item svg { width: 1.5rem; height: 1.5rem; color: #2563eb; margin-right: 1rem; } .contact-item div p:first-child { font-weight: 600; color: #111827; } .contact-item div p:last-child { color: #6b7280; } .contact-form { display: flex; flex-direction: column; gap: 1.5rem; } .form-group { display: flex; flex-direction: column; } .form-label { font-size: 0.875rem; font-weight: 500; color: #374151; margin-bottom: 0.5rem; } .form-input { width: 100%; padding: 0.75rem 1rem; border: 1px solid #d1d5db; border-radius: 0.5rem; font-size: 1rem; transition: border-color 0.2s, box-shadow 0.2s; } .form-input:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); } .form-textarea { resize: vertical; min-height: 6rem; } .form-button { background: #2563eb; color: white; padding: 0.75rem 1.5rem; border: none; border-radius: 0.5rem; font-weight: 600; cursor: pointer; transition: background-color 0.2s; } .form-button:hover { background: #1d4ed8; } /* Footer */ .footer { background: #111827; color: white; padding: 3rem 0; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; } .footer-brand { font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem; } .footer-brand .blue { color: #60a5fa; } .footer-description { color: #d1d5db; margin-bottom: 1.5rem; max-width: 28rem; } .footer-social { display: flex; gap: 1rem; } .footer-social a { color: #9ca3af; transition: color 0.2s; } .footer-social a:hover { color: white; } .footer-section h4 { font-size: 1.125rem; font-weight: 600; margin-bottom: 1rem; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 0.5rem; } .footer-links a { color: #d1d5db; text-decoration: none; transition: color 0.2s; } .footer-links a:hover { color: white; } .footer-bottom { border-top: 1px solid #374151; margin-top: 2rem; padding-top: 2rem; text-align: center; color: #9ca3af; } /* Responsive Design */ @media (min-width: 768px) { .nav-links { display: flex; } .nav-mobile { display: none; } .hero-title { font-size: 4rem; } .brands-grid { grid-template-columns: repeat(4, 1fr); } } @media (min-width: 1024px) { .hero-title { font-size: 4.5rem; } }

Your One-Stop Shop for Technology

Power your business with enterprise-grade computers, servers, and technology products, all in one place. At FlyonIT247, we deliver reliable, high-performance solutions tailored for Australian enterprises—whether you're upgrading your IT infrastructure, equipping your team, or scaling operations.

Backed by expert support and a wide product range, we make enterprise technology simple, accessible, and ready when you are.

SHOP NOW

Our Brands

We pick the very best so you can be assured of the quality. There can be no compromises when it comes to materials, ease of wear, and durability.

Microsoft

Leading software company providing Windows, Office, Azure cloud services, and enterprise solutions for businesses worldwide.

Google

Technology giant offering search, cloud computing, productivity tools, Android, and AI-powered solutions for consumers and enterprises.

Amazon Web Services

World's leading cloud computing platform providing scalable infrastructure, storage, and services for businesses of all sizes.

Apple

Innovative technology company known for iPhone, iPad, Mac computers, and ecosystem of devices and services.

Intel

Semiconductor leader manufacturing processors, chipsets, and computing technologies that power devices worldwide.

NVIDIA

Graphics and AI computing pioneer, leading in gaming GPUs, data center solutions, and artificial intelligence technologies.

IBM

Global technology and consulting company specializing in cloud computing, AI, quantum computing, and enterprise solutions.

Oracle

Enterprise software leader providing database management, cloud applications, and business solutions for organizations.

Cisco

Networking and cybersecurity leader providing infrastructure, collaboration tools, and security solutions for enterprises.

Dell

Computer technology company offering PCs, servers, storage solutions, and IT services for businesses and consumers.

HP

Technology company providing personal computers, printers, enterprise solutions, and IT services worldwide.

AMD

Semiconductor company designing high-performance processors, graphics cards, and computing solutions for gaming and professional use.

Adobe

Creative software leader providing Photoshop, Illustrator, Acrobat, and cloud-based creative and document solutions.

Salesforce

Customer relationship management platform leader offering cloud-based CRM, marketing, and business automation solutions.

Netflix

Global streaming entertainment service providing movies, TV shows, documentaries, and original content to millions of subscribers worldwide.

SAP

Enterprise software leader providing ERP, business intelligence, and cloud solutions for organizations worldwide.

Why Choose FlyonIT247?

We're committed to delivering exceptional value and service to Australian enterprises

High Performance

Enterprise-grade solutions designed for reliability and performance in demanding business environments.

Expert Support

Dedicated technical support and consultation services to help you make the right technology decisions.

Australian Focus

Tailored solutions for Australian enterprises with local support and understanding of your business needs.

Get In Touch

Ready to power your business with the right technology? Contact our experts today.

Contact Information

Address

Unit 5, 40C Wallace Avenue
Point Cook, Victoria 3030 Australia

Phone

+61 3 9394 2470

Email

info@flyonit247.com.au

// Simple form handling document .querySelector(".contact-form") .addEventListener("submit", function (e) { e.preventDefault(); alert("Thank you for your message! We will get back to you soon."); }); // Smooth scrolling for navigation links document.querySelectorAll('a[href^="#"]').forEach((anchor) => { anchor.addEventListener("click", function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute("href")); if (target) { target.scrollIntoView({ behavior: "smooth", block: "start", }); } }); });