/* Whalesite Elementor Widgets */
.elementor-widget-whalesite_header,
.elementor-widget-whalesite_hero,
.elementor-widget-whalesite_about,
.elementor-widget-whalesite_products,
.elementor-widget-whalesite_solutions,
.elementor-widget-whalesite_why_choose,
.elementor-widget-whalesite_news,
.elementor-widget-whalesite_contact,
.elementor-widget-whalesite_footer {
	width: 100%;
}

.whalesite-header *,
.whalesite-hero *,
.whalesite-about *,
.whalesite-products *,
.whalesite-solutions *,
.whalesite-why *,
.whalesite-news *,
.whalesite-contact *,
.whalesite-footer * {
	box-sizing: border-box;
}

.whalesite-header a,
.whalesite-hero a,
.whalesite-about a,
.whalesite-products a,
.whalesite-solutions a,
.whalesite-news a,
.whalesite-contact a,
.whalesite-footer a {
	text-decoration: none;
}

.whalesite-section-title {
	position: relative;
	margin: 0 0 34px;
	padding-bottom: 20px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
}

.whalesite-section-title::after,
.whalesite-section-heading__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 62px;
	height: 3px;
	background: #c90000;
}

.whalesite-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 42px;
}

.whalesite-section-heading__title {
	position: relative;
	margin: 0;
	padding-bottom: 18px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
}

.whalesite-section-heading__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	padding: 13px 25px;
	border-radius: 999px;
	background: #c90000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: transform .2s ease, opacity .2s ease;
}

.whalesite-section-heading__button:hover {
	transform: translateY(-2px);
	opacity: .9;
}

.whalesite-editor-notice {
	grid-column: 1 / -1;
	padding: 20px;
	border: 1px dashed #c8c8c8;
	background: #fff;
	color: #666;
}

/* Visible placeholders */
.whalesite-placeholder-image {
	filter: saturate(.75);
}

.whalesite-products__image-wrap,
.whalesite-solutions__image,
.whalesite-news__image {
	position: relative;
}

.whalesite-placeholder-badge {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 2;
	max-width: calc(100% - 28px);
	padding: 7px 12px;
	border: 1px solid rgba(86,96,106,.22);
	border-radius: 999px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 4px 16px rgba(0,0,0,.08);
	color: #56606a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
}

.whalesite-placeholder-background {
	background-color: #e1e5e9;
}

.whalesite-contact--placeholder .whalesite-contact__overlay {
	background: rgba(255,255,255,.9);
}

/* Header */
.whalesite-header {
	position: relative;
	z-index: 50;
	width: 100%;
	background: #fff;
}

.whalesite-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 22px 24px;
}

.whalesite-header__logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.whalesite-header__logo img {
	display: block;
	width: 150px;
	max-height: 74px;
	object-fit: contain;
}

.whalesite-header__logo-text {
	color: #111;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.whalesite-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.whalesite-header__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.whalesite-header__nav > ul {
	display: flex;
	align-items: center;
	gap: 36px;
}

.whalesite-header__nav li {
	position: relative;
}

.whalesite-header__nav a {
	display: block;
	padding: 10px 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	transition: color .2s ease;
}

.whalesite-header__nav .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 10;
	min-width: 220px;
	padding: 10px 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(0,0,0,.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.whalesite-header__nav li:hover > .sub-menu,
.whalesite-header__nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.whalesite-header__nav .sub-menu a {
	padding: 10px 18px;
}

.whalesite-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 9px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
}

.whalesite-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: #111;
	transition: transform .2s ease, opacity .2s ease;
}

/* Hero */
.whalesite-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 590px;
	background-color: #555;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.whalesite-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.38);
}

.whalesite-hero__container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.whalesite-hero__content {
	max-width: 640px;
	padding: 100px 24px;
}

.whalesite-hero__title {
	margin: 0 0 22px;
	color: #fff;
	font-size: 58px;
	font-weight: 800;
	line-height: 1.08;
}

.whalesite-hero__description {
	margin: 0 0 28px;
	color: #fff;
	font-size: 18px;
	line-height: 1.65;
}

.whalesite-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 30px;
	background: #c90000;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	transition: transform .2s ease, opacity .2s ease;
}

.whalesite-button:hover {
	color: #fff;
	transform: translateY(-2px);
	opacity: .9;
}

.whalesite-hero__stats {
	padding: 36px 20px;
	background: #c90000;
}

.whalesite-hero__stats-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.whalesite-hero__stat {
	text-align: center;
}

.whalesite-hero__number {
	margin-bottom: 7px;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.05;
}

.whalesite-hero__number span {
	font-size: .58em;
	font-weight: 700;
}

