/*
 Theme Name:   Solusi Cita Mandala
 Theme URI:    https://staging.solusicitamandala.com/
 Description:  Kadence Child Theme
 Author:       Fauzi Rizky Utama a.k.a Uzifru
 Author URI:   https://uzifru.gow.my.id
 Template:     kadence
 Version:      2.0.0
 Text Domain:  kadence-child
*/


/* GLOBAL STYLE */
/* -- EDIT HERE -- */


/* SAMPLE CODE */
.sample-code .for-global-styles {
	font-family: var(--default-title-family);
	font-size: var(--default-title-size);
	font-weight: var(--default-title-weight);
}


/* BODY */

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
	margin-bottom: 0 !important;
}

.single-content p:last-child,
p:last-child {
	margin-bottom: 0px !important;
}

.single-content p:not(:last-child),
p:not(:last-child) {
	margin-bottom: 15px !important;
}

p:first-child {
	margin-top: 0px !important;
}

.single-content ul,
.single-content ol {
	margin: 0 0 0px;
}

.aspect-ratio-1-1,
.aspect-ratio-1-1 img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.fit-height-container {
	height: fit-content;
}

.height-100 {
	height: -webkit-fill-available;
}

.list-pagination .jet-filters-pagination__item .jet-filters-pagination__link,
.list-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
	height: 42px;
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
	width: auto;
	border: none;
}

/* SEARCH BUTTON */
.search-filter-style .jet-search-filter {
	display : flex !important;
	align-items : center !important;
}
.search-filter-style .jet-search-filter button {
	margin-top : unset !important;
	font-size : unset !important;
}

.checkbox-styles .jet-checkboxes-list__row {
	display : flex !important;
	flex-direction : row-reverse !important;
}

.checkbox-styles .jet-checkboxes-list__row .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	display : none !important;
}

.checkbox-styles fieldset .jet-list-tree__children .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	display : block !important;
}

.checkbox-styles .jet-collapse-icon {
	cursor : pointer !important;
	margin : 0 !important;
}
.checkbox-styles .jet-list-tree__parent .jet-checkboxes-list__item {
	pointer-events : none !important;
}

.checkbox-styles .jet-list-tree__children .jet-checkboxes-list__button {
	padding : 0 !important;
	border : none !important;
}
/* Default: semua parent collapsed punya border */
.checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed {
  border-bottom: 1px solid #d9d9d9 !important;
}

/* Parent terakhir: hilangkan border */
.checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed:last-of-type {
  border-bottom: none !important;
}
.checkbox-styles .jet-list-tree__children:last-of-type {
	border-bottom : none !important;
}

/* Khusus: parent yang diikuti children, tapi children itu adalah elemen terakhir */
.checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed:has(+ .jet-list-tree__children:last-child) {
  border-bottom: none !important;
}










.checkbox-styles .jet-checkboxes-list__row {
	margin-bottom : 0 !important;
	margin : 0 !important;
	padding-top : 20px !important;
}

/* .checkbox-styles .jet-list-tree__parent.jet-list-toggle-collapsed {
	border-bottom : none !important;
} */
.checkbox-styles.jet-list-toggle-expanded .jet-list-tree__children {
  display: block !important;
}

.checkbox-styles .jet-list-tree__children {
	border-bottom : 1px solid #d9d9d9 !important;
	padding-bottom : 20px !important;
	padding-left : 0 !important;
}

.checkbox-styles .jet-list-tree__children .jet-checkboxes-list__row {
	padding-top : 4px !important;
	margin-bottom : 4px !important;
}



/* HEADER */

.header-navigation .menu {
	margin-left: 20px;
}

.jet-nav {
	align-items: center;
}

.btn-head .jet-nav-link-text {
	padding: var(--desktop-btn-padding-vertical-sm) var(--desktop-btn-padding-horizontal-sm);
	background: var(--red-default);
	color: var(--white-default);
	border-radius: var(--section-radius-default);
}

.jet-search-popup-active .jet-search__popup,
.jet-search__popup {
	/* 	left: unset;
	right: 0; */
}

.jet-nav__sub .menu-item-link-sub:hover {
	background-color: var(--grey-background) !important;
}


/* FOOTER */

.site-middle-footer-wrap .site-middle-footer-inner-wrap {
	/* grid-template-columns: 1.5fr 0.3fr 2.2fr !important; */
}


/* BUTTON - STICKY WHATSAPP BUTTON */

.wa-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}

.jet-filters-pagination {
	justify-content: center !important;
}

