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


/* variable - Overridden in sdw.css */
/* :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 - Overridden in sdw.css */
/* body {
    font-size: 18px;
    line-height: 30px;
}

a:hover {
    color: var(--dark-gray);
} */

/* header - Overridden in sdw.css */
/* .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;
}

footer .elements-social i {
    font-size: 16px !important;
}

/* 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-white: #ffffff;
    /* --base-color: #47a3d8; Overridden in next block */
    --base-color1: #0d1321;
    --font-black: #444;
    font-size: 16px;
    line-height: 2;
}

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

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,
body li {
    color: var(--textBlack);
    font-size: 15px;
    line-height: 2.1;
    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;
}

/* font-family: var(--alt-font); - Moved or redundant */

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,
body#sdw1 .page-title .curve1 {
    position: absolute;
    right: -4px;
    bottom: -50px;
    z-index: 10;
    width: 25%;
    max-height: unset;
}

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

body#sdw1 .hero,
body#sdw1 .page-title {
    overflow-x: clip;
    overflow-y: visible;
}

body#sdw1 .herobanner .h2,
body#sdw1 .herobanner h2 {
    font-size: 54px;
    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;
    margin-right: 10px;
}

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

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

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

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

p img {
    vertical-align: middle;
}

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;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 14px;
    padding: 12px 16px;
    line-height: 1.6;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: transparent;
}

.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 4px 10px 24px;
}

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

body#sdw1 .navbar .navbar-nav .nav-item>i.dropdown-toggle.show {
    margin-top: -13px;
}

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

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

header [data-header-hover=light] {
    background-color: var(--white) !important;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--text-darker);
    opacity: 1;
}

.langpicker {
    margin-right: 10px;
}

.langpicker a {
    font-size: 13px;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    padding: 0 5px;
    opacity: .7;
    font-weight: 800;
}

.langpicker a.active {
    color: var(--text-darker);
    opacity: 1;
}

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

/* Parent submenu */
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-submenu .dropdown-item:focus,
.dropdown-submenu .dropdown-item:hover {
    background-color: var(--dark-gray);
}

.dropdown-submenu>.dropdown-item::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

/* Pastikan parent bisa jadi anchor positioning */
.dropdown-submenu {
    position: relative;
}

@media (min-width: 992px) {
    .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;
    }
}

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

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    top: 0;
}

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

.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;
}

.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: 15px;
    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%;
}

body#sdw1 .sectionNewshome .boxService a:hover img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.3s ease;
}

.boxService .tagDate,
.industri-teks .tagDate {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}

.boxService .tagDate>p,
.industri-teks .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,
.industri-teks .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;
}

/*============ Page Title ==========================*/
.page-title {
    position: relative;
    height: 60vh;
    min-height: 300px;
    overflow: hidden;
}

section.page-title {
    margin-top: 65px;
}

/* BG COVER WRAPPER */
.page-title .bg-cover {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* IMG behave like background */
.page-title .bg-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background-color: rgba(8, 73, 42, 0.05);
    background-image:
        linear-gradient(to right, rgba(8, 73, 42, 1) 5%, rgba(8, 73, 42, 0) 80%);
}

/* CONTENT */
.page-title .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title .container h2 {
    color: var(--text-white) !important;
    font-weight: bold;
}

/*=========== Breadcrumb =====================*/
.breadcrumb1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.breadcrumb1 ul li {
    position: relative;
    padding: 0 10px 0 20px;
}

/* Hapus padding kiri untuk item pertama */
.breadcrumb1 ul li:first-child {
    padding-left: 0;
}

/* Separator ">" untuk semua li kecuali pertama */
.breadcrumb1 ul li+li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: #aaa;
}

/* Link styling */
.breadcrumb1 ul li a {
    text-decoration: none;
    color: var(--text-white);
    font-family: var(--primary-font);
    font-weight: 700;
}

.breadcrumb1 ul li a:hover {
    opacity: 0.7;
}

/* Halaman aktif (breadcrumb terakhir) */
.breadcrumb1 ul li:last-child {
    font-weight: 700;
    opacity: 0.7;
    cursor: default;
    /* tidak bisa diklik */
    pointer-events: none;
}