.whalesite-hero__stat-label {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

/* About */
.whalesite-about {
	padding: 80px 24px;
	background: #fff;
}

.whalesite-about__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	align-items: center;
	gap: 70px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.whalesite-about__description {
	color: #666;
	font-size: 17px;
	line-height: 1.65;
}

.whalesite-about__description p {
	margin: 0 0 22px;
}

.whalesite-about__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.whalesite-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	transition: transform .2s ease, opacity .2s ease;
}

.whalesite-about__button:hover {
	color: #fff;
	transform: translateY(-2px);
	opacity: .9;
}

.whalesite-about__button--primary { background: #2f2f2f; }
.whalesite-about__button--secondary { background: #c90000; }

.whalesite-about__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 18px;
}

.whalesite-about__image {
	display: block;
	width: 100%;
	height: 420px;
	border-radius: 10px;
	object-fit: cover;
}

.whalesite-about__image--two {
	margin-top: 30px;
}

/* Products */
.whalesite-products {
	padding: 70px 24px;
	background: #f5f5f5;
}

.whalesite-products__inner,
.whalesite-solutions__inner,
.whalesite-news__inner {
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.whalesite-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.whalesite-products__item,
.whalesite-solutions__item,
.whalesite-news__item {
	min-width: 0;
}

.whalesite-products__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.whalesite-products__image-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .35s ease;
}

.whalesite-products__item:hover .whalesite-products__image-wrap img {
	transform: scale(1.035);
}

.whalesite-products__title {
	margin: 16px 0 0;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

/* Solutions */
.whalesite-solutions {
	padding: 70px 24px;
	background: #fff;
}

.whalesite-solutions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.whalesite-solutions__image {
	height: 300px;
	border-radius: 10px;
	background: #eee;
	overflow: hidden;
}

.whalesite-solutions__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.whalesite-solutions__item:hover .whalesite-solutions__image img {
	transform: scale(1.04);
}

.whalesite-solutions__title {
	margin: 16px 0 0;
	color: #111;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}

/* Why Choose */
.whalesite-why {
	position: relative;
	padding: 70px 24px;
	background: #f7f7f7;
	overflow: hidden;
}

.whalesite-why__background {
	position: absolute;
	inset: 0 0 0 auto;
	width: 58%;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .18;
}

.whalesite-why__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.whalesite-why__intro {
	max-width: 760px;
	margin-bottom: 46px;
}

.whalesite-why__description {
	color: #666;
	font-size: 17px;
	line-height: 1.6;
}

.whalesite-why__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.whalesite-why__card {
	padding: 28px 26px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 25px rgba(0,0,0,.025);
}

.whalesite-why__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #c90000;
	color: #fff;
	font-size: 22px;
}

.whalesite-why__icon svg,
.whalesite-footer__social-link svg,
.whalesite-contact__item-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.whalesite-why__card-title {
	margin: 0 0 12px;
	color: #111;
	font-size: 22px;
	font-weight: 750;
	line-height: 1.25;
}

.whalesite-why__card-text {
	color: #666;
	font-size: 16px;
	line-height: 1.55;
}

/* News */
.whalesite-news {
	padding: 70px 24px;
	background: #fff;
}

.whalesite-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.whalesite-news__image {
	display: block;
	height: 245px;
	border-radius: 10px;
	background: #eee;
	overflow: hidden;
}

.whalesite-news__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.whalesite-news__item:hover .whalesite-news__image img {
	transform: scale(1.04);
}

.whalesite-news__title {
	margin: 15px 0 8px;
	color: #111;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.35;
}

.whalesite-news__title a {
	color: inherit;
}

.whalesite-news__meta {
	color: #777;
	font-size: 13px;
	line-height: 1.5;
}

/* Contact */
.whalesite-contact {
	position: relative;
	padding: 90px 24px;
	background-color: #f4f4f4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.whalesite-contact__overlay {
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,.82);
}

.whalesite-contact__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
	align-items: center;
	gap: 60px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.whalesite-contact__subheading {
	margin: 0 0 16px;
	color: #111;
	font-size: 24px;
	font-weight: 750;
	line-height: 1.3;
}

.whalesite-contact__description {
	max-width: 760px;
	color: #666;
	font-size: 17px;
	line-height: 1.6;
}

.whalesite-contact__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 38px;
}

.whalesite-contact__item {
	min-width: 0;
}

.whalesite-contact__item-icon {
	margin-bottom: 10px;
	color: #333;
	font-size: 28px;
}

.whalesite-contact__item-label {
	margin-bottom: 6px;
	color: #222;
	font-size: 18px;
	font-weight: 750;
}

