/* ==========================================================================
   Services Main Page CSS (Premium 3D Redesign)
   ========================================================================== */

/* Subpage Hero Header */
.hero-container-about {
    position: relative;
    width: 100%;
    min-height: 440px;
    background: #0f172a url('../images/about-bg.png') center center / cover no-repeat;
    display: flex; flex-direction: column;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.hero-container-about > *:not(img):not(.hero-background):not(::after) { position: relative; z-index: 10; }

.hero-container-about::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%);
    z-index: 2;
}

.hero-container-about .about-heading {
    position: relative;
    z-index: 5;
    text-align: center;
    color: #ffffff;
    padding: 40px 20px 45px 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-container-about .sub-crumb-badge {
    color: #fcb85e;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: inline-block;
}

.hero-container-about .about-heading h1 {
    font-family: inherit !important;
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    text-align: center;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.hero-container-about .about-heading > div,
.hero-container-about .breadcrumb-nav,
.about-heading .breadcrumb-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.hero-container-about .about-heading > div a,
.hero-container-about .breadcrumb-nav a,
.about-heading .breadcrumb-pill a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.hero-container-about .about-heading > div a:hover,
.hero-container-about .breadcrumb-nav a:hover,
.about-heading .breadcrumb-pill a:hover {
    color: #fcb85e;
}

.hero-container-about .about-heading > div a.about-tag-a,
.hero-container-about .about-heading > div a:last-child,
.hero-container-about .breadcrumb-nav .active-crumb,
.about-heading .breadcrumb-pill .active-crumb {
    color: #fcb85e !important;
    font-weight: 700;
}

.hero-container-about .breadcrumb-nav .crumb-separator,
.hero-container-about .about-heading > div span {
    color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   Services Grid Section
   ========================================================================== */
.service-container {
    padding: 100px 0 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
    width: 100%;
    position: relative;
}

.service-container .headings-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
}

.headings-service .service-badge-pill {
    color: #e45d25;
    background: rgba(228, 93, 37, 0.1);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    display: inline-block;
}

.headings-service .service-headline {
    font-family: inherit !important;
    font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    max-width: 800px;
    margin: 0 auto 20px auto !important;
    letter-spacing: -0.02em;
}

.headings-service .highlight-word {
    color: transparent !important;
    background: linear-gradient(135deg, #f58220 0%, #e45d25 50%, #c8550a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900 !important;
}

.headings-service .service-intro-text {
    font-family: inherit !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    max-width: 700px;
    margin: 0 auto !important;
}

/* 6-Card Responsive Grid - 3D PREMIUM */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.service-card-item {
    background: #ffffff;
    border: 1px solid #ffe8d6;
    border-radius: 24px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 8px 0 #edd9cb, 0 18px 30px rgba(180, 70, 10, 0.07);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card-item:hover {
    transform: translateY(-8px);
    border-color: #f97316;
    box-shadow: 
        0 6px 0 #d96f2a, 0 24px 40px rgba(200, 85, 10, 0.14);
}

.service-card-item .card-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    gap: 16px;
}

.service-card-item .card-title {
    font-family: inherit !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    flex: 1;
}

.service-card-item .card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.service-card-item:hover .card-title a {
    color: #ea580c !important;
}

.service-card-item .card-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #fffaf5;
    padding: 10px;
    border-radius: 16px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

.service-card-item:hover .card-icon {
    transform: rotateY(180deg) scale(1.1);
    background: #fff3e0;
}

.service-card-item .card-description {
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    color: #475569 !important;
    margin: 0 0 28px 0 !important;
    flex-grow: 1;
    width: 100%;
}

.service-card-item .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ea580c;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
    background: rgba(234, 88, 12, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
}

.service-card-item:hover .card-link {
    color: #ffffff;
    background: #ea580c;
    gap: 12px;
}

.service-card-item .card-link i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.service-card-item:hover .card-link i {
    transform: translateX(4px);
}

/* ==========================================================================
   Creative Showcase Section
   ========================================================================== */
.creative-showcase-section {
    padding: 100px 0;
    background-color: #f8fafc;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    width: 100%;
}

.showcase-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 24px;
    flex-wrap: wrap;
}

.showcase-header-text {
    max-width: 650px;
}

.showcase-badge {
    color: #e45d25;
    background: rgba(228, 93, 37, 0.1);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: inline-block;
}

.showcase-title {
    font-family: inherit !important;
    font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    margin: 0 0 16px 0 !important;
    letter-spacing: -0.02em;
}

.showcase-title span {
    color: transparent !important;
    background: linear-gradient(135deg, #f58220 0%, #e45d25 50%, #c8550a 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.showcase-subtitle {
    font-family: inherit !important;
    font-size: 1.1rem !important;
    color: #475569 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.showcase-cta .custom-btn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
}

.showcase-card {
    background: #ffffff;
    border: 1px solid #ffe8d6;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 8px 0 #edd9cb, 0 18px 30px rgba(180, 70, 10, 0.07);
    display: flex;
    flex-direction: column;
}

.showcase-card:hover {
    transform: translateY(-8px);
    border-color: #f97316;
    box-shadow: 
        0 6px 0 #d96f2a, 0 24px 40px rgba(200, 85, 10, 0.14);
}

.showcase-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    position: relative;
    background: #0f172a;
}

.showcase-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex; flex-direction: column;
    opacity: 0.9;
}

