/*
 Theme Name:   Aga Prima
 Theme URI:    https://shandykaf.com
 Description:  Kadence Child Theme
 Author:       Shandyka Febrian
 Author URI:   https://shandykaf.com
 Template:     kadence
 Version:      2.0.0
 Text Domain:  kadence-child
*/


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


/* APPLICATION - INDUSTRY */

#archive-container img {
	aspect-ratio : 4/3 !important;
	object-fit : cover !important;
}

.archive .pagination {
	display : flex !important;
	flex-direction : column;
	align-items : center !important;
}

.archive .pagination .current {
	border-color : #FD0000 !important;
	background-color : #FD0000 !important;
}
 .entry-taxonomies a {
	color : #FD0000 !important;
}

.comment-navigation a:hover, .post-navigation a:hover {
	color : #FD0000 !important;
}

.single-post .post-thumbnail-inner img {
	width : 100% !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
	border-color : #FD0000 !important;
}

.footer-icon-contact .elementor-icon-box-wrapper {
	display : flex !important;
	align-items : center !important;
}

.single-post .wp-block-list li {
	margin-bottom : 16px !important;
}


.industry-styles .jet-listing-dynamic-repeater__items {
    display: flex !important;
    gap: 16px !important;
	align-items : stretch !important;
	justify-content : center !important;
	flex-direction : row !important;
	flex-wrap : wrap !important;
}
.industry-styles .jet-listing-dynamic-repeater__item {
    width : 30% !important;
}
.industry-item {
	justify-content : center !important;
	height : 100% !important;
}


/* APPLICATION - SOLUTION */

.solution-item {
	display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start !important;
}

.solution-title {
	font-size : 18px !important;
	font-weight : 600 !important;
}

.solution-styles .jet-listing-dynamic-repeater__items  {
	gap : 20px !important;
}


/* ARROW JET LISTING */

.next-arrow, .prev-arrow {
	border-radius : 10px !important;
}


/* REPEATER STYLE */

/* TERM WHY */

.term-why .jet-listing-dynamic-repeater__items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
	align-items : stretch !important;
}


.term-why .jet-listing-dynamic-repeater__items .why-item {
	background : white !important;
	gap : 16px;
	padding : 20px !important;
	border-radius : 10px !important;
	align-items : flex-start !important;
	height : 100% !important;
}

.term-why .jet-listing-dynamic-repeater__items .why-item .why-item__icon img {
	height : 60px !important;
	aspect-ratio : 1 !important;
	object-fit : contain !important;
}

.term-why .jet-listing-dynamic-repeater__items .why-item h3 {
	font-size : 16px !important;
}

.term-why .jet-listing-dynamic-repeater__items .why-item .why-item__desc {
	font-size : 14px !important;
}

.term-why .why-item__content {
	width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.why-item_desc > div:empty {
    display: none;
}

.why-item_desc:has(> div:not(:empty)) {
    display: block;
}

.why-item_desc:not(:has(> div:not(:empty))) {
    display: none;
}

/* TERM FEATURE */

.term-feature .jet-listing-dynamic-repeater__items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
}

.term-feature .jet-listing-dynamic-repeater__items .feature-item {
    background: #FFFFFF4D !important;
    gap: 16px;
    padding: 20px !important;
    border-radius: 10px !important;
    align-items: flex-start !important;
    height: 100% !important;
	flex-direction : column !important;
	justify-content : center !important;
	border : none !important;
}

.term-feature .jet-listing-dynamic-repeater__items .feature-item .feature-item__icon {
    margin : 0 auto !important;
}

.term-feature .jet-listing-dynamic-repeater__items .feature-item .feature-item__icon img {
    height: 60px !important;
    aspect-ratio: 1 !important;
    object-fit: contain !important;
}

.term-feature .jet-listing-dynamic-repeater__items .feature-item h3 {
    font-size: 16px !important;
	color : white !important;
}

.term-feature .jet-listing-dynamic-repeater__items .feature-item .feature-item__desc {
    font-size: 14px !important;
	color : white !important;
}

.term-feature .feature-item__content {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
	text-align : center !important;
}


/* TERM BENEFIT */

.term-benefit {
	margin : 0 auto !important;
}

.term-benefit .jet-listing-dynamic-repeater__items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
}

.term-benefit .jet-listing-dynamic-repeater__items .benefit-item {
    background: white !important;
    gap: 16px;
    padding: 20px !important;
    border-radius: 10px !important;
    align-items: flex-start !important;
    height: 100% !important;
	justify-content : center !important;
}