.whalesite-contact__item-value {
	display: block;
	color: #666;
	font-size: 15px;
	line-height: 1.45;
	word-break: break-word;
}

.whalesite-contact__form-panel {
	padding: 42px 40px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.whalesite-contact__form-heading {
	margin: 0 0 18px;
	color: #111;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.2;
}

.whalesite-contact__form-description {
	margin-bottom: 24px;
	color: #666;
	font-size: 16px;
	line-height: 1.55;
}

.whalesite-contact__form-content input,
.whalesite-contact__form-content textarea,
.whalesite-contact__form-content select {
	width: 100%;
	margin: 0 0 14px;
	padding: 13px 15px;
	border: 1px solid #d6dae0;
	border-radius: 0;
	background: #fff;
	color: #333;
	font: inherit;
}

.whalesite-contact__form-content textarea {
	resize: vertical;
}

.whalesite-contact__form-content input:focus,
.whalesite-contact__form-content textarea:focus,
.whalesite-contact__form-content select:focus {
	outline: 1px solid #999;
	outline-offset: 0;
}

.whalesite-contact__form-content input[type="submit"],
.whalesite-contact__form-content button,
.whalesite-contact__preview-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding: 13px 25px;
	border: 0;
	border-radius: 999px;
	background: #c90000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

/* Footer */
.whalesite-footer {
	background: #2e2e2e;
	color: #fff;
}

.whalesite-footer__top {
	padding: 80px 24px;
}

.whalesite-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 50px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

.whalesite-footer__title {
	margin: 0 0 24px;
	color: #fff;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.3;
	text-transform: uppercase;
}

.whalesite-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.whalesite-footer__links li {
	margin-bottom: 12px;
}

.whalesite-footer__links a,
.whalesite-footer__contact-line {
	color: #eee;
	font-size: 15px;
	line-height: 1.5;
}

.whalesite-footer__contact-line {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
}

.whalesite-footer__contact-line a {
	color: inherit;
}

.whalesite-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.whalesite-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #c90000;
	color: #fff;
	font-size: 16px;
	transition: transform .2s ease, opacity .2s ease;
}

.whalesite-footer__social-link:hover {
	color: #fff;
	transform: translateY(-2px);
	opacity: .9;
}

.whalesite-footer__bottom {
	padding: 26px 24px;
	border-top: 1px solid #666;
	color: #fff;
}

.whalesite-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.5;
}

.whalesite-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.whalesite-footer__legal a {
	color: inherit;
}

@media (max-width: 1024px) {
	.whalesite-section-title,
	.whalesite-section-heading__title {
		font-size: 36px;
	}

	.whalesite-menu-toggle {
		display: block;
	}

	.whalesite-header__nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 18px 24px 24px;
		background: #fff;
		box-shadow: 0 14px 30px rgba(0,0,0,.1);
	}

	.whalesite-header__nav.is-open {
		display: block;
	}

	.whalesite-header__nav > ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.whalesite-header__nav a {
		padding: 11px 0;
	}

	.whalesite-header__nav .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding: 0 0 0 18px;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.whalesite-header__nav .sub-menu a {
		padding: 9px 0;
	}

	.whalesite-hero__title {
		font-size: 48px;
	}

	.whalesite-hero__stats-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whalesite-about__inner,
	.whalesite-contact__inner {
		grid-template-columns: 1fr;
	}

	.whalesite-about__images {
		max-width: 760px;
	}

	.whalesite-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whalesite-solutions__grid,
	.whalesite-news__grid,
	.whalesite-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whalesite-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.whalesite-section-title,
	.whalesite-section-heading__title {
		font-size: 30px;
	}

	.whalesite-section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.whalesite-header__inner {
		padding: 16px 18px;
	}

	.whalesite-header__logo img {
		width: 125px;
	}

	.whalesite-hero__visual {
		min-height: 480px;
	}

	.whalesite-hero__content {
		padding: 70px 20px;
	}

	.whalesite-hero__title {
		font-size: 38px;
	}

	.whalesite-hero__description {
		font-size: 16px;
	}

	.whalesite-hero__stats-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.whalesite-hero__number {
		font-size: 34px;
	}

	.whalesite-about,
	.whalesite-products,
	.whalesite-solutions,
	.whalesite-why,
	.whalesite-news,
	.whalesite-contact {
		padding-left: 18px;
		padding-right: 18px;
	}

	.whalesite-about__images {
		grid-template-columns: 1fr;
	}

	.whalesite-about__image,
	.whalesite-about__image--two {
		height: 300px;
		margin-top: 0;
	}

	.whalesite-about__buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.whalesite-products__grid,
	.whalesite-solutions__grid,
	.whalesite-news__grid,
	.whalesite-why__grid,
	.whalesite-footer__grid {
		grid-template-columns: 1fr;
	}

	.whalesite-products__image-wrap,
	.whalesite-solutions__image {
		height: 280px;
	}

	.whalesite-news__image {
		height: 230px;
	}

	.whalesite-contact__inner {
		gap: 36px;
	}

	.whalesite-contact__items {
		grid-template-columns: 1fr;
	}

	.whalesite-contact__form-panel {
		padding: 30px 22px;
	}

	.whalesite-contact__form-heading {
		font-size: 29px;
	}

	.whalesite-footer__top {
		padding-left: 18px;
		padding-right: 18px;
	}

	.whalesite-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Product Collection */
