/* ===================================

====================================== */
/* font */
/* variable */
:root {      
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #ffc700;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
}
/* reset */
body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-brand img {
    max-height: 30px;
}
.header-top-bar div>a {
    color: var(--light-gray);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px; 
    padding: 10px 18px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}
.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}
footer p {
    line-height: 28px;
}
/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}
@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
}
body#sdw1 {
    --primary-font: "Nunito", sans-serif;
    --alt-font: "Merriweather", serif;
    --text-darker: #122248;
    --text-white: #ffffff;
    --base-color: #47a3d8;
    --base-color1: #0d1321;
    --font-black: #333;
    font-size: 16px;
    line-height: 2;
}

body#sdw1 {
    --text-darker: #08492a;
    --seaGreen: #128b4a;
    --base-color: #128b4a;
    --inkBlack: #04151f;
    --textBlack: #333333;
    --frostedMint: #e4fde1;
    --mintCream: #f7fffa;
    --sunflowerGold: #ffbf46;
    --orange: #ffa500;
}

body#sdw1 .bg-gradient-white-frostedMint {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #e4fde1);
    background-image: -webkit-linear-gradient(top, #fff, #e4fde1);
    background-image: -moz-linear-gradient(top, #fff, #e4fde1);
    background-image: -o-linear-gradient(top, #fff, #e4fde1);
    background-image: -ms-linear-gradient(top, #fff, #e4fde1);
}

body#sdw1 .frostedMint {
    color: #e4fde1;
}

body#sdw1 .deepForest {
    color: #08492a;
}

body#sdw1 .bg-frostedMint {
    background-color: var(--frostedMint);
}

body#sdw1 .bg-mintCream {
    background-color: var(--mintCream);
}

body#sdw1 .bg-deepForest {
    background-color: var(--text-darker);
}

body p {
    color: var(--textBlack);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

body#sdw1 .bg-base-color {
    background-color: var(--base-color);
}

body#sdw1 .bg-base-color1 {
    background-color: var(--base-color1);
}

body#sdw1 h1,
body#sdw1 h2,
body#sdw1 h3,
body#sdw1 h4,
body#sdw1 h5,
body#sdw1 h6 {
    font-family: var(--primary-font);
    letter-spacing: 1px;
    color: var(--font-black);
    margin-bottom: 16px;
}

body#sdw1 h5.newsTitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--inkBlack);
    letter-spacing: -0.75px;
}

body#sdw1 .h1,
body#sdw1 .h2,
body#sdw1 h1,
body#sdw1 h2 {
    font-size: 36px;
    line-height: 42px;
}

body#sdw1 {
    font-family: var(--alt-font);
}

body#sdw1 .text-white {
    color: #fff !important;
}

body#sdw1 .text-darker {
    color: var(--text-darker);
}

body#sdw1 .text-base-color {
    color: var(--base-color);
}

body#sdw1 .hero .curve1 {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 10;
    width: 30%;
    max-height: 10%;
}

body#sdw1 .hero .curve1>img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
}

body#sdw1 .hero {
    overflow: hidden;
}

body#sdw1 .herobanner .h2,
body#sdw1 .herobanner h2 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 700 !important;
}

body#sdw1 .sectionOverview .curve1 {
    position: absolute;
    right: -4px;
    top: -150px;
    z-index: 10;
    width: 25%;
    max-height: 10%;
}

body#sdw1 .sectionOverview .curve1>img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}

body#sdw1 .overflowxhddn {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

body#sdw1 .industri-teks h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    margin: 10px 0;
    color: var(--text-darker);
    letter-spacing: -1px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

body#sdw1 .industri-teks h4 i {
    font-size: 16px;
    color: var(--base-color);
    flex-shrink: 0;
    position: relative;
    font-family: "Font Awesome 6 Free";
    margin-top: 7px;
}

body#sdw1 .industri-teks .imgServiceGeneral {
    overflow: hidden;
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.aspect-ratio-169 {
    aspect-ratio: 16/9;
}

.aspect-ratio-34 {
    aspect-ratio: 3/4;
}

.aspect-ratio-11 {
    aspect-ratio: 1/1;
}

body#sdw1 .industri-teks .imgServiceGeneral img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body#sdw1 a.button-teks {
    color: var(--inkBlack);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 800;
    margin-right: 20px;
    padding: 0 12px;
    background-color: var(--orange);
    border: 2px solid var(--sunflowerGold);
    border-radius: 20px;
    display: inline-flex !important;
    align-items: center;
}

body#sdw1 a.button-teks::after {
    content: "\f0a9";
    font-size: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    text-decoration-line: none;
    color: var(--text-darker);
    transform: rotate(-45deg);
    display: inline-block;
    transition: transform 0.25s ease;
}

body#sdw1 .border-rad404088 {
    border-radius: 40px 40px 8px 8px;
}

.floatcontainer {
    padding: 20px 70px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 21px -6px #08492a40;
    -moz-box-shadow: 0 3px 21px -6px #08492a40;
    box-shadow: 0 3px 21px -6px #08492a60;
    margin-top: 30px;
    margin-bottom: 30px;
}

body#sdw1 a.button-teks:hover {
    background-color: var(--sunflowerGold);
    color: var(--text-darker);
}

body#sdw1 a.button-teks:hover::after {
    transform: rotate(0);
    color: var(--text-darker);
}

body#sdw1 .bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #144d6e 0, #1837488a 80%);
}

body#sdw1 .slider-navigation-style-04.bg-white i {
    color: var(--base-color1);
}

body#sdw1 .slider-navigation-style-04.bg-white {
    border: solid 2px var(--text-darker);
}

body#sdw1 .service-teks {
    padding: 20px 15px;
}

body#sdw1 .service-teks a {
    color: var(--text-darker);
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.3;
    font-family: var(--primary-font);
    font-weight: 800;
}

body#sdw1 .service-teks p {
    font-family: var(--alt-font);
}

body#sdw1 .upsabout {
    max-height: 230px;
    overflow: hidden;
    height: 230px;
    position: relative;
    margin: 15px 0;
    border-radius: 45px 45px 8px 8px;
}

