:root {
	--BR-Ocean-Blue: #024268;
}
.kontaktai-form-wrapper{
	margin-bottom: var(--margin-lg);
	margin-top: var(--margin-lg)
}

/* Heading */
.kontaktai-form-wrapper .heading {
	color: var(--BR-Ocean-Blue);
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.483px;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
}

/* Subtext */
.kontaktai-form-wrapper .text {
	color: var(--BR-Ocean-Blue);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.16px;
	margin-bottom: var(--margin-md); 
}

/* Input fields */
.contact-input {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid #D9D9D9 !important;
	background-color: transparent;
	border-radius: 0 !important;
	padding: 12px 8px 8px 8px !important;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	color: var(--BR-Ocean-Blue);
	box-shadow: none;
}

/* Placeholder styles */
.contact-input::placeholder {
	color: var(--BR-Ocean-Blue);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

/* Checkbox label */
.contact-checkbox + .form-check-label {
	color: var(--BR-Ocean-Blue);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

/* Bolded link inside label */
.contact-checkbox + .form-check-label a {
	color: var(--BR-Ocean-Blue);
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
}

/* Submit button */
.contact-submit {
	display: flex;
	width: 133px;
	height: 45px;
	padding: 13.581px 31.042px;
	justify-content: center;
	align-items: center;
	gap: 7.761px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #00CA5E ;
	border: none;
	color: white;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
}

.contact-submit:hover {
	background-color: #00b454;
}

.contact-response {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.4;
	padding: 12px 16px;
	border-radius: 8px;
	margin-top: 20px;
	transition: all 0.3s ease;
	display: none;
}

.contact-response.success {
	background-color: #E6F8EF !important;
	color: #026B3A !important;
	border: 1px solid #00CA5E !important;
	display: block;
}

.contact-response.error {
	background-color: #FCEBEA !important;
	color: #B20000 !important;
	border: 1px solid #FF0000 !important;
	display: block;
}


//right side----------------------------------------


.kontaktai-location {
	margin-bottom: 3rem;
}

.location-heading {
	color: var(--BR-Ocean-Blue, #024268);
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 27.483px;
	letter-spacing: 0.3px;
	margin-bottom: 1rem;
}

.kontaktai-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.popup-icon {
	width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.popup-link {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	text-decoration: none;
	transition: color 0.2s ease;
	color: black !important;
    font-weight: 500 !important;
    transition: color 0.3s;
    display: inline-block;
}

.popup-link:hover {
	color: #0069B4 !important;
	
}