.elementor-widget-whalesite_product_collection {
	width: 100%;
}

.whalesite-product-collection *,
.whalesite-product-collection *::before,
.whalesite-product-collection *::after {
	box-sizing: border-box;
}

.whalesite-product-collection a {
	text-decoration: none;
}

.whalesite-product-collection__banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 275px;
	background-color: #4b4b4b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.whalesite-product-collection__banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .62);
}

.whalesite-product-collection__banner-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 40px 24px;
}

.whalesite-product-collection__banner-title {
	margin: 0;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

.whalesite-product-collection__body {
	padding: 36px 24px 70px;
	background: #fff;
}

.whalesite-product-collection__content {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.whalesite-product-collection__sidebar {
	min-width: 0;
}

.whalesite-product-collection__categories {
	border: 1px solid #e1e1e1;
	background: #fff;
	overflow: hidden;
}

.whalesite-product-collection__category-heading {
	padding: 15px 14px;
	background: #c90000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.whalesite-product-collection__category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.whalesite-product-collection__category-list .whalesite-product-collection__category-list {
	display: none;
	border-top: 1px solid #ececec;
	background: #fafafa;
}

.whalesite-product-collection__category-item.is-open > .whalesite-product-collection__category-list {
	display: block;
}

.whalesite-product-collection__category-row {
	display: flex;
	align-items: stretch;
	min-height: 42px;
	border-bottom: 1px solid #ececec;
	background: #fff;
}

.whalesite-product-collection__category-row--all.is-active .whalesite-product-collection__category-link,
.whalesite-product-collection__category-item.is-active > .whalesite-product-collection__category-row .whalesite-product-collection__category-link {
	color: #c90000;
	font-weight: 700;
}

.whalesite-product-collection__category-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 12px;
	color: #111;
	font-size: 13px;
	line-height: 1.35;
	transition: color .2s ease, background-color .2s ease;
}

.whalesite-product-collection__category-link:hover {
	color: #c90000;
}

.whalesite-product-collection__category-list--depth-1 .whalesite-product-collection__category-link {
	padding-left: 26px;
}

.whalesite-product-collection__category-list--depth-2 .whalesite-product-collection__category-link {
	padding-left: 40px;
}

.whalesite-product-collection__category-count {
	flex: 0 0 auto;
	color: #777;
	font-size: .88em;
}

.whalesite-product-collection__category-toggle {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	padding: 0;
	border: 0;
	border-left: 1px solid #ececec;
	background: transparent;
	color: #111;
	cursor: pointer;
}

.whalesite-product-collection__category-toggle span::before,
.whalesite-product-collection__category-toggle span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 1px;
	background: currentColor;
	transition: transform .2s ease;
}

.whalesite-product-collection__category-toggle span::before {
	transform: translate(-5px, -1px) rotate(45deg);
}

.whalesite-product-collection__category-toggle span::after {
	transform: translate(0, -1px) rotate(-45deg);
}

.whalesite-product-collection__category-item.is-open > .whalesite-product-collection__category-row .whalesite-product-collection__category-toggle span::before {
	transform: translate(-5px, -1px) rotate(-45deg);
}

.whalesite-product-collection__category-item.is-open > .whalesite-product-collection__category-row .whalesite-product-collection__category-toggle span::after {
	transform: translate(0, -1px) rotate(45deg);
}

.whalesite-product-collection__sidebar-notice {
	padding: 18px 14px;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}

.whalesite-product-collection__form-panel {
	margin-top: 18px;
	padding: 20px 14px 18px;
	background: #f6f6f6;
}