.wa-button a {
	background: linear-gradient(to top, #29b43f, #60d36b);
	color: #fff !important;
	width: 60px;
	display: table;
	height: 60px;
	border-radius: 100%;
	position: relative;
	text-align: center;
	font-size: 35px !important;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.35);
	outline: none;
	text-decoration: none;
	animation: ring-animation 5s infinite;
}

.wa-button a:hover {
	transform: scale(0.9);
	text-decoration: none !important;
}

.wa-button a img {
	width: 30px;
	height: auto;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	z-index: 888;
	transition: all 0.2s ease-in-out;
	text-shadow: 0 2px 5px rgba(20, 113, 34, 0.5);
}

.wa-button a:hover img {
	text-shadow: 0 0 0 rgba(20, 113, 34, 0.5);
	text-decoration: none;
}

@keyframes ring-animation {

	0%,
	90% {
		transform: scale(1) rotate(0deg);
	}

	92%,
	94% {
		transform: scale(1.2) rotate(-5deg);
	}

	94%,
	96% {
		transform: scale(1.2) rotate(5deg);
	}

	96%,
	98% {
		transform: scale(1.2) rotate(-4deg);
	}

	98%,
	100% {
		transform: scale(1.2) rotate(4deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}


/* LIST PRODUCT */

.btn-product-list .elementor-button-text {
	text-align: left;
}

.btn-product-list .elementor-button-content-wrapper {
	flex-direction: row-reverse;
}


/* LIST PROJECT */

.list-project .project-desc {
	display: none;
}

.list-project:hover .project-desc {
	display: block;
}

.list-project .project-desc .jet-listing-dynamic-field__content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.list-project-detail .project-desc .jet-listing-dynamic-field__content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.listing-project .jet-listing-grid__item:nth-child(odd) .e-con-inner {
	flex-direction: row-reverse;
}


/* LIST NEWS */

.list-news-img img {
	aspect-ratio: 1.34 / 1;
	object-fit: cover;
}

.list-news-title .jet-listing-dynamic-link__label,
.list-news-desc .jet-listing-dynamic-field__content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-news-title .jet-listing-dynamic-link__label {
	-webkit-line-clamp: 2;
}

.list-news-desc .jet-listing-dynamic-field__content {
	-webkit-line-clamp: 3;
}

.horizontal-timeline .jet-next-arrow, .horizontal-timeline .jet-prev-arrow {
	height : 46px;
	width : 46px;
}


/* ABOUT - HORIZONTAL TIMELINE */

.horizontal-timeline {
	cursor: grab;
	cursor: -webkit-grab;
}

.horizontal-timeline.is-dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}


/* ABOUT - CERTIFICATION */

.certification-list .elementor-swiper-button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 46px;
	width: 46px;
	background-color: var(--grey-background-2);
	border-radius: 100px;
}


/* CONTACT - FORM */

.form-style .nf-form-title,
.form-style .nf-form-fields-required {
	display: none;
}

.form-style .nf-form-content label {
	font-family: var(--desktop-body-semi-bold-sm-family);
	font-size: var(--desktop-body-semi-bold-sm-size);
	font-weight: var(--desktop-body-semi-bold-sm-weight);
	color: var(--black-default);
}

.form-style .nf-form-content .label-above .nf-field-label {
	margin-bottom: 8px;
}

.form-style .nf-field-container {
	margin-bottom: var(--section-padding-20);
}

.form-style .nf-form-content input.ninja-forms-field,
.form-style .nf-form-content textarea.ninja-forms-field {
	font-size: 14px;
	border-radius: var(--section-radius-8);
}

.form-style .nf-form-content input.ninja-forms-field {
	height: auto;
}

.form-style .nf-form-content input:not([type=submit]),
.form-style .nf-form-content textarea.ninja-forms-field {
	padding: var(--section-padding-10);
	background: #FFFFFF !important;
	border: 1px solid var(--grey-border);
	color: var(--black-default);
	font-family: var(--desktop-body-regular-sm-family);
	font-size: var(--desktop-body-regular-sm-size);
	font-weight: var(--desktop-body-regular-sm-weight);
}

.form-style .nf-form-content textarea.ninja-forms-field {
	height: 150px;
}

.form-style .nf-error.field-wrap .nf-field-element:after {
	height: 44px;
	width: 45px;
	line-height: 45px
}

.form-style .nf-error .nf-error-msg {
	font-size: 14px;
}

