.bg-soft-blue { background-color: #e7f1ff; }
.bg-soft-gray { background-color: #f1f3f5; }
.bg-soft-green { background-color: #e6f4ea; }
.bg-soft-red { background-color: #fdecea; }

.text-soft-blue { color: #0d6efd; }
.text-soft-green { color: #1e7e34; }
.text-soft-red { color: #b02a37; }

.form-control{
    padding: .375rem .75rem !important;
}

.btn-control{
    background-color:white;
    color:#808080;
    border: 1px #808080 solid;
    border-radius: 10px;
}

.nav-btn{
    width: 150px;
}
@media (max-width: 768px) {
    .nav-btn{
        width: 125px;
    }
}
.rounded-corners {
  border-radius: 10px; /* All corners */
}

.object-cover {
    object-fit: cover;
}

.object-center {
    object-position: center;
}

.object-top {
    object-position: top;
}

.object-bottom {
    object-position: bottom;
}

.object-left {
    object-position: left;
}

.object-right {
    object-position: right;
}

.semi-bold{
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.bold{
    font-family: 'Montserrat-Bold', sans-serif;
}

.evo{
    font-family: 'Evogria', sans-serif;
}

.btn-200{
    width: 200px;
}
.form-control{
    font-size: 14px !important;
}
.custom-password {
    border: 1.5px solid #034998;
    border-radius: 10px;
    overflow: hidden;
}

.custom-password .form-control {
    border: none;
    box-shadow: none;
}

.custom-password .input-group-text {
    background: #fff;
    border: none;
    border-left: 2.5px solid #034998;
    cursor: pointer;
}

.form-control-login {
    padding-right: 40px;
}

.calendar-table td,
.calendar-table button {
    font-family: inherit;
    font-size: 0.875rem; /* same as .small */
    font-weight: normal;
}

.calendar-table button {
    padding: 2px 0;
    line-height: 1.2;
}

.calendar-day {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 4px;
}

.calendar-day.has-invitation {
    background-color: #0d6efd; /* bootstrap primary */
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.job-type{
    background-color: #ADADAD;
    font-size: 14px;
    color: white;
    width: 100px;
    height: 36px;
    border-radius: 10px;
    text-align: center;
    align-content: center;
}

/* WRAPPER */
.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0 24px;
    overflow: hidden;
}

/* ITEM */
.stepper-item {
    position: relative;
    flex: 1;
    min-width: 0;
    text-align: center;
}

/* GARIS ANTAR STEP */
.stepper-item::after {
    content: "";
    position: absolute;
    top: 10px;              /* TENGAH SLOT 20px */
    left: 50%;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.stepper-item:last-child::after {
    display: none;
}

/* SLOT STEP (TINGGI SAMA SEMUA) */
.step-counter {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

/* DOT DEFAULT (INACTIVE) */
.step-counter::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #bdbdbd;
    border-radius: 50%;
}

/* ACTIVE */
.stepper-item.active .step-counter::after {
    width: 20px;
    height: 20px;
    background: #4a4a4a;
}

/* COMPLETED */
.stepper-item.completed .step-counter::after {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #4a4a4a;
}

.stepper-item.completed .step-counter::before {
    content: "✓";
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
}

/* LABEL */
.step-label-regist {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
    padding: 0 4px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .stepper-wrapper {
        padding: 12px 0 16px;
    }

    .step-counter {
        width: 16px;
        height: 16px;
    }

    .step-counter::after {
        width: 10px;
        height: 10px;
    }

    .stepper-item.active .step-counter::after,
    .stepper-item.completed .step-counter::after {
        width: 16px;
        height: 16px;
    }

    .stepper-item.completed .step-counter::before {
        font-size: 10px;
    }

    .step-label-regist {
        font-size: 9px;
        padding: 0 2px;
    }

    .stepper-item::after {
        top: 8px; /* tengah slot 16px */
    }
}

/* Css datepicker */
.datepicker {
    border-radius: 12px;
    padding: 10px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,.08); */
    font-size: 14px;
}

.datepicker table {
    width: 100%;
}

.datepicker table th {
    font-weight: 600;
    color: #555;
}

.datepicker table td,
.datepicker table th {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 8px;
}

.datepicker table td.day:hover {
    background: #f0f2f5;
    cursor: pointer;
}

.datepicker table td.active,
.datepicker table td.active:hover {
    background: #0d6efd;
    color: #fff;
    border-radius: 8px;
}

.datepicker table td.today {
    border: 1px solid #0d6efd;
    background: transparent;
}

.datepicker-switch,
.prev,
.next {
    cursor: pointer;
    font-weight: 600;
}

.datepicker-dropdown {
    border: none;
}

/* default (homepage top) */
#mainNavbar {
    background: transparent;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
    transition: background .3s, border .3s;
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nav-text,
.nav-icon {
    color: #fff;
    transition: color .3s;
}

.nav-link.nav-text:hover {
    color: #fff;
}

/* scrolled (homepage) */
#mainNavbar.scrolled {
    background: #fff;
    border-bottom: 1px solid #034998;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#mainNavbar.scrolled .login-button {
    border:1.5px solid #034998 !important;
}

#mainNavbar.scrolled .nav-text,
#mainNavbar.scrolled .nav-icon {
    color: #034998;
}

#logo
{
	height: 26px;
}

@media (max-width: 991px) {
	#logo
	{
		width: 200px;
	}

    .btn-200{
        width: 100px;
    }

}

/* Avatar image */
.navbar-user {
    cursor: pointer;
	padding-left: 16px;
}

.navbar-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid black;
    object-fit: cover;
}

.avatar-dropdown {
    position: absolute;
    top: 48px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
}

.avatar-dropdown .dropdown-item {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
}

.avatar-dropdown .dropdown-item:hover {
    background-color: #f5f5f5;
}

.dropdown-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 5px 0;
}

/* --------------------------------------------- Additional Data --------------------------------------------- */
.photo-box {
    width: 100%;
    aspect-ratio: 1 / 1;          /* bikin kotak persegi */
    max-width: 250px;             /* kontrol ukuran */
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;            /* isi penuh tanpa gepeng */
}

/* --------------------------------------------- HomePage --------------------------------------------- */
/* HomePage */
.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* no background at all */
.navbar-transparent {
    background: transparent !important;
}

.dbl-hero-content {
    position: absolute;
    left: 8vw;
    bottom: 8vh;
}

/* Text */
.dbl-hero-content h1 {
    font-size: 46px;
    font-weight: 400;
}

.dbl-hero-content h1 span {
    display: inline-block;
    background-color: #0a3d91;
    color: #fff;
    padding: 8px 14px;
    margin-bottom: 8px;
	font-family: 'Evogria', sans-serif;
}

/* Button */
.dbl-btn {
    background-color: #0a3d91;
    color: #fff;
    border-radius: 10px;
    padding: 8px 34px;
    font-weight: 400;
	width: 220px;
}

.job-card .card-body {
    display: flex;
    flex-direction: column;
}

.btn-detail {
    color: #fff;
    background-color: #0a3d91;
    border-radius: 10px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =======================
   MOBILE
======================= */
@media (max-width: 991px) {
    .dbl-hero-full {
        height: auto;
        min-height: 100vh;
    }

    /* .dbl-hero-content {
        padding: 240px 0 0 0;
    } */

    .dbl-hero-content h1 {
        font-size: 26px;
    }

    .dbl-hero-content h1 span {
        padding: 6px 10px;
    }
    .dbl-btn {
        width: 150px;
        padding:8px 0;
    }

}

/* =======================
   IMAGE WRAPPER
======================= */
.dbl-image-wrapper {
    padding: 0;
    overflow: hidden;
}

/* Desktop wrapper height */
@media (min-width: 992px) {
    .dbl-image-wrapper {
        height: auto; /* adjust as needed */
    }
}

/* Mobile wrapper height */
@media (max-width: 991px) {
    .dbl-image-wrapper {
        height: 260px;
		margin-top: 1.5rem;
    }
	h3 {
		margin-top: 1rem;
		text-align: center;
	}

    .text-md, .text-left{
        text-align: left !important;
    }
}

.dbl-image {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.ceo-image {
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.segment-wrapper {
    display: flex;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.segment {
    position: relative;
    flex: 1;
    overflow: hidden;
    background: #ddd;
}

/* Background image */
.segment-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

/* Center text (default) */
.segment-center-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

/* Bottom text (hover) */
.segment-bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: #034998;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-weight: 700;
    font-size: 15px;

    opacity: 0;
    transform: translateY(100%);
}

/* ==============================
   DESKTOP ONLY (HOVER ENABLED)
================================ */
@media (hover: hover) and (pointer: fine) {
    .segment {
        transition: flex 0.4s ease;
    }

    .segment:hover {
        flex: 1.5;
    }

    .segment-bg {
        transition: transform 0.4s ease;
    }

    .segment:hover .segment-bg {
        transform: scale(1.1);
    }

    .segment-center-text {
        transition: opacity 0.25s ease;
    }

    .segment:hover .segment-center-text {
        opacity: 0;
    }

    .segment-bottom-text {
        transition: all 0.3s ease;
    }

    .segment:hover .segment-bottom-text {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================
   MOBILE = CAROUSEL
================================ */
@media (hover: none) and (pointer: coarse) {

    .segment-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        height: 220px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .segment-wrapper::-webkit-scrollbar {
        display: none;
    }

    .segment {
        flex: 0 0 85%;
        margin-right: 14px;
        scroll-snap-align: center;
        position: relative;
    }

    /* Paksa tampilan "hover" */
    .segment-center-text {
        opacity: 0;
    }

    .segment-bottom-text {
        opacity: 1;
        transform: translateY(0);
        display: block;
    }

    .segment-bg {
        transform: scale(1.05);
    }
}


.teaser-video {
    width: 100%;
    max-width: 1150px;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}

/* desktop only */
@media (min-width: 768px) {
	.stat-item {
		border-right: 1px solid #000;
	}

	.stat-item:last-child {
		border-right: none;
	}
}

.dblk-section {
    display: grid;
    grid-template-columns: 38% 62%;
    column-gap: 48px;
    row-gap: 40px;
    align-items: stretch; 
}

.dblk-text {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.dblk-text h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

.dblk-text p {
    max-width: 360px;
    min-height: 180px;
    line-height: 1.6;
    text-align: left;
}

.image-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #eee;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* ubah dari top ke center */
}

/* THUMBNAIL CAROUSEL */
.gallery-wrapper {
    position: relative;
}

.home-gallery .owl-item {
    height: 175px;
    padding-right: 12px;
}

.home-gallery .item {
    height: 100%;
}

.img-fluid-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-prev { left: 8px; }
.gallery-next { right: 8px; }

.gallery-prev:hover,
.gallery-next:hover {
    background: rgba(0,0,0,0.8);
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;

    z-index: 3;
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 20px;

    transition: 0.3s;
}

/* kiri */
.gallery-prev {
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);
}

/* kanan */
.gallery-next {
    right: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.6), transparent);
}

/* hidden state */
.gallery-prev.hidden,
.gallery-next.hidden {
    opacity: 0;
    pointer-events: none;
}

/* bottom carousel */
.bottom-carousel {
    grid-column: 1 / -1;
    padding-top: 10px;
}

.carousel-track {
    display: flex;
    gap: 16px;
    overflow: hidden;
}

.carousel-item {
    min-width: 160px;
    height: 90px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.carousel-item.active {
    opacity: 1;
    outline: 2px solid #000;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-controls {
    margin-top: auto;
    display: flex;
    gap: 12px;
}

.carousel-controls button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #D9D9D9;
    cursor: pointer;
    color:#565656;
}

.dblk-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 425px) {

    .dblk-section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "desc"
            "image"
            "controls";
        gap: 24px;
    }

    /* Flatten wrapper so children can be positioned in grid */
    .dblk-text {
        display: contents;
    }

    .dblk-text h2 {
        grid-area: title;
        text-align: left;   /* keep left */
    }

    .dblk-text p {
        grid-area: desc;
        width: 100%;
        text-align: left;   /* keep left */
    }

    .image-box {
        grid-area: image;
        width: 100%;    
        height: 260px;
    }

    .carousel-controls {
        grid-area: controls;
        margin-top: 12px;
        display: flex;
        justify-content: center; /* ONLY controls centered */
    }
}

.testimonial-thumbs {
    display: flex;
    width: 100%;
    gap: 16px;
}

.thumb {
    flex: 1;
    max-height: 200px;
    aspect-ratio: 1 / 1;
    background: #ddd;
    cursor: pointer;
    opacity: .5;
	object-fit: cover;
    object-position: top;
}

.thumb.active {
    opacity: 1;
    outline: 2px solid #000;
}

.testimonial-photo {
    width: 100%;
    height: 260px;
    background: #ddd;
    min-height: 310px;
}

.testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.testimonial-text {
    position: relative;
    padding-right: 60px;
    min-height: 310px;
}
.testimonial-text small {
	font-family: 'Montserrat-Medium', sans-serif;
}

.testimonial-text #testimonialName {
	font-size: 26px;
}

.testimonial-text #testimonialRole {
	font-family: 'Montserrat-Bold', sans-serif;
}

.quote {
    height: 60px;
}

@media (max-width: 991px) {
    .testimonial-text #testimonialName {
	    font-size: 18px;
    }

    .testimonial-text #testimonialRole {
        font-size: 14px;
    }
    
    .testimonial-text #testimonialEdu {
        font-size: 12px;
    }

    .quote {
        height: 40px;
    }
}

