/* ====================
HEADER
==================== */

.header-v2{
	background-color: red;
}

.header-v2 .attr-nav{
	position: absolute;
	right: 60px;
	top: 19px;
}

.header-v2 .btn-acoustic-search{
	background-color: #F3F8F9;
	height: 44px;
	display: inline-flex;
	border-radius: 50px;
	padding: 0 25px;
	align-items: center;
	color: #000000;
}

.header-v2 .btn-acoustic-search:hover{
	text-decoration: none!important;
}

#navbar-desktop .navbar-nav li {
	margin-right: 20px;
}

#navbar-desktop .navbar-nav li a{
    font-weight: 500;
    text-transform: none;
}

.header-v2 .navbar-mobile {
	top: 58px;
	padding-top: 25px;
}

.header-v2 .navbar-mobile a{
	font-size: 18px;
	font-weight: 500;
	color: #282828;
}

.header-v2 .navbar-mobile a.btn-acoustic-search{
	background-color: #DC004D;
	color: #fff;
	height: 50px;
}

.header-v2 .navbar-mobile a i {
	color: #282828;
}

.header-v2 .navbar-mobile a.btn-acoustic-search i{
	color: #fff;
	position: relative;
    top: -2px;
}

.header-v2 .navbar-mobile .ki-Assistent-link {
	color: #DC004D;
}

.header-v2 .navbar-mobile .ki-Assistent-link i{
	color: #DC004D;
}

/* ====================
END HEADER
==================== */

/* ====================
FOOTER
==================== */

.footer-v2 .container {
    padding-top: 10px;
    padding-bottom: 15px;
}

.footer-v2 .social-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-v2 .social-list span{
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
}

.footer-v2 .social-list a{
	font-size: 33px;
	color: #fff;
	margin-right: 20px;
}

/* ====================
END FOOTER
==================== */

/* ====================
ACOUSTIC SEARCH HERO
==================== */

.acoustic-search-hero {
	background: #dc004d;
	text-align: center;
	padding: 25px 20px;
}

.acoustic-search-hero .hero-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	color: #fff;
	max-width: 500px;
	margin: 0 auto 15px auto;
}

.acoustic-search-hero .hero-desc {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 500;
}

.acoustic-search-hero .acoustic-search__form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.acoustic-search-hero .search-input {
	width: 100%;
	max-width: 600px;
	height: 60px;
	border-radius: 50px;
	border: none;
	padding: 0 100px 0 25px;
	font-size: 16px;
	outline: none;
}

.acoustic-search-hero .search-btn {
	position: absolute;
	right: 5px;
	width: 54px;
	height: 54px;
	background: #dc004d;
	color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: 0.25s ease;
}

.acoustic-search-hero .search-btn:hover {
	transform: scale(1.08);
}

.acoustic-search-hero .search-btn {
	outline: none;
	box-shadow: none;
}

.acoustic-search-hero .search-btn:focus,
.acoustic-search-hero .search-btn:focus-visible {
	outline: none;
	box-shadow: none;
}

.acoustic-search-hero .search-btn i {
	font-size: 25px;
	position: relative;
	top: 3px;
	left: 2px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.acoustic-search-hero {
		padding: 0 5px 10px 5px;
	}

	.acoustic-search-hero .hero-title {
		font-size: 24px;
		line-height: 30px;
	}

	.acoustic-search-hero .hero-desc {
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
	}

	.acoustic-search-hero .search-input {
		max-width: 480px;
		padding: 0 90px 0 20px;
		font-size: 14px;
		height: 46px;
	}

	.acoustic-search-hero .search-btn{
		width: 40px;
		height: 40px;
	}

	.acoustic-search-hero .search-btn i {
		font-size: 20px;
	}
}



/* ====================
END ACOUSTIC SEARCH HERO
==================== */

.support-links {
	padding: 20px 20px;
	background: #fff;
}

.support-links .container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.support-links__title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 35px;
}

.support-links__grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	align-items: stretch;
}

.support-links__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.support-card {
	display: flex;
	align-items: center;
	padding: 18px 20px;
	border: 1px solid #DADADA;
	border-radius: 8px;
	text-decoration: none;
	color: #282828;
	transition: 0.25s ease;
}

.support-card:hover {
	border-color: #F0EFF1;
	background-color: #F0EFF1;
	text-decoration: none;
}

.support-card__icon {
	width: 32px;
	font-size: 30px;
	margin-right: 15px;
	color: #000000;
}

.support-card__icon.icon-mobile {
	display: none;
}

