/*
Theme Name: Salecar
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
body {
	font-family: "SVN Biennale", system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4em;
}
.banner + .row:not(.row-collapse),
.banner-grid-wrapper + .row:not(.row-collapse),
.section + .row:not(.row-collapse),
.slider-wrapper + .row:not(.row-collapse) {
	margin-top: 24px;
}

.section-title {
	margin: 0;
}
h1,
.banner h1 {
	font-size: clamp(32px, 4vw, 48px);
}

h2 {
	/* Mobile 28px → Desktop 48px */
	font-size: 28px;
}

h3 {
	/* 20 → 28 */
	font-size: 24px;
}

h4 {
	/* 18 → 22 */
	font-size: 20px;
}

h5 {
	/* 16 → 18 */
	font-size: 18px;
}

h6 {
	/* 14 → 16 */
	font-size: 16px;
}

.home-section {
	padding-block: 80px;
	position: relative;
}

b,
strong {
	font-weight: 700 !important;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
	max-width: 1304px !important;
}

.button:not(.edit-block-button):not(add-button) {
	padding: 12px 24px;
	line-height: 24px;
	height: unset;
	font-size: 16px;
	font-weight: 400;
	border: none;
}
.button.is-small:not(.edit-block-button):not(add-button) {
	padding: 8px 16px;
	line-height: 24px;
	font-size: 14px;
}

.col,
.columns,
.gallery-item {
	padding: 0 12px 24px;
}

.container .row:not(.row-collapse),
.lightbox-content .row:not(.row-collapse),
.row .gallery,
.row .row:not(.row-collapse) {
	margin-left: -12px;
	margin-right: -12px;
}

.banner-section {
	padding-block: 0;
}

.s-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-block: 10px 6px;
	margin-bottom: 15px;
}

.s-subtitle:before,
.s-subtitle:after {
	content: "";
	width: 50%;
	height: 1px;
	background-color: var(--fs-color-primary);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.s-subtitle:after {
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
}

.s-title {
	font-size: 48px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 24px;
}

.s-desc {
	font-size: 16px;
	line-height: normal;
	margin: 0 auto;
	max-width: 846px;
}

/** PRODUCT CATEGORY LIST SECTION **/
.product-cat-list {
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.product-cat-list .product-cat-item a {
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-cat-item img {
	height: 68px;
}

/** DỰ ÁN NỔI BẬT **/
.featured-projects-section {
	background-color: #f3f5f8;
}
.single-product .featured-projects-section {
	background-color: transparent;
	padding-block: 80px;
}

.featured-projects-section .post-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}

.post-link {
	display: flex;
	align-items: stretch;
	color: inherit;
	background-color: #fff;
}

.post-thumb {
	flex: 0 0 49%;
	max-width: 306px;
}

.post-thumb img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.post-card--vertical .post-thumb img {
	aspect-ratio: 411 / 275;
}

.post-meta {
	flex: 1;
	padding: 24px;
	transition: all 0.3s;
}

.post-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s;
}

.post-excerpt {
	font-size: 16px;
	margin: 0;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fp-more {
	margin-top: 40px;
}

.fp-more .button {
	margin: 0;
}

.post-card {
	transition: all 0.3s;
}

/* Item variants */
.post-card--vertical .post-meta {
	background-color: #f2f2f2;
	text-align: center;
}

.post-card--vertical .post-link {
	flex-direction: column;
	height: 100%;
}

.post-card--vertical .post-thumb {
	flex: 0 0 auto;
	max-width: 100%;
}

.post-card--vertical .post-excerpt {
	-webkit-line-clamp: 3;
}

.post-card--vertical .post-title {
	margin-bottom: 8px;
}

.post-card:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-top: -4px;
	margin-bottom: 4px;
}

.post-card:hover .post-meta {
	background-color: var(--fs-color-primary);
	color: #fff;
}

.post-card:hover .post-title {
	color: #fff;
}

/** WHY SECTION **/
.why-items {
	display: flex;
	flex-direction: column;
	gap: 58px;
}

.why-item {
	display: flex;
	gap: 24px;
}

.why-item .icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: var(--fs-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
}

.icon-wrapper svg {
	display: block;
}

.why-item .content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	line-height: normal;
}

.why-item .content .title {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
}

.why-item .content .desc {
	font-size: 16px;
	margin: 0;
}

.why-section .section-image {
	position: relative;
	margin-left: -17vw;
}

.why-section .section-image img {
	width: 100%;
	margin-bottom: -80px;
}

.why-section .s-title {
	margin-bottom: 40px;
}

.why-section .col.col-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
}

