/*
Theme Name: Neo
Theme URI: https://neo.ciuss.net
Author URI: https://facebook.com/ciussgw
Description: Neo is a theme for business websites and company profiles
Author: Ciuss Creative
Version: 1.0.1
Requires at least: 6.2
Tested up to: 6.8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: neo
Copyright: (c) 2025 ciuss.com
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    line-height: 1.4;
    text-align: left; 
	font-weight: 400;
    font-size: 14px;
    color: #222;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
input, select, button, textarea {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: 0 !important;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.screen-reader-text {
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}


/* POST 1, CSR 1, EVENT 1 */

.sp__postone {
    padding: 20px 0;
}

.sp__heading {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.sp__loop {
    position: relative;
    padding: 12px 0;
    align-items: center;
    display: flex;
}

.sp__image {
    width: 100px;
    margin: 0 0 0 auto;
}

.left__img .sp__image {
    margin: 0 auto 0 0;
}

.sp__image img {
    display: block;
    width: 100px;
    height: auto;
}

.sp__meta {
    width: calc( 100% - 120px);
}

.spe__postone .sp__meta {
    width: 100%;
}

.sp__date {
    font-size: 13px;
    margin: 0 0 8px;
    opacity: 0.75;
}

.sp__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
}

.sp__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* TEAM 1 */

.wft__teamone {
    padding: 80px 0;
}

.wft__loopinner {
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.wft__image {
    position: relative;
    display: block;
}

.wft__image img {
    display: block;
    width: 100%;
}

.wft__name {
    position: absolute;
    left: 50px;
    bottom: -3px;
    transform: rotate(-90deg) translateX(0);
    transform-origin: left bottom;
    white-space: nowrap;
    padding: 0 80px 0 5px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
    height: 50px;
    line-height: 50px;
}

.wft__position {
    padding: 15px 25px 15px 50px;
    opacity: 0.8;
}

/* SLIDE */

.wft__slide img {
    display: block;
}

/* TESS ! */
.wfr__tessone {
	padding: 80px 0 30px;
}
.wfr__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfr__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}
.wfr__inner {
  column-count: 3;
  column-gap: 30px;
  margin: 0;
  }
  
  .wfr__loop {
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    position: relative;
}

.wfr__star {
    position: absolute;
    bottom: 48px;
    right: 30px;
    font-size: 18px;
}

.wfr__loop table .single__star i {
    margin: 0 1px !important;
    font-size: 18px !important;
    width: auto !important;
}

.wfr__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 2px;
}

.wfr__prof {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.wfr__prof span {
    font-style: italic;
    opacity: 0.7;
}

.wfr__content {
    opacity: 0.8;
    margin: 0 0 25px;
    font-size: 16px;
}

.wfr__img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}

/* ACCORDION */
.wfa__accordone {
	padding: 80px 0;
}
.wfa__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfa__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}
        .neoaccord-item {
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        
        .neoaccord-header {
            margin: 0;
        }
        
        .neoaccord-button {
            width: 100%;
            padding: 25px 60px 25px 0;
            text-align: left;
            background: transparent;
            border: none;
            cursor: pointer;
            font-size: 25px;
            font-weight: 600;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .neoaccord-button::after {
            content: "+";
			top: calc( 50% - 15px );
            position: absolute;
            right: 20px;
			height: 30px;
			line-height: 30px;
            font-size: 24px;
            transition: transform 0.3s ease;
        }
        
        .neoaccord-button.active::after {
            content: "-";
        }
        .neoaccord-body {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }
        
        .neoaccord-body.show {
            max-height: 1000px;
        }
		.now-open {
            padding: 0 0 30px;
			transition: all .5s ease;
			font-size: 18px;
			opacity: 0.75;
        }
		.neoaccord-body.show .now-open {
			transition: all .5s ease;
        }
		.neoaccord {
			margin: 0 auto;
        }
    
    
/* EVENT 1 */

.wft__eventone {
    padding: 80px 0 40px;
}

.wft__evhead {
    font-size: 35px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
}

.wft__evhead:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 80px;
    z-index: 2;
}

.wft__evhead:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 1px;
    width: 160px;
    z-index: 1;
}

.wft__evouter {
    margin: 0 -20px;
}

