:root {
	--montserrat-font: "Montserrat", sans-serif;
	--atrament-font: "Atrament-web", serif;
	--grey: #3e3e3e;
	--lightGrey: #515151;
	--red: #be1f24;
	--yellow: #ffc002;
	--blue: #37c3db;
	--green: #42b03d;
	--white: #fbfbf9;
	--pink: #febecc;
}

section.instagram-feed-section:after {
	display: none !important;
}

section.instagram-feed-section {
    margin-bottom: 0 !important;
}

footer {
	margin-top: 0 !important;
}

header * {
	transition: 0.45s;
}

@media (min-width: 768px) {
	header.active > nav {
		transform: translateY(-150%);
	}
}

@media (max-width: 767px) {
	.desktop {
		display: none !important;
	}

	header.active .custom-header-menu,
	header.active .mobile-menu {
		transform: translateY(-175%);
	}
}

@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}

/* Custom cursor style */
#custom-cursor {
	position: fixed;
	width: clamp(130px, 9.259vw, 9.259vw);
	height: clamp(130px, 9.259vw, 9.259vw);
	display: grid;
	place-content: center;
	background: var(--pink);
	border-radius: 50%;
	pointer-events: none;
	transform: rotate(-20deg);
	z-index: 9999;
	scale: 0;
	transition: scale 0.3s;
	transform-origin: 50% 50%;
	font-family: var(--atrament-font);
	font-size: clamp(1.6rem, 2.315vw, 2.315vw);
	font-weight: 900;
	color: var(--black);
}

@media (max-width: 969px) {
	#custom-cursor {
		display: none !important;
	}
}

*::-webkit-scrollbar {
	width: 7px;
	height: 0;
}

*::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
	background: var(--red);
	border-radius: 20px;
}

main {
	min-height: 100vh;
}

html,
body {
	overflow-x: hidden;
	margin: 0;
	font-family: var(--montserrat-font);
	scroll-behavior: smooth;
}

body {
	background: url(/wp-content/uploads/2025/01/bg-overlay.jpg) repeat top;
	background-size: 100% 100%;
}

.header-logo {
	display: flex;
	width: 70px;
}

.header-logo img {
	width: 100%;
}

header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 3rem;
	left: 0;
	right: 0;
	z-index: 50;
	justify-content: space-between;
	padding: 0rem clamp(40px, 2.083vw, 2.083vw);
	height: 0;
}

.custom-header-menu {
	display: flex;
	gap: 1.8rem;
	background: rgb(255 255 255 / 15%);
	backdrop-filter: blur(3px);
	padding: clamp(0.85rem, 0.76vw, 0.76vw) clamp(1.2rem, 2.04vw, 2.04vw);
	border-radius: 0.6rem;
	align-items: center;
}

.custom-header-menu a {
	text-decoration: none;
	font-family: var(--atrament-font);
	font-size: clamp(16px, 1.157vw, 1.157vw);
	font-weight: 900;
	color: #3e3e3e;
	letter-spacing: calc(clamp(16px, 1.157vw, 1.157vw) * 0.035);
}

.localization {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 3rem;
	gap: 3rem;
}

.localization > * {
	list-style: none;
	line-height: 1;
	margin: 0;
}

.localization a,
.localization li {
	color: var(--grey);
}

.localization a.active,
.localization li.current-lang a {
	color: var(--red);
}

.localization:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 65%;
	background: var(--grey);
}

/* Button */
.primary-button {
	margin: 0;
	font-size: clamp(18px, 1.505vw, 1.505vw);
	line-height: 1;
	padding: 0.85rem 2rem;
	border: 3px solid var(--red);
	color: var(--red);
	border-radius: 999px;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	width: fit-content;
	text-align: center;
	text-decoration: none;
	font-family: var(--atrament-font);
	font-weight: 700;
	letter-spacing: calc(clamp(18px, 1.505vw, 1.505vw) * 0.03);
}

.primary-button:hover,
.primary-button.active {
	background: var(--red);
	color: var(--white);
}