.showcase-card:hover .showcase-img-wrap img {
    transform: scale(1.08);
    opacity: 1;
}

.showcase-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.showcase-tag {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e45d25;
    margin-bottom: 12px;
    display: inline-block;
}

.showcase-card-title {
    font-family: inherit !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}

.showcase-card-desc {
    font-family: inherit !important;
    font-size: 1rem !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ==========================================================================
   Responsive Media Queries for Service Page
   ========================================================================== */
@media (max-width: 1024px) {
    .service-container {
        padding: 40px 5%;
    }

    .service-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .creative-showcase-section {
        padding: 80px 0;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .hero-container-about {
        min-height: 340px;
    }

    .service-container {
        padding: 60px 0;
    }

    .headings-service {
        margin-bottom: 40px;
    }

    .service-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .creative-showcase-section {
        padding: 60px 0;
    }

    .showcase-header-row {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
}


/* --- Service detail page -- uI/ux-- */


/* --- Service detail page -- uI/ux-- */
.detail-container { padding: 0 5%; margin-top: 1.5rem; display: block; }
.left-detail{
        /* align-items: baseline; */
    justify-content: space-around;
}
.left-detail .detail-img img{
    width:-webkit-fill-available;
}
.detail-img{
    margin-bottom: 2rem;
}
.detail-img img{
    aspect-ratio: 1.87;
}
.left-detail h2{
    font-size: 2.5rem;
    font-family: "Roboto Slab";
    color: #000;
    margin-bottom: 1.2rem;
    margin-top: 2.4rem;
}
.left-detail h3{
    font-size:2rem;
    font-family: "Roboto Slab";
    color: #000;
    margin-bottom: 1.2rem;
    margin-top: 1.8rem;
}
.left-detail h5{
    font-size:1.3rem;
    font-family: "Roboto Slab";
    color: #000;
    margin-bottom:0.6rem;
    margin-top: 1.8rem;
}
.left-detail p{
    font-size: 1rem;
    font-family: "Roboto";
    color: #3C3C3C;
   line-height: 26px;
}
.detail-process{
    width: 55%;
    margin: 2.4rem 0;
    border: 1px solid #FFA800;
    border-radius: 10px;
    padding: 1rem;
    background-color: #FFF7E7;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.detail-process .dt-steps{
    width: fit-content;
    border: 1px solid #FFA800;
    background-color: #FFE8BC;
    padding: 0.2rem 0.7rem;
    border-radius: 7px;
}
.sub-detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.sub-detail .inner-img{
    width: 40%;
}
.sub-detail .inner-img img{
    width:-webkit-fill-available;
}
.sub-detail .inner-content{
    width: 56%;
    line-height: 28px;
}
.right-service-link{
    width: 23%;
    border: 1px solid #FFA800;
    background-color: #FFF7E7;
    border-radius: 10px;
    padding:1rem;
}
.right-service-link h3{
    font-size: 1.5rem;
    font-family: "Roboto Slab";
}
.right-service-link ul li{
    border: 1px solid #FFA800;
    background-color: #FFE8BC;
    border-radius: 10px;
    font-family: "Roboto Slab";
    margin: 0.6rem 0;
   transition: all 0.3s ease-in;
}

.right-service-link ul li a{
    color: #000;
    display: inline-flex;
    width: -webkit-fill-available;
    padding: 0.6rem;
}
.right-service-link ul li a img{
 padding-right: 0.6rem;
}
.right-service-link ul li a:hover{
    background-color: #FFA800;
    color: #fff;
    border: none !important;
       border-radius: 10px !important;
}
/* Process Scroll Section */
.process-scroll-container {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    padding: 3.5rem 6%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF7E7;
    width: 100%;
    box-sizing: border-box;
}

.left-process {
    width: 48%;
}

.left-process > h2 {
    font-size: clamp(2rem, 3.2vw, 2.5rem);
    font-weight: 800;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.left-process > p {
    font-size: 1.05rem;
    color: #374151;
    margin-bottom: 1.8rem;
    line-height: 1.65;
}

.pslider {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    background-color: #f1f5f9;
}

.pslider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.pslider img:first-child {
    opacity: 1;
    z-index: 1;
}

.pslider img.active {
    opacity: 1 !important;
    z-index: 2;
}

.middle-indicator {
    width: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dots-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 24px;
    height: 260px;
    border: 1.5px solid #fed7aa;
    border-radius: 30px;
    padding: 8px 0;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.08);
    box-sizing: border-box;
}

.dot-detail {
    width: 12px;
    height: 12px;
    background-color: #cbd5e1;
    border-radius: 50%;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0;
    cursor: pointer;
}

.dot-detail.active {
    background-color: #ea580c;
    transform: scale(1.4);
    box-shadow: 0 0 10px rgba(234, 88, 12, 0.6);
}

.right-scroll-process {
    width: 42%;
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    scroll-behavior: smooth;
    padding: 4px 2px;
}

.right-scroll-process::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.right-scroll-process .scroll-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.right-scroll-process .process-box {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: 22px 24px;
    color: #0f172a;
    text-align: left;
    box-shadow: 0 4px 0 #edd9cb, 0 6px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    box-sizing: border-box;
}

.right-scroll-process .process-box:hover {
    transform: translateX(4px);
    border-color: #ea580c;
    box-shadow: 0 4px 0 #d96f2a, 0 8px 18px rgba(234, 88, 12, 0.12);
}

.right-scroll-process .process-box.active {
    background-color: #ffffff;
    border-color: #ea580c;
    border-left: 6px solid #ea580c;
    transform: translateX(6px);
    box-shadow: 0 6px 0 #d96f2a, 0 12px 25px rgba(234, 88, 12, 0.16);
}

.process-box h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    font-family: inherit;
    transition: color 0.3s ease;
}

.right-scroll-process .process-box.active h4 {
    color: #ea580c;
}

.process-box p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .process-scroll-container {
        flex-direction: column;
        gap: 30px;
        padding: 2.5rem 4%;
    }
    .left-process {
        width: 100%;
    }
    .middle-indicator {
        display: none;
    }
    .right-scroll-process {
        width: 100%;
        height: 380px;
    }
}

/* Mobile view for service detail page*/
@media screen and (max-width:767px) {
    .about-heading h1 {
        font-size: 2rem;
    }
    .about-heading div, .hero-container-about .breadcrumb-nav {
    font-size: 0.875rem;
              /* text-align-last: start; */

    }
    .about-heading{
        margin: 88px 40px;
    }
    .hero-background{
        height: 360px;
    }
    .hero-container-about{
        min-height: 395px;
    }
    .detail-container { display: block; margin-top: 0.7rem; gap: 0; }
    .left-detail{
        /* width: 100%; */
    }
    .left-detail .detail-img img{
        width:-webkit-fill-available;
        border-radius: 10px;
    }
    .detail-img{
        margin-bottom: 0;
    }
    .detail-img img{
        aspect-ratio: 1.87;
    }
    .left-detail h2{
        font-size: 1.6rem;
        margin-bottom: 0.7rem;
        margin-top: 1.5rem;
    }
    .left-detail h3{
        font-size:1.2rem;
        margin-bottom: 0.7rem;
        margin-top: 1rem;
    }
    .left-detail p{
        font-size: 14px;
       line-height: 24px;
    }
    .detail-process{
        width: 100%;
        margin: 1.6rem 0;
        padding: 0.7rem;
        flex-wrap: wrap;
        gap: 10px;
        justify-content:center;
    }
    .detail-process .dt-steps{
        font-size: 14px;
    }
    .sub-detail{
       flex-direction: column;
       gap: 10px;
    }
    .sub-detail .inner-img{
        width: 100%;
    }
    .sub-detail .inner-img img{
        border-radius: 10px;
    }
    .sub-detail .inner-content{
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .right-service-link{
        width: 100%;
        padding:1rem;
    }
    /* process scroll section */
    .right-scroll-process .scroll-container{
        gap: 20px;
    }
    .left-process{
        width: 100%;
    }
    .left-process h2{
        font-size: 1.4rem;
        padding-bottom: 0.7rem;
    }
    .left-process p{
        font-size: 14px;
        line-height: 24px;
    }
    .middle-indicator{
        width: 10%;
        position: relative;
    }
    .right-scroll-process{
        width: 80%;
        height: 420px;
    }

    .right-scroll-process .process-box{
        margin: 0;
        text-align: left;
    }
    .process-box h4{
        margin-bottom: 0.6rem;
        font-size: 1.25rem;
    }
    .process-box p{
        font-size: 14px;
         line-height:24px;
    }
    .dot-detail {
        width: 16px;
        height: 16px
    }
    .left-process div img {
        width:100%;
    }
    li{
        font-size:14px;
        line-height:24px;
    }
}
@media screen and (min-width:576px)  and (max-width:767px) {
    .right-service-link {
        width: 60%;
    }
}
@media screen and (min-width:767px)  and (max-width:992px) {
    .left-detail {
        /* width: 60%; */
    }
    .left-detail h2 {
        font-size: 2rem;
    }
    .left-detail h3 {
        font-size: 1.8rem;
    }
    .detail-process {
        width: 100%;
        gap: 10px;
    }
    
    .sub-detail {
        flex-direction: column;
    }
    .sub-detail .inner-img,.sub-detail .inner-content  {
        width: 100%;
    }
    .right-service-link {
        width: 39%;
    }
    .right-scroll-process {
        width: 37%;
    }
    .right-scroll-process .process-box {
        width: 100%;
    }
}
@media screen and (min-width:992px)  and (max-width:1200px) {
    .left-detail {
        /* width: 66%; */
    }
    .left-detail h2 {
        font-size: 2rem;
    }
    .left-detail h3 {
        font-size: 1.8rem;
    }
    .detail-process {
        width: 100%;
        gap: 10px;
    }
    
    .sub-detail {
        flex-direction: column;
    }
    .sub-detail .inner-img,.sub-detail .inner-content  {
        width: 100%;
    }
    .right-service-link {
        width: 31%;
    }
    .right-scroll-process {
        width: 37%;
    }
    .right-scroll-process .process-box {
        width: 100%;
    }
}
@media screen and (min-width:1200px)  and (max-width:1400px) {
    .left-detail {
        /* width: 70%; */
    }
    .left-detail h2 {
        font-size: 2rem;
    }
    .left-detail h3 {
        font-size: 1.8rem;
    }
    .detail-process {
        width: 100%;
        gap: 10px;
    }
    
    .sub-detail {
        flex-direction: column;
    }
    .sub-detail .inner-img,.sub-detail .inner-content  {
        width: 100%;
    }
    .right-service-link {
        width: 28%;
    }
    .right-scroll-process {
        width: 37%;
    }
    .right-scroll-process .process-box {
        width: 100%;
    }
}
/*  */




















/* ==========================================================================
   SERVICE DETAIL PAGES (Global 3D Sidebar & Content Layout)
   ========================================================================== */

/* Main Text Content */
.service-text-content {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 0 rgba(0,0,0,0.02), 0 20px 40px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
}

.service-text-content h2, .service-text-content h3 {
    font-family: inherit !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 20px;
}

.service-text-content h2 {
    font-size: clamp(2rem, 3.5vw, 2.5rem) !important;
}

.service-text-content h3 {
    font-size: clamp(1.5rem, 2.5vw, 1.8rem) !important;
    margin-top: 40px;
}

.service-text-content p, .service-text-content li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
}

/* ==========================================================================
   Service Detail Content Lists (3D Card Styling for OL, UL & service-type-li)
   ========================================================================== */
.service-text-content ol,
.service-text-content ul,
.service-text-content ol.service-type-li {
    list-style: none !important;
    list-style-type: none !important;
    counter-reset: item;
    padding-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 25px;
}

.service-text-content ol li,
.service-text-content ul li,
.service-text-content ol.service-type-li li {
    counter-increment: item;
    position: relative;
    padding: 18px 24px 18px 68px !important;
    background: #ffffff;
    border: 1px solid #ffe8d6;
    border-radius: 18px;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 0 #edd9cb, 0 8px 18px rgba(180, 70, 10, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #475569;
    list-style: none !important;
    list-style-type: none !important;
}

.service-text-content ol li:hover,
.service-text-content ul li:hover,
.service-text-content ol.service-type-li li:hover {
    transform: translateY(-3px);
    border-color: #f97316;
    box-shadow: 0 6px 0 #edd9cb, 0 14px 25px rgba(234, 88, 12, 0.12);
}

/* Numbered Badge for OL */
.service-text-content ol li::before,
.service-text-content ol.service-type-li li::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 18px;
    font-weight: 800;
    font-size: 0.95rem;
    color: #e45d25;
    background: #fff3e0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 2px rgba(228, 93, 37, 0.15);
}

