html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main.content-wrapper {
    flex: 1;
}
.service_icon {
    width: 60px;
    margin-bottom: 20px;
    filter: invert(50%) sepia(96%) saturate(1250%) hue-rotate(177deg) brightness(93%) contrast(101%) !important;
}
.single-widget h3,.single-widget ul li,.single-widget ul li a {color: #fff !important;}
.mobile-nav {
	display: block !important;
}
.header-area {
    background-color: #0c1496;
}
.prevoz-nav-style .navbar-area .main-nav {
    background: unset;
}
/* Make sure navbar-nav is horizontal */
.navbar-nav {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 24px; /* spacing between menu items */
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

/* Nav link style */
.navbar-nav .nav-link {
	color: #0a2240;
	text-decoration: none;
	font-weight: 500;
	padding: 8px 10px;
	transition: 0.3s ease;
	white-space: nowrap;
}

/* Hover + Active link style */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,.nav-link,.navbar-nav .nav-link {color: #fff !important; font-size: 15px;}

/* Optional: Profile icon alignment */
.navbar-nav .nav-link img {
	margin-right: 6px;
	vertical-align: middle;
	width: 18px;
}

/* Fixing logo spacing */
.logo img {
	max-height: 60px;
}

/* Center the nav menu between logo and account */
.center-menu {
	flex: 1;
	justify-content: center;
}

/* Right-align the My Account section */
.user-account {
	white-space: nowrap;
}

/* Optional style tweaks */
.nav-link {
	color: #0a2240;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
	color: #007bff;
}
.nav-item.dropdown {
	position: relative;
}

.nav-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ddd;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	min-width: 160px;
	display: none;
	z-index: 999;
}

.nav-item .dropdown-menu li {
	width: 100%;
}

.nav-item .dropdown-menu li a {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	color: #0a2240 !important;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

.nav-item .dropdown-menu li a:hover {
	background-color: #0a2240 !important;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
.nav-item .dropdown-menu li a img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 8px;
}
.navbar-area.is-sticky {background-color: #0d1697 !important;}
.footer-bottom-area {border-top: 2px solid #0096e6;}
.menu-btn {
    background-color: #0c1496;
    color: #fff;
    font-size: 26px;
    padding: 0px 14px;
    border: none;
    cursor: pointer;
    /*position: absolute;*/
    top: 8px;
    right: 20px;
    z-index: 1000;
}
.alert-box {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 15px;
    display: inline-block;
    max-width: 500px;
    margin: auto;
}
.alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}
.alert-error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

/* Mobile Menu Styling */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #0c1496;
    color: #fff;
    display: none;
    z-index: 999;
    padding-top: 80px;
    overflow-y: auto;
}

.mobile-menu-inner {
    padding: 20px;
}

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

.mobile-nav-list li {
    margin-bottom: 20px;
}

.mobile-nav-list li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.mobile-nav-list .dropdown .sub-menu {
    display: none;
    margin-top: 10px;
    padding-left: 15px;
}

.mobile-nav-list .dropdown.open .sub-menu {
    display: block;
}

.mobile-nav-list .dropdown .sub-menu li a {
    font-size: 16px;
}
.mobile-menu-inner img {
    width: 18px;
}
ul.sub-menu {
    background-color: #fff;
}
.sub-menu a {
    color: #000 !important;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    color: white;
    font-size: 30px;
    border: none;
    z-index: 1001;
    cursor: pointer;
}
#mobileMenu {
    display: none;
    transition: all 0.3s ease-in-out;
}
#mobileMenu.active {
    display: block;
}
.alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    color: #842029;
    padding: 10px 15px;
    border-radius: 8px;
    /*display: inline-block;*/
    max-width: 500px;
    margin: auto;
    font-size: 15px;
}
.sign-up-area .contact-form-action .form-heading .form-title {font-size: 30px;}
.section-title h2 {font-size: 30px;}
.form-label {font-weight: 500;color: #4b4b4b;}
.form-control, .form-select {border-radius: 12px;padding: 10px 15px;}
.tag-label {
    background-color: #e8e8f8;
	color: #3b3b95;
	padding: 4px 12px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 15px;
	display: inline-block;
	margin-bottom: 10px;
}
.btn-calculate {
	background-color: #098ddf;
	color: white;
	font-weight: bold;
	border-radius: 30px;
	padding: 12px 30px;
	width: 100%;
}

.btn.btn-calculate:hover {
	background-color: #098ddf;
	color: #fff;
}
.sign-up-area .contact-form-action form .form-group {
    margin-bottom: 15px;
}
.calculator-form-section {
	background: white;
	border-radius: 20px;
	padding: 30px 30px 20px 30px;
	/* Reduced bottom padding */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	max-width: 700px;
	margin: 50px auto 80px auto;
}

.calculator-form-section h5 {
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}
.single-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 20px;
}

.single-offer img.service_icon {
    max-width: 80px;
    margin-bottom: 15px;
}

.single-offer h3 {
    margin-bottom: 10px;
}

.single-offer p {
    flex-grow: 1;
}

.single-offer .circle-read-more {
    margin-top: auto;
}
@media (min-width: 768px) {
  .mean-menu .navbar-nav {
    width: 100%;
  }

  .mean-menu .navbar-nav .account-nav {
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
    .mean-container .mean-bar {
        background-color: #0e1293;
    }
    .mean-container a.meanmenu-reveal span {
        background-color: #fff;
    }
}

@media (min-width: 768px) {
	.mobile-nav {
		display: block !important;
		text-align: left;
		margin-bottom: 10px;
	}
	.mobile-nav .logo img {
		max-height: 60px;
	}
}
@media (max-width: 991.98px) {
    .desktop-account {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .logo img {
        max-height: 45px;
    }
}