.testimonial-text p {
	font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
	min-height: 170px;
}

.testimonial-text h6 {
    font-weight: bold;
    margin-bottom: 4px;
}

.testimonial-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
}

.testimonial-controls button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #D9D9D9;
    cursor: pointer;
    color:#565656;
}

.testimonial-line{
    border-bottom: 2px solid #034998; 
    width: 250px;
    padding: 2px;
}

@media (max-width: 768px) {
    .testimonial-thumbs {
        overflow-x: auto;
    }

    .testimonial-text {
        padding-right: 0;
    }

    .testimonial-controls {
        position: static;
        margin-top: 16px;
    }
}

/* --------------------------------------------- header CSS --------------------------------------------- */
    /* SHIFT CONTENT DOWN */
    .body-shift-down {
        padding-top: 70px; /* sesuaikan tinggi navbar */
    }
    .navbar-fixed-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3000;
        padding: .2rem 1rem !important;
		/* background-color: white; */
    }

    /* Sidebar base */
    .right-sidebar {
        position: fixed;
        top: 102px; /* navbar height */
        right: 0;
        width: 100%;
        height: auto;
        z-index: 2999;
        overflow-y: auto;

        /* Hidden state */
        opacity: 0;
        transform: translateY(-16px);
        visibility: hidden;

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;
    }

    /* Visible state */
    .right-sidebar.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* List container */
    .list-group-custom {
        background-color: #ffff;    
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #rightSidebar.scrolled {
        top: 61px;
        height: calc(100vh - 61px);
        overflow-y: auto;
    }

    /* Section Title */
    .sidebar-section-title {
        padding: 14px 20px;
        color: black;
        opacity: 0.7;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* Sidebar items */
    .sidebar-item {
        background-color: #ffff;
        display: block;
        padding: 14px 20px;
        color: black;
        font-size: 15px;
        text-decoration: none;
        transition: background 0.2s;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .sidebar-item.active {
        background: rgba(255,255,255,0.25);
        font-weight: bold;
        color: #034998 !important;
    }

    /* Hover effect */
    .sidebar-item:hover {
        background: #034998;
        text-decoration: none;
        color: #ffffff;
    }

    /* Menu button */
    .menu-btn {
        background: none;
        border: none;
        color: white;
        font-size: 22px;
        padding: 6px 10px;
        border-radius: 8px;
        transition: background .2s, transform .2s;
        cursor: pointer;
    }
    .menu-btn:hover {
        background: rgba(255,255,255,0.2);
        transform: scale(1.1);
    }

    /* Profile container */
    .sidebar-profile {
        padding: 25px 10px 15px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        background-color: #ffff;
    }

    /* Avatar image */
    .sidebar-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid black;
        object-fit: cover;
    }

    /* Username */
    .sidebar-username {
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
        color: black;
    }

    /* Flex push bottom */
    .sidebar-menu {
        display: flex;
        flex-direction: column;
        height: auto;
    }

/* --------------------------------------------- Footer CSS --------------------------------------------- */
.dbl-footer {
    background: #034998;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .dbl-footer {
        text-align: center;
    }
    .dbl-footer .footer-line{
        justify-self: center;
    }
    .icon-footer{
        justify-items: center;
    }
    .dbl-footer .footer-title {
       text-align: center !important;
    }

}