body#sdw1 .upsabout img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    border-radius: 8px 0 0 8px;
    filter: grayscale(0.3);
    opacity: 1;
}

body#sdw1 .upsabout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #128b4a80;
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
}

body#sdw1 .ups h3 {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 1.3;
    color: var(--inkBlack);
    font-weight: 800;
    letter-spacing: -1px;
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

body#sdw1 .ups h3 i {
    margin-top: 3px;
    font-size: 18px;
    flex-shrink: 0;
}

body#sdw1 .ups i {
    color: var(--base-color);
    margin-right: 8px;
}

body#sdw1 .bg-base-color1 a,
body#sdw1 .bg-base-color1 p {
    color: var(--text-white);
}

body#sdw1 .bg-base-color1 span {
    color: #ffffff80;
}

body#sdw1 .navbar .navbar-nav .nav-item>i {
    display: block;
}

.border-rad-001010 {
    border-radius: 0 0 10px 10px;
}

.border-rad-20 {
    border-radius: 20px;
}

/*--- header style *--*/
body#sdw1 header .navbar-brand img {
    max-height: 49px;
}

body#sdw1 header .navbar-brand {
    padding: 15px 0;
}

header .navbar-brand.p12-0 {
    padding: 12px 0;
}

.z-index2 {
    z-index: 2;
}

header .navbar-brand.p12-0 img {
    max-height: 64px;
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    padding: 10px 24px;
}

.navbar .navbar-nav .nav-item .nav-link>i {
    display: block;
    margin-left: 4px;
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.5;
}

.navbar .navbar-nav .dropdown-toggle::after {
    display: none;
}

body#sdw1 .navbar .navbar-nav .nav-item>i {
    display: block;
}

body#sdw1 .sticky-active .navbar .btn.btn-transparent-white-light {
    background-color: var(--base-color);
}

header .left-nav .navbar-nav:before {
    opacity: 0;
}

.h1,
.h2,
h1,
h2 {
    font-size: 2.7rem;
    line-height: 3.3rem;
}

.herobanner h1.slideFromLeftHero {
    margin-bottom: 8px;
}

body#sdw1 .font-primary {
    font-family: var(--primary-font);
}

:root {
    --primary-font: "Fira Sans", "Lato", sans-serif;
    --alt-font: "Lato", sans-serif;
    --base-color: #43b9d5;
    --base-color2: #2071b0;
    --base-color3: #58cea6;
    --base-color4: #222;
    --base-color5: #43b8d414;
    --base-color-transp: #43b8d410;
    --dark-gray: #141414;
    --medium-gray: #666;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
    --red-youtube: #ff0033;
    --color1st: #003cac;
    --color2nd: #0077ff;
    --colorwhite1st: #ffffff;
    --colorwhite2nd: #abccff;
    --color3rd: #011a4d;
}

body {
    font-family: var(--primary-font);
    background-color: #ffffff;
}

p {
    font-family: var(--alt-font);
}

.bgblue1st {
    background-color: var(--color1st);
}

.bgblue2nd {
    background-color: var(--color2nd);
}

.colorwhite1st {
    color: var(--colorwhite1st);
}

.colorwhite2nd {
    color: var(--colorwhite2nd);
}

.colorblue1st {
    color: var(--color1st);
}

.colorblue2nd {
    color: var(--color2nd);
}

.bg-base-color2 {
    background-color: var(--base-color2);
}

.bg-base-color3 {
    background-color: var(--base-color3);
}

.color-base-color {
    color: var(--base-color);
}

.color-base-color2 {
    color: var(--base-color2);
}

.color-base-color3 {
    color: var(--base-color3);
}

.color-base-color4 {
    color: var(--base-color4);
}

.color-base-medium-gray {
    color: var(--medium-gray);
}

