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

/* Pastikan kontainer atas tidak memotong animasi */
.jet-hor-timeline-list--top {
    overflow: visible !important;
}

/* Hanya menargetkan item di dalam list --top */
.jet-hor-timeline-list--top .jet-hor-timeline-item {
    opacity: 0;
    animation: fadeUpTop 0.8s ease-out forwards;
}

/* Efek muncul bergantian khusus untuk item di baris atas */
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(1)  { animation-delay: 1s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(2)  { animation-delay: 1.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(3)  { animation-delay: 2s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(4)  { animation-delay: 2.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(5)  { animation-delay: 3s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(6)  { animation-delay: 3.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(7)  { animation-delay: 4s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(8)  { animation-delay: 4.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(9)  { animation-delay: 5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(10) { animation-delay: 5.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(11) { animation-delay: 6s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(12) { animation-delay: 6.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(13) { animation-delay: 7s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(14) { animation-delay: 7.5s; }
.jet-hor-timeline-list--top .jet-hor-timeline-item:nth-child(15) { animation-delay: 8s; }

/* Jalur Animasi Fade Up */
@keyframes fadeUpTop {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pastikan kontainer bawah tidak memotong animasi saat bergerak naik */
.jet-hor-timeline-list--bottom {
    overflow: visible !important;
}

/* Hanya menargetkan item di dalam list --bottom */
.jet-hor-timeline-list--bottom .jet-hor-timeline-item {
    opacity: 0;
    animation: fadeUpBottom 0.8s ease-out forwards;
}

/* Efek muncul bergantian dengan jarak interval 1 detik */
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(1)  { animation-delay: 1s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(2)  { animation-delay: 1.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(3)  { animation-delay: 2s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(4)  { animation-delay: 2.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(5)  { animation-delay: 3s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(6)  { animation-delay: 3.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(7)  { animation-delay: 4s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(8)  { animation-delay: 4.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(9)  { animation-delay: 5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(10) { animation-delay: 5.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(11) { animation-delay: 6s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(12) { animation-delay: 6.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(13) { animation-delay: 7s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(14) { animation-delay: 7.5s; }
.jet-hor-timeline-list--bottom .jet-hor-timeline-item:nth-child(15) { animation-delay: 8s; }
/* Jalur Animasi Fade Up */
@keyframes fadeUpBottom {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.milestone-timeline .jet-hor-timeline-item__card-img img {
	height : 70px !important;
	width : auto !important;
	border-radius : 15px !important;
}


.milestone-timeline .jet-hor-timeline-item__card-img {
	display : flex;
	justify-content : center;
}

.milestone-timeline .jet-elements-icon {
	display : none !important;
}

.milestone-timeline .jet-hor-timeline-item__point {
	background-color: #1F519B !important;
    padding: 10px;
    width: 90px;
    margin: 0 auto;
}

.milestone-timeline .jet-hor-timeline-list--bottom .jet-hor-timeline-item__card {
	margin-top : 20px !important;
}


.trusted-style .jet-hor-timeline-item {
		padding : 0 !important;
	}

.trusted-style .e-font-icon-svg {
	display : none !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(2) .jet-hor-timeline-item__point-content  {
    background-color: #9effff !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(3) .jet-hor-timeline-item__point-content  {
    background-color: #aae7ae !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(4) .jet-hor-timeline-item__point-content  {
    background-color: #fffb96 !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(5) .jet-hor-timeline-item__point-content {
    background-color: #ffd1a4 !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(6) .jet-hor-timeline-item__point-content {
    background-color: #ffa2a2 !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(7) .jet-hor-timeline-item__point-content {
    background-color: #ff9eff !important;
}

.trusted-style .jet-hor-timeline-item:nth-child(8) .jet-hor-timeline-item__point-content {
    background-color: #c4b2ff !important;
}

.trusted-style .jet-hor-timeline--scroll-bar .jet-hor-timeline-track {
	overflow : unset !important;
}

.trusted-style .jet-hor-timeline-item {
	flex: 0 0 calc(100% / 7) !important;
    max-width: calc(100% / 7) !important;
}


 /* --- STYLE UTAMA UNTUK SETIAP KOTAK --- */
.trusted-style [class^="list-container"] {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    display: inline-block; /* Agar kotak-kotak bisa berjejer ke samping */
    vertical-align: top;
    margin-right: 10px;    /* Jarak antar kotak */
}

/* Style teks di dalam setiap item */
.trusted-style .list-item {
    font-size: 16px;
    font-weight: bold;
    color: #2d3142; /* Warna teks gelap */
    padding: 10px 0;
}

/* Garis pembatas teks di dalam kotak */
.trusted-style .list-item:not(:last-child) {
    border-bottom: 1.5px solid #2d3142;
}


/* --- WARNA BACKGROUND BERBEDA PER KOTAK (image_c58b64.png) --- */

/* Kotak ke-1 - Biru Muda */
.trusted-style .list-container {
    background-color: #e8f9ff;
}

/* Kotak ke-2 - Hijau Mint */
.trusted-style .list-container2 {
    background-color: #bbf2d7;
}

/* Kotak ke-3 - Kuning Pastel */
.trusted-style .list-container3 {
    background-color: #fffde1;
}

/* Kotak ke-4 - Jingga / Creme Muda */
.trusted-style .list-container4 {
    background-color: #ffebe0;
}

/* Kotak ke-5 - Pink Soft */
.trusted-style .list-container5 {
    background-color: #ffe6e6;
}

/* Kotak ke-6 - Ungu Muda / Magenta Soft */
.trusted-style .list-container6 {
    background-color: #fde2ff;
}

/* Kotak ke-7 - Lavender / Ungu Kebiruan */
.trusted-style .list-container7 {
    background-color: #ebe4ff;
}


/* --- BASE STYLE (CSS UTAMA) --- */
/* Mengatur elemen dasar agar tetap tegak dan berposisi benar */
.trusted-style .jet-hor-timeline-item__meta {
    position: relative !important;
    width: 80px !important;   
    height: 80px !important;  
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: transparent !important; 
    border: none !important;            
    z-index: 1;
}

/* Pseudo-element dasar untuk membentuk ketupat */
.trusted-style .jet-hor-timeline-item__meta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #2d3142; /* Warna border gelap sama untuk semua */
    border-radius: 18px;         
    transform: rotate(45deg);
    z-index: -1; 
}


/* --- PEWARNAAN BERBEDA PER ITEM (MENGGUNAKAN :NTH-CHILD) --- */

/* Item ke-1 (Huruf T - Biru Muda) */
.trusted-style .jet-hor-timeline-item:nth-child(1) .jet-hor-timeline-item__meta::before {
    background-color: #9effff !important;
}

/* Item ke-2 (Huruf R - Hijau Muda) */
.trusted-style .jet-hor-timeline-item:nth-child(2) .jet-hor-timeline-item__meta::before {
    background-color: #aae7ae !important;
}

/* Item ke-3 (Huruf U - Kuning) */
.trusted-style .jet-hor-timeline-item:nth-child(3) .jet-hor-timeline-item__meta::before {
    background-color: #fffb96 !important;
}

/* Item ke-4 (Huruf S - Jingga/Orange Pastel) */
.trusted-style .jet-hor-timeline-item:nth-child(4) .jet-hor-timeline-item__meta::before {
    background-color: #ffd1a4 !important;
}

/* Item ke-5 (Huruf T - Merah Muda/Pink) */
.trusted-style .jet-hor-timeline-item:nth-child(5) .jet-hor-timeline-item__meta::before {
    background-color: #ffa2a2 !important;
}

/* Item ke-6 (Huruf E - Magenta/Pink Cerah) */
.trusted-style .jet-hor-timeline-item:nth-child(6) .jet-hor-timeline-item__meta::before {
    background-color: #ff9eff !important;
}

/* Item ke-7 (Huruf D - Ungu) */
.trusted-style .jet-hor-timeline-item:nth-child(7) .jet-hor-timeline-item__meta::before {
    background-color: #c4b2ff !important;
}

/* SMOOTH SLIDER */

/* --- 1. PENGATURAN TINGGI & HANYA SCROLL ATAS-BAWAH --- */

#mainheader .jet-tabs__control-wrapper {
	height: 400px !important;
	overflow-y: auto !important;     /* Hanya scroll atas bawah jika konten penuh */
	overflow-x: hidden !important;   /* Mematikan scroll kiri kanan */
}

#mainheader .jet-tabs__content-wrapper {
	height: 400px !important;
	overflow-y: auto !important;     /* Hanya scroll atas bawah jika konten penuh */
	overflow-x: hidden !important;   /* Mematikan scroll kiri kanan */
}


/* --- 2. KUSTOMISASI TAMPILAN SCROLLBAR SUPAYA CANTIK --- */

/* Menentukan lebar scrollbar (untuk Chrome, Safari, Edge) */
#mainheader .jet-tabs__control-wrapper::-webkit-scrollbar,
#mainheader .jet-tabs__content-wrapper::-webkit-scrollbar {
	width: 8px; /* Membuat scrollbar lebih ramping dan elegan */
}

/* Mengatur latar belakang jalur scrollbar (Track) */
#mainheader .jet-tabs__control-wrapper::-webkit-scrollbar-track,
#mainheader .jet-tabs__content-wrapper::-webkit-scrollbar-track {
	background: #f1f1f1; /* Warna abu-abu sangat muda */
	border-radius: 10px; /* Membuat sudutnya melengkung halus */
}

/* Mengatur batang scrollbar yang digeser (Thumb) */
#mainheader .jet-tabs__control-wrapper::-webkit-scrollbar-thumb,
#mainheader .jet-tabs__content-wrapper::-webkit-scrollbar-thumb {
	background: #b1b1b1; /* Warna batang scrollbar */
	border-radius: 10px; /* Membuat batang berbentuk kapsul (rounded) */
	border: 1px solid #f1f1f1; /* Memberi efek jarak/padding dari track */
}

/* Efek saat batang scrollbar diarahkan oleh kursor (Hover) */
#mainheader .jet-tabs__control-wrapper::-webkit-scrollbar-thumb:hover,
#mainheader .jet-tabs__content-wrapper::-webkit-scrollbar-thumb:hover {
	background: #888888; /* Warna menjadi sedikit lebih gelap saat di-hover */
}


/* --- 3. DUKUNGAN UNTUK BROWSER FIREFOX --- */
@supports (scrollbar-width: thin) {
	#mainheader .jet-tabs__control-wrapper,
	#mainheader .jet-tabs__content-wrapper {
		scrollbar-width: thin; /* Membuat scrollbar ramping di Firefox */
		scrollbar-color: #b1b1b1 #f1f1f1; /* Format: [Warna Batang] [Warna Latar] */
	}
}


.single-product-container img {
	border : 1px solid black !important;
}

.single-product-container .jet-gallery-swiper-thumb {
	margin-top : 30px;
}

.single-product-container .jet-swiper-nav.jet-swiper-button-next {
	padding : 10px;
	border-radius : 50px;
	color : white !important;
	background-color : #75c7ff !important;
}

.single-product-container .jet-swiper-nav.jet-swiper-button-prev {
	display : none !important;
}

.single-product-container .jet-woo-product-gallery__trigger {
	color : white !important;
	background : gray !important;
}


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

.smooth-slider {
	pointer-events: none;
}

.market-styles {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
	width : 300px !important;
}

.post-template-default .entry-content-wrap .entry-content.single-content {
	text-align : justify !important;
}


.jet-mega-menu-sub-menu ul {
	padding : 10px !important;
	color : black !important;
}

.jet-mega-menu-sub-menu ul .jet-mega-menu-item__inner a {
	color : #1e1e1e !important;
}

.footer-icon-list .elementor-image-box-wrapper {
		display : flex !important;
		align-items : start !important;
	}

.img-full-width img {
	width : 100% !important;
}

.line-absolute {
	rotate : -94deg;
}

.zigx-container {
  position: relative;
  width: 120px;
  height: 120px;
}

.zigx-container-left {
  position: relative;
  width: 120px;
  height: 120px;
	rotate : 180deg;
}

.zigx-container-left .zigx-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 8px;
    left: -43px;
}

.zigx-line-a {
    top: 82px;
    left: 20px;
    transform: rotate(-42deg);
}

.zigx-line {
    position: absolute;
    width: 94px;
    height: 2px;
    background: #ffffff;
    transform-origin: left center;
}

.zigx-line-b {
    top: 83px;
    left: 21px;
    transform: rotate(-130deg);
}
.zigx-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 14px;
    left: 88px;
}

.timeline-line {
  position: relative;
  width: 100%;
  height: 2px;
  background: white;
  margin: 40px 0;
}

/* bullet di ujung kanan */
.timeline-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
}
.timeline-line-left {
  position: relative;
  width: 100%;
  height: 2px;
  background: white;
  margin: 40px 0;
	rotate : 180deg;
}

/* bullet di ujung kanan */
.timeline-line-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
}

/*  */


.jet-hor-timeline-list.jet-hor-timeline-list--top {
	display : flex !important;
	flex-wrap : nowrap !important;
}



.jet-form-builder-message--success {
	display : none;
}

.latepost-style {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, blue 50%, #ccc 50%) 1;
}


.elementor-widget-n-accordion .e-n-accordion-item-title {
  position: relative;
}

.elementor-widget-n-accordion .e-n-accordion-item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0A2156;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* aktif saat accordion kebuka */
.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title::after {
  transform: scaleX(1);
}


/* FORM FOOTER */

.bottom-field .wp-block-column:first-child {
	flex-basis : 48% !important;
}

.form-footer textarea {
	height : 100px !important;
}
.form-footer .for-checkbox span b {
	color : #005ab9 !important;
}

.form-footer .jet-form-builder__action-button.jet-form-builder__submit.submit-type-reload {
	padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #005ab9;
}


:where(.wp-block-columns) {
	margin-bottom : 15px !important;
}
:where(.wp-block-columns.is-layout-flex) {
	gap : 15px !important;
}

.form-footer .jet-form-builder-file-upload__message {
	display : none !important;
}

footer .form-footer .jet-form-builder-file-upload__fields input {
	border : none !important;
}

.form-footer input, .form-footer textarea {
    background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.form-footer .jet-form-builder__label-text {
    display : none !important;
}
.form-footer .jet-form-builder-file-upload__content {
	display : none !important;
}


/* MEGA MENU */

.jet-tabs__control-wrapper {
	position : relative !important;
}

.jet-tabs__label-icon.jet-tabs-icon {
	position : absolute !important;
	right : 0 !important;
}
.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control .jet-tabs__label-icon {
	display : none;
}
.elementor-widget-jet-tabs > .elementor-widget-container > .jet-tabs > .jet-tabs__control-wrapper > .jet-tabs__control.active-tab .jet-tabs__label-icon {
	display : block !important;
}

.header-product .jet-tabs__content .elementor-element .e-con-inner {
	padding : 0 !important;
}


.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
	position: absolute;
	min-width: 200px;
	top: 100%;
	left: 150%;
	transform: translateX(-50%);
	z-index: 999;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
	padding : 0 !important;
}


/* MILESTONE */

.milestone-img img {
  /* Menghubungkan elemen dengan animasi bernama 'floatAnimation' */
  animation: floatAnimation 4s ease-in-out infinite;
}

/* Membantu pergerakan animasi terlihat lebih mulus di browser */
@media (prefers-reduced-motion: no-preference) {
	@keyframes floatAnimation {
		0% {
		  transform: translateY(-20px) translateZ(0);
		}
		50% {
		  transform: translateY(20px) translateZ(0);
		}
		100% {
		  transform: translateY(-20px) translateZ(0);
		}
	}
}



@media (min-width: 700px) {
  .post-template-default #jet-theme-core-header {
    position: absolute !important;
    width: 100% !important;
    z-index: 999 !important;
	  top : 0 !important;
  }
	#jet-theme-core-header {
    position: absolute !important;
    width: 100% !important;
    z-index: 999 !important;
	  top : 0 !important;
  }
}

.lang-item .jet-mega-menu-item__label {
	display : flex !important;
	align-items : center;
}
.lang-item {
	border-right : 1px solid white;
	padding-right : 20px !important;
}
.header-blue .lang-item {
	border-right : 1px solid gray !important;
	padding-right : 20px !important;
}

.client-carrousel .elementor-swiper-button-next {
    padding: 3px !important;
    right: -40px !important;
    border-radius: 10px;
    background-color: #101924 !important;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.14);
}

.client-carrousel .elementor-swiper-button-prev {
	display : none !important;
}

.client-carrousel h2 {
	white-space : pre !important;
}




.post-navigations-style .nav-links {
	justify-content : space-between !important;
}

.post-navigations-style .post-navigation .nav-previous:after {
	display : none !important;
}



.gallery-home img {
	padding : 10px;
	border : 1px solid gray;
}


/* FORM RESELLER */

.form-contact-style .jet-form-builder__label-text {
	display : none !important;
}

.elementor-element .form-catalogue-style #nf-field-14 {
    color: white;
    text-transform: uppercase;
	width : 200px !important;
	background-color: #005ab9 !important;
    border: none !important;
}

.form-catalogue-style .jet-form-builder__label-text, .form-contact-style .jet-form-builder__label-text {
    font-weight: 400 !important;
	color : black !important;
}

.form-catalogue-style form {
    display : flex !important;
	flex-direction : column !important;
	gap : 15px !important;
}

.form-contact-style form button, .form-register-style form button {
	width : 100% !important;
	justify-content : center !important;
}

.form-catalogue-style form button, .form-contact-style form button, .form-register-style form button {
    color: white;
    text-transform: uppercase;
	background-color : #005ab9 !important;
	border : none !important;
	border-radius : 0 !important;
}

.form-reseller-style .jet-form-builder__label-text {
    font-weight: 400 !important;
	color : black !important;
}

.form-reseller-style .field-type-textarea-field {
    width: 100% !important;
    height: 100px !important;
    display: block !important;
}
.form-reseller-style .field-type-submit-field {
	margin-top : 20px !important;
}
.form-reseller-style .field-type-textarea-field textarea, .form-reseller-style .field-type-textarea-field .jet-form-builder__field-wrap {
	height : 100% !important;
}



.form-reseller-style form {
    display : flex !important;
	flex-direction : column !important;
	gap : 15px !important;
	width : 100% !important
}

.form-reseller-style form button {
    color: white;
    text-transform: uppercase;
	background-color : #005ab9 !important;
	border : none !important;
	border-radius : 0 !important;
}

.form-catalogue-style .nf-field-element {
    margin-top: -5px !important;
}

.form-catalogue-style #nf-field-6-container {
    height: 100%;
}

.form-catalogue-style #nf-field-6-container .nf-field {
    height: 100%;
}

.form-catalogue-style #nf-field-6-wrap {
    height: 100%;
}

.form-catalogue-style #nf-field-6-wrap .nf-field-element {
    height: 100%;
}

.form-catalogue-style #nf-field-6 {
    height: 100%;
}

.form-catalogue-style .nf-form-content {
    position: relative !important;
}

/* .form-catalogue-style nf-fields-wrap {
    display: block !important;
    width: 50% !important;
} */

.form-catalogue-style #nf-field-6-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

.form-catalogue-style .nf-form-fields-required, 
.form-catalogue-style .ninja-forms-req-symbol {
    display: none !important;
}

.form-catalogue-style #nf-form-title-3 {
    display: none !important;
}

.form-catalogue-style input, .form-contact-style input, .form-register-style input {
    background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.form-contact-style textarea {
	height : 200px !important;
}

.form-catalogue-style textarea, .form-contact-style textarea {
    background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
}


.elementor-element .form-reseller-style #nf-field-9 {
	margin-top: 95px;
    color: white;
    text-transform: uppercase;
    width : 200px !important;
	background-color : #005ab9 !important;
	border : none !important;
}

.form-reseller-style label {
	font-weight : 400 !important;
}

.form-reseller-style .nf-field-element {
	margin-top : -5px !important;
}

.form-reseller-style #nf-field-6-container {
    height: 100%;
}

.form-reseller-style #nf-field-6-container .nf-field {
    height: 100%;
}

.form-reseller-style #nf-field-6-wrap {
    height: 100%;
}

.form-reseller-style #nf-field-6-wrap .nf-field-element {
    height: 100%;
}

.form-reseller-style #nf-field-6 {
    height: 100%;
}


.form-reseller-style .nf-form-content  {
	position : relative !important;
}

.form-reseller-style nf-fields-wrap {
	display : block !important;
	width : 50% !important;
}

.form-reseller-style #nf-field-6-container {
	position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

.form-reseller-style .nf-form-fields-required, .form-reseller-style .ninja-forms-req-symbol {
	display : none !important;
}

.form-reseller-style #nf-form-title-2 {
	display : none !important;
}

.form-reseller-style input {
	background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.form-reseller-style textarea {
	background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
}


.heading-absolute {
    left: 50% !important;
    transform: translateX(-50%);
}

/* LISTING BLOG */
.listing-blog .next-arrow {
	border-radius : 10px !important;
}
.listing-blog .prev-arrow {
	display : none !important;
}


/* BANNER */
.banner-style img {
	width : 100% !important;
	object-fit : cover !important;
	height : 100% !important;
}
.banner-style {
	height : 660px !important;
}
.banner-style .elementor-image-carousel-wrapper {
	height : 100% !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);
}


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

.product-image-style, .product-image-style img {
	aspect-ratio: 1 / 1;
    object-fit: contain;
}

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


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


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

/* 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) {
	
			.milestone-timeline .jet-hor-timeline-item__card-img img {
			height : 40px !important;
			width : auto !important;
			border-radius : 15px !important;
		}
	
			.elementor-element .trusted-style .jet-hor-timeline--scroll-bar .jet-hor-timeline-track {
			overflow : auto !important;
		}

		.elementor-element .trusted-style .jet-hor-timeline-item {
			flex: 0 0 calc(100% / 2) !important;
			max-width: calc(100% / 2) !important;
		}
	
	.trusted-style .jet-hor-timeline-item {
		padding : 0 !important;
	}
	.trusted-style .jet-hor-timeline-list {
		margin-top : 10px !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;
	}
	#gallery-1 {
	display : grid !important;
}
	.heading-absolute h2 {
	white-space : nowrap !important;
}
	.banner-home {
		height : 150px !important;
		min-height : unset !important;
	}
	.container-coverage .elementor-widget-image {
		width : 100% !important;
		margin : 0 !important;
	}
	.container-coverage .elementor-widget-image img {
		height : 150px !important;
		width : auto !important;
	}
		.form-reseller-style #nf-field-6-container {
		position: relative !important;
		width: 100% !important;
	}
		.elementor-element .form-reseller-style nf-fields-wrap {
		width : 100% !important;
	}
		.elementor-element .form-reseller-style #nf-field-9 {
		margin: 0 !important;
	}
		
		.client-carrousel .elementor-swiper-button-next {
		display : none !important;
	}

	.client-carrousel .elementor-swiper-button-prev {
		display : none !important;
	}
}