/*
Theme Name: YourITSimplified Theme
Theme URI: http://www.siconsllc.com/
Author: SICONS, LLC
Author URI: http://www.siconsllc.com/
Description: Theme for Simplified IT Consulting
Version: 1.0
License: Commercial
License URI: http://www.siconsllc.com/
Tags: white, blue, yellow
Text Domain: IT
*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
/* ==========================================
   MONTSERRAT
   ========================================== */
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/montserrat-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/montserrat-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/montserrat-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/montserrat-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* ==========================================
   OPEN SANS
   ========================================== */
@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/open-sans-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/open-sans-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/open-sans-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/open-sans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root{
    --header-height:156px;
}
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { background: #fff; line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: #fff9c0; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: smaller; }
img { border: 0; -ms-interpolation-mode: bicubic; }
/* GENERAL */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #363636;
	background: #fff;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; color: #000; }
sup { font-size: 60%; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
small { font-size: 12px; }
img { border: 0; -ms-interpolation-mode: bicubic; }
html {
    scroll-behavior: smooth;
}
/* GENERAL */
/*.thecontent h1 { font-family: "Montserrat", sans-serif; font-size: 44px; line-height: 1.3em; font-weight: bold; color:#000000; margin-bottom: 15px; }*/
.thecontent h1 { font-family: "Montserrat", sans-serif; font-size: 36px; line-height: 1.4em; margin-bottom: 15px; color:#000000; font-weight: bold; }
.thecontent h2 { font-family: "Montserrat", sans-serif; font-size: 30px; line-height: 1.4em; margin-bottom: 15px; color:#000000; font-weight: bold; }
.thecontent h3 { font-family: "Montserrat", sans-serif; font-size: 27px; line-height: 1.3em; margin-bottom: 15px; color:#000000; font-weight: bold; }
.thecontent h4 { font-family: "Montserrat", sans-serif; font-size: 22px; line-height: 1.4em; margin-bottom: 15px; color:#000000; font-weight: bold; }
.thecontent h5 { font-family: "Montserrat", sans-serif; font-size: 20px; line-height: 1.4em; margin-bottom: 15px; color:#000000; }
.thecontent h6 { font-family: "Montserrat", sans-serif; font-size: 14px; line-height: 20px; margin-bottom: 15px; }
.thecontent p { font-family: "Open Sans", sans-serif; font-size: 18px; line-height: 1.4em; margin-bottom: 15px; color:#000000; }
.thecontent a { font-family: "Open Sans", sans-serif; color: #000000; font-size: 14px; cursor: pointer; }
.thecontent a:hover { color:#0586bf; text-decoration: underline; }
.thecontent h1{
    font-size:clamp(28px,4vw,36px);
}
.thecontent h2{
    font-size:clamp(24px,3.5vw,30px);
}
.thecontent h3{
    font-size:clamp(22px,3vw,24px);
}
.thecontent h4{
    font-size:clamp(20px,2.5vw,22px);
}
.thecontent h5{
    font-size:clamp(18px,2vw,20px);
}
.thecontent p{
    font-size:clamp(16px,1.8vw,18px);
}
.thecontent img, .thecontent img.alignleft {float: left; display: block; margin: 0px 30px 17px 0px; }
.thecontent img.aligncenter {float: none; margin: 0 auto 17px;  }
.thecontent img.alignright { float: right; margin: 0px 0px 17px 30px;}
.thecontent img.smallleft { margin: 0px 15px 15px 0px; }
.wp-pagenavi { display: block; position: relative; margin: 10px auto; font-family: "Open Sans", sans-serif; font-size: 14px; text-align: center; }
.wp-pagenavi span.pages { background: #1b2c5c; color: #fff; }
.wp-pagenavi span.current { background: #1b2c5c; color: #fff; }
.wp-pagenavi a:hover { background: #1b2c5c; color: #fff; text-decoration: none; }
h2.title-error { color: red; }
.textblue { color: #0586bf; display: inline-block; }
.textred { color: #c11f4b; display: inline-block; }
.textyellow { color: #dcdd41; display: inline-block; }
.textpurple { color: #9a52a0; display: inline-block; }
.bggray { background-color: #f6f9fb; }
.bgnavy { background-color: #1b365d; }
ul { 
	list-style-type: disc;
	padding-left: 32px;
}
ul li::marker {
	color: #1482c5;
	font-size: clamp(22px, 1.8vw, 24px);
}
ul li {
    font-family: "Open Sans", sans-serif; 
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.4em;
	margin-bottom: 15px;
    color:#000000;
}
.btn-danger {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	background-color: #990000;
	border-color: #990000;
	padding: 10px 20px;
}
/* =========================
   HEADER
========================= */
#header {
    position: fixed;
    z-index: 200;
    background: #fff;
    width: 100%;
    display: grid;
    width: 100%;
}
.spacing-header{
    height:var(--header-height);
}
.spacing-footer {
    height:auto;
}
/* TOP BAR */
.topbar {
	font-family:"Montserrat", sans-serif;
    background: #cccc33;
    padding: 12px 0;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.4em;
    font-weight: 600;
    color: #000;
}
.topbar span {
    display: inline-block;
}
.topbar a {
    color: #c11f4b;
    font-weight: 700;
    text-decoration: underline;
}
/* MAIN HEADER */
.main-header {
    background: #fff;
    padding: 22px 0;
}
.main-header .container {
    position: relative;
}
.brand img {
    max-width: 240px;
    width: 100%;
    height: auto;
}
.main-header .cto-mobile-menu {
    position: absolute;
    top: -30px;
    padding: 8px 0px;
    border-radius: 8px 8px 0px 0px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background: #808080;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    max-width: 270px;
    display: none;
}

/* MENU */
.main-menu {
    display: flex;
    justify-content: flex-end;
}
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
	gap: 35px;
    flex-direction: row;
}
.main-menu ul li {
	font-family: "Montserrat", sans-serif; 
    margin-bottom: 0;
}
.main-menu ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}
.main-menu ul li a:hover {
    color: #0586bf;
    text-decoration: none;
}
.main-menu ul li a img {
    display: none;
}
/* =====================================
   MOBILE TOGGLE
===================================== */
.mobile-menu-toggle{
    display:none;
    text-align:right;
    cursor:pointer;
    position: absolute;
    top: -40px;
    right: 5px;
}
.mobile-menu-toggle i{
    font-size:32px;
    color:#000;
}
.wrap-mobile-menu{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height: 100vh;
    height: 100dvh;
    background:#ffffff;
    z-index:999;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: start;
    transform:translateY(100%);
    opacity:0;
    visibility:hidden;
    transition:
        transform .45s ease,
        opacity .3s ease,
        visibility .45s;
}
.wrap-mobile-menu.active{
    transform:translateY(0);
    opacity:1;
    visibility:visible;
}
.mobile-menu-close {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 28px;
    text-align: right;
    padding: 15px 20px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.topbar-menu {
    padding: 15px 20px;
    width: 100%;
}
.topbar-menu .topbar {
    border-radius: 8px;
}
.wrap-mobile-menu .brand {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 20px 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.wrap-mobile-menu .brand:hover {
    text-decoration: none;
}
.wrap-mobile-menu .brand span {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(22px,3vw,24px);
    font-weight: 800;
    line-height: 1;
    color: #cccccc;
    user-select: none;
    display: block;
    margin: 15px auto 0px;
}
/* =========================
    HERO SECTION
========================= */
.hero-section {
	position: relative;
    overflow: hidden;
	/*padding: 60px 0px 80px;*/
    padding: 30px 0px 80px;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 50% 100%, 0% calc(100% - 40px));*/
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 60px),
        50% calc(100% + 1px),
        0 calc(100% - 60px)
    );
	margin-bottom: 30px;
}
.hero-container {
    position: relative;
    z-index: 5;
}
.hero-section .hero-content {
    position: relative;
    z-index: 10;
    padding: 40px 0px 50px;
}
.hero-section .hero-title {
    color: #fff;
    font-size:clamp(28px,3.5vw,40px);
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 20px;
	/*max-width: 760px;*/
    max-width: 575px;
}
.hero-section .hero-subtitle {
    color: #fff;
    font-size:clamp(20px,3.5vw,32px);
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 30px;
	/*max-width: 750px;*/
    max-width: 510px;
}
.hero-section .hero-btn {
    display: inline-block;
    background: #cccc33;
    color: #000;
	/*font-size:clamp(24px,3.5vw,30px);*/
    font-size:clamp(18px,3.5vw,30px);
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 42px;
    text-decoration: none;
    transition: 0.3s;
}
.hero-section .hero-btn:hover {
    background: #cccc33;
    color: #000;
    text-decoration: none;
}
.hero-section .hero-image {
    position: absolute;
	/*right: 0;*/
    right: -55px;
    bottom: -80px;
    z-index: 8;
}
.hero-section .hero-image img {
    /*max-width: 360px;*/
	max-width: 625px;
    width: auto;
	float: none;
    margin: 0px auto;
}
.section {
    padding: 50px 0;
    scroll-margin-top:156px;
}
.section-title {
    font-weight: 700;
    color: #000;
}
/* =========================
    SECTION 1
========================= */
.section1 .row {
    align-items:stretch;
    row-gap: 20px;
}
.section1 .item-box {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-top: none; 
    height: 100%;
}
.section1 .item-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.section1 .wrap-item:nth-child(1) .item-box::before {
    background-color: #0586BF; 
}
.section1 .wrap-item:nth-child(2) .item-box::before {
    background-color: #6ec3e8; 
}
.section1 .wrap-item:nth-child(3) .item-box::before {
    background-color: #1c558e; 
}
.section1 .wrap-item:nth-child(4) .item-box::before {
    background-color: #9a9c9f;
}
.section1 .item-box h3 {
	font-weight: 700;
	margin-bottom: 30px;
}
/* =========================
    SECTION MAIN CONTENT
========================= */
.section-content img.alignleft {
	max-width: 50%;
}
.section-content h2 {
	margin-bottom: 30px;
}
/* =========================
    SECTION 2
========================= */
.section2 .sp-easy-accordion-block .sp-eab-wrapper {
    max-width: 100%;
}
.section2 .sp-eab-sidebar-tabs-nav-wrapper{
    z-index: 20;
}
.section2 .wrap-titlecontent{
    text-align:left;
    margin-bottom:35px;
}
.section2 .wrap-titlecontent h2 .textred{
    color:#c9154d;
}
.section2 .sp-eab-sidebar-tabs-nav{
    width:100%;
    border: none !important;
    gap: 0px !important;
}
.section2 .sp-eab-accordion-title-text{
    font-size:clamp(16px,1.8vw,18px) !important;
    font-weight:400;
}
.section2 .sp-eab-sidebar-tabs-content{
    background:#fff;
    padding: 35px 45px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.20);
    min-height:500px;
    position:relative;
    z-index:5;
}
/* pastikan wrapper tidak memotong arrow */
.section2 .sp-eab-sidebar-tabs,
.section2 .sp-eab-sidebar-tabs-nav-wrapper,
.section2 .sp-eab-sidebar-tabs-nav {
    overflow: visible !important;
}
.section2 .sp-eab-accordion-header-wrapper {
    padding: 20px 15px !important;
}
.section2 .sp-eab-accordion-heading {
    position: relative !important;
    height: 48px;
    background: transparent !important;
    border-bottom: 1px solid #cdcdcd;
    margin:0!important;
    z-index:1;
    transition: none;
}
.section2 .sp-eab-accordion-heading.eab-expand {
    background:#c5164d!important;
    color:#fff!important;
    z-index:50;
    /*transition: background-color .4s ease-in-out;*/
}
.section2 .sp-eab-accordion-heading.eab-expand .sp-eab-accordion-title-text {
    color:#fff!important;
}
.section2 .sp-eab-accordion-heading.eab-expand::after {
    content:"";
    position:absolute;
    top:0;
    right:-34px;
    width:0;
    height:0;
    border-top:24px solid transparent;
    border-bottom:24px solid transparent;
    border-left:35px solid #c5164d;
    z-index:999;
    /*transition: background-color .4s ease-in-out;*/
}
.section2 ul li::marker{
    color: #c5164d;
}
/* =========================
    SECTION 3
========================= */
.section3{
    position:relative;
    overflow:hidden;
    padding:80px 0;
    background:#fff;
}
.section3 .container{
    position:relative;
    z-index:2;
}
.section3 h3 {
    color: #fff;
    margin-bottom: 36px;
    font-size: clamp(28px,4vw,36px);
}
.section3 ul li{
    color: #fff;
}
.section3 ul li::marker {
    color: #fff;
}
.section3 .wrap-contactform {
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    position:relative;
    z-index:3;
}
.section3 .wrap-contactform h3 {
    color: #000;
    text-align: center;
}
.wrap-contactform .wpforms-container .wpforms-field, 
.wrap-contactform .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0px 0px 15px;
}
.wrap-contactform .wpforms-container input.wpforms-field-medium, 
.wrap-contactform .wpforms-container select.wpforms-field-medium, 
.wrap-contactform .wpforms-container .wpforms-field-row.wpforms-field-medium, 
.wrap-contactform .wp-core-ui div.wpforms-container input.wpforms-field-medium, 
.wrap-contactform .wp-core-ui div.wpforms-container select.wpforms-field-medium, 
.wrap-contactform .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}
.wrap-contactform .wpforms-submit {
	width: 100%;
    font-size: 22px !important;
    height: auto !important;
    padding: 15px !important;
    font-weight: 600 !important;
    background-color: #cccc33 !important;
    color: #000 !important;
    border-radius: 12px !important;
}
.wrap-contactform .wpforms-submit:after{
    content: "\f061" !important;
    font-family: "FontAwesome";
    position: absolute !important;
    right: 25px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 100;
    transition: .3s;
    border: none !important;
}
.wrap-contactform .wpforms-submit:hover:after{
    right:18px;
}
.wrap-contactform .wpforms-submit:focus:after{
    right: 21px !important;
}
.wrap-contactform .wpforms-container-full input[type=text],
.wrap-contactform .wpforms-container-full input[type=email],
.wrap-contactform .wpforms-container-full input[type=number] {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 10px 12px;
    height: auto;
}
.wrap-contactform .wpforms-required-label {
    display: none;
}
.wrap-contactform .wpforms-container .wpforms-field-description.wpforms-disclaimer-description, 
.wrap-contactform .wp-core-ui div.wpforms-container .wpforms-field-description.wpforms-disclaimer-description {
    height: auto;
    overflow: unset;
    padding: 0px !important;
    border: 0px !important;
}
.wpforms-container .wpforms-submit-spinner, .wpforms-container .wpforms-page-button-spinner {
    position: absolute;
    bottom: 14px;
    right: 0;
    left: 0;
    margin: auto !important;
}
.section3 .wrap-contactform .wpforms-field-label-inline a {
    text-decoration: underline;
}
.section3 .wpforms-field-checkbox label.wpforms-field-label-inline {
    display: none;
}
.section3 .wpforms-field.wpforms-field-checkbox ul {
    display: inline-block !important;
    margin-right: 15px;
    vertical-align: middle;
}
.section3 .wpforms-field-checkbox .wpforms-field-description {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.85);
    margin: auto;
    vertical-align: middle;
}
.section3 .wpforms-field-checkbox .wpforms-field-description a {
    text-decoration: underline;
}
.section3 .privacy_notice {
    display: block;
    width: fit-content;
    font-family:"Open Sans", sans-serif;
    font-size:clamp(13px,1.6vw,14px);
    line-height:1.2em;
    color:rgb(0 0 0 / 70%);;
    text-align:center;
    border-bottom:1px solid #cccccc;
    margin:0px auto 25px;
    padding-bottom:5px;
}
.section3 .disclaimer {
    font-family:"Open Sans", sans-serif;
    font-size:clamp(13px,1.6vw,14px);
    line-height:1.2em;
    color:rgb(0 0 0 / 70%);
    margin-bottom:15px;
}
/* Background */
.section3-bg{
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(110deg, #ffffff 0%, #ffffff 57%, #1c558e 50%, #1c558e 100%);
}
.section3-content{
    position:relative;
    padding-right:5%;
}
.section3-label{
    display:flex;
    align-items:center;
    margin-bottom:25px;
    font-family:"Open Sans", sans-serif;
    font-size:clamp(20px,2.5vw,22px);
    font-weight:500;
    text-transform:uppercase;
    color:#1c558c;
}
.section3-label:after{
    content:"";
    width:55px;
    height:3px;
    background:#cccc33;
    margin-left:18px;
}
h2.section3-title {
    font-size:clamp(32px,3.5vw,42px);
    line-height:1.2;
    font-weight:800;
    margin-bottom:30px;
}
.section3-title .textblue{
    color:#1b365d;
}
.section3-description{
    margin-bottom:50px;
}
.section3-features{
    margin-bottom:60px;
}
.feature-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
}
.feature-icon{
    width:82px;
    min-width:82px;
    height:82px;
    border-radius:50%;
    background:#cccc33;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:25px;
}
.feature-icon i{
    font-size:38px;
    color:#295b96;
}
.feature-icon img.feature-icon-img{
    max-width: 50%;
    height: auto;
    float: none !important;
    margin: 0px auto !important;
}
.section3-watermark{
    font-family:"Montserrat", sans-serif;
    font-size:clamp(26px,3vw,34px);
    font-weight:800;
    line-height:1;
    color:#cccccc;
    user-select:none;
}
/* =========================
    SECTION 4
========================= */
.section4 .sector-box {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end; /* Teks di bawah secara default */
    padding: 30px;
    border-radius: 4px;
}
/* Overlay Gelap (Normal) */
.section4 .sector-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgb(7 22 45 / 40%); 
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
/* Pembungkus Konten */
.section4 .sector-content {
    position: relative;
    z-index: 2;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}
/* Tipografi Judul */
.section4 .sector-content h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    transition: margin 0.4s ease-in-out;
}
/* Teks Deskripsi (Tersembunyi secara default) */
.section4 .sector-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out;
}
/* --- STATE HOVER & AKTIF (Biru) --- */
.section4 .sector-box:hover .sector-overlay,
.section4 .sector-box.active .sector-overlay {
    background-color: rgba(27, 54, 93, 0.9); /* Biru pekat sesuai referensi gambar */
}
.section4 .sector-box:hover .sector-content h3,
.section4 .sector-box.active .sector-content h3 {
    margin-bottom: 12px; /* Memberikan ruang untuk paragraf */
}
.section4 .sector-box:hover .sector-content p,
.section4 .sector-box.active .sector-content p {
    opacity: 1;
    visibility: visible;
    max-height: 150px; /* Membuka tinggi konten paragraf */
}
/* =========================
    SECTION 5
========================= */
.section5 img.alignright {
	max-width: 50%;
}
.section5 h2 {
	margin-bottom: 30px;
}
.section5 ul li::marker {
    color: #9a52a0;
}
/* =========================
    SECTION 6
========================= */
.section6 .testimonial-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Bayangan soft */
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.section6 .testimonial-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
/* --- Pewarnaan Garis Atas Tiap Kolom (Looping CSS) --- */
/* Kartu 1: Kuning */
.section6 .col-md-6:nth-child(1) .testimonial-box::before { background-color: #cccc33; }
/* Kartu 2: Merah */
.section6 .col-md-6:nth-child(2) .testimonial-box::before { background-color: #c11f4b; }
/* Kartu 3: Ungu */
.section6 .col-md-6:nth-child(3) .testimonial-box::before { background-color: #9a52a0; }
/* Kartu 4: Biru Cerah */
.section6 .col-md-6:nth-child(4) .testimonial-box::before { background-color: #0586bf; }
.section6 .testimonial-meta {
    margin-bottom: 20px;
}
.section6 .testimonial-meta h5 {
    font-size: 18px;
    line-height: 1.2em;
}
.section6 .stars{
    margin-bottom:15px;
    font-size:20px;
    line-height:1;
}
.section6 .stars .fa{
    color:#f5b301;
    margin-right:2px;
}
/* =========================
    SECTION 7
========================= */
.section7 .wrap-accordion .sp-easy-accordion .sp-ea-single {
    background: none !important;
	margin-bottom: 15px !important;
    border-width: 0px 0px 1px 0px !important;
    border-color: #dcdd41 !important;
    border-radius: 0px !important;
}
.section7 .wrap-accordion .sp-easy-accordion .sp-ea-single .ea-header a {
	color: #ffffff !important;
    font-style: normal;
    font-weight: 300;
    background: transparent !important;
}
.section7 .wrap-accordion .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
	font-weight: 300;
	padding: 15px 20px 15px 50px !important;
    background: none !important;
    color: #fff !important;
}
.section7 .wrap-accordion .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
    background: transparent !important;
    color: #fff !important;
}
.section7 .wrap-accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
	color: #fff !important;
}
.section7 .eap-icon-ea-expand-minus:before {
    font-family: 'Fontawesome';
    content: '\f102';
    font-size: 22px;
}
.section7 .eap-icon-ea-expand-plus:before {
    font-family: 'Fontawesome';
    content: '\f103';
    font-size: 22px;
}
/* =========================
    Page Default
========================= */
.page-template-default .section-content {
    min-height: 50vh;
}
/* FOOTER */
.footer-content { 
	position: relative;
	padding: 60px 0;
}
.footer-content img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 15px 0px;
    float: none;
}
.footer-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(18px,2vw,20px);
	line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-content h4 {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(16px,1.8vw,18px);
	line-height: 1.2em;
	font-weight: 500;
}
.footer-content h4 .textblue {
    font-weight: 700;
}
.footer-content p {
	font-family: "Open Sans", sans-serif;
	font-size: clamp(16px,1.8vw,18px);
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 15px;
}
.footer .line-bottom {
    border-bottom: 1px solid #cdcdcd;
}
.footer-content ul li {
	font-weight: 300;
	margin-bottom: 4px;
}
.footer-content ul li a {
    color: #000;
    font-size: clamp(16px,1.8vw,18px);
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 15px;
}
.footer-content ul li a:hover {
    color: #0586bf;
    text-decoration: none;
}
.footer-copyright {
	background: #fff;
	padding: 18px 0px;
	text-align: center;
}
.content-copyright {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #000000;
}
/* Thank You Page */
.page-template-page-blank.page-id-122 .section_banner .btn,
.page-template-page-blank.page-id-122 .footer .btn {
    display: none;
}
/* ========== RESPONSIVE ========== */
@media (min-width: 1480px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1400px
    }
}
@media (min-width:1000px){
    .main-header {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
    }
}
@media (max-width:999px){
    .container, .container-md, .container-sm{
        max-width: calc(100% - 40px);
    }
        
    .spacing-header{
        height:auto;
    }
    .spacing-footer {
        height:var(--header-height);
    }
    .section {
        scroll-margin-top:0px;
    }
    
    #header {
        bottom: 0;
    }
    .main-header{
        padding:15px 0;
        order: 1;
        box-shadow: 0px -5px 15px rgba(0, 0, 0, .25);
    }
    .main-header .cto-mobile-menu {
        display: block;
    }
    .topbar {
        order: 2;
    }
    header > .topbar {
        display: none;
    }
    .brand img{
        max-width:180px;
    }
    .mobile-menu-toggle{
        display:block;
    }
    .main-header .main-menu {
        display: none;
    }
    .wrap-mobile-menu .main-menu{
        display: block;
        position: relative;
        width: 100%;
    }
    .main-menu.active{
        opacity: 1;
        bottom: var(--header-height);
        max-height:500px;
    }
    .main-menu ul{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
        width:100%;
    }
    .main-menu ul li{
        width:100%;
        border-bottom:1px solid #eee;
    }
    .main-menu ul li:last-child{
        border-bottom:none;
    }
    .main-menu ul li a{
        display:block;
        width:100%;
        padding:15px 20px;
        font-size:18px;
    }
    .main-menu ul li a img {
        display: inline-block;
    }
    .hero-section .hero-btn {
        padding: 15px 20px;
    }
    .hero-section .hero-image img {
        height: 470px;
    }
    .section2 .eab-content->.sp-eab-accordion-content-wrapper {
        padding: 0px;
    }
    .section2 .sp-eab-sidebar-tabs-content {
        padding: 25px 25px 25px 45px !important;
    }
    .section3 {
        padding: 60px 0px;
    }
    .section3 .section3-bg {
        background: linear-gradient(110deg, #ffffff 0%, #ffffff 62%, #1c558e 50%, #1c558e 100%);
    }
    .section3 .section3-content {
        padding-right: 0px;
        margin-bottom: 35px;
    }
    .section4 .sector-box {
        align-items: start;
        padding-top: 15%;
    }
    .section4 .sector-box .sector-overlay {
        background-color: rgba(27, 54, 93, 0.75); /* Biru pekat sesuai referensi gambar */
    }
    .section4 .sector-box .sector-content h3 {
        margin-bottom: 12px; /* Memberikan ruang untuk paragraf */
    }
    .section4 .sector-box .sector-content p {
        opacity: 1;
        visibility: visible;
        max-height: 150px;
    }
    .wpforms-container .wpforms-one-half, 
	.wpforms-container .wpforms-three-sixths, 
	.wpforms-container .wpforms-two-fourths {
		float: none !important;
        width: 100% !important;
        margin: 0px auto 15px !important;
        padding: 0px !important;
	}
	.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {
		margin: 0px auto !important;
	}
    .wpforms-container .wpforms-field-checkbox ul {
        grid-template-columns: auto !important;
    }
    .footer-content .row {
        row-gap: 30px;
    }
}
@media (max-width:760px){
    .main-header{
        padding:10px 0;
    }
    .brand img {
        height: 40px;
        width: auto;
    }
    .topbar span {
        display: block;
    }
    .topbar .topbar-or {
        display: none;
    }
    .hero-section {
        /*padding: 50px 0px;*/
		padding: 25px 0px;
    }
    .hero-section .hero-content {
        padding: 0px;
    }
    .hero-section .hero-image {
        position: relative;
        bottom: -50px;
		right: 20px; /* new */
    }
    .hero-section .hero-image img {
        /*height: 400px;*/
		height: 265px;
    }
    .section6 .testimonial-box {
        padding: 25px;
    }
    .footer-content .row .col-12 > * {
        text-align: left !important;
    }
    .section3 .row {
        row-gap: 25px;
    }
    .section5 .wrap-content {
        display:flex;
        flex-direction:column;
    }
    .section5 .wrap-content > p:first-child{
        order:999;
        margin-top:20px;
    }
    .section5 img.alignright {
        float: none;
        display: block;
        margin: 0px auto 15px;
        text-align: center;
        max-width: 100%;
    }
}
@media (max-width:599px) {
    .container, .container-md, .container-sm {
        max-width: calc(100% - 20px);
    }
    .section2 .sp-eab-accordion-heading.eab-expand::after {
        display: none;
    }
    .section2 .sp-eab-sidebar-tabs-content {
        padding: 30px 25px !important;
    }
    .section2 .sp-eab-sidebar-tabs-nav-wrapper {
        width: 100% !important;
    }
}
@media (max-width:450px) {
    .thecontent img, 
    .thecontent img.alignleft,
    .thecontent img.aligncenter,
    .thecontent img.alignright {
		float: none;
		display: block;
		margin: 0px auto 15px;
		text-align: center;
        max-width: 100%;
	}
    .wrap-contactform .wpforms-submit {
        text-align: left;
    }
    .section3 .wpforms-field.wpforms-field-checkbox ul {
        margin-right: 10px;
    }
    .section3 .wpforms-field-checkbox .wpforms-field-description {
        max-width: calc(100% - 35px);
    }
    .section7 .wrap-accordion .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
        padding: 5px 20px 5px 30px !important;
    }
}