.about {
    font-family: fontbook;
    /*background: url("../../assets/img/desktop/bgabout.jpg") no-repeat top center / auto 349px;*/
    /*background: #1b1d1c url("../../assets/img/desktop/bgcontact.jpg") no-repeat top center / auto 349px;*/
    margin-top: -120px;
}

.description-wrap {

    transition: all 1000ms linear 0s;
    margin-top: -90px;
    padding-top: 70px;
}

.description {
    font-family: fontlight;
    text-align: left;
    font-size: 16px;
    color: #bcc6c6;
}

.desc-title {
    font-family: fontbook;
    font-size: 26px;
    padding-top: 5rem;
    color: #fff;
    padding-bottom: 20px;
    padding-left: 7rem;
}

.employee {
    font-size: 16px;
}

.emp-title {
    font-family: fontbook;
    font-size: 26px;
    text-align: left;
    color: #b5bebd;
    padding-top: 3rem;
    padding-left: 7rem;
}

.emp-desc {
    padding-bottom: 20px;
    text-align: left;
    font-size: 16px;
    padding-top: 20px;
    color: #b5bebd;
    padding-left: 7rem;
}

.emp0, .emp1, .emp2, .emp3 {
    text-align: center;

}
.emp-name {
    font-family: fontbook;
    color: #dbe8e8;
    text-align: center;
    margin: 10px auto 0px;
}

.emp-position {
    font-family: fontlight;
    color: #7e8989;
    text-align: center;
    margin-bottom: 1rem;
}

.emp-image {
    width: 227px;
    height: 227px;
    text-align: center;
    transition: 0.2s all;
    margin: 0 auto;
}

.emp-image img{
    width: 100%;
    margin: 0 auto;
}

.emp-image-hover {
    text-align: center;
    width: 227px;
    height: 227px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.2s all;
    display: none;
}

.emp-image:hover .emp-image-hover {
    opacity: 1;
}

.emp-image img {
    margin: 0 auto;
    width: 100%;
}

.emp-list-desk {
    height: auto;
    width: 85%;
    max-width: 1256px;
    margin-left:auto;
    margin-right: auto;
}

