* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #f2f2f2;
	display: block;
}

body {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	top: 0;
	left: 0;
	padding: 0;
	background: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-size: 100% auto;
}

html,
body {
	width: 100vw;
	overflow-x: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #1a1a1a;
	height: 5px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #4f4f4f;
	width: 10px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #1a1a1a;
}

header {
}
.container {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.header_items {
	display: flex;
	align-items: center;
	padding-block: 18px;
}
.header_item {
	margin-left: auto;
}
.header_item:first-child {
	margin-left: 0px;
}
.header_item_logo {
	vertical-align: middle;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.header_item_logo img {
	width: 32px;
	height: 32px;
}
.header_item_navs {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 25px;
}
.header_item_nav a {
	color: #000;
	font-family: 'Manrope ', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: poManrope;
	transition: all 0.5s;
}
.header_item_nav a:hover {
	color: #d2123c;
}
.header_item_button {
	color: #fff;
	font-family: 'Manrope ', sans-serif;
	padding: 14px 34px;
	border-radius: 50px;
	background: #d2123c;
	outline: none;
	border: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	line-height: normal;
	transition: all 0.5s;
	text-decoration: none;
	display: inline-block;
}
.header_item_button:hover {
	opacity: 0.5;
}
.login_icon {
	z-index: 1202;
	position: relative;
	margin-left: 10px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d2123c;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-decoration: none;
	vertical-align: middle;
}
.login_icon:hover {
	opacity: 0.5;
	transform: none;
}
.login_icon svg {
	width: 24px;
	height: 24px;
}
.intro {
	width: 100%;
	height: auto;
	padding-bottom: 350px;
	background: url(../img/intro_bg.png) top no-repeat;
	margin-top: 47.5px;
}
.intro_teg {
	display: block;
	margin: 0 auto;
	width: fit-content;
	color: #d2123c;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	padding: 15px 20px;
	border-radius: 50px;
	background: rgba(210, 18, 60, 0.1);
	backdrop-filter: blur(5px);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.intro_tittle {
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 63px */
	max-width: 629px;
	margin-top: 33px;
	display: block;
	align-items: center;
	margin: 0 auto;
	margin-top: 33px;
}
.intro_tittle span {
	color: #d2123c;
}
.intro_tittle img {
	vertical-align: middle;
}
.intro_subtittle {
	margin-top: 25px;
	color: #595959;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 31.5px */
}
.intro_rect {
	width: 100%;
	max-width: 354px;
	outline: none;
	border-radius: 50px;
	background: #eee;
	color: #adadad;
	font-family: 'Manrope ', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.intro_rect_content {
	padding: 15px;
	display: flex;
	align-items: center;
}
.intro_rect_icon {
	vertical-align: middle;
	margin-right: 12px;
}
.intro_rect_input {
	color: #000;
	font-family: 'Manrope ', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline: none;
	border: none;
	background: transparent;
	width: 100%;
}
.intro_rect_input::placeholder {
	color: #adadad;
}
.intro_rect_button {
	margin-left: 12px;
	border-radius: 50px;
	background: #d2123c;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	display: flex;
	padding: 8px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s;
}

.intro_rect_button:hover {
	opacity: 0.5;
}

.intro_rect_button img {
	vertical-align: middle;
	padding: 8px;
}

.team {
	width: 100%;
	height: auto;
	margin-top: -250px;
}
.team_tittle {
	color: #000;
	text-align: center;
	font-family: 'Manrope ', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.team_text {
	max-width: 691px;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	color: #595959;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.team_blocks {
	margin-top: 75px;
	display: flex;
	align-items: center;
	gap: 24px;
}
.team_block {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.team_block:hover .team_block_rect_image {
	opacity: 1;
	filter: grayscale(0%);
	transition: filter 0.5s ease;
	background: radial-gradient(
		60.46% 48.85% at 50% 76.36%,
		rgba(210, 18, 60, 0.17) 0%,
		rgba(210, 18, 60, 0) 100%
	);
}
.team_block_rect {
	width: 282px;
	height: 345px;
	background-blend-mode: hue;
	border-radius: 15px;
	border: 1px solid #eaeaea;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.team_block_rect_image {
	margin-top: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	opacity: 0.3;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
	transition: all 0.5s;
}
.team_block_name {
	margin-top: 30px;
	color: #000;
	font-family: 'Manrope ', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.team_block_text {
	margin-top: 18px;
	color: #595959;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	text-align: center;
}

.informations_line {
	width: 100%;
	height: auto;
}

.iformations {
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.iformations_blocks {
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.iformations_block {
	width: 100%;
	margin-left: auto;
	max-width: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.iformations_block:first-child {
	margin-left: 0px;
}
.iformations_block_rect {
	border-radius: 15px;
	border: 1px solid #eaeaea;
	background: #fff;
	width: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iformations_block_rect_icon {
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
.iformations_block_tittle {
	margin-top: 30px;
	color: #000;
	text-align: center;
	font-family: 'Manrope ', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
}
.iformations_block_text {
	margin-top: 20px;
	color: #595959;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}

.blogs {
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.blogs_items {
	display: grid;
	grid-template-columns: calc(25% - 24px) calc(25% - 24px) calc(25% - 24px) 25%;
	grid-row-gap: 24px;
	grid-column-gap: 24px;
}
.blogs_item {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 1px solid #cfcfcf;
	background: #fff;
}
.blogs_item_image {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.blogs_item_content {
	padding: 25px;
}
.blogs_item_tittle {
	color: #000;
	font-family: 'Manrope ', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
}
.blogs_item_text {
	margin-top: 20px;
	color: #595959;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}
.blogs_item .intro_rect_button {
	margin-top: 20px;
	margin-left: 0px;
}

footer {
	width: 100%;
	margin-top: 100px;
}
.footer_up {
}
footer .informations_line {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}
.footer_bottom {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 100px;
}
.footer_bottom_socials {
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer_bottom_social {
	cursor: pointer;
	transition: all 0.5s;
}
.footer_bottom_social:hover {
	opacity: 0.5;
}
.footer_bottom_text {
	color: #000;
	text-align: right;
	font-family: 'Manrope ', sans-serif;
	margin-left: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.teampage {
	margin-top: 30px;
}
.teampage .informations_line {
	width: 100%;
}
.teampage .team_tittle {
	margin-top: 50px;
}
.teampage_blocks {
	display: flex;
	flex-direction: column;
}

.teampage .team_blocks:last-child {
	margin-top: 50px;
}

.teampage .team_blocks {
	position: relative;
}
.teampage_blocks_icon {
	position: absolute;
	left: calc(50% - 14px);
	z-index: 1;
	bottom: 60px;
}

.contact {
	width: 100%;
	margin-bottom: 127px;
}
.contact .informations_line {
	width: 100%;
	margin-top: 30px;
}
.contact_tittle {
	margin-top: 50px;
	color: #000;
	text-align: center;
	font-family: 'Manrope ', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.contact_subtittle {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 629px;
	margin-top: 30px;
	color: #595959;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.contact_blocks {
	display: grid;
	grid-template-columns: 604px calc(100% - 715px);
	grid-column-gap: 111px;
	margin-top: 50px;
	min-height: 901px;
	overflow: visible;
}
.contact_block {
	width: 100%;
	height: 100%;
}
.contact_block_image {
	vertical-align: middle;
}
.contact_block_rect {
	width: 100%;
	height: auto;
	margin-top: 34px;
	border-radius: 15px;
	border: 1px solid #cfcfcf;
	background: #fff;
}
.contact_block_rect_content {
	padding: 30px;
	padding-bottom: 38px;
}
.contact_block_rect_blocks {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.contact_block_rect_block {
	width: 100%;
	height: auto;
}
.contact_block_rect_block_tittle {
	color: #000;
	font-family: 'Manrope ', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
}
.contact_block_rect_block_input {
	margin-top: 6px;
	width: 100%;
	outline: none;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
	color: #000;
	resize: none;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	padding: 15px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
textarea {
	height: 150px;
}
.contact_block_rect_block_input::placeholder {
	color: #b6b6b6;
}
.contact_block_rect_block_upload {
	width: 100%;
	height: auto;
	min-height: 120px;
	margin-top: 6px;
	border-radius: 8px;
	border: 1px dashed #e4e4e4;
	padding: 34px 20px;
	cursor: pointer;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact_block_rect_block_upload:hover {
	opacity: 0.5;
}
.contact_block_rect_block_upload svg {
	display: block;
	margin: 0 auto;
}
.contact_block_rect_block_text {
	margin-top: 19px;
	color: #b6b6b6;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: 150%;
	word-wrap: break-word;
	max-width: 100%;
}
.contact_block_rect_block_text span {
	color: #d2123c;
}
.contact_block_rect_button {
	color: #fff;
	font-family: 'Manrope ', sans-serif;
	margin-top: 20px;
	width: 100%;
	height: auto;
	border-radius: 50px;
	background: #d2123c;
	cursor: pointer;
	transition: all 0.5s;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	outline: none;
	border: none;
}

.contact_block_rect_button:hover {
	opacity: 0.5;
}

.about {
	width: 100%;
	height: auto;
}
.about .informations_line {
	margin-top: 30px;
}
.about_blocks {
	display: flex;
	align-items: flex-start;
}
.about_block {
	width: 100%;
	height: auto;
}
.about_block_tittle {
	color: #000;
	font-family: 'Manrope ', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.about_block_subtittle {
	margin-top: 30px;
	color: #595959;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Manrope ', sans-serif;
	max-width: 503px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.about_block:last-child .about_block_subtittle {
	max-width: 568px;
}
.about_block:last-child .about_block_texts {
	margin-top: 98px;
}
.about_block:last-child .about_block_image {
	margin-top: 0px;
}
.about_block:first-child .about_block_image {
	margin-top: 73px;
	max-width: 660px;
	overflow: hidden;
}

.about_block:last-child {
	display: flex;
	flex-direction: column-reverse;
}
.about_block_image {
	vertical-align: middle;
	margin-top: 73px;
}
.about .contact_blocks {
	position: relative;
}
.about .about_line {
	position: absolute;
	left: calc(50% - 14px);
	top: -7px;
	z-index: 1;
}
.about .about_blocks {
	position: relative;
}
.about_block:nth-child(2) {
	display: flex;
	flex-direction: column-reverse;
}
.about_sertificats {
	width: 100%;
	height: auto;
}
.about_sertificats_tittle {
	color: #000;
	text-align: center;
	font-family: 'Manrope ', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.about_sertificats_blocks {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 75px;
}
.about_sertificats_block {
	width: 100%;
}
.about_sertificats_block_rect {
	width: 282px;
	height: 345px;
	border-radius: 15px;
	border: 1px solid #cfcfcf;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_sertificats_block_rect_icon {
	vertical-align: middle;
}
.about_sertificats_block_rect_text {
	margin-top: 30px;
	color: #000;
	text-align: center;
	font-family: 'Manrope ', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
}

.about_sertificats .informations_line {
	margin-bottom: 70px;
}

.about_sertificats {
	position: relative;
	margin-top: -200px;
}

@media (min-width: 320px) and (max-width: 499px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.teampage_blocks_icon {
		display: none;
	}
	/* .header_item:nth-child(2){
    display: none;
  } */
	.intro_tittle {
		font-size: 35px;
	}
	.intro_tittle img {
		height: 40px;
	}
	.intro_subtittle {
		margin-top: 25px;
	}
	.intro {
		padding-bottom: 0px;
		background-size: 100% auto;
	}
	.team {
		margin-top: 50px;
	}
	.team_blocks {
		flex-direction: column;
	}
	.iformations_blocks {
		flex-direction: column;
		gap: 30px;
	}
	.team_block_rect {
		display: flex;
		margin: 0 auto;
	}
	.iformations_block {
		margin-left: 0px;
	}
	.blogs_items {
		grid-template-columns: 100%;
	}
	.footer_bottom {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.footer_bottom_text {
		margin-left: 0px;
		margin-top: 10px;
	}
	.contact_blocks {
		display: flex;
		flex-direction: column-reverse;
		max-height: inherit;
		gap: 50px;
	}
	.contact_block_image {
		width: 100%;
		max-width: 604px;
		display: block;
		margin: 0 auto;
	}
	.contact_block_rect_block_upload {
		padding: 20px 40px;
	}
	.contact_block_image {
		max-width: 500px;
		overflow: hidden;
	}
	.contact {
		margin-bottom: 0px;
	}
	.about .about_line {
		display: none;
	}
	.about_blocks {
		flex-direction: column;
		margin-top: 30px;
	}
	.about_block:first-child .about_block_image {
		width: 100%;
		max-width: 496px;
		display: block;
		margin: 0 auto;
	}
	.about_block_image {
		display: block;
		margin: 0 auto;
	}
	.about_block:nth-child(2) {
		display: flex;
		flex-direction: column;
	}
	.about_sertificats {
		margin-top: 100px;
	}
	.about_block:first-child .about_block_image {
		margin-top: 30px;
	}
	.about_sertificats_blocks {
		flex-direction: column;
	}
	.about_sertificats_block_rect {
		display: flex;
		margin: 0 auto;
	}

	.about_block:nth-child(2) .about_block_image {
		width: 100%;
		max-width: 566px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.about_block_tittle {
		text-align: center;
	}
	.about_block_subtittle {
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	/* Member Detail Mobile Styles */
	.member_detail {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.member_detail_intro {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.member_photo {
		width: 200px;
		height: 240px;
		margin: 0 auto;
	}

	.member_detail_name {
		font-size: 28px;
	}

	.member_detail_position {
		font-size: 16px;
	}

	.member_detail_summary {
		font-size: 16px;
		text-align: left;
	}

	.member_contact_info {
		padding: 15px;
		text-align: left;
	}

	.member_detail_section h2 {
		font-size: 24px;
	}

	.member_detail_section p {
		font-size: 16px;
	}

	.expertise_areas {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.expertise_area {
		padding: 20px;
	}

	.member_detail_cta {
		padding: 30px 20px;
	}
}

@media (min-width: 500px) and (max-width: 799px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.teampage_blocks_icon {
		display: none;
	}
	/* .header_item:nth-child(2){
    display: none;
  } */
	.intro_tittle {
		font-size: 35px;
	}
	.intro_tittle img {
		height: 40px;
	}
	.intro_subtittle {
		margin-top: 25px;
	}
	.intro {
		padding-bottom: 0px;
		background-size: 100% auto;
	}
	.team {
		margin-top: 100px;
	}
	.team_blocks {
		flex-direction: column;
	}
	.iformations_blocks {
		flex-direction: column;
		gap: 30px;
	}
	.team_block_rect {
		display: flex;
		margin: 0 auto;
	}
	.iformations_block {
		margin-left: 0px;
	}
	.blogs_items {
		grid-template-columns: calc(50% - 15px) 50%;
		grid-row-gap: 15px;
		grid-column-gap: 15px;
	}
	.footer_bottom {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.footer_bottom_text {
		margin-left: 0px;
		margin-top: 10px;
	}
	.contact_blocks {
		display: flex;
		flex-direction: column-reverse;
		max-height: inherit;
		gap: 50px;
	}
	.contact_block_image {
		width: 100%;
		max-width: 604px;
		display: block;
		margin: 0 auto;
	}
	.contact_block_rect_block_upload {
		padding: 20px 40px;
	}
	.contact_block_image {
		max-width: 500px;
		overflow: hidden;
	}
	.contact {
		margin-bottom: 0px;
	}
	.about .about_line {
		display: none;
	}
	.about_blocks {
		flex-direction: column;
		margin-top: 30px;
	}
	.about_block:first-child .about_block_image {
		width: 100%;
		max-width: 496px;
		display: block;
		margin: 0 auto;
	}
	.about_block_image {
		display: block;
		margin: 0 auto;
	}
	.about_block:nth-child(2) {
		display: flex;
		flex-direction: column;
	}
	.about_sertificats {
		margin-top: 100px;
	}
	.about_block:first-child .about_block_image {
		margin-top: 30px;
	}
	.about_sertificats_blocks {
		flex-direction: column;
	}
	.about_sertificats_block_rect {
		display: flex;
		margin: 0 auto;
	}
	.about_block:nth-child(2) .about_block_image {
		width: 100%;
		max-width: 566px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.about_block_tittle {
		text-align: center;
	}
	.about_block_subtittle {
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}

	/* Member Detail Tablet Styles */
	.member_detail {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.member_detail_intro {
		flex-direction: column;
		gap: 25px;
		text-align: center;
	}

	.member_photo {
		width: 250px;
		height: 300px;
		margin: 0 auto;
	}

	.member_detail_name {
		font-size: 32px;
	}

	.member_detail_position {
		font-size: 18px;
	}

	.member_detail_summary {
		font-size: 17px;
		text-align: left;
	}

	.member_contact_info {
		padding: 18px;
		text-align: left;
	}

	.member_detail_section h2 {
		font-size: 28px;
	}

	.member_detail_section p {
		font-size: 17px;
	}

	.expertise_areas {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	}

	.expertise_area {
		padding: 22px;
	}

	.member_detail_cta {
		padding: 40px 30px;
	}
}

@media (min-width: 800px) and (max-width: 1232px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.team_block_rect {
		width: 200px;
		height: 250px;
		display: flex;
		margin: 0 auto;
	}
	.team_blocks {
		grid-template-columns: calc(50% - 20px) 50%;
		display: grid;
	}
	.blogs_items {
		display: grid;
		grid-template-columns: calc(50% - 25px) 50%;
		grid-row-gap: 25px;
		grid-column-gap: 25px;
	}
	.contact_blocks {
		display: flex;
		flex-direction: column-reverse;
		max-height: inherit;
		gap: 50px;
	}
	.contact_block_image {
		width: 100%;
		max-width: 604px;
		display: block;
		margin: 0 auto;
	}
	.contact_block_rect_block_upload {
		padding: 20px 40px;
	}
	.contact_block_image {
		max-width: 500px;
		overflow: hidden;
	}
	.contact {
		margin-bottom: 0px;
	}

	.about .about_line {
		display: none;
	}
	.about_blocks {
		flex-direction: column;
		margin-top: 30px;
	}
	.about_block:first-child .about_block_image {
		width: 100%;
		max-width: 496px;
		display: block;
		margin: 0 auto;
	}
	.about_block_image {
		display: block;
		margin: 0 auto;
	}
	.about_block:nth-child(2) {
		display: flex;
		flex-direction: column;
	}
	.about_sertificats {
		margin-top: 100px;
	}
	.about_block:first-child .about_block_image {
		margin-top: 30px;
	}
	.about_sertificats_blocks {
		flex-direction: column;
	}
	.about_sertificats_block_rect {
		display: flex;
		margin: 0 auto;
	}
	.about_block_tittle {
		text-align: center;
	}
	.about_block_subtittle {
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}
	.about_sertificats_blocks {
		display: grid;
		grid-template-columns: calc(50% - 20px) 50%;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	/* Member Detail Medium Tablet Styles */
	.member_detail_intro {
		gap: 30px;
	}

	.member_photo {
		width: 280px;
		height: 330px;
	}

	.member_detail_name {
		font-size: 36px;
	}

	.member_detail_section h2 {
		font-size: 30px;
	}

	.expertise_areas {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}
}

/* Competence Page Styles */
.competence {
	margin-top: 100px;
	margin-bottom: 100px;
}

.competence .informations_line {
	margin-bottom: 50px;
}

.competence_title {
	color: #000;
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 20px;
}

.competence_subtitle {
	color: #595959;
	text-align: center;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 60px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.competence_accordion {
	max-width: 900px;
	margin: 0 auto;
}

.accordion_item {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.accordion_item:hover {
	border-color: #d2123c;
}

.accordion_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 30px;
	cursor: pointer;
	background: #ffffff;
	transition: all 0.3s ease;
}

.accordion_header:hover {
	background: #fafafa;
}

.accordion_header h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	flex: 1;
}

.accordion_icon {
	color: #d2123c;
	font-size: 24px;
	font-weight: 300;
	transition: transform 0.3s ease;
	margin-left: 20px;
}

.accordion_item.active .accordion_icon {
	transform: rotate(45deg);
}

.accordion_content {
	padding: 0 30px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion_item.active .accordion_content {
	max-height: none;
	padding: 0 30px 30px 30px;
}

.accordion_content p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}

.competence_more_info_btn {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 20px;
	background: #d2123c;
	color: #fff;
	text-decoration: none;
	border-radius: 25px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.competence_more_info_btn:hover {
	background: #b8102e;
	transform: translateY(-2px);
}

/* Responsive styles for competence page */
@media (min-width: 320px) and (max-width: 499px) {
	.competence {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.competence_title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.competence_subtitle {
		font-size: 16px;
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.accordion_header {
		padding: 20px 20px;
	}

	.accordion_header h3 {
		font-size: 18px;
	}

	.accordion_content {
		padding: 0 20px;
	}

	.accordion_item.active .accordion_content {
		padding: 0 20px 25px 20px;
	}

	.accordion_content p {
		font-size: 14px;
	}
}

@media (min-width: 500px) and (max-width: 799px) {
	.competence {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.competence_title {
		font-size: 36px;
		margin-bottom: 18px;
	}

	.competence_subtitle {
		font-size: 17px;
		margin-bottom: 50px;
		padding: 0 30px;
	}

	.accordion_header {
		padding: 22px 25px;
	}

	.accordion_header h3 {
		font-size: 19px;
	}

	.accordion_content {
		padding: 0 25px;
	}

	.accordion_item.active .accordion_content {
		padding: 0 25px 28px 25px;
	}

	.accordion_content p {
		font-size: 15px;
	}
}

@media (min-width: 800px) and (max-width: 1232px) {
	.competence {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.competence_title {
		font-size: 38px;
	}

	.competence_subtitle {
		margin-bottom: 55px;
	}
}

/* File Upload Styles */
.contact_block_rect_block_upload.drag-over {
	border-color: #d2123c;
	background-color: rgba(210, 18, 60, 0.05);
}

.contact_block_rect_block_upload.files-selected {
	border-color: #d2123c;
	background-color: rgba(210, 18, 60, 0.02);
}

.contact_block_rect_block_upload:hover {
	border-color: #d2123c;
	background-color: rgba(210, 18, 60, 0.02);
}

.contact_block_rect_block_upload {
	transition: all 0.3s ease;
}

.contact_block_rect_block_upload.files-selected {
	min-height: 140px;
	padding: 20px;
}

.contact_block_rect_block_upload small {
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	margin-top: 5px;
	display: block;
}

.clear-files-btn:hover {
	background: #b8102e !important;
	opacity: 0.9;
}

/* Competence Detail Pages */
.competence_detail {
	margin-top: 50px;
	margin-bottom: 100px;
}

.competence_detail_header {
	text-align: center;
	margin-bottom: 60px;
}

.back_link {
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.3s ease;
}

.back_link:hover {
	color: #b8102e;
}

.competence_detail_title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 20px;
}

.competence_detail_subtitle {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	max-width: 800px;
	margin: 0 auto;
}

.competence_detail_content {
	max-width: 1000px;
	margin: 0 auto;
}

.competence_detail_section {
	margin-bottom: 50px;
}

.competence_detail_section h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
}

.competence_detail_section p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}

.services_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.service_item {
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.service_item:hover {
	border-color: #d2123c;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(210, 18, 60, 0.1);
}

.service_item h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service_item p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}

.expertise_list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 15px;
}

.expertise_list li {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding: 15px 20px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #d2123c;
}

.industry_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
}

.industry_tag {
	background: #d2123c;
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.competence_detail_cta {
	background: #f8f9fa;
	padding: 50px;
	border-radius: 15px;
	text-align: center;
	margin-top: 60px;
}

.competence_detail_cta h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}

.competence_detail_cta p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.cta_button {
	display: inline-block;
	padding: 15px 40px;
	background: #d2123c;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.cta_button:hover {
	background: #b8102e;
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(210, 18, 60, 0.3);
}

/* Member Detail Pages */
.member_detail {
	margin-top: 50px;
	margin-bottom: 100px;
}

.member_detail_header {
	margin-bottom: 60px;
}

.member_detail_intro {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	margin-top: 30px;
}

.member_detail_photo {
	flex-shrink: 0;
}

.member_photo {
	width: 300px;
	height: 350px;
	object-fit: cover;
	border-radius: 15px;
	border: 1px solid #e5e5e5;
}

.member_detail_info {
	flex: 1;
}

.member_detail_name {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 10px;
}

.member_detail_position {
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.member_detail_summary {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

.member_contact_info {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	border-left: 4px solid #d2123c;
}

.member_contact_info p {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}

.member_contact_info p:last-child {
	margin-bottom: 0;
}

.member_detail_content {
	max-width: 1000px;
	margin: 0 auto;
}

.member_detail_section {
	margin-bottom: 50px;
}

.member_detail_section h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
}

.member_detail_section p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 20px;
}

.expertise_areas {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin-top: 30px;
}

.expertise_area {
	padding: 25px;
	background: #f8f9fa;
	border-radius: 10px;
	border-left: 4px solid #d2123c;
}

.expertise_area h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}

.expertise_area p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}

.education_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.education_item {
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #ffffff;
}

.education_item h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.education_item p {
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.achievements_list,
.memberships_list {
	list-style: none;
	padding: 0;
	margin-top: 30px;
}

.achievements_list li,
.memberships_list li {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding: 12px 20px;
	margin-bottom: 10px;
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #d2123c;
	position: relative;
}

.achievements_list li:before {
	content: '✓';
	color: #d2123c;
	font-weight: bold;
	margin-right: 10px;
}

.member_detail_cta {
	background: #f8f9fa;
	padding: 50px;
	border-radius: 15px;
	text-align: center;
	margin-top: 60px;
}

.member_detail_cta h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}

.member_detail_cta p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

/* Blog Detail Pages */
.blog_detail {
	margin-top: 50px;
	margin-bottom: 100px;
}

.blog_detail_header {
	text-align: center;
	margin-bottom: 60px;
}

.blog_meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 20px 0;
	flex-wrap: wrap;
}

.blog_category {
	background: #d2123c;
	color: #fff;
	padding: 6px 12px;
	border-radius: 15px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.blog_date,
.blog_read_time {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.blog_detail_title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	margin: 30px 0 20px 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.blog_detail_subtitle {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	max-width: 700px;
	margin: 0 auto 40px auto;
}

.blog_author {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

.author_photo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #e5e5e5;
}

.author_info {
	text-align: left;
}

.author_name {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.author_title {
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.blog_detail_content {
	max-width: 800px;
	margin: 0 auto;
}

.blog_featured_image {
	margin-bottom: 50px;
}

.featured_image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 15px;
	border: 1px solid #e5e5e5;
}

.blog_content {
	line-height: 1.8;
}

.blog_intro {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 40px;
	padding: 25px;
	background: #f8f9fa;
	border-radius: 10px;
	border-left: 4px solid #d2123c;
}

.blog_content h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin: 50px 0 25px 0;
	line-height: 120%;
}

.blog_content h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 35px 0 20px 0;
	line-height: 130%;
}

.blog_content p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 170%;
	margin-bottom: 25px;
}

.blog_conclusion {
	background: #f8f9fa;
	padding: 40px;
	border-radius: 15px;
	margin: 50px 0;
	border-left: 4px solid #d2123c;
}

.blog_conclusion h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog_conclusion p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	margin: 0;
}

.blog_cta {
	background: #d2123c;
	color: #fff;
	padding: 40px;
	border-radius: 15px;
	text-align: center;
	margin-top: 50px;
}

.blog_cta h3 {
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog_cta p {
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 25px;
	opacity: 0.9;
}

.blog_cta .cta_button {
	background: #fff;
	color: #d2123c;
}

.blog_cta .cta_button:hover {
	background: #f0f0f0;
	color: #b8102e;
}

/* --- Burger menu styles --- */
.burger_menu {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1203;
	margin-left: 15px;
	position: relative;
	padding: 0;
	box-shadow: none;
}

.burger_menu span {
	display: block;
	width: 28px;
	height: 3px;
	margin: 2px 0;
	background: #d2123c;
	border-radius: 2px;
	transition: all 0.3s ease;
	transform-origin: center;
	position: relative;
}

.burger_menu.active span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.burger_menu.active span:nth-child(2) {
	opacity: 0;
	transform: scale(0);
}

.burger_menu.active span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 900px) {
	.burger_menu {
		display: flex;
	}
	.header_item:last-child {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.login_icon {
		display: none !important;
	}
	.header_item_navs {
		position: fixed;
		top: 0;
		right: -100vw;
		width: 80vw;
		max-width: 320px;
		height: 100vh;
		background: #fff;
		box-shadow: -2px 0 16px rgba(0, 0, 0, 0.08);
		flex-direction: column;
		align-items: flex-start;
		padding: 80px 30px 30px 30px;
		gap: 30px;
		transition: right 0.3s;
		z-index: 1200;
	}
	.header_item_navs.open {
		right: 0;
	}
	.header_item_navs li {
		width: 100%;
	}
	.header_item_navs a {
		font-size: 22px;
		padding: 12px 0;
		display: block;
	}
.header_item_button {
		z-index: 1202;
		padding: 10px 10px;
		position: relative;
	}
	.header_item_logo {
		font-size: 12px;
		gap: 5px;

	}

	.header_item_logo img {
		width: 20px;
		height: 20px;
	}
}

/* === CAREERS PAGE STYLES === */
.careers-hero {
	padding: 100px 0 120px 0;
	background: #f8f9fa;
	position: relative;
	overflow: hidden;
}

.careers-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	pointer-events: none;
}

.hero-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero-left {
	animation: slideInLeft 1s ease-out;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #d2123c;
	color: #fff;
	padding: 8px 16px;
	border-radius: 25px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
	box-shadow: 0 4px 15px rgba(210, 18, 60, 0.3);
	animation: pulse 2s infinite;
}

.hero-title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 52px;
	font-weight: 800;
	line-height: 110%;
	margin-bottom: 25px;
	letter-spacing: -0.02em;
}

.gradient-text {
	color: #d2123c;
	position: relative;
}

.hero-subtitle {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 40px;
	max-width: 500px;
}

.hero-stats {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	padding: 25px 0;
}

.stat-item {
	text-align: left;
}

.stat-number {
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
}

.stat-label {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.hero-actions {
	display: flex;
	gap: 20px;
	align-items: center;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.hero-btn.primary {
	background: #d2123c;
	color: #fff;
	box-shadow: 0 8px 25px rgba(210, 18, 60, 0.3);
}

.hero-btn.primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(210, 18, 60, 0.4);
}

.hero-btn.secondary {
	background: #fff;
	color: #d2123c;
	border: 2px solid #d2123c;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero-btn.secondary:hover {
	background: #d2123c;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(210, 18, 60, 0.3);
}

.hero-right {
	position: relative;
	height: 500px;
	animation: slideInRight 1s ease-out;
}

.hero-illustration {
	position: relative;
	width: 100%;
	height: 100%;
}

.floating-card {
	position: absolute;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 220px;
	animation: float 6s ease-in-out infinite;
	transition: all 0.3s ease;
	z-index: 5;
}

.floating-card:hover {
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0 20px 40px rgba(210, 18, 60, 0.15);
}

.card-1 {
	top: 20px;
	left: 20px;
	animation-delay: 0s;
	z-index: 0;
}

.card-2 {
	top: 80px;
	right: 10px;
	animation-delay: 1.5s;
}

.card-3 {
	bottom: 120px;
	left: 0px;
	animation-delay: 3s;
}

.card-4 {
	bottom: 40px;
	right: 30px;
	animation-delay: 4.5s;
}

.card-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(
		135deg,
		rgba(210, 18, 60, 0.1),
		rgba(210, 18, 60, 0.2)
	);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d2123c;
	flex-shrink: 0;
}

.card-content {
	flex: 1;
}

.card-title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 1.2;
}

.card-subtitle {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

.central-graphic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
}

.graphic-circle {
	position: absolute;
	border-radius: 50%;
	animation: rotate 20s linear infinite;
	z-index: 0;
}

.circle-1 {
	width: 240px;
	height: 240px;
	border: 2px solid rgba(210, 18, 60, 0.2);
	top: -60px;
	left: -60px;
}

.circle-2 {
	width: 180px;
	height: 180px;
	border: 2px solid rgba(210, 18, 60, 0.3);
	top: -30px;
	left: -30px;
	animation-direction: reverse;
	animation-duration: 15s;
}

.circle-3 {
	width: 120px;
	height: 120px;
	border: 2px solid rgba(210, 18, 60, 0.4);
	top: 0px;
	left: 0px;
	animation-duration: 10s;
}

.graphic-center {
	position: absolute;
	top: calc(50% - 225px);
	left: calc(50% - 225px);
	width: 450px;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pulse 3s ease-in-out infinite;
	z-index: 1;
}

.graphic-center img {
	width: 450px;
	height: 450px;
	object-fit: contain;
}

/* Animations */
@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes float {
	0%,
	100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

.careers-benefits {
	padding: 80px 0;
	background: #f8f9fa;
}

.section-title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	line-height: 120%;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.benefit-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid #f0f0f0;
}

.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(210, 18, 60, 0.15);
}

.benefit-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px auto;
	background: rgba(210, 18, 60, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefit-card h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 130%;
}

.benefit-card p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

.careers-positions {
	padding: 80px 0;
}

.filters-section {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.filter-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 200px;
}

.filter-group label {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.filter-select {
	padding: 12px 16px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.filter-select:focus {
	outline: none;
	border-color: #d2123c;
	box-shadow: 0 0 0 3px rgba(210, 18, 60, 0.1);
}

.positions-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.position-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 15px;
	padding: 30px;
	transition: all 0.3s ease;
}

.position-card:hover {
	border-color: #d2123c;
	box-shadow: 0 8px 25px rgba(210, 18, 60, 0.1);
}

.position-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 15px;
}

.position-header h3 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin: 0;
}

.position-type {
	background: rgba(210, 18, 60, 0.1);
	color: #d2123c;
	padding: 6px 12px;
	border-radius: 20px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.position-meta {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.meta-item {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
}

.meta-item svg {
	flex-shrink: 0;
	color: #d2123c;
}

.position-description {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 20px;
}

.position-skills {
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.skill-tag {
	background: #f8f9fa;
	color: #595959;
	padding: 6px 12px;
	border-radius: 20px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #e5e5e5;
}

.apply-btn {
	background: #d2123c;
	color: #fff;
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.apply-btn:hover {
	background: #b8102e;
	transform: translateY(-2px);
}

.careers-application {
	padding: 80px 0;
	background: #f8f9fa;
}

.application-content {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.application-content h2 {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 120%;
}

.application-content p {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 30px;
}

/* Modal Styles */
.modal {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}

.modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 40px;
	border-radius: 15px;
	width: 90%;
	max-width: 600px;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: color 0.3s ease;
}

.close:hover {
	color: #d2123c;
}

.application-form {
	margin-top: 30px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #d2123c;
	box-shadow: 0 0 0 3px rgba(210, 18, 60, 0.1);
}

.file-upload {
	position: relative;
}

.file-upload input[type='file'] {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.file-upload-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
	border: 2px dashed #d2123c;
	border-radius: 8px;
	background: rgba(210, 18, 60, 0.05);
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.file-upload-label:hover {
	background: rgba(210, 18, 60, 0.1);
}

.submit-btn {
	width: 100%;
	background: #d2123c;
	color: #fff;
	padding: 16px;
	border: none;
	border-radius: 8px;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.submit-btn:hover {
	background: #b8102e;
}

/* Responsive Design */
@media (max-width: 768px) {
	.careers-hero {
		padding: 60px 0 80px 0;
	}

	.hero-content {
		grid-template-columns: 1fr;
		gap: 50px;
		text-align: center;
	}

	.hero-title {
		font-size: 36px;
	}

	.hero-subtitle {
		font-size: 18px;
		max-width: 100%;
	}

	.hero-stats {
		justify-content: center;
		gap: 30px;
		flex-wrap: wrap;
	}

	.hero-actions {
		flex-direction: column;
		gap: 15px;
		align-items: stretch;
	}

	.hero-btn {
		justify-content: center;
		padding: 14px 24px;
		font-size: 14px;
	}

	.hero-right {
		height: 400px;
		order: -1;
	}

	.floating-card {
		min-width: 180px;
		padding: 15px;
		gap: 12px;
	}

	.card-icon {
		width: 40px;
		height: 40px;
	}

	.card-title {
		font-size: 12px;
	}

	.card-subtitle {
		font-size: 11px;
	}

	.central-graphic {
		width: 100px;
		height: 100px;
	}

	.graphic-center {
		top: calc(50% - 187.5px);
		left: calc(50% - 187.5px);
		width: 375px;
		height: 375px;
	}

	.graphic-center img {
		width: 375px;
		height: 375px;
	}

	.circle-1 {
		width: 200px;
		height: 200px;
		top: -50px;
		left: -50px;
	}

	.circle-2 {
		width: 150px;
		height: 150px;
		top: -25px;
		left: -25px;
	}

	.circle-3 {
		width: 100px;
		height: 100px;
		top: 0px;
		left: 0px;
	}

	.section-title {
		font-size: 28px;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.benefit-card {
		padding: 30px 20px;
	}

	.filters-section {
		flex-direction: column;
		gap: 15px;
	}

	.filter-group {
		min-width: auto;
	}

	.position-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.position-meta {
		flex-direction: column;
		gap: 10px;
	}

	.modal-content {
		margin: 10% auto;
		padding: 30px 20px;
		width: 95%;
	}

	.application-content h2 {
		font-size: 24px;
	}

	.application-content p {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.hero-title {
		font-size: 28px;
	}

	.hero-stats {
		gap: 20px;
	}

	.stat-number {
		font-size: 28px;
	}

	.stat-label {
		font-size: 12px;
	}

	.floating-card {
		min-width: 160px;
		padding: 12px;
	}

	.graphic-center {
		top: calc(50% - 150px);
		left: calc(50% - 150px);
		width: 300px;
		height: 300px;
	}

	.graphic-center img {
		width: 300px;
		height: 300px;
	}

	.circle-1 {
		width: 160px;
		height: 160px;
		top: -40px;
		left: -40px;
	}

	.circle-2 {
		width: 120px;
		height: 120px;
		top: -20px;
		left: -20px;
	}

	.circle-3 {
		width: 80px;
		height: 80px;
		top: 0px;
		left: 0px;
	}

	.card-1 {
		top: 10px;
		left: 10px;
		z-index: 0;
	}

	.card-2 {
		top: 60px;
		right: 5px;
	}

	.card-3 {
		bottom: 100px;
		left: -10px;
	}

	.card-4 {
		bottom: 20px;
		right: 15px;
	}
}

/* ===== HOME HERO SECTION ===== */
.hero-home {
	min-height: 100vh;
	background: white;
	display: flex;
	align-items: center;
	padding: 120px 0 80px;
	position: relative;
	overflow: hidden;
}

/* ===== INTERACTIVE GRID BACKGROUND ===== */
.hero-home::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(
			rgba(200, 200, 200, 0.15) 1px,
			transparent 1px
		),
		linear-gradient(90deg, rgba(200, 200, 200, 0.15) 1px, transparent 1px);
	background-size: 50px 50px;
	pointer-events: none;
	z-index: 1;
}

.grid-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}

.hero-background-image {
	position: absolute;
	top: 89%;
	left: 96%;
	transform: translate(-50%, -50%);
	z-index: 2;
	pointer-events: none;
	width: 100%;
	max-width: 900px;
}

.hero-background-image img {
	width: 60%;
	height: auto;
	object-fit: contain;
}

.hero-left-image {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	width: 300px;
	max-width: 25%;
}

.hero-left-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.hero-content-home {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transform: translateY(-20%);
	opacity: 0;
	animation: heroContentAppear 0.6s ease-out 0.1s forwards;
}

.hero-badge-home {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #d2123c;
	color: white;
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 24px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.4s ease-out 0.2s forwards;
}

.hero-badge-home svg {
	width: 16px;
	height: 16px;
}

.hero-title-home {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 24px;
	color: #000000;
	opacity: 0;
	transform: translateY(40px);
	animation: fadeInUp 0.5s ease-out 0.3s forwards;
}

.gradient-text-home {
	color: #d2123c;
}

.hero-subtitle-home {
	font-size: 20px;
	color: #6c757d;
	margin-bottom: 40px;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.4s ease-out 0.4s forwards;
}

.hero-stats-home {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.4s ease-out 0.5s forwards;
}

.stat-item-home {
	text-align: center;
}

.stat-number-home {
	font-size: 36px;
	font-weight: 700;
	color: #d2123c;
	margin-bottom: 8px;
	display: block;
}

.stat-label-home {
	font-size: 14px;
	color: #6c757d;
	font-weight: 500;
}

.hero-actions-home {
	display: flex;
	justify-content: center;
	gap: 20px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.4s ease-out 0.6s forwards;
}

.hero-btn-home {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 16px 32px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 16px;
}

.hero-btn-home.primary {
	background: #d2123c;
	color: white;
	box-shadow: 0 4px 15px rgba(210, 18, 60, 0.3);
}

.hero-btn-home.primary:hover {
	background: #b8102e;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(210, 18, 60, 0.4);
}

.hero-btn-home.secondary {
	background: transparent;
	color: #d2123c;
	border: 2px solid #d2123c;
}

.hero-btn-home.secondary:hover {
	background: #d2123c;
	color: white;
	transform: translateY(-2px);
}

/* ===== RESPONSIVE HOME ===== */
@media (max-width: 992px) {
	.hero-title-home {
		font-size: 48px;
	}

	.hero-subtitle-home {
		font-size: 18px;
	}

	.hero-stats-home {
		gap: 40px;
	}

	.hero-actions-home {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}

	.hero-btn-home {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}

	/* Reduce grid density on tablets */
	.hero-home::before {
		background-size: 40px 40px;
		opacity: 0.7;
	}

	.hero-background-image {
		width: 70%;
		max-width: 600px;
	}

	.hero-left-image {
		width: 250px;
		max-width: 20%;
	}
}

@media (max-width: 768px) {
	.hero-title-home {
		font-size: 36px;
	}

	.hero-stats-home {
		gap: 30px;
	}

	.stat-number-home {
		font-size: 28px;
	}

	.stat-label-home {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.hero-title-home {
		font-size: 32px;
	}

	.hero-stats-home {
		gap: 20px;
	}

	.stat-number-home {
		font-size: 24px;
	}

	.hero-home::before {
		height: 300px;
	}

	.hero-background-image {
		display: none;
	}

	.hero-left-image {
		display: none;
	}
}

/* ===== HERO ANIMATIONS ===== */
@keyframes heroContentAppear {
	0% {
		opacity: 0;
		transform: translateY(-20%) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateY(-20%) scale(1);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideInScale {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* ===== TEXT SELECTION STYLES ===== */
::selection {
	background-color: #d2123c;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background-color: #d2123c;
	color: #ffffff;
	text-shadow: none;
}

/* Specific selection styles for different elements */
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
	background-color: #d2123c;
	color: #ffffff;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
	background-color: #d2123c;
	color: #ffffff;
}

p::selection,
span::selection,
div::selection,
a::selection {
	background-color: #d2123c;
	color: #ffffff;
}

p::-moz-selection,
span::-moz-selection,
div::-moz-selection,
a::-moz-selection {
	background-color: #d2123c;
	color: #ffffff;
}

/* Special handling for elements that already have red background */
.hero-badge-home::selection,
.hero-btn-home.primary::selection,
.header_item_button::selection,
.login_icon::selection {
	background-color: #ffffff;
	color: #d2123c;
}

.hero-badge-home::-moz-selection,
.hero-btn-home.primary::-moz-selection,
.header_item_button::-moz-selection,
.login_icon::-moz-selection {
	background-color: #ffffff;
	color: #d2123c;
}

/* Floating Cards for Home Page */
.hero-floating-cards {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 5;
}

.floating-card-home {
	position: absolute;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 220px;
	animation: float 6s ease-in-out infinite;
	transition: all 0.3s ease;
	z-index: 5;
	pointer-events: auto;
}

.floating-card-home:hover {
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0 20px 40px rgba(210, 18, 60, 0.15);
}

.card-home-1 {
	top: 10%;
	left: 5%;
	animation-delay: 0s;
}

.card-home-2 {
	top: 15%;
	right: 8%;
	animation-delay: 1.5s;
}

.card-home-3 {
	bottom: 25%;
	left: 3%;
	animation-delay: 3s;
}

.card-home-4 {
	bottom: 15%;
	right: 10%;
	animation-delay: 4.5s;
}

.card-icon-home {
	width: 50px;
	height: 50px;
	background: linear-gradient(
		135deg,
		rgba(210, 18, 60, 0.1),
		rgba(210, 18, 60, 0.2)
	);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d2123c;
	flex-shrink: 0;
}

.card-content-home {
	flex: 1;
}

.card-title-home {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 1.2;
}

.card-subtitle-home {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}

/* Responsive styles for floating cards */
@media (max-width: 992px) {
	.floating-card-home {
		min-width: 180px;
		padding: 15px;
		gap: 12px;
	}

	.card-icon-home {
		width: 40px;
		height: 40px;
	}

	.card-title-home {
		font-size: 13px;
	}

	.card-subtitle-home {
		font-size: 11px;
	}

	.card-home-1 {
		top: 8%;
		left: 3%;
	}

	.card-home-2 {
		top: 12%;
		right: 5%;
	}

	.card-home-3 {
		bottom: 20%;
		left: 2%;
	}

	.card-home-4 {
		bottom: 12%;
		right: 6%;
	}
}

@media (max-width: 768px) {
	.floating-card-home {
		min-width: 160px;
		padding: 12px;
		gap: 10px;
	}

	.card-icon-home {
		width: 35px;
		height: 35px;
	}

	.card-title-home {
		font-size: 12px;
	}

	.card-subtitle-home {
		font-size: 10px;
	}

	.card-home-1 {
		top: 5%;
		left: 2%;
	}

	.card-home-2 {
		top: 8%;
		right: 3%;
	}

	.card-home-3 {
		bottom: 15%;
		left: 1%;
	}

	.card-home-4 {
		bottom: 8%;
		right: 4%;
	}
}

@media (max-width: 480px) {
	.hero-floating-cards {
		display: none;
	}
}

/* Animations */

@media (max-width: 480px) {
	.hero-floating-cards {
		display: none;
	}
}

/* Modern About Section */
.about-modern {
	padding: 100px 0;
	background: #f8f9fa;
	position: relative;
}

.about-modern-header {
	text-align: center;
	margin-bottom: 80px;
}

.section-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #d2123c;
	color: white;
	padding: 8px 16px;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(210, 18, 60, 0.3);
}

.section-badge svg {
	width: 16px;
	height: 16px;
}

.section-title-modern {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
}

.section-subtitle-modern {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	max-width: 700px;
	margin: 0 auto;
}

.about-modern-content {
	max-width: 1200px;
	margin: 0 auto;
}

.about-modern-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	gap: 40px;
	margin-bottom: 80px;
}

.about-modern-card {
	background: white;
	border-radius: 20px;
	padding: 40px;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.about-modern-card:hover {
	transform: translateY(-5px);
	border-color: #d2123c;
}

.about-modern-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #d2123c, #b8102e);
}

.card-icon-wrapper {
	width: 70px;
	height: 70px;
	background: linear-gradient(
		135deg,
		rgba(210, 18, 60, 0.1),
		rgba(210, 18, 60, 0.2)
	);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d2123c;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.about-modern-card:hover .card-icon-wrapper {
	transform: scale(1.1);
	background: linear-gradient(
		135deg,
		rgba(210, 18, 60, 0.2),
		rgba(210, 18, 60, 0.3)
	);
}

.card-content-wrapper {
	margin-bottom: 30px;
}

.card-title-modern {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 130%;
}

.card-description-modern {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	margin: 0;
}

.card-image-wrapper {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	height: 405px;
}

.card-image-modern {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.about-modern-card:hover .card-image-modern {
	transform: scale(1.05);
}

.about-modern-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	background: white;
	padding: 50px;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
}

.stat-card-modern {
	text-align: center;
	padding: 20px;
	border-radius: 15px;
	background: #f8f9fa;
	transition: all 0.3s ease;
}

.stat-card-modern:hover {
	background: rgba(210, 18, 60, 0.05);
	transform: translateY(-3px);
}

.stat-number-modern {
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}

.stat-label-modern {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Responsive Design for Modern About Section */
@media (max-width: 992px) {
	.about-modern {
		padding: 80px 0;
	}

	.section-title-modern {
		font-size: 40px;
	}

	.section-subtitle-modern {
		font-size: 18px;
	}

	.about-modern-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 60px;
	}

	.about-modern-card {
		padding: 30px;
	}

	.card-title-modern {
		font-size: 24px;
	}

	.about-modern-stats {
		padding: 40px 30px;
		gap: 25px;
	}

	.stat-number-modern {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.about-modern {
		padding: 60px 0;
	}

	.about-modern-header {
		margin-bottom: 60px;
	}

	.section-title-modern {
		font-size: 32px;
	}

	.section-subtitle-modern {
		font-size: 16px;
	}

	.about-modern-card {
		padding: 25px;
	}

	.card-icon-wrapper {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.card-title-modern {
		font-size: 22px;
	}

	.card-description-modern {
		font-size: 15px;
	}

	.card-image-wrapper {
		height: 180px;
	}

	.about-modern-stats {
		grid-template-columns: repeat(2, 1fr);
		padding: 30px 20px;
		gap: 20px;
	}

	.stat-number-modern {
		font-size: 28px;
	}

	.stat-label-modern {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.about-modern {
		padding: 50px 0;
	}

	.section-title-modern {
		font-size: 28px;
	}

	.about-modern-grid {
		margin-bottom: 50px;
	}

	.about-modern-card {
		padding: 20px;
	}

	.card-icon-wrapper {
		width: 50px;
		height: 50px;
	}

	.card-title-modern {
		font-size: 20px;
	}

	.card-description-modern {
		font-size: 14px;
	}

	.card-image-wrapper {
		height: 150px;
	}

	.about-modern-stats {
		grid-template-columns: 1fr;
		padding: 25px 15px;
	}

	.stat-card-modern {
		padding: 15px;
	}

	.stat-number-modern {
		font-size: 24px;
	}
}

/* Animations */

/* Modern Certifications Section */
.certifications-modern {
	padding: 100px 0;
	background: white;
	position: relative;
}

.certifications-modern-header {
	text-align: center;
	margin-bottom: 80px;
}

.certifications-modern-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 80px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.certification-card {
	background: white;
	border-radius: 20px;
	padding: 40px;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.certification-card:hover {
	transform: translateY(-10px);
	border-color: #d2123c;
}

.certification-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #d2123c, #b8102e);
}

.certification-icon-wrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px auto;
	background: #f8f9fa;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.certification-card:hover .certification-icon-wrapper {
	background: rgba(210, 18, 60, 0.1);
	transform: scale(1.05);
}

.certification-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	transition: all 0.3s ease;
}

.certification-card:hover .certification-icon {
	transform: scale(1.1);
}

.certification-content {
	position: relative;
}

.certification-title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 130%;
}

.certification-description {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 20px;
}

.certification-badge {
	display: inline-block;
	background: linear-gradient(135deg, #d2123c, #b8102e);
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(210, 18, 60, 0.3);
}

.certifications-cta {
	background: linear-gradient(135deg, #f8f9fa, #ffffff);
	border-radius: 25px;
	padding: 60px 40px;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.cta-content {
	max-width: 600px;
	margin: 0 auto;
}

.cta-title {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 130%;
}

.cta-description {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 30px;
}

.cta-button-modern {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #d2123c;
	color: white;
	padding: 16px 32px;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(210, 18, 60, 0.3);
}

.cta-button-modern:hover {
	background: #b8102e;
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(210, 18, 60, 0.4);
}

.cta-button-modern svg {
	transition: transform 0.3s ease;
}

.cta-button-modern:hover svg {
	transform: translateX(3px);
}

/* Responsive Design for Certifications Section */
@media (max-width: 992px) {
	.certifications-modern {
		padding: 80px 0;
	}

	.certifications-modern-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
		margin-bottom: 60px;
	}

	.certification-card {
		padding: 30px;
	}

	.certification-icon-wrapper {
		width: 80px;
		height: 80px;
		margin-bottom: 25px;
	}

	.certification-icon {
		width: 50px;
		height: 50px;
	}

	.certification-title {
		font-size: 20px;
	}

	.certification-description {
		font-size: 14px;
	}

	.certifications-cta {
		padding: 50px 30px;
	}

	.cta-title {
		font-size: 28px;
	}

	.cta-description {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.certifications-modern {
		padding: 60px 0;
	}

	.certifications-modern-header {
		margin-bottom: 60px;
	}

	.certifications-modern-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 50px;
	}

	.certification-card {
		padding: 25px;
	}

	.certification-icon-wrapper {
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}

	.certification-icon {
		width: 45px;
		height: 45px;
	}

	.certification-title {
		font-size: 18px;
	}

	.certification-description {
		font-size: 13px;
	}

	.certification-badge {
		font-size: 11px;
		padding: 6px 12px;
	}

	.certifications-cta {
		padding: 40px 25px;
		border-radius: 20px;
	}

	.cta-title {
		font-size: 24px;
	}

	.cta-description {
		font-size: 15px;
	}

	.cta-button-modern {
		padding: 14px 28px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.certifications-modern {
		padding: 50px 0;
	}

	.certifications-modern-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
		gap: 15px;
		margin-bottom: 40px;
	}

	.certification-card {
		padding: 20px;
	}

	.certification-icon-wrapper {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.certification-icon {
		width: 40px;
		height: 40px;
	}

	.certification-title {
		font-size: 16px;
	}

	.certification-description {
		font-size: 12px;
	}

	.certifications-cta {
		padding: 30px 20px;
	}

	.cta-title {
		font-size: 20px;
	}

	.cta-description {
		font-size: 14px;
	}

	.cta-button-modern {
		padding: 12px 24px;
		font-size: 13px;
		width: 100%;
		justify-content: center;
	}
}

/* Animations */

/* Override red top border */
.about-modern-card::before {
	display: none !important;
}

.certification-card::before {
	display: none !important;
}

/* Modern Services Section */
.services-modern {
	padding: 100px 0;
	background: white;
	position: relative;
}

.services-modern-header {
	text-align: center;
	margin-bottom: 80px;
}

.services-modern-content {
	max-width: 1200px;
	margin: 0 auto;
}

.services-modern-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
}

.service-modern-card {
	background: white;
	border-radius: 20px;
	padding: 40px;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service-modern-card:hover {
	transform: translateY(-10px);
	border-color: #d2123c;
}

.service-icon-wrapper {
	width: 80px;
	height: 80px;
	background: linear-gradient(
		135deg,
		rgba(210, 18, 60, 0.1),
		rgba(210, 18, 60, 0.2)
	);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d2123c;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.service-modern-card:hover .service-icon-wrapper {
	transform: scale(1.1);
	background: linear-gradient(
		135deg,
		rgba(210, 18, 60, 0.2),
		rgba(210, 18, 60, 0.3)
	);
}

.service-content-wrapper {
	flex: 1;
	margin-bottom: 30px;
}

.service-title-modern {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 130%;
}

.service-description-modern {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	margin: 0;
}

.service-link-wrapper {
	margin-top: auto;
}

.service-link-modern {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.service-link-modern:hover {
	color: #b8102e;
	transform: translateX(5px);
}

.service-link-modern svg {
	transition: transform 0.3s ease;
}

.service-link-modern:hover svg {
	transform: translateX(3px);
}

/* Responsive Design for Services Section */
@media (max-width: 992px) {
	.services-modern {
		padding: 80px 0;
	}

	.services-modern-header {
		margin-bottom: 60px;
	}

	.services-modern-grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 30px;
	}

	.service-modern-card {
		padding: 30px;
	}

	.service-icon-wrapper {
		width: 70px;
		height: 70px;
		margin-bottom: 25px;
	}

	.service-title-modern {
		font-size: 22px;
	}

	.service-description-modern {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.services-modern {
		padding: 60px 0;
	}

	.services-modern-header {
		margin-bottom: 50px;
	}

	.services-modern-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.service-modern-card {
		padding: 25px;
	}

	.service-icon-wrapper {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.service-title-modern {
		font-size: 20px;
	}

	.service-description-modern {
		font-size: 14px;
	}

	.service-link-modern {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.services-modern {
		padding: 50px 0;
	}

	.services-modern-grid {
		gap: 20px;
	}

	.service-modern-card {
		padding: 20px;
	}

	.service-icon-wrapper {
		width: 50px;
		height: 50px;
		margin-bottom: 15px;
	}

	.service-title-modern {
		font-size: 18px;
	}

	.service-description-modern {
		font-size: 13px;
	}
}

/* Modern Blogs Section */
.blogs-modern {
	padding: 100px 0;
	background: #f8f9fa;
	position: relative;
}

.blogs-modern-header {
	text-align: center;
	margin-bottom: 80px;
}

.blogs-modern-content {
	max-width: 1200px;
	margin: 0 auto;
}

/* Carousel Container */
.blogs-carousel-container {
	position: relative;
}

.blogs-carousel-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	gap: 20px;
}

.carousel-buttons {
	display: flex;
	gap: 15px;
}

.carousel-btn {
	width: 50px;
	height: 50px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	background: white;
	color: #595959;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.carousel-btn:hover {
	border-color: #d2123c;
	color: #d2123c;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(210, 18, 60, 0.15);
}

.carousel-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	transform: none;
}

.carousel-btn:disabled:hover {
	border-color: #e5e5e5;
	color: #595959;
	transform: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.blogs-carousel-wrapper {
	position: relative;
	overflow: hidden;
}

.blogs-carousel-wrapper::before,
.blogs-carousel-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 70px;
	z-index: 10;
	pointer-events: none;
}

.blogs-carousel-wrapper::before {
	left: 0;
	background: linear-gradient(
		to right,
		#f8f9fa 0%,
		#f8f9fa 20%,
		rgba(248, 249, 250, 0.9) 40%,
		rgba(248, 249, 250, 0.7) 60%,
		rgba(248, 249, 250, 0.4) 80%,
		transparent 100%
	);
}

.blogs-carousel-wrapper::after {
	right: 0;
	background: linear-gradient(
		to left,
		#f8f9fa 0%,
		#f8f9fa 20%,
		rgba(248, 249, 250, 0.9) 40%,
		rgba(248, 249, 250, 0.7) 60%,
		rgba(248, 249, 250, 0.4) 80%,
		transparent 100%
	);
}

.blogs-modern-grid {
	display: flex;
	gap: 30px;
	padding: 20px 0;
	transition: transform 0.3s ease;
	width: max-content;
}

.blog-modern-card {
	background: white;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 450px;
	width: 350px;
	flex-shrink: 0;
	margin: 0 10px;
}

.blog-modern-card:hover {
	transform: translateY(-10px);
	border-color: #d2123c;
	z-index: 5;
}

.blog-image-wrapper {
	position: relative;
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}

.blog-image-modern {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-modern-card:hover .blog-image-modern {
	transform: scale(1.05);
}

.blog-category-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #d2123c;
	color: white;
	padding: 6px 12px;
	border-radius: 15px;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(210, 18, 60, 0.3);
}

.blog-content-wrapper {
	padding: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.blog-title-modern {
	color: #000;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 130%;
	height: 47px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-description-modern {
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 25px;
	flex: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-meta-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	flex-shrink: 0;
}

.blog-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #595959;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.blog-meta svg {
	color: #d2123c;
	flex-shrink: 0;
}

.blog-link-modern {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #d2123c;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-link-modern:hover {
	color: #b8102e;
	transform: translateX(5px);
}

.blog-link-modern svg {
	transition: transform 0.3s ease;
}

.blog-link-modern:hover svg {
	transform: translateX(3px);
}

/* Responsive Design for Blogs Section */
@media (max-width: 992px) {
	.blogs-modern {
		padding: 80px 0;
	}

	.blogs-modern-header {
		margin-bottom: 60px;
	}

	.blogs-carousel-nav {
		margin-bottom: 25px;
	}

	.carousel-buttons {
		gap: 12px;
	}

	.view-all-btn {
		padding: 10px 20px;
		font-size: 13px;
	}

	.blogs-modern-grid {
		gap: 25px;
		padding: 15px 0;
	}

	.blog-modern-card {
		width: 320px;
		height: 420px;
		margin: 0 8px;
	}

	.blog-content-wrapper {
		padding: 25px;
	}

	.blog-title-modern {
		font-size: 17px;
		height: 44px;
	}

	.blog-description-modern {
		font-size: 13px;
	}

	.blog-image-wrapper {
		height: 180px;
	}
}

@media (max-width: 768px) {
	.blogs-modern {
		padding: 60px 0;
	}

	.blogs-modern-header {
		margin-bottom: 50px;
	}

	.blogs-carousel-nav {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 20px;
	}

	.carousel-buttons {
		order: 2;
		gap: 10px;
	}

	.view-all-btn {
		order: 1;
		padding: 12px 24px;
		font-size: 14px;
	}

	.carousel-btn {
		width: 45px;
		height: 45px;
	}

	.blogs-modern-grid {
		gap: 20px;
		padding: 15px 0;
	}

	.blog-modern-card {
		width: 280px;
		height: 400px;
		margin: 0 6px;
	}

	.blog-content-wrapper {
		padding: 20px;
	}

	.blog-title-modern {
		font-size: 16px;
		height: 42px;
	}

	.blog-description-modern {
		font-size: 13px;
	}

	.blog-image-wrapper {
		height: 160px;
	}

	.blog-meta-wrapper {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}

	.blog-link-modern {
		align-self: flex-end;
	}
}

@media (max-width: 480px) {
	.blogs-modern {
		padding: 50px 0;
	}

	.blogs-carousel-nav {
		gap: 15px;
		margin-bottom: 15px;
	}

	.view-all-btn {
		padding: 10px 20px;
		font-size: 13px;
	}

	.blogs-modern-grid {
		gap: 15px;
		padding: 10px 0;
	}

	.blog-modern-card {
		width: 250px;
		height: 380px;
		margin: 0 5px;
	}

	.blog-content-wrapper {
		padding: 15px;
	}

	.blog-title-modern {
		font-size: 15px;
		height: 39px;
	}

	.blog-description-modern {
		font-size: 12px;
	}

	.blog-image-wrapper {
		height: 140px;
	}

	.blog-category-badge {
		font-size: 11px;
		padding: 4px 8px;
	}

	.carousel-btn {
		width: 40px;
		height: 40px;
	}
}

/* View All button styles */
.view-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background: #d2123c;
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 2px solid #d2123c;
}

.view-all-btn:hover {
	background: transparent;
	color: #d2123c;
	transform: translateY(-2px);
}

.view-all-btn svg {
	transition: transform 0.3s ease;
}

.view-all-btn:hover svg {
	transform: translateX(4px);
}

/* All Blogs Page Styles */
.all-blogs-content {
	max-width: 1200px;
	margin: 0 auto;
}

.all-blogs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	padding: 20px 0;
}

.all-blogs-grid .blog-modern-card {
	margin: 0;
	width: 100%;
	min-height: 450px;
}

/* Responsive styles for all blogs page */
@media (max-width: 992px) {
	.all-blogs-grid {
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 25px;
	}
	
	.all-blogs-grid .blog-modern-card {
		min-height: 420px;
	}
}

@media (max-width: 768px) {
	.all-blogs-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 20px;
		padding: 15px 0;
	}
	
	.all-blogs-grid .blog-modern-card {
		min-height: 400px;
	}
}

@media (max-width: 480px) {
	.all-blogs-grid {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 10px 0;
	}
	
	.all-blogs-grid .blog-modern-card {
		min-height: 380px;
	}
}

/* Отключаем градиенты карусели для чистого вида */
.blogs-carousel-wrapper::before,
.blogs-carousel-wrapper::after {
	display: none !important;
}