.secondary-button {
	margin: 0;
	font-size: clamp(18px, 1.505vw, 1.505vw);
	line-height: 1;
	padding: 0.85rem 2rem;
	border: 3px solid var(--red);
	color: var(--white);
	background: var(--red);
	border-radius: 999px;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	width: fit-content;
	text-align: center;
	text-decoration: none;
	font-family: var(--atrament-font);
	font-weight: 700;
	letter-spacing: calc(clamp(18px, 1.505vw, 1.505vw) * 0.03);
}

.secondary-button:hover,
.secondary-button.active {
	background: var(--white);
	color: var(--red);
}

.cta-button {
	padding: clamp(0.5rem, 0.579vw, 0.579vw) clamp(2rem, 2.894vw, 2.894vw) clamp(0.5rem, 0.579vw, 0.579vw) clamp(1rem, 1.4vw, 1.4vw);
	background: var(--red);
	color: var(--white) !important;
	border-radius: 999px;
	position: relative;
	text-decoration: none !important;
}

.cta-button:before {
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/01/arrow-red-right.svg) center center no-repeat var(--white);
	background-size: 35%;
	width: auto;
	height: calc(100% - 1rem);
	aspect-ratio: 1;
	top: 0;
	bottom: 0;
	right: 0.4rem;
	border-radius: 100%;
	margin: auto;
}

/*  */
.home-banner-carousel {
	position: relative;
}

.home-banner-carousel .swiper-slide img {
	width: 100%;
	object-fit: contain;
}

.home-banner-pagination {
	position: absolute;
	bottom: 1rem !important;
	z-index: 10;
	left: 0 !important;
	right: 0 !important;
	width: fit-content !important;
	margin: auto;
}

.home-banner-pagination .swiper-pagination-bullet {
	width: 10px !important;
	border-radius: 999px;
	height: 4px;
	border: 2px solid #ffffff;
	background: transparent;
	transition: 0.3s;
}

.home-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: clamp(40px, 4.63vw, 4.63vw) !important;
	background: white;
}

/* Footer */
footer {
	position: relative;
	padding: 30px 40px 35px;
	background: #be1f24;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 80px;
}

@media (max-width: 767px) {
	footer {
		padding-top: 4rem;
	}

	.footer-logo-container {
		bottom: 4.5rem !important;
	}
}

footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(/wp-content/uploads/2025/01/footer-top-decor.png) center center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 1728 / 45;
	transform: translateY(calc(-100% + 1px));
}

.footer-logo-container {
	width: clamp(3rem, 5.787vw, 5rem);
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
}

.footer-logo-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

footer * {
	margin: 0;
	color: #fff;
}

p.footer-copyright {
	font-size: clamp(10px, 0.81vw, 1rem);
	margin: 0;
	color: var(--white);
}

footer .social-container {
	display: flex;
	column-gap: 1rem;
}

footer .social-container a img {
	width: 100%;
	height: 100%;
}

footer .social-container a {
	display: flex;
	width: clamp(1.6rem, 2.315vw, 2.5rem);
	height: auto;
	aspect-ratio: 1;
	text-decoration: none;
}

/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span,
b,
strong {
	margin-top: 0;
}

h1,
h2,
h6 {
	font-family: var(--atrament-font);
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
	font-size: clamp(1.2rem, 1.389vw, 1.389vw);
	font-family: var(--atrament-font);
	line-height: 1.1;
	margin-bottom: 1rem;
}

h6 {
	font-size: clamp(1rem, 1.273vw, 1.8rem);
	line-height: 1.1;
	margin-bottom: 0.25rem;
	color: var(--red);
	text-transform: uppercase;
	letter-spacing: calc(clamp(1rem, 1.273vw, 1.8rem) * 0.02);
}

p,
span,
li {
	font-size: clamp(14px, 1.157vw, 1.6rem);
	line-height: 1.4;
	margin-bottom: 1.2rem;
	color: var(--grey);
}

section.image-description-section > div {
	flex: 1;
}

section.image-description-section .image-container {
	aspect-ratio: 786 / 444;
	height: auto;
	filter: drop-shadow(18px 14px 0px var(--red));
	display: flex;
}

section.image-description-section .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 3% 30%, 1% 60%, 3% 88%, 0 100%, 100% 100%, 97% 88%, 99% 60%, 97% 25%, 100% 0);
}