.dbl-footer .footer-title {
    font-family: 'Evogria', sans-serif;
    color: #ffffff;
    margin-bottom: 14px;
    text-align: left;
}

.dbl-footer .footer-sub-title {
    font-family: 'Montserrat-Bold', sans-serif;
    color: #ffffff;
    margin-bottom: 6px;
    text-align: left;
}

.dbl-footer .footer-text {
	font-family: 'Montserrat-Medium', sans-serif;
	color: #ffffff;
    opacity: 0.85;
    line-height: 1.8;
    text-align: left;
}

.dbl-footer .footer-tagline {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.5;
    font-family: 'Montserrat-Bold', sans-serif;
}
.dbl-footer .footer-line {
    width: 100%;
    max-width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3); /* DBL-style translucent white */
    margin: 10px 0; /* adjust space above/below */
}

.rounded-circle{
    border-radius: 50%;
    border: #fff 1px solid;
    width:34px;
    height:34px;
}

.circle{
    border-radius: 50%;
}

/* --------------------------------------------- Pop up Modal CSS --------------------------------------------- */
	.modal {
		z-index: 4000; /* higher than navbar */
	}
	.modal-backdrop {
		z-index: 3999;
	}

    .modal-body{
        max-height: 70vh;
        overflow-y: auto;
    }
