/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0056b3, #0077cc);
    color: white;
    padding: 100px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect x="0" y="0" width="100" height="100" fill="none" stroke="%23ffffff" stroke-width="0.5" stroke-opacity="0.1"/></svg>');
    opacity: 0.2;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero p {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Infographic Section */
.infographic-section {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    background-color: #fff;
}

.main-infographic {
    background: linear-gradient(135deg, #f5f9ff, #e1edff);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.main-infographic::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M75,50 L25,0 L25,100 Z" fill="%230056b3" fill-opacity="0.1"/></svg>');
    background-size: cover;
    opacity: 0.5;
}

.main-infographic h2 {
    font-size: 36px;
    color: #0056b3;
    margin-bottom: 20px;
}

.main-infographic p {
    font-size: 24px;
    margin-bottom: 30px;
}

.phone-number {
    font-size: 32px;
    font-weight: bold;
    color: #0056b3;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.broken-laptop-icon {
    font-size: 80px;
    color: #0056b3;
    margin-bottom: 20px;
}

.infographic-grid {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.infographic-card {
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.infographic-card:hover {
    transform: translateY(-5px);
}

.infographic-card i {
    font-size: 50px;
    color: #0056b3;
    margin-bottom: 20px;
}

.infographic-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.infographic-card p {
    font-size: 18px;
    color: #666;
}

.page-wrapper #maincontent {
    max-width: 100%;
}

.home-slider-main.below-padding {
    padding-bottom: 0px;
}

/* Content Section */
.content-section {
    padding: 60px;
    background-color: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

.content-block {
    margin-bottom: 50px;
}

.content-block h2, .block-title title strong {
    font-size: 32px;
    color: #0056b3;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e1edff;
}

.content-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

/* Map Section */
.map-section {
    padding: 60px;
    background-color: #f8f9fa;
    text-align: center;
}

.map-section h2 {
    font-size: 32px;
    color: #0056b3;
    margin-bottom: 40px;
}

.australia-map {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 500px;
    background-color: #e1edff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.australia-map::before {
    content: "Australia Map";
    font-size: 24px;
    color: #0056b3;
}

.map-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.location-badge {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.contact-section {
    max-width: 1440px;
    margin: auto;
}

.cms-index-index .block-new-products .product-item {
    width: 17.233% !important;
}