section.image-description-section:not(.normal) .image-container {
	filter: drop-shadow(18px -14px 0px var(--red));
}

section.image-description-section .description-container h2 {
	font-size: clamp(3rem, 4.514vw, 8rem);
	line-height: 0.9;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #ffc002;
	-webkit-text-stroke: #be1f24;
	-webkit-text-stroke-width: 1px;
	font-weight: 700;
	text-shadow: 6px 4px #be1f24;
}

section.image-description-section .description-container p {
	max-width: 75%;
}

section.image-description-section {
	display: flex;
	align-items: center;
	padding-left: clamp(30px, 4.63vw, 4.63vw);
	padding-right: clamp(30px, 4.63vw, 4.63vw);
	column-gap: 4.63vw;
	padding-top: clamp(60px, 6.25vw, 6.25vw);
	padding-bottom: clamp(40px, 4.63vw, 4.63vw);
}

section.image-description-section:not(.normal) {
	flex-direction: row-reverse;
}

/* USP */
section.usp-section {
	padding: 3.25vw 30px;
}

.usp-holder {
	display: flex;
	justify-content: center;
	column-gap: 4rem;
}

.usp-container h3 {
	font-size: clamp(1.8rem, 2.344vw, 3rem);
	margin: 0;
	font-family: var(--atrament-font);
	color: var(--lightGrey);
	text-align: center;
}

.usp-container {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	gap: 1rem;
}

.usp-container img {
	width: clamp(140px, 10.417vw, 10.417vw) !important;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1;
}

@media (max-width: 767px) {
	.usp-container {
		width: 40%;
		margin-bottom: 2rem;
	}

	.usp-holder {
		flex-wrap: wrap;
		align-items: center;
	}

	.product-section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	section.address-section {
		flex-direction: column;
	}

	section.address-section .address-holder {
		width: calc(100% - clamp(30px, 8.102vw, 8.102vw)) !important;
	}
}

@media (max-width: 565px) {
	.usp-container {
		width: 100%;
	}

	.usp-holder {
		flex-direction: column;
	}
}

/* Whats Happening Section */
.whats-happening-section {
	padding: clamp(40px, 6.944vw, 6.944vw) clamp(30px, 4.63vw, 4.63vw) 0;
	margin-bottom: 8rem;
	position: relative;
}

.whats-happening-section .tab-content {
	transition: opacity 0.3s, transform 0.4s;
	transition-delay: 0.3s;
}

.whats-happening-section h2 {
	text-align: center;
	font-size: clamp(3.3rem, 6.366vw, 7rem);
	font-weight: 700;
	color: #ffc002;
	-webkit-text-stroke: #be1f24;
	-webkit-text-stroke-width: 2px;
	text-shadow: 6px 4px #be1f24;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0.75rem;
}

div:not(.latest-news-page) .latest-campaigns .latest-campaign-holder,
div:not(.latest-news-page) .latest-news .latest-news-holder {
	justify-content: center;
}

.latest-campaigns .latest-campaign-holder,
.latest-news .latest-news-holder {
	display: flex;
	gap: clamp(1rem, 1.157vw, 1.157vw);
	flex-wrap: wrap;
}

.latest-campaigns .latest-campaign-holder a,
.latest-news .latest-news-holder a {
	width: calc((100% / 2) - (clamp(1rem, 1.157vw, 1.157vw) / 2));
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.more-news-section {
	padding-left: clamp(30px, 8.102vw, 8.102vw);
	padding-right: clamp(30px, 8.102vw, 8.102vw);
	padding-bottom: clamp(60px, 4.63vw, 4.63vw);
	padding-top: clamp(80px, 5.787vw, 5.787vw);
}

.more-news-section h2 {
	font-size: clamp(40px, 4.63vw, 4.63vw);
	letter-spacing: calc(clamp(40px, 4.63vw, 4.63vw) * 0.02);
	font-weight: 700;
	color: #ffc002;
	-webkit-text-stroke: #be1f24;
	-webkit-text-stroke-width: 2px;
	text-shadow: 6px 4px #be1f24;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 1.4rem;
}

.more-news-section .latest-news .latest-news-holder a {
	width: calc((100% / 3) - (clamp(1rem, 1.157vw, 1.157vw) / 3));
}

.latest-campaigns .latest-campaign-holder a .image-holder,
.latest-news .latest-news-holder a .image-holder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
	aspect-ratio: 775 / 430;
	margin-bottom: 1rem;
	overflow: hidden;
}

