* {
    outline: 0;
}

/* start header */

@media (min-width: 1024.1px) {
    [data-layout=semibox] .navbar-nav .nav-item:hover>.menu-dropdown {
        display: block;
        height: auto!important;
    }

}

@media (min-width: 992px) { /* Desktop mode */
    .navbar-nav .nav-item:hover > .menu-dropdown {
        display: block;
        height: auto !important;
    }
}

nav.navbar {
    border-bottom: 1px solid #f0f1f1;
}

.job-hero-section {
    padding: 145px 0;
}

[data-layout=semibox] .menu-dropdown {
    position: absolute;
    min-width: 12rem;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0 0 5px rgba(15,34,58,.15);
    box-shadow: 0 0 5px rgba(15,34,58,.15);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    z-index: 1000;
    background-color: var(--vz-topnav-bg);
    background-clip: padding-box;
    border: 0 solid var(--vz-border-color);
    border-radius: var(--vz-border-radius-lg);
    display: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    border: none
}

.hamburger {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center/100% 100% no-repeat;
}

.hamburger span {
    display: block;
    height: 2px;
    margin: 4px auto;
    background: #111826;
    width: 19px;
    transition: .5s;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.nav-signup {
    padding: 0.5rem !important;
}

@media (max-width: 576px){
    .non-mobile-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .job-hero-section {
        padding: 80px 0;
    }
}

@media (min-width: 576px){
    .non-mobile-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }
}

@media (max-width: 992px){
    .nav-login i.ri-user-3-line {
        display: none;
    }

    .nav-signup {
        padding: 0px !important;
    }

     /* Transformations for "X" effect */
     .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media (max-width: 1024px) {
    [data-layout=semibox] .menu-dropdown.show {
        display: block;
    }

    [data-layout=semibox] .menu-dropdown {
        left: 0!important;
    }

    [data-layout=semibox] .menu-dropdown {
        position: relative;
        min-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        left: 0;
        -webkit-animation: none;
        animation: none;
        padding-top: 0;
    }

    .dropdown-menu li a.dropdown-item {
        padding-left: 15px !important;
    }

}

nav.navbar li.nav-item a.nav-link,
nav.navbar li.nav-item ul li.nav-item a.nav-link {
    font-size: 14px !important;
}



/* start home sidebar */

.home-sidebar .title img {
    height: 48px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.home-sidebar .title {
    margin-bottom: 36px;
}

.home-sidebar .title .desc {
    font-size: 14px;
    margin-top: 16px;
}

.home-sidebar .main-service-item:not(:last-child) {
    margin-bottom: 20px;
}

.home-sidebar .main-service {
    box-shadow: 0 4px 3px rgba(0,0,0,.02), 0 2px 2px rgba(0,0,0,.03), 0 0 1px rgba(0,0,0,.03), 0 0 0 rgba(0,0,0,.03);
    border: 1px solid #f3f4f6;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 26px 30px;
}

.home-sidebar .main-service img {
    width: auto;
    height: 40px;
}

.home-sidebar .main-service a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-sidebar .main-service .desc {
    margin-top: 16px;
    font-size: 14px;
    margin-left: 40px;
}

.home-sidebar .main-service i.fa {
    position: absolute;
    top: 36px;
    right: 24px;
    font-size: 20px;
    color: #6c757d;
}

.home-sidebar .main-service-item:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 576px){
    .home-sidebar .title {
        margin-left: 26px;
    }
}

/* start home news */

@media (max-width: 992px){
    .wrapper-child {
        display: none !important;
    }
}

.home-news .news {
    /* background: #fff; */
    overflow: visible;
}

.align-items-center {
    align-items: center!important;
}

.news-headline .news-wrapper {
    margin-bottom: 30px;
}

.news-headline .card-jumbo {
    flex-flow: row wrap;
}

.card-jumbo,
.wrapper {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.06);
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.news-headline img {
    max-height: 400px;
}

.no-padding {
    padding: 0!important;
}

/* .news-headline {
    padding: 20px;
} */

.news-headline .news-content-header {
    margin-bottom: 15px;
    font-size: 12px;
}

.justify-content-start {
    justify-content: flex-start!important;
}

.d-flex {
    display: flex!important;
}

.news-headline .news-content-header .news-author {
    font-weight: 500;
    margin-right: 15px;
}

.news-headline .news-date, .news-headline .news-description {
    color: #6b6b6b;
}

.news-headline .wrapper {
    height: 100%;
}

.news-headline .wrapper:not(.card-jumbo) > .news-header {
    height: 180px;
}

.news-headline .child img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-headline .child img {
    vertical-align: middle;
    border-style: none;
}

.news-header .child {
    height: 100%;
}

.news-header .child span.badge {
    margin:1em;
}

.wrapper-child .news-header .child span.badge {
    margin:0.5em;
    font-size: 0.65em;
}


.news-headline .news-content{
    padding: 20px;
}

.news-headline .news-content-header{
    margin-bottom: 15px;
    font-size: 12px;
}

.news-headline .news-description{
    margin-bottom: 20px;
}

.news-headline .news-date, .news-headline .news-description{
    color: #6b6b6b;
}

.news-content > a {
    text-decoration: none;
    font-weight: 500;
}


 /* Basic slider styling */

 .carousel-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
 }

 .carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center;
    background-size: cover;
}

