/* FontAwesome Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* Google Fonts - Open Sans (Original DNN Theme Font) */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/*!
 * Vorsteyn & Steyn - Complete CSS Framework
 * Modern HTML5 styling for static site deployment
 * Based on original DNN theme with modern enhancements
 */

/* ===== CSS VARIABLES ===== */
:root {
    --FontFamily: 'Open Sans', Arial, sans-serif;
    --main-color: #000;
    --primary-color: #003b49;
    --primary-hover: #1a6bb8;
    --secondary-color: #BEAB56; 
    --secondary-hover: #5a6e2a;
    --text-color: #666666;
    --heading-color: #333333;
    --border-color: #e1e1e1;
    --bg-light: #f5f5f5;
    --white: #ffffff;
    --container-width: 1579px;
}

/* ===== RESET & BASE STYLES ===== */
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font: normal 14px/1.8 var(--FontFamily);
    color: var(--text-color);
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}<h3>

html {
    overflow-x: hidden;
}

body {
    background-color: var(--white);
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 20px 0;
    color: var(--heading-color);
    font-family: var(--FontFamily);
    font-weight: 300;
    line-height: 1.2;
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
    margin: 0 0 15px 0;
    line-height: 1.6;
}

a, a:link {
    text-decoration: none;
    color: var(--heading-color);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-color);
}

