/* CYBMEDIA SECTION */
/* .cybmedia-section .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 40px;
} */

#about-section-app .sec-title-app .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--theme-color2);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 40px;
}

.about-section-app .cyb-license {
    margin-top: 20px;
}

.about-section-app .cyb-license p {
    margin-bottom: 2px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}


/* Performa Bisnis Section */
.performa-bisnis-section .auto-container {
    max-width: 1300px;
}

.performa-bisnis-section .inner-box {
    padding: 30px 20px !important;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #eee;
}

.performa-bisnis-section .inner-box h2 {
    font-size: 28px;
    margin: 10px 0;
    transition: all 300ms ease;
}

.performa-bisnis-section .inner-box p,
.performa-bisnis-section .inner-box small {
    transition: all 300ms ease;
}

.performa-bisnis-section .inner-box:hover h2,
.performa-bisnis-section .inner-box:hover p,
.performa-bisnis-section .inner-box:hover small {
    color: #fff !important;
}

/* VIdio Section */
.call-to-action-two {
    position: relative;
    z-index: 10;
}

.banner-section-three .owl-dots {
    display: none !important;
}

.call-to-action-two .outer-box {
    padding: 0 !important;
    display: block !important;
    position: relative;
}

.call-to-action-two .video-full {
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 11;
}

.video-section .video-box .video-container {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
:root {
    --plyr-color-main: var(--theme-color1, #13344E);
}

/* CYB MEDIA SECTION */
.cybmedia-section {
    background: #fff;
    position: relative;
    z-index: 2;
}

.cybmedia-section .cyb-title-top {
    font-size: 54px;
    font-weight: 800;
    color: var(--theme-color1);
    text-transform: uppercase;
    margin-bottom: 0;
}

.cybmedia-section .inner-box {
    border-radius: 0 !important;
    background-color: #fff !important;
    background-image: none !important;
    transition: all 300ms ease;
    padding: 0 !important;
    box-shadow: none !important;
}

.cybmedia-section .inner-box:before {
    display: none !important;
}

.cybmedia-section .inner-box:hover {
    transform: none !important;
    box-shadow: none !important;
}

.cybmedia-section .inner-box:hover:before {
    display: none !important;
}

.cybmedia-section .cyb-desc {
    font-size: 22px;
    line-height: 1.8;
    color: #333;
    transition: all 300ms ease;
}

.cybmedia-section .cyb-license p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    transition: all 300ms ease;
}

.cybmedia-section .cyb-image {
    max-width: 300px;
    max-height: 300px;
}

@media (max-width: 991px) {
    .cybmedia-section .cyb-title-top {
        font-size: 42px;
    }

    .cybmedia-section .cyb-desc {
        font-size: 18px;
        text-align: center !important;
    }

    .cybmedia-section .col-lg-5 {
        text-align: center !important;
    }

    .cybmedia-section .cyb-license {
        text-align: center !important;
    }
}

/* security section */
.security-section .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 40px;
}

.security-section .row{
    margin: 0;
}

.security-section .feature-block-four{
    padding: 0;
}

.security-section .inner-box{
    margin: 0;
    height: 100%;
}