.bg-gradient1 {
    background: -webkit-linear-gradient(top, #43b8d410, #fff);
    background: -moz-linear-gradient(top, #43b8d410, #fff);
    background: -o-linear-gradient(top, #43b8d410, #fff);
    background: -ms-linear-gradient(top, #43b8d410, #fff);
    background: linear-gradient(to bottom, #43b8d410, #fff);
}

.herooverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(38deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.herooverlay {
    background: linear-gradient(45deg, #08492a, #08492a00);
    /*background: linear-gradient(45deg, var(--text-darker), var(--frostedMint));*/
}

.mb48 {
    margin-bottom: 40px !important;
}

.pb48 {
    padding-bottom: 48px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr12px {
    margin-right: 12px;
}

.mb64 {
    margin-bottom: 64px !important;
}

.py-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.py-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.py-240 {
    padding-bottom: 240px;
    padding-top: 240px;
}

.pt-240 {
    padding-top: 240px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.align-items-end {
    align-items: self-end;
    align-content: flex-end;
}

.vh-100 {
    height: 100vh !important;
}

.swiper .cover-background.herobanner {
    background-position: top center !important;
}

.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
    display: none !important;
}

a.feature-box2:hover {
    position: relative;
    top: -3px;
    transition: bottom 0.2s ease;
}

a.feature-box2 {
    display: flex;
}

.boxservice i {
    color: var(--base-color);
    margin-right: 12px;
    background: #58cea624;
    font-size: 27px;
}

a .boxservice p {
    color: var(--dark-gray);
}

.boxService {
    padding: 24px;
    padding-right: 0;
    padding-left: 0;
}

.boxService h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    font-family: var(--alt-font);
    color: var(--base-color4);
}

.boxService p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    font-family: var(--alt-font);
}

.boxService img {
    margin-bottom: 16px;
    border-radius: 5px;
    width: 100%;
}

body#sdw1 .sectionNewshome .boxService img {
    margin-bottom: 16px;
    border-radius: 40px 40px 8px 8px;
    width: 100%;
}

.boxService .tagDate {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.boxService .tagDate>p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 24px;
    font-family: var(--primary-font);
    color: var(--base-color);
    margin: 0;
}

.boxService .tagDate>span {
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    font-family: var(--primary-font);
    color: var(--base-color);
    margin-left: 10px;
}

.slider-navigation-style-04 {
    height: 40px;
    width: 40px;
}

.bcg-home-exp>img {
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.4;
    width: 100%;
    object-fit: cover;
    object-position: left top;
    z-index: -1;
    margin-top: -90px;
}

/* button */
.btn {
    font-family: var(--primary-font);
}

.btn.btn-round-edge {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn-color {
    background-color: var(base-color);
}

.bg-red-youtube {
    background-color: var(--red-youtube);
}

.border-color-red-youtube {
    border-color: var(--red-youtube) !important;
}

.btn.btn-transparent-base-color {
    background-color: transparent;
    border-color: var(--colorwhite1st);
    color: var(--colorwhite1st);
}

header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--colorwhite1st);
    background-color: var(--color2nd);
}

.btn.btn-base-color3 {
    color: #fff;
    background-color: var(--base-color3);
}

.btn.btn-base-color2 {
    color: var(--color1st);
    background-color: var(--colorwhite1st);
}

header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color2:hover,
.btn.btn-box-shadow.btn-base-color3:hover {
    color: var(--base-color2);
    background-color: transparent;
    border: 2px solid var(--base-color2);
}

.slider-navigation-style-04 {
    border: solid 2px var(--colorwhite1st);
}

.slider-navigation-style-04 i {
    color: var(--colorwhite1st);
}

/* keyframes */
/* Default kondisi awal */
.slideFromLeftHero {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

/* Saat slide aktif, baru tampil */
.swiper-slide-active .slideFromLeftHero {
    opacity: 1;
    transform: translateX(0);
}

/* Saat slide keluar, fade out halus */
.swiper-slide-prev .slideFromLeftHero,
.swiper-slide-next .slideFromLeftHero {
    opacity: 0;
    transform: translateX(-20px);
}

body#sdw1 .swiper .swiper-slide a .img {
    border-radius: 40px 40px 10px 10px;
}

/*============== GENERAL STYLE ======================*/
.boxed-wrapper {
    padding: 0 1%;
}

.bg-whitetransp {
    background-color: #ffffff40;
}

.hero .container-fluid {
    padding-left: 90px;
    padding-right: 90px;
}

/* =========================
   CUSTOM DESIGN TOKENS
   ========================= */
body#spl {
    /* ===== BRAND COLORS ===== */
    --primary-dark-color: #001C3D;
    --primary-color: #0066e7;
    --secondary-color: #57a1ff;
    --black-color: #000000;
    --gray-color: #222222;
    --green-color: #198754;
    --dark-color: #003f8f;
    --white-color: #ffffff;
    --light-color: #f9f9f9;
    --tertiary-color: #c7e0ff;
    /* ===== FONT ===== */
    --primary-font: "Montserrat", sans-serif;
    --alt-font: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 2;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--primary-font);
        letter-spacing: -1px;
    }

    h1.title {
        font-size: 36px;
        line-height: 1.3;
    }

    h2.title {
        font-size: 36px;
        line-height: 1.3;
    }

    h3.title {
        font-size: 30px;
        line-height: 1.3;
    }

    p {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 400;
        color: var(--gray-color);
    }

    span {
        line-height: 1.3;
    }

    /* ===== COLOR ===== */
    .dark-color {
        color: var(--dark-color);
    }

    .bg-dark-color {
        background-color: var(--dark-color);
    }

    .black-color {
        color: var(--black-color);
    }

    .light-color {
        color: var(--light-color);
    }

    .gray-color {
        color: var(--gray-color);
    }

    .tertiary-color {
        color: var(--tertiary-color);
    }

    .bg-tertiary-color {
        background-color: var(--tertiary-color);
    }

    .green-color {
        color: var(--green-color);
    }

    .primary-color {
        color: var(--primary-color);
    }

    .bg-primary-color {
        background-color: var(--primary-color);
    }

    .primary-dark-color {
        color: var(--primary-dark-color);
    }

    .bg-primary-dark-color {
        background-color: var(--primary-dark-color);
    }

    /* ===== TEXT ===== */
    --bs-body-color: #1e293b;
    --bs-secondary-color: #64748b;

    /* ===== BACKGROUND ===== */
    --bs-body-bg: #f8fafc;
    --bs-tertiary-bg: #ffffff;

    /* ===== BORDER ===== */
    --bs-border-color: #e2e8f0;
    --bs-border-radius: .5rem;
    --bs-border-radius-lg: .75rem;
}

/* ===== NAVBAR ===== */
body#spl header .navbar-brand img {
    max-height: 42px;
    height: 50px;
}

body#spl header .navbar-brand {
    padding: 17px 0;
}

body#spl .navbar .navbar-nav .nav-link {
    font-size: 15px;
    padding: 10px 0 10px 35px;
}

body#spl .navbar .navbar-nav .nav-item>i {
    display: block;
    margin: 3px;
    margin-top: 4px;
    font-size: 13px;
}

body#spl .navbar .navbar-nav .nav-item>i::after {
    display: none;
}

@media (min-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        display: none !important;
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: -1px;
        z-index: 9999;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
    }
}

@media (max-width: 991px) {

    /* Force 3rd level (nested) dropdown to be always open and visible on mobile */
    body#spl .navbar .navbar-nav .dropdown-menu .dropdown-submenu>.dropdown-menu {
        display: block !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        padding: 0 0 0 30px !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu.show {
        padding-bottom: 0;
    }

    body#spl .navbar .navbar-nav .nav-item>i {
        display: flex;
    }

    body#spl .navbar .navbar-nav .dropdown .dropdown-toggle.show {
        position: absolute;
        top: 0;
    }

    /* Hide the right arrow on mobile as it's already expanded */
    body#spl .navbar .dropdown-submenu>.dropdown-item i.fa-angle-right {
        display: none !important;
    }
}

.navbar .dropdown-menu {
    overflow: visible !important;
}

.navbar .navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    margin-left: 0;
    /* remove any gap */
}

/* Submenu indicator style */
.dropdown-submenu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    display: flex;
    font-size: 14px;
    padding: 12px 4px 14px 20px;
}

body#spl .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i.fa-angle-right {
    font-size: 13px !important;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1;
    display: block;
    align-items: center;
    justify-content: flex-end;
}