.term-benefit .jet-listing-dynamic-repeater__items .benefit-item .benefit-item__icon img {
    height: 60px !important;
    aspect-ratio: 1 !important;
    object-fit: contain !important;
}

.term-benefit .jet-listing-dynamic-repeater__items .benefit-item h3 {
    font-size: 16px !important;
}

.term-benefit .jet-listing-dynamic-repeater__items .benefit-item .benefit-item__desc {
    font-size: 14px !important;
}

.term-benefit .benefit-item__content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* TERM FAQ */

.term-faq .jet-listing-dynamic-repeater__items, .term-faq .je-faq {
	flex-direction : column !important;
}
.term-faq {
	width : 100% !important;
}

/* Wrapper */
.je-faq{
  border:1px solid rgba(0,0,0,.1);
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
  margin-bottom:10px;
  overflow:hidden;
}

/* Question */
.je-faq__q{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 16px;
  background: white !important;
  border:0;
  cursor:pointer;
  font-weight:600;
	padding : 20px !important;
	color : #1e1e1e !important;
}

/* Icon */
.je-faq__icon{
  width:16px;
  height:16px;
  position:relative;
}
.je-faq__icon::before,
.je-faq__icon::after{
  content:"";
  position:absolute;
  top:50%; left:50%;
  width:12px; height:2px;
  background:#1e1e1e;
  transform:translate(-50%,-50%);
  transition:.25s ease;
}
.je-faq__icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.je-faq.is-open .je-faq__icon::after{
  transform:translate(-50%,-50%) rotate(0);
}

/* Answer */
.je-faq__a{
  height:0;
  overflow:hidden;
  transition:height .3s ease;
}
.je-faq__a-inner{
  padding: 20px ;
  font-size:14px;
  line-height:1.6;
  color:#555;
}

.je-faq__qtext {
	text-align : start !important;
}









/* 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);
}

.language-switch-style li .jet-mega-menu-item__inner {
	padding : 0 !important;
}

.language-switch-style li .jet-mega-menu-item__inner a {
	order : 2 !important;
}

/* FORM */ 
.contact-form #nf-form-title-1 {
	display: none;
}

.contact-form-kontak {
	box-shadow: 0px 9px 20px -4px rgba(0, 0, 0, 0.15);
	padding: 60px;
}

.contact-form .nf-form-fields-required,
.ninja-forms-req-symbol {
	display: none;
}

.contact-form .nf-form-content label {
	font-family: "Spline Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #1e1e1e;
}

.contact-form.form-white .nf-form-content label {
	color: #FFFFFF;
}

.contact-form .nf-form-content .label-above .nf-field-label {
	margin-bottom: 5px;
}

.contact-form .nf-field-container {
	margin-bottom: 15px;
}

.contact-form .nf-form-content input.ninja-forms-field,
.contact-form .nf-form-content textarea.ninja-forms-field {
	font-size: 15px;
	font-weight: 400;
}

.contact-form .nf-form-content input.ninja-forms-field {
	height: 45px;
}

.contact-form .nf-form-content input:not([type=button]),
.contact-form .nf-form-content textarea.ninja-forms-field {
	background: #f5f5f5;
    border: 1px solid #cecece;
    color: #575757;
    border-radius: 10px;

}

.contact-form.form-white .nf-form-content input:not([type=button]),
.contact-form.form-white .nf-form-content textarea.ninja-forms-field {
	background: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.contact-form .nf-form-content textarea.ninja-forms-field {
	height: 150px;
	border-radius: 0px;
}

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

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

#nf-form-title-1 h3 {
	display: none;
}

.contact-form .nf-form-content input[type=submit] {
	padding: 15px 36px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px !important;
    color: #000000 !important;
    background: #ffffff !important;
    border: 2px solid #FD0000;
    border-radius: 0px;
	height : unset !important;
}
.contact-form.form-white .nf-form-content input[type=submit] {
    color: #FFFFFF !important;
    background: #000000 !important;
    border: 2px solid #000000;
}

.contact-form textarea {
	border-radius : 10px !important;
}

.jet-gallery-swiper-thumb {
	margin-top : 20px !important;
}

.contact-form .nf-form-content input[type=submit]:hover {
	background: #1E1E1E !important;
	color: white !important;
}

.menu-contact-styles a:hover span {
	color: white !important;
}