.whalesite-product-collection__form-heading {
	margin: 0 0 18px;
	color: #c90000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.whalesite-product-collection__form-panel form,
.whalesite-product-collection__form-placeholder {
	display: grid;
	gap: 12px;
}

.whalesite-product-collection__form-panel p {
	margin: 0;
}

.whalesite-product-collection__form-panel input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.whalesite-product-collection__form-panel textarea,
.whalesite-product-collection__form-panel select {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #fff;
	color: #555;
	font: inherit;
	line-height: 1.4;
}

.whalesite-product-collection__form-panel textarea {
	min-height: 100px;
	resize: vertical;
}

.whalesite-product-collection__form-panel button,
.whalesite-product-collection__form-panel input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 42px;
	padding: 10px 20px;
	border: 0;
	border-radius: 24px;
	background: #c90000;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.whalesite-product-collection__form-placeholder input:disabled,
.whalesite-product-collection__form-placeholder textarea:disabled,
.whalesite-product-collection__form-placeholder button:disabled {
	opacity: 1;
	cursor: default;
}

.whalesite-product-collection__form-placeholder > p {
	color: #777;
	font-size: 11px;
	line-height: 1.4;
}

.whalesite-product-collection__products {
	min-width: 0;
}

.whalesite-product-collection__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.whalesite-product-collection__product-card {
	min-width: 0;
}

.whalesite-product-collection__product-link {
	display: block;
	color: inherit;
}

.whalesite-product-collection__product-image {
	position: relative;
	height: 218px;
	border-radius: 8px;
	background: #f6f6f6;
	overflow: hidden;
}

.whalesite-product-collection__product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.whalesite-product-collection__product-link:hover .whalesite-product-collection__product-image img {
	transform: scale(1.035);
}

.whalesite-product-collection__product-title {
	margin: 12px 0 0;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.whalesite-product-collection__product-price {
	margin-top: 7px;
	color: #c90000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.whalesite-product-collection__empty {
	grid-column: 1 / -1;
	padding: 50px 24px;
	border: 1px dashed #d0d0d0;
	background: #fafafa;
	color: #666;
	text-align: center;
}

.whalesite-product-collection__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 42px;
}

.whalesite-product-collection__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 9px;
	border: 1px solid #dedede;
	border-radius: 3px;
	background: #fff;
	color: #c90000;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.whalesite-product-collection__pagination .page-numbers.current {
	border-color: #c90000;
	background: #c90000;
	color: #fff;
}

@media (max-width: 1024px) {
	.whalesite-product-collection__content {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.whalesite-product-collection__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.whalesite-product-collection__banner {
		min-height: 210px;
	}

	.whalesite-product-collection__banner-inner {
		padding: 36px 18px;
	}

	.whalesite-product-collection__banner-title {
		font-size: 30px;
	}

	.whalesite-product-collection__body {
		padding: 28px 18px 50px;
	}

	.whalesite-product-collection__content {
		grid-template-columns: 1fr !important;
	}

	.whalesite-product-collection__grid {
		grid-template-columns: 1fr;
	}

	.whalesite-product-collection__product-image {
		height: 260px;
	}
}

/* About Us Page */
.elementor-widget-whalesite_about_us_page {
	width: 100%;
}

.whalesite-about-page,
.whalesite-about-page *,
.whalesite-about-page *::before,
.whalesite-about-page *::after {
	box-sizing: border-box;
}

.whalesite-about-page {
	width: 100%;
	background: #fff;
	color: #333;
}

.whalesite-about-page a {
	text-decoration: none;
}

.whalesite-about-page__container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.whalesite-about-page__banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 260px;
	background-color: #3d444c;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.whalesite-about-page__banner-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(14, 20, 27, .62);
}

.whalesite-about-page__banner-inner {
	position: relative;
	z-index: 1;
	padding: 42px 24px;
}

.whalesite-about-page__banner-title {
	margin: 0;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

.whalesite-about-page__breadcrumb {
	background: #f5f5f5;
}

.whalesite-about-page__breadcrumb-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 13px 24px;
	font-size: 13px;
	line-height: 1.5;
}

.whalesite-about-page__breadcrumb a {
	color: #c90000;
}

.whalesite-about-page__breadcrumb-separator,
.whalesite-about-page__breadcrumb-current {
	color: #555;
}

.whalesite-about-page__profile {
	padding: 60px 24px;
	background: #fff;
}

.whalesite-about-page__profile-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 40px;
}

.whalesite-about-page__profile-media,
.whalesite-about-page__factory-media,
.whalesite-about-page__gallery-media {
	position: relative;
	min-width: 0;
}

.whalesite-about-page__profile-image,
.whalesite-about-page__factory-image,
.whalesite-about-page__gallery-image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.whalesite-about-page__profile-image {
	height: 380px;
	border-radius: 10px;
}