.latest-campaigns .latest-campaign-holder a .image-holder img,
.latest-news .latest-news-holder a .image-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.latest-campaigns .latest-campaign-holder a .image-holder img:hover,
.latest-news .latest-news-holder a .image-holder img:hover {
	transform: scale(1.05);
}

.whats-happening-section .date,
.more-news-section .date {
	font-size: clamp(14px, 0.926vw, 0.926vw);
	margin-bottom: 0.6rem !important;
	font-family: var(--montserrat-font);
	line-height: 1;
}

.whats-happening-section .title,
.more-news-section .title {
	font-size: clamp(1.4rem, 2.083vw, 2.083vw);
	font-family: var(--atrament-font);
	color: var(--grey);
	line-height: 1;
	margin: 0;
}

.whats-happening-section .whats-happening-tab {
	display: flex;
	justify-content: center;
	gap: 1rem;
	font-family: var(--atrament-font);
	font-weight: 700;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.whats-happening-section .whats-happening-tab span {
	margin: 0;
	font-size: clamp(18px, 1.505vw, 1.505vw);
	line-height: 1;
	padding: 0.85rem 2rem;
	border: 3px solid var(--red);
	color: var(--red);
	border-radius: 999px;
	cursor: pointer;
	transition: 0.3s;
}

.whats-happening-section .whats-happening-tab span.active,
.whats-happening-section .whats-happening-tab span:hover {
	background: var(--red);
	color: var(--white);
}

.whats-happening-section .tab-content:not(.active) {
	position: absolute;
	bottom: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	transition: 0s;
	transform: translateY(2rem);
}

.whats-happening-section .bottom-button {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.breadcrumb-holder {
	padding: 0 clamp(30px, 8.102vw, 8.102vw);
}

.breadcrumb-holder .breadcrumb {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}

.breadcrumb > * {
	font-size: clamp(0.8rem, 0.868vw, 0.868vw);
	font-family: var(--atrament-font);
	letter-spacing: calc(clamp(0.8rem, 0.868vw, 0.868vw) * 0.04);
	margin: 0;
	text-decoration: none;
	padding: clamp(0.6rem, 0.579vw, 0.579vw) clamp(1rem, 1.157vw, 1.157vw) clamp(0.6rem, 0.579vw, 0.579vw) clamp(0.6rem, 0.81vw, 0.81vw);
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.breadcrumb > span {
	padding-right: clamp(0.6rem, 0.579vw, 0.579vw);
}

.breadcrumb > a {
	background: #ffffff;
	color: var(--grey);
	transition: 0.3s;
}

.breadcrumb > a:hover {
	color: var(--red);
}

.breadcrumb > span {
	background: var(--red);
	color: var(--white);
}

.breadcrumb > a:before {
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.breadcrumb > a:not(:nth-last-child(2))::before {
	background: url(/wp-content/uploads/2025/01/white-arrow-outline.svg) center right no-repeat;
	background-size: contain;
	background-position: 98% 50%;
}

.breadcrumb > a:nth-last-child(2)::before {
	background: url(/wp-content/uploads/2025/01/white-arrow-red-bg-outline.svg) center right no-repeat;
	background-size: contain;
}

.breadcrumb span::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	aspect-ratio: 1 / 2;
	background: url(/wp-content/uploads/2025/01/red-arrow-right.svg) center right no-repeat;
	background-size: cover;
	transform: translateX(calc(100% - 1px));
}

section.contact-us-header-section {
	padding-bottom: clamp(28px, 2.894vw, 2.894vw);
}

.contact-us-header-section h1 {
	font-size: clamp(4rem, 5.324vw, 5.324vw);
	font-weight: 700;
	color: #ffc002;
	-webkit-text-stroke: #be1f24;
	-webkit-text-stroke-width: 2px;
	text-shadow: 6px 4px #be1f24;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.contact-us-banner img {
	width: 100%;
	aspect-ratio: 1490 / 660;
	object-fit: cover;
	display: flex;
	transition: 0.3s;
}

.contact-us-banner img:not(.active) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
	opacity: 0;
}

.contact-us-banner {
	position: relative;
	padding: 0 !important;
	margin-left: clamp(30px, 8.102vw, 8.102vw);
	margin-right: clamp(30px, 8.102vw, 8.102vw);
	clip-path: polygon(0 0, 2% 24%, 1% 57%, 2% 91%, 0 100%, 100% 100%, 98% 91%, 99% 57%, 98% 24%, 100% 0);
	margin-bottom: clamp(30px, 3.472vw, 3.472vw);
}

section.address-section {
	display: flex;
	gap: 2rem;
	padding-bottom: clamp(60px, 5.787vw, 5.787vw);
}

section.address-section .address-holder {
	width: calc(100% / 2);
	background: white;
	border-radius: clamp(0.8rem, 1vw, 1vw);
	display: flex;
	overflow: hidden;
}

section.address-section .address-holder .left {
	width: 60%;
	padding: clamp(1rem, 2.315vw, 2.315vw);
}

section.address-section .address-holder .right {
	width: 40%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.address-section .address-holder .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.address-section .address-holder h5 {
    color: var(--grey);
    font-weight: 500;
    letter-spacing: calc(clamp(1.2rem, 1.389vw, 1.389vw)* 0.025);
}

section.address-section .address-holder a {
	color: var(--red);
}

section.address-section .address-holder h6 {
	margin-bottom: 0.6rem;
}

.location-links {
	display: flex;
	align-items: center;
	gap: 0.4rem 1rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}

/* .location-links a {
	width: clamp(1.8rem, 1.736vw, 1.736vw);
	height: auto;
	aspect-ratio: 1;
}

.location-links a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
} */

/* Contact Us */
.contact-us-form-section {
	margin-bottom: clamp(4rem, 8.102vw, 8.102vw);
}

.contact-us-form-section .form-content > div:not(.active) {
	display: none;
}

.form-tabs {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
	margin-bottom: 2rem;
}

.form-tabs span {
	font-family: var(--atrament-font);
	font-weight: 700;
	display: flex;
	width: fit-content;
	margin: 0;
	font-size: clamp(18px, 1.505vw, 1.505vw);
	letter-spacing: calc(clamp(18px, 1.505vw, 1.505vw) * 0.02);
	line-height: 1;
	padding: 0.85rem 2rem;
	border: 3px solid var(--red);
	color: var(--red);
	border-radius: 999px;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;
}

.form-tabs span.active,
.form-tabs span:hover {
	background: var(--red);
	color: var(--white);
}

.form-content form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 1rem;
}

.form-content form > p {
	display: inline-flex !important;
	width: calc(50% - 1rem);
	margin: 0;
	flex-direction: column;
}

.form-content form > p:has(input[type="submit"], textarea) {
	width: 100%;
}

.form-content form > p:not(:has(> input[type="submit"])) * {
	width: -webkit-fill-available;
	display: flex !important;
	margin: 0;
	appearance: none !important;
	flex-direction: column;
	gap: 0.3rem;
}

.form-content form > p:not(:has(> input[type="submit"])) span {
	display: flex !important;
	flex-direction: column;
}

.form-content form > p input[type="submit"] {
	appearance: none;
	width: fit-content;
	margin: auto;
}

.form-content form > p:not(:has(> input[type="submit"])) select {
	cursor: pointer;
}

.form-content form > p:not(:has(> input[type="submit"])) input,
.form-content form > p:not(:has(> input[type="submit"])) select,
.form-content form > p:not(:has(> input[type="submit"])) textarea {
	padding: clamp(0.8rem, 0.926vw, 0.926vw);
	border-radius: 1rem;
	border: 1px solid var(--grey);
	background: transparent;
	backdrop-filter: blur(15px);
	font-size: clamp(0.8rem, 0.926vw, 0.926vw);
	font-family: var(--montserrat-font);
	appearance: none !important;
	color: #000000 !important;
}

.form-content form > p:not(:has(> input[type="submit"])) span span {
	font-size: clamp(10px, 0.579vw, 0.579vw);
	padding: 0.4rem clamp(0.8rem, 0.926vw, 0.926vw);
}

.form-content form label:has(input[type="file"]) > span:last-child input,
.form-content form label:has(input[type="date"]) > span:last-child input {
	min-height: 18px;
	padding-left: 35%;
}

.form-content form > p:not(:has(> input[type="submit"])) span {
	display: flex !important;
	flex-direction: column;
}

.form-content form label:has(input[type="file"]) > span:first-child,
.form-content form label:has(input[type="date"]) > span:first-child {
	position: absolute;
	z-index: 1;
	top: 1rem;
	left: 1rem;
	margin: auto;
	height: fit-content;
	width: fit-content;
	font-size: clamp(0.8rem, 0.926vw, 0.926vw);
	color: #000000 !important;
	pointer-events: none;
}

.form-content form label {
	position: relative;
}

.wpcf7-response-output {
	width: fit-content;
	padding: 2rem 1.5rem !important;
	border-radius: 1rem;
	text-align: center;
	margin: auto !important;
	font-weight: 400;
	font-family: var(--montserrat-font);
	font-style: italic;
}

/* Instagram Feed */
.instagram-feed-section {
	position: relative;
	background: var(--red);
	padding: clamp(2.4rem, 2.894vw, 2.894vw) 0 clamp(4.5rem, 5.787vw, 5.787vw);
	margin-top: clamp(5rem, 7.812vw, 7.812vw);
	margin-bottom: clamp(5rem, 7.812vw, 7.812vw);
}

section.instagram-feed-section:before {
	content: "";
	position: absolute;
	display: flex;
	background: url(/wp-content/uploads/2025/01/instagram-feed-top-decor.svg) center center no-repeat;
	width: 100%;
	height: auto;
	top: 0;
	background-size: 100%;
	aspect-ratio: 1728 / 140;
	transform: translateY(-98%);
	z-index: -1;
}

section.instagram-feed-section:after {
	content: "";
	position: absolute;
	display: flex;
	background: url(/wp-content/uploads/2025/01/instagram-feed-bottom-decor.svg) center center no-repeat;
	width: 100%;
	height: auto;
	bottom: 0;
	background-size: 100%;
	aspect-ratio: 1728 / 140;
	transform: translateY(98%);
	z-index: -1;
}

.instagram-feed-section .top h2 {
	font-size: clamp(3rem, 4.282vw, 7rem);
	line-height: 0.9;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--white);
	-webkit-text-stroke: var(--pink);
	-webkit-text-stroke-width: 1px;
	font-weight: 900;
	text-shadow: 3px 2px var(--pink);
}

.instagram-feed-section .top {
	display: flex;
	padding: 0 clamp(30px, 19.097vw, 19.097vw);
	margin-bottom: clamp(4.2rem, 6.366vw, 6.366vw);
}

.instagram-feed-section .top > * {
	width: 50%;
	color: var(--white);
}

.instagram-feed,
.instagram-feed-holder {
	display: inline-flex;
}

.instagram-feed-holder {
	gap: clamp(1.2rem, 1.157vw, 1.157vw);
	padding-right: clamp(1.2rem, 1.157vw, 1.157vw);
	animation: 42s instagramToLeft linear infinite;
}

.instagram-feed:hover .instagram-feed-holder {
	animation-play-state: paused;
}

.instagram-feed-holder .instagram-item {
	display: flex;
	aspect-ratio: 1;
	width: clamp(260px, 24.306vw, 24.306vw);
	height: auto;
	overflow: hidden;
}

.instagram-feed-holder .instagram-item a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 2rem;
	overflow: hidden;
}