.section-divider {
	height: 4px;
	width: 100%;
	background: linear-gradient(
		90deg,
		var(--fs-color-primary) 0%,
		#222222 100%
	);
}

.section-divider--reverse {
	background: linear-gradient(
		90deg,
		#222222 0%,
		var(--fs-color-primary) 100%
	);
}

/** FEATURED VIDEOS SECTION **/
.featured-videos-section .section-header {
	margin-bottom: 40px;
}

.featured-videos-section .s-title {
	margin-bottom: 0;
}

.featured-videos-section .post-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.featured-videos-section .post-list-wrapper {
	margin-top: 24px;
}

/** CTA SECTION **/
.cta-block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 380px;
	padding-block: 74px;
	padding-inline: 5.9vw;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cta-block-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.cta-block-content .title {
	font-size: 40px;
	line-height: 1.2em;
	margin: 0;
}

.cta-block-content .button-wrapper .button {
	margin: 0;
}

/** HEADER **/
.header-wrapper {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.header-search-form-wrapper .flex-row .flex-col {
	padding: 0;
}

.header-search-form-wrapper input.search-field {
	border-radius: 0;
	border-color: var(--fs-color-primary);
	font-size: 16px;
	height: 56px;
	padding: 0 16px;
	background-color: #fdf0f1;
}

.header-search-form-wrapper input.search-field::placeholder {
	color: #000;
	font-style: italic;
}

.header-search-form-wrapper
	.searchform-wrapper.form-flat
	.flex-col:last-of-type {
	margin: 0;
}

.header-search-form-wrapper .searchform .submit-button {
	position: absolute;
	right: 16px;
	width: 24px;
	height: 24px;
	top: 16px;
	padding: 0;
	min-height: unset;
	min-width: unset;
}

.header-nav-main.nav-left {
	justify-content: center;
}

.header-nav-main.nav-left .header-search-form {
	max-width: 461px;
}

.logo-left .logo {
	margin-right: 0;
}

.header-nav-main.nav-right {
	gap: 32px;
}

.header-nav-main.nav-right > li.menu-item {
	margin: 0;
}

.header-nav-main.nav-right > li.menu-item > a {
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.nav > li > a {
	font-size: 1rem;
}

/** FOOTER **/
.absolute-footer {
	display: none !important;
}

.footer-logo {
	margin: 0 !important;
}

.footer-logo img {
	max-width: 301px;
}

.icon-box-img svg,
.icon-box-img svg path {
	fill: none;
	padding: 0;
}

.info-box svg {
	display: block;
}

.info-box .icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--fs-color-primary);
	color: #fff;
	border-radius: 50%;
}

.info-box {
	font-size: 16px;
	line-height: 24px;
}

.info-box h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
}

.info-box ul li {
	margin-bottom: 0;
}

.footer-col-title {
	text-transform: uppercase;
}

.footer-col-title h4 {
	margin: 0;
	font-size: 20px;
	line-height: normal;
}

.footer-section .section-bg img {
	object-fit: none;
}

.footer-folow-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: var(--fs-color-primary);
	color: #fff;
	border-radius: 50%;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-menu .ux-menu-link__link {
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	border: none !important;
	min-height: unset;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.footer-menu .ux-menu-link__link:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(./images/chevrons-right.svg) no-repeat center center;
}

/** ABOUT US **/
.about-us .about-us-wrap-service img {
	width: 49px;
	height: 49px;
}

.about-us .about-us-title {
	margin-top: 90px;
	margin-bottom: 33px;
}

.about-us .about-us-wrap-process .about-us-process .title {
	margin-bottom: 30px;
}

.about-us .about-us-wrap-process .about-us-process .des {
	margin-bottom: 50px;
	font-size: 16px;
}

.about-us .about-us-wrap-process .about-us-process .process-title {
	display: flex;
	justify-content: space-between;
}

.about-us .about-us-wrap-process .about-us-process .process-title label,
.about-us .about-us-wrap-process .about-us-process .process-title span {
	font-size: 16px;
	font-weight: 400;
}

progress {
	color: #e71d27;
}

.about-us .about-us-wrap-process .about-us-process .process-bar {
	width: 100%;
	height: 12px;
	border-radius: 0px;
	background-color: #e71d27;
	position: relative;
	margin-bottom: 15px;
}

/* Nền */
progress::-webkit-progress-bar {
	background-color: #eee;
}

/* Thanh chạy */
progress::-webkit-progress-value {
	background-color: var(--fs-color-primary);
}

/* Firefox */
progress::-moz-progress-bar {
	background-color: var(--fs-color-primary);
}