.wft__evloop {
    width: calc( 50% - 40px);
    float: left;
    margin: 0 20px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wft__evloop:nth-child(4n-1) {
    margin: -60px 20px 40px;
}

.wft__evouter .wft__evafter.g__clear {
    display: none;
}

.wft__evouter .wft__evafter.g__clear:nth-child(4n) {
    display: block;
}

.wft__evleft {
    float: left;
    width: calc( 100% - 240px);
}

.wft__evleftin {
    padding: 30px;
    height: 140px;
}

.wft__title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.wft__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wft__flex {
    margin: 0 0 15px;
}

.wft__flex span {
    display: block;
    font-size: 90%;
    opacity: 0.8;
}

.wft__flexauto {
    margin-left: auto;
}

.wft__evright {
    float: right;
    height: 210px;
    width: 210px;
    text-align: center;
    border-width: 0 0 0 1px;
    border-style: dashed;
}

.wft__button a {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 8px;
}

.wft__evgone,
.wft__evcome {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 16px;
}

/* PARTNER 1 */
.wfop__partnerone {
	padding: 80px 0;
}
.wpop__image {
	display: flex; 
	justify-content: center; 
	align-items: center;
	height: 50px; 
	padding: 15px; 
}
.wpop__image a {
	display: block; text-align: center;
}
.partner__logo {
	max-width: 80%;
							width: auto !important;
							margin: 0 auto;
							max-height: 50px;
							height: auto;
}
.gray__image .partner__logo {
	filter: grayscale(100);
}

/* PRICING */

.wfp__priceone {
    padding: 80px 0 40px;
}

.wfp__inner {
    position: relative;
    margin: 30px 10px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    overflow: hidden;
}

.wfp__pop.wfp__inner {
    margin: 0 10px 40px;
    padding: 70px 0 40px;
}

.wfp__circle {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    z-index: 2;
}

.wfp__circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 2;
    opacity: 0.15;
    transform: scale(7.5);
}

.wfp__circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 15px;
    border-radius: 100%;
    z-index: 1;
    opacity: 1;
    transform: scale(10);
}

.wfp__over {
    position: relative;
    z-index: 3;
}

.wfp__featured {
    margin: 0 40px 15px;
    height: 40px;
}

.wfp__featured span {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
}

.wfp__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.wfp__price {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.wfp__per {
    margin: 0 40px 55px;
    text-align: right;
}

.wfp__per span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 30px;
}

.wfp__list {
    margin: 0 40px 40px;
}

.wfp__list {
    list-style: none;
}

.wfp__list li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-width: 0 0 1px;
    border-style: solid;
    font-size: 16px;
}