/* --------------------------------------------- Sweetalert size CSS --------------------------------------------- */
	.swal2-popup {
		font-size: 0.8rem !important;
	}
	.swal2-container {
		z-index: 99999 !important;
	}
/* --------------------------------------------- Job List CSS --------------------------------------------- */
    /* Default inactive (Bootstrap secondary) */
    .filter-btn {
        background-color: #6c757d;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 6px 14px;
        transition: 0.2s;
    }

    /* Adaptive hover for both active + inactive */
    .filter-btn:hover {
        filter: brightness(1.1);
    }

    /* Active = blue */
    .filter-btn.active {
        background-color: #034998 !important;
        color: #fff !important;
    }

    .job-card {
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .job-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
        border-color: #d0d0d0;
    }

    .job-item {
        margin-top: 5px;
    }

    
/* --------------------------------------------- Progress Bar Step CSS --------------------------------------------- */
:root {
    --brand-blue: #034998;
    --grey-light: #e5e7eb;
    --grey-text: #9ca3af;
    --red: #dc3545;
    --circle-size: 35px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.step-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1; /* Makes all steps equal width */
    min-width: 90px;
}

/* --- THE CONNECTOR LINE --- */
.step-wrapper::before {
    content: "";
    position: absolute;
    top: calc(var(--circle-size) / 2); /* Centers line vertically with circle */
    left: -50%; /* Starts from the previous step's center */
    width: 100%;
    height: 3px;
    background-color: var(--grey-light);
    z-index: 1;
}