/* Text container styling */
.carousel-caption {
    bottom: 22%; /* Adjust vertical positioning */
}

.carousel-caption h5 {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff; 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7); /* Add shadow for readability */
}

.carousel-caption p {
    font-size: 1.2rem;
    color: #eee;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Animation classes */
.animate__animated {
    opacity: 0; /* Initially hide elements */
}

.carousel-item.active .animate__animated {
    animation-duration: 1s; /* Adjust animation duration */
    animation-fill-mode: both; /* Keep the final state of the animation */
    opacity: 1; /* Make elements visible when active */
}

/* Example animations from Animate.css */
.animate__fadeInLeft {
    animation-name: fadeInLeft;
}

.animate__fadeInRight {
    animation-name: fadeInRight;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

/* Responsive adjustments - Example */
@media (max-width: 768px) { 
    .carousel-caption {
        bottom: 15%; /* Adjust for smaller screens */
    }
    .carousel-caption h5 {
        font-size: 1.8rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
}



/* content */

.about-images img {
    border-radius: 10px;
}

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

/* clients */

.clients {
    padding: 50px 0;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
}

.clients .client-logo img {
    max-height: 50px;
    width:auto;
    transition: 0.3s;
    opacity: 0.6;
    /* filter: grayscale(100); */
}

.clients .client-logo img:hover {
    filter: none;
    opacity: 1;
}

.hr-dotted {
    border: none; /* Remove default border */
    border-top: 1px dotted #000; /* Black dotted border on the top */
    color: #000; /* Color of the dots */
    background-color: transparent; /* No background */
    height: 1px; /* Height of the hr line */
    margin: 20px 0; /* Optional margin */
}


/* Berita */

.news-hero-section {
    padding: 130px 0;
}

.news-sidebar .main-service {
    box-shadow: 0 4px 3px rgba(0,0,0,.02), 0 2px 2px rgba(0,0,0,.03), 0 0 1px rgba(0,0,0,.03), 0 0 0 rgba(0,0,0,.03);
    border: 1px solid #f3f4f6;
    /* background: #fff; */
    border-radius: 8px;
    position: relative;
    padding: 26px 30px;
}

.text-gray {
    color : gray !important;
}

.news-sidebar .main-service li.list-group-item{
    background: transparent !important;
}

.news-sidebar .main-service img {
    width: auto;
    height: 40px;
}


.news-sidebar .main-service .desc {
    margin-top: 16px;
    font-size: 14px;
    margin-left: 40px;
}


.news-sidebar .main-service-item:not(:last-child) {
    margin-bottom: 20px 
}