/* Checkmark Badge for UL */
.service-text-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 0.95rem;
    color: #e45d25;
    background: #fff3e0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 2px rgba(228, 93, 37, 0.15);
}

.service-text-content li b,
.service-text-content li strong {
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 700;
}

/* ==========================================================================
   Related Services Box (3D Modern Card)
   ========================================================================== */
.related-services-box {
    background: #ffffff;
    border: 1px solid #ffe8d6;
    border-radius: 24px;
    padding: 32px 24px;
    box-shadow: 0 8px 0 #edd9cb, 0 18px 32px rgba(180, 70, 10, 0.07);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.related-services-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #f58220 0%, #e45d25 50%, #c8550a 100%);
}

.related-services-box h3 {
    font-family: inherit !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 22px !important;
    text-align: center;
    letter-spacing: -0.01em;
}

.related-services-box .service-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-services-box .service-links li {
    margin-bottom: 12px;
}

.related-services-box .service-links a {
    display: flex;
    align-items: center;
    color: #334155;
    font-weight: 600;
    font-size: 0.96rem;
    text-decoration: none;
    padding: 13px 18px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #fed7aa;
    box-shadow: 0 3px 0 #edd9cb, 0 4px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.related-services-box .service-links a img {
    margin-right: 12px;
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(87%) saturate(2227%) hue-rotate(349deg) brightness(97%) contrast(93%); /* Orange color */
    transition: transform 0.25s ease;
}