body#spl .navbar .navbar-nav .dropdown-menu li:hover>.dropdown-item,
body#spl .navbar .navbar-nav .dropdown-menu li>.dropdown-item:active,
body#spl .navbar .navbar-nav .dropdown-menu li>.dropdown-item:focus,
body#spl .navbar .navbar-nav .dropdown-menu li>.dropdown-item.active {
    background-color: transparent !important;
    opacity: 0.5;
    color: white;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body#spl .navbar .col-auto.d-sm-flex {
    align-items: center;
}

body#spl .langpicker {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #ddd;
}

body#spl .langpicker a {
    color: var(--primary-dark-color);
    text-decoration: none;
    padding: 0 8px;
    transition: all 0.3s ease;
}

body#spl .langpicker a:hover,
body#spl .langpicker a.active {
    color: var(--primary-color);
}

.top-bar-dark {
    background-color: var(--dark-color);
    top: 0px;
}

/* ===== Button ===== */
body#spl a.btn-prime,
span.btn-prime {
    background-color: var(--primary-color);
    padding: 10px 14px;
    border-radius: 20px;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: normal;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 3px solid transparent;
    margin-right: 0;
}

body#spl a.btn-prime:last-child {
    margin-right: 0;
}

body#spl a.btn-prime::before,
span.btn-prime::before {
    content: "\f061";
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    text-decoration-line: none;
    color: var(--text-darker);
    /*
    transform: rotate(-45deg);*/
    display: inline-block;
    transition: transform .25s ease;
}

body#spl a.btn-prime:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
    text-decoration: underline;
}

body#spl a.btn-prime.btn-light {
    background-color: var(--white-color);
    color: var(--dark-color);
    padding: 10px 18px;
    margin-right: 0;
    border: 3px solid var(--primary-color);
    letter-spacing: -0.5px;
    font-size: 15px;
}

body#spl a.btn-prime.btn-light::before {
    content: "\f061";
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
    text-decoration-line: none;
    color: var(--text-darker);
    /*
    transform: rotate(-45deg);*/
    display: inline-block;
    transition: transform .25s ease;
}

body#spl a.btn-prime.btn-light:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 3px solid var(--primary-color);
}

/* Button small-for-button */
body#spl a.btn-prime.small-for-button,
a.btn-prime.small-for-button {
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 15px;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 600;
}

body#spl a.btn-prime.small-for-button:hover,
a.btn-prime.small-for-button:hover {
    background-color: var(--tertiary-color);
    color: var(--black-color);
    border: solid 3px var(--tertiary-color);
}

.pt-240px {
    padding-top: 240px;
}

.pt-120px {
    padding-top: 120px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-10 {
    border-radius: 10px;
}

.box-shadow1 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.box-shadow2 {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 4px;
}

/*==== Slider ========*/

.slideFromBottomHero {
    opacity: 0;
    transform: translateY(-40px);
    /* Exit animation: immediate and faster fade out */
    transition: transform 600ms ease-in, opacity 600ms ease-in;
    transition-delay: 0ms !important;
}

/* Saat slide aktif, baru tampil dengan entry animation */
.swiper-slide-active .slideFromBottomHero {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 600ms !important;
}

/* Staggered animation delay for the secondary elements (divs) */
.swiper-slide-active div.slideFromBottomHero {
    transition-delay: 900ms !important;
}

/* Instant reset for duplicate slides that are NOT active, to prevent glitchy loops */
.swiper-slide-duplicate:not(.swiper-slide-active) .slideFromBottomHero {
    transition: none !important;
}


.herobanner h2.slideFromBottomHero {
    margin-bottom: 8px;
}

.herooverlay {
    background: linear-gradient(45deg, var(--dark-color) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(30deg, var(--dark-color) 0%, rgba(255, 255, 255, 0) 100%);
}

.herobanner {
    top: 92px;
    overflow: hidden;
    border-radius: 10px;
}

.herobanner .heroText {
    height: calc(100% - 32%);
}

.herobanner .heroText h2 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 100%);
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 30%;
    top: auto;
    /* pastikan top tidak override */
}

.slider-navigation-style-06.swiper-button-prev {
    right: calc(60px + 60px);
    left: auto;
}

.waveoverlay img {
    width: 100%;
}

.waveoverlay {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: auto;
    z-index: 20;
    /*background: url(../spl/assets/whitewave.png);
pointer-events: none;*/
}

/*======== Section ================*/
img.servhomeimg {
    border-radius: 0 100px 0 0;
}

img.servhomeimg-left {
    border-radius: 100px 0 0 0;
}

.waveoverlay-inverse img {
    width: 100%;
}

.waveoverlay-inverse {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    height: auto;
    z-index: 0;
}

section.bg-dark-color .title {
    color: #6bacff !important;
}

section.bg-dark-color p {
    color: var(--light-color) !important;
}

section.bg-dark-color span {
    color: var(--light-color) !important;
}

section.bg-dark-color span.bg-base-color2 {
    background-color: var(--light-color) !important;
}

.mb-200px {
    margin-bottom: 200px;
}

.mt-200px {
    margin-top: 200px;
}

.card-horizontal {
    align-items: stretch;
}

.card-horizontal>[class*="col-"] {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.card-horizontal-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* col-lg-3 */
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-color: var(--tertiary-color, #c7e0ff); /* Fallback background color */
}

/* Hide broken or empty images */
.card-horizontal-img img[src=""], 
.card-horizontal-img img:not([src]) {
    opacity: 0;
}


/*.col-lg-6 .card-horizontal-img {
    aspect-ratio: 2 / 1;
}*/
/*.card-horizontal > :nth-child(1) .card-horizontal-img,
.card-horizontal > :nth-child(5) .card-horizontal-img {
    aspect-ratio: 2 / 1; border-bottom: red 3px solid;
}
.card-horizontal > :nth-child(6) .card-horizontal-img {
     aspect-ratio: 1 / 1; border-bottom: blue 3px solid;
}*/
/* Menargetkan col-6 pertama dan kelima */
/* Memilih .col-lg-6 pertama dan kedua */
/* Menargetkan .col-lg-6 pertama dan keenam dalam .row */
.row.card-horizontal>.col-lg-6:nth-child(1) .card-horizontal-img,
.row.card-horizontal>.col-lg-6:nth-child(5) .card-horizontal-img {
    aspect-ratio: 2 / 1;
}



.card-horizontal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
    transition: all 0.3s ease;
    background-color: transparent;
}

