﻿<!DOCTYPE html >
<html lang="en" >
<head >
<meta property="og:image" content="https://freightconnect.co.nz/images/Logo-1.png" / >
<meta charset="utf-8" >
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<title > @ViewBag.Title</title >
<meta name="keywords" content=" @ViewBag.Keywords " / >
<meta name="description" content="@ViewBag.Description" / >
<meta name="rights" content="All rights are reserved" / >
<meta property="og:url" content="www.freightconnect.co.nz" / >
<meta property="og:image" content="https://www.freightconnect.co.nz/images/Logo-1.png" / >
<meta property="og:description" content="@ViewBag.Description" / >

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" >
<link rel="stylesheet" href="~/css/style.css" >
<link rel="stylesheet" href="~/css/site.css" >
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css"/ >

<link async runat="server" rel="shortcut icon" href="~/favicon.ico" type="image/x-icon" / >
<link runat="server" rel="icon" href="~/favicon.ico" type="image/ico" / >
<link rel="image_src" href="https://www.freightconnect.co.nz/images/Logo-1.png" >

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js" integrity="sha512-pXR0JHbYm9+EGib6xR/w+uYs/u2V84ofPrBpkgLYyKvhZYJtUUvKSy1pgi8tJZAacsPwgf1kbhI4zwgu8OKOqA==" crossorigin="anonymous" referrerpolicy="no-referrer" > </script >
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" > </script >

<meta name="google-site-verification" content="GTriITvcQXXNq2JM_p_0vL_4jjHM-yt02q2y1-NdmdY" / >
<!-- Enhanced Logo Styling -->
<style >
/* Navbar Brand Container */
.navbar-brand {
	padding: 8px 15px !important;
	height: auto !important;
	line-height: 1 !important;
	display: flex !important;
	align-items: center !important;
}

/* Logo Image Base Styles */
.logo_resp {
	max-height: 45px !important;
	width: auto !important;
	margin: 0 !important;
	display: block !important;
	object-fit: contain;
	transition: all 0.3s ease;
}

/* Navbar Height Adjustment */
.navbar-default {
	min-height: 65px !important;
}

.navbar-nav > li > a {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

/* Mobile Responsive Logo */
@media (max-width: 767px) {
	.logo_resp {
		max-height: 35px !important;
	}

	.navbar-brand {
		padding: 10px 15px !important;
	}

	.navbar-header {
		min-height: 55px !important;
	}

	.navbar-default {
		min-height: 55px !important;
	}
}

/* Tablet Responsive Logo */
@media (min-width: 768px) and (max-width: 991px) {
	.logo_resp {
		max-height: 40px !important;
	}

	.navbar-brand {
		padding: 8px 15px !important;
	}
}

/* Desktop Responsive Logo */
@media (min-width: 992px) {
	.logo_resp {
		max-height: 50px !important;
	}

	.navbar-brand {
		padding: 8px 15px !important;
	}
}

/* Large Desktop */
@media (min-width: 1200px) {
	.logo_resp {
		max-height: 55px !important;
	}
}

/* Logo Hover Effect */
.navbar-brand:hover .logo_resp {
	transform: scale(1.05);
}

/* Fix navbar collapse button alignment */
.navbar-toggle {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

</style >
</head >
<body >
<header class="fixed-top bg-transparent menu-transparent scroll-change" data-menu-anima="fade-in" >
<div class="navbar navbar-default mega-menu-fullwidth navbar-fixed-top" role="navigation" >
<div class="navbar navbar-main" >
<div class="container" >
<div class="navbar-header" >
<button type="button" class="navbar-toggle" >
<i class="fa fa-bars" > </i >
</button >
<a class="navbar-brand" href="~/Home" >
<img class="logo_resp" src="~/images/Logo-1.png" alt="Freight Connect Logo" / >
</a >
</div >
<div class ="collapse navbar-collapse" >
<div class="nav navbar-nav navbar-right " >
<ul class="nav navbar-nav" >
<li class="@(ViewContext.RouteData.Values["Action"].ToString() == "Home" ? "home_hide" : "") page-scroll dropdown mega-dropdown" >
<a href="@Url.Action("Home","Home")" > Home<span class="caret" > </span > </a >
</li >
<li class="@(ViewContext.RouteData.Values["Action"].ToString() == "AboutUs" ? "myactive" : "") page-scroll dropdown mega-dropdown" >
<a href="@Url.Action("AboutUs","Home")" > About us <span class="caret" > </span > </a >
</li >
<li class="@(ViewContext.RouteData.Values["Action"].ToString() == "Contact" ? "myactive" : "") page-scroll dropdown mega-dropdown" >
<a href="@Url.Action("Contact","Home")" > Contact<span class="caret" > </span > </a >
</li >
</ul >
</div >
</div >
</div >
</div >
</div >
</header >
@RenderBody()
<footer class="footer-base" >
<div class="content" >
<div class="container" >
<div class="row" >
<div class="col-md-6 footer_center" >
<p >
<br >
Auckland - New Zealand
</p >
<p > e-mail <b > info@freightconnect.co.nz</b > </p >
<p > phone <b > +64 21 029 67560</b > </p >
<p > <b > </b > </p >
</div >
<section id="Contact" >
<div class="centered text-center col-md-6" >
<h3 class="footer_font" >

</h3 >
<a class="hvr-sweep-to-bottom btn" href="@Url.Action("Contact","Home")" > <span class="glyphicon-envelope" > </span > Contact Us</a >
<br / >
</div >
</section >
</div >
</div >
<div class="row copy-row" >
<div class="col-md-12 copy-text" >
Copyright © 2025 Powered by Freight Connect
</div >
</div >
</div >
</footer >

<link rel="stylesheet" href="~/css/content-box.css" >
<link rel="stylesheet" href="~/css/magnific-popup.css" >
<link rel="stylesheet" href="~/css/skin.min.css" >
<link rel="stylesheet" href="~/css/image-box.css" >
<link rel="stylesheet" href="~/css/animations.css" >
<link async rel="stylesheet" href="~/css/flexslider.css" >
<link rel="stylesheet" href="~/fonts/font-awesome.min.css" >
<link rel="stylesheet" href="~/css/mainstyle.css" >

<script async src="~/Scripts/jquery.flexisel.min.js" > </script >
<script src="~/Scripts/js/jquery.lazy.min.js" > </script >
<script src="~/Scripts/js/jquery.lazy.plugins.min.js" > </script >
<script src="~/Scripts/js/script.js" > </script >

@if (ViewBag.IsHomePage != 1) {
	<script async type="text/javascript" src='~/Scripts/js/jquery.flexslider-min.js'></script>
}

<script type="text/javascript" async src="~/Scripts/js/bootstrap.popover.min.js" > </script >
<script type="text/javascript" async src="~/Scripts/js/jquery.magnific-popup.min.js" > </script >

<script type="text/javascript" >
$(document).ready(function () {
            $(".tooltip-icon").click(function () {
                $(this).next().next().slideToggle({
                    direction: "up"
                }, 400);
            });
            $('.maso-filters').on("click", "li", function () {
                $('.maso-list .navbar-toggle').trigger('click');
            });
        });

$(function () {
            $('.lazy').Lazy({
                scrollDirection: 'vertical',
                effect: 'fadeIn',
                visibleOnly: true,
                onError: function (element) {
                    console.log('error loading ' + element.data('src'));
                    imageBase: '@Url.Content("~/")';
                }
            });
        });
</script >
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js" > </script >
</body >
</html >
