
body {
    font-family: Arial, sans-serif;
    background-color: #f4f7fa;
}

 .navbar {
        background: #0b1f2a;
    }

    .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;
		li {
			
			&, > a {
				display: table;
				line-height: 1.5;
				margin-bottom: 15px;
			}
			span{
				color: rgb(255,255,255));
			}
			.icon, .text {
				display: table-cell;
				vertical-align: top;
			}
			.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-logo {
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	.ftco-footer-widget {
		h2 {
			font-weight: normal;
			color: $white;
			margin-bottom: 40px;
			font-size: 22px;
			font-weight: 600;
		}
		ul{
			li{
				margin-bottom: 10px;
				a{
					color: rgba(255,255,255,.6);
					span{
						// color: white;
						color: rgba(255,255,255,.6);
					}
				}
			}
		}
		.btn-primary{
			background: #fff !important;
			border: 2px solid #fff !important;
			&:hover{
				background: #fff;
				border: 2px solid #fff!important;
			}
		}
	}
	p {
		color: rgba(#fff, .7);
	}
	a {
		color: rgba(#fff, .7);
		&:hover {
			color: #fff;
		}
	}
	.ftco-heading-2 {
		font-size: 17px;
		font-weight: 400;
		color: $black;
	}
}
.service-card {
    background: #ffffff;
    padding: 30px;
    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 {
    background: #0b1f2a;
    color: white;
}

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

.learning-section {
    background: #ffffff;
    color: black;
}

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

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

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

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