/* Hide the line for the first step */
.step-wrapper:first-child::before {
    content: none;
}

/* Blue line for completed and active steps */
.step-wrapper.step-done::before,
.step-wrapper.step-active::before,
.step-wrapper.step-rejected::before {
    background-color: var(--brand-blue);
}

/* --- THE CIRCLES --- */
.step-circle {
    position: relative;
    z-index: 2; /* Sits on top of the line */
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
    background-color: var(--grey-light);
    color: var(--grey-text);
    transition: all 0.3s ease;
}

/* Active State: Border only */
.step-active .step-circle {
    background-color: #fff;
    border: 3px solid var(--brand-blue);
    color: var(--brand-blue);
}

/* Completed State: Solid Blue */
.step-done .step-circle {
    background-color: var(--brand-blue);
    color: #fff;
    border: 3px solid var(--brand-blue);
}

.step-rejected .step-circle {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}

/* --- THE LABELS --- */
.step-label {
    font-size: 12px;
    color: var(--grey-text);
    text-align: center;
}

.step-active .step-label {
    color: #000;
    font-weight: bold;
}

.step-done .step-label {
    color: var(--brand-blue);
}

.step-rejected .step-label {
    color: var(--red);
}

/* --------------------------------------------- Font CSS --------------------------------------------- */
@font-face 
{
    font-family: MuktaMalar;
    src: url('../../fonts/MuktaMalar-Regular.ttf');
}

@font-face 
{
    font-family: Exo-Bold;
    src: url('../../fonts/Exo-Bold.ttf');
}

@font-face 
{
    font-family: Exo-Regular;
    src: url('../../fonts/Exo-Regular.ttf');
}

@font-face 
{
    font-family: Exo-SemiBold;
    src: url('../../fonts/Exo-SemiBold.ttf');
}

@font-face 
{
    font-family: Montserrat-Bold;
    src: url('../../fonts/Montserrat-Bold.ttf');
}

@font-face 
{
    font-family: Montserrat-Medium;
    src: url('../../fonts/Montserrat-Medium.ttf');
}

@font-face 
{
    font-family: Montserrat-SemiBold;
    src: url('../../fonts/Montserrat-SemiBold.ttf');
}

@font-face 
{
    font-family: Evogria;
    src: url('../../fonts/Evogria.otf');
}

