:root {
    --primary-orange: #146C71;
    --secondary-orange: #146C71;
}

a{
    color: unset;
    text-decoration: none !important;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    background: #F9F9F9;
    color: #3F4254;
}
.c-body{
    color: #3F4254 !important;
}
.bg-primary-orange {
    background: 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: #ffff;
    
    padding: 70px 0 80px 0 !important;
}

@media(max-width:991px) {
    .hero-section {
        padding-top: 70px !important;
        padding-bottom: 50px !important
    }

}

.about-section {
    background: #146C71
}
.services-section {
    background: #146C71
}
.team-section {
    background: #146C71
}
.blog-section {
    background: #146C71

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

.contact-section {
    background: #146C71
}

.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 5px;
    font-size: 16px;
}

.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;
    line-clamp: 2;    
    -webkit-box-orient: vertical;
}

.navbar-nav .nav-link {
    font-size: 14px !important;
    color: #A1A5B7;
    padding: 5px 10px !important;
    font-weight: 500;
}
.navbar-nav .nav-item{
    padding: 0 5px !important;
}
@media(max-width:991px) {
    .navbar-nav .nav-item {
        padding: 5px 0 !important;        
    }
    .navbar-nav .nav-link{
        padding: 5px 0 !important;
    }
}
@media(min-width:992px) {
    .navbar-nav .nav-link.active {
        background-color: #146C71 !important;
        color: #fff !important;
        font-weight: 500;
        border-radius: 100px;
    }
}

@media(max-width:991px) {  

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

.vector-right-header{
    right: 0;
    width: 300px;
    
    z-index: 1;
}

.vector-left-header{
    left: 0;
    width: 400px;       
    margin-bottom: 150px;
    z-index: 1;
}

@media(max-width:991px) {
    .vector-right-header {
        width: 200px;
     
    }

    .vector-left-header {
        width: 300px;
        left: 0;
        margin-bottom: 100px;
    }
}

@media(max-width:767px) {
    .vector-right-header {
        width: 150px;
    }

    .vector-left-header {
        width: 200px;
        left: 0;
        margin-bottom: 50px;
    }
}
@media (max-width:575px) {
    .vector-right-header {
        width: 100px;
    }

    .vector-left-header {
        width: 150px;
        left: 0;
        margin-bottom: 30px;
    }
}

.row-header .col-lg-4:first-child{
    padding-right: 10px;
    
    padding-left: 0 !important;
}

.row-header .col-lg-4:first-child .bg-primary-orange{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.row-header .col-lg-4:last-child .bg-primary-orange{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    
}
.row-header .col-lg-4:nth-child(2) .bg-primary-orange{
    border-radius: 10px;
}
.row-header .col-lg-4:last-child{
    padding-left: 10px;
    
    padding-right: 0 !important;
}
.row-header .col-lg-4 {
    padding: 0 10px;
}

@media(max-width:991px) {
    .row-header .col-lg-4{
        padding: 0 !important
    }
    .row-header img{
        max-height: 200px !important;
        height: unset !important;
    }
    .row-header .text-white{
        font-size: 24px !important;
    }
    .row-header .col-lg-4 .bg-primary-orange{
        border-radius: 0 !important;
    }
}


.row-header .col-lg-4 {
    transition: transform 0.3s ease;
}

.row-header .col-lg-4:hover {
    transform: translateY(-5px);
}

.hero-section .title{
    font-size: 56px;
}
@media(max-width:991px) {
    .hero-section .title{
        font-size: 36px;
    }
}
.hero-section .description{
    font-size: 20px;
    color: #A1A5B7;
}
@media(max-width:991px) {
    .hero-section .description{
        font-size: 17px;
    }
}
.hero_widget--box{
    height: 100%;
}
.hero_widget--image{
    max-height: 320px;
}

.hero_widget--title{
    font-size: 30px;
}
@media(max-width:991px) {
    .hero_widget--title{
        font-size: 24px;
    }
}


.about-section .title {
    font-size: 38px;
    color: #fff;
}
@media(max-width:991px) {
    .about-section .title {
        font-size: 28px;
    }
}
.about-section .description {
    font-size: 19px;
    color: #F4F4F4;
}
@media(max-width:991px) {
    .about-section .description {
        font-size: 16px;
    }
}
.about_widget--box{
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.about_widget--counter{
    background-color: #36CACB;
    color: #fff;
    width: 145px;
    border-radius: 30px;
    font-size: 64px;
    padding: 5px 5px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
}
@media(max-width:991px) {
    .about_widget--counter{
        width: 120px;
        border-radius: 20px;
        font-size: 40px;
    }
}
.about_widget--title{
    font-size: 28px;
    color: #F9F9F9;
    font-weight: 500;
}
@media(max-width:992px){
    .about_widget--title{
        font-size: 22px;
    }
}
.about_widget--desc{
    font-size: 15px;
    color: #F4F4F4;
}

.about_widget--box:nth-child(2) .about_widget--counter{
    background-color: #FFBC6D;
}
.about_widget--box:nth-child(3) .about_widget--counter{
    background-color: #7DD0FF;
}

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


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

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


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

.swiper-testimoni .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #D9DBE4 !important;
    opacity: 1 !important;
}

.swiper-testimoni .swiper-pagination {
    position: static !important;
    margin-top: 30px !important;
}

.swiper-testimoni .swiper-pagination-bullet-active {
    width: 80px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
}

.swiper-team {
    height: 850px;
    /* ✅ Atur tinggi sesuai kebutuhan */
}

@media(max-width:991px) {
    .swiper-team {
        height: unset !important;
    }
}

.swiper-team .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #D9DBE4 !important;
    opacity: 1 !important;
}

@media(max-width:991px) {
    .swiper-team .swiper-pagination {
        position: static !important;
        margin-top: 40px !important;

    }
}


.swiper-team .swiper-pagination-bullet-active {
    width: 80px !important;
    border-radius: 10px !important;
    background-color: #16474B !important;
}

.swiper-testimoni .swiper-slide {
  display: flex;
  height: auto; /* atau biarkan auto jika pakai align-stretch */
}

/* Gunakan flex agar card mengisi penuh slide */
.swiper-testimoni .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
