:root {
	--primary-color: #4e73df;
	--secondary-color: #1cc88a;
	--accent-color: #f6c23e;
	--dark-color: #5a5c69;
	--light-color: #ffffff;
	--orange-color: #ff622d;
	--dark-orange-color: #fc4e14;
	--blue-color: #281e5d;
}

body {
  padding-top: 90px;
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #0f1b34;
  background-image:
    linear-gradient(to bottom, rgba(40, 30, 93, 0) 0%, rgba(40, 30, 93, 0.5) 50%, #281e5d 100%),
    url('/img/header.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media (max-width: 767px) {
    body {
        font-family: sans-serif, Arial, Verdena;
    }
}

h1 {
	color: var(--light-color);
	margin: 2px 5px 20px !important;
	font-size: 44px;
}

h3 {
	color: var(--light-color);
	margin: 2px 1px 20px !important;
	font-size: 27px;
	font-weight: 600;
}



.navbar {
	height: 80px;
	background-color: #000;
}

.navbar-brand img {
	height: 50px;
}

@media (max-width: 1000px) {
	.navbar {
		height: 100px;
	}

	.navbar-brand img {
		height: 50px;
	}
}

/* Poprawiona struktura nawigacji */
.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-item {
	display: flex;
	align-items: center;
}

.navbar-nav .nav-link {
	color: var(--light-color);
	padding: 0.5rem 1rem;
	transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: var(--orange-color);
}

.basket {
	padding: 0 !important;
}

/* Separator jako osobny element nav-item */
.nav-divider-item {
	width: 3px;
	background-color: rgba(255, 255, 255, 0.3);
	height: 30px;
	margin: 0 15px;
	display: block;
}

/* Dropdown menu styles */
.navbar-nav .dropdown-menu {
	background-color: #000;
	border: 2px solid var(--orange-color);
	border-radius: 8px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	margin-top: 8px;
	min-width: 250px;
}

.navbar-nav .dropdown-item {
	color: var(--light-color);
	padding: 12px 20px;
	font-weight: 500;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav .dropdown-item:last-child {
	border-bottom: none;
}

.navbar-nav .dropdown-item:hover {
	background-color: var(--orange-color);
	color: white;
}

.navbar-nav .dropdown-item:focus {
	background-color: var(--orange-color);
	color: white;
}

.navbar-nav .dropdown-divider {
	border-color: rgba(255, 255, 255, 0.2);
	margin: 8px 0;
}

.navbar-nav .dropdown-toggle::after {
	margin-left: 8px;
}

.navbar-toggler {
	border-color: var(--light-color);
	margin-right: 10px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.login-button {
	background-color: var(--orange-color);
	border: 0;
	font-weight: 600;
	margin-right: 15px;
}



.active-link {
	color: var(--orange-color) !important;
	font-weight: 600;
}


.placeholder-logo {
	background-color: #000000;
	color: white;
	display: flex;
	align-items: center;
	justify-content: left;
          max-width:80px;
}

@media (max-width: 1000px) {

	.nav-divider-item {
		display: none;
	}

	.navbar-collapse {
		background-color: #000;
		padding: 1rem;
		border-radius: 0 0 10px 10px;
		margin-top: 10px;
		font-size: 25px;
		text-align: center;
	}

	.navbar-nav {
		flex-direction: column;
		align-items: stretch;
	}

	.navbar-nav .nav-item {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		justify-content: center;
	}

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

	/* Mobile dropdown styles */
	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin-top: 0;
		background-color: rgba(0, 0, 0, 0.8);
		border: 1px solid rgba(255, 255, 255, 0.2);
		box-shadow: none;
		border-radius: 5px;
		margin-left: 0;
	}

	.navbar-nav .dropdown-item {
		padding: 10px 15px;
		font-size: 20px;
		text-align: center;
	}

	.navbar-nav .dropdown-divider {
		margin: 5px 0;
	}
}

.user-icon {
	text-decoration: none !important;
}

.user-icon div {
	text-decoration: none !important;
}

.user-icon .rounded-circle {
	background-color: var(--orange-color) !important;
	font-size: 15px;
	font-weight: bold;
	width: 40px;
	height: 40px;
}

.rounded-circle:hover {
	background-color: var(--light-color) !important;
	color: var(--blue-color) !important;
}

.footer {
	background-color: #000000;
	color: #fff;
	padding: 3rem 0 1.5rem 0;
}

.footer h5 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}


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

.footer-menu li {
	margin-bottom: 0.3rem !important;
	font-weight: 600 !important;
}

.footer-menu a {
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s;
	font-size: 0.85rem;
}

.footer-menu a:hover {
	color: #fff;
	text-decoration: none;
}

.copyright {
	margin-top: -24px;
	border-top: 2px solid #333;
	padding-top: 2rem;
	color: #888;
	font-size: 0.9rem;
}

.logo-footer {
	margin-bottom: 1.2rem;
}

.map-footer {
	margin-bottom: 1.2rem;
	max-width: 300px;
}

.icon-footer {
	color: #ffffff !important;
}

.fancy-button {
	display: inline-block;
	padding: 8px 20px;
	background: var(--orange-color);
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
	border-color: var(--dark-orange-color);
	transition: background-color 0.3s ease;
}

.fancy-button:hover {
	background: var(--dark-orange-color);
}

.hr-small {
	border: none;
	height: 4px;
	background: #8c8bc1;
	box-shadow: 0 0 5px rgba(0, 114, 255, 0.5);
	margin: 30px auto;
	border-radius: 2px;
	width: 95%;
}

.hr-large {
	border: none;
	height: 8px;
	background: #8c8bc1;
	box-shadow: 0 0 5px rgba(0, 114, 255, 0.5);
	margin: 30px auto;
	border-radius: 4px;
	width: 100%;
}

.service-description-small {
	position: relative;
	color: var(--light-color);
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-left: 15px;
	font-size: 1rem;
}

.service-description-top {
	position: relative;
	color: var(--light-color);
	font-weight: 600;
	margin-bottom: 3rem;
	padding-left: 15px;
	font-size: 1.2rem;
}


.service-section {
	margin-bottom: 60px;
	position: relative;
	padding: 20px 0;
}

.service-section h2 {
	position: relative;
	color: var(--light-color);
	font-weight: 700;
	margin-bottom: 1.5rem;
	padding-left: 15px;
}

.service-description {
	position: relative;
	color: var(--light-color);
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-left: 15px;
	font-size: 1.2rem;
}


.service-card {
	transition: all 0.3s ease-in-out;
	height: 100%;
	border: 4px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	background-color: white;
	position: relative;
	display: flex;
	flex-direction: column;
}

.service-card.selected {
	border-color: var(--orange-color);
	background-color: #ffffff;
}

.card-body {
	padding: 1rem;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.card-content {
	flex: 1;
	margin-bottom: 1rem;
}

.card-subtitle {
	font-weight: 600;
	color: var(--blue-color);
}

/* Form elements - wspólne dla seo-audit i link-building */
.form-check {
	position: relative;
	padding-left: 0;
	margin: 0 -1rem -1px;
	width: calc(100% + 2rem);
}

.form-check-input {
	display: none;
}

.form-check-label {
	display: block;
	position: relative;
	padding: 12px;
	background-color: var(--orange-color);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.85rem;
	border-radius: 0 0 8px 8px;
	transition: all 0.2s;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.form-check-input:checked+.form-check-label {
	background-color: var(--blue-color);
	color: white;
}


.badge-info-custom {
	background-color: #acb2b7;
	color: #fff;
	font-size: 0.6rem;
	padding: 0.5em 0.6em 0.3em 0.6em;
	border-radius: 6px;
	cursor: pointer;
	margin-left: 5px;
}


.da {

	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	margin-top: 2px;
	color: #5c5c5c;
}


.info-icon {
	margin-left: auto;
}


@media (max-width: 1000px) {
	.service-section {
		margin-bottom: 40px;
	}

	.row>[class*='col-'] {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}




@media (min-width: 768px) {

	.cookie-modal .modal-dialog {
		max-width: 60% !important;
		font-size: 16px;
	}

}


@media (max-width: 768px) {

	.cookie-purposes {
		display: none;
	}

	.map-footer {
		display: none;
	}

	.footer {
		text-align: center;
	}

	.m-footer {
		margin-top: -50px;
	}

	.cookie-modal .modal-dialog {
		font-size: 15px;

	}

	h1 {
		font-size: 32px !important;
		margin-top: -30px !important;
	}


	.service-section {

		padding-bottom: 5px !important;


	}

	.footer-menu a {
		font-size: 1.2rem;
	}

	li.nav-item {
		border-top: 1px solid #5c5c5c;
	}

	.login-button {
		margin-top: 15px;
		width: 100%;
	}




}



.cookie-modal {
	backdrop-filter: blur(2px);
	background-color: rgba(0, 0, 0, 0.7);
}

.cookie-modal .modal-content {
	border: none;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}



.cookie-header {
	background-color: var(--orange-color);
	;
	color: white;
	border-radius: 15px 15px 0 0;
	padding: 0.7rem;
}

.cookie-body {
	padding: 2rem;
}

.cookie-icon {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #f8d7da;
}

.btn-accept {
	background: linear-gradient(45deg, #28a745, #20c997);
	border: none;
	border-radius: 25px;
	padding: 10px 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-accept:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.btn-decline {
	background: linear-gradient(45deg, #6c757d, #495057);
	border: none;
	border-radius: 25px;
	padding: 10px 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-decline:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(108, 117, 125, 0.4);
}

.cookie-link {
	color: #667eea;
	text-decoration: none;
	font-weight: 500;
}

.cookie-link:hover {
	color: #764ba2;
	text-decoration: underline;
}

.cookie-text {
	line-height: 1.6;
	color: #495057;
}

.cookie-purposes {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 1rem;
	margin: 1rem 0;
	border-right: 4px solid #000000;
	border-left: 4px solid #000000;
}

.cookie-purposes h6 {
	color: #495057;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.cookie-purposes ul {
	margin-bottom: 0;
	padding-left: 1.2rem;
}

.cookie-purposes li {
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 0.2rem;
}

.btn-group-custom {
	gap: 1rem;
}


@media (max-width: 576px) {
	.cookie-modal .modal-content {
		margin: 1rem;
		max-width: calc(100% - 2rem);
	}

	.cookie-body {
		padding: 1.5rem;
	}

	.btn-group-custom {
		flex-direction: column;
	}

	.btn-group-custom .btn {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}


       .header-menu {
       font-size:22px;
       font-weight:600;
       margin-bottom:20px;
     }



       .price-container {
            padding: 20px;
            margin-top:-40px;
        }



     .price-diagonal {
            position: relative;
            font-size: 30px;
            font-weight: bold;
            color: #acb2b7;
            display: inline-block;
            padding: 5px 10px;
        }

        .price-diagonal::after {
            content: '';
            position: absolute;
            top: 45%;
            left: 9%;
            right: 5%;
            height: 5px;
            background: #acb2b7;
            transform: rotate(-25deg);
            transform-origin: center;
            border-radius:3px;
            opacity: 0.7;
        }

	.btn-container-free {
		text-align: center;
		margin-top: -30px;
                    margin-bottom: 50px;
	}

	.custom-btn-free {
		display: inline-block;
		background-color: #ff622d;
		color: white;
		padding: 0.75rem 1.5rem;
		font-size: 1.3rem;
		font-weight: 600;
		text-decoration: none;
		border: none;
		border-radius: 50px;
		transition: background-color 0.3s ease, transform 0.2s ease;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
		border: 2px solid white;
		text-align: center;
	}