.fact-counter .count-outer {
    margin-top: 10px;
    color: #ffffff;
    position: relative;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.fact-counter .count-outer .count-text {
    display: inline;
    margin: 0;
}

.fact-counter .count-outer sup {
    font-size: 0.6em;
    vertical-align: top;
}

.fact-counter .item .inner-box p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.header-container {
    display: flex;
    align-items: center;
    gap: 0px;
}

.header-container .text-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left!important;
}

.header-container .logo-text .title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2em;
}

.header-container .logo-text .subtitle {
    font-size: 14px;
    margin: 0;
    color: #000;
    line-height: 1.2em;
}

.header-info {
    padding: 20px 0;
}

.navbar-brand {
    margin-right: 0rem;
}

.header-container .main-logo img,
.header-container .img-responsive img {
    max-width: 55px;
    margin-right: 10px;
}

.sticky-header .container {
    max-width: 1220px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
    padding: 26px 20px !important;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo figure img {
    width: 70px !important;
    margin-right: 10px;
}

.footer-logo .text-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
}

.footer-logo .logo-text .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3em;
}

.footer-logo .logo-text .subtitle {
    font-size: 16px;
    margin: 0;
    color: #fff;
    line-height: 1.3em;
}

.main-slider2 .main-slider-carousel .slider-wrapper .image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.main-slider2 .main-slider-carousel .slider-wrapper {
    position: relative;
}

.main-slider2 .main-slider-carousel .slider-wrapper .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.main-slider2 .main-slider-carousel .slider-wrapper .slider-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.funfact-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.main-slider2 h1 {
    font-size: 40px;
    line-height: 50px;
}

@media only screen and (max-width: 599px) {
    .main-slider2 h1 {
        font-size: 23px;
        line-height: 33px;
    }
}

.service-block-six .inner-box {
    padding: 20px; /* Adjust padding for consistent box size */
    height: 160px; /* Uniform box height */
}

.service-block-six .inner-box h4 {
    font-size: 16px; /* Reduced font size for smaller text */
}

.service-block-six .inner-box .icon-box {
    font-size: 40px; /* Adjust icon size for visual balance */
}

.service-block-six .inner-box .text {
    font-size: 14px; /* Smaller text */
}

.service-block-six {
    max-width: 14%;
}

@media only screen and (max-width: 599px) {
    .service-block-six {
        max-width: 40%;
    }
}

.inner-box .service-text {
    line-height: 1.5em;
}

.count-box > sup {
    top: -.2em;
}

@media only screen and (max-width: 599px) {
    .counter-column {
        width: 50%;
    }

    .fact-counter .count-outer {
        font-size: 35px;
    }

    .fact-counter .item .inner-box p {
        font-size: 16px;
    }
}

.owl-nav-style-two .owl-nav {
    bottom: 70%;
}

.list-style-one li {
    color: #000000;
}

.testimonial-three .owl-nav-style-one .owl-nav {
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 83px;
}

@media only screen and (max-width: 991px) {
    .testimonial-three .owl-nav-style-one .owl-nav {
        margin-top: 0px;
        top: 0px;
    }
}

.surat .pricing-block-one .inner-box {
    position: relative;
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 30px;
}

.surat .pricing-block-one .category {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.modal-backdrop {
    z-index: 1;
}

.berita .sidebar .sidebar-widget {
    margin-bottom: 20px;
}

.main-menu .navigation>li>ul {
    padding: 15px 0px;
    width: 250px;
}

.main-menu .navigation>li>ul>li {
    padding: 0px 15px;
}

.project-info-list li {
    padding: 20px;
}

.project-info-list li:last-child {
    padding-right: 20px;
    border-right: 0px;
}

.project-info {
    padding: 20px 0 0px;
}

.project-info h4 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
}

.project-info-list li strong {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}