.page-title.posting {
    height: auto;
    min-height: 200px;
    padding-bottom: 20px;
}

.page-title.posting::before {
    content: unset;
}

body#sdw1 .page-title.posting .container h1.postTitle {
    color: var(--text-darker);
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.posting .breadcrumb1 ul li a {
    color: var(--text-darker);
}

/*========= endof Page Title ------------------*/

/*=========== wys editor =====================*/
body#sdw1 .editorwys h2,
body#sdw1 .editorwys h1,
body#sdw1 .editorwys h3 {
    font-family: var(--primary-font);
    color: var(--text-darker);
    font-weight: 800;
    letter-spacing: -1px;
}

.editorwys ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.editorwys ul li {
    position: relative;
    padding-left: 16px;
    /* 8px bullet + 8px space */
    margin-bottom: 8px;
    font-family: var(--alt-font);
    font-size: 14px;
    line-height: 1.8;
}

/* Filled bullet circle */
.editorwys ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--text-darker);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
    /* sejajar tengah teks */
}

/* Reset default ol */
.editorwys ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
    /* hilangkan numbering default */
}

/* Set tiap li agar punya nomor custom */
.editorwys ol li {
    position: relative;
    padding-left: 16px;
    /* ruang untuk nomor */
    margin-bottom: 8px;
    font-family: var(--alt-font);
    font-size: 14px;
    line-height: 1.8;
}

/* Nomor otomatis */
.editorwys ol li::before {
    content: counter(ol-counter) ".";
    counter-increment: ol-counter;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--text-darker);
}

/* Reset counter tiap ol */
.editorwys ol {
    counter-reset: ol-counter;
}

.editorwys img {
    width: 100%;
    border-radius: 20px;
    margin: 4px 0;
}

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

/*============ end of WYS ==============/>

body#sdw1 .industri-teks.zigzag {margin-bottom: 90px;}
/* Semua row (desktop) */
.industri-teks.zigzag>div:first-child {
    padding-left: 0;
    /* kolom pertama image */
}

.industri-teks.zigzag>div:last-child {
    padding-left: 50px;
    /* kolom kedua text */
}

/* Zigzag desktop: Row genap image kanan */
@media (min-width: 992px) {
    .industri-teks.zigzag:nth-child(even)>div:first-child {
        order: 2;
        /* image ke kanan */
    }

    .industri-teks.zigzag:nth-child(even)>div:last-child {
        order: 1;
        padding-left: 0;
        padding-right: 50px;
        /* text ke kiri */
    }
}

/* Tablet & mobile (≤991.98px) */
@media (max-width: 991.98px) {
    .industri-teks.zigzag>div:first-child {
        order: 1;
        padding: 0 15px;
        margin-bottom: 0;
        /* image selalu kiri */
    }

    .industri-teks.zigzag>div:last-child {
        order: 2;
        padding: 0 15px;
        /* text selalu kanan */
    }
}

body#sdw1 .newsList .sectionNewshome .boxService .newslistWrapper img {
    transition: all 0.3s ease;
    object-fit: cover;
    margin: 0;
    aspect-ratio: 4/3;
    border-radius: unset;
}

body#sdw1 .newsList .sectionNewshome .boxService h5 {
    color: var(--textBlack);
}

.sectionNewshome .boxService [class*="col"] {
    margin-bottom: 40px;
}

.newsList .sectionNewshome .boxService .newslistWrapper {
    padding: 0;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newsList .sectionNewshome .boxService .newslistWrapper .newsListText {
    padding: 10px 10px 18px 18px;
}

.newsList .boxService .tagDate {
    margin-bottom: 4px;
}

body#sdw1 .newsList .newsListText h5.newsTitle {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
}

.newsList .boxService a:hover .newslistWrapper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: white;
    transition: all 0.3s ease;
}

/*pagination*/
.pagination-style-01 .page-item.active .page-link {
    background: var(--seaGreen);
}

.pagination-next-news li.page-item a {
    color: var(--text-darker);
    font-weight: 800;
    font-family: var(--primary-font);
    font-size: 18px;
}