.wfp__list li:before {
    content: '';
    position: absolute;
    top: calc( 50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.wfp__order {
    margin: 0 40px;
}

.wfp__order a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}

/* SERVICE */

.wfs__aboutone {
    padding: 80px 0;
}

.wfs__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfs__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.wfs__outer {
    margin: 0 -10px;
}

.wfs__outer .g__clear {
    display: none;
}

.wfs__outer .g__clear:nth-child(6n) {
    display: block;
}

.wfs__loop {
    float: left;
    margin: 0 10px 20px;
    width: calc( 33.33% - 20px);
}

.wfs__image {
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}

.wfs__image img {
    display: block;
}

.wfs__over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.wfs__photo {
    width: 50px;
    height: 50px;
    margin: 30px 0 30px 30px;
    overflow: hidden;
}

.wfs__ovhead {
    font-size: 24px;
    line-height: 1.15;
    padding: 0 30px;
    margin: 0 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wfs__ovexp {
    padding: 0 30px;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wfs__more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 0 30px;
    max-width: 65%;
    transition: all .3s ease;
}

.wfs__loop:hover .wfs__more {
    padding: 0 0 0 60px;
}




/* HERO 1 */

.wfh__headheroone {
    padding: 80px 0;
}

.wfh__cheroone {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wfh__cheroone img {
    display: block;
    border-radius: 10px;
}

.wfh__headheroblock {
    padding: 0 50px 0 0;
}

.wfh__prhero {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0;
}

.wfh__headhero {
    font-size: 60px;
    line-height: 1.1;
    padding: 10px 0;
}

.wfh__subhero {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

.b__hero {
    padding: 0;
}

.b__hero.b1__hero,
.b__hero.b2__hero {
    padding: 20px 0 10px;
}

.b__hero a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

@media screen and (max-width: 1024px) {

    .g__responsive {
        max-width: 768px;
        margin: 0 auto;
    }
    .wft__evloop {
        width: calc( 100% - 40px);
        margin: 0 20px 20px;
    }
    .wft__evloop:nth-child(4n-1) {
        margin: 0 20px 20px;
    }
    .wfh__headheroone .g__flex {
        display: block;
    }
    .wfh__cheroone {
        width: 100%;
        margin: 0 0 30px;
    }
    .wfs__outer .g__clear:nth-child(6n) {
        display: none;
    }
    .wfs__outer .g__clear:nth-child(4n) {
        display: block;
    }
    .wfs__loop {
        width: calc( 50% - 20px);
    }
	}

@media screen and (max-width: 768px) {
    .wfh__headhero {
        font-size: 40px;
    }
    .b__hero a {
        display: inline-block;
    }
	}

@media screen and (max-width: 600px) {
    .wft__evleft {
        float: none;
        width: auto;
    }
    .wft__evleftin {
        padding: 30px 30px 0;
        height: auto;
    }
    .wft__evright {
        float: none;
        width: auto;
        border: 0;
    }
    .crop__img {
        height: 400px;
        overflow: hidden;
        /* sembunyikan bagian gambar yang keluar */
    }
    .crop__img img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .wfs__outer .g__clear:nth-child(4n) {
        display: none;
    }
    .wfs__outer .g__clear:nth-child(2n) {
        display: block;
    }
    .wfs__loop {
        width: calc( 100% - 20px);
    }
	}

@media screen and (max-width: 480px) {

    .wfp__priceone {
        padding: 20px 0 20px;
    }
    .g__responsive {
        margin: 0 5px;
    }
    .wfp__priceone .g__responsive {
        margin: 0 -5px;
    }
    .wft__eventone {
        padding: 40px 0 20px;
    }
    .wft__evhead {
        font-size: 25px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .wft__evleftin {
        padding: 25px 25px 0;
    }
    .wft__title {
        font-size: 20px;
    }
    .wft__flex {
        font-size: 15px;
    }
    .wft__evgone,
    .wft__evcome {
        font-size: 18px;
    }
    .wft__evright {
        height: auto;
    }
    .wft__button {
        margin: 0 0 25px;
    }
    .wft__button a {
        font-size: 15px;
        height: 46px;
        line-height: 46px;
    }
    .wft__title {
        margin: 0 0 20px;
    }
    .wft__teamone {
        padding: 40px 0;
    }
	.wft__teamone .splide {
		width: 140%;
	}
    .wft__name {
        left: 42px;
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }
    .wft__position {
        padding: 15px 25px 15px 42px;
        font-size: 13px;
    }
    .wfh__headheroone {
        padding: 50px 0 20px;
    }
    .wfh__headheroblock {
        padding: 0;
    }
    .wfh__headhero {
        font-size: 35px;
    }
    .wfh__subhero {
        font-size: 15px;
    }
    .b__hero a {
        font-size: 15px;
        padding: 12px 24px;
    }
    .wfs__photo {
        margin: 30px 0 20px 30px;
    }
    .wfs__aboutone {
        padding: 40px 0 30px;
    }
    .wfs__headhero,
	.wfr__headhero,
	.wfa__headhero {
        font-size: 25px;
        margin: 0 auto 10px;
    }
    .wfs__subhero,
	.wfr__subhero,
	.wfa__subhero {
        font-size: 15px;
        margin: 0 auto 30px;
    }
	
	.wfa__accordone {
  padding: 40px 0;
}
	.neoaccord-button {
            font-size: 18px;
			padding: 15px 35px 15px 0;
        }
        
        .neoaccord-button::after {
            font-size: 14px;
			right: 0;
        }
		.now-open {
  font-size: 15px;
}
.wfop__partnerone {
  padding: 40px 0;
}
.wpop__image {
	padding: 10px;
}
.wfh__prhero {
  font-size: 15px;
}
.wfr__tessone {
  padding: 40px 0 1px;
}
}