.about-us .about-us-accordion .accordion-item {
	background: #f5f5f5;
	margin-bottom: 15px;
	padding: 10px 20px;
}

.about-us .about-us-accordion .accordion-item .accordion-title {
	border-top: none;
	padding-left: 10px;
	padding-right: 30px;
	background: transparent;
}

.about-us .about-us-accordion .toggle {
	right: 0px;
	left: inherit;
}

.about-us .about-us-accordion .accordion-item .accordion-inner {
	padding-left: 12px;
}

.about-us .about-us-accordion .accordion-item .accordion-inner p {
	font-size: 16px;
	font-weight: 400;
}

/** PRODUCT CATEGORIES WIDGET **/
.widget_product_categories {
	background-color: #f2f2f2;
}

.widget_product_categories .is-divider {
	display: none;
}

.widget_product_categories.widget .widget-title {
	display: block;
	padding: 24px;
	background-color: #2c2d2d;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
}

.widget_product_categories.widget .toggle {
	width: 24px;
	height: 24px;
	border: none;
	margin: 0;
	position: relative;
	opacity: 1;
}

.widget_product_categories.widget ul ul .toggle {
	width: 16px;
	height: 16px;
	top: -1px;
	margin-left: 4px;
}

.widget_product_categories.widget > ul > li.has-child {
	align-items: flex-start;
}

.widget_product_categories.widget > ul > li > .toggle {
	top: 14px;
}

.active > .toggle {
	transform: none !important;
}

.widget .toggle i {
	top: 0;
	font-size: 24px;
	line-height: 24px;
	display: block;
	width: 100%;
	transform: rotate(-90deg);
}

.widget_product_categories.widget ul ul .toggle i {
	font-size: 16px;
	line-height: 16px;
}

.active > .toggle i {
	transform: rotate(0deg);
}

.widget_product_categories.widget li {
	position: relative;
	padding: 0 24px;
	column-gap: 8px;
}

.widget_product_categories.widget ul li a {
	padding: 0;
	font-size: 14px;
	padding: 16px 0;
	line-height: normal;
}

.widget > ul > li + li,
ul.menu > li + li {
	border: none;
}

.widget_product_categories.widget > ul > li.active {
	padding-bottom: 16px;
	background-color: #fbeaec;
}

.widget_product_categories.widget > ul > li.active > a {
	padding-bottom: 8px;
}

.widget_product_categories.widget ul ul,
ul.menu > li ul {
	padding: 0;
	border: 0;
	margin: 0;
}

.widget_product_categories.widget ul ul {
	padding-left: 8px;
}

.widget_product_categories.widget ul ul li {
	padding: 0;
}

.widget_product_categories.widget ul ul li a {
	padding: 8px 0;
}

.off-canvas #shop-sidebar {
	padding: 0;
}

.off-canvas .sidebar-inner .widget:last-child {
	margin-bottom: 0;
}

.widget .current-cat > a,
.widget li.active > a {
	color: var(--fs-color-primary);
	font-weight: bold;
	text-decoration: underline;
}

.products.row {
	margin: 0 !important;
}
.products.row.large-columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.product-category img {
	max-height: 147px;
	object-fit: scale-down;
	width: auto;
}
.product-category.level-1 img {
	max-height: 120px;
}
.product-category a {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s;
}
.product-category a:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.product-category .cat-thumb {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 12px;
}
.product-category h3 {
	line-height: 1.5em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: #f2f2f2;
	padding: 16px;
	margin: 0;
	transition: all 0.3s;
}
.product-category a:hover h3 {
	background-color: var(--fs-color-primary);
	color: #fff;
}
.category-page-title .page-title-inner {
	min-height: 362px;
	padding-inline: 12px;
}
h1.shop-page-title {
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1.415em;
	margin: 0;
}
.rank-math-breadcrumb p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.rank-math-breadcrumb .separator {
	opacity: 1;
	margin: 0 8px;
}