.employee-desktop,.employee-mobile{
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.content-employee-wrapper{
    width: 100%;
}


.content-employee-wrapper .row-atas{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}


.content-employee-wrapper .content-employee-top{
    width: 85%;
    max-width: 1256px;
    margin: auto;
}
.service {
    /*background: url("../../assets/img/desktop/digitalActivation.jpg") no-repeat center;*/
    /*margin-top: -10px;*/
    max-width: 100%;
    background-size: cover;
}
.service .content-title{
    color: #333838;
}

.service-title {
    font-size: 26px;
    text-align: left;
    color: #333838;
    padding-top: 3rem;
    padding-left: 20px;
    font-family: fontbook;
}

.service-desc {
    color: #333838;
    font-size: 16px;
    line-height: 2rem;
    padding-bottom: 3rem;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
    font-family: fontbook;
}

.service-cat {
    font-family: fontbold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #333838;
    padding-left: 1rem;
    width: 100%;
    padding-right: 30%;
}

.service-cat-desc {
    color: #646868;
    font-size: 16px;
    padding-left: 50px;
    text-align: left;
    padding-right: 20px;
}

.first {
    font-family:fontlight;
    padding-bottom : 1 rem;
    line-height: 2rem;
}

.second {
    font-family:fontlight;
    line-height: 2rem;
}

.works {
    text-align: center;
    background-color: #595d5e;
    line-height: 2rem;
}

.works-title {
    color: #b5bebd;
    padding-top: 20px;
    font-size: 26px;
    font-family: fontbook;
}

.works-desc {
    font-size: 16px;
    line-height: 2rem;
    color: #b5bebd;
    font-family: fontlight;
    padding-top: 20px;
}

.works-img {
    height: 300px;
}

.works-img img {
    width: 100%;
}

.works-desk-image {
    height: 550px;
}


.clients {
    text-align: left;
    background-color: #1b1d1c;
}

.clients-title {
    font-family: fontbook;
    font-size: 26px;
    color: #b5bebd;
    padding-top: 20px;
    padding-left: 7rem;
}

.clients-desc {
    font-size: 16px;
    color: #b5bebd;
    padding-left: 7rem;
    padding-top: 20px;
}

.clients-list {
    text-align: center;
    padding: 20px 11rem;
}

.clients-list-image {
    display: inline-block;
    vertical: top;
    padding: 2rem;
}

.clients-list-image img {
    max-width: 100%;
    width: 90%;
}

.interest {
    text-align: center;
    background-color: #333838;
}

.applybutton {
/*    padding-left: 7rem;*/
}

.applybutton a {
    display: block;
    margin: 0 auto;
    width: 30%;
    margin: 0 auto;
    max-width: 245.785px;
}

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

.button-text-contact{
    color: #B5BEBD;
}

/* .button {
    background-color: transparent;
    border: 2px solid #7e8989;
    color: #b5bebd;
    margin: 0 auto 20px;
    vertical-align: middle;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    min-height: 48px;
    text-decoration: none;
    padding-top: 10px;
} */

a:hover .interest-button {
    text-decoration: none;
}

.interest-title {
    font-family: fontbook;
    padding-top: 20px;
    font-size: 26px;
    color: #b5bebd;
    text-align: left;
    padding-left: 7rem;
}

.interest-desc {
    font-size: 16px;
    color: #b5bebd;
    text-align: left;
    padding: 20px 20px 10px;
    padding-left: 7rem;
}

.desc-text {
    color: #b5bebd;
    line-height: 2rem;
    padding: 0 34px;
    padding-left: 7rem;
    padding-right: 5rem;
    font-size: 16px;
    padding-bottom: 50px;
}

.applybutton {
    padding-bottom: 2rem;
}

.emp-list {
    padding-bottom: 50px;
    overflow: hidden;
    height: 700px;
}

.emp-wrapper {
    overflow: hidden;
}
.services .col-sm-offset-1
{
    margin-left: 7rem;
}
.service {
    /*height: 400px;*/
    height: auto;
}

/*slick dot sub service*/
.subservice {
    padding-bottom: 2rem;
    overflow-x: hidden;
}

.subservice .slick-dots {
    top: 100px;
    left: 8rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%;
    display: table !important;
}

.subservice .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.subservice .slick-dots li.slick-active .dots-slider, .slick-dots li:hover .dots-slider {
    background-position: left top;
}


.servicetitle {

    padding-left: 7rem;
}

.works-desk-title {
    position: absolute;
    top: 0;
}

.wrapper {
    position: relative;
}

.image-wrap .slick-dots {
    left: -64rem;
    position: absolute;
    bottom: 70%;
}
.image-wrap .col-sm-4,.image-wrap .col-sm-3{
    padding-left: 0;
    padding-right: 0;
}
.image-wrap img{
    width: 100%;
}
.imageclient {
    padding: 10px;
    max-width: 100%;
}

.imageclient img {
    height: 27px;
    width: auto;
}

.clientdesktoplist {
    text-align: center;
    padding: 0 11rem;
}

.clientdesktoplist {
    vertical: top;
}

.clientdesktoplist img {
    margin: 0 auto;
    padding: 20px 5px;
    width: 120px;

}
.subservice{
    text-align: center;
}
.services-item{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 50px;
    min-height: 300px;
}
.services-item-title{
    width: 100% !important;
    margin: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.services-item-desc{
    width: 100% !important;
    margin: 0 !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.service-cat,.service-cat-desc{
    padding: 0 !important;
    text-align: left;
}
.service-cat-desc{
    font-size: 16px;

}
.services-item-odd,.services-item-even{
    /*border:1px solid #000;*/
    /*height: 270px;*/
}
.services-item-odd{
    background: #bfcbc9;
}
.services-item-even{
    background: #b5bebd;
}
.services-item1{
    background: url("../../assets/img/about/services/services/1.png") no-repeat center / auto 100%;
}
.services-item2{
    background: url("../../assets/img/about/services/services/2.png") no-repeat center / auto 100%;
}
.services-item3{
    background: url("../../assets/img/about/services/services/3.png") no-repeat center / auto 100%;
}
.services-item4{
    background: url("../../assets/img/about/services/services/4.png") no-repeat center / auto 100%;
}
.services-item5{
    background: url("../../assets/img/about/services/services/5.png") no-repeat center / auto 100%;
}
.services-item6{
    background: url("../../assets/img/about/services/services/6.png") no-repeat center / 100% auto;
}
.service-cat{
    display: table;
}
.service-name,.service-icon{
    display: table-cell;
    vertical-align: middle;
}
.service-name{
    width: 60%;
    color:#333838;
}
.service-icon{
    width:100px;
    height: 94px;
}
.services-item1 .service-cat .service-icon{
    background: url("../../assets/img/about/services/services/icon 1.png") no-repeat center / auto 100%;
}
.services-item2 .service-cat .service-icon{
    background: url("../../assets/img/about/services/services/icon 2.png") no-repeat center / auto 100%;
}
.services-item3 .service-cat .service-icon{
    background: url("../../assets/img/about/services/services/icon 3.png") no-repeat center / auto 100%;
}
.services-item4 .service-cat .service-icon{
    background: url("../../assets/img/about/services/services/icon 4.png") no-repeat center / auto 100%;
}
.services-item5 .service-cat .service-icon{
    background: url("../../assets/img/about/services/services/icon 5.png") no-repeat center / auto 100%;
}
.services-item6 .service-cat .service-icon{
    background: url("../../assets/img/about/services/services/icon 6.png") no-repeat center / auto 100%;
}
.content-our-works {
    padding-bottom: 40px;
}

.header-title{
    margin: 0px;
}


.header-about .header-title-wrap-2 .header-desc-2{
    margin: auto;
}


.btn-contact-wrapper{
    margin-top: 20px;
    width: 30%;
}

a{
    text-decoration: none;
}

a:focus, a:hover{
    text-decoration: none;
    color: #fff;
}

.button-contact-header{
    padding: 8px 0px;
    color: #B5BEBD;
    text-align: center;
}

.btn-custom-outline, .btn-custom-outline-white {
    background-color: transparent;
    border: 2px solid #FFFFFF !important;
    color: #fff !important;
    border-color: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 0px;
    border-width: 3px;
}

.btn-custom-outline-white { border-color: #ccc; }

.content-mission{
    background-color: #101010;

}

.content-mission-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(0deg, rgba(27, 29, 28, 0.5), rgba(27, 29, 28, 0.5)); */
    width: 85%;
    max-width: 1256px;
    margin: auto;
    padding: 80px 0px;
}

.content-all > .pattern {
    /* margin-top: -40px; */
    padding-top: 80px;
}

.mission-image{
    box-shadow: 10px 10px 100px 0px #00000080;
    background: #1B1D1C99;
    filter: brightness(50%); /* You can also use brightness(0.5) */
}



.content-mission-right{
    padding-left: 40px;
}

.vision-mission-container{
    color: #B5BEBD;
}

.vision-mission-container .vm-title{
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3%;
    vertical-align: middle;
}

.global-h2-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: middle;
}

.global-h2-title h2{
    margin: 0px;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 38.4px;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: middle;

}

.vision-mission-container .vm-text{
    font-weight: 400;
}

.vision-mission-container .vm-list{
    padding-left: 1vw;
}

.showcase-home {
    margin: 0 auto;
    width: 100%;
}
.showcase-section .text-wrap{
	width: 100%;
}
.showcase-home ul {
    list-style: none;
    margin: 24px auto 0px;
    padding: 0;
    text-align: left;
}
.showcase-home ul li {
    display: inline-block;
    /* margin: 12px; */
    margin-right: 24px;
    margin-bottom: 24px;
    width: 220px;
}
.showcase-home ul li div{
	height: 130px;
    overflow: hidden;
    position: relative;
    /*width: 220px;*/
}
.showcase-home ul li a img{
	width: 100%;
	/*position: relative;
	top: 0;
	left: 0;*/
	left: 50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.showcase-home ul li a{
	position: relative;
	display: block;
	-webkit-box-shadow: 10px 10px 100px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 100px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 100px 0px rgba(0,0,0,0.75);
    /*max-width: 135px;*/
}
.showcase-home ul li a:hover div:after{
	content: ' ';
	display: none;
	position: absolute;
	top: -30%;
	left: 0;
	background: rgba(0, 0, 0, 0.5) url('../img/home/see details.png') no-repeat center center;
	z-index: 10;
	width: 100%;
	padding-bottom: 100%;
}

.showcase-home ul li a:hover img{
    /*width: 120%;
    top: -10%;
    left: -10%;*/
	transform: translate(-50%, -50%) scale(1.2);
}

.content-showcase{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    background-color: #1b1d1c;
}

.content-showcase-wrapper{
    width: 85%;
    max-width: 1256px;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.content-showcase-wrapper .header-title{
    margin: 0px;
    /* margin-bottom: 24px; */
}

.content-showcase-wrapper-outer{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.content-showcase-wrapper .header-desc-2{
    margin: auto;
    height: auto;
}

.section-interest{
    background-color: #1b1d1c;
}

.content-interest-outer-wrapper{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.content-interest-wrapper{
    width: 85%;
    max-width: 1256px;
    padding-bottom: 80px;
}

.content-service-2025{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.001)),
    linear-gradient(0deg, #1B1D1C, #1B1D1C);
}

.content-service-2025-outer-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(27, 29, 28, 0.5), rgba(27, 29, 28, 0.5));
}

.content-service-2025-wrapper{
    width: 85%;
    max-width: 1256px;
    padding: 80px 0;
}

.header-subtitle-s2025{
    color: #B5BEBD;
    margin: 0px;
}

.row-tighter-gutters {
    padding-top: 40px;
}


.row-tighter-gutters > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.service-panel {
    background: #FFFFFF33;
    border-color: #222;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: 0.2s all;
    margin: 0px;
    box-shadow: 10px 10px 100px 0px #00000080;
    border-radius: 0px;
    margin-right: 32px;
}

.service-panel {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-panel .panel-body {
    /* Allows the body to grow and fill available space */
    flex-grow: 1;

    padding: 0px;
    padding-bottom: 24px;
}

.panel-footer{
    padding: 0px;
}

.service-panel .panel-heading,
.service-panel .panel-body,
.service-panel .panel-footer {
    background-color: transparent;
    border: none;
    padding: 24px;
}

.service-panel .panel-body {
    /* Allows the body to grow and fill available space */
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 30px;
}

.service-panel .panel-footer{
    padding: 24px;
    padding-top: 0vw;
}

.service-panel .panel-title {
    color: #FFFFFF;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 38.83px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;

}

.service-panel .panel-desc {
    color: #FFFFFF !important;
    /* margin-top: 50px; */
    padding-left: 20px;
    align-items: end;
    text-align: left;
    font-weight: 300;
}

.service-panel .panel-desc li{
    margin-top: 0.5vh;
}

.service-panel ul {
    color: #B5BEBD; /* Lighter text for the list */
}

.header-title-wrap-2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 106px;
}

.header-title-wrap-2-1 {
    width: 85%;
    max-width: 1256px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-about{
    background-color: #1b1d1c; 
    
    position: relative;
    padding: 180px 0 100px;
    color: #ffffff;
    width: 100%;
    height: 400px;
}

.header-content-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    max-width: 1256px;
    margin: 0 auto;
    gap: 10px;
}

/* Left Side */
.header-left {
    flex: 0 0 calc(50% - 5px);
}

.header-about h1 {
    color: #B5BEBD;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.header-subtitle-text {
    color: #B5BEBD;
    text-align: left;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

/* Right Side */
.header-right {
    flex: 0 0 calc(50% - 5px);
    max-width: 100%;
}

.header-desc-2 {
    color: #B5BEBD;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    text-align: left;
    /* margin-bottom: 30px; */
}





.header-about-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.showcase-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Memastikan item membungkus ke baris berikutnya */
    justify-content: left;
}

.showcase-item {
    /* Atur lebar item, misalnya 2 item per baris di mobile */
    width: 50%; 
    padding: 5px; /* Sedikit jarak antar item */
    box-sizing: border-box;
}

/* Wrapper untuk tombol "See More" */
.see-more-wrapper {
    text-align: center;
    margin-top: 20px;
    display: none; /* Sembunyikan tombol secara default */
}

.content-desc{
    text-align: left;
}

.content-interest .content-desc{
    padding-left: 5vw;
    padding-right: 5vw;
}

/* .content-employee .content-desc{
    padding-left: 7.5vw;
    padding-right: 7.5vw;
} */

.panel-creative-agency {
    background-image: url('../../assets/img/service2025/card-creative-agency.png'); /* Adjust path if needed */
    /* background-size: auto; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Optional: Add a subtle overlay to make text more readable */
    /* background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/service2025/card-creative-agency.png'); */
}

.panel-digital-marketing {
    background-image: url('../../assets/img/service2025/card-digital-marketing-agency.png'); /* Adjust path if needed */
    /* background-size: auto; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-apply-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.button-apply{
    text-align: center;
    width: auto;
    padding: 8px 74px;
}

.employee-item {
    margin-bottom: 30px; /* Adjust this value to get the desired gap */
}

.content-fonttype{
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
}

@media (min-width: 992px) {
    .employee-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

/* For large screens (4 items per row) */
@media (min-width: 1200px) {
    .employee-item:nth-last-child(-n+3) {
        margin-bottom: 30px; /* Re-add margin for md */
    }
    .employee-item:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}


@media screen and (min-width: 1025px) {
    .works-desk-image img{
        width: 100%;
    }

    .showcase-item {
        width: 25%;
    }
}

@media screen and (max-width: 1024px) {

    /* .mission-image{
        display: none;
    } */

    .header-title-wrap-2{
        padding-top: 40px;
    }

    .header-desc-2{
        padding-bottom: 2.5vh;
    }

    .btn-contact-wrapper{
        width: 100%;
        text-align: center;
    }

    .header-title{
        padding-bottom: 8px;
    }

    .clientdesktoplist {
        padding: 0 8rem 0 10.5rem;
        text-align: center;
    }

    .showcase-home ul li div{
        height: 250px;
        overflow: hidden;
        position: relative;
    }

    .image-wrap .slick-dots {
        left: -575px;
    }

    .service-cat {
        color: #333838;
        font-family: fontbold;
        font-size: 26px;
        font-weight: bold;
        padding-left: 6rem;
        text-align: left;
        text-transform: uppercase;
    }

    .service-cat-desc {
        color: #333838;
        font-size: 16px;
        padding-left: 158px;
        padding-right: 0;
        text-align: left;
        overflow-y: scroll;
        height: 450px;
    }

    .subservice .slick-dots {
        bottom: 80%;
        left: -460px;
        margin: auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .emp-image {
        width: 80%;
        height: 150px;
        text-align: center;
        transition: 0.2s all;
    }

    .emp-image-hover {
        text-align: center;
        position: absolute;
        top: 0;
        opacity: 0;
        transition: 0.2s all;
    }
    .imageclient img {
        height: auto;
        width: auto;
        max-width: 100%
    }

     /* Tampilkan hanya 4 item pertama di mobile */
    .showcase-item:nth-child(n+5) {
        display: none;
    }

    /* Tampilkan item yang disembunyikan jika kelas .show-all ditambahkan */
    .showcase-list.show-all .showcase-item {
        display: block !important;
    }

    /* Tampilkan tombol "See More" hanya di mobile */
    .see-more-wrapper {
        display: flex;
        justify-content: center;
    }

    .see-more-wrapper .btn-custom-outline {
        width: 90%;
    }

    /* Sembunyikan tombol setelah diklik */
    .see-more-wrapper.hidden {
        display: none;
    }
}

@media screen and (max-width: 991px){

	/* .showcase-home ul li{
		width: 43%;
		display: inline-block;
		padding: 0;
		max-width: 196px;
		height: 124px;
		margin: 2%;
	} */
	.showcase-home ul li div {
		height: 200px;
	}
}

@media screen and (max-width: 768px) {
    .about {
        background: url("../../assets/img/slicingmobile/mobile/about/bgabout.png") no-repeat;
        transition: all 1000ms linear 0s;
        background-size: cover;
        background-position: center;
    }

    .panel-creative-agency {
        background-image: url('../../assets/img/service2025/card-creative-agency-mobile.png');
        background-size: cover;
    }

    .panel-digital-marketing {
        background-image: url('../../assets/img/service2025/card-digital-marketing-agency-mobile.png');
        background-size: cover;
    }

    .description {
        text-align: center;
 /*       padding-bottom: 5rem;*/
    }

    .desc-title {
        font-size: 26px;
        padding-left: 0;
    }

    .desc-text {
        font-size: 16px;
        padding: 0 2rem;
    }

    .emp-list {
        width: 80%;
        margin: 0 auto;
    }

    .emp-title {
        font-size: 26px;
        text-align: center;
        padding-left: 0
    }

    .emp-desc {
        font-size: 16px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .emp-name {
        font-size: 14px;
    }

    .emp-position {
        font-size: 14px;
    }

    .service {
        /*background: url("../../assets/img/slicingmobile/mobile/about/digitalactivation.jpg") no-repeat center;*/
        margin-top: -10px;
        max-width: 100%;
        background-size: cover;
        height: 650px;
    }

    .service-title {
        font-size: 26px;
        text-align: center;
    }

    .service-desc {
        text-align: center;
        padding: 1rem 30px;
    }

    .service-cat-desc {
        color: #595d5e;
        font-size: 12px;
        padding-left: 95px;
        padding-right: 38px;
        text-align: center;
        overflow-y: scroll;
        height: 450px;
    }

    .first {
        line-height: 2rem;
        text-align: left;
    }
    .first:before,.first:after{
        display: none;
        box-sizing: inherit;
    }

    .second {
        /*font-weight: bold*/
        line-height: 2rem;
        text-align: left;
    }

    .service-cat {
        font-size: 20px;
        color: #333838;
        font-family: fontbold;
        font-weight: bold;
        height: 100px;
        text-align: left;
        text-transform: uppercase;
        padding-left: 15px;
    }

    .service-cat-desc .first, .service-cat-desc .second {
        font-size: 12px;
    }

    .works-title {
        font-size: 26px;
    }

    .works-desc {
        color: #b5bebd;
        font-size: 16px;
        padding: 20px 30px;
    }

    .clients {
        text-align: center;
    }

    .clients-list {
        padding: 0;
    }

    .clients-title {
        font-size: 26px;
        padding-left: 0;
    }

    .clients-desc {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        padding-left: 0;
        color: #b5bebd;
    }

    .interest-title {
        font-size: 26px;
        padding-left: 0;
        text-align: center;
    }

    .interest-desc {
        color: #b5bebd;
        font-size: 16px;
        padding: 20px 3rem;
        text-align: center;
    }

    .interest-button {
        font-size: 16px;
    }

    .subservice .slick-dots {
        bottom: 90%;
        left: -53%;
        margin: auto;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        width: 100%;
    }

    .servicetitle {
        padding-left: 0
    }

    .interest-button {
        width: 80%;
    }

    .applybutton {
        padding-left: 0;
    }

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

    a:hover .interest-button {
        text-decoration: none;
    }

    .button-contact-mobile{
        width: 100% !important;
    }

    .empimage {
        padding: 0 30px;
    }

    .imageclient {
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 100%;
    }

    .applybutton a {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    .service-panel{
        /* width: 100%; */
        /* margin: 0px; */
        margin-bottom: 24px;
        margin-right: 0px;
    }

    .service-panel {
        background-image: var(--bg-mobile, var(--bg-desktop));

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .service-panel .panel-heading,
    .service-panel .panel-body,
    .service-panel .panel-footer {
        background-color: transparent;
        border: none;
    }

    .service-panel .panel-footer{
        padding-top: 0vw;
    }

    .content-employee .content-title{
        margin-bottom:10px;
    }

    .content-service-2025-wrapper {
        padding: 40px 0;
    }

    .content-service-2025-wrapper .header-subtitle-s2025{
        padding-bottom: 24px;
        margin-bottom: 0px;
    }

    .content-showcase-wrapper .header-title {
        margin: 0px;
        margin-bottom: 24px;
        padding-bottom: 0px;
    }

    .content-showcase-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    }

    .content-interest-wrapper {
        width: 100%;
        padding-bottom: 0px;
    }

    .content-interest .pattern {
        padding: 0px;
        margin: 0px;
    }

    .content-interest{
        padding-bottom: 40px;
    }

    .content-employee-wrapper .content-desc{
        padding-bottom: 24px;
    }

    .content-mission-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 40px 20px;
    }

    .content-mission-left {
        display: block !important;
        width: 100%;
        margin-bottom: 32px;
        text-align: center;
    }

    .mission-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: inline-block;
    }

    .content-mission-right {
        width: 100%;
        padding-left: 0px;
    }

    .content-all > .pattern {
    /* margin-top: -40px; */
    padding-top: 40px;
    }

    .employee-desktop,.employee-mobile{
        padding-bottom: 50px;
}






}

@media screen and (max-width: 480px) {
    .about{
        background: #1b1d1c url("../../assets/img/slicingmobile/mobile/careers/bgcareers.jpg") no-repeat top center / 400px auto;
        margin-top: -120px;
    }
    .services-item{
        width: 100%;
        background-size: 100% auto !important;
    }
    .services-item .service-cat .service-icon{
        background-size: 100% auto !important;
    }
    .services-item-desc{
        width: 100% !important;
        margin: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .services-item-title {
        width: 100% !important;
        margin: 0 !important;
         padding-left: 0px !important;
         padding-right: 0px !important;
    }
    .service-cat {
        color: #333838;
        font-family: fontbold;
        font-weight: bold;
        height: 100px;
        text-align: left;
        text-transform: uppercase;
        padding-left: 25px;
        font-size: 20px;
    }
    .services .col-sm-offset-1 {
        margin-left: 0;
    }
    .service {
        height: auto;
    }
    .service-name {
        width: 60%;
        padding-left: 10px;
    }

    .service-title {
        font-size: 26px;
        text-align: center;
    }

    .service-desc {
        text-align: center;
        padding: 1rem 25px;
    }

    .service-cat-desc {
        color: #595d5e;
        font-size: 12px;
        padding-left: 25px;
        padding-right: 38px;
        text-align: center;
        overflow-y: scroll;
        height: auto;
    }

    .first {
        line-height: 25px;
        text-align: left;
    }

    .second {
        line-height: 25px;
        text-align: left;
    }

    .service-cat-desc .first, .service-cat-desc .second {
        font-size: 12px;
    }

    .subservice .slick-dots {
        top:90%;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .content-desc {
        margin: 0px;
        text-align: left;
        padding: 0px 0px;
    }
    .emp-list-desk {
        height: auto;
        padding: 0 10px;
    }
    .emp-image {
        width: 80%;
        height: auto;
        text-align: center;
        transition: 0.2s all;
    }
    .clientdesktoplist {
        padding: 0 1rem;
        text-align: center;
    }

    .service-panel{
        width: auto;
    }

    .service-panel .panel-title {
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        line-height: 38.83px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 8px;
    }

    .service-panel .panel-desc {
        color: #FFFFFF;
        /* margin-top: 50px; */
        padding-left: 20px;
        align-items: end;
    }

    .service-panel .panel-desc li{
        margin-top: 0.5vh;
    }

}

/* New Responsive */
@media screen and (max-width: 768px) {

        .header-about .header-title-wrap-2 .header-title {
        font-weight: 700;
        font-style: Bold;
        font-size: 30px;
        line-height: 48px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

        margin: 0px;
    }

    .header-about .header-title-wrap-2 .content-fonttype{
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 19.2px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

     .content-mission-left{
        display: none;
    }

     .content-mission-right{
        width: 90vw;
    }

    .vision-mission-container .vm-title {
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 38.4px;
        letter-spacing: 0%;
        text-align: left;
        vertical-align: middle;

    }

    .vision-mission-container .vm-text {
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 25.6px;
        letter-spacing: 0%;
        text-align: left;
        vertical-align: middle;

    }

    .vision-mission-container .vm-list {
        padding-left: 20px;
    }

    .content-fonttype{
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 29.12px;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .global-h2-title{
        font-weight: 700;
        font-style: Bold;
        font-size: 24px;
        line-height: 38.4px;
        letter-spacing: 0%;
        text-align: left;
        vertical-align: middle;
    }

    .showcase-home ul li {
        display: inline-block;
        margin: 0%;
        width: 90vw;
        padding-bottom: 2.5vh;
    }

    .header-about{
        height: auto;
    }

    .header-about .header-title-wrap-2{
        margin-bottom:80px;
    }

    .btn-contact-wrapper{
        margin: 0px;
        padding: 2vw;
    }

    .btn-custom-outline, .btn-custom-outline-white {
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        margin: 0px;
    }

    .content-mission-right{
        padding-left: 0px;
    }
}

@media screen and (max-width: 1199px){
    .col-sm-6{
        width: 50%;
    }

    .service-panel{
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 699px){
    .col-xs-12{
        width: 100%;
    }

    .header-about {
        padding: 120px 0 60px;
    }

    .header-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .header-right {
        flex: 1 1 auto;
        max-width: 100%;
        margin-top: 10px;
    }
    
    .header-about h1 {
        font-size: 36px;
    }

    .btn-contact-wrapper {
        margin-top: 20px;
    }
    
    .button-contact-mobile {
        width: 100% !important;
        text-align: center;
    }
}