/* Overlay bottom ke top, 50% tinggi */
.card-horizontal-img .overlay-bot-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    /* overlay sejauh 50% dari bawah */
    background: linear-gradient(to top, #001C3D, transparent);
    pointer-events: none;
    /* supaya klik tidak terganggu */
    z-index: 1;
}

/* Teks dan button di atas overlay */
.card-horizontal-img .card-horizontal-img-text {
    position: absolute;
    bottom: 26px;
    /* jarak dari bawah overlay */
    left: 24px;
    right: 24px;
    color: #fff;
    z-index: 2;
    /* pastikan di atas overlay */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* teks rata kiri */
    gap: 10px;
    /* jarak antar h3 dan button */
    max-width: 80%;
}

/* Styling tambahan h3 dan p */
body#spl .card-horizontal-img .card-horizontal-img-text h3 {
    margin: 0;
    letter-spacing: -0.5px;
    font-family: var(--primary-font);
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
}

body#spl .card-horizontal-img .card-horizontal-img-text p,
.card-horizontal-img .card-horizontal-img-text p {
    text-align: left;
    /* pastikan rata kiri */
    font-size: 13px;
    /* font size kecil */
    line-height: 1.5;
    /* line height rapat */
    color: var(--white-color);
    /* putih */
    margin: 0;
    font-weight: 400;
    display: none;
}

/* Span Badge CSS untuk span */
span.btn-prime.small-for-button,
span.btn-prime.small-for-button {
    background-color: var(--primary-color);
    padding: 4px 12px;
    border: solid 1px var(--primary-color);
    border-radius: 12px;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    /* biar span seperti tombol */
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover untuk span */
body#spl span.btn-prime.small-for-button:hover,
span.btn-prime.small-for-button:hover {
    background-color: var(--white-color);
    color: var(--dark-color);
}


/* default sembunyikan semua p */
.card-horizontal-img .card-horizontal-img-text p {
    display: none;
}

/* tampilkan untuk child 1 & 5 */
body#spl .card-horizontal> :nth-child(1) .card-horizontal-img .card-horizontal-img-text p,
body#spl .card-horizontal> :nth-child(5) .card-horizontal-img .card-horizontal-img-text p {
    display: block;
    font-size: 16px;
    /* font size kecil */
    line-height: 1.6;
    /* line height rapat */
    color: var(--white-color);
    /* putih */
    margin: 0;
    text-align: left;
}

.card-horizontal-link {
    display: flex;
    width: 100%;
    position: relative;
    /* untuk menahan z-index children */
    overflow: hidden;
}

.card-horizontal-link:hover .card-horizontal-img img {
    transform: scale(1.03);
    filter: brightness(1);
    transition: all 0.3s ease;
}

.card-horizontal-link:hover .overlay-bot-top {
    opacity: 0.8;
    /* contoh efek overlay saat hover */
}

.card-horizontal-link:hover span.btn-prime.small-for-button {
    background-color: var(--white-color);
    color: var(--dark-color);
    transition: all 0.3s ease;
}

/*.card-horizontal-link:hover .card-horizontal-img-text h3,
.card-horizontal-link:hover .card-horizontal-img-text p {
    color: #ff0;
}*/
.overlay-bot-top {
    pointer-events: none;
    /* overlay tidak mengganggu hover */
    z-index: 1;
}

.card-horizontal-img-text {
    position: absolute;
    z-index: 2;
    pointer-events: auto;
}

.card-horizontal-img img {
    z-index: 0;
}

.card-horizontal-img.plaintext img,
.card-horizontal-img.plaintext .overlay-bot-top {
    display: none;
}

/*body#spl  .card-horizontal-img.plaintext .card-horizontal-img-text p,
.card-horizontal-img.plaintext .card-horizontal-img-text p {
    display: block!important;
}*/
body#spl .card-horizontal-img.plaintext.bg-tertiary-color .card-horizontal-img-text p,
body#spl .card-horizontal-img.plaintext.bg-tertiary-color .card-horizontal-img-text h3 {
    color: var(--dark-color);
}

.card-horizontal-img.plaintext.bg-primary-color .card-horizontal-img-text span.btn-prime.small-for-button {
    border: 1px solid var(--tertiary-color);
}

.card-horizontal-img.plaintext.bg-tertiary-color .card-horizontal-img-text span.btn-prime.small-for-button {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.card-horizontal-link:hover .card-horizontal-img.plaintext.bg-tertiary-color span.btn-prime.small-for-button {
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: all 0.3s ease;
}

/*-- news service  -- */
body#spl .boxService {
    display: flex;
    align-items: flex-start;
}

.boxService img {
    margin-bottom: 0;
    border-radius: 15px;
}

body#spl .boxService h5,
.boxService h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 12px;
    font-family: var(--alt-font);
    color: var(--black-color);
    letter-spacing: 0;
}

.boxService .tagDate>span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--primary-font);
    color: var(--dark-color);
    margin-left: 0;
}

/*.boxService .tagDate .badge {
    background-color: var(--primary-color);
    border-radius: 10px; display: none;
}*/
body#spl .boxService .tagDate>span {
    font-size: 13px;
}

body#spl .boxService .tagDate>p.badge {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 24px;
    font-family: var(--primary-font);
    color: var(--primary-dark-color);
    background-color: transparent;
    padding: 0;
    margin: 0 12px 0 0;
}

body#spl .boxService .borderNews a.btn-prime,
.boxService .borderNews span.btn-prime {
    flex-direction: row;
    border: 1px solid var(--primary-color);
    font-size: 13px;
    padding: 8px 13px;
    font-weight: 600;
    letter-spacing: 0;
    transition: all ease 0.3s;
}

.boxService a {
    display: unset;
}

