body {
	font-family: Arial, sans-serif;
	scroll-margin-top: 90px; /* Offset for sticky navbar when clicking anchor links */
}

/* Blog post image styling */
.blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Apply scroll offset to all section anchors and IDs */
[id] {
	scroll-margin-top: 90px;
}

.navbar {
	background: linear-gradient(180deg, #10212d 0%, #0a1720 100%);
}

.navbar-brand {
	font-weight: bold;
	color: white !important;
}

.logo {
	margin-bottom: 2em;
}

.hero-section {
	min-height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('../../assets/images/kystvolt.png') center/cover no-repeat;
}

.icon,
.icon:before {
	color: white !important;
}

.icon-envelope {
	color: white !important;
}

.block-23 ul {
	padding: 0;
}

.block-23 ul li {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px;
}

.block-23 ul li span {
	color: rgb(255, 255, 255);
}

.block-23 ul li .icon, .block-23 ul li .text {
	display: table-cell;
	vertical-align: top;
}

.block-23 ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px;
	color: rgb(255, 255, 255);
}

.ftco-footer {
	font-size: 16px;
	background: black;
	padding: 7em 0;
	z-index: 0;
}

.ftco-footer .ftco-footer-logo {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li {
	margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget ul li a {
	color: rgba(255, 255, 255, .6);
}

.ftco-footer .ftco-footer-widget ul li a span {
	color: rgba(255, 255, 255, .6);
}

.ftco-footer .ftco-footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important;
}

.ftco-footer p {
	color: rgba(255, 255, 255, .7);
}

.ftco-footer a {
	color: rgba(255, 255, 255, .7);
}

.ftco-footer a:hover {
	color: #fff;
}

.ftco-footer .ftco-heading-2 {
	font-size: 17px;
	font-weight: 400;
	color: #000;
}

.footer-section {
	background: linear-gradient(180deg, #10212d 0%, #0a1720 100%) !important;
}


.footer-links a {
	color: #d6e4f0;
	text-decoration: none;
	transition: all 0.2s ease;
}

.footer-links a:hover {
	color: #ffffff;
	padding-left: 4px;
}

.text-light-emphasis {
	color: rgba(255, 255, 255, 0.75) !important;
}

.service-card {
	background: #100a25;
	background: linear-gradient(180deg, #10212d 0%, #0a1720 100%);
	padding: 30px;
	color:white;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

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

.integration-section {
	color: white;
}

.integration-box {
	background: rgba(255, 255, 255, 0.9);
	padding: 25px;
	border-radius: 12px;
	font-weight: bold;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Section-specific background classes */
.bg-white-section {
	background-color: #ffffff;
	color: #343a40;
}

.bg-light-section {
	background: linear-gradient(135deg, #373e52 0%, #30364b 100%);
	color: #ffffff;
}

.bg-dark-section {
	background: linear-gradient(135deg, #343a40 0%, #212529 100%);
	color: #ffffff;
}

/* Ensure proper contrast for elements within sections */
.bg-white-section .integration-box,
.bg-light-section .integration-box {
	background: rgba(255, 255, 255, 0.9);
	color: #343a40;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bg-dark-section .integration-box {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bg-white-section .service-card,
.bg-light-section .service-card {
	background-color: #f8f9fa;
	color: #f4f4f5;
}

.bg-dark-section .service-card {
	background-color: #0077b6;
	color: #ffffff;
}

.learning-section {
	color: black;
}

.learning-box {
	background: rgba(255, 255, 255, 0.1);
	padding: 25px;
	border-radius: 12px;
	font-weight: bold;
}

.contact-box {
	border-radius: 20px;
	padding: 40px;
}

.btn-primary {
	background-color: #0077b6;
	border: none;
}

.btn-primary:hover {
	background-color: #005f8a;
}

/* Ensure elements within sections have proper contrast */
.service-card {
	background-color: #f8f9fa;
}