.products:after {
	display: none;
}
.products .product-small.col {
	max-width: 100%;
	flex-basis: 100%;
	padding: 0;
}
.product-small {
	transition: all 0.3s;
}
.product-small .box-text {
	padding: 16px;
	background: #f2f2f2;
	transition: all 0.3s;
}
.product-small .product-title {
	margin: 0;
}
.product-small .product-title a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0;
	transition: all 0.3s;
}
.product-small .product-small:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.product-small:hover .product-small .box-text {
	background: var(--fs-color-primary);
	color: #fff;
}
.product-small:hover .product-title a {
	color: #fff;
}
.page-numbers.nav-pagination {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
.page-numbers.nav-pagination li {
	margin: 0;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
	font-size: 13px;
	font-weight: 600;
	height: 32px;
	width: 32px;
	line-height: unset;
	min-width: unset;
	padding: 0;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-pagination span.page-number.dots {
	border: none;
}
.nav-pagination span.page-number.dots:hover {
	background-color: transparent;
	color: #000;
}
.woocommerce-pagination {
	margin-top: 24px;
}
.category-page-row {
	padding-block: 80px 56px;
}
.sidebar-inner .widget:last-child {
	margin: 0;
}

.woocommerce-tabs .nav-tabs > li > a {
	padding: 12px 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
	border: none;
	background: #fff;
}
.woocommerce-tabs .nav-tabs > li.active > a,
.woocommerce-tabs .nav-tabs > li > a:hover {
	color: #fff;
	background-color: var(--fs-color-primary);
}
.woocommerce-tabs .nav-tabs + .tab-panels {
	background-color: #f3f5f8;
	border: none;
	padding: 24px;
}
.woocommerce-tabs.tabbed-content .nav-tabs > li {
	margin: 0 4px 0 0;
}
.product-info .product-title {
	text-transform: uppercase;
}
.product-info .is-divider {
	display: none;
}
.product-info .product-short-description {
	margin-top: 40px;
	font-size: 16px;
	line-height: normal;
}
.catalog-product-text {
	padding: 0;
	margin-top: 40px;
}
.mf-cf7-button-wrapper .button {
	width: 100%;
	margin: 0;
	padding: 10px 24px;
	line-height: 20px;
	font-size: 16px;
	background: var(--fs-color-primary);
	color: #fff;
	display: inline-block;
	text-align: center;
}
.mf-cf7-button-wrapper .button strong {
	line-height: 24px;
}

.mf-contact-btn .desc {
	display: block;
	line-height: 20px;
	margin-top: 6px;
}
.mf-cf7-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	padding: 0 24px;
}
.mf-cf7-modal.is-open {
	display: block;
}
.mf-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}
.mf-modal-dialog {
	padding-block: 80px;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
	padding-inline: 32px;
	top: 50%;
	transform: translateY(-50%);
	max-height: 100%;
	overflow: auto;
}

.mf-modal-title {
	text-align: center;
	margin-bottom: 24px;
}
.mf-modal-close {
	position: absolute;
	right: 16px;
	top: 16px;
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	line-height: unset;
	min-height: unset;
}
.mf-modal-open {
	overflow: hidden;
}
.product-gallery-slider img,
.product-thumbnails img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.product-images {
	margin: 0 !important;
}
.product-thumbnails {
	margin-top: 24px;
}
.single-product .page-title {
	background: #fbeaec;
}
.single-product .page-title .page-title-inner {
	padding-top: 16px;
	padding-bottom: 16px;
	min-height: unset;
}
.breadcrumbs a {
	color: #000;
}
.product-main {
	padding-block: 40px 80px;
}
.product-footer .woocommerce-tabs {
	padding: 0;
	border: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	margin: 0;
	border: 1px solid var(--fs-color-primary);
	background-color: #f1f1f1;
	min-height: unset;
	line-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 45%;
	left: 5px;
	color: var(--fs-color-primary);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.owl-carousel .owl-nav button.owl-next {
	right: 5px;
	left: auto;
}
.owl-carousel.project-posts-slider:hover .owl-nav button.owl-prev,
.owl-carousel.project-posts-slider:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: 1;
}
.owl-carousel.project-posts-slider:hover .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel.project-posts-slider:hover .owl-nav button.owl-next {
	right: 0;
	left: auto;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	border-color: var(--fs-color-primary);
	background-color: var(--fs-color-primary);
	color: #fff;
}
.owl-nav svg {
	display: block;
	width: 20px;
}
.archive-page-header h1 {
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1.415em;
	margin: 0;
}
.blog-wrapper {
	padding-block: 80px 56px;
}
.product-page-title .flex-col {
	padding: 0;
}
.mf-modal-content {
	max-width: 1062px;
	margin: 0 auto;
}
.mf-modal-content form {
	margin: 0;
}
.form-contact {
	text-align: center;
}
.form-contact .form-row {
	display: flex;
	column-gap: 24px;
}
.form-contact .form-group {
	margin-bottom: 24px;
	flex: 1;
}
.form-contact .wpcf7-form-control:not(.wpcf7-submit) {
	border-color: #000;
	background-color: #f3f5f8;
	border-radius: 0;
	color: #000;
}
.form-contact .wpcf7-submit {
	margin: 0 auto;
}
.form-contact .wpcf7-form-control-wrap {
	margin-bottom: 0;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
	color: #000;
}

