:root {
    --primary-orange: #ff6b35;
    --secondary-orange: #FF740A;
}


body {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    background: #F9F9F9;
    color: #3F4254;
}
a{
    color: unset;
    text-decoration: none !important;
}

.c-body{
    color: #3F4254;
}

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

.text-primary-orange {
    color: var(--primary-orange) !important;
}

.bg-secondary-orange {
    background-color: var(--secondary-orange) !important;
}

.text-secondary-orange {
    color: var(--secondary-orange) !important;
}

.btn-primary-orange {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: white;
}

.btn-primary-orange:hover {
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange);
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--secondary-orange) 100%);
    min-height: 600px;
    padding: 50px 0 50px 0 !important;
}

@media(max-width:991px) {
    .hero-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        min-height: unset !important;
    }

}

.stats-section {
    background: #FF740A
}

.team-section {
    background: #FF740A
}

.portfolio-section {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--secondary-orange) 100%);
}

.contact-section {
    background: #FF740A
}

.service-card {
    transition: transform 0.3s ease;
}

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

.team-member img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.portfolio-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.our-client img {
    filter: grayscale(100%);

}

.our-client img:hover {
    filter: unset !important;
}

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

.stats-section .text-muted {
    font-size: 14px !important;
}

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

.navbar-nav .nav-item {
    padding: 15px 7px;
    font-size: 15px !important;
    color: #A1A5B7;
}
.navbar-nav .nav-item a {

    color: #A1A5B7;
}

.navbar-nav .nav-item:last-child {
    padding-right: 0 !important;
}

.text-gray-custom {
    color: #A1A5B7;
}

.text-subgray-custom {
    color: #5E6278;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Maksimal 2 baris */
    -webkit-box-orient: vertical;
}

.navbar-nav .nav-link {
    font-size: 15px !important;
}

@media(min-width:992px) {
    .navbar-nav .nav-link.active {
        background-color: #FFEED3;
        color: #FF5C02;
        font-weight: 500;
        border-radius: 10px;
    }
}

@media(max-width:991px) {
    .navbar-nav .nav-item {
        padding: 0 15px !important;
    }

    .hero-image-section {
        position: static !important;
        height: unset !important;
        padding-top: 0 !important;
    }

    .hero-image-section img {
        width: 100%;
    }
}


.show-on-mobile {
    display: none !important;
}

.show-on-desktop {
    display: block !important;
}

@media(max-width:991px) {
    .show-on-mobile {
        display: block !important;
    }

    .show-on-desktop {
        display: none !important;
    }
}

/* start real */
.hero-section .title{
    font-size: 54px;
}
@media(max-width:991px){
    .hero-section .title{
        font-size: 32px;
    }
}

@media(max-width:1100px){
    .hero-section img{
        max-width: 500px !important;
    }
}

@media(max-width:991px){
    .hero-section .desc{
        font-size: 18px;
    }
}

.about-section .title {
    font-size: 36px;
}
.about-section .badge{
    font-size: 18px;
}
@media(max-width:991px) {
    .about-section .title {
        font-size: 28px;
    }
}
.about-section .desc {
    font-size: 18px;
}
@media(max-width:991px) {
    .about-section .desc {
        font-size: 16px;
    }
}

.stats-section .heading{
    font-size: 48px;
}
.stats-section .title {
    font-size: 15px;
}
.stats-section .counter {
    font-size: 96px;
}
.stats-section .desc {
    font-size: 12px;
}
@media(max-width:991px) {
    .stats-section .heading{
        font-size: 36px;
    }
    .stats-section .col-lg-4{
        text-align: center;
    }
    .stats-section .title {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .stats-section .counter {
        font-size: 64px;
        text-align: center;
        width: 100%;
    }
    .stats-section .desc {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
}
.service_list--title{
    font-size: 27px;
}
.service_list--description{
        font-size: 14px;
        color: #5E6278;
}

@media(max-width:991px) {
    .service_list--title{
        font-size: 22px;
    }    
}

.testimonial_list--description{
    color: #5E6278;
    font-size: 15px;
    line-height: 2;
}

.testimonial_list--name{    
    font-size: 18px;
}
.testimonial_list--position{
    color: #A1A5B7;
    font-size: 15px;
}

.title-section{
    font-size: 36px;
    font-weight: 500;
}
.description-section{
    font-size: 18px;
    color: #A1A5B7;
}
@media(max-width:991px) {
    .title-section{
        font-size: 28px;
    }
    .description-section{
        font-size: 16px;
    }
}

.bg-badge-section{
    background-color: #FFEED3;
}

.portfolio-section .title {
    font-size: 48px;
}
@media(max-width:991px) {
    .portfolio-section .title {
        font-size: 36px;
    }
}
.portfolio-section .btn-cta-portfolio {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px 18px;
}

.team-section .title {
    font-size: 48px;
}
@media(max-width:991px) {
    .team-section .title {
        font-size: 36px;
    }
}

.img-portfolio-hightlight{
    height: 400px !important;
}

.img-portfolio-list {
    height: 300px !important;
}

@media(max-width:991px){
    .img-portfolio-hightlight {
        height: unset !important;
    }

    .img-portfolio-list {
        height: unset !important;
    }
}

.text-decoration-none{
    text-decoration: none !important;
}
.cursor-pointer{
    cursor: pointer !important;
}