/* ===== LAYOUT UTILITIES ===== */
.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.container {
    max-width: var(--container-width);
    padding: 0 60px;
    margin: 0 auto;
    width: 100%;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Grid System */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-12 { flex: 0 0 100%; max-width: 100%; padding: 0 15px; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; padding: 0 15px; }
.col-md-3 { flex: 0 0 25%; max-width: 25%; padding: 0 15px; }

/* ===== HEADER STYLES ===== */
.header-wrap {
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
	z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}



.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.logo-section .logo {
    max-height: 80px;
    width: auto;
}

.main-navigation .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-item {
    margin: 0 5px;
}

.nav-link {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
    background-color: var(--bg-light);
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.menu-icon span {
    display: block;
    height: 3px;
    width: 25px;
    background-color: var(--heading-color);
    margin: 3px 0;
    transition: 0.3s;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: var(--white);
    z-index: 9999;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}

.mobile-menu.active {
    left: 0;
}

.mobile-navigation {
    padding: 60px 20px 20px;
}

.mobile-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-navigation li {
    border-bottom: 1px solid var(--border-color);
}

.mobile-navigation a {
    display: block;
    padding: 15px 0;
    color: var(--heading-color);
    font-size: 18px;
}

.header-top
{
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	padding: 14px 0;
}


.addr-top {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	display: inline-block;

}

.addr-top li {
	display: inline-block;

}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    background: var(--white);
    overflow: hidden;
}

.hero-image {
    position: relative;
    height: 100h;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 60px 0 30px 0;
}

.hero-content {
    text-align: center;
    color: var(--white);
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 300;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.hero-description {
    font-size: 18px;
    margin-bottom: 25px;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== SECTION STYLES ===== */
section {
    padding: 30px 0;
}

.banner-section {
padding: 0px;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 18px;
    color: var(--text-color);
    max-width: 600px;
    margin: 0 auto;
}

.page-header {
    background-color: var(--bg-light);
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.page-description {
    font-size: 18px;
    color: var(--text-color);
    margin: 0;
}

/* ===== BANNER ===== */
.banner-section
{

}

.banner-layout
{
	width: 100%;
	height: 350px;
	display: block;
}						

.banner-context
{
	background: url("../images/sd-banner-branded.jpg") center/cover no-repeat;
	height: 100%;
	width: 100%;
	overflow: hidden; /* keeps blur inside rounded corners */
	display: inline-flex;
}

.banner-text
{
	display:flex;
	align-items: center;
	height: 100%;
	width: 50%;
	margin: 0 0 0 100px;
}

.banner-text h1
{
	color: var(--secondary-color);
	font-weight: 600;
}

.banner-logo
{
	display: flex;
	align-items: center; 
	justify-content: center;
	margin-left: 100px;
	height: 100%;
	width: 50%;
}

.banner-logo img
{
	height: 100%;
	width: 100%;
}


@media (max-width: 767px) {
	
.banner-context
{
	background: url("../images/sd-banner-branded.jpg") opacity: center/cover no-repeat;
}
	
.banner-text
{
	width: 50%;
	margin: 0;
}

.banner-text h1
{
	color: var(--secondary-color);
	font-weight: 600;
}

.banner-logo
{
	margin-left: 0;
	height: 100%;
	width: 50%;
}
.banner-logo img
{
	height: 60%;

}

}

/* ===== SERVICE CARDS ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-icon {
    margin-bottom: 20px;
}

.service-icon img {
    width: 60px;
    height: 60px;
}

.service-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.service-content p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-link {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: var(--primary-hover);
}

/* ===== SERVICE AREAS (Our Expertise) ===== */
.services-area {
    margin-bottom: 50px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	background-color: var(--bg-light);

}

.service-header {
    display: flex;
    align-items: center;
    padding: 30px;
    background: var(--primary-color);
	border-radius: 5px;
	
}

.service-header img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 30px;
}

.service-title h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
	color: var(--white);
}

.service-title p {
    margin: 0;
    color: var(--white);
    font-size: 16px;
}

.service-content {
    padding: 30px;
	
}

.service-features ul {
    list-style: none;
    padding: 0;
}

.service-features li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.service-features li:before {
    content: "✓";
    position: relative;
    left: 0;
	margin-right: 4px;
    color: var(--primary-color);
    font-weight: bold;
}

/* ===== TEAM GRID ===== */
.team-grid {
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: 40px 0;
}

.team-member {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-photo {
    width: 30%;
}

.member-info {
    padding: 30px;
	width: 70%;
}

.member-name {
    font-size: 24px;
    margin-bottom: 5px;
	font-weight: 500;
    color: var(--heading-color);
}

.member-position {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.member-contact p {
    margin: 5px 0;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .team-member {
	display: block;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-photo {
    width: 100%;
	}

.member-info {
    padding: 30px;
	width: 100%;
	
}

.member-name {
    font-size: 24px;
    margin-bottom: 5px;
	font-weight: 500;
    color: var(--heading-color);
}

.member-position {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 15px;
}

.member-contact p {
    margin: 5px 0;
    font-size: 14px;
}


}



/* ===== INSIGHTS/ARTICLES ===== */

.news 
{
    margin: 40px 0;
    padding: 40px 0;
    justify-content: center;
	align-items: center;
	text-align: center;
}

.news h1 {
	font-weight: 600;
	padding-bottom: 20px;
}

.news img{
	width: 725px; 
	height: 295px;
    object-fit: cover;
	border: solid var(--bg-light) 5px;
	
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.insight-article {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insight-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.article-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-content {
    padding: 25px;
}

.article-category {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 15px;
}

.article-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.article-excerpt {
    margin-bottom: 15px;
    line-height: 1.6;
}

.article-meta {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--text-color);
}

.article-meta span {
    margin-right: 15px;
}

.read-more {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    color: var(--primary-hover);
}

.featured-article {
    display: flex;
    margin-bottom: 50px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

.featured-article .article-image {
    flex: 0 0 40%;
}

.featured-article .article-content {
    flex: 1;
    padding: 40px;
}

.featured-article .article-title {
    font-size: 28px;
}

@media (max-width: 767px) {

	.news 
	{
		margin: 10px 0;
		padding: 10px 0;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	
	.news img {
		width: 100%; 
		height: 100%;
		object-fit: cover;
		border: solid var(--bg-light) 5px;
		box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	}
	
}

/*====== ABOUT ======*/


.about-overview
{
	
}

.overview-content
{
	
}

.overview-text
{
	
}

.overview-text h2
{
	font-weight: 500;
}

.lead
{
	
}
.location-section
{
	padding: 0px;
}


.location-content-img
{
	position: relative;
	min-height: 500px;
	overflow: hidden; /* keeps blur inside rounded corners */
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid white;
}

/* Background with blur */
.location-content-img::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url("../images/old_harbour.jpg") center/cover no-repeat;
	z-index: 0;
}

.location-content
{
	position: relative; /* keeps it above blurred background */
	z-index: 1;
	background: rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 5px;
	color: white;
	max-width: 1200px;
	text-align: left;
}

.location-text h2
{
	color: white;
	font-weight: 600;
}
.overview-image
{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px;
	border-radius: 5px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.overview-image img
{
    width: 60%;
	padding: 5px;
    height: 50%;
}

@media (max-width: 767px) {
	.overview-image
	{
		display: block;
		justify-content: center;
		align-items: center;
	}

	.overview-image img
	{
		width: 100%;
		padding: 1px;
		height: 50%;
	}
}

.values-section
{
    background-color: var(--bg-light);
    padding: 40px 0;
}

.values-grid
{
	
}

.values-item
{
	
}

.network-section
{
	
}

.network-content
{
	
}

.network-text
{
	
}

.network-visual
{

}


.network-benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin: 40px 0;	
	justify-content: center;
	align-items: center;
	text-align: center;
}

.benefit-item

{
	background-color: var(--bg-light);	
	border: 1px;
	border-color: solid gray;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}



/* ====CONTACT US====*/

.contact-grid
{
	display: flex;

}
.contact-form-section
{
	width: 65%;
	padding: 20px;
}

.contact-info-section
{
	width: 35%;
	padding: 20px;
	border-radius: 10px;
	background-color: var(--bg-light);
}

.contact-info-map
{
	width: 100%;
	padding: 20px;
}

@media (max-width: 767px) {
	
	
	.contact-grid
	{
		display: block;
	}
	
	.contact-form-section
	{
		width: 100%;
		padding: 10px;
	}

	.contact-info-section
	{
		width: 100%;
		padding: 10px;
		border-radius: 10px;
		background-color: var(--bg-light);
	}
	
}

/* ===== FORMS ===== */
.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--heading-color);
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(117, 145, 56, 0.2);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--heading-color);
}

select.form-control {
    cursor: pointer;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* CAPTCHA Styling */
.captcha-section {
    background: var(--bg-light);
    padding: 20px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.captcha-image {
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.refresh-captcha {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

.refresh-captcha:hover {
    background: var(--primary-hover);
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
}

.btn-primary {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: var(--white);
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.btn-secondary {
    color: var(--heading-color);
    background-color: transparent;
    border-color: var(--heading-color);
}

.btn-secondary:hover {
    color: var(--white);
    background-color: var(--heading-color);
}

.btn-team {
    color: var(--heading-color);
    background-color: var(--secondary-color);
    border-color: var(--heading-color);
}

.btn-team:hover {
    color: var(--white);
    background-color: var(--heading-color);
}

.btn-outline {
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
}

.btn-outline:hover {
    color: var(--heading-color);
    background-color: var(--white);
}

/* ===== FEATURES GRID ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin: 40px 0;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
}

.feature-icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--heading-color);
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: var(--primary-color);
    color: var(--white);
    text-align: center;
    margin: 0px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cta-content h2 {
    color: var(--white);
    font-size: 36px;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    color: var(--white);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-cta:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--secondary-color);
}

/* ===== FOOTER ===== */
.site-footer {
    background-color: #afaeae;
    color: var(--primary-color);
    padding: 20px 0 15px;
    margin-top: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 15px;
}

.footer-section h4 {
    color: var(--header-color);
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 8px;
	
}

.footer-section a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--black);
	
}

.footer-section p {
    color:var(--bg-light);
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
	color: var(--white);
    border-top: 1px solid rgba(255,255,255,0.2);
	background-color: var(--secondary-color);
	display: block;
}

.footer-bottom p {
    margin: 0;
    color: var(--bg-light);
    font-size: 14px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 991px) {
    .container {
        padding: 0 30px;
    }
    
    .header-main {
        padding: 12px 0;
    }
    
    .main-navigation {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-description {
        font-size: 18px;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .featured-article {
        flex-direction: column;
    }
    
    .featured-article .article-image {
        flex: none;
    }
    
    .service-header {
        flex-direction: column;
        text-align: center;
    }
    
    .service-header img {
        margin-right: 0;
        margin-bottom: 20px;
    }
	
	.footer-bottom {
		display: flex;
	}
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    
    section {
        padding: 40px 0;
    }
    
    .hero-image {
        height: 300px;
    }
    
    .hero-overlay-bottom {
        padding: 40px 0 20px 0;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .captcha-container {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.footer-bottom {
		display: flex;
	}
}
/* ===== OFFICE LOCATION STYLES ===== */
.office-location {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
}

.office-header {
    background: var(--bg-light);
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.office-badge {
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.office-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 30px;
}

.office-details {
    display: grid;
    gap: 25px;
}

.office-info h3 {
    color: var(--heading-color);
    margin-bottom: 10px;
    font-size: 18px;
}

.office-info ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.office-info li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.office-info li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
}

.map-container {
    margin: 15px 0;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 4px;
}

.map-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.small-text {
    font-size: 12px;
    color: var(--text-color);
    margin-top: 5px;
}

.service-areas {
    margin-top: 60px;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.service-area {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 25px;
	
}

.service-area h3 {
    color: var(--heading-color);
    margin-bottom: 15px;
    font-size: 20px;
}

.service-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-area li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.service-area li:last-child {
    border-bottom: none;
}

.remote-services {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.remote-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.remote-option {
    text-align: center;
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.remote-option strong {
    display: block;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-size: 16px;
}

.emergency-section {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin: 40px 0;
}

.emergency-content h2 {
    color: #856404;
    margin-bottom: 15px;
}

.emergency-details {
    margin-top: 20px;
}

/* ===== CONSULTATION PAGE STYLES ===== */
.consultation-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    margin: 40px 0;
}

.booking-form-section {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 40px;
}

.consultation-form {
    margin-top: 20px;
}

.consultation-info-section {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 40px;
}

.info-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color);
}

.info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-item h3 {
    color: var(--heading-color);
    margin-bottom: 15px;
    font-size: 20px;
}

.info-item ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.info-item li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.info-item li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
    background: var(--bg-light);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.newsletter-content {
    text-align: center;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 14px;
}

/* ===== PAGINATION ===== */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}

.pagination-link {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--heading-color);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination-link:hover,
.pagination-link.active {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* ===== UTILITY CLASSES ===== */
.hidden {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.spacer {
    height: 30px;
}

.height-60 {
    height: 60px;
}

/* About Section Specific */
.about-section {
    background: var(--bg-light);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

.about-highlights {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}

.highlight {
    text-align: center;
}

.highlight strong {
    display: block;
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 300;
}

.highlight span {
    font-size: 14px;
    color: var(--text-color);
    margin-top: 5px;
}

.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.why-choose-section {
    background: var(--white);
}

@media (max-width: 991px) {
    .consultation-grid,
    .about-grid,
    .office-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .newsletter-form {
        flex-direction: column;
        max-width: 300px;
    }
    
    .about-highlights {
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .about-highlights {
        flex-direction: column;
        gap: 20px;
    }
    
    .highlight strong {
        font-size: 28px;
    }
    
    .office-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* ===== VIEW ALL ARTICLES SECTION ===== */
.view-all-articles {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    margin-top: 20px;
}

.view-all-content h3 {
    color: var(--heading-color);
    margin-bottom: 15px;
    font-size: 24px;
}

.view-all-content p {
    color: var(--text-color);
    margin-bottom: 25px;
    font-size: 16px;
}

/* ===== SERVICE ACTIONS ===== */
.service-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* ===== ADDITIONAL EXPERTISE SECTION ===== */
.additional-expertise {
    background: var(--bg-light);
    padding: 60px 0;
    margin-top: 60px;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.expertise-item {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expertise-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.expertise-item h4 {
    color: var(--heading-color);
    margin-bottom: 15px;
    font-size: 18px;
}

.expertise-item p {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 14px;
}

.expertise-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

.expertise-link:hover {
    color: var(--primary-hover);
}

/* ===== SECTORS SECTION ===== */
.sectors-section {
    padding: 60px 0;
}

.sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.sector-item {
    background: var(--bg-light);
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sector-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.sector-icon {
    margin-bottom: 20px;
}

.sector-icon i {
    font-size: 48px;
    color: var(--primary-color);
}

.sector-item h4 {
    color: var(--heading-color);
    margin-bottom: 15px;
    font-size: 20px;
}

.sector-item p {
    color: var(--text-color);
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
}

.sector-link {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.sector-link:hover {
    background: var(--primary-hover);
    color: var(--white);
}

/* ===== RESPONSIVE DESIGN FOR NEW SECTIONS ===== */
@media (max-width: 992px) {
    .service-slide-content {
        grid-template-columns: 1fr;
    }
    
    .service-info {
        padding: 40px 30px;
    }
    
    .service-info h3 {
        font-size: 28px;
    }
    
    .slider-navigation {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .service-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .expertise-grid,
    .sectors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .additional-expertise,
    .sectors-section {
        padding: 40px 0;
    }
    
    .services-slider-section {
        padding: 60px 0;
    }
    
    .service-slide-content {
        min-height: 400px;
    }
    
    .service-info {
        padding: 30px 20px;
    }
    
    .service-info h3 {
        font-size: 24px;
    }
    
    .slider-navigation {
        padding: 0 20px;
        bottom: 20px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}
/* ===== EXPERTISE SLIDER ===== */
.expertise-slider-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.expertise-slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.expertise-slider {
    position: relative;
}

.expertise-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.expertise-slide.active {
    display: block;
    opacity: 1;
}

/* ===== SERVICES SLIDER ===== */
.services-slider-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.services-slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.services-slider {
    position: relative;
}

.service-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-slide.active {
    display: block;
    opacity: 1;
}

.service-slide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.service-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.service-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.05);
}

.service-card-content {
    padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: center;
}

.service-card-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--heading-color);
    font-weight: 600;
    line-height: 1.3;
}

.service-text {
    margin-bottom: 15px;
}

.service-text p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 10px;
}

.show-less-btn {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 0;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.show-less-btn:hover {
    color: var(--primary-dark);
}

.btn-expertise {
    display: block;
    background: var(--secondary-color);
    color: var(--white);
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-align: center;
	margin-top: auto;
	max-width: 200px;
}

.btn-expertise:hover {
    background: var(--primary-color);
	color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(200, 169, 110, 0.4);
}

/* Slider Navigation */
.slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    padding: 0 20px;
}

.slider-btn {
    background: rgba(0,0,0,0.7);
    color: var(--white);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.slider-btn:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--white);
    transform: scale(1.2);
}

.dot:hover {
    background: var(--white);
}

/* ===== RESPONSIVE DESIGN FOR NEW SECTIONS ===== */
@media (max-width: 992px) {
    .service-slide-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-card-content {
        padding: 20px;
    }
    
    .slider-navigation {
        gap: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .service-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .expertise-grid,
    .sectors-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .additional-expertise,
    .sectors-section {
        padding: 40px 0;
    }
    
    .services-slider-section {
        padding: 60px 0;
    }
    
   .expertise-slider-section {
        padding: 60px 0;
    }
	
    .service-slide-grid {
        gap: 20px;
        padding: 15px 0;
    }
    
    .service-card-image {
        height: 160px;
    }
    
    .service-card-content {
        padding: 18px;
    }
    
    .service-card-content h3 {
        font-size: 18px;
    }
    
    .service-text p {
        font-size: 13px;
    }
    
    .btn-expertise {
        padding: 10px 18px;
        font-size: 12px;
    }
    
    .slider-navigation {
        gap: 15px;
        margin-top: 25px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .slider-dots {
        gap: 6px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

/* ===== FORM STYLES & reCAPTCHA ===== */
.recaptcha-info {
    margin: 15px 0;
    padding: 10px;
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 12px;
    color: var(--text-color);
    text-align: center;
}

.recaptcha-info a {
    color: var(--primary-color);
    text-decoration: underline;
}

.recaptcha-info a:hover {
    color: var(--primary-hover);
}

/* Alert Messages */
.alert {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
    border: 1px solid;
    font-size: 14px;
    position: relative;
}

.alert i {
    margin-right: 8px;
    font-size: 16px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Form Loading States */
.form-loading {
    position: relative;
    pointer-events: none;
}

.form-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.form-loading button[type="submit"] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Enhanced Form Validation */
.form-control.error {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.form-control.success {
    border-color: #28a745;
    background-color: #f8fff9;
}

.field-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Contact Form Specific */
.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .btn {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
}

/* Consultation Form Specific */
.consultation-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.consultation-form .form-group {
    margin-bottom: 20px;
}

.consultation-form .btn {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .consultation-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .consultation-form .form-row .form-group {
        margin-bottom: 20px;
    }
}