.support-card__content .support-card__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.support-card__content .support-card__desc {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.support-card__arrow {
	margin-left: auto;
	font-size: 12px;
}

.support-links__image {
	background: #f3fbfb;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-links__image img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 900px) {
	.support-links__grid {
		grid-template-columns: 1fr;
	}

	.support-links__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {

	.support-card{
		padding: 5px 20px;
	}

	.support-card__content .support-card__title{
		font-weight: 500;
		margin-bottom: 0;
	}

	.support-card__content .support-card__desc{
		display: none;
	}

	.support-links__title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.support-card__icon {
		width: 35px;
		font-size: 24px;
		margin-right: 15px;
		text-align: center;
	}

	.support-card__icon.icon-mobile {
		display: block;
	}

	.support-card__icon.icon-desktop {
		display: none;
	}

	
}

/* ====================
TOPIC OVERVIEW
==================== */

.topic-overview {
	padding: 50px 20px 20px 20px;
}

.topic-overview .container {
	max-width: 1200px;
	margin: 0 auto;
}

.topic-overview__title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 30px;
}

.topic-overview__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.topic-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	height: 130px;
	background: #fff;
	border-radius: 14px;
	text-decoration: none;
	color: #282828;
	box-shadow:
		0 2px 6px rgba(0,0,0,0.04),
		0 8px 20px rgba(0,0,0,0.06);

	border: 1px solid transparent;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.topic-card:hover {
	border-color: #F0EFF1;
	background-color: #F0EFF1;
	text-decoration: none;
}

.topic-card__icon {
	font-size: 22px;
	color: #e50651;
	margin-bottom: 14px;
}

.topic-card__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	max-width: 85%;
}

.topic-card__arrow {
	position: absolute;
	right: 16px;
	bottom: 14px;
	font-size: 12px;
	width: 28px;
	height: 28px;
	background-color: #f2f2f2;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topic-card:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(229, 6, 81, 0.3);
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.topic-overview__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.topic-overview {
		padding: 20px 5px;
	}

	.topic-overview__title{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 18px;
	}

	.topic-card{
		height: 90px;
		padding: 5px 15px;
	}

	.topic-card__text {
		font-size: 12px;
		line-height: 18px;
	}

	.topic-card__icon{
		margin-bottom: 5px;
	}

	.topic-card__arrow{
		width: 18px;
		height: 18px;
		font-size: 8px;
	}
}


/* ====================
HEARING BRANDS
==================== */


.hearing-brands {
	padding: 40px 20px;
}

.hearing-brands__inner {
	max-width: 1200px;
	margin: 0 auto;
	background: #E5F1F2;
	border-radius: 8px;
	text-align: center;
	padding: 40px 30px;
}

.hearing-brands__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 8px;
}

.hearing-brands__desc {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.hearing-brands__btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 18px;
	border: 1px solid #282828;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 700;
	color: #282828;
	text-decoration: none;
	margin-bottom: 50px;
	min-width: 253px;
}

.hearing-brands__btn i {
	font-size: 14px;
}

.hearing-brands__btn:hover {
	color: #282828;
	text-decoration: none;
}

.hearing-brands__logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
}

.hearing-brands__logos img {
	max-height: 32px;
	width: auto;
	opacity: 0.9;
}


@media (max-width: 768px) {
	.hearing-brands {
		padding: 0 10px 20px 10px;
	}
	
	.hearing-brands__inner{
		text-align: left;
	}

	.hearing-brands__title {
		font-size: 20px;
		line-height: 28px;
	}

	.hearing-brands__desc {
		font-size: 16px;
		line-height: 28px;
	}
	
	.hearing-brands__btn {
		padding: 6px 18px;
		font-size: 14px;
		min-width: 202px;
	}

	.hearing-brands__btn i {
		font-size: 12px;
	}
	
	
}


/* ====================
EXPERIENCE
==================== */

.experience-slider {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}

.experience-slider .container {
	position: relative;
	z-index: 2;
}

/* ปล่อย swiper ให้กว้าง */
.experience-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

/* fallback ถ้า viewport เล็ก */
@media (max-width: 1240px) {
	.experience-swiper-wrap {
		margin-left: 20px;
	}
}

.experience-slider h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}

.experienceSwiper {
	overflow: visible;
}

.experienceSwiper .swiper-wrapper {
	align-items: stretch;
}

.experienceSwiper .swiper-slide {
	width: 240px;
	height: 260px;
}

.experience-card {
	position: relative;
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
	background: #000;
}