.pagination-next-news li.page-item a:hover i {
    margin: 0 4px 0 12px;
    transition: all ease 0.3s;
}

.pagination-next-news li.page-item a i {
    margin: 0 8px 0 8px;
    font-size: 16px;
    transition: all ease 0.3s;
}

/*==================== CARD ====================================*/
.rowcardsatu.row {
    margin-bottom: 70px;
}

.rowcardsatu,
.rowcardsatu [class*="col-"] {
    margin-bottom: 20px;
}

.rowcardsatu .cardsatu {
    padding: 4px;
}

body#sdw1 .rowcardsatu a:hover .cardsatu .cardteks h3.cardjudul,
body#sdw1 .rowcardsatu a:hover .cardsatu .cardteks i {
    color: var(--inkBlack);
    transition: all ease 0.3s;
}

.rowcardsatu .cardsatu .cardimage {
    margin-bottom: 16px;
}

.rowcardsatu .cardsatu .cardimage img {
    transition: all ease 0.3s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    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);
}

body#sdw1 .rowcardsatu .cardsatu .cardteks .cardp {
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--inkBlack);
    line-height: 1.5;
    font-family: var(--primary-font);
    transition: all ease 0.3s;
}

body#sdw1 .rowcardsatu .cardsatu .cardteks h3.cardjudul {
    font-size: 20px;
    margin-bottom: 4px;
    color: var(--text-darker);
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: var(--primary-font);
    transition: all ease 0.3s;
}

body#sdw1 .rowcardsatu .cardsatu .cardteks i {
    font-size: 20px;
    transition: all ease 0.3s;
    color: #e10000;
    margin-right: 8px;
}

.rowcardsatu .cardsatu.tinggicard .cardimage {
    /*aspect-ratio: 4/3;*/
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.rowcardsatu a:hover .cardsatu.tinggicard .cardimage img {
    scale: 1.03;
    filter: none;
}

.rowcardsatu .cardsatu.tinggicard .cardimage img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}

.rowcardsatu .cardsatu.tinggicard .cardimage:hover img,
.rowcardsatu .cardsatu.tinggicard a.pop-certification:hover .cardimage img {
    scale: 1.05;
    translate: all 0.3s ease;
}

body#sdw1 .rowcardsatu .cardsatu.tinggicard .cardteks h3.cardjudul {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--text-darker);
    line-height: 1.3;
    letter-spacing: -1px;
    font-weight: 700;
}

body#sdw1 .rowcardsatu .cardsatu.tinggicard .cardteks i {
    font-size: 14px;
}

/*==========test glightbox=================*/
@media (min-width: 769px) {

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

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

.glightbox-clean .gslide-media img {
    padding: 4px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    max-height: 80vh !important;
}

.glightbox-clean .gdesc-inner {
    padding: 8px 15px;
}

.glightbox-clean .gslide-desc {
    color: var(--inkBlack);
    font-size: 13px;
    margin-bottom: 0;
    font-family: var(--alt-font);
    line-height: 1.8;
}

.glightbox-mobile .glightbox-container .gslide-description {
    padding-bottom: 10px;
    padding: 0 11px;
    background-color: #000;
}

@media (max-width: 768px) {

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

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

    .glightbox-mobile .glightbox-container .gslide-description {
        bottom: env(safe-area-inset-bottom);
    }
}

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

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

body .pop-card-2-wrapper.editorwys p,
body .pop-card-2-wrapper.editorwys li {
    color: var(--textBlack);
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 16px;
}

body#sdw1 .pop-card-2-wrapper.editorwys h3 {
    font-size: 30px;
    margin-bottom: 4px;
    line-height: 30px;
}

body#sdw1 .pop-card-2-wrapper.editorwys h4 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
}

body#sdw1 .rowcardsatu .cardsatu.tinggicard .pop-card-2 .cardteks h3.cardjudul {
    font-size: 22px;
    line-height: 1.4;
}