.related-services-box .service-links a:hover {
    background: #fff7ed;
    border-color: #ea580c;
    color: #ea580c;
    transform: translateX(6px) translateY(-2px);
    box-shadow: 0 5px 0 #d96f2a, 0 10px 20px rgba(234, 88, 12, 0.15);
}

.related-services-box .service-links a:hover img {
    transform: translateX(4px);
}

.related-services-box .service-links a.active,
.related-services-box .service-links li.active a {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-color: #ea580c;
    color: #ea580c;
    font-weight: 700;
    box-shadow: 0 4px 0 #d96f2a, 0 8px 16px rgba(234, 88, 12, 0.12);
}

/* ==========================================================================
   Service Form Box (Dark Glass 3D) & 3D Buttons
   ========================================================================== */
.service-form-wrapper .contct-form-box {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px !important;
    padding: 40px 30px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.service-form-wrapper .contct-form-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(245, 130, 32, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.service-form-wrapper .contct-form-box h2 {
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    letter-spacing: -0.5px;
}

.service-form-wrapper .form-control,
.service-form-wrapper .form-select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    padding: 14px 20px !important;
    font-size: 0.95rem !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 15px;
}

.service-form-wrapper .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.service-form-wrapper .form-select option {
    color: #0f172a;
}

.service-form-wrapper .form-control:focus,
.service-form-wrapper .form-select:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ea580c !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1), 0 0 0 4px rgba(234, 88, 12, 0.2) !important;
    outline: none !important;
}