.boxService>[class*="col-"] {
    display: flex !important;
    flex-direction: column;
}

.boxService .borderNews {
    display: unset;
    border: none;
    padding: 16px 0;
}

body#spl footer span,
body#spl footer a {
    color: var(--white-color);
    line-height: 1.8;
}

.footer-logo-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo-list a {
    margin-right: 2rem;
    margin-bottom: 5px;
    /* Vertical gap when wrapped */
    display: inline-block;
    line-height: 1;
    flex-shrink: 0;
}

.footer-logo-list a:last-child {
    margin-right: 0;
}

.footer-logo-list img {
    height: 26px;
    width: auto;
    vertical-align: middle;
    object-fit: contain;
}

@media (max-width: 991px) {
    .footer-logo-list a {
        margin-right: 2rem;
    }
}

@media (max-width: 575px) {
    .footer-logo-list a {
        margin-right: 20px;
        /* Reduced margin to help fit screens */
        margin-bottom: 18px;
        /* Increased vertical gap for stacked mobile */
    }

    .footer-logo-list img {
        height: 23px;
    }
}

body#spl .half-footer span {
    color: white;
    line-height: 1.8;
}

body#spl footer a {
    font-size: 14px;
}

body#spl footer a.fs-12 {
    font-size: 12px;
}

body#spl footer .memberof {
    line-height: 1.2;
    display: flex;
}

body#spl footer .memberof span {
    line-height: 1.8;
    font-size: 10px;
}

/* =========================
   CUSTOM AOS ANIMATIONS
   ========================= */
[data-aos="fade-bottom-smooth"] {
    opacity: 0;
    transform: translateY(60px);
    transition-property: transform, opacity;
}

[data-aos="fade-bottom-smooth"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   CONTENT PAGES STYLE
   ========================= */

.hero-sub {
    position: relative;
    height: 60vh;
    margin-top: 77px;
    /* Standard navbar offset */
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: var(--primary-dark-color);
}

.hero-sub .hero-bg,
.herobanner .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.hero-sub .herooverlay,
.herobanner .herooverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(45deg, var(--dark-color) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(30deg, var(--dark-color) 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-sub .container,
.herobanner .container-fluid {
    position: relative;
    z-index: 2;
}

.hero-sub h2 {
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--white-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: ">";
}

/* Wavy Overlay for Sub-pages */
.hero-sub .waveoverlay {
    bottom: -1px;
}

/* Section Styles */
.section-padding {
    padding: 70px 0;
}

.bg-light-section {
    background-color: #f0f7ff;
    /* Very light blue/green variant */
}

.content-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Typography Consistency within Editor */
.editorwysiwyg p {
    color: var(--gray-color);
    font-size: 16px !important;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

h1.about-title,
h2.about-title {
    font-size: 36px;
}

h4.about-title {
    font-size: 24px;
}

.serviceItem h4 {
    font-size: 22px;
}

/* Zigzag Section Styles */
.mb-80px {
    margin-bottom: 80px;
}

.img-zigzag-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-zigzag-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Zigzag logic: only on desktop to keep image-first on mobile */
@media (min-width: 992px) {
    .zigzag:nth-child(even) {
        flex-direction: row-reverse;
    }

    .zigzag:nth-child(even) .offset-lg-1 {
        margin-left: 0;
        margin-right: 8.33333333%;
        /* Bootstrap col-1 offset equivalent */
    }
}

/*======== wysiwyg editor Styles within===== */
.editorwysiwyg img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.editorwysiwyg iframe {
    width: 100%;
    border-radius: 20px;
    margin: 20px 0;
}

/* List Styles within Editor */
.editorwysiwyg ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.editorwysiwyg ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--gray-color);
    line-height: 1.6;
}

.editorwysiwyg ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
    font-size: 14px;
}

/* Numbered List for Mission within Editor */
.editorwysiwyg ol {
    counter-reset: mission-counter;
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.editorwysiwyg ol li {
    counter-increment: mission-counter;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--gray-color);
    line-height: 1.6;
}

.editorwysiwyg ol li::before {
    content: counter(mission-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700;
}

/* Hero No-Background Variant */
.hero-no-bg {
    position: relative;
    margin-top: 77px;
    /* Standard navbar offset */
    background-color: var(--dark-color);
    /* lightblue matching bg-light-section */
    padding: 50px 0 50px;
    overflow: hidden;
    z-index: 1;
    min-height: 37vh;
}

.hero-no-bg h1,
.hero-no-bg h2 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 40px;
}

.hero-no-bg .breadcrumb {
    margin-bottom: 10px;
}

.hero-no-bg .breadcrumb-item,
.hero-no-bg .breadcrumb-item a {
    color: var(--white-color);
    font-size: 14px;
    text-decoration: none;
}

.hero-no-bg .breadcrumb-item.active {
    color: var(--tertiary-color);
}

.hero-no-bg .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
    content: ">";
    padding: 0 10px;
}

.hero-no-bg .waveoverlay {
    bottom: -6px;
    position: absolute;
    width: 100%;
    right: 0;
    left: auto;
    z-index: 10;
    text-align: right;
    /* Align inline image to right */
}

.hero-no-bg .waveoverlay img {
    float: right;
    /* Ensure block image stays right */
    width: 100%;
    height: auto; 
}

/* Responsive Wave for hero-no-bg */
@media (max-width: 991px) {
    .hero-no-bg .waveoverlay {
        width: 90%;
    }
}

/* Comprehensive WYSIWYG Tags */
.editorwysiwyg h1,
.editorwysiwyg h2,
.editorwysiwyg h3,
.editorwysiwyg h4,
.editorwysiwyg h5 {
    color: var(--primary-dark-color);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
}

.editorwysiwyg h1,
.editorwysiwyg h2 {
    font-size: 36px;
}

.editorwysiwyg h3 {
    font-size: 30px;
}

.editorwysiwyg h4 {
    font-size: 24px;
}

.editorwysiwyg h6 {
    color: var(--gray-color);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.editorwysiwyg h5 {
    font-size: 18px;
}

/* Links */
.editorwysiwyg a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 600;
}