body#sdw1 .primarysubtitleproject {
    font-size: 22px;
    line-height: 1.4;
    color: var(--inkBlack);
    letter-spacing: -1px;
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: 8px;
}

body#sdw1 .primarysubtitleprojectyear {
    font-size: 24px;
    padding: 4px 12px;
    min-width: 100px;
    line-height: 1.4;
    border-radius: 16px;
    color: var(--text-darker);
    background-color: var(--mintCream);
    letter-spacing: -1px;
    font-weight: 800;
    font-family: var(--primary-font);
    margin-bottom: 0;
}

.bgvertline {
    background-color: var(--seaGreen);
    width: 3px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0;
}

.bgvertline0 {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid var(--text-darker);
    left: calc(16px - 16px);
    width: 20px;
    height: 20px;
    z-index: 400;
    top: 50%;
}

.bghorzline {
    position: absolute;
    top: -18px;
    left: calc(50% - 11px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
}

.bghorzline::before {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: var(--base-color);
}

/* Default: semua bghorzline disembunyikan */
.journey .bghorzline {
    display: none;
}

/* Hanya row industri-teks PERTAMA */
.journey .container .row.industri-teks:first-of-type .bghorzline {
    display: block;
}

.rounded-30 {
    border-radius: 30px;
}

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

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

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

.list-style-border-bottom li {
    border-bottom: 0.5px solid var(--seaGreen);
    padding: 7px 0;
    font-family: var(--alt-font);
    color: var(--text-darker);
    font-size: 14px;
    line-height: 1.8;
}

.border-bottom-main {
    border-bottom: 0.5px solid var(--text-darker);
    padding: 7px 0;
    font-family: var(--alt-font);
    color: var(--text-darker);
}

.underlineTxt {
    text-decoration: none;
    border-bottom: 0.5px solid currentColor;
    padding-bottom: 2px;
}

/*.popup-content img { max-width: 100%; padding: 4px;}
.popup-content p {}
.popup-content .popuptext { padding: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.gslide-inline .ginlined-content {
    position: relative; padding: 0;
}
.gslide-inline .ginlined-content.popup-content .popuptext {
    position: absolute;
    bottom: 0;
    background: #ffffff80;
    width: 100%;
}
.gslide-inline .ginlined-content.popup-content {
    position: relative; overflow-x: hidden;
}
.gslide-inline .ginlined-content.popup-content .popupimgX {
    width: 100%;
}
.gslide-inline .ginlined-content.popup-content .popupimgX {
    height: 50vh;
}
.gslide-inline .ginlined-content.popup-content .popupimgX img {
    height: 100%; object-fit: contain; width: 100%;
}
.gslide-inline .ginlined-content.popup-content .popuptext {
    height: 20vh;
}
.gslide-inline .ginlined-content.popup-content {
    height: 80vh;
}
.gslide-media.gslide-inline {width: auto!important;}*/

/* footer logo row */
.footer-logo-list a {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 5px;
}

.footer-logo-list img {
    max-height: 26px;
    width: auto;
}

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

    .navbar .navbar-nav .dropdown .dropdown-menu li.active>a,
    .navbar .navbar-nav .dropdown-menu li a:active,
    .navbar .navbar-nav .dropdown-menu li a:focus,
    .navbar .navbar-nav .dropdown-menu li a:hover,
    .navbar .navbar-nav .dropdown-menu li.show>a {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .footer-logo-list {
        flex-wrap: wrap;
    }

    .footer-logo-list a {
        margin-right: 2rem;
    }

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

@media (max-width: 575px) {
    .footer-logo-list a {
        margin-right: 20px;
        margin-bottom: 18px;
    }

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

/* utility padding classes used in footer logo row */
.pt-25px {
    padding-top: 25px !important;
}

.pb-40px {
    padding-bottom: 40px !important;
}

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

/* Extra small (xs) */
/* Default (tanpa media query) <576px */
body#sdw1 .industri-teks .imgServiceGeneral {
    margin-right: 0;
    margin-bottom: 20px;
}

/* style untuk mobile */



/* XXL <1400px */
/* @media (max-width: 1399.98px) {} */

/* XL <1200px */
/* @media (max-width: 1199.98px) {} */

/* LG <992px */
@media (max-width: 991.98px) {
    body#sdw1 .navbar .navbar-nav .nav-item>i.dropdown-toggle.show {
        margin-top: 0;
    }

    body#sdw1 .hero .curve1,
    body#sdw1 .page-title .curve1 {
        right: -2px;
        bottom: -17px;
        width: 40%;
    }

    body#sdw1 .page-title.posting .curve1 {
        right: -2px;
        bottom: 0;
        width: 40%;
        z-index: 1;
    }

    .swiper-pagination.hero {
        text-align: left;
        padding-left: 15px;
    }

    .floatcontainer {
        padding: 20px 20px;
    }

    body#sdw1 .herobanner .h2,
    body#sdw1 .herobanner h2 {
        font-size: 48px;
    }

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

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
    .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
    .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        background-color: var(--dark-gray);
        margin-bottom: 8px;
    }

    .dropdown-submenu>.dropdown-item::after {
        content: "\f077";
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 24px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu .dropdown-menu li a {
        font-size: 13px;
        line-height: 1.5;
        opacity: 0.5;
    }

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

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

/* MD <768px */
@media (max-width: 767.98px) {

    body#sdw1 .herobanner .h2,
    body#sdw1 .herobanner h2 {
        font-size: 42px;
    }

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

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

    body#sdw1 .industri-teks h4 {
        font-size: 18px;
        line-height: 1;
    }

    body#sdw1 .industri-teks h4 i {
        font-size: 12px;
        margin-top: 4px;
    }

    body#sdw1 .sectionNewshome .boxService img {
        border-radius: 25px 25px 2px 2px;
    }
}

