/*
 Theme Name:   Site Name
 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 -- */


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


.listing-projects-styles 
.jet-listing-grid__item:nth-child(odd) {
  margin-top: 100px !important;
}

.button-projects-styles {
	right: 50% !important;
  	transform: translateX(112%) !important;
}

/* CONTACT - FORM */

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

.form-style .nf-form-content label {
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #111111;
}

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

.form-style .nf-field-container {
	margin-bottom: 20px;
}

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

.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: 10px;
	background: #ffffff !important;
	border: 1px solid #d1d5db;
	color: #111111;
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.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: 10px;
	padding: 12px 24px;
	border-radius: 8px;
	border: none;
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	background: #01244C;
	color: #ffffff !important;
	cursor: pointer;
}

.form-style .nf-form-content input[type=submit]:hover {
	background: #111111;
	box-shadow: none;
}

.gallery-styles img {
	aspect-ratio : 4/3 !important;
	object-fit : cover !important;
}

.project-desc p {
  display: none;
}

.project-desc p:first-of-type {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}




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

.jet-carousel__item {
	padding : 0 !important;
}

/* FOOTER */

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

/* .header-menu-container {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: top 0.3s ease;
	z-index: 999;
}

.header-menu-container {
	backdrop-filter: blur(4.5px);
} */

.header-menu-container.is-scrolled {
	top: 0;
	backdrop-filter: blur(4.5px);
	-webkit-backdrop-filter: blur(4.5px);
	background: rgba(255, 255, 255, 0.2);
}

.header-menu-container {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	overflow: hidden;
	transition: top 0.3s ease;
}

.header-menu-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
	transition: width 1s ease;
}

.header-menu-container.is-scrolled {
	top: 0;
}

.header-menu-container.is-scrolled::before {
	width: 100%;
}




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

/* CARROUSSEL */
.carrousel-style .jet-carousel .jet-arrow.prev-arrow {
	position : absolute !important;
	bottom : 20px !important;
	right : 88px !important;
	left : unset !important;
}

.carrousel-style .jet-carousel .jet-arrow.next-arrow {
	position : absolute !important;
	bottom : 20px !important;
	right : 20px !important;
}

.carrousel-style .jet-carousel .jet-arrow {
	top : unset !important;
}

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


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