.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


			@media only screen and (max-width: 768px) {
p.has-location a:hover{
	color: #ef8903;
}
.serviceSlider .swiper-pagination-bullet,
.staffSlider .swiper-pagination-bullet{
		opacity: 1;
    background: #fff;
	}
.serviceSlider .service-box{
	width: 100% !important;
}

.serviceSlider .swiper-pagination,
.staffSlider .swiper-pagination{
	text-align: center !important;
}
	.serviceSlider-wrap{
		display: block;
	}
}
.d-desktop-service{
	display: flex;
	flex-wrap: wrap;
}

.staffSlider .swiper-slide .col-lg-3{
	width: 100%;
}

.staffSlider .swiper-pagination{
	margin-bottom: 30px;
}

p.has-location a:hover{
	color: #ef8903;
}




.wpcf7-spinner {
    position: absolute !important;
    top: 50%;
    transform: translate(-50%, -50%);
}


#nnf-form form.mixed-column-form{
	text-align:left;
}
#nnf-form form.mixed-column-form label{
	color: #fff;
	margin-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: left;
	font-size: 14px;
}
#nnf-form form.mixed-column-form input{
	border-radius:0;
	font-size: 14px;
	    background: #fff;
	border:0;
	color:#000;
}
#nnf-form form.mixed-column-form .lp-form-field{
	text-align: left;
}
#nnf-form form.mixed-column-form button.lp-form-button{
	background: #ef8903;
    border-radius: 0;
    border: 0;
		font-size: 14px;
    height: 50px;
	margin-top: 1rem;
}
#nnf-form .popup-form{
	background: none;
	width: auto;
}

.fc-knowledge .img-detect img, .fc-news .img-detect img, .show-arrow img {
	object-position:top;
}

.fancybox__container label.lp-ellipsis{
	 font-size: 1.6rem;
    display: inline-block !important;
    padding-bottom: 0.5rem;
}

 .t-box .tringle:after {
 border-color: #fff transparent transparent !important;
        }


/* News detail page */
body.single-news .news-details img{
	margin-bottom: 0;
    margin-top: 0;
}
.post20377-img {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.post20377-img img {
    height: 370px;
    object-fit: cover;
	width: 95%;
}

/* End News detail page */




/* Knowledge yt video */
@media only screen and (min-width: 1440px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 460px;
	}
}
@media only screen and (min-width: 1680px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 560px;
	}
}
@media only screen and (min-width: 1920px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 650px;
	}
}
@media only screen and (min-width: 2560px) {
	.demand-for-biofuel-is-up-but-why p iframe{
		height: 850px;
	}
}

#nnf-form form.mixed-column-form input{
  font-size: 1.8rem;
	color:black;
}
#nnf-form form.mixed-column-form textarea{
  font-size: 1.8rem;
	color:black;
	background:white;
	border-radius:0;
	border:none;
}

.n7-section .column p {
    font-size: 1.25rem;
    line-height: 1.3;
}


.popup-form button.lp-form-button {
	margin-top:2rem !important;
	font-size:1.8rem !important;
}


@media (min-width: 768px) {
    .news-details img.alignleft {
        float: left;
        margin: 2rem 2rem 1rem 0;
    }
}

label.lp-ellipsis {
    font-size: 1.6rem;
}


.lp-form-fieldInput {
    border: 1px solid black !important;
    margin-top: 1rem;
}
.formTitle{
    text-align: left !important;
}

.lpt-webinarStatic {
    max-width: 65rem !important;
	padding: 3rem;
}

[data-editorblocktype="SubmitButtonBlock"] {
	width:100% !important
}

.lp-form-button.lp-form-fieldInput{
    background: #ef8903 !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 1.6rem;
    height: 5rem;
	color:white;
		width:100% !important
}
.lp-form-button.lp-form-fieldInput:hover {
    background: #092f57 !important;
     
}
.marketing-subscription-list{
	margin-bottom : 1rem
}
[lang="fr-FR"] {
    .env-card.tiny-editor p {
        font-size: 1.8rem;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
  }

  .modal-content {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    width: 90%;
    max-width: 500px;
    animation: slideUp 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: translateY(0);
  }

  .modal-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body h2 {
    margin: 0 0 10px;
    font-size: 24px;
  }

  .modal-body p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
  }

  .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 36px; height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s;
  }

  .close:hover {
    transform: rotate(90deg);
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @keyframes slideUp {
    from {transform: translateY(60px);}
    to {transform: translateY(0);}
  }

  .s-box-img {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .s-box-img:hover {
    transform: scale(1.03);
  }

  .s-box-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.s-box-img:hover img {
  transform: scale(1.05);
}

/* Modal image juga seragam */
.modal-content img {
  width: 100%;
  height: 300px; /* atur sesuai keinginan */
  object-fit: cover;
}