.security-section .content{
    min-height: 240px;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FAQ SECTION */
.faqs-section {
  position: relative;
}
.faqs-section .form-bg_9 {
  position: absolute;
  right: 15px;
  left: -375px;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-section .form-bg_9:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #13344E;
  opacity: 0.8;
  content: "";
}
.faqs-section .accordion-box .block .acc-btn {
  border-bottom: 0;
}
.faqs-section .accordion-box .block .acc-btn.active {
  color: #ffffff;
  background-color: var(--bg-theme-color2);
  border: 0;
}
.faqs-section .accordion-box .block .acc-btn.active .icon {
  color: #ffffff;
}

.contact-form-9-layout {
  position: relative;
  background-color: #fff;
  padding: 55px 55px 55px;
  border-top: 5px solid var(--border-theme-color1);
}
.contact-form-9-layout .title-box {
  position: relative;
  margin-bottom: 25px;
}
.contact-form-9-layout .title-box .sub-title {
  display: block;
  font-size: 12px;
  color: var(--theme-color2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.contact-form-9-layout .title-box h3 {
  font-size: 34px;
  font-weight: 700;
}
.contact-form-9-layout .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form-9-layout .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-9-layout .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-form-9-layout .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}
.contact-form-9-layout .form-group .select2-container--default .select2-selection--single,
.contact-form-9-layout .form-group input:not([type=submit]),
.contact-form-9-layout .form-group textarea,
.contact-form-9-layout .form-group select {
  position: relative;
  display: block;
  height: 54px;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  background-color: #F2F2F2;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form-9-layout .form-group ::-webkit-input-placeholder {
  color: #8c8f94;
}
.contact-form-9-layout .form-group ::-moz-input-placeholder {
  color: #8c8f94;
}
.contact-form-9-layout .form-group ::-ms-input-placeholder {
  color: #8c8f94;
}
.contact-form-9-layout .form-group input:focus,
.contact-form-9-layout .form-group select:focus,
.contact-form-9-layout .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form-9-layout .form-group textarea {
  height: 100px;
  resize: none;
}
.contact-form-9-layout .form-group input[type=submit],
.contact-form-9-layout .form-group button {
  margin-top: 5px;
  text-transform: uppercase;
}
.contact-form-9-layout.light {
  padding: 45px 55px 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.contact-form-9-layout.light:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 223px;
  height: 264px;
  background-image: url(../images/icons/shape-5.png);
  content: "";
}
.contact-form-9-layout.light .select2-container--default .select2-selection--single,
.contact-form-9-layout.light input:not([type=submit]),
.contact-form-9-layout.light textarea,
.contact-form-9-layout.light select {
  background-color: #f4f5f8;
  color: var(--theme-color1);
}
.contact-form-9-layout.light .title-box h3 {
  color: var(--theme-color1);
}
.contact-form-9-layout.light textarea {
  height: 110px;
  resize: none;
}

.call-to-action-new .title-box .theme-btn {
  margin-top: 45px;
}

.about-section-layout-9 .content-column .btn-box .theme-btn {
  margin-right: 20px;
}

.btn-black-box {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 15px 50px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.btn-black-box:hover {
    background-color: #333 !important;
    color: #fff !important;
}

Partner Section
.partner-section {
    background: #fff;
    overflow: hidden;
}

.partner-content .title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.partner-content .title span {
    color: var(--theme-color2);
    text-decoration: underline;
}

.partner-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.partner-circle-wrapper {
    position: relative;
    width: 560px;
    height: 560px;
    margin: auto;
}

.circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0, 185, 107, .18);
}

.circle-1 {
    width: 520px;
    height: 520px;
    top: 20px;
    left: 20px;
}

.circle-2 {
    width: 340px;
    height: 340px;
    top: 110px;
    left: 110px;
}

.partner-logo {
    position: absolute;
    background: #fff;
    width: 120px;
    height: 90px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    z-index: 5;
}

.partner-logo img {
    max-width: 75%;
    max-height: 55px;
    object-fit: contain;
}

/* CAM */
.center {
    width: 150px;
    height: 110px;
    top: 225px;
    left: 205px;
}

/* ORBIT LUAR */

.outer-top {
    top: 35px;
    left: 220px;
}

.outer-right {
    top: 235px;
    right: -5px;
}

.outer-bottom {
    bottom: 35px;
    left: 220px;
}

.outer-left {
    top: 235px;
    left: -5px;
}

/* ORBIT DALAM */

.inner-top-left {
    top: 135px;
    left: 115px;
}

.inner-bottom-right {
    bottom: 135px;
    right: 115px;
}

/* TABLET */

@media (max-width: 991px) {

    .partner-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .partner-content .title {
        font-size: 34px;
    }

    .partner-circle-wrapper {
        width: 420px;
        height: 420px;
    }

    .circle-1 {
        width: 390px;
        height: 390px;
        top: 15px;
        left: 15px;
    }

    .circle-2 {
        width: 250px;
        height: 250px;
        top: 85px;
        left: 85px;
    }

    .partner-logo {
        width: 85px;
        height: 65px;
        border-radius: 14px;
    }

    .partner-logo img {
        max-width: 70%;
        max-height: 40px;
    }

    .center {
        width: 110px;
        height: 80px;
        top: 170px;
        left: 155px;
    }

    .outer-top {
        top: 10px;
        left: 165px;
    }

    .outer-right {
        top: 175px;
        right: 0;
    }

    .outer-bottom {
        bottom: 10px;
        left: 165px;
    }

    .outer-left {
        top: 175px;
        left: 0;
    }

    .inner-top-left {
        top: 95px;
        left: 80px;
    }

    .inner-bottom-right {
        bottom: 95px;
        right: 80px;
    }
}

/* MOBILE */

@media (max-width: 576px) {

    .partner-circle-wrapper {
        width: 320px;
        height: 320px;
    }

    .circle-1 {
        width: 300px;
        height: 300px;
        top: 10px;
        left: 10px;
    }

    .circle-2 {
        width: 190px;
        height: 190px;
        top: 65px;
        left: 65px;
    }

    .partner-logo {
        width: 70px;
        height: 55px;
    }

    .partner-logo img {
        max-width: 65%;
        max-height: 32px;
    }

    .center {
        width: 90px;
        height: 70px;
        top: 125px;
        left: 115px;
    }

    .outer-top {
        top: 0;
        left: 125px;
    }

    .outer-right {
        top: 130px;
        right: 0;
    }

    .outer-bottom {
        bottom: 0;
        left: 125px;
    }

    .outer-left {
        top: 130px;
        left: 0;
    }

    .inner-top-left {
        top: 70px;
        left: 50px;
    }

    .inner-bottom-right {
        bottom: 70px;
        right: 50px;
    }
}

/* Override uppercase transformation for banner title */
.banner-section-three .content-box .title {
    text-transform: none !important;
}