.jet-woo-product-gallery__image img {
	aspect-ratio : 1 !important;
	object-fit : cover !important;
}

.line-clamps-style .jet-listing-dynamic-field__content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.repeater-styles .jet-listing-dynamic-repeater__items {
	 display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    max-width: 100%;
}

.features-repeater .feature-image img[src=""],
.features-repeater .feature-image img:not([src]) {
    display: none;
}


.features-repeater {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    max-width: 100%;
	height : 100% !important;
}

.feature-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all .25s ease;
	height : 100% !important;
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.feature-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin-bottom: 16px;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2937;
}

.feature-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

.video-category-styles .jet-listing-dynamic-field__inline-wrap .jet-listing-dynamic-field__content {
	width : 100% !important;
}
.video-category-styles .jet-listing-dynamic-field__inline-wrap {
	width : 100% !important;
}

.menu-contact-styles a span {
	color: #1E1E1E !important;
	font-family: "Spline Sans" !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	text-transform : uppercase !important;
}

#submit {
	display: flex !important;
	padding: 15px 36px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 10px !important;
	border-radius: 8px !important;
	border: 2px solid #FD0000 !important;
	background-color : #FD0000 !important;
	color : white !important;
}

.menu-contact-styles a  {
	display: flex !important;
	padding: 15px 36px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 10px !important;
	border-radius: 8px !important;
	border: 2px solid #FD0000 !important;
	margin-left : 30px !important;
}
.menu-contact-styles a:hover  {
	display: flex !important;
	padding: 15px 36px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 10px !important;
	border-radius: 8px !important;
	border: 2px solid #FD0000 !important;
	margin-left : 30px !important;
	background-color : #FD0000 !important;
}

.language-switch-style ul {
	padding : 10px !important;
	gap : 10px !important;
}
.language-switch-style ul li a {
	color : black !important;
}

.header-container-left {
/* 	width : 70%  !important; */
}
.header-container-right .jet-nav--horizontal {
	justify-content : flex-end !important;
	align-items : center !important;
}


/* 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-gallery img {
	aspect-ratio : 1 / 1;
	object-fit : cover;
}

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

.listing-blog-styles .jet-listing-dynamic-link a span {
	text-align : center !important;
}


/* HEADER */

header.site-header,
.item-is-fixed {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

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

.listing-arrow-style .jet-listing-grid__slider-icon.next-arrow, .listing-arrow-style .jet-listing-grid__slider-icon.prev-arrow {
	border : 2px solid #cecece !important;
	border-radius : 100px !important;
}


.img-slider-style .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	pointer-events: none;
	cursor: default;
}

.img-slider-style {
	pointer-events: none;
}
.img-slider-style figure {
	display : flex !important;
	justify-content : center !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;
}

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


/* PRODUCT - CATEGORY */

.img-square img.swiper-slide-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover !important;
}

.video-transparent .elementor-custom-embed-image-overlay img {
	width: auto !important;
}

.video-transparent .elementor-custom-embed-play {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 110px;
    width: 110px;
    background: white;
    border-radius: 100px;
}

.video-transparent .elementor-custom-embed-play {
	animation: pulse-shadow 1.5s infinite;
}

.video-transparent .elementor-custom-embed-play:hover {
	animation: none;
	box-shadow: none;
}

@keyframes pulse-shadow {
	0% {
		box-shadow: 0 0 0 0px #ffffff8a;
	}

	100% {
		box-shadow: 0 0 0 40px #ffffff00;
	}
}


/* HEADER */

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

/* LISTING - PRODUCT - CAT */

.listing-product-img img {
	aspect-ratio: 1/1;
	object-fit: contain !important;
}


/* DESKTOP */
@media (min-width: 1280px) {
    /* FOOTER */
    .site-middle-footer-wrap .site-container {
        padding: 0 !important;
    }
}


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


/* MOBILE */
@media (max-width: 767px) {
	/* 	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;
	}
	header .header-container-left {
	width : 100%  !important;
	}
	header .header-container-right nav {
		margin-left : 20px !important;
	}
	
	.aspect-ratio-1-1,
	.aspect-ratio-1-1 img {
    flex-grow : unset !important;
	}
	
	.term-why .jet-listing-dynamic-repeater__items {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px !important;
}
	.term-feature .jet-listing-dynamic-repeater__items {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
}
	.term-benefit .jet-listing-dynamic-repeater__items {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
}
}