html[lang="ms-MY"] .instagram-feed-holder .instagram-item a:before {
	content: "Klik untuk Lihat!";
}

.instagram-feed-holder .instagram-item a:before {
	content: "Check it Out!";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: clamp(1.4rem, 1.736vw, 1.736vw);
	font-family: var(--atrament-font);
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	margin: auto;
	width: fit-content;
	height: fit-content;
	background: var(--red);
	color: var(--white);
	padding: 3% 7%;
	border-radius: 999px;
	scale: 0;
	transition: 0.3s;
	pointer-events: none;
}

.instagram-feed-holder .instagram-item a:hover:before {
	scale: 1;
}

.instagram-feed-holder .instagram-item a:hover img {
	scale: 1.05;
	filter: brightness(0.5);
}

.instagram-feed-holder .instagram-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

@keyframes instagramToLeft {
	0% {
		transform: translaetX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Menu */
@media (min-width: 768px) {
	.mobile-menu {
		display: none;
	}
}

@media (max-width: 767px) {
	.custom-header-menu {
		display: none;
	}

	.header-logo {
		width: 55px;
		position: fixed;
		left: 15px;
		top: 1.6rem;
	}

	.mobile-menu {
		position: fixed;
		top: 1rem;
		right: 15px;
	}

	.mobile-menu .burger-menu {
		width: 55px;
		height: auto;
		aspect-ratio: 1;
		background: var(--red);
		border-radius: 999px;
		z-index: 1;
		position: relative;
		transform: translate(-25%, 20%);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 5px;
	}

	.mobile-menu .main-mobile-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 280px;
		display: flex;
		flex-direction: column;
		background: var(--white);
		padding: 4rem 1.5rem 1.5rem 1.5rem;
		border-radius: 1.5rem;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-20px);
		transition: 0.3s;
	}

	.mobile-menu .main-mobile-menu.active {
		transform: none;
		opacity: 1;
		pointer-events: all;
	}

	.mobile-menu .main-mobile-menu a {
		font-size: 24px;
		font-family: var(--atrament-font);
		font-weight: 700;
		text-decoration: none;
		color: var(--grey);
		display: flex;
		line-height: 1;
		margin-bottom: 0.65rem;
	}

	.mobile-menu .main-mobile-menu a.cta-button {
		width: fit-content;
		padding-right: 4rem;
		margin-top: 2rem;
	}

	.localization {
		width: fit-content;
		margin-left: auto;
		margin-top: 1.6rem;
	}

	.localization a {
		font-size: 26px !important;
		margin: 0 !important;
	}

	.mobile-menu .burger-menu span {
		transition: 0.3s;
	}

	.mobile-menu .burger-menu span:first-child {
		position: relative;
		width: 52%;
		height: 2px;
		background: white;
		display: flex;
		margin: 0;
		border-radius: 999px;
	}

	.mobile-menu .burger-menu span:last-child {
		position: relative;
		width: 52%;
		height: 2px;
		background: white;
		display: flex;
		margin: 0;
		border-radius: 999px;
	}

	.mobile-menu .burger-menu.active span:first-child {
		transform: translate(0, 5px) rotate(-45deg);
	}

	.mobile-menu .burger-menu.active span:last-child {
		transform: translate(0, -2px) rotate(45deg);
	}

	section.image-description-section:not(.normal) .image-container {
		filter: drop-shadow(8px -6px 0px var(--red));
	}
	section.image-description-section .image-container {
		filter: drop-shadow(8px 6px 0px var(--red));
	}

	section.image-description-section {
		padding-top: 30px;
	}

	.more-news-section h2 {
		text-shadow: 2px 2px #be1f24;
	}
}