body
{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

div
{
	font-family: 'Montserrat-Medium', sans-serif;
}

h1,h2,h3,h4,h5,h6,.btn,.titleDBL,.textDBL, .nav-link
{
	font-family: 'Evogria', sans-serif;
}

.title-homepage
{
    font-size: 60px; 
}
@media (max-width: 991px) {
    .title-homepage {
        font-size: 32px;
    }
    .sub-title-homepage, .homepage-text{
        text-align: left;
    }

}

.sub-title-homepage
{
    font-size: 27px; 
    line-height: 1.4;
}

.homepage-text{
    font-size: 14px; 
    line-height: 1.7;
    text-align: justify;
}

/* h1{
    font-size: 55px;
}

h2{
    font-size: 47px;
}

h3{
    font-size: 29px;
}

h4{
    font-size: 18px;
} */

label, p, span, .form-control, .section-text
{
	font-family: 'Montserrat-Medium', sans-serif;
}

.section-title
{
	font-family: 'Montserrat-SemiBold', sans-serif;
}

.font-14
{
	font-size: 14px !important;
}

.font-16
{
	font-size: 16px !important;
}

input
{
	font-family: "MuktaMalar";	
}

nav
{
	font-family: 'Evogria', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.auth label
{
	font-size: 18px;
}

.lato
{
	color: white;
	font-size: 20px;
}

.font-blue
{
	color: #034998; 
	font-size: 16px; 
}

/* --------------------------------------------- General CSS --------------------------------------------- */
h4 {
	font-size: 18px;
}

@media (min-width: 768px) 
{
  .form-horizontal .control-label 
  {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

@media(max-width: 991px)
{
	.home-footer 
	{
		font-size: 15px;
	}
    .teaser-video {
        max-width: 560px;
    }
}

@media(max-width: 425px)
{
    .teaser-video {
        max-width: 300px;
    }
}

.dark-blue 
{
	background-color: #034998;
}

.btn-file 
{
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] 
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-dbl
{
	color: #fff;
    background-color: #034ea2;
    border-color: #034ea2;
}

/* Hover effect */
.btn-dbl:hover {
    background: #ffff;
    text-decoration: none;
    color: #034ea2;
    border-color: #034ea2;
}

.rounded25
{
	border-radius: 25px;
}

.blog-post img 
{
    max-width: 100%;
    height: auto;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th 
{
    border: none !important;
}

.home-footer 
{
	position: relative;
	margin-bottom: 20px;
	color: #034ea2;
	text-align: center;
	font-weight: 500;
}

/* --------------------------------------------- Background CSS --------------------------------------------- */
@media(min-width: 992px)
{
	.screen-background-1
	{
		background-position: center;
		background: url('../../img/indonesia_arena.jpg');
	}

	.screen-background-2 .img-pillar
	{
		max-width: 600px;
	}
	
	.screen-image
	{
		width: 200px; 
		margin-bottom: 20px;
	}

	.screen-description
	{
		font-size: 16px; 
		color: #ffffff; 
		font-weight: 300;
	}

	/* Create the parallax scrolling effect */
	.parallax-effect
	{
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(max-width: 991px)
{
	.screen-background-1
	{
		background-position: center;
		background: url('../../img/indonesia_arena.jpg');
	}
	
	.screen-image
	{
		width: 110px;
		margin-bottom: 10px;
	}

	.screen-description
	{
		font-size: 13px; 
		color: #ffffff; 
		font-weight: 300;
	}
}

.bg-vacancy
{
	min-height: 100vh;
	background-image: url('../../img/backgrounds/vacancy_background.jpg');
	background-attachment: fixed;
}

.index
{
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	z-index: 10;
	height: calc(100vh - 62px);
}

.auth
{
	background-color: #221c5a;
	background-image: url('../../img/newimg/index.jpg');
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	z-index: 10;
	min-height: calc(100vh - 54px);
	color: white;
}

.screen-background-1
{
    position: relative; 
	height: calc(100vh - 62px);
	background-color: #034EA2;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}

.screen-background-2
{
	background-image: url('../../img/backgrounds/home-2.jpg');
	height: 654px;
	background-position: center;
	background-size: cover;
}

.screen-background-2 #pillar-wrapper
{
	background-color: rgba(0, 0, 0, 0.6);
}

.screen-background-3
{
	background-image: url('../../img/backgrounds/home-3.jpg');
	height: 654px;
	background-position: 66% 0%;
	background-size: cover;
}

.lastScreen
{
	background-color: #221c5a;
	background-image: url('../../img/newimg/Screen4.jpg');
	background-repeat: repeat;
	background-position: top;
	background-size: cover;
	z-index: -10;
}

.semi-transparent
{
	background: rgba(255,255,255,0.69);
	z-index: 0;
}

.box-left
{
	background-color: #034EA1;
	width: 180px;
	height: 260px;
	position: absolute; 
	z-index: -1; 
	left: 130px;
	top: 15px;
}

.box-right
{
	background-color: #034EA1;
	width: 180px;
	height: 260px;
	position: absolute; 
	z-index: -1; 
	right: 130px;
	top: 15px;
}

.transparent
{
	opacity: 0.8;
}

/* --------------------------------------------- Image CSS --------------------------------------------- */
.img-fit
{
	object-fit: cover;
	object-position: top;
	height: inherit;
	width: 100%;
}

@media(min-width: 992px)
{
	.img-tree
	{
		width: 650px; 
	}	

	.wrapper-photo-left
	{
		width: 600px;
		height: 200px;
		float: right;
	}

	.wrapper-photo-right
	{
		width: 600px;
		height: 200px;
		float: left;
	}
}

@media(max-width: 991px)
{
	.img-tree
	{
		width: 300px; 
	}

	.wrapper-photo-left
	{
		width: 100%;
		height: 200px;
	}

	.wrapper-photo-right
	{
		width: 100%;
		height: 200px;
	}
}

@media(max-width: 768px)
{
	.img-tree
	{
		margin: 0;
		width: 300px; 
	}
}

/* --------------------------------------------- Button CSS --------------------------------------------- */
.btn-radius
{
	border-radius: 20px !important;
	color: white;
}

.btn-radius.dark-blue1
{
	background-color: #ffffff !important;
	color: #034998 !important;
}

.index .btn-radius
{
	width: 150px;
	font-size: 20px;
	height:43px;
}

.join .btn-radius
{
	font-size: 18px;
}

a.btn-radius:hover
{
	color: white;
}

#owl-screen2 .owl-prev
{
	position: absolute;
	bottom: 40%;
	left: 5%;
}

#owl-screen2 .owl-next
{
	position: absolute;
	bottom: 40%;
	right: 5%;
}

.red
{
	color: red;
}

/* SELECT2 MAIN BOX */
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    min-height: 35px !important;
    border: 1.5px solid #034998 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    display: flex !important;
    align-items: center !important;
}

/* TEXT / PLACEHOLDER */
.select2-container--default .select2-selection--single
.select2-selection__rendered {
    padding-left: 16px !important;
    padding-right: 42px !important;
    font-size: 15px !important;
    color: #495057 !important;
    line-height: normal;
}

/* PLACEHOLDER COLOR */
.select2-container--default
.select2-selection__placeholder {
    color: #495057;
}

/* DROPDOWN ARROW */
.select2-container--default .select2-selection--single
.select2-selection__arrow {
    height: 100%;
    right: 10px !important;
}

.select2-container--default .select2-selection--single
.select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

/* FOCUS STATE */
.select2-container--default.select2-container--focus
.select2-selection--single {
    border-color: #034998;
    box-shadow: 0 0 0 2px rgba(3, 73, 152, 0.15);
}

/* OPEN STATE (optional, smooth) */
.select2-container--open .select2-selection--single {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* DROPDOWN PANEL */
.select2-dropdown {
    border-radius: 10px;
    border: 1.5px solid #034998;
}

/* Make selection relative */
.select2-container--default .select2-selection--single {
    position: relative;
}

/* Clear (×) button */
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    position: absolute !important;
    right: 36px !important; /* space before arrow */
    top: 50% !important;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

.upload-box {
    border: 2px dashed #cfd8dc;
    border-radius: 8px;
    height: 220px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #3b82f6;
}

.upload-placeholder {
    text-align: center;
}

.preview-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* --------------------------------------------- Form CSS --------------------------------------------- */
.form-rounded
{
	border-radius: 10px !important;
	border-color: #034998;
}

.join input
{
	border-radius: 30px !important;
	font-size: 20px;
    font-style: italic;
}

.auth input
{
	text-align: center;
}

.join i
{
	font-size: 20px;
	color: white !important;
}

.join i a
{
	color: white;
}

.join i a:hover
{
	color: white;
	text-decoration: none;
}

/* --------------------------------------------- Custom Bootstrap Class --------------------------------------------- */
@media(min-width: 992px)
{
	.w-lg-34
	{
		width: 34% !important;
	}

	.w-lg-75
	{
		width: 75% !important;
	}

	.pl-lg-10
	{
		padding-left: 10% !important;
	}

	.my-lg-5r
	{
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.underline
	{
		background: #003A79; 
		width: 80px; 
		height: 8px
	}

	.wrapper-video
	{
		width: 60% !important;
		height: 404px;
		background-color: #000000;
	}

	.play-img
	{
		width: 450px;
	}

	.logo-img
	{
		width: 120px;
	}

	.titleDBL
	{
		font-size: 50px; 
		color: #003A79;
	}

	.textDBL
	{
		text-align: center;
		line-height: 40px;
		color: #ffffff; 
		font-size: 38px;
	}

	.text-home-screen
	{
		text-align: center;
		color: #034DA2; 
		font-weight: 700;
		font-size: 38px;
	}
}

@media(max-width: 991px)
{
	.underline
	{
		background: #003A79; 
		width: 80px; 
		height: 4px
	}

	.wrapper-video
	{
		width: 80% !important;
		height: 308px;
		background-color: #000000;
	}

	.logo-img
	{
		width: 100px;
	}	

	.play-img
	{
		width: 250px;
	}

	.titleDBL
	{
		font-size: 30px; 
		color: #003A79;
	}

	.textDBL
	{
		width: 100% !important;
		margin-top: 20%;
		text-align: center;
		line-height: 40px;
		color: #ffffff; 
		font-size: 28px;
	}

	p.mobile-p
	{
		text-align: left;
	}

	.text-home-screen
	{
		width: 100% !important;
		text-align: center;
		color: #034DA2; 
		font-weight: 700;
		font-size: 28px;
	}
}

@media(max-width: 768px)
{
	.wrapper-video
	{
		width: 100% !important;
		height: 208px;
		background-color: #000000;
	}
}

video
{
	width: 100%;
	height: inherit;
}

.alert-danger 
{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr 
{
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link 
{
  color: #843534;
}

#nav-right .dropdown-menu
{
	left: auto;
	right: 0;
}

.navbar .active a
{
	color: #00E8FD !important;
}

/*-------------------------------------- css for vacancy --------------------------------------------------*/
.blur
{
	background: rgba(29,100,182,0.5);
	color: #fff !important;
}

.mukta-font
{
	font-family: "MuktaMalar" !important;
}

.mukta-font h4
{
	font-family: "MuktaMalar" !important;
}

.box h4
{
	font-size: 16px !important;
}

.box span
{
	font-size: 14px !important;
}

a.btn-outline-light.btn-radius
{
	font-family: "Exo-Regular";
}

a.btn-outline-light.btn-radius:hover
{
	color: #123c78;
}

@media(min-width: 992px)
{
	.striped-border-x
	{
		border-right: 1px dashed #fff;
		border-left: 1px dashed #fff;
	}
}

@media(max-width: 991px)
{
	.striped-border-b
	{
		border-bottom: 1px dashed #fff;
	}
}

.btn-xs
{
	min-width: 100px;
	height: 25px;
	font-size: 12px;
	padding-top: .100rem;
	padding-bottom: .100rem;
}

.applied
{
	font-family: "Exo-Regular";
	font-size: 12px;
	font-weight: normal;
}

.home-gallery .owl-item 
{
    cursor: pointer;
}

.home-profile-body
{
	background-color: #EAEAEA;
}

.img-profile
{
	width: auto !important;    
	margin-bottom: -50px;
    z-index: 1;
}

/*-------------------------------------- Home Image Portfolio --------------------------------------------------*/
@media(min-width: 992px)
{
	.portfolio_images_overlay
	{
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		padding: 80px;
		margin: 0 auto;
		top:-100%;
		left: 5%;
		position: absolute;
		transition:.6s;
	}

	.portfolio_images_overlay h6
	{
		text-transform:uppercase;
		color:#fff;
		font-size:3rem;
		line-height:2.575rem;
		font-weight: 500;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	
	.portfolio_images_overlay p.description
	{
		margin-top: 5%;
		font-size: 16px;
		line-height: 23px;
		font-weight: 300;
		color:#fff;
	}

	.single_portfolio_text:hover .portfolio_images_overlay
	{
		top:0%;
		left: 0%;
	}
}

@media(max-width: 991px)
{
	.portfolio_images_overlay
	{
		width: 100%;
		background: rgba(0, 0, 0, .5);
		margin: 0 auto;
		bottom:0;
		position: absolute;
	}

	
	.portfolio_images_overlay h6
	{
		text-transform:uppercase;
		color:#fff;
		font-size:18px;
		line-height:2.575rem;
		font-weight: 500;
	}
	
	.portfolio_images_overlay p.description
	{
		margin-top: 5%;
		font-size: 13px;
		font-weight: 300;
		color:#fff;
	}
}

.single_portfolio_text
{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}

.single_portfolio_text img
{
	width:100%;
}

.portfolio_images_overlay .btn
{
	margin-top: 25px;
}

@media (min-width:769px) and (max-width:991px) 
{
	.portfolio_images_overlay 
	{
		padding: 0px;
	}
}

/*-------------------------------------- Home Our People - Carousel Section --------------------------------------------------*/

.headline-wrapper
{
    position: relative;
}

.headline-text
{
    position: absolute;
    padding-bottom: 5px;
    bottom: 0;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 10px;
    left: 0px;
    right: 0px;
    background: #0000008c;
}

.headline-post-category:hover 
{
    color: #fff;
}

.small-headline
{
	padding-right: 15px;    
	min-height: 60px;
}
.headline-text  .big-title, .headline-text  .medium-title
{
    color: #fff;
    margin-top: 5px;
	font-weight: 900;    
    text-transform: uppercase;
}

.headline-text  .small-title
{
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
	font-size: 14px;
}


.headline-text  a:hover
{
    text-decoration: none;
}

.headline-text > .date
{
    font-size: 13px;
    color: white;
    font-family: "Myriad Pro Regular";
}

.img-home-responsive
{
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/*-------------------------------------- Home Our People - Testimonial Section --------------------------------------------------*/
@media(min-width: 992px)
{
	.home-testimonial-section
	{
		padding-right: 50px; 
		padding-left: 50px;
	}

	.testimonial-author
	{
		font-weight: 700; 
		font-size: 24px;
	}

	#testimonial1-img, #testimonial2-img, #testimonial3-img, #testimonial4-img
	{
		position:absolute; 
		width: auto; 
	}

	#testimonial1-img
	{
		top: -40px; 
		max-height: 475px;
	}

	#testimonial2-img
	{
		top: -40px; 
		max-height: 475px;
	}

	#testimonial3-img
	{
		top: -55px; 
		max-height: 550px;
	}

	#testimonial4-img
	{
		top: -70px; 
		max-height: 525px; 
		right: 30px;
	}

	#testimonial1-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon1.png');
		background-repeat: no-repeat;
		background-size: 325px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}
	
	#testimonial2-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon2.png');
		background-repeat: no-repeat;
		background-size: 200px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}

	#testimonial3-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon3.png');
		background-repeat: no-repeat;
		background-size: 200px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}

	#testimonial4-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon4.png');
		background-repeat: no-repeat;
		background-size: 250px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}
}

@media(max-width: 991px) 
{
	.testimonial-author
	{
		font-weight: 700; 
		font-size: 16px;
	}

	.small-text-wrapper
	{
		color: #034DA2; 
		font-size: 16px;
		padding-bottom: 20px;
	}
}

