﻿/* NEW WEBSITE CSS - UPDATED FOR BOOTSTRAP 5 */

/* General styles */
body {
    background-color: #f2f2f2;
    font-size: 16px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.btn, .form-select, .form-control, .nav-link {
    border-radius: 10px;
}

/* Navbar styles */
.navbar {
    padding-top: 25px;   /* Increased padding for taller navbar */
    padding-bottom: 32px;
    min-height: 96px;    /* Set a minimum height for the navbar */
    background-color: transparent !important;
    border-color: transparent;
	margin-left: -30px;
}

.navbar-brand {
    height: 80px;        /* Set a taller height for the brand area */
    display: flex;
    align-items: center; /* Vertically center logo if needed */
    padding: 0;
}

/* Make the logo image bigger */
.navbar-brand img {
    height: 85px;        /* Increase logo height */
    width: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	padding-right: 20px;
}

.navbar-nav {
    margin: 17px 0;
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item:focus-within {
    color: #555;
    background-color: #e7e7e7;
    border-radius: 16px;
}

.navbar-nav .nav-item {
	padding: 8px 8px !important;
	margin: 0 8px;
	height: 56px;
}

.navbar-collapse {
	align-items: normal !important;
}

.navbar-nav .nav-link {
	color: #43444A;
    font-size: 18px;
    line-height: 24px;
    border-radius: 16px !important;
    font-weight: 700;
}

/* Search form styles */
.navbar .d-lg-flex {
    margin: 16px 0;
    height: 54px;
}

.navbar .form-control {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 90px 16px 24px;
    width: 270px;
    border: none;
    border-radius: 16px;
    height: auto;
}

.navbar .btn {
    background: #2F2F33;
    color: #fff;
    font-size: 20px;
    padding: 14px 26px;
    margin-left: -29px;
    border-radius: 16px;
    border: none;
}

@media (min-width: 768px) {
    .navbar .d-lg-flex {
        margin-right: -45px;
    }
}

.services-holder {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 44px 30px;
    border-radius: 16px;
    margin-bottom: 21px;
}

.services-holder .menu-item {
    font-size: 18px;
    line-height: 24px;
    padding: 8px;
    color: #2F2F33;
    font-weight: 700;
    line-height: 36px;
    display: block;
}

/* Footer styles - unchanged, but ensure HTML uses these classes */
footer {
    background: #43444A;
    overflow: hidden;
    clear: both;
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 30px;
}

footer h2, footer h3, footer p {
    color: #ffffff;
    margin-bottom: 20px;
}

footer h3 {
    font-size: 26px;
}

footer p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

footer .btn-white {
    background-color: #fff;
    color: #43444A;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 24px;
    border-radius: 16px;
    font-weight: 700;
}
footer .btn-white:hover {
    background: #e0e0e0;
}
footer ul {
    overflow: hidden;
}
footer ul li {
    float: left;
    margin-right: 32px;
}

footer ul li a {
    color: #43444A;
    width: 32px;
    height: 32px;
}

footer ul li a span:hover {
    color: #e0e0e0;
}
footer ul li a span {
    font-size: 24px;
    line-height: 32px;
    left: -8px;
    color: #fff;
}

.footer-logo-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../img/bg-footer-frame.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 629px;
    height: 390px;
}

.footer-logo-holder img {
    float: right;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
footer .accessibility-holder {
    margin-top: 30px;
}
footer .accessibility-holder a {
    color: #ffffff;
}