/*
 Theme Name:   Site Name
 Theme URI:    https://shandykaf.com
 Description:  Kadence Child Theme
 Author:       Shandyka Febrian
 Author URI:   https://shandykaf.com
 Template:     kadence
 Version:      1.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;
}
#gallery-page-grid .elementor-element img {
	aspect-ratio: 1;
}

#mobile-drawer .drawer-inner {
	background-color : #E37C19 !important;
}
/* SOCIAL LINKS */
#social-links {
	display : flex;
	gap : 20px;
	justify-content : center;
}
#social-links a i {
	font-size : 24px;
	color : #E67817;
}

.jet-product-gallery-icon.jet-swiper-nav i {
	font-size : 40px;
}

/* LISTING PRODUCT PAGE */
#listing-produk .jet-listing-grid__items {
	justify-content: center;
}
#listing-produk .jet-listing-dynamic-image:hover .jet-listing-dynamic-field__content {
	color: #FDA65A;
}
#title-categories-product .jet-listing-dynamic-link__label {
	text-align: center;
}
.elementor-slideshow__title {
	display: none;
}

.image-box-product h3 a {
	color: #1E1E1E !important;
	text-align: center !important;
	
	font-family: Poppins !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	text-transform: uppercase !important;
}
.image-box-product:hover h3 a {
	color: #FDA65A !important;
}


/* FAQ */
.faq-section .elementor-tab-content p {
	text-align: justify !important;
}
.faq-section .elementor-tab-title.elementor-active {
	background-color: black !important;
}
.faq-section .elementor-accordion {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.faq-section .elementor-accordion-icon {
	margin-right: 35px;
}
.faq-section .elementor-accordion-icon i {
	font-size: 24px;
}
.faq-section .elementor-accordion .elementor-tab-content {
	padding: 28px 20px;
}
.image-sub-category img {
	aspect-ratio : 4/3 !important;
}

.image-box-product img {
	aspect-ratio: 4/3  !important;
	border-radius : 25px;
}


/* CONTACT FORM */
#contact-form .nf-form-fields-required, #contact-form .ninja-forms-req-symbol {
	display: none;
}
#contact-form .nf-form-content {
	padding: 37px;
	border-radius: 25px;
	background: #FEF7F1;
	box-shadow: 0px 13px 26px -12px rgba(30, 30, 30, 0.30);
}
#contact-form .nf-field-label label {
	color: #1E1E1E;
	font-family: "Nunito Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 147%;
}
#contact-form .nf-field-label {
	margin-bottom: 0 !important;
}
#contact-form .nf-form-content input:not([type=button]), #contact-form #nf-field-3 {
	border: 1.2px solid #BDBDBD;
	background: #FFF;
}
#contact-form #nf-field-4 {
	border-radius: 10px;
	background: #E6171E !important;
	box-shadow: 0px 10px 20px -10px rgba(30, 30, 30, 0.60);
	padding: 6px 38px;
}
#contact-form #nf-field-4-wrap .nf-field-element {
	display: flex;
	justify-content: center;
}


/* FOOTER */

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

#colophon .site-middle-footer-wrap .site-footer-row-container-inner {
	background-color: #f5f5f5;
}
#colophon .site-bottom-footer-wrap .site-footer-row-container-inner {
	background-color: #EDEDED;
}

/* SEARCH FORM */
#masthead .search-form {
	margin-left: 30px;

}

#masthead .search-form input {
	border: none;
	border-radius: 10px;
	background-color: #ededed;
	padding: 12px 20px;
}

#masthead .search-form label input {
	width: 240px;
}

#masthead .kadence-search-icon-wrap span {
	color: #E67817;
}


/* BUTTON - STICKY WHATSAPP BUTTON */

.wa-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}
.tentang-kami-image img {
	aspect-ratio: 3/2;
}


.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);
	}
}

/* BANNER */

.slider-banner .elementor-image-carousel-caption,
.slider-banner .elementor-image-carousel-caption a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.slider-banner img.swiper-slide-image {
	width: 100% !important;
}

/* .slider-banner .elementor-swiper-button-prev {
	left: 15px !important;
    display: block;
}
.slider-banner .elementor-swiper-button-next {
	right: 15px !important;
    display: block;
} */

/* GALLERY */
#gallery-single-product .gallery {
	max-height: 300px;
	  overflow-y: auto;  /* Scroll untuk vertikal */
    overflow-x: hidden;  /* Hilangkan scroll untuk horizontal */
}

/* HOME - ABOUT */

.slider-about img {
	aspect-ratio: 4/2.7;
	object-fit: cover;
}
.why-us-icon .elementor-image-box-wrapper {
	display : flex;
	gap : 15px;
}

.slider-about .elementor-swiper-button-prev,
.slider-about .elementor-swiper-button-next {
	height: 30px;
	width: 30px;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 100px;
}

.slider-about .elementor-swiper-button-prev:hover,
.slider-about .elementor-swiper-button-next:hover {
	background: rgba(255, 255, 255, 1);
}
.link-sub-category a {
	text-align: center;
}

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

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

.gallery-flexbox img {
	aspect-ratio: 1 !important;
}


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


/* MOBILE */
@media (max-width: 767px) {

	.gallery-columns-6 {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	#contact-form .nf-form-content {
		padding: 50px 15px !important;
	}
	#contact-form .nf-form-content input.ninja-forms-field {
		height: unset !important;
	}

	#masthead .search-form {
		margin-left: 0 !important;
	}
	#masthead .site-header-main-section-left {
		width: 100%;
	}
	.site-header-section>.site-header-item:last-child {
		width: 100%;
	}
	.mobile-html {
		width: 100%;
	}
	#masthead form .search-field {
		width: 100% !important;
	}
	.site-branding a.brand img {
		max-width: 250px !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;
	}
	#masthead .site-main-header-inner-wrap {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
#masthead .site-header-main-section-left {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
#masthead .mobile-toggle-open-container {
	position : absolute;
	top : 10px;
	left : 0
}
	#masthead #mobile-toggle {
		border-radius: 0px 7px 7px 0px;
	}
	#mobile-menu li .drawer-nav-drop-wrap a {
		color : white !important;
	}
}