.editorwysiwyg a:hover {
    color: var(--primary-dark-color);
    text-decoration: none;
}

/* Blockquotes */
.editorwysiwyg blockquote {
    border-left: 5px solid var(--primary-color);
    padding: 20px 30px;
    background: #f9f9f9;
    font-style: italic;
    font-size: 18px;
    color: var(--primary-dark-color);
    margin: 30px 0;
}

/* Horizontal Rule */
.editorwysiwyg hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    margin: 40px 0;
}

/* Tables */
.editorwysiwyg table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: var(--white-color);
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.editorwysiwyg table th,
.editorwysiwyg table td {
    border: 1px solid #e5e5e5;
    padding: 10px 10px;
    text-align: left;
    font-size: 13px;
    min-width: 120px;
}

.editorwysiwyg table::-webkit-scrollbar {
    height: 6px;
}

.editorwysiwyg table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.editorwysiwyg table::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.editorwysiwyg table::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.editorwysiwyg table th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: var(--primary-dark-color);
}

/* Nested Lists Refinement */
.editorwysiwyg ul ul {
    margin-top: 8px;
    padding-left: 20px;
}

.editorwysiwyg ul ul li::before {
    content: "\f111";
    font-size: 8px;
    top: 6px;
}

.editorwysiwyg ul ul ul {
    margin-top: 8px;
    padding-left: 20px;
}

.editorwysiwyg ul ul ul li::before {
    content: "\f061";
    font-size: 10px;
}

.editorwysiwyg ol ol {
    counter-reset: l2-counter;
    margin-top: 8px;
    padding-left: 20px;
}

.editorwysiwyg ol ol>li {
    counter-increment: l2-counter;
}

.editorwysiwyg ol ol>li::before {
    content: counter(l2-counter, lower-alpha) ".";
    background: transparent;
    color: var(--primary-color);
    left: 0;
}

.editorwysiwyg ol ol ol {
    counter-reset: l3-counter;
    margin-top: 8px;
    padding-left: 20px;
}

.editorwysiwyg ol ol ol>li {
    counter-increment: l3-counter;
}

.editorwysiwyg ol ol ol>li::before {
    content: counter(l3-counter, lower-roman) ".";
    background: transparent;
    color: var(--primary-color);
    left: 0;
}

.editorwysiwyg strong,
.editorwysiwyg b {
    font-weight: 700;
    color: var(--primary-dark-color);
}

.editorwysiwyg code {
    background-color: #f4f4f4;
    padding: 2px 5px;
    border-radius: 4px;
    font-family: monospace;
}

/* Card Certification Hover Scaling */
.rowcardsatu,
.rowcardsatu [class*="col-"] {
    margin-bottom: 24px;
}

.rowcardsatu.row {
    margin-bottom: 70px;
}

.rowcardsatu .cardsatu {
    padding: 4px;
}

.cardsatu.tinggicard .cardimage {
    /* aspect-ratio: 16 / 9; */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.cardsatu .cardimagex {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.cardsatu.tinggicard .cardimage img,
.cardsatu .cardimage img {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
}

.cardsatu.tinggicard:hover .cardimage img,
.cardsatu .cardimage:hover imgx {
    transform: scale(1.05);
}

.rowcardsatu .cardsatu .cardimage img {
    transition: all ease 0.3s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 4px;
    border-radius: 10px;
}

.rowcardsatu a:hover .cardsatu .cardimage img {
    scale: 0.97;
    transition: all ease 0.3s;
    filter: drop-shadow(rgb(102, 102, 102) 1px 4px 4px);
}

.cardsatu:hover .cardjudul {
    color: var(--primary-dark-color);
}

.rowcardsatu a:hover .cardsatu .cardteks i {
    color: var(--primary-color);
    transition: all ease 0.3s;
}

.cardsatu .cardteks {
    padding-top: 15px;
}

.cardsatu .cardjudul {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 4px;
    display: block;
}

.cardsatu .cardp {
    color: var(--gray-color);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
}

.cardsatu .cardp i {
    background-color: white;
    /* Specific red from design */
    color: red;
    font-size: 14px;
    margin-top: 4px;
    background-color: transparent;
}

.cardsatu p.cardp {
    line-height: 1.4 !important;
    font-size: 14px !important;
}

/* GLightbox Popup Styling */
.glightbox-clean .gslide-media img {
    padding: 1px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    max-height: 75vh !important;
    background-color: #f2f2f2;
}

.gslide-image img {
    max-height: 75vh;
    max-width: 100%;
    border: 6px solid #ffffff;
}

.glightbox-clean .gslide-description {
    background: #fff;
}

.glightbox-clean .gslide-title {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 18px;
    font-family: var(--primary-font, "Montserrat", sans-serif);
    margin-bottom: 5px;
}

.glightbox-clean .gslide-desc {
    color: var(--gray-color);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--primary-font, "Montserrat", sans-serif);
    text-align: left;
    margin: 0;
    line-height: 1.4;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.glightbox-clean .gclose {
    opacity: 1;
}

/*===== Popup Management =====*/
.pop-card-2-wrapper img {
    width: 30%;
    max-width: 220px;
    height: auto;
    float: left;
    margin: 0 12px 8px 0;
    border-radius: 10px;
}

.pop-card-2-wrapper.editorwysiwyg h4 {
    color: var(--primary-color);
    letter-spacing: 0 !important;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 1px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.glightbox-clean .gslide-media {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background-color: #ffffff;
}

.pop-card-2-wrapper.editorwysiwyg h3 {
    font-size: 30px;
    margin-bottom: 4px;
    margin-top: 1px;
    line-height: 30px;
}

body#spl .pop-card-2-wrapper.editorwysiwyg p,
body#spl .pop-card-2-wrapper.editorwysiwyg li {
    color: var(--gray-color);
    font-size: 14px !important;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 16px;
}

.gslide-inline .ginlined-content.management-1 {
    padding: 20px 15px 24px;
    max-width: 100% !important;
    background-color: #ffffff;
}

body#spl a.btn-prime.close {
    color: var(--white-color);
    font-family: var(--primary-font);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    padding: 8px 12px;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    display: inline-flex !important;
    align-items: center;
}

body#spl a.btn-prime.close:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    text-decoration: underline;
}