@media (max-width: 565px) {
	.mobile-menu .main-mobile-menu {
		width: calc(74vw - (2rem * 2) - (15px * 2));
	}
}

/*  */
@media (max-width: 969px) {
	.product-section h2,
	.whats-happening-section h2 {
		text-shadow: 3px 2px #be1f24 !important;
	}

	section.image-description-section {
		flex-direction: column;
		/*         align-items: flex-start; */
	}

	section.image-description-section .image-container {
		margin-bottom: 2.6rem;
		max-width: 460px;
		margin-left: 0;
	}

	section.image-description-section:not(.normal) {
		flex-direction: column;
	}

	section.image-description-section > div {
		text-align: center;
	}

	section.image-description-section .description-container p {
		max-width: 100%;
	}

	section.image-description-section .description-container h2 {
		text-shadow: 3px 2px #be1f24;
	}

	/* 	 */
	.instagram-feed-section .top {
		padding: 0 80px;
	}

	.instagram-feed-section .top h2 {
		text-shadow: 3px 2px var(--pink);
	}

	.form-content form {
		column-gap: 1rem;
	}

	.form-content form > p {
		width: calc(50% - 0.5rem);
	}
}

@media (max-width: 767px) {
	.whats-happening-section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* 	 */
	.instagram-feed-section .top {
		flex-direction: column;
		padding: 0 30px;
	}

	.instagram-feed-section .top > * {
		width: 100%;
	}

	/* 	 */
	.latest-campaigns .latest-campaign-holder,
	.latest-news .latest-news-holder {
		flex-direction: column;
		gap: 2rem;
	}

	.latest-campaigns .latest-campaign-holder a,
	.latest-news .latest-news-holder a {
		width: 100%;
	}

	.latest-campaigns .latest-campaign-holder a .image-holder,
	.latest-news .latest-news-holder a .image-holder {
		border-radius: 1rem;
	}

	.form-content form > p {
		width: 100%;
	}

	.form-content form {
		row-gap: 0.75rem;
	}

	.form-content form > p:not(:has(> input[type="submit"])) input,
	.form-content form > p:not(:has(> input[type="submit"])) select,
	.form-content form > p:not(:has(> input[type="submit"])) textarea {
		border-radius: 0.6rem;
	}

	.instagram-feed-section .top h2 {
		text-shadow: 1px 1px var(--pink);
	}
}