body.mf-modal-open {
	overflow: hidden;
	top: 0;
}

.off-canvas .sidebar-menu {
	padding: 0;
}
.off-canvas .nav-vertical > li > a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}
.off-canvas .header-search-form-wrapper input.search-field {
	height: 44px;
}
.off-canvas .header-search-form-wrapper .searchform .submit-button {
	top: 10px;
	right: 10px;
}

.post-list-wrapper {
	margin-top: 24px;
}

.section-team .column-row .box-image {
	border-radius: 999px;
}
.section-team .stack-item-custom {
	gap: 10px;
	justify-content: center;
}
.section-team .stack-item-custom .img {
	width: 40px !important;
	height: 40px;
}
.section-team .stack-item-custom .img img {
	border-radius: 99px;
}
.support .nav-vertical {
	width: 24%;
}
.support .nav-vertical + .tab-panels {
	border-left: none;
}
.support .tab-panels {
	margin-left: 60px;
}

@media (min-width: 850px) {
	.admin-bar .mf-modal-dialog {
		transform: translateY(calc(-50% + 16px));
	}
}
@media (max-width: 849px) {
	.mf-modal-dialog {
		padding-block: 48px;
		padding-inline: 24px;
	}

	.single-product .featured-projects-section {
		padding-block: 48px;
	}
	.product-main {
		padding-block: 24px 48px;
	}
	.category-page-title .page-title-inner {
		min-height: 200px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.home-section:not(.banner-section) {
		padding-block: 48px;
	}

	.s-title,
	.archive-page-header h1,
	h1.shop-page-title {
		font-size: 36px;
	}

	.featured-projects.grid {
		grid-template-columns: 1fr;
	}

	.post-link {
		flex-direction: column;
	}

	.why-section .col.col-left {
		gap: 24px;
	}

	.product-cat-item img {
		height: 48px;
	}

	.post-thumb {
		flex: 1;
		max-width: unset;
	}

	.post-meta {
		text-align: center;
	}

	.post-thumb img {
		aspect-ratio: 411 / 275;
	}

	.section-header {
		text-align: center;
	}

	.why-section .s-title {
		margin-bottom: 24px;
	}

	.featured-videos-section .post-list {
		grid-template-columns: 1fr 1fr;
	}

	.post-title {
		margin-bottom: 8px;
	}

	.post-excerpt {
		-webkit-line-clamp: 3;
	}

	.featured-videos-section .section-header {
		margin-bottom: 24px;
	}

	.cta-block {
		padding-block: 36px;
		padding-inline: 36px;
		min-height: unset;
	}

	.cta-block-content .title {
		font-size: 32px;
	}

	.fp-more {
		margin-top: 24px;
	}

	.category-page-row {
		padding-block: 48px 24px;
	}
	.products.row.medium-columns-2 {
		grid-template-columns: 1fr 1fr;
	}
	.blog-wrapper {
		padding-block: 48px 24px;
	}

	.product-info {
		margin-top: 24px;
	}
	.product-info .product-short-description {
		margin-top: 24px;
	}
	h1 {
		font-size: 28px;
	}
}

@media (max-width: 549px) {
	.mf-cf7-modal {
		padding: 16px;
	}
	.mf-modal-dialog {
		padding-block: 24px;
		padding-inline: 24px;
	}
	.single-product .featured-projects-section {
		padding-block: 32px;
	}
	.product-main {
		padding-block: 32px;
	}
	.woocommerce-tabs .nav-tabs + .tab-panels {
		padding: 16px;
	}
	.category-page-row {
		padding-block: 32px 8px;
	}
	.home-section:not(.banner-section) {
		padding-block: 32px;
	}

	.s-title,
	.archive-page-header h1,
	h1.shop-page-title {
		font-size: 28px;
	}

	.product-cat-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.product-cat-item img {
		height: 36px;
	}

	.cta-block-content {
		gap: 24px;
	}

	.cta-block {
		padding-block: 24px;
		padding-inline: 24px;
	}

	.cta-block-content .title {
		font-size: 24px;
	}

	#logo img {
		padding: 12px 0 !important;
	}

	header .stuck .header-main {
		height: 70px !important;
	}

	header .stuck #logo img {
		max-height: 70px !important;
	}

	.products.row.small-columns-1 {
		grid-template-columns: 1fr;
	}
	.blog-wrapper {
		padding-block: 32px 8px;
	}

	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
}

@media (max-width: 425px) {
	.featured-projects-section .post-list,
	.featured-videos-section .post-list {
		grid-template-columns: 1fr;
	}
}