/* 3D Button Style for Form Submission across all Service Pages */
.service-form-wrapper #submit-contact-btn,
.service-form-wrapper button[type="submit"],
.contct-form-box button[type="submit"],
.contct-form-box #submit-contact-btn,
#submit-contact-btn,
.service-form-wrapper .btn-primary {
    padding: 14px 40px !important;
    background: linear-gradient(135deg, #f58220 0%, #e45d25 50%, #c8550a 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    width: 100%;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 6px 0 #943306, 0 10px 20px rgba(200, 85, 10, 0.3) !important;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.service-form-wrapper #submit-contact-btn:hover,
.service-form-wrapper button[type="submit"]:hover,
.contct-form-box button[type="submit"]:hover,
.contct-form-box #submit-contact-btn:hover,
#submit-contact-btn:hover,
.service-form-wrapper .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 0 #943306, 0 15px 30px rgba(200, 85, 10, 0.4) !important;
    color: #ffffff !important;
}

.service-form-wrapper #submit-contact-btn:active,
.service-form-wrapper button[type="submit"]:active,
.contct-form-box button[type="submit"]:active,
.contct-form-box #submit-contact-btn:active,
#submit-contact-btn:active,
.service-form-wrapper .btn-primary:active {
    transform: translateY(4px) !important;
    box-shadow: 0 2px 0 #943306, 0 5px 10px rgba(200, 85, 10, 0.3) !important;
}

/* Modal 3D Submit Button */
.modal-footer button[type="submit"],
.modal-footer .custom-btn[type="submit"] {
    background: linear-gradient(135deg, #f58220 0%, #e45d25 50%, #c8550a 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 35px !important;
    font-weight: 700 !important;
    padding: 10px 28px !important;
    box-shadow: 0 4px 0 #943306, 0 8px 15px rgba(200, 85, 10, 0.25) !important;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.modal-footer button[type="submit"]:hover,
.modal-footer .custom-btn[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 0 #943306, 0 12px 20px rgba(200, 85, 10, 0.35) !important;
}

.modal-footer button[type="submit"]:active,
.modal-footer .custom-btn[type="submit"]:active {
    transform: translateY(2px) !important;
    box-shadow: 0 2px 0 #943306, 0 4px 8px rgba(200, 85, 10, 0.25) !important;
}

/* ==========================================================================
   PERFECT RESPONSIVE PADDINGS FOR SERVICE DETAIL PAGES
   ========================================================================== */

.detail-container {
    padding: 60px 5% !important;
    margin: 0 auto !important;
    display: block !important;
}

@media (max-width: 768px) {
    .detail-container {
        padding: 40px 5% !important;
    }
    
    .service-text-content {
        padding: 25px 20px !important;
    }
    
    .related-services-box {
        padding: 25px 20px !important;
        margin-bottom: 20px !important;
    }
    
    .service-form-wrapper .contct-form-box {
        padding: 30px 20px !important;
    }
    
    /* Avoid extra margin on mobile so it's tight and clean like homepage */
    .custom-service-layout {
        gap: 0 !important;
    }
}

/* Breadcrumb Mobile Wrap Fix */
@media (max-width: 768px) {
    .hero-container-about .about-heading > div,
    .about-heading div, 
    .hero-container-about .breadcrumb-nav,
    .about-heading .breadcrumb-pill {
        font-size: 0.78rem !important; /* Smaller font to fit long text */
        padding: 6px 16px !important;
        gap: 4px !important;
        border-radius: 20px !important; /* Ensure it looks like a soft pill even if wrapped */
        line-height: 1.5 !important;
        max-width: 95% !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .about-heading {
        margin: auto !important; /* Override that weird margin: 88px 40px in some files */
        padding: 20px 10px !important;
    }
}



/* FAQ Section spacing for Service Pages */
.faq-container {
    margin-top: 50px !important;
}

@media (max-width: 768px) {
    .faq-container {
        margin-top: 50px !important;
    }
}

/* Premium image styles */
.detail-img img {
    border-radius: 24px !important;
    box-shadow: 0 10px 0 rgba(228, 93, 37, 0.05), 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffe8d6;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.detail-img img:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 0 rgba(228, 93, 37, 0.08), 0 25px 50px rgba(0, 0, 0, 0.14);
}
