:root {
	--ass-green: #013328;
	--ass-green-2: #02412f;
	--ass-green-3: #0a5344;
	--ass-green-4: #136b57;
	--ass-red: #f5342c;
	--ass-coral: #fb6b5c;
	--ass-orange: #fd4916;
	--ass-gold: #c99a2e;
	--ass-cream: #f6f0ee;
	--ass-blush: #fdf5f4;
	--ass-paper: #fffaf8;
	--ass-ink: #18302b;
	--ass-muted: #61706b;
	--ass-shadow: 0 18px 46px rgba( 1, 51, 40, 0.11 );
}

.ass-sunny-home {
	margin: 0;
	overflow-x: hidden;
	background: #fff;
	color: var(--ass-ink);
	font-family: "Figtree", Arial, sans-serif;
}

.ass-sunny-home .elementor-widget-text-editor,
.ass-sunny-home .elementor-widget-button,
.ass-sunny-home .elementor-widget-icon-list,
.ass-sunny-home .elementor-widget-testimonial,
.ass-sunny-home .directorist-content-active {
	font-family: "Figtree", Arial, sans-serif;
}

.ass-sunny-home h1,
.ass-sunny-home h2,
.ass-sunny-home h3,
.ass-sunny-home .elementor-heading-title {
	font-family: "Playfair Display", Georgia, serif;
}

.ass-sunny-home a,
.ass-sunny-home button {
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ass-sunny-home .elementor-button:hover,
.ass-sunny-home .ass-category-card:hover,
.ass-sunny-home .ddls-slider__button:hover {
	transform: translateY( -2px );
}

.ass-home-header {
	position: sticky !important;
	top: 0;
	z-index: 999;
	background: rgba( 255, 255, 255, 0.97 );
	box-shadow: 0 1px 0 rgba( 1, 51, 40, 0.08 );
	backdrop-filter: blur( 14px );
}

.ass-home-header > .elementor-container {
	min-height: 86px;
	max-width: 1440px !important;
	padding: 0 36px;
	align-items: center;
}

.ass-header-logo img {
	width: 86px !important;
	height: 70px !important;
	object-fit: contain;
}

.ass-header-nav > .elementor-widget-wrap,
.ass-header-actions > .elementor-widget-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex-wrap: nowrap;
}

.ass-header-actions > .elementor-widget-wrap {
	justify-content: flex-end;
	gap: 10px;
}

.ass-nav-link,
.ass-header-actions .elementor-widget-button {
	width: auto !important;
	margin: 0 !important;
}

.ass-nav-link .elementor-button {
	padding: 12px 13px !important;
	background: transparent !important;
	color: var(--ass-green) !important;
	font-size: 14px;
	font-family: "Figtree", Arial, sans-serif !important;
	font-weight: 600;
	box-shadow: none !important;
}

.ass-nav-link.is-active .elementor-button,
.ass-nav-link .elementor-button:hover {
	color: var(--ass-red) !important;
}

.ass-btn-signin .elementor-button,
.ass-btn-add .elementor-button,
.ass-nav-toggle .elementor-button {
	min-height: 44px;
	border-radius: 999px !important;
	font-size: 13px;
	font-family: "Figtree", Arial, sans-serif !important;
	font-weight: 700;
}

.ass-btn-signin .elementor-button {
	padding: 13px 17px !important;
	border: 1px solid rgba( 1, 51, 40, 0.2 );
	background: #fff !important;
	color: var(--ass-green) !important;
}

.ass-btn-add .elementor-button {
	padding: 13px 19px !important;
	background: var(--ass-red) !important;
	color: #fff !important;
}

.ass-nav-toggle {
	display: none;
}

.ass-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient( 115deg, #f9f3f0 0%, #fff8f4 52%, #fff 52% );
}

.ass-hero > .elementor-container {
	max-width: 1440px !important;
	min-height: 620px;
	align-items: stretch;
}

.ass-hero-copy > .elementor-widget-wrap {
	align-content: center;
	padding: 62px 34px 68px 86px !important;
}

.ass-hero-script .elementor-heading-title {
	margin: 0 0 -8px;
	color: var(--ass-red);
	font-family: "Dancing Script", cursive !important;
	font-size: clamp( 54px, 5.6vw, 88px );
	font-weight: 700;
	line-height: 0.92;
	transform: rotate( -5deg );
	transform-origin: left center;
}

.ass-hero-title .elementor-heading-title {
	max-width: 630px;
	margin: 0;
	color: var(--ass-green);
	font-size: clamp( 48px, 5vw, 76px );
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -2.2px;
}

.ass-hero-heart {
	position: absolute !important;
	right: 5%;
	top: 53%;
	width: auto !important;
}

.ass-hero-heart .elementor-icon {
	color: var(--ass-red);
	font-size: 33px;
}

.ass-hero-subcopy {
	max-width: 520px;
	margin-top: 26px;
	color: #455851;
	font-size: 18px;
	line-height: 1.58;
}

.ass-hero-image > .elementor-widget-wrap {
	padding: 0 !important;
	background: var(--ass-green);
	clip-path: ellipse( 86% 108% at 86% 50% );
}

.ass-hero-image .elementor-widget-image,
.ass-hero-image .elementor-widget-container,
.ass-hero-image img {
	width: 100%;
	height: 100%;
}

.ass-hero-image img {
	min-height: 620px;
	object-fit: cover;
	object-position: 56% center;
}

.ass-section,
.ass-category-section,
.ass-featured-section,
.ass-events-section,
.ass-testimonials-section {
	padding: 90px 36px;
}

.ass-section > .elementor-container,
.ass-category-section > .elementor-container,
.ass-featured-section > .elementor-container,
.ass-events-section > .elementor-container,
.ass-testimonials-section > .elementor-container {
	max-width: 1220px !important;
}

.ass-ask-section {
	padding-top: 82px;
	padding-bottom: 44px;
	background: #fff;
}

.ass-ask-card > .elementor-widget-wrap {
	position: relative;
	overflow: hidden;
	min-height: 450px;
	padding: 66px 70px 54px 41% !important;
	border-radius: 30px;
	background: linear-gradient( 135deg, #fdebea 0%, #fff6f2 100% );
	box-shadow: var(--ass-shadow);
}

.ass-sunny-mascot {
	position: absolute !important;
	left: 3.5%;
	bottom: 0;
	width: 34% !important;
}

.ass-sunny-mascot img {
	max-height: 390px;
	width: auto;
	object-fit: contain;
}

.ass-ask-title .elementor-heading-title {
	color: var(--ass-red);
	font-family: "Dancing Script", cursive !important;
	font-size: clamp( 54px, 6vw, 84px );
	line-height: 0.95;
}

.ass-ask-tagline {
	margin: 2px 0 22px;
	color: var(--ass-green);
	font-size: 19px;
	font-weight: 600;
}

.ass-faux-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 10px 10px 10px 22px;
	border: 1px solid rgba( 1, 51, 40, 0.12 );
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 30px rgba( 1, 51, 40, 0.08 );
	color: #7a8581;
	font-size: 15px;
}

.ass-faux-input__icon {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border-radius: 50%;
	background: var(--ass-red);
	color: #fff;
	font-size: 24px;
}

.ass-chip-label {
	margin-top: 22px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ass-green);
}

.ass-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.ass-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 13px;
	border: 1px solid rgba( 245, 52, 44, 0.16 );
	border-radius: 999px;
	background: rgba( 255, 255, 255, 0.83 );
	color: #5d504d;
	font-size: 12px;
	font-weight: 600;
}

.ass-search-section {
	padding-top: 46px;
	padding-bottom: 42px;
}

.ass-search-shell > .elementor-widget-wrap {
	padding: 28px 30px 30px !important;
	border-radius: 25px;
	background: var(--ass-green);
	box-shadow: 0 20px 48px rgba( 1, 51, 40, 0.18 );
}