.experience-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.experience-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	color: #fff;
	background: linear-gradient(
		to top,
		rgba(0,0,0,.75),
		rgba(0,0,0,0) 60%
	);
}

.experience-card__overlay h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #ffffff;
}

.experience-card__overlay p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

.experience-slider__header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.experience-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.experience-nav .swiper-button-next,
.experience-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #F0EFF1;
	color: #282828;
	font-size: 12px;
	border-radius: 50%;
}

.experience-nav .swiper-button-next::after,
.experience-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}

@media (max-width: 768px) {

	.experience-slider {
		padding: 20px 0 0 5px;
	}

	.experience-slider .container{
		padding-top: 0;
	}

	.experience-card {
		width: 220px;
		height: 320px;
	}

	.experience-slider h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.experience-nav{
		margin-top: 50px;
		margin-right: 20px;
	}
}


/* ====================
ARTICLE
==================== */

.knowledge-section {
	padding: 20px 0;
	overflow: hidden;
}

/* ===== Header ===== */
.knowledge-title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
}

/* ===== Full-bleed Swiper ===== */
.knowledge-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

@media (max-width: 1240px) {
	.knowledge-swiper-wrap {
		margin-left: 20px;
	}
}

.knowledgeSwiper {
	overflow: visible;
}

.knowledgeSwiper .swiper-wrapper {
	align-items: stretch;
}

.knowledgeSwiper .swiper-slide {
	width: 300px;
	height: auto;
}

/* ===== Card ===== */
.knowledge-card {
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

.knowledge-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

/* ===== Image ===== */
.knowledge-image {
	height: 240px;
}

.knowledge-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===== Content ===== */
.knowledge-content {
	padding: 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	flex-grow: 1;
}

/* ===== Colors ===== */
.knowledge-card--pink .knowledge-content { background: #e0005a; }
.knowledge-card--blue .knowledge-content { background: #006aa6; }
.knowledge-card--navy .knowledge-content { background: #0f2f57; }
.knowledge-card--teal .knowledge-content { background: #6f8f96; }

/* ===== Badge ===== */
.knowledge-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #fff;
	color: #e0005a;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 12px;
	z-index: 2;
}

/* ===== Navigation ===== */
.knowledge-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.knowledge-nav .swiper-button-next,
.knowledge-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #f0eff1;
	color: #282828;
	border-radius: 50%;
}

.knowledge-nav .swiper-button-next::after,
.knowledge-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
	.knowledge-section {
		padding: 20px 0 0 5px;
	}

	.knowledge-title {
		font-size: 20px;
		line-height: 28px;
	}

	.knowledgeSwiper .swiper-slide {
		width: 260px;
	}
}


/* ====================
VIDEO SECTION
==================== */


.video-section {
	padding: 50px 0 0 0;
	overflow: hidden;
}

.video-section .container{
	text-align:center;
}

.video-title {
	font-size: 30px;
	font-weight: 500;
}

.video-swiper-wrap {
	margin-left: calc((100vw - 1200px) / 2);
}

@media (max-width: 1240px) {
	.video-swiper-wrap {
		margin-left: 20px;
	}
}

.videoSwiper {
	overflow: visible;
}

.videoSwiper .swiper-slide {
	width: 330px;
}

.video-card {
	text-decoration: none;
	color: #000;
}

.video-card:hover{
	text-decoration: none;
}

.video-thumb {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.video-thumb img {
	width: 100%;
	height: 187px;
	object-fit: cover;
}

/* video badge */
.video-label {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #fff;
	color: #e0005a;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 12px;
	z-index: 2;
}

/* play button */
.video-play {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 44px;
	height: 44px;
	background: #e0005a;
	border-radius: 50%;
	transition: transform .25s ease, box-shadow .25s ease;
}

.video-play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
	border-left: 10px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

/* hover */
.video-card:hover .video-play {
	transform: scale(1.12);
	box-shadow: 0 8px 24px rgba(224,0,90,.45);
}

/* title */
.video-card h3 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.video-nav {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 32px;
}

.video-nav .swiper-button-next,
.video-nav .swiper-button-prev {
	position: static;
	width: 34px;
	height: 34px;
	background: #f0eff1;
	color: #282828;
	border-radius: 50%;
}

.video-nav .swiper-button-next::after,
.video-nav .swiper-button-prev::after {
	font-size: 12px;
	font-weight: bold;
}


@media (max-width: 768px) {

	.video-section {
		padding: 0 0 0 5px;
	}

	.video-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.video-section .container{
		text-align: left;
	}

}