.whalesite-about-page__profile-heading {
	margin: 0 0 18px;
	color: #111;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.25;
}

.whalesite-about-page__profile-description,
.whalesite-about-page__factory-description {
	color: #555;
	font-size: 15px;
	line-height: 1.75;
}

.whalesite-about-page__profile-description > :first-child,
.whalesite-about-page__factory-description > :first-child {
	margin-top: 0;
}

.whalesite-about-page__profile-description > :last-child,
.whalesite-about-page__factory-description > :last-child {
	margin-bottom: 0;
}

.whalesite-about-page__stats {
	padding: 36px 24px;
	background: #f4f4f4;
}

.whalesite-about-page__stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.whalesite-about-page__stat-item {
	min-width: 0;
	text-align: center;
}

.whalesite-about-page__stat-number {
	margin: 0 0 8px;
	color: #111;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.1;
}

.whalesite-about-page__stat-label {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.whalesite-about-page__factory {
	padding: 60px 24px 70px;
	background: #fff;
}

.whalesite-about-page__factory-media {
	width: min(100%, 820px);
	margin: 0 auto 32px;
}

.whalesite-about-page__factory-image {
	height: 480px;
	border-radius: 10px;
}

.whalesite-about-page__factory-description {
	width: min(100%, 980px);
	margin: 0 auto;
}

.whalesite-about-page__advantages {
	padding: 60px 24px;
	background: #f4f4f4;
}

.whalesite-about-page__advantages-layout {
	display: grid;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1.5fr);
	align-items: start;
	gap: 60px;
}

.whalesite-about-page__advantages-heading {
	margin: 0;
	color: #111;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
}

.whalesite-about-page__advantages-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 42px;
}

.whalesite-about-page__advantage-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: start;
	gap: 15px;
	min-width: 0;
}

.whalesite-about-page__advantage-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #fff;
	color: #111;
}

.whalesite-about-page__advantage-icon i {
	font-size: 20px;
}

.whalesite-about-page__advantage-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.whalesite-about-page__advantage-title {
	margin: 0 0 8px;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.whalesite-about-page__advantage-description {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

.whalesite-about-page__gallery {
	padding: 65px 24px 80px;
	background: #fff;
}

.whalesite-about-page__gallery-heading {
	margin: 0 0 38px;
	color: #111;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.whalesite-about-page__gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: 14px;
}

.whalesite-about-page__gallery-item {
	min-width: 0;
}

.whalesite-about-page__gallery-link {
	display: block;
	color: inherit;
}

.whalesite-about-page__gallery-media {
	border-radius: 8px;
	overflow: hidden;
	background: #f3f3f3;
}

.whalesite-about-page__gallery-image {
	height: 190px;
	border-radius: 8px;
	transition: transform .35s ease;
}

.whalesite-about-page__gallery-link:hover .whalesite-about-page__gallery-image {
	transform: scale(1.035);
}

.whalesite-about-page__gallery-item-title {
	margin: 10px 0 0;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.whalesite-about-page__profile-grid {
		grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	}

	.whalesite-about-page__stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whalesite-about-page__advantages-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.whalesite-about-page__gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.whalesite-about-page__banner {
		min-height: 210px;
	}

	.whalesite-about-page__banner-inner,
	.whalesite-about-page__breadcrumb-inner,
	.whalesite-about-page__profile,
	.whalesite-about-page__stats,
	.whalesite-about-page__factory,
	.whalesite-about-page__advantages,
	.whalesite-about-page__gallery {
		padding-left: 18px;
		padding-right: 18px;
	}

	.whalesite-about-page__banner-title {
		font-size: 31px;
	}

	.whalesite-about-page__profile-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.whalesite-about-page__profile-image {
		height: 300px;
	}

	.whalesite-about-page__profile-heading {
		font-size: 26px;
	}

	.whalesite-about-page__stats-grid,
	.whalesite-about-page__advantages-grid,
	.whalesite-about-page__gallery-grid {
		grid-template-columns: 1fr;
	}

	.whalesite-about-page__stat-number {
		font-size: 34px;
	}

	.whalesite-about-page__factory-image {
		height: 300px;
	}

	.whalesite-about-page__advantages-heading,
	.whalesite-about-page__gallery-heading {
		font-size: 29px;
	}

	.whalesite-about-page__gallery-image {
		height: 260px;
	}
}

/* Blogs Page */
.elementor-widget-whalesite_blogs_page {
	width: 100%;
}

.whalesite-blogs-page,
.whalesite-blogs-page * {
	box-sizing: border-box;
}

.whalesite-blogs-page a {
	text-decoration: none;
}

.whalesite-blogs-page__banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 290px;
	background-color: #9d9d9d;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.whalesite-blogs-page__banner--placeholder {
	background-color: #a8a8a8;
}

.whalesite-blogs-page__banner-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #111;
	opacity: .45;
	pointer-events: none;
}