/* SM <576px */
@media (max-width: 575.98px) {

    body#sdw1 .herobanner .h2,
    body#sdw1 .herobanner h2 {
        font-size: 37px;
    }

    body#sdw1 h5.newsTitle {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
    }

    body#sdw1 .primarysubtitleproject {
        margin-top: 4px;
    }

    body#sdw1 .rowcardsatu .cardsatu .cardteks h3.cardjudul {
        font-size: 16px;
        line-height: 1.5;
    }

    body#sdw1 .rowcardsatu .cardsatu.tinggicard .cardteks h3.cardjudul {
        font-size: 16px;
        line-height: 1.4;
    }

    body#sdw1 .rowcardsatu .cardsatu .cardteks .cardp {
        font-size: 14px;
    }

    body#sdw1 .industri-teks .imgServiceGeneral {
        border-radius: 15px;
    }

    .langpicker a {
        padding: 0 4px;
        font-size: 13px;
    }

    body#sdw1 header .navbar-brand img {
        max-height: 42px;
    }
}

@media (max-width: 450px) {

    body p,
    body li {
        font-size: 14px;
    }
}

/* ===================================
   Editor Content Styling (.editorwys)
   =================================== */

.editorwys h1,
.editorwys h2,
.editorwys h3,
.editorwys h4,
.editorwys h5,
.editorwys h6 {
    color: var(--text-darker);
    font-family: var(--primary-font);
    font-weight: 800;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.editorwys h1 {
    font-size: 42px;
}

.editorwys h2 {
    font-size: 36px;
}

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

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

.editorwys h5 {
    font-size: 20px;
    letter-spacing: 0 !important;
    color: var(--text-darker) !important;
}

.editorwys h6 {
    font-size: 20px;
    letter-spacing: 0 !important;
    color: var(--font-black) !important;
}

.editorwys p {
    margin-bottom: 1.5rem;
    line-height: 2.1rem;
}

.editorwys a {
    color: var(--text-darker);
    text-decoration: underline;
}
.pop-card-2-wrapper.editorwys a, .pop-card-2-wrapper.editorwys a:hover {
    color: var(--text-darker);
    text-decoration: none;
}

.editorwys a:hover {
    color: #042516;
    /* very dark green */
    text-decoration: underline;
}

/* Standout blockquote */
.editorwys blockquote {
    border-left: 5px solid var(--base-color);
    padding: 30px 40px;
    margin: 40px 0;
    background-color: var(--mintCream);
    font-family: var(--alt-font);
    font-style: italic;
    font-size: 18px;
    color: var(--text-darker);
    border-radius: 0 20px 20px 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.editorwys blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 2.5rem;
    opacity: 0.1;
    color: var(--base-color);
}

/* Table Styling */
.editorwys table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.editorwys th,
.editorwys td {
    padding: 15px 20px;
    border: 1px solid #eee;
    text-align: left;
    font-size: 15px;
}

.editorwys thead th {
    background-color: var(--mintCream);
    color: var(--text-darker);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e4fde1;
}

.editorwys tr:hover {
    background-color: #f7fffa;
}

/* br as underline / divider */
.editorwys br {
    display: block;
    content: "";
    margin: 10px 0;
    height: 1px;
    border-bottom: 2px solid var(--text-darker);
    opacity: 0.3;
}

.editorwys hr {
    border: 0;
    border-top: 2px solid var(--text-darker);
    margin: 25px 0;
    opacity: 0.3;
}

/* Responsive Table Wrapper */
.editorwys .table-responsive {
    border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Clear, minimalist scrollbar (no arrows) */
.editorwys .table-responsive::-webkit-scrollbar {
    height: 6px;
}

.editorwys .table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

.editorwys .table-responsive::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}

.editorwys .table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--base-color);
}