.ass-search-shell .directorist-search-contents,
.ass-search-shell .directorist-search-form-wrap,
.ass-search-shell .directorist-search-form-box {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ass-search-shell .directorist-search-contents__title,
.ass-search-shell .directorist-search-contents__subtitle,
.ass-search-shell .directorist-search-top {
	display: none !important;
}

.ass-search-shell .directorist-search-top,
.ass-search-shell .directorist-search-form-action {
	color: #fff;
}

.ass-search-shell .directorist-listing-type-selection,
.ass-search-shell .directorist-search-form-nav {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin: 0 0 22px !important;
}

.ass-search-shell .directorist-listing-type-selection__link,
.ass-search-shell .directorist-listing-type-selection__link--current,
.ass-search-shell a.search_listing_types,
.ass-search-shell .directorist-search-form-nav__label {
	padding: 9px 20px !important;
	border-radius: 999px !important;
	background: rgba( 255, 255, 255, 0.12 ) !important;
	color: #fff !important;
	font-weight: 700;
}

.ass-search-shell .directorist-listing-type-selection__link.active,
.ass-search-shell .directorist-listing-type-selection__link--current,
.ass-search-shell .directorist-search-form-nav__label.active {
	background: #fff !important;
	color: var(--ass-green) !important;
}

.ass-search-shell .directorist-listing-type-selection .directorist-icon-mask {
	display: none !important;
}

.ass-search-shell .directorist-search-form__box {
	display: grid !important;
	grid-template-columns: minmax( 0, 1fr ) auto;
	gap: 10px;
	align-items: center;
}

.ass-search-shell .directorist-search-form-top,
.ass-search-shell .directorist-advanced-filter {
	width: 100%;
}

.ass-search-shell .directorist-advanced-filter {
	display: grid !important;
	grid-template-columns: 1.45fr 1fr 1fr;
	gap: 10px;
}

.ass-search-shell .directorist-search-form-action {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ass-search-shell .directorist-search-field,
.ass-search-shell .directorist-search-form__box,
.ass-search-shell .directorist-search-form__input,
.ass-search-shell .directorist-form-group {
	margin: 0 !important;
}

.ass-search-shell .directorist-search-query {
	position: relative;
}

.ass-search-shell .directorist-search-query .directorist-search-field__label {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	min-height: auto !important;
	transform: translateY( -50% );
	background: transparent !important;
	color: #78847f !important;
	pointer-events: none;
}

.ass-search-shell .directorist-search-query:focus-within .directorist-search-field__label {
	opacity: 0;
}

.ass-search-shell .directorist-search-query input {
	padding: 0 20px !important;
}

.ass-search-shell input,
.ass-search-shell select,
.ass-search-shell .select2-selection,
.ass-search-shell .directorist-search-field__label,
.ass-search-shell .directorist-search-field__input {
	min-height: 54px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: #fff !important;
	box-shadow: none !important;
}

.ass-search-shell .directorist-btn,
.ass-search-shell button[type="submit"] {
	min-height: 54px;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: var(--ass-red) !important;
	color: #fff !important;
	font-weight: 700;
}

.ass-search-shell .directorist-filter-btn {
	border: 1px solid rgba( 255, 255, 255, 0.8 ) !important;
	background: #fff !important;
	color: var(--ass-green) !important;
}

.ass-search-shell .directorist-popular-category {
	display: none !important;
}

.ass-category-section {
	padding-top: 38px;
	padding-bottom: 82px;
	background: #fff;
}

.ass-category-slider__stage,
.ddls-slider__stage {
	position: relative;
}

.ass-category-slider__viewport,
.ddls-slider__viewport {
	overflow: hidden;
}

.ass-category-card {
	display: flex;
	min-height: 202px;
	padding: 18px 13px 16px;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 12px;
	border: 1px solid rgba( 1, 51, 40, 0.08 );
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 28px rgba( 1, 51, 40, 0.08 );
	text-align: center;
	text-decoration: none !important;
}

.ass-category-card:hover {
	border-color: rgba( 245, 52, 44, 0.28 );
	box-shadow: 0 17px 34px rgba( 1, 51, 40, 0.13 );
}

.ass-category-card__image {
	display: grid;
	width: 118px;
	height: 118px;
	place-items: center;
	border-radius: 18px;
	background: var(--ass-blush);
}

.ass-category-card__image img {
	width: 104px;
	height: 104px;
	object-fit: contain;
}

.ass-category-card__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.ass-category-slider__nav,
.ddls-slider__nav {
	position: absolute;
	top: 48%;
	z-index: 4;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	transform: translateY( -50% );
	border: 1px solid rgba( 1, 51, 40, 0.13 );
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 9px 25px rgba( 1, 51, 40, 0.13 );
	color: var(--ass-green);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.ass-category-slider__nav--prev,
.ddls-slider__nav--prev {
	left: -22px;
}

.ass-category-slider__nav--next,
.ddls-slider__nav--next {
	right: -22px;
}

.ass-category-slider__nav:hover,
.ddls-slider__nav:hover {
	border-color: var(--ass-red);
	background: var(--ass-red);
	color: #fff;
}

.ass-category-slider__pagination,
.ddls-slider__pagination {
	display: flex;
	justify-content: center;
	gap: 7px;
	min-height: 10px;
	margin-top: 24px;
}

.ass-category-slider__pagination .swiper-pagination-bullet,
.ddls-slider__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	background: rgba( 1, 51, 40, 0.24 );
	opacity: 1;
}

.ass-category-slider__pagination .swiper-pagination-bullet-active,
.ddls-slider__pagination .swiper-pagination-bullet-active {
	width: 24px;
	border-radius: 8px;
	background: var(--ass-red);
}

.ass-featured-section {
	background: var(--ass-cream);
}

.ass-events-section {
	background: #fff;
}

.ass-featured-section .ddls-slider__header,
.ass-events-section .ddls-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px;
	padding: 0;
	background: transparent !important;
}

.ass-featured-section .ddls-listing-card-slider,
.ass-events-section .ddls-listing-card-slider {
	position: relative;
}

.ass-featured-section .ddls-slider__title,
.ass-events-section .ddls-slider__title {
	margin: 0;
	color: var(--ass-green);
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp( 32px, 3.1vw, 48px );
	line-height: 1.1;
}

.ddls-slider__card,
.ddls-slider__card .directorist-listing-single,
.ddls-slider__card .directorist-listing-card {
	height: 100%;
}

.ddls-slider__card .directorist-listing-single,
.ddls-slider__card .directorist-listing-card {
	overflow: hidden;
	border: 1px solid rgba( 1, 51, 40, 0.09 ) !important;
	border-radius: 20px !important;
	background: #fff;
	box-shadow: 0 12px 28px rgba( 1, 51, 40, 0.08 );
}

.ddls-slider__card .directorist-listing-single__thumb,
.ddls-slider__card .directorist-listing-card__header,
.ddls-slider__card figure {
	min-height: 182px;
	margin: 0 !important;
	background: #e8eeeb;
}

.ddls-slider__card .directorist-thumnail-card,
.ddls-slider__card .directorist-thumnail-card-front-wrap,
.ddls-slider__card .directorist-thumnail-card-front-wrap > a,
.ddls-slider__card figure {
	height: 182px !important;
}

.ddls-slider__card .directorist-thumb-listing-author,
.ddls-slider__card .directorist-listing-card-website,
.ddls-slider__card .directorist-listing-single__action-list,
.ddls-slider__card .directorist-listing-tagline {
	display: none !important;
}

.ddls-slider__card img {
	width: 100% !important;
	height: 182px !important;
	object-fit: cover !important;
}

.ddls-slider__card .directorist-listing-single__content,
.ddls-slider__card .directorist-listing-card__details,
.ddls-slider__card .directorist-listing-card__content {
	padding: 0 !important;
}

.ddls-slider__card .directorist-listing-single__info {
	padding: 16px 16px 12px !important;
}

.ddls-slider__card .directorist-listing-single__meta {
	min-height: 48px;
	padding: 11px 16px !important;
}

.ddls-slider__card h2,
.ddls-slider__card h3,
.ddls-slider__card .directorist-listing-title,
.ddls-slider__card .directorist-listing-card__title {
	color: var(--ass-green) !important;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: 18px !important;
	line-height: 1.22 !important;
}

.ddls-slider__card .directorist-listing-title {
	min-height: 44px;
}

.ddls-slider__card .directorist-listing-card-address {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ddls-slider__card .directorist-listing-single__meta,
.ddls-slider__card .directorist-listing-card__meta,
.ddls-slider__card .directorist-listing-location,
.ddls-slider__card .directorist-listing-category {
	color: var(--ass-muted) !important;
	font-size: 13px !important;
}

.ddls-slider__button-wrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	margin-top: 0;
	text-align: right;
}

.ddls-slider__button {
	display: inline-flex;
	min-height: 46px;
	padding: 0 22px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: transparent;
	color: var(--ass-green);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.ddls-slider__button::after {
	margin-left: 7px;
	font-size: 19px;
	content: "›";
}

.ass-community-section {
	padding: 100px 36px;
	background: var(--ass-green);
	color: #fff;
}

.ass-community-section > .elementor-container {
	max-width: 1220px !important;
	align-items: center;
	gap: 60px;
}

.ass-community-copy > .elementor-widget-wrap {
	padding-right: 30px !important;
}

.ass-community-title .elementor-heading-title {
	color: #fff;
	font-size: clamp( 44px, 5vw, 70px );
	line-height: 1;
}

.ass-community-text {
	max-width: 500px;
	color: rgba( 255, 255, 255, 0.78 );
	font-size: 18px;
	line-height: 1.6;
}

.ass-community-list .elementor-icon-list-item {
	padding: 7px 0;
	color: #fff;
}

.ass-community-list .elementor-icon-list-icon {
	color: var(--ass-coral) !important;
}

.ass-coming-button .elementor-button {
	padding: 15px 24px !important;
	border-radius: 999px !important;
	background: var(--ass-coral) !important;
	color: #fff !important;
	font-weight: 700;
}

.ass-community-feed > .elementor-widget-wrap {
	padding: 27px !important;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 25px 60px rgba( 0, 0, 0, 0.2 );
	color: var(--ass-ink);
}

.ass-feed-title .elementor-heading-title {
	color: var(--ass-green);
	font-family: "Figtree", Arial, sans-serif !important;
	font-size: 21px;
	font-weight: 700;
}

.ass-feed-post {
	margin-top: 13px;
	padding: 17px 18px;
	border-radius: 17px;
	background: var(--ass-blush);
	color: #50605b;
	line-height: 1.5;
}

.ass-feed-post strong {
	color: var(--ass-green);
}

.ass-feed-post--accent {
	background: #eef7f3;
}

.ass-feed-compose {
	display: flex;
	margin-top: 16px;
	padding: 12px 15px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba( 1, 51, 40, 0.12 );
	border-radius: 999px;
	color: #87918e;
	font-size: 13px;
}

.ass-feed-compose span:last-child {
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--ass-coral);
	color: #fff;
	font-weight: 700;
}

.ass-app-section {
	padding: 104px 36px;
	background: var(--ass-paper);
}

.ass-app-section > .elementor-container {
	max-width: 1120px !important;
	align-items: center;
	gap: 75px;
}

.ass-app-eyebrow {
	color: var(--ass-red);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.ass-app-title .elementor-heading-title {
	color: var(--ass-green);
	font-size: clamp( 42px, 4.8vw, 66px );
	line-height: 1.03;
}

.ass-app-title em {
	color: var(--ass-red);
	font-family: "Dancing Script", cursive;
	font-weight: 700;
}

.ass-app-text {
	color: var(--ass-muted);
	font-size: 17px;
	line-height: 1.7;
}

.ass-app-list .elementor-icon-list-item {
	padding: 6px 0;
	color: var(--ass-green);
	font-weight: 600;
}

.ass-app-list .elementor-icon-list-icon {
	color: var(--ass-red) !important;
}

.ass-store-buttons > .elementor-widget-wrap {
	display: flex;
	gap: 10px;
}

.ass-store-button {
	width: auto !important;
}

.ass-store-button .elementor-button {
	padding: 13px 18px !important;
	border-radius: 12px !important;
	background: #111 !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
}

.ass-phone-column > .elementor-widget-wrap {
	justify-content: center;
}

.ass-phone-shell {
	position: relative;
	width: min( 310px, 90% ) !important;
	margin: 0 auto !important;
	padding: 28px 18px 22px;
	border: 9px solid var(--ass-green);
	border-radius: 44px;
	background: linear-gradient( 180deg, #fce5df, #fff );
	box-shadow: 0 30px 65px rgba( 1, 51, 40, 0.22 );
}

.ass-phone-shell::before {
	position: absolute;
	top: 9px;
	left: 50%;
	width: 84px;
	height: 20px;
	transform: translateX( -50% );
	border-radius: 999px;
	background: var(--ass-green);
	content: "";
}

.ass-phone-logo img {
	width: 108px !important;
	height: 108px !important;
	object-fit: contain;
}

.ass-phone-title .elementor-heading-title {
	color: var(--ass-red);
	font-family: "Dancing Script", cursive !important;
	font-size: 42px;
}

.ass-phone-copy {
	padding: 14px;
	border-radius: 16px;
	background: rgba( 255, 255, 255, 0.88 );
	color: var(--ass-green);
	font-size: 13px;
	line-height: 1.5;
}

.ass-testimonials-section {
	background: #fff;
}

.ass-section-kicker {
	color: var(--ass-red);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.ass-section-title .elementor-heading-title {
	margin-bottom: 10px;
	color: var(--ass-green);
	font-size: clamp( 38px, 4.4vw, 58px );
	line-height: 1.1;
	text-align: center;
}

.ass-section-subtitle {
	margin: 0 auto 38px;
	max-width: 680px;
	color: var(--ass-muted);
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}

.ass-testimonial-grid > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 20px;
}

.ass-testimonial-grid .elementor-column {
	width: 100% !important;
}

.ass-testimonial-card > .elementor-widget-wrap {
	height: 100%;
	padding: 26px !important;
	border: 1px solid rgba( 1, 51, 40, 0.08 );
	border-radius: 20px;
	background: var(--ass-paper);
	box-shadow: 0 12px 30px rgba( 1, 51, 40, 0.07 );
}

.ass-testimonial-card .elementor-testimonial-content::before {
	display: block;
	margin-bottom: 12px;
	color: var(--ass-gold);
	font-family: "Figtree", sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	content: "★★★★★";
}

.ass-testimonial-card .elementor-testimonial-content {
	color: #4e5f59;
	font-size: 15px;
	line-height: 1.65;
}

.ass-testimonial-card .elementor-testimonial-meta {
	margin-top: 20px;
}

.ass-testimonial-card .elementor-testimonial-name {
	color: var(--ass-green);
	font-weight: 800;
}

.ass-testimonial-card .elementor-testimonial-job {
	color: var(--ass-red);
	font-size: 12px;
	font-weight: 700;
}

.ass-footer {
	padding: 74px 36px 22px;
	background: var(--ass-green);
	color: rgba( 255, 255, 255, 0.78 );
}

.ass-footer > .elementor-container {
	max-width: 1220px !important;
	align-items: flex-start;
	gap: 34px;
}

.ass-footer-logo img {
	width: 120px !important;
	height: auto !important;
	filter: brightness( 0 ) invert( 1 );
	opacity: 0.92;
}

.ass-footer-about {
	max-width: 380px;
	color: rgba( 255, 255, 255, 0.72 );
	font-size: 14px;
	line-height: 1.7;
}

.ass-footer-heading .elementor-heading-title {
	color: #fff;
	font-family: "Figtree", Arial, sans-serif !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.ass-footer-links .elementor-icon-list-item {
	padding: 5px 0;
}

.ass-footer-links .elementor-icon-list-text,
.ass-footer-links a {
	color: rgba( 255, 255, 255, 0.72 ) !important;
	font-size: 14px;
}

.ass-footer-links a:hover {
	color: #fff !important;
}

.ass-footer-bottom {
	padding: 20px 36px 24px;
	border-top: 1px solid rgba( 255, 255, 255, 0.12 );
	background: var(--ass-green);
}

.ass-footer-bottom > .elementor-container {
	max-width: 1220px !important;
}

.ass-footer-copy {
	color: rgba( 255, 255, 255, 0.6 );
	font-size: 12px;
	text-align: center;
}

@media ( max-width: 1024px ) {
	.ass-home-header > .elementor-container {
		padding: 0 22px;
	}

	.ass-header-nav {
		position: absolute !important;
		top: 86px;
		left: 0;
		display: none;
		width: 100% !important;
		padding: 12px 22px 20px;
		background: #fff;
		box-shadow: 0 16px 28px rgba( 1, 51, 40, 0.12 );
	}

	.ass-home-header.is-nav-open .ass-header-nav {
		display: block;
	}

	.ass-header-nav > .elementor-widget-wrap {
		align-items: stretch;
		flex-direction: column;
	}

	.ass-nav-link .elementor-button {
		display: block;
		width: 100%;
		text-align: left;
	}

	.ass-nav-toggle {
		display: block;
	}

	.ass-nav-toggle .elementor-button {
		width: 44px;
		padding: 0 !important;
		border: 1px solid rgba( 1, 51, 40, 0.13 );
		background: #fff !important;
		color: var(--ass-green) !important;
	}

	.ass-nav-toggle .elementor-button-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect( 0 0 0 0 );
		white-space: nowrap;
	}

	.ass-nav-toggle .elementor-button-content-wrapper::before {
		font-size: 21px;
		line-height: 1;
		content: "☰";
	}

	.ass-home-header.is-nav-open .ass-nav-toggle .elementor-button-content-wrapper::before {
		content: "×";
	}

	.ass-hero-copy > .elementor-widget-wrap {
		padding-left: 46px !important;
	}

	.ass-ask-card > .elementor-widget-wrap {
		padding-left: 37% !important;
	}

	.ass-section,
	.ass-category-section,
	.ass-featured-section,
	.ass-events-section,
	.ass-testimonials-section,
	.ass-community-section,
	.ass-app-section {
		padding-left: 22px;
		padding-right: 22px;
	}

	.ass-search-shell .directorist-search-form__box {
		grid-template-columns: 1fr;
	}

	.ass-search-shell .directorist-advanced-filter {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.ass-testimonial-grid > .elementor-container {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
}

@media ( max-width: 767px ) {
	.ass-home-header > .elementor-container {
		min-height: 72px;
		padding: 0 15px;
		flex-wrap: nowrap;
	}

	.ass-header-logo {
		width: 26% !important;
	}

	.ass-header-actions {
		width: 74% !important;
	}

	.ass-header-logo img {
		width: 66px !important;
		height: 58px !important;
	}

	.ass-btn-signin,
	.ass-btn-add {
		display: none;
	}

	.ass-header-nav {
		top: 72px;
	}

	.ass-hero > .elementor-container {
		min-height: auto;
		flex-direction: column;
	}

	.ass-hero-copy,
	.ass-hero-image {
		width: 100% !important;
	}

	.ass-hero-copy > .elementor-widget-wrap {
		padding: 58px 22px 44px !important;
		text-align: center;
	}

	.ass-hero-script .elementor-heading-title {
		font-size: 56px;
		text-align: center;
		transform: rotate( -4deg );
	}

	.ass-hero-title .elementor-heading-title {
		font-size: clamp( 42px, 13vw, 58px );
		line-height: 1.02;
		letter-spacing: -1.3px;
		text-align: center;
	}

	.ass-hero-heart {
		display: none;
	}

	.ass-hero-subcopy {
		margin: 22px auto 0;
		font-size: 16px;
		text-align: center;
	}

	.ass-hero-image > .elementor-widget-wrap {
		clip-path: none;
	}

	.ass-hero-image img {
		min-height: 330px;
		height: 330px !important;
	}

	.ass-section,
	.ass-category-section,
	.ass-featured-section,
	.ass-events-section,
	.ass-testimonials-section,
	.ass-community-section,
	.ass-app-section {
		padding: 64px 15px;
	}

	.ass-ask-section {
		padding-top: 54px;
		padding-bottom: 28px;
	}

	.ass-ask-card > .elementor-widget-wrap {
		min-height: 0;
		padding: 290px 20px 30px !important;
		border-radius: 24px;
		text-align: center;
	}

	.ass-sunny-mascot {
		left: 50%;
		top: 14px;
		bottom: auto;
		width: 240px !important;
		transform: translateX( -50% );
	}

	.ass-sunny-mascot img {
		max-height: 265px;
	}

	.ass-ask-title .elementor-heading-title {
		font-size: 58px;
	}

	.ass-faux-input {
		min-height: 56px;
		padding-left: 16px;
		font-size: 13px;
		text-align: left;
	}

	.ass-chip-list {
		justify-content: center;
	}

	.ass-search-section {
		padding-top: 28px;
		padding-bottom: 25px;
	}

	.ass-search-shell > .elementor-widget-wrap {
		padding: 21px 16px 22px !important;
		border-radius: 20px;
	}

	.ass-search-shell .directorist-search-form__box,
	.ass-search-shell .directorist-advanced-filter,
	.ass-search-shell .directorist-search-form-action {
		display: flex !important;
		flex-direction: column;
		gap: 10px;
	}

	.ass-search-shell .directorist-search-form__box > *,
	.ass-search-shell .directorist-advanced-filter > *,
	.ass-search-shell .directorist-search-form-action > * {
		width: 100% !important;
	}

	.ddls-slider__button-wrap {
		position: static;
		margin-top: 24px;
		text-align: center;
	}

	.ass-category-section {
		padding-top: 22px;
	}

	.ass-category-card {
		min-height: 172px;
	}

	.ass-category-card__image {
		width: 92px;
		height: 92px;
	}

	.ass-category-card__image img {
		width: 82px;
		height: 82px;
	}

	.ass-category-slider__nav,
	.ddls-slider__nav {
		display: none !important;
	}

	.ass-featured-section .ddls-slider__title,
	.ass-events-section .ddls-slider__title {
		font-size: 34px;
	}

	.ass-community-section > .elementor-container,
	.ass-app-section > .elementor-container {
		gap: 30px;
		flex-direction: column;
	}

	.ass-community-copy,
	.ass-community-feed,
	.ass-app-copy,
	.ass-phone-column {
		width: 100% !important;
	}

	.ass-community-copy > .elementor-widget-wrap {
		padding-right: 0 !important;
		text-align: center;
	}

	.ass-community-title .elementor-heading-title {
		font-size: 47px;
	}

	.ass-community-text {
		margin-right: auto;
		margin-left: auto;
	}

	.ass-community-feed > .elementor-widget-wrap {
		padding: 20px !important;
	}

	.ass-app-copy > .elementor-widget-wrap {
		text-align: center;
	}

	.ass-store-buttons > .elementor-widget-wrap {
		justify-content: center;
	}

	.ass-phone-shell {
		margin-top: 18px !important;
	}

	.ass-testimonial-grid > .elementor-container {
		display: flex !important;
		flex-direction: column;
	}

	.ass-footer {
		padding: 58px 20px 12px;
	}

	.ass-footer > .elementor-container {
		gap: 8px;
	}

	.ass-footer .elementor-column {
		width: 100% !important;
	}

	.ass-footer .elementor-widget-wrap {
		padding: 12px 0 !important;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.ass-sunny-home *,
	.ass-sunny-home *::before,
	.ass-sunny-home *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Reference-fidelity pass: reproduce the supplied archive's desktop rhythm. */
.ass-home-header > .elementor-container {
	min-height: 96px;
}

.ass-header-logo img {
	width: 96px !important;
	height: 78px !important;
}

.ass-header-nav > .elementor-widget-wrap {
	gap: 18px;
}

.ass-nav-link .elementor-button {
	padding: 12px 14px !important;
	font-size: 17px;
	font-weight: 500;
}

.ass-btn-signin .elementor-button,
.ass-btn-add .elementor-button {
	padding: 12px 22px !important;
	border-radius: 10px !important;
	font-size: 16px;
}

.ass-btn-signin .elementor-button {
	border-color: var(--ass-green);
	background: var(--ass-green) !important;
	color: #fff !important;
}

.ass-btn-add .elementor-button {
	background: var(--ass-coral) !important;
}

.ass-hero {
	min-height: 900px;
	background: var(--ass-cream);
}

.ass-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient( 90deg, #f6f0ee 0, #f6f0ee 30%, rgba( 246, 240, 238, 0.97 ) 38%, rgba( 246, 240, 238, 0.72 ) 45%, rgba( 246, 240, 238, 0.18 ) 52%, rgba( 246, 240, 238, 0 ) 60% );
	pointer-events: none;
	content: "";
}

.ass-hero > .elementor-container {
	position: relative;
	min-height: 900px;
}

.ass-hero-copy {
	z-index: 2;
	width: 650px !important;
	margin-left: 24px;
}

.ass-hero-copy > .elementor-widget-wrap {
	padding: 80px 36px !important;
	align-content: center;
	text-align: center;
}

.ass-hero-image {
	position: absolute !important;
	inset: 0;
	z-index: 0;
	width: 100% !important;
}

.ass-hero-image > .elementor-widget-wrap {
	clip-path: none;
}

.ass-hero-image img {
	min-height: 900px;
	object-position: center;
}

.ass-hero-script .elementor-heading-title {
	margin: 0 0 2px;
	font-family: "Great Vibes", "Dancing Script", cursive !important;
	font-size: 118px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	transform: none;
}

.ass-hero-title .elementor-heading-title {
	max-width: none;
	font-size: 66px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1px;
	text-align: center;
}

.ass-hero-heart {
	position: relative !important;
	top: auto;
	right: auto;
	left: auto !important;
	width: 100% !important;
	margin: 26px auto 22px;
	align-self: center;
}

.ass-hero-heart .elementor-icon,
.ass-hero-heart .elementor-icon i {
	color: var(--ass-gold) !important;
	font-size: 36px;
}

.ass-hero-heart .elementor-widget-container {
	text-align: center;
}

.ass-hero-subcopy {
	max-width: 420px;
	margin: 0 auto;
	color: #2b3338;
	font-size: 21px;
	line-height: 1.62;
	text-align: center;
}

.ass-ask-section {
	max-width: 1440px;
	margin: 22px auto 0;
	padding: 64px 36px;
	border: 1px solid #f5d9d5;
	border-radius: 28px;
	background: #fdf5f4;
}

.ass-ask-section > .elementor-container {
	max-width: 1368px !important;
}

.ass-ask-card {
	width: calc( 100% - 210px ) !important;
	margin: 0 20px 0 190px;
}

.ass-ask-card > .elementor-widget-wrap {
	overflow: visible;
	min-height: 419px;
	padding: 44px 56px 40px !important;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 14px 40px rgba( 16, 32, 40, 0.07 );
}

.ass-ask-card > .elementor-widget-wrap > .elementor-widget {
	margin-bottom: 0;
}

.ass-sunny-mascot {
	top: 50%;
	bottom: auto;
	left: -180px;
	width: 180px !important;
	transform: translateY( -50% );
}

.ass-sunny-mascot img {
	max-height: none;
}

.ass-ask-title .elementor-heading-title {
	font-size: 44px;
	line-height: 1;
}

.ass-ask-tagline {
	margin: 0 0 26px;
	font-size: 16px;
	font-weight: 500;
}

.ass-faux-input {
	min-height: 60px;
	background: #fdf5f4;
	box-shadow: none;
	font-size: 16px;
}

.ass-chip-label {
	margin-top: 26px;
}

.ass-chip {
	padding: 12px 18px;
	border: 0;
	background: #fce9e7;
	font-size: 14px;
}

.ass-search-section {
	max-width: 1440px;
	margin: 22px auto 0;
	padding: 29px 36px 33px;
	border: 1px solid #e8eaec;
	border-radius: 28px;
	background: #fff;
}

.ass-search-section > .elementor-container {
	max-width: 1368px !important;
}

.ass-search-shell > .elementor-widget-wrap {
	padding: 0 !important;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.ass-search-shell .directorist-listing-type-selection,
.ass-search-shell .directorist-search-form-nav {
	margin-bottom: 26px !important;
}

.ass-search-shell .directorist-listing-type-selection__link,
.ass-search-shell .directorist-listing-type-selection__link--current,
.ass-search-shell a.search_listing_types,
.ass-search-shell .directorist-search-form-nav__label {
	padding: 10px 34px 14px !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #6d7a80 !important;
	font-size: 19px;
	font-weight: 600;
}

.ass-search-shell .directorist-listing-type-selection__link.active,
.ass-search-shell .directorist-listing-type-selection__link--current,
.ass-search-shell .directorist-search-form-nav__label.active {
	border-bottom: 3px solid var(--ass-red) !important;
	background: transparent !important;
	color: var(--ass-green) !important;
}

.ass-search-shell .directorist-search-form__box {
	padding: 10px;
	border: 1px solid #e8eaec;
	border-radius: 14px;
	background: #fff;
}

.ass-search-shell input,
.ass-search-shell select,
.ass-search-shell .select2-selection,
.ass-search-shell .directorist-search-field__label,
.ass-search-shell .directorist-search-field__input {
	min-height: 52px !important;
	font-size: 17px;
}

.ass-search-shell .directorist-filter-btn {
	border: 0 !important;
	color: var(--ass-red) !important;
}

.ass-category-section {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 36px 31px;
}

.ass-category-section > .elementor-container {
	max-width: 1368px !important;
}

.ass-category-card {
	min-height: 200px;
	padding: 26px 16px;
	gap: 16px;
	box-shadow: 0 2px 14px rgba( 16, 32, 40, 0.06 );
}

.ass-category-card__image {
	width: 76px;
	height: 76px;
	border-radius: 0;
	background: transparent;
}

.ass-category-card__image img {
	width: 76px;
	height: 76px;
}

.ass-category-card__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

.ass-category-slider__pagination,
.ddls-slider__pagination {
	margin-top: 16px;
}

.ass-category-slider__pagination .swiper-pagination-bullet,
.ddls-slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
}

.ass-category-slider__pagination .swiper-pagination-bullet-active,
.ddls-slider__pagination .swiper-pagination-bullet-active {
	width: 11px;
	border-radius: 50%;
	background: var(--ass-green-3);
}

.ass-featured-section,
.ass-events-section {
	max-width: 1440px;
	margin: 22px auto 0;
	padding: 46px 36px 40px;
	border: 1px solid #e8eaec;
	border-radius: 28px;
	background: #fff;
}

.ass-featured-section {
	padding-bottom: 32px;
}

.ass-featured-section {
	min-height: 628px;
}

.ass-events-section {
	min-height: 699px;
}

.ass-featured-section > .elementor-container,
.ass-events-section > .elementor-container {
	max-width: 1368px !important;
}

.ass-featured-section .ddls-slider__title,
.ass-events-section .ddls-slider__title {
	font-size: 44px;
	font-weight: 600;
}

.ddls-slider__card .directorist-listing-single__thumb,
.ddls-slider__card .directorist-listing-card__header,
.ddls-slider__card figure {
	min-height: 200px;
}

.ddls-slider__card .directorist-thumnail-card,
.ddls-slider__card .directorist-thumnail-card-front-wrap,
.ddls-slider__card .directorist-thumnail-card-front-wrap > a,
.ddls-slider__card figure,
.ddls-slider__card img {
	height: 200px !important;
}

.ass-community-section {
	max-width: 1440px;
	min-height: 709px;
	margin: 34px auto 0;
	padding: 78px 82px;
	border-radius: 28px;
	background: #fffaf8;
	color: var(--ass-green);
}

.ass-community-section > .elementor-container {
	max-width: 1276px !important;
	gap: 62px;
	align-items: flex-start;
}

.ass-community-title .elementor-heading-title {
	color: var(--ass-green);
	font-size: 52px;
	line-height: 1.1;
}

.ass-community-text {
	color: var(--ass-green);
	font-size: 17px;
}

.ass-community-list .elementor-icon-list-item {
	color: var(--ass-green);
}

.ass-community-feed > .elementor-widget-wrap {
	padding: 30px 32px 32px !important;
	border: 1px solid #f0f1f2;
	border-radius: 20px;
	box-shadow: 0 2px 14px rgba( 16, 32, 40, 0.06 );
}

.ass-app-section {
	max-width: 1440px;
	min-height: 675px;
	margin: 34px auto 0;
	padding: 57px 36px;
	border: 1px solid #ede6dc;
	border-radius: 28px;
	background: #f7f1ec;
}

.ass-app-section > .elementor-container {
	max-width: 1060px !important;
	gap: 44px;
}

.ass-app-eyebrow {
	display: inline-flex;
	width: auto !important;
	padding: 8px 16px;
	border: 1px solid #e8eaec;
	border-radius: 999px;
	background: #fff;
	color: var(--ass-green-3);
}

.ass-app-title .elementor-heading-title {
	font-size: 46px;
	line-height: 1.08;
}

.ass-app-title em {
	font-family: "Great Vibes", "Dancing Script", cursive;
	font-size: 1.42em;
	font-weight: 400;
}

.ass-testimonials-section {
	max-width: 1440px;
	min-height: 483px;
	margin: 80px auto 0;
	padding: 39px 36px 24px;
	border: 1px solid #e8eaec;
	border-radius: 28px;
}

.ass-testimonials-section > .elementor-container {
	max-width: 1368px !important;
}

.ass-section-kicker {
	display: none;
}

.ass-section-title .elementor-heading-title {
	margin: 0;
	font-size: 44px;
	font-weight: 600;
}

.ass-section-subtitle {
	margin: 8px auto 20px;
	font-size: 19px;
}

.ass-testimonial-grid > .elementor-container {
	display: flex !important;
	justify-content: center;
	gap: 20px;
	overflow-x: auto;
	padding: 4px 4px 18px;
	flex-wrap: nowrap !important;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.ass-testimonial-grid > .elementor-container::-webkit-scrollbar {
	display: none;
}

.ass-testimonial-grid .elementor-column {
	width: 172px !important;
	min-width: 0;
	flex: 0 0 172px;
	scroll-snap-align: start;
}

.ass-testimonial-card > .elementor-widget-wrap {
	min-height: 190px;
	padding: 18px !important;
	border-radius: 20px;
	box-shadow: 0 2px 14px rgba( 16, 32, 40, 0.06 );
}

.ass-testimonial-card .elementor-testimonial-content {
	font-size: 12px;
	line-height: 1.45;
}

.ass-testimonial-card .elementor-testimonial-content::before {
	margin-bottom: 8px;
	font-size: 14px;
}

.ass-testimonial-card .elementor-testimonial-meta {
	margin-top: 12px;
}

.ass-testimonial-card .elementor-testimonial-name {
	font-size: 12px;
}

.ass-testimonial-card .elementor-testimonial-job {
	font-size: 10px;
}

.ass-testimonial-card > .elementor-widget-wrap {
	height: 172px;
	min-height: 172px;
	overflow: hidden;
}

.ass-testimonial-grid {
	position: relative;
}

.ass-trust-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	transform: translateY( -50% );
	border: 1px solid #e8eaec;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 16px rgba( 16, 32, 40, 0.14 );
	color: var(--ass-green);
	font-size: 27px;
	cursor: pointer;
}

.ass-trust-nav--prev {
	left: -16px;
}

.ass-trust-nav--next {
	right: -16px;
}

.ass-trust-nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.ass-trust-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 12px;
}

.ass-trust-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #dde1e3;
}

.ass-trust-dot.is-active {
	background: var(--ass-green-3);
}

.ass-community-copy {
	width: 42% !important;
}

.ass-community-feed {
	width: 58% !important;
}

.ass-community-text {
	max-width: 360px;
	margin-bottom: 24px;
	font-weight: 600;
}

.ass-community-list .elementor-icon-list-item {
	padding: 10px 0;
	font-size: 17px;
	font-weight: 700;
}

.ass-coming-button .elementor-button {
	width: 340px;
	min-height: 54px;
	margin-top: 12px;
	border-radius: 12px !important;
	font-size: 18px;
}

.ass-feed-post {
	margin: 0 0 18px;
	padding: 22px 24px;
	border: 1px solid #e8eaec;
	border-radius: 14px;
	background: #fff;
}

.ass-feed-post--accent {
	margin-left: 30px;
	border-color: transparent;
	background: #edf3fc;
}

.ass-feed-post__top {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ass-feed-avatar {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	flex: 0 0 auto;
	border-radius: 50%;
	background: linear-gradient( 140deg, #f2c7a8, #c98b62 );
	box-shadow: 0 2px 8px rgba( 16, 32, 40, 0.12 );
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}

.ass-feed-post__top strong {
	color: #131a3c;
	font-size: 19px;
}

.ass-feed-actions {
	display: flex;
	gap: 46px;
	margin-top: 14px;
	padding-left: 76px;
	color: var(--ass-green-4);
	font-size: 15px;
	font-weight: 600;
}

.ass-feed-compose {
	gap: 14px;
	margin-top: 6px;
	padding: 16px 18px;
	border-radius: 14px;
}

.ass-feed-avatar--small {
	width: 44px;
	height: 44px;
	font-size: 12px;
}

.ass-feed-compose__input {
	flex: 1;
	padding: 13px 18px;
	border: 1px solid #e8eaec;
	border-radius: 10px;
	background: #fff;
}

.ass-phone-column > .elementor-widget-wrap {
	position: relative;
	min-height: 440px;
	align-content: center;
	align-items: center;
}

.ass-phone-column > .elementor-widget-wrap::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 400px;
	transform: translate( -50%, -50% ) rotate( -6deg );
	border-radius: 44px;
	background: #efe7dc;
	box-shadow: 0 22px 48px rgba( 74, 48, 26, 0.12 );
	content: "";
}

.ass-phone-shell {
	z-index: 2;
	width: 236px !important;
	padding: 24px 14px 18px;
	transform: rotate( -6deg );
	border: 8px solid #111;
	border-radius: 34px;
	filter: drop-shadow( 0 26px 44px rgba( 74, 48, 26, 0.22 ) );
}

.ass-phone-logo img {
	width: 56px !important;
	height: 56px !important;
}

.ass-phone-title .elementor-heading-title {
	font-size: 28px;
}

.ass-phone-copy {
	font-size: 10px;
}

.ass-phone-bar {
	margin-bottom: 9px;
	padding: 5px 8px;
	border: 1px solid #e8eaec;
	border-radius: 999px;
	color: #9aa5ab;
	font-size: 7px;
}

.ass-phone-chips {
	display: flex;
	gap: 4px;
	margin-bottom: 8px;
}

.ass-phone-chips span {
	width: 50%;
	height: 16px;
	border-radius: 5px;
	background: #f4f6f5;
}

.ass-phone-result {
	display: flex;
	gap: 6px;
	margin-bottom: 7px;
	align-items: center;
}

.ass-phone-result i {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	border-radius: 5px;
	background: linear-gradient( 140deg, #dce8df, #9fc0a9 );
}

.ass-phone-result span {
	position: relative;
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 3px;
	background: #dfe4e2;
}

.ass-phone-result span::after {
	position: absolute;
	left: 0;
	top: 8px;
	width: 70%;
	height: 4px;
	border-radius: 3px;
	background: #edf0ee;
	content: "";
}

.ass-app-availability {
	color: var(--ass-muted);
	font-size: 14px;
	font-weight: 500;
}

.ass-app-float {
	position: absolute !important;
	z-index: 4;
	width: auto !important;
	padding: 11px 14px;
	border: 1px solid #ede6dc;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba( 74, 48, 26, 0.16 );
	color: var(--ass-green);
	font-size: 14px;
	font-weight: 600;
}

.ass-app-float p {
	margin: 0;
}

.ass-app-float--ask {
	top: 38px;
	left: -4px;
}

.ass-app-float--saved {
	right: -8px;
	bottom: 48px;
}

.ass-footer-shell {
	margin-top: 78px;
	padding: 44px 0 26px;
	background: linear-gradient( 115deg, #0a574c 0%, #04413a 55%, #03352f 100% );
	color: #fff;
	font: 400 16px/1.55 "Figtree", Arial, sans-serif;
}

.ass-footer {
	margin: 0;
	padding: 0 36px;
	background: transparent;
	color: #fff;
}

.ass-footer > .elementor-container {
	display: grid !important;
	grid-template-columns: 1.55fr 1.1fr 0.75fr 0.95fr;
	width: 100%;
	max-width: 1368px !important;
	padding: 38px 44px;
	border: 1px solid rgba( 255, 255, 255, 0.22 );
	border-radius: 6px;
	box-sizing: border-box;
	gap: 0;
	align-items: center;
}

.ass-footer .elementor-column {
	position: relative;
	display: block;
	width: auto !important;
	min-width: 0;
	padding: 0 34px;
	box-sizing: border-box;
}

.ass-footer .elementor-column:last-child {
	padding-right: 0;
}

.ass-footer .elementor-column > .elementor-widget-wrap {
	display: flex;
	padding: 0 !important;
	align-content: stretch;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}

.ass-footer .elementor-column + .elementor-column::before {
	position: absolute;
	left: 0;
	top: -4px;
	bottom: -4px;
	width: 1px;
	background: rgba( 255, 255, 255, 0.22 );
	content: "";
}

.ass-footer-brand {
	padding-left: 0 !important;
}

.ass-footer-brand > .elementor-widget-wrap {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-direction: row !important;
	flex-wrap: nowrap;
}

.ass-footer-logo {
	display: grid !important;
	width: 118px !important;
	height: 118px;
	margin: 0 !important;
	padding: 12px;
	place-items: center;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	align-self: center !important;
	flex: 0 0 118px;
	overflow: hidden;
}

.ass-footer-logo .elementor-widget-container {
	display: contents;
}

.ass-footer-logo img {
	display: block;
	width: 94px !important;
	height: 94px !important;
	filter: none;
	opacity: 1;
	object-fit: contain;
}

.ass-footer-about {
	max-width: none;
	margin: 0 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.62;
	flex: 1 1 auto;
}

.ass-footer-about p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.ass-footer-heading {
	width: 100% !important;
	margin: 0 0 20px !important;
}

.ass-footer-heading .elementor-heading-title {
	margin: 0;
	color: #fff;
	font: 700 19px/1.55 "Figtree", Arial, sans-serif !important;
	letter-spacing: 0;
	text-align: center;
}

.ass-footer-download > .elementor-widget-wrap {
	align-items: center !important;
}

.ass-footer-store-button {
	width: auto !important;
	margin: 0 !important;
}

.ass-footer-store-button + .ass-footer-store-button {
	margin-top: 12px !important;
}

.ass-footer-store-button .elementor-button {
	display: flex;
	width: 200px;
	height: 55.609375px;
	min-height: 0;
	margin: 0 auto;
	padding: 11px 18px !important;
	border: 1px solid rgba( 255, 255, 255, 0.3 );
	border-radius: 12px !important;
	box-sizing: border-box;
	background: #000 !important;
	box-shadow: 0 4px 14px rgba( 0, 0, 0, 0.28 );
	color: #fff !important;
	text-align: left;
}

.ass-footer-store-button .elementor-button-content-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 12px;
	justify-content: flex-start;
}

.ass-footer-store-button .elementor-button-content-wrapper::before {
	display: block;
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	content: "";
	flex: 0 0 26px;
}

.ass-footer-download .elementor-element-6cd4d9d .elementor-button-content-wrapper::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.4 12.6c0-2.3 1.9-3.4 2-3.5-1.1-1.6-2.8-1.8-3.4-1.8-1.4-.1-2.8.9-3.5.9-.7 0-1.9-.8-3.1-.8-1.6 0-3.1.9-3.9 2.4-1.7 2.9-.4 7.2 1.2 9.5.8 1.1 1.7 2.4 3 2.4 1.2 0 1.6-.8 3.1-.8 1.4 0 1.9.8 3.1.7 1.3 0 2.1-1.1 2.9-2.3.9-1.3 1.3-2.6 1.3-2.7-.1 0-2.7-1-2.7-4ZM14.2 5.3c.6-.8 1.1-1.9 1-3-1 0-2.2.6-2.9 1.5-.6.7-1.2 1.9-1 3 1.1 0 2.3-.6 2.9-1.5Z'/%3E%3C/svg%3E");
}

.ass-footer-download .elementor-element-51042df .elementor-button-content-wrapper::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300D2FF' d='M3.6 2.3 13.9 12 3.6 21.7c-.4-.3-.6-.8-.6-1.4V3.7c0-.6.2-1.1.6-1.4Z'/%3E%3Cpath fill='%2300F076' d='M17.6 8.3 15 10.6l-1.1 1.4-10.3-9.7c.3-.2.7-.3 1.1-.2l12.9 6.2Z'/%3E%3Cpath fill='%23FF3A44' d='M17.6 15.7 4.7 21.9c-.4.1-.8 0-1.1-.2L13.9 12l1.1 1.4 2.6 2.3Z'/%3E%3Cpath fill='%23FFC800' d='m17.6 8.3 3.2 1.6c.9.4.9 1.8 0 2.2l-3.2 1.6L15 12l2.6-3.7Z'/%3E%3C/svg%3E");
}

.ass-footer-store-button .elementor-button-text {
	display: block;
	font-size: 0;
	line-height: 1;
	white-space: nowrap;
}

.ass-footer-store-button .elementor-button-text::before,
.ass-footer-store-button .elementor-button-text::after {
	display: block;
	color: #fff;
	font-family: "Figtree", Arial, sans-serif;
}

.ass-footer-store-button .elementor-button-text::before {
	font-size: 10.5px;
	font-weight: 400;
	line-height: 1.15;
	opacity: 0.9;
}

.ass-footer-store-button .elementor-button-text::after {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.15;
}

.ass-footer-download .elementor-element-6cd4d9d .elementor-button-text::before {
	content: "Download on the";
}

.ass-footer-download .elementor-element-6cd4d9d .elementor-button-text::after {
	content: "App Store";
}

.ass-footer-download .elementor-element-51042df .elementor-button-text::before {
	content: "GET IT ON";
}

.ass-footer-download .elementor-element-51042df .elementor-button-text::after {
	content: "Google Play";
}

.ass-footer-social-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.ass-footer-social-icons span {
	display: block;
	width: 52px;
	height: 52px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='ig' x1='0' y1='1' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='%23FEDA75'/%3E%3Cstop offset='.35' stop-color='%23FA7E1E'/%3E%3Cstop offset='.6' stop-color='%23D62976'/%3E%3Cstop offset='1' stop-color='%234F5BD5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='2' y='2' width='20' height='20' rx='5.6' fill='url(%23ig)'/%3E%3Ccircle cx='12' cy='12' r='4.6' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Ccircle cx='17.4' cy='6.7' r='1.3' fill='%23fff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 52px 52px;
	color: transparent;
	font-size: 0;
}

.ass-footer-social-icons span + span {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%231877F2'/%3E%3Cpath fill='%23fff' d='M14.2 8.6h-1.4c-.9 0-1.2.5-1.2 1.3v1.4h2.5l-.4 2.6h-2.1V21c-.4.1-.9.1-1.3.1-.5 0-1 0-1.4-.1v-7.1H6.8v-2.6h2.1V9.5c0-2.2 1.3-3.5 3.3-3.5.9 0 2 .2 2 .2v2.4Z'/%3E%3C/svg%3E");
}

.ass-footer-bottom {
	padding: 0;
	border: 0;
	background: transparent;
}

.ass-footer-bottom > .elementor-container {
	width: 100%;
	max-width: none !important;
}

.ass-footer-bottom .elementor-column {
	width: 100% !important;
}

.ass-footer-bottom .elementor-column > .elementor-widget-wrap {
	display: flex;
	padding: 0 !important;
	align-items: center;
	flex-direction: column;
}

.ass-footer-legal {
	width: 100% !important;
	margin: 44px 0 0 !important;
}

.ass-footer-legal p {
	display: flex;
	justify-content: center;
	margin: 0;
	line-height: 24.8px;
}

.ass-footer-legal a {
	position: relative;
	padding: 0 42px;
	color: #fff !important;
	font: 700 16px/24.8px "Figtree", Arial, sans-serif;
}

.ass-footer-legal a + a::before {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 1px;
	background: rgba( 255, 255, 255, 0.35 );
	content: "";
}

.ass-footer-copy {
	width: 100% !important;
	margin: 20px 0 12.5px !important;
	color: rgba( 255, 255, 255, 0.82 );
	font: 400 12.5px/19.375px "Figtree", Arial, sans-serif;
	text-align: center;
}

.ass-footer-copy p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.ass-footer-newsletter-copy {
	margin: 0 0 12px;
	color: rgba( 255, 255, 255, 0.72 );
	font-size: 13px;
	line-height: 1.45;
}

.ass-footer-form,
.ass-footer-form .elementor-widget-container,
.ass-footer-form .formgent-form,
.ass-footer-form .formgent-form form,
.ass-footer-form .formgent-field-list,
.ass-footer-form .formgent-field,
.ass-footer-form .formgent-field-single,
.ass-footer-form .formgent-field-single__wrapper,
.ass-footer-form .formgent-has-input-icon {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
}

.ass-footer-form .formgent-form,
.ass-footer-form .formgent-form form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.ass-footer-form .formgent-field-list {
	display: flex;
	gap: 12px;
	padding: 0 !important;
	flex-direction: column;
}

.ass-footer-form .formgent-field,
.ass-footer-form .formgent-field-single,
.ass-footer-form .formgent-field-single__wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

.ass-footer-form input[type="email"] {
	display: block;
	width: 100% !important;
	height: 47.25px;
	min-height: 0;
	padding: 12px 16px;
	border: 0 !important;
	border-radius: 8px;
	box-sizing: border-box;
	background: #fff !important;
	color: #141a1e;
	font: 400 15px/23.25px "Figtree", Arial, sans-serif;
}

.ass-footer-form .formgent-btn {
	display: block;
	width: 100% !important;
	height: 48.015625px;
	min-height: 0;
	padding: 12px;
	border: 0 !important;
	border-radius: 8px;
	box-sizing: border-box;
	background: var(--ass-coral) !important;
	color: #fff !important;
	font: 700 15.5px/24.025px "Figtree", Arial, sans-serif;
	text-align: center;
}

.ass-footer-form .formgent-confirmation-wrap:not(.formgent-confirmation-wrap--hidden) {
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
}

@media ( max-width: 1180px ) {
	.ass-btn-signin,
	.ass-btn-add {
		display: none;
	}

	.ass-hero,
	.ass-hero > .elementor-container,
	.ass-hero-image img {
		min-height: 640px;
	}

	.ass-hero::before {
		background: rgba( 246, 240, 238, 0.92 );
	}

	.ass-hero-copy {
		width: 100% !important;
		max-width: 520px;
		margin: 0 auto;
	}

	.ass-hero-copy > .elementor-widget-wrap {
		padding: 56px 28px !important;
	}

	.ass-hero-script .elementor-heading-title {
		font-size: 76px;
	}

	.ass-hero-title .elementor-heading-title {
		font-size: 38px;
		letter-spacing: -0.5px;
	}

	.ass-hero-subcopy {
		font-size: 17px;
	}

	.ass-ask-section {
		padding: 44px 28px;
	}

	.ass-ask-card {
		width: 100% !important;
		margin: 0;
	}

	.ass-ask-card > .elementor-widget-wrap {
		padding: 36px 28px 32px !important;
		text-align: center;
	}

	.ass-sunny-mascot {
		position: static !important;
		width: 140px !important;
		margin: 0 auto 20px !important;
		transform: none;
	}

	.ass-chip-list {
		justify-content: center;
	}

	.ass-community-section {
		padding: 48px 28px;
	}

	.ass-community-section > .elementor-container,
	.ass-app-section > .elementor-container {
		gap: 36px;
		flex-direction: column;
	}

	.ass-community-copy,
	.ass-community-feed,
	.ass-app-copy,
	.ass-phone-column {
		width: 100% !important;
	}

	.ass-app-section {
		padding: 52px 28px;
	}

	.ass-app-copy > .elementor-widget-wrap {
		text-align: center;
	}

	.ass-app-copy {
		max-width: 560px;
		margin: 0 auto;
	}

	.ass-app-text {
		margin-right: auto;
		margin-left: auto;
	}

	.ass-store-buttons > .elementor-widget-wrap {
		justify-content: center;
	}

	.ass-phone-column {
		order: -1;
	}

	.ass-phone-column > .elementor-widget-wrap {
		min-height: 360px;
	}

	.ass-phone-column > .elementor-widget-wrap::before {
		width: 238px;
		height: 322px;
	}

	.ass-phone-shell {
		width: 194px !important;
	}

	.ass-app-float {
		display: none;
	}

	.ass-footer > .elementor-container {
		grid-template-columns: 1fr;
	}

	.ass-footer {
		padding-right: 28px;
		padding-left: 28px;
	}

	.ass-footer > .elementor-container {
		padding: 32px 24px;
	}

	.ass-footer .elementor-column {
		width: 100% !important;
		padding: 26px 0;
		text-align: center;
	}

	.ass-footer .elementor-column + .elementor-column::before {
		display: none;
	}

	.ass-footer .elementor-column + .elementor-column {
		border-top: 1px solid rgba( 255, 255, 255, 0.22 );
	}

	.ass-footer-brand > .elementor-widget-wrap {
		align-items: center;
		flex-direction: column !important;
	}

	.ass-footer-brand {
		padding-top: 0 !important;
	}

	.ass-footer-about {
		text-align: center;
	}

	.ass-footer-legal p {
		row-gap: 10px;
		flex-wrap: wrap;
	}

	.ass-testimonial-grid .elementor-column {
		width: 40% !important;
		flex-basis: 40%;
	}

	.ass-testimonial-grid > .elementor-container {
		justify-content: flex-start;
	}
}

@media ( max-width: 767px ) {
	.ass-home-header > .elementor-container {
		min-height: 72px;
	}

	.ass-hero,
	.ass-hero > .elementor-container,
	.ass-hero-image img {
		min-height: 560px;
		height: 560px !important;
	}

	.ass-hero-copy > .elementor-widget-wrap {
		padding: 48px 20px !important;
	}

	.ass-hero-script .elementor-heading-title {
		font-size: 58px;
		transform: none;
	}

	.ass-hero-title .elementor-heading-title {
		font-size: 30px;
		line-height: 1.18;
	}

	.ass-hero-heart {
		display: block;
		width: 30px !important;
		margin: 16px auto 14px;
	}

	.ass-hero-heart .elementor-icon {
		font-size: 26px;
	}

	.ass-hero-subcopy {
		max-width: 320px;
		font-size: 16px;
		line-height: 1.55;
	}

	.ass-ask-section {
		margin-top: 22px;
		padding: 44px 20px;
	}

	.ass-ask-card > .elementor-widget-wrap {
		min-height: 0;
		padding: 30px 20px !important;
	}

	.ass-sunny-mascot {
		width: 150px !important;
	}

	.ass-ask-title .elementor-heading-title {
		font-size: 40px;
	}

	.ass-search-section {
		padding: 28px 20px 32px;
	}

	.ass-search-shell > .elementor-widget-wrap {
		padding: 0 !important;
	}

	.ass-search-shell .directorist-listing-type-selection__link,
	.ass-search-shell .directorist-listing-type-selection__link--current,
	.ass-search-shell a.search_listing_types,
	.ass-search-shell .directorist-search-form-nav__label {
		padding: 8px 14px 12px !important;
		font-size: 15px;
	}

	.ass-category-section {
		padding: 0 20px 32px;
	}

	.ass-featured-section,
	.ass-events-section {
		padding: 36px 20px 30px;
	}

	.ass-community-section,
	.ass-app-section {
		margin-top: 34px;
		padding: 48px 20px;
	}

	.ass-community-copy > .elementor-widget-wrap,
	.ass-app-copy > .elementor-widget-wrap {
		text-align: left;
	}

	.ass-community-title .elementor-heading-title {
		font-size: 38px;
	}

	.ass-phone-column {
		order: -1;
	}

	.ass-phone-shell {
		width: 172px !important;
	}

	.ass-testimonials-section {
		margin-top: 48px;
		padding: 44px 20px 36px;
	}

	.ass-section-title .elementor-heading-title {
		font-size: 32px;
	}

	.ass-section-subtitle {
		font-size: 15px;
	}

	.ass-testimonial-grid > .elementor-container {
		display: flex !important;
		flex-direction: row;
	}

	.ass-testimonial-grid .elementor-column {
		width: 82% !important;
		flex: 0 0 82%;
	}

	.ass-trust-nav {
		display: none;
	}

	.ass-coming-button .elementor-button {
		width: 100%;
	}

	.ass-footer-legal p {
		gap: 0;
		row-gap: 10px;
		flex-wrap: wrap;
	}

	.ass-footer-legal a {
		padding: 0 42px;
		font-size: 16px;
	}
}

@media ( max-width: 600px ) {
	.ass-footer {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* Trusted partners: pixel-matched to the supplied homepage reference. */
.ass-trusted-partners-section {
	min-height: 0;
	margin: 80px auto 0;
	padding: 66px 36px 52px;
	border: 1px solid #e8eaec;
	border-radius: 28px;
	background: #fff;
}

.ass-trusted-partners-section > .elementor-container {
	max-width: 1368px !important;
}

.ass-trusted-partners-section .ass-testimonials-column > .elementor-widget-wrap {
	padding: 0 !important;
}

.ass-trusted-partners-section .ass-section-title {
	margin: 0 !important;
}

.ass-trusted-partners-section .ass-section-title .elementor-heading-title {
	margin: 0;
	color: #013328;
	font-family: "Playfair Display", Georgia, serif !important;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.4px;
	text-align: center;
}

.ass-trusted-partners-section .ass-section-subtitle {
	max-width: none;
	margin: 14px 0 40px !important;
	color: #6d7a80;
	font-size: 19px;
	line-height: 1.55;
	text-align: center;
}

.ass-trusted-partners-section .ass-section-subtitle p {
	margin: 0;
}

.ass-partner-grid {
	position: relative;
}

.ass-partner-grid > .elementor-container {
	display: flex !important;
	justify-content: flex-start;
	gap: 20px;
	overflow-x: auto;
	padding: 14px 4px 18px;
	flex-flow: row nowrap !important;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.ass-partner-grid > .elementor-container::-webkit-scrollbar {
	display: none;
}

.ass-partner-grid .ass-partner-card {
	width: 172px !important;
	min-width: 172px;
	flex: 0 0 172px;
	scroll-snap-align: start;
}

.ass-partner-card > .elementor-widget-wrap {
	height: 172px;
	min-height: 172px;
	padding: 22px !important;
	border: 1px solid #f0f1f2;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 2px 14px rgba( 16, 32, 40, 0.06 );
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ass-partner-card > .elementor-widget-wrap:hover {
	transform: translateY( -5px );
	box-shadow: 0 12px 34px rgba( 16, 32, 40, 0.1 );
}

.ass-partner-logo-widget,
.ass-partner-logo-widget .elementor-widget-container,
.ass-partner-logo {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.ass-partner-logo {
	text-align: center;
}

.ass-partner-logo span {
	color: #02412f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ass-partner-logo span em {
	display: block;
	color: #6d7a80;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.22em;
}

.ass-partner-logo span i {
	display: block;
	color: #013328;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 19px;
	font-style: italic;
	line-height: 1.55;
	letter-spacing: 0;
	text-transform: none;
}

.ass-partner-grid .ass-trust-nav {
	top: 50%;
	width: 56px;
	height: 56px;
	border: 0;
	color: #013328;
	box-shadow: 0 4px 16px rgba( 16, 32, 40, 0.14 );
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ass-partner-grid .ass-trust-nav:hover:not(:disabled) {
	transform: translateY( -50% ) scale( 1.06 );
	box-shadow: 0 8px 24px rgba( 16, 32, 40, 0.2 );
}

.ass-partner-grid .ass-trust-nav svg {
	width: 22px;
	height: 22px;
}

.ass-partner-grid .ass-trust-nav--prev {
	left: -16px;
}

.ass-partner-grid .ass-trust-nav--next {
	right: -16px;
}

.ass-partner-grid .ass-trust-nav:disabled {
	opacity: 0.35;
	box-shadow: 0 2px 8px rgba( 16, 32, 40, 0.08 );
}

.ass-partner-grid .ass-trust-pagination {
	gap: 12px;
	margin-top: 16px;
}

.ass-partner-grid .ass-trust-dot {
	width: 11px;
	height: 11px;
	background: #dde1e3;
	transition: background 0.2s ease, transform 0.2s ease;
}

.ass-partner-grid .ass-trust-dot.is-active {
	transform: scale( 1.05 );
	background: #0a5344;
}

@media ( max-width: 1180px ) {
	.ass-trusted-partners-section {
		margin-top: 48px;
		padding: 44px 28px 36px;
	}

	.ass-trusted-partners-section .ass-section-title .elementor-heading-title {
		font-size: 32px;
	}
}

@media ( max-width: 600px ) {
	.ass-trusted-partners-section {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ass-partner-grid .ass-trust-nav {
		display: none;
	}
}

/* Meet Your Mom Community: match the supplied static reference. */
.ass-community-section {
	min-height: 0;
	color: #02412f;
}

.ass-community-section > .elementor-container {
	display: flex !important;
	gap: 62px;
	align-items: flex-start;
}

.ass-community-copy {
	width: calc( ( 100% - 62px ) / 2.35 ) !important;
	flex: 0 0 calc( ( 100% - 62px ) / 2.35 );
}

.ass-community-feed {
	width: calc( ( 100% - 62px ) * 1.35 / 2.35 ) !important;
	flex: 0 0 calc( ( 100% - 62px ) * 1.35 / 2.35 );
}

.ass-community-copy > .elementor-widget-wrap {
	padding: 0 !important;
}

.ass-community-title {
	margin: 0 0 22px !important;
}

.ass-community-title .elementor-heading-title {
	color: #02412f;
	font-weight: 600;
	letter-spacing: -0.4px;
}

.ass-community-text {
	max-width: 360px;
	margin: 0 0 34px !important;
	color: #02412f;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.62;
}

.ass-community-text p {
	margin: 0;
}

.ass-community-list {
	margin: 0 !important;
}

.ass-community-list .elementor-icon-list-items {
	margin: 0;
	padding: 0;
}

.ass-community-list .elementor-icon-list-item {
	display: flex;
	margin: 0 0 26px;
	padding: 0;
	align-items: center;
	gap: 20px;
	color: #02412f;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.ass-community-list .elementor-icon-list-icon {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	flex: 0 0 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
}

.ass-community-list .elementor-icon-list-icon svg {
	display: none !important;
}

.ass-community-list .elementor-icon-list-text {
	padding: 0 !important;
	color: #02412f !important;
	font-family: "Figtree", Arial, sans-serif !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

.ass-community-list .elementor-icon-list-item:nth-child( 1 ) .elementor-icon-list-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5342C' stroke-width='1.7'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cpath d='M12 15.6s-4-2.3-4-4.6a2.3 2.3 0 0 1 4-1.5 2.3 2.3 0 0 1 4 1.5c0 2.3-4 4.6-4 4.6Z' fill='%23F5342C' stroke='none'/%3E%3C/svg%3E");
}

.ass-community-list .elementor-icon-list-item:nth-child( 2 ) .elementor-icon-list-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5342C' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.5 21c0-4.1 3.4-6.6 7.5-6.6s7.5 2.5 7.5 6.6'/%3E%3C/svg%3E");
}

.ass-community-list .elementor-icon-list-item:nth-child( 3 ) .elementor-icon-list-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5342C' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M20.5 11.3c0 4.2-3.8 7.6-8.5 7.6-1 0-2-.2-2.9-.5L4 20.5l1.4-3.7A7.2 7.2 0 0 1 3.5 11.3c0-4.2 3.8-7.6 8.5-7.6s8.5 3.4 8.5 7.6Z'/%3E%3C/svg%3E");
}

.ass-community-list .elementor-icon-list-item:nth-child( 4 ) .elementor-icon-list-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5342C' stroke-width='1.7' stroke-linejoin='round'%3E%3Crect x='2.5' y='5' width='19' height='14' rx='2'/%3E%3Cpath d='m2.5 6.8 9.5 6.6 9.5-6.6'/%3E%3C/svg%3E");
}

.ass-community-list .elementor-icon-list-item:nth-child( 4 ) .elementor-icon-list-text {
	max-width: 250px;
}

.ass-coming-button {
	margin: 0 !important;
}

.ass-coming-button .elementor-button {
	display: inline-flex;
	width: 340px;
	min-height: 0;
	margin: 12px 0 0;
	padding: 16px 30px !important;
	align-items: center;
	justify-content: center;
	border-radius: 12px !important;
	font-family: "Figtree", Arial, sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
}

.ass-community-feed > .elementor-widget-wrap {
	padding: 30px 32px 32px !important;
	align-content: flex-start;
}

.ass-feed-title {
	margin: 0 0 26px !important;
}

.ass-feed-title .elementor-heading-title {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #02412f;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.55;
}

.ass-feed-title .elementor-heading-title::before {
	display: block;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23136B57' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.6-3.6'/%3E%3C/svg%3E") center / 28px 28px no-repeat;
	content: "";
}

.ass-feed-widget,
.ass-feed-compose-widget {
	margin: 0 !important;
}

.ass-feed-post {
	margin: 0 0 18px;
	padding: 22px 24px;
	border: 1px solid #e8eaec;
	border-radius: 14px;
	background: #fff;
}

.ass-feed-post--accent {
	margin-left: 30px;
	border-color: transparent;
	background: #edf3fc;
}

.ass-feed-post__top {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ass-feed-avatar {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	flex: 0 0 56px;
	border-radius: 50%;
	background: linear-gradient( 140deg, #f2c7a8, #c98b62 );
	box-shadow: 0 2px 8px rgba( 16, 32, 40, 0.12 );
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

.ass-feed-post__top strong {
	color: #131a3c;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.55;
}

.ass-feed-actions {
	display: flex;
	margin: 16px 0 0;
	padding: 0 0 0 76px;
	gap: 0;
	color: #136b57;
}

.ass-feed-actions span {
	padding: 6px 34px;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.55;
}

.ass-feed-compose {
	display: flex;
	margin: 0;
	padding: 16px 18px;
	align-items: center;
	gap: 18px;
	border: 1px solid #e8eaec;
	border-radius: 14px;
	color: #93a0a6;
}

.ass-feed-avatar--small {
	width: 44px;
	height: 44px;
	flex-basis: 44px;
	font-size: 14px;
}

.ass-feed-compose__input {
	display: flex;
	height: 52px;
	padding: 0 18px;
	align-items: center;
	flex: 1;
	border: 1px solid #e8eaec;
	border-radius: 10px;
	background: #fff;
	font-size: 16.5px;
	line-height: 1.55;
}

.ass-feed-compose span:last-child {
	display: flex;
	padding: 13px 26px;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: #fb6b5c;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

@media ( max-width: 1180px ) {
	.ass-community-section {
		padding: 48px 28px;
	}

	.ass-community-section > .elementor-container {
		gap: 36px;
		flex-direction: column;
	}

	.ass-community-copy,
	.ass-community-feed {
		width: 100% !important;
		flex: 0 0 100%;
	}

	.ass-community-title .elementor-heading-title {
		font-size: 38px;
	}

	.ass-community-text {
		max-width: 100%;
	}

	.ass-coming-button .elementor-button {
		width: 100%;
	}
}

@media ( max-width: 600px ) {
	.ass-community-section {
		padding: 48px 20px;
	}

	.ass-community-title .elementor-heading-title {
		font-size: 30px;
	}

	.ass-community-feed > .elementor-widget-wrap {
		padding: 24px 20px 26px !important;
	}

	.ass-feed-post--accent {
		margin-left: 14px;
	}

	.ass-feed-actions span {
		padding-right: 12px;
		padding-left: 12px;
	}

	.ass-feed-compose__input {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
