/* Overide Style.css  */
.content-all > .pattern{
    margin-top: 0px;
    padding-top: 0px !important;
}

.content-all {
    padding:0px;
}

/* Fonts */
.title-fonttype{
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0%;
    /* text-align: center; */
    vertical-align: middle;
    color: #B5BEBD;
}

.content-fonttype{
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: middle;
    color: #B5BEBD;
}

.content-fonttype-2{
    font-weight: 400;
    font-size: 18px;
    line-height: 29.12px;
    letter-spacing: 0%;
    text-align: left;
    vertical-align: middle;
    color: #B5BEBD;
}

/* General Page Styling */
.service-detail-page {
    font-family: fontbook;
    margin-top: -120px;
}

.header-service-detail{
    width: 100%;
    background-image: 
        url("../../../assets/img/slicingmobile/mobile/about/pattern.png"),
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../../../assets/img/service2025/header-service-2025.png");
    
    background-color: #1b1d1c;
    background-repeat: repeat, no-repeat, no-repeat;
    background-position: top center, center, center;
    -webkit-background-size: auto, cover, cover;
    background-size: auto, cover, cover;
    height: 400px;

    position: relative;
    padding: 180px 0 100px; 
    color: #ffffff;
    width: 100%;
}

.content-title { font-size: 24px; font-weight: bold; margin-bottom: 0px;color: #B5BEBD; }
.content-subtitle { font-size: 22px; font-weight: 600; margin-top: 0; margin-bottom: 16px;text-align: left;color: #B5BEBD; }
.content-desc {
    word-wrap: break-word; 
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.content-desc *{ color: #B5BEBD;text-align: left;word-wrap: break-word; }

/* Header / Hero Section */
.header-service-detail .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;
}

.header-service-detail .header-title-wrap-2 a{ 
    width: 20vw;
    border-radius: 0px;
}

.header-service-detail .header-title { margin-bottom: 8px; }
.header-service-detail .header-desc {
      word-wrap: break-word;
      height: auto;
      justify-content: center;
      align-items: center;
      align-content: center;
      text-align: center;
      margin-bottom: 0px;
    }

.header-service-detail .header-desc span{
    font-size: 18px !important;
    color: #ccc !important; 
}
.header-service-detail .header-image { border-radius: 8px; }

/* Custom Button Styles */
.btn-custom-outline, .btn-custom-outline-white {
    background-color: transparent;
    border: 2px solid #FFFFFF !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

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

/* Introduction Section */
/* .content-introduction { background-color: #f0f0f0; color: #333; }
.content-introduction .content-title { color: #111; }
.content-introduction .content-subtitle { color: #444; }
.content-introduction .content-desc { color: #555; } */

.content-introduction{
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.content-introduction-wrapper{
    width: 85%;
    max-width: 1256px;
}

.content-introduction-wrapper .content-desc{
    padding-bottom: 40px;
}

.content-introduction-contact-button-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
}

.button-contact-header{
    padding: 8px 74px;
}

/* Detail Services Section */

.service-card {
    border: 1px solid #444;
    padding: 30px;
    background-color: #FFFFFF33;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-icon { color: #ddd; margin-bottom: 20px; }
.service-card-title { font-size: 24px; font-weight: 600; margin-top: 0; }
.service-card-subtitle { color: #aaa; margin-bottom: 20px; }
.service-card-desc { color: #ccc; flex-grow: 1; }
.service-card .btn { margin-top: 30px; }

/* Our Client Section */
/* .content-our-clients .content-desc { max-width: 600px; } */
.client-grid {
    display: grid;
    grid-template-columns: repeat(5, 0.1fr);
    gap: 15px;
    margin-top: 40px;
    /* padding-right: 20vw; */
    justify-content: center;
}
.client-logo-wrapper {
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15vw;
    height: 10vh;
    padding: 15px;
}
.client-logo-wrapper img {
    max-height: 50px;
    width: auto;
    filter: grayscale(100%) brightness(5);
}
@media (max-width: 991px) { .client-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 767px) { .client-grid { grid-template-columns: repeat(3, 1fr); } }

/* FAQ Section */
.content-faq .panel-group .panel {
    /* background-color: transparent; */
    border: 1px solid #444;
    border-radius: 0;
}
.content-faq .panel-heading {
    padding: 0;
    border-radius: 0;
    /* background-color: #1b1d1c; */
}
.content-faq .panel-title > a {
    display: block;
    position: relative;
    padding-right: 40px;
    text-decoration: none;
    color: #B5BEBD;
}
.content-faq .panel-title > a:after {
    content: '';
    background-image: url('../../../assets/img/service2025/faq_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    width: 15px;
    height: 15px;
    
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7.5px; /* Half of the height for perfect vertical centering */
    transition: transform 0.3s ease;
}
.content-faq .faq-item.active .panel-title > a::after {
    transform: rotate(180deg);
}

.content-faq .panel-body { border-top: 1px solid #444 !important; color: #ccc; }

.content-faq-outer-wrapper{
    width: 85%;
    max-width: 1256px;
    margin: 0 auto;
}

.content-faq-wrapper{
    padding-bottom: 80px;
}

.content-faq-outer-wrapper .content-title{
    margin-top: 0px;
    padding-top: 80px;
    text-align: left;
}

.faq-item{
    padding: 16px;
    margin-top: 24px;
    border: 1px solid #bcc6c6;
}


/* Content Client Section */

.wrapperhome {
    /*bottom: 10rem;*/
    color: #fff;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
    height: auto;
    padding-bottom: 40px;
}
.showcase-section .text-wrap {
    width: 100%;
}

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

.showcase-home {
    margin: 0;
    width: 100%;
    /*padding-bottom:20px;*/
	max-width: 1500px;
}


.showcase-section .text-wrap{
	width: 100%;
}
.showcase-home ul {
    list-style: none;
    margin: 24px 0 0 0;
    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: 135px;
    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%;
}

.content-client{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-client-wrapper{
    width: 85%;
    max-width: 1256px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.content-client-wrapper .content-title{
    padding-top: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 38.4px;
    text-align: left;
}


/* Contact Form Section */
.content-contact{
    background-color: #1b1d1c;

    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.content-contact .content-title{
    line-height: 38.4px;
    padding-bottom: 32px;
    margin-top: 0px;
}


.content-contact-wrapper{
    width: 85%;
    max-width: 1256px;
    margin: 0 auto;
}

.content-contact-wrapper .content-title{
    text-align: left;
}

.content-contact .form-group label {
    color: #ccc;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
}
.content-contact .form-control {
    background-color: transparent !important;
    border: 1px solid #bcc6c6;
    border-radius: 0;
    color: #bcc6c6;
    box-shadow: none;
}
.content-contact .form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

.recaptcha-placeholder {
    border: 1px solid #666;
    height: 78px;
    padding: 15px;
    color: #aaa;
}

.form-body{
    padding-bottom: 0px;
}

form {
    margin-bottom: 0px;
}

.form-component-msg{
    margin-left: 15px;
    margin-right: 15px;
}

.form-component-msg .form-group{
    width: 100%;
    padding-right: 30px;
}



.form-component:nth-of-type(odd) {
    padding-right: 24px !important;
}

.form-component.padding-none{
    padding-right: 0px !important;
}



.content-detail-services .row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -1vw;
    margin-right: -1vw; */
}

.content-detail-services .row > .col-sm-4 {
    display: flex;
    flex-direction: column;
}

.content-detail-services .content-title{
    padding-top: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.service-panel .panel-body {
    flex-grow: 1;
}

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

.service-panel .panel-body{
    /* padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px; */
    padding: 0px;
    padding-bottom: 24px;
}

.service-panel .panel-title {
    color: #B5BEBD;
    font-size: 22px;
    text-align: center;
    line-height: 4vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    max-width: 349.33331298828125px;
}

.service-panel .title-left{
    padding-right: 24px;
}

.service-panel .card-logo{
    max-height: 78px;
    max-width: 78px;
    min-height: 78px;
    min-width: 78px;  
}

.panel-title .panel-title-text{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 0px;
    line-height: 38.8px;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    word-break: normal;
}

.service-panel .panel-desc {
    color: #B5BEBD;
    margin-top: 24px;
    /* width: 349.33px; */
    width: 100%;
    max-width: 349.33px;
    /* height: 40px; */
}

.service-panel .panel-desc-text{
    color: #B5BEBD;
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 300;
}

/* .service-panel .panel-desc *{
    color: #B5BEBD;
} */

.service-panel .panel-desc li{
    margin-top: 0.5vh;
}
.service-panel ul {
    color: #B5BEBD; /* Lighter text for the list */
}

.row-tighter-gutters {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 85%;
    max-width: 1256px;
}

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

.content-faq-wrapper .faq-answer {
    display: none;
    padding: 16px;
    margin-top: 24px;
    border: 1px solid #bcc6c6;
    color: #bcc6c6;
}

.content-faq-wrapper .faq-answer *{
    margin: 0;
}

/* Style for the select dropdown */
.form-control {
    color: #000; /* Ensures all text is black by default */
}

/* Style for the initial placeholder state */
select.placeholder {
    color: #6c757d; /* A standard placeholder color, you can change this */
}

select.form-control option {
    color: #000000;
}

select.form-control option:disabled {
    color: #000000;
}

.form-group{
    margin-bottom: 24px;
}

.form-message{
    margin-bottom: 32px;
}

.form-button-contact{
    border: 2px solid #FFFFFF !important;
    background: transparent !important;
    padding: 8px 74px;
}

.col-sm-6{
    padding:0px;
}

.col-sm-12{
    padding:0px;
}


/* Custom Col Grid  */
.col-md-4 {
    width: 33.3333333%;
}

.pattern-wrapper-main {
    /* This is your original .pattern style */
    background: url("../../../assets/img/slicingmobile/mobile/about/pattern.png") repeat;
    /* background-image: 
        url("../../../assets/img/slicingmobile/mobile/about/pattern.png"),
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../../../assets/img/service2025/header-service-2025.png"); */
    
    background-color: #1b1d1c;
    position: relative;
    
    /* ADD THIS: To ensure it doesn't create horizontal scrollbars */
    overflow-x: hidden;
}

.pattern-wrapper-main > .row {
    /* 
       This is the key: Make the background of the section transparent,
       so the parent's background pattern can show through.
    */
    background-color: transparent;
}

.form-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-bottom .form-group{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.form-label-font-style{
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 25.89px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.see-more-wrapper {
    text-align: center;
    margin-top: 22px;
    display: none;
}

.content-contact-outer-wrapper{
    width:100%;display:flex;justify-content:center;padding-top:80px;padding-bottom:80px;
}

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

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

.header-title {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;
}

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

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

.header-desc {
    color: #B5BEBD;
    margin: 0;
    text-align: left;
}

.header-desc * {
    color: #B5BEBD !important;
    text-align: left !important;
}

.pattern-wrapper-main {
    background: url("../../../assets/img/slicingmobile/mobile/about/pattern.png") repeat;
    background-color: #1b1d1c;
    overflow-x: hidden;
    /* padding-bottom: 80px; */
}

.content-detail-services .content-all-wrapper {
    padding-top: 80px;
    width:85%;
    max-width: 1256px;
    margin: auto;
}

.section-label {
    margin: 0 0 52px 0;
    color: #B5BEBD;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: left;
}

/* List Item Container */
.service-list-item {
    border-top: 1px solid #FFFFFF;
    padding: 27px 0;
    display: flex;
    justify-content: space-between;
    transition: background-color 0.3s ease;
}

.service-list-item:last-child {
    border-bottom: 1px solid #FFFFFF;
}

/* Service Left: Title & Arrow */
.service-left {
    width: 45%;
    padding-right: 20px;
    /* align-content: center; */
}

.service-title-link {
    text-decoration: none;
    color: #B5BEBD;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.service-title-link:hover {
    color: white;
    text-decoration: none;
}

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

.icon-wrap{
    /* margin-left: 14px;
    margin-top: 6px;
    margin-bottom: 6px; */
    width: 36px;
    height: 36px;
}

.icon-wrap svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.service-title-link:hover .icon-wrap svg {
    transform: translate(5px, -5px);
}

/* Service Right: Description */
.service-right {
    width: 45%;
}

.service-desc-text {
    color: #B5BEBD;
    font-weight: 400;
    font-size: 16px;
    line-height: 38.4px;
    letter-spacing: 0px;
    text-align: left;
}

.service-desc-text * {
    margin: 0;
}



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

/* @media screen and (max-width: 767px){
    .col-xs-12,
    .col-sm-6,
    .col-md-4 {
        width: 100%;
    }
} */



@media screen and (max-width: 1199px){
    .panel-title .panel-title-text{
        display: flex;
        /* justify-content: center; */
        align-items: center;
        margin: 0px;
        line-height: 38.8px;
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        word-wrap: normal;
        word-break: keep-all;
    }

    .service-panel .panel-desc-text{
        color: #B5BEBD;
        font-size: 12px;
        line-height: 25.6px;
        font-weight: 300;
        word-wrap: normal;
        word-break: keep-all;
    }
}

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

    .showcase-list .showcase-item {
        display: none;
    }

    .showcase-list .showcase-item:nth-child(-n+4) {
        display: block;
    }

    .showcase-list.show-all .showcase-item {
        display: block;
    }

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

    .content-contact .content-title{
        padding-bottom: 24px;
    }

    .form-label-font-style{
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px;
        line-height: 29.12px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .content-contact .form-group label {
        margin-bottom: 0px;
    }

    .form-group{
        margin-bottom: 16px;
    }


    .form-bottom{
        flex-direction: column;
    }

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


    .col-xs-12 {
        width: 100%;
    }
    .header-title-wrap-2-1{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-introduction{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .content-introduction-wrapper .content-desc{
        margin-bottom: 40px;
    }

    .row-tighter-gutters {
        width: 320px;
    }

    .content-detail-services{
        padding-bottom: 40px;
    }

    .content-detail-services .content-title{
        padding-top: 40px;
        padding-bottom: 4px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .panel-title .panel-title-text{
        display: flex;
        /* justify-content: center; */
        align-items: center;
        margin: 0px;
        line-height: 38.8px;
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        word-break: normal;
    }

    .content-client-wrapper{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-client-wrapper .content-title{
        width: 100%;
        padding-top: 40px;
        padding-bottom: 24px;
    }

    .content-client-wrapper .content-desc{
        width: 100%;
        margin-bottom: 24px;
    }

    .content-introduction-contact-button-wrapper a{
        width: 100%;
    }

    .showcase-home{
        /* width: 320px; */
    }

    .showcase-home ul{
        margin:0px;
        /* padding-bottom: 40px; */
    }

    .showcase-home ul li{
        width: 100%;
        height: 201.42543029785156px;
        margin:0px;
        margin-bottom: 22px;
    }

    .showcase-home ul li div {
        height: 100%;
    }

    .showcase-item{
        width: 100%;
    }

    .content-faq-outer-wrapper{
        width: 100%;
        padding-bottom: 40px;
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-faq-outer-wrapper .content-title{
    margin-top: 0px;
    padding-top: 0px;
}

    .content-faq-wrapper{
        padding:0px;
    }

    .faq-item{
        margin-bottom: 16px;
    }

    .content-contact-wrapper{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-bottom .form-group{
        width: 100%;
    }

    .form-button-contact{
        width: 100%;
        margin-top: 24px;
    }

    .form-component:nth-of-type(odd) {
        padding-right: 0px !important;
    }

    .form-component.padding-none{
        padding-right: 0px !important;
    }



}

@media screen and (max-width: 699px) {
    .client-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 columns for tablets */
        width: 100%;
        padding: 15px !important;
    }
    .header-service-detail{
        height: auto;
    }
    .client-logo-wrapper {
        width: 100%; /* Let the grid control the width */
        height: 100px;
    }

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

    .content-introduction .content-desc{
        text-align: center;
        padding: 0%;
    }

    .button-contact-mobile{
        width: 100% !important;
        /* padding: 2vw 5vh; */
    }


    .header-service-detail .header-title-wrap-2 a{ 
        width: 100%;
        border-radius: 0px;
    }

    .service-panel .panel-desc {
        text-align: justify;
    }

    .service-panel .panel-desc *{
        color: #B5BEBD;
    }

    .subtitle-fonttype{
        font-size: 1.6vw;
        font-weight: bold;
    }

    .card-logo{
        width: 64px !important;
        height: 64px !important;
    }

    .header-title{
        font-weight: 600;
        font-style: SemiBold;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
    }

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

    }

    .subtitle-fonttype{
        font-size: 24px;
        font-weight: bold;
    }

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

    }

    .content-fonttype{
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 25.6px;
        letter-spacing: 0%;
        text-align: left;
        vertical-align: middle;
    }

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

    .service-panel{
        width: 320px;
        max-width: none !important; /* Allow panel to fill its column */
        margin: 0 auto;
        margin-top: 20px;
    }

    .service-panel .panel-title{
        width: 272px;
        margin-bottom: 16px;
    }

    .panel-title .panel-title-text{
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .service-panel .panel-body{
        padding-bottom: 0px;
    }

    .panel-body{
        padding-bottom: 0px;
    }

    .service-panel .panel-desc{
        width: 272px;
        margin-top: 0px;
        padding-top: 0px;
    }

    .panel-desc .panel-desc-text{
        font-weight: 300;
        font-style: Light;
        font-size: 16px;
        line-height: 25.6px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .service-panel .panel-detail{
        padding-top: 16px;
    }

    /* .content-contact .content-title{
        width: 90%;
    }
     .content-faq .content-title{
        width: 90%;
    } */

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

    }

    .see-more-wrapper {
        display: flex;
        justify-content: center;
    }

    .see-more-wrapper .btn-custom-outline {
        width: 320px;
    }

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

    .content-detail-services .content-all-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
    }

    .section-label{
        margin: 0 0 24px 0;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 48px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    .service-title-link{
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 48px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .service-desc-text{
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 25.6px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }

    /* .section-label{
        padding-top: 40px;
    } */
    
}

@media screen and (max-width: 992px) {
    .header-title { font-size: 36px; }
    .header-right { flex: 0 0 100%; max-width: 100%; margin-top: 20px; }
    .header-content-wrapper { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media screen and (max-width: 768px) {
    .header-service-detail { padding: 120px 0 60px; }
    
    /* Stack List Items */
    .service-list-item {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    .service-left, .service-right { width: 100%; padding-right: 0; }
    
    .form-bottom { flex-direction: column; gap: 20px; }
    .g-recaptcha { transform: scale(0.9); transform-origin: 0 0; }
}