.editorwys .table-responsive table {
    margin-bottom: 0;
    border: 0;
}

/* Nested List Styling */
.editorwys ul,
.editorwys ol {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.editorwys li {
    margin-bottom: 0.75rem;
    line-height: 2.2rem;
    padding-left: 0.5rem;
}

/* Unordered List UL */
.editorwys ul {
    list-style: none;
    padding-left: 1rem;
}

.editorwys ul li {
    position: relative;
}

/* Level 1: Disk (Dot) */
.editorwys ul>li::before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: 0.8rem;
    width: 6px;
    height: 6px;
    background-color: var(--base-color);
    border-radius: 50%;
}

.editorwys ul ul {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
}

/* Level 2 & 3: Right Arrow */
.editorwys ul ul li::before,
.editorwys ul ul ul li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    color: var(--base-color);
    position: absolute;
    left: -1.5rem;
    top: 4px;
    /* Reset Level 1 dot properties */
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
}

/* Ordered List OL */
.editorwys ol {
    list-style-type: none;
    counter-reset: item;
}

.editorwys ol li {
    counter-increment: item;
    position: relative;
}

/* Level 1: 1, 2, 3 */
.editorwys ol>li::before {
    content: counter(item) ". ";
    color: var(--base-color);
    font-weight: 800;
    position: absolute;
    left: -1.5rem;
}

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

/* Level 2: a, b, c */
.editorwys ol ol>li {
    counter-increment: item2;
}

.editorwys ol ol>li::before {
    content: counter(item2, lower-alpha) ". ";
    color: var(--base-color);
    font-weight: 800;
    position: absolute;
    left: -1.5rem;
}

.editorwys ol ol ol {
    counter-reset: item3;
    padding-left: 2rem;
}

/* Level 3: i, ii, iii */
.editorwys ol ol ol>li {
    counter-increment: item3;
}

.editorwys ol ol ol>li::before {
    content: counter(item3, lower-roman) ". ";
    color: var(--base-color);
    font-weight: 800;
    position: absolute;
    left: -1.5rem;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .editorwys h1 {
        font-size: 36px;
    }

    .editorwys h2 {
        font-size: 32px;
    }

    .editorwys h3 {
        font-size: 28px;
    }

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

    .editorwys h5,
    .editorwys h6 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .editorwys h1 {
        font-size: 30px;
    }

    .editorwys h2 {
        font-size: 26px;
    }

    .editorwys h3 {
        font-size: 22px;
    }

    .editorwys h4 {
        font-size: 18px;
    }

    .editorwys h5,
    .editorwys h6 {
        font-size: 16px;
    }

    .editorwys blockquote {
        padding: 25px 30px;
        font-size: 1.1em;
        margin: 30px 0;
    }
}