.form-style .nf-form-content input[type=submit] {
	height: auto;
	margin-top: var(--section-padding-10);
	padding: var(--desktop-btn-padding-vertical-default) var(--desktop-btn-padding-horizontal-default);
	border-radius: var(--section-radius-default);
	border: none;
	font-family: var(--desktop-body-semi-bold-md-family);
	font-size: var(--desktop-body-semi-bold-md-size);
	font-weight: var(--desktop-body-semi-bold-md-weight);
	background: var(--red-dark);
	color: var(--white-default) !important;
}

.form-style .nf-form-content input[type=submit]:hover {
	background: var(--black-default);
	box-shadow: none;
}

/**/

.form-style-2 .nf-form-title,
.form-style-2 .nf-form-fields-required {
	display: none;
}

.form-style-2 .field-wrap {
	position: relative;
}

.form-style-2 .nf-field-label {
	position: absolute;
	top: 16px;
	left: 12px;
	background: #fff;
	color: var(--grey-dark);
	font-size: 14px;
	font-weight: 500;
	pointer-events: none;
	transition: all 0.2s ease;
	z-index: 3;
}

.form-style-2 .nf-field-label.active {
	top: -10px;
	font-size: 12px;
	color: var(--black-default);
}

.form-style-2 .nf-form-content input.ninja-forms-field,
.form-style-2 .nf-form-content textarea.ninja-forms-field {
	font-size: 14px !important;
	border-radius: var(--section-radius-8);
	border: 1px solid var(--grey-border);
	color: var(--black-default);
	font-family: var(--desktop-body-regular-sm-family);
	font-size: var(--desktop-body-regular-sm-size);
	font-weight: var(--desktop-body-regular-sm-weight);
	padding: 20px 12px 20px 12px;
	background: #fff !important;
	width: 100%;
	position: relative;
	z-index: 2;
}

.form-style-2 .nf-form-content textarea.ninja-forms-field {
	height: 150px;
}

.form-style-2 .nf-field-container {
	margin-bottom: var(--section-padding-20);
}

.form-style-2 .nf-error.field-wrap .nf-field-element:after {
	height: 44px;
	width: 45px;
	line-height: 45px;
}

.form-style-2 .nf-error .nf-error-msg {
	font-size: 14px;
}

.form-style-2 .nf-form-content input[type=submit] {
	width: auto;
	height: auto;
	margin-top: var(--section-padding-10);
	padding: var(--desktop-btn-padding-vertical-default) var(--desktop-btn-padding-horizontal-default);
	border-radius: var(--section-radius-default);
	border: none;
	font-family: var(--desktop-body-semi-bold-md-family);
	font-size: var(--desktop-body-semi-bold-md-size);
	font-weight: var(--desktop-body-semi-bold-md-weight);
	background: var(--red-dark) !important;
	color: var(--white-default) !important;
}

.form-style-2 .nf-form-content input[type=submit]:hover {
	background: var(--black-default) !important;
	box-shadow: none;
}


/* PRODUCT - FILTER */

.filter-product-category .e-n-accordion-item:not(:first-child) {
	border-top: 1px solid var(--grey-border);
}

.jet-popup__inner {
	align-items: flex-end;
}

.btn-apply-filter {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

.btn-apply-filter.jet-popup__close-button {
	background-color: transparent !important;
}


/* DESKTOP */
@media (min-width: 1280px) {

	/* HEADER */
	.jet-nav__sub .menu-item .jet-nav-arrow {
		display: none !important;
	}

	/* ABOUT - CERTIFICATION */
	.certification-list .elementor-swiper-button-prev {
		left: -60px !important;
	}

	.certification-list .elementor-swiper-button-next {
		right: -60px !important;
	}

	/* FOOTER */
	.site-middle-footer-wrap .site-container {
		padding: 0 !important;
	}
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1279px) {}


/* MOBILE */
@media (max-width: 767px) {
	/* 	HEADER */
	.jet-mobile-menu.jet-mobile-menu-trigger-active .menu-item-link {
		justify-content: space-between !important;
	}
	
	.menu-item .menu-item-link .jet-nav-arrow {
		transform: rotate(180deg);
	}
	
	.menu-item:not(.jet-nav-hover) .menu-item-link .jet-nav-arrow {
		transform: rotate(0deg);
	}
	
	.menu-item-link-top .jet-nav-arrow {
		height: 20px;
		width: 20px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	/* 	FOOTER */
	.site-middle-footer-wrap .site-middle-footer-inner-wrap {
		/* grid-template-columns: none !important; */
	}

	/* BUTTON - STICKY WHATSAPP BUTTON */
	.wa-button {
		bottom: 10px;
		right: 10px;
	}
}