@media (max-width: 565px) {
	footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		padding: 1rem;
	}

	a.footer-logo-container {
		position: relative;
		top: unset !important;
		bottom: unset !important;
		order: 0;
	}

	footer .social-container {
		display: flex;
		column-gap: 1rem;
		order: 1;
	}

	p.footer-copyright {
		order: 2;
	}

	.contact-us-banner img,
	section.image-description-section .image-container {
		aspect-ratio: 860 / 660;
	}

	.latest-campaigns .latest-campaign-holder a .image-holder,
	.latest-news .latest-news-holder a .image-holder {
		aspect-ratio: 560 / 430;
	}

	.contact-us-header-section h1 {
		font-size: 50px;
		text-shadow: 2px 2px #be1f24;
		-webkit-text-stroke-width: 1px;
	}

	.primary-button,
	.cta-button,
	.whats-happening-section .whats-happening-tab span {
		font-size: 18px !important;
		padding: 0.65rem 1.3rem;
	}
}

/* Reveal Animation */
.reveal-anim {
	opacity: 0;
	transform: translateY(40px);
	transition: 0.65s;
}

.reveal-anim.active {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 969px) {
	.form-tabs.custom-tabs.desktop {
		display: none !important;
	}

	.form-tabs.custom-tabs.mobile {
		display: flex !important;
		flex-direction: column;
		position: relative;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
	}

	.form-tabs.custom-tabs.mobile:before {
		content: "";
		position: absolute;
		top: 0;
		right: 1rem;
		bottom: 0;
		width: auto;
		height: 48%;
		aspect-ratio: 1;
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iI2JlMWYyNCIgY2xhc3M9InNpemUtNiI+CiAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTkuNSA4LjI1LTcuNSA3LjUtNy41LTcuNSIgLz4KPC9zdmc+Cg==)
			center center no-repeat;
		margin: auto;
		background-size: contain;
		transition: 0.3s;
	}

	.form-tabs.custom-tabs.mobile:has(> .form-tabs-dropdown.active):before {
		transform: rotate(180deg);
		transform-origin: center;
	}

	.form-tabs-dropdown {
		position: absolute;
		top: 125%;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: max-content;
		border: 3px solid var(--red);
		border-radius: 0.85rem;
		background: #ffffff69;
		backdrop-filter: blur(30px);
		padding: 0.5rem 0;
		pointer-events: none;
		opacity: 0;
		transform: translateY(20px);
		transition: 0.3s;
	}

	.form-tabs-dropdown.active {
		pointer-events: all;
		opacity: 1;
		transform: translateY(0px);
	}

	.form-tabs-dropdown span {
		padding: 0.5rem 0;
		border: none;
		background: transparent !important;
		color: var(--red) !important;
	}

	.form-tabs.custom-tabs.mobile span {
		width: -webkit-fill-available;
		text-align: center;
		justify-content: center;
		background: transparent !important;
		color: var(--red) !important;
	}
}