.whalesite-blogs-page__banner-inner,
.whalesite-blogs-page__breadcrumb-inner,
.whalesite-blogs-page__posts-inner {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}

.whalesite-blogs-page__banner-inner {
	position: relative;
	z-index: 2;
	padding: 30px 24px;
}

.whalesite-blogs-page__banner-title {
	margin: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
}

.whalesite-blogs-page__breadcrumb {
	padding: 14px 24px;
	background: #f3f1f1;
}

.whalesite-blogs-page__breadcrumb-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	color: #4e4e4e;
	font-size: 13px;
	line-height: 1.5;
}

.whalesite-blogs-page__breadcrumb-home {
	color: #c90000;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.whalesite-blogs-page__breadcrumb-home:hover {
	text-decoration: none;
}

.whalesite-blogs-page__breadcrumb-separator {
	color: #777;
}

.whalesite-blogs-page__content {
	padding: 48px 24px 80px;
	background: #fff;
}

.whalesite-blogs-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 18px;
	row-gap: 42px;
}

.whalesite-blogs-page__card {
	min-width: 0;
	margin: 0;
}

.whalesite-blogs-page__image {
	position: relative;
	display: block;
	height: 260px;
	border-radius: 10px;
	background: #eceff1;
	overflow: hidden;
}

.whalesite-blogs-page__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.whalesite-blogs-page__image:hover img {
	transform: scale(1.035);
}

.whalesite-blogs-page__card-body {
	padding-top: 14px;
}

.whalesite-blogs-page__title {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.whalesite-blogs-page__title a {
	color: #111;
	transition: color .2s ease;
}

.whalesite-blogs-page__title a:hover {
	color: #c90000;
}

.whalesite-blogs-page__date {
	margin: 0 0 12px;
	color: #777;
	font-size: 12px;
	line-height: 1.5;
}

.whalesite-blogs-page__excerpt {
	color: #626262;
	font-size: 13px;
	line-height: 1.55;
}

.whalesite-blogs-page__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 58px;
}

.whalesite-blogs-page__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	min-width: 38px;
	height: 38px;
	padding: 0 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #c90000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.whalesite-blogs-page__pagination a.page-numbers:hover,
.whalesite-blogs-page__pagination .page-numbers.current {
	border-color: #c90000;
	background: #c90000;
	color: #fff;
}

.whalesite-blogs-page__pagination .page-numbers.dots {
	cursor: default;
}

.whalesite-blogs-page__pagination .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.whalesite-blogs-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whalesite-blogs-page__banner-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.whalesite-blogs-page__banner {
		min-height: 210px;
	}

	.whalesite-blogs-page__banner-inner,
	.whalesite-blogs-page__breadcrumb,
	.whalesite-blogs-page__content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.whalesite-blogs-page__banner-title {
		font-size: 31px;
	}

	.whalesite-blogs-page__grid {
		grid-template-columns: 1fr;
		row-gap: 34px;
	}

	.whalesite-blogs-page__image {
		height: 250px;
	}

	.whalesite-blogs-page__pagination {
		margin-top: 42px;
	}
}

/* Contact Us Page */
.elementor-widget-whalesite_contact_us_page {
	width: 100%;
}

.whalesite-contact-page,
.whalesite-contact-page * {
	box-sizing: border-box;
}

.whalesite-contact-page a {
	text-decoration: none;
}

.whalesite-contact-page__banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 290px;
	background-color: #bcc2c9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.whalesite-contact-page__banner--placeholder {
	background-color: #aeb5be;
}

.whalesite-contact-page__banner-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: #263142;
	opacity: .38;
	pointer-events: none;
}

.whalesite-contact-page__banner-inner,
.whalesite-contact-page__breadcrumb-inner,
.whalesite-contact-page__content-inner {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}

.whalesite-contact-page__banner-inner {
	position: relative;
	z-index: 2;
	padding: 30px 24px;
}

.whalesite-contact-page__banner-title {
	margin: 0;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
}

.whalesite-contact-page__breadcrumb {
	padding: 14px 24px;
	background: #f3f1f1;
}

.whalesite-contact-page__breadcrumb-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	color: #555;
	font-size: 13px;
	line-height: 1.5;
}

.whalesite-contact-page__breadcrumb-home {
	color: #c90000;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.whalesite-contact-page__breadcrumb-home:hover {
	text-decoration: none;
}