/*===== Pagination Style Global =====*/
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-color);
}

/*===== Media News List Card=====*/
.boxService .tagDate {
    display: flex;
    margin-bottom: 12px;
    align-items: baseline;
}

.news-card img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.news-card {
    display: block;
    text-decoration: none;
    transition: all .3s ease;
    margin-bottom: 60px;
}

a.news-card:hover {
    transform: translateY(-5px);
}

a.news-card:hover img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
}

a.news-card:hover span.btn-prime {
    background: var(--white-color);
    transition: all ease 0.3s;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.newsimage img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 2px;
}

/*===== Contact =====*/
.mapkantor {
    aspect-ratio: 16 / 5;
    width: 100%;
    position: relative;
}

.mapkantor::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.mapkantor>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===== 404 Error Page =====*/
section.error-page-section {
    position: relative;
    padding: 120px 1% 100px;
    overflow: hidden;
    background-color: var(--white-color, #ffffff);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.error-swoosh-bg {
    position: absolute;
    top: -15%;
    right: -10%;
    width: 60%;
    height: 70%;
    background-color: var(--primary-color);
    /* Very light green */
    border-radius: 45% 55% 40% 60% / 50% 40% 60% 50%;
    z-index: 1;
    transform: rotate(-10deg);
    opacity: 0.9;
}

.error-container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.error-404-number {
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
    color: var(--primary-dark-color, #001C3D);
    margin-bottom: 5px;
}

.error-title-text {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 40px;
    color: var(--primary-dark-color, #001C3D);
    margin-bottom: 25px;
}

.error-breadcrumb-custom {
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-color, #222222);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.error-logo {
    max-height: 60px;
    margin-bottom: 40px;
    display: block;
}

.error-breadcrumb-custom a {
    color: var(--primary-color, #0066e7);
    text-decoration: none;
}

.error-breadcrumb-custom span.separator {
    margin: 0 12px;
    color: #ccc;
}

.error-image-box {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 35px;
    margin-bottom: 40px;
}

.error-image-box img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.error-image-box:hover img {
    transform: scale(1.02);
}

.error-message-box {
    padding-right: 40px;
}

.error-message-box p {
    font-size: 18px;
    color: var(--gray-color, #222222);
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
}

.error-message-box .lang-id {
    font-style: italic;
    color: #64748b;
    font-weight: 400;
    font-size: 16px;
    border-left: 3px solid var(--tertiary-color);
    padding-left: 20px;
}

/* 404 Responsive Adjustments */
@media (max-width: 991px) {
    section.error-page-section {
        padding: 30px 0;
        text-align: center;
    }

    .error-404-number {
        font-size: 60px;
    }

    .error-title-text {
        font-size: 30px;
    }

    .error-breadcrumb-custom {
        justify-content: center;
    }

    .error-message-box {
        padding-right: 0;
    }

    .error-swoosh-bg {
        width: 100%;
        height: 50%;
        top: -10%;
        right: -30%;
    }

    .error-message-box .lang-id {
        text-align: left;
    }
}

/*===== Responsive =====*/

@media (min-width: 992px) {
    .hero-no-bg .waveoverlay img {
        max-height: 120px;
    }
    .hero-no-bg h1, .hero-no-bg h2 {
        padding-bottom: 50px;
    }
}

@media (max-width:991px) {}

@media (min-width: 769px) {

    .glightbox-clean .gslide-media,
    .glightbox-clean .gslide-description {
        max-width: 75vw;
        min-width: 20vw;
    }

    .p-sm-0 {
        padding: 0;
    }

    .md-pb-10px {
        padding-bottom: 10px;
    }

    .glightbox-clean .gslide-media,
    .glightbox-clean .gslide-description {
        max-width: 75vw;
        min-width: 20vw;
    }
}

@media (max-width: 768px) {

    .glightbox-clean .gslide-media,
    .glightbox-clean .gslide-description {
        max-width: 75vw;
        min-width: 90vw;
        max-height: 65vh;
        background-color: transparent;
    }

    .herobanner .heroText h2 {
        font-size: 36px;
    }

    .cardsatu .cardjudul,
    .cardjudul-2 {
        font-size: 16px;
    }

    .hero .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mapkantor {
        aspect-ratio: 1 / 1;
    }

    .glightbox-container .gcontainer,
    .glightbox-container .ginner-container {
        height: 100dvh;
    }
}

@media (max-width: 576px) {

    body#spl .card-horizontal> :nth-child(1) .card-horizontal-img .card-horizontal-img-text p,
    body#spl .card-horizontal> :nth-child(5) .card-horizontal-img .card-horizontal-img-text p {
        display: none;
    }
    body#spl a.btn-prime, span.btn-prime, body#spl a.btn-prime.btn-light {margin-right: 0;}
}

/*===== Fleet Card Revised 2.0 =====*/
.rowcardsatu-2 .col-lg-4,
.rowcardsatu-2 .col-md-6,
.rowcardsatu-2 .col-12 {
    margin-bottom: 30px;
}

.cardsatu-2 {
    background-color: var(--white-color);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
}

.rowcardsatu-2 a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.rowcardsatu-2 a:hover .cardsatu-2 {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.cardimage-2 {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}

.cardimage-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.cardteks-2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.cardicon-2 {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 4px;
}

.cardjudul-2 {
    color: var(--primary-dark-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.cardtype-2 {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.cardsatu-2 .editorwysiwyg p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: var(--gray-color);
    margin-bottom: 20px;
}

.cardsatu-2 .btn-prime {
    margin-top: auto;
    align-self: flex-start;
    padding: 10px 20px;
    font-size: 13px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 20px;
}

.rowcardsatu-2 a:hover .btn-prime {
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease;
}

.cardsatu-2 .cardteks-2 .editorwysiwyg ul li,
.cardsatu-2 .cardteks-2 .editorwysiwyg p,
.cardsatu-2 .cardteks-2 .editorwysiwyg span {
    font-size: 12px;
}

span.btn-prime.pdf::before {
    content: "\f1c1" !important;
}