.whalesite-contact-page__breadcrumb-separator {
	color: #777;
}

.whalesite-contact-page__content {
	padding: 70px 24px 80px;
	background: #fff;
}

.whalesite-contact-page__main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
	align-items: start;
	gap: 70px;
}

.whalesite-contact-page__info-heading,
.whalesite-contact-page__form-heading {
	position: relative;
	margin: 0 0 28px;
	padding-bottom: 16px;
	color: #111;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
}

.whalesite-contact-page__info-heading::after,
.whalesite-contact-page__form-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: #c90000;
}

.whalesite-contact-page__info-description {
	max-width: 660px;
	margin: 0 0 30px;
	color: #666;
	font-size: 15px;
	line-height: 1.65;
}

.whalesite-contact-page__info-description p {
	margin: 0;
}

.whalesite-contact-page__contact-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.whalesite-contact-page__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	min-width: 0;
}

.whalesite-contact-page__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	min-height: 24px;
	color: #c90000;
	font-size: 20px;
	line-height: 1;
}

.whalesite-contact-page__contact-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: #c90000;
}

.whalesite-contact-page__contact-text {
	min-width: 0;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.55;
	word-break: break-word;
}

.whalesite-contact-page__contact-text a {
	color: #c90000;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color .2s ease;
}

.whalesite-contact-page__socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.whalesite-contact-page__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #c90000;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	transition: transform .2s ease, background-color .2s ease;
}

.whalesite-contact-page__social-link:hover {
	transform: translateY(-2px);
	background: #111;
	color: #fff;
}

.whalesite-contact-page__social-link svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.whalesite-contact-page__form-panel {
	padding: 38px 34px;
	border-radius: 14px;
	background: #f5f5f5;
}

.whalesite-contact-page__form-heading {
	font-size: 30px;
	line-height: 1.15;
}

.whalesite-contact-page__form-content,
.whalesite-contact-page__preview-form {
	width: 100%;
}

.whalesite-contact-page__preview-form {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.whalesite-contact-page__form-panel input:not([type="submit"]),
.whalesite-contact-page__form-panel textarea,
.whalesite-contact-page__form-panel select {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 12px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	outline: none;
	background: #fff;
	color: #555;
	font: inherit;
	line-height: 1.4;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.whalesite-contact-page__form-panel textarea {
	min-height: 118px;
	resize: vertical;
}

.whalesite-contact-page__form-panel input:not([type="submit"]):focus,
.whalesite-contact-page__form-panel textarea:focus,
.whalesite-contact-page__form-panel select:focus {
	border-color: #c90000;
	box-shadow: 0 0 0 2px rgba(201, 0, 0, .08);
}

.whalesite-contact-page__form-panel input:disabled,
.whalesite-contact-page__form-panel textarea:disabled,
.whalesite-contact-page__form-panel button:disabled {
	opacity: 1;
	cursor: default;
}

.whalesite-contact-page__form-panel button,
.whalesite-contact-page__form-panel input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 42px;
	padding: 10px 24px;
	border: 0;
	border-radius: 999px;
	background: #c90000;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.whalesite-contact-page__form-panel button:hover,
.whalesite-contact-page__form-panel input[type="submit"]:hover {
	background: #a90000;
	transform: translateY(-1px);
}

.whalesite-contact-page__form-panel .wpcf7-form,
.whalesite-contact-page__form-panel .wpforms-form,
.whalesite-contact-page__form-panel .fluentform {
	margin: 0;
}

.whalesite-contact-page__form-panel .wpcf7-form p {
	margin: 0 0 13px;
}

@media (max-width: 1024px) {
	.whalesite-contact-page__main-grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .95fr);
		gap: 44px;
	}

	.whalesite-contact-page__banner-title {
		font-size: 36px;
	}

	.whalesite-contact-page__info-heading {
		font-size: 31px;
	}

	.whalesite-contact-page__form-heading {
		font-size: 27px;
	}
}

@media (max-width: 767px) {
	.whalesite-contact-page__banner {
		min-height: 210px;
	}

	.whalesite-contact-page__banner-inner,
	.whalesite-contact-page__breadcrumb,
	.whalesite-contact-page__content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.whalesite-contact-page__banner-title {
		font-size: 31px;
	}

	.whalesite-contact-page__content {
		padding-top: 52px;
		padding-bottom: 58px;
	}

	.whalesite-contact-page__main-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.whalesite-contact-page__info-heading,
	.whalesite-contact-page__form-heading {
		font-size: 27px;
	}

	.whalesite-contact-page__form-panel {
		padding: 28px 20px;
	}
}
