body {
    font-family: 'Outfit', sans-serif;
}

h1, h2. h3, h4, h5 {
    font-family: Georgia, "Times New Roman", serif;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    color: #1a1a1a;
    font-size: 18px;
}

a {
    text-decoration: none;
}

.m-auto {
    margin: 0 auto;
}

.align {
    align-items: center !important;
}

.c-fff {
    color: #fff !important;
}

.c-ffd400 {
    color: #ff7a01 !important;
}

.c-fecf04 {
    color: #fecf04 !important;
}
/**/
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/**/


/**/

.call-part ul {
    margin: 0;
    padding: 0;
}

    .call-part ul li {
        position: fixed;
        z-index: 999;
        right: -104px;
        width: 160px;
        list-style: none;
        transition: 1.7s;
        bottom: 50px;
    }

        .call-part ul li a {
            background: radial-gradient(circle at 90% 10%, rgba(237, 176, 61, 0.2), transparent 30%), linear-gradient(135deg, #001f1a 0%, #0F4702 52%, #032C00 100%);
            padding: 0 0 6px 0;
            display: block;
            line-height: 1;
            margin-bottom: 6px;
            color: #fff;
            text-decoration: none;
            font-size: 17px;
            border: solid 1px #ffffffb8;
        }

            .call-part ul li a i {
                width: 45px;
                height: 50px;
                background-image: linear-gradient(90deg, #a16914 0%, #B16A12 100%);
                padding: 12px 11px;
                font-size: 25px;
                margin-top: 5px;
                margin-left: 5px;
                color: #fff;
            }

        .call-part ul li.whats {
            margin-top: 79px;
        }

        .call-part ul li.whats {
            bottom: 125px;
        }

            .call-part ul li.whats i {
                background: #1d8900;
                color: #fff;
            }

        .call-part ul li:hover {
            right: 0;
        }


/**/

/* ========================================
   PREMIUM TOP HEADER
========================================= */

.maulana-top-header {
    position: relative;
    z-index: 1002;
    overflow: hidden;
    background-image: linear-gradient(90deg, #0F4702 0%, #032C00 100%);
}

    .maulana-top-header::before {
        content: "";
        position: absolute;
        top: -70px;
        left: 20%;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        pointer-events: none;
    }

    .maulana-top-header::after {
        content: "";
        position: absolute;
        right: -50px;
        bottom: -100px;
        width: 240px;
        height: 240px;
        border: 1px solid rgba(237, 176, 61, 0.18);
        border-radius: 50%;
        pointer-events: none;
    }

    .maulana-top-header .container,
    .maulana-main-header .container {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 20px;
    }

.maulana-top-header-inner {
    position: relative;
    z-index: 2;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.maulana-top-message {
    display: flex;
    align-items: center;
    gap: 12px;
}

.maulana-top-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(237, 176, 61, 0.35);
    border-radius: 50%;
    color: #B16A12;
    background: rgba(255, 255, 255, 0.08);
}

.maulana-top-message-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .maulana-top-message-content strong {
        color: #DE9403;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
    }

    .maulana-top-message-content span {
        color: #ffffffd9;
        font-size: 14px;
        line-height: 1.3;
    }

.maulana-top-actions {
    display: flex;
    align-items: center;
    gap: 13px;
}

.maulana-availability {
    padding-right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

.maulana-status-dot {
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #66ffbc;
    box-shadow: 0 0 0 4px rgba(102, 255, 188, 0.1);
}

    .maulana-status-dot::after {
        content: "";
        position: absolute;
        inset: -5px;
        border: 1px solid rgba(102, 255, 188, 0.5);
        border-radius: 50%;
        animation: maulanaStatusPulse 1.8s infinite;
    }

@keyframes maulanaStatusPulse {
    0% {
        opacity: 1;
        transform: scale(0.6);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.maulana-top-action {
    min-height: 44px;
    padding: 7px 13px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.maulana-call-action {
    border: 1px solid rgba(237, 176, 61, 0.3);
    background: rgba(255, 255, 255, 0.07);
}

.maulana-whatsapp-action {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.12);
}

.maulana-top-action:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.13);
}

.maulana-action-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #a16914 0%, #B16A12 100%);
}

.maulana-whatsapp-action .maulana-action-icon {
    background: #159c62;
}

.maulana-action-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .maulana-action-text small {
        color: #ffffffd1;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
    }

    .maulana-action-text strong {
        color: #ffffff;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 600;
        white-space: nowrap;
    }


/* ========================================
   MAIN HEADER
========================================= */

.maulana-main-header {
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.maulana-header-inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}


/* ========================================
   LOGO IMAGE AREA
========================================= */

.maulana-logo {
    width: 360px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    overflow: hidden;
    text-decoration: none;
}

.maulana-logo-image {
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    object-position: left center;
    transition: transform 0.35s ease;
}

.maulana-logo:hover .maulana-logo-image {
    transform: scale(1.03);
}


/* ========================================
   DESKTOP NAVIGATION
========================================= */

.maulana-navigation {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.maulana-menu {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    list-style: none;
}

    .maulana-menu li {
        position: relative;
    }

        .maulana-menu li a {
            position: relative;
            min-height: 85px;
            padding: 0 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #1a1a1a;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            white-space: nowrap;
            transition: color 0.3s ease;
        }

            .maulana-menu li a::before {
                content: "";
                position: absolute;
                right: 11px;
                bottom: 24px;
                left: 11px;
                height: 2px;
                border-radius: 20px;
                background-image: linear-gradient(90deg, #a16914 0%, #B16A12 100%);
                transform: scaleX(0);
                transform-origin: right;
                transition: transform 0.35s ease;
            }

            .maulana-menu li a:hover,
            .maulana-menu li a.active {
                color: #032C00;
            }

                .maulana-menu li a:hover::before,
                .maulana-menu li a.active::before {
                    transform: scaleX(1);
                    transform-origin: left;
                }


/* ========================================
   HEADER CALL BUTTON
========================================= */

.maulana-header-button {
    position: relative;
    min-width: 145px;
    min-height: 50px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 80px;
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(90deg, #a16914 0%, #B16A12 100%);
    box-shadow: 0 10px 24px rgba(161, 105, 20, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .maulana-header-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 55%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        transform: skewX(-22deg);
        transition: left 0.65s ease;
    }

    .maulana-header-button:hover::before {
        left: 150%;
    }

    .maulana-header-button:hover {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(161, 105, 20, 0.34);
    }

.maulana-header-button-icon {
    position: relative;
    z-index: 2;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 44, 37, 0.16);
}

.maulana-header-button > span:last-child {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.maulana-header-button small {
    color: #fffffffc;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.maulana-header-button strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

/* ========================================
   MOBILE BUTTON
========================================= */

.maulana-menu-button {
    width: 46px;
    height: 46px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #0F4702 0%, #032C00 100%);
    box-shadow: 0 8px 20px rgba(0, 44, 37, 0.2);
}

    .maulana-menu-button span {
        width: 21px;
        height: 2px;
        display: block;
        border-radius: 10px;
        background: #ffffff;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .maulana-menu-button.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .maulana-menu-button.active span:nth-child(2) {
        opacity: 0;
    }

    .maulana-menu-button.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

.maulana-mobile-contact {
    display: none;
}


/* ========================================
   TABLET RESPONSIVE
========================================= */

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

    .maulana-top-message-content span {
        display: none;
    }

    .maulana-availability {
        display: none;
    }

   

    .maulana-header-inner {
        gap: 18px;
    }

    .maulana-menu li a {
        padding: 0 8px;
        font-size: 14px;
    }

        .maulana-menu li a::before {
            right: 8px;
            left: 8px;
        }

    .maulana-header-button {
        min-width: 130px;
        padding: 8px 14px;
    }
}


/* ========================================
   MOBILE RESPONSIVE
========================================= */

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

    .maulana-top-header-inner {
        min-height: 56px;
        gap: 15px;
    }

    .maulana-top-message {
        flex: 1;
    }

    .maulana-top-icon {
        width: 34px;
        height: 34px;
    }

    .maulana-top-message-content strong {
        font-size: 12px;
    }

    .maulana-call-action {
        display: none;
    }

    .maulana-whatsapp-action {
        min-height: 38px;
        padding: 5px 10px;
    }

        .maulana-whatsapp-action .maulana-action-text small {
            display: none;
        }

        .maulana-whatsapp-action .maulana-action-text strong {
            font-size: 12px;
        }

        .maulana-whatsapp-action .maulana-action-icon {
            width: 27px;
            height: 27px;
        }

    .maulana-header-inner {
        position: relative;
    }

    .maulana-logo {
        height: unset;
    }


    .maulana-header-button {
        display: none;
    }

    .maulana-menu-button {
        display: inline-flex;
    }

    .maulana-navigation {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        margin: 0;
        padding: 0 20px;
        display: block;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        background: #ffffff;
        border-top: 1px solid rgba(0, 44, 37, 0.08);
        box-shadow: 0 20px 40px rgba(0, 44, 37, 0.14);
        transition: max-height 0.45s ease, padding 0.35s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

        .maulana-navigation.active {
            max-height: calc(100vh - 120px);
            padding-top: 14px;
            padding-bottom: 20px;
            overflow-y: auto;
            visibility: visible;
            opacity: 1;
        }

    .maulana-menu {
        width: 100%;
        display: block;
    }

        .maulana-menu li {
            width: 100%;
            border-bottom: 1px solid rgba(0, 44, 37, 0.08);
        }

            .maulana-menu li a {
                width: 100%;
                min-height: 49px;
                padding: 12px 4px;
                justify-content: flex-start;
                color: #1a1a1a;
                font-size: 17px;
            }

                .maulana-menu li a::before {
                    top: 50%;
                    right: auto;
                    bottom: auto;
                    left: 0;
                    width: 3px;
                    height: 22px;
                    transform: translateY(-50%) scaleY(0);
                    transform-origin: bottom;
                }

                .maulana-menu li a:hover,
                .maulana-menu li a.active {
                    padding-left: 14px;
                }

                    .maulana-menu li a:hover::before,
                    .maulana-menu li a.active::before {
                        transform: translateY(-50%) scaleY(1);
                    }

    .maulana-mobile-contact {
        margin-top: 18px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

        .maulana-mobile-contact a {
            min-height: 48px;
            padding: 10px 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 80px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
        }

    .maulana-mobile-call {
        background-image: linear-gradient(90deg, #a16914 0%, #B16A12 100%);
    }

    .maulana-mobile-whatsapp {
        background: #159c62;
    }
}


/* ========================================
   SMALL MOBILE
========================================= */

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

    .maulana-top-header .container,
    .maulana-main-header .container {
        padding: 0 10px;
    }

    .maulana-top-header-inner {
        min-height: 59px;
    }

    .maulana-top-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .maulana-top-message {
        gap: 8px;
    }

    .maulana-top-message-content strong {
        max-width: 175px;
        font-size: 11px;
        line-height: 1.3;
    }

    .maulana-whatsapp-action {
        padding: 5px 8px;
    }

        .maulana-whatsapp-action .maulana-action-text {
            display: none;
        }


    .maulana-menu-button {
        width: 43px;
        height: 43px;
        border-radius: 10px;
    }

    .maulana-navigation {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* ========================================
   EXTRA SMALL MOBILE
========================================= */

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

    .maulana-top-message-content strong {
        max-width: 280px;
        font-size: 17px;
    }

    .maulana-logo {
        width: 270px;
    }


    .maulana-mobile-contact {
        grid-template-columns: 1fr;
    }
}


@media (max-width:350px) {
    .maulana-top-message-content strong {
        width: 100%;
        font-size: 14px;
    }

    .maulana-logo {
        width: 100%;
    }
}

/**/

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

/**/

/* =========================================
   GUIDANCE AREAS RIBBON
========================================== */

.mt-guidance-ribbon {
    position: relative;
    z-index: 10;
    overflow: hidden;
    background: #fffaf1;
    border-top: 1px solid rgba(161, 105, 20, 0.16);
    border-bottom: 1px solid rgba(0, 44, 37, 0.1);
}

    .mt-guidance-ribbon::before {
        content: "";
        position: absolute;
        top: -75px;
        left: 38%;
        width: 160px;
        height: 160px;
        border: 1px solid rgba(161, 105, 20, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .mt-guidance-ribbon::after {
        content: "";
        position: absolute;
        right: 4%;
        bottom: -95px;
        width: 190px;
        height: 190px;
        border-radius: 50%;
        background: rgba(7, 116, 97, 0.035);
        pointer-events: none;
    }

    .mt-guidance-ribbon .container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

.mt-guidance-ribbon-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 25px;
}


/* =========================================
   HEADING
========================================== */




.mt-guidance-heading > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mt-guidance-heading small {
    color: #8c651f;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mt-guidance-heading strong {
    color: #0F4702;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================
   SLIDER STRUCTURE
========================================== */

.mt-guidance-slider {
    position: relative;
    width: 100%;
    min-width: 0;
    flex: 1;
    box-sizing: border-box;
}

.mt-guidance-viewport {
    width: 100%;
    min-width: 0;
}

.mt-guidance-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
}

.mt-guidance-arrow {
    display: none;
}


/* =========================================
   GUIDANCE ITEMS
========================================== */

.mt-guidance-item {
    position: relative;
    min-width: 0;
    min-height: 54px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a1a1a;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.3s ease, background 0.3s ease;
}

    .mt-guidance-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 32px;
        background: rgba(0, 44, 37, 0.12);
        transform: translateY(-50%);
    }

    .mt-guidance-item:hover {
        color: #1a1a1a;
        background: #ffffff;
        transform: translateY(-2px);
    }


/* Icon */

.mt-guidance-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border: 1px solid rgba(161, 105, 20, 0.18);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    background: #B16A12;
    box-shadow: 0 6px 15px rgba(0, 44, 37, 0.07);
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.mt-guidance-item:hover .mt-guidance-icon {
    color: #ffffff;
    background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
    transform: rotate(-5deg);
}


/* Content */

.mt-guidance-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .mt-guidance-content strong {
        overflow: hidden;
        color: #032C00;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .mt-guidance-content small {
        overflow: hidden;
        color: #1a1a1a;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


/* =========================================
   TABLET
========================================== */

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

    .mt-guidance-ribbon-inner {
        gap: 15px;
    }

    

        .mt-guidance-heading strong {
            font-size: 17px;
        }

        .mt-guidance-heading small {
            font-size: 10px;
        }

    .mt-guidance-item {
        padding-right: 9px;
        padding-left: 9px;
        gap: 7px;
    }

    .mt-guidance-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 12px;
    }

    .mt-guidance-content strong {
        font-size: 14px;
    }

    .mt-guidance-content small {
        display: none;
    }
}


/* =========================================
   MOBILE: ONE COMPLETE CARD
========================================== */

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

    .mt-guidance-ribbon .container {
        width: 100%;
        max-width: 100%;
        padding: 0 5px;
        overflow: hidden;
    }

    .mt-guidance-ribbon-inner {
        width: 100%;
        min-width: 0;
        min-height: 68px;
        gap: 9px;
        overflow: hidden;
    }

    

    

    .mt-guidance-heading small {
        display: none;
    }

    .mt-guidance-heading strong {
        display: none;
    }

    .mt-guidance-slider {
        width: auto;
        min-width: 0;
        flex: 1;
        padding: 0 31px;
        overflow: visible;
        box-sizing: border-box;
    }

    .mt-guidance-viewport {
        width: 100%;
        min-width: 0;
        overflow: hidden;
        border-radius: 13px;
    }

    .mt-guidance-list {
        width: 100%;
        min-width: 0;
        padding: 0;
        display: flex;
        align-items: stretch;
        gap: 0;
        overflow: visible;
        transform: translateX(0);
        transition: transform 0.45s ease;
        will-change: transform;
        touch-action: pan-y;
    }

    .mt-guidance-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        min-height: 52px;
        padding: 7px 9px;
        gap: 8px;
        flex: 0 0 100%;
        border: 1px solid rgba(0, 44, 37, 0.1);
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.94);
        box-sizing: border-box;
        transform: none;
    }

        .mt-guidance-item:not(:last-child)::after {
            display: none;
        }

        .mt-guidance-item:hover {
            background: #ffffff;
            transform: none;
        }

    .mt-guidance-icon {
        width: 33px;
        height: 33px;
        flex: 0 0 33px;
        font-size: 12px;
    }

    .mt-guidance-content {
        overflow: hidden;
    }

        .mt-guidance-content strong {
            display: block;
            font-size: 12px;
        }

        .mt-guidance-content small {
            display: block;
            font-size: 11px;
        }


    /* Navigation Arrows */

    .mt-guidance-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 27px;
        height: 27px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        color: #ffffff;
        font-size: 9px;
        cursor: pointer;
        background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
        box-shadow: 0 5px 14px rgba(0, 44, 37, 0.22);
        transform: translateY(-50%);
        transition: transform 0.3s ease, background 0.3s ease;
    }

        .mt-guidance-arrow:hover {
            background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
            transform: translateY(-50%) scale(1.06);
        }

    .mt-guidance-prev {
        left: 0;
    }

    .mt-guidance-next {
        right: 0;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .mt-guidance-ribbon-inner {
        min-height: 66px;
        gap: 7px;
    }

    .mt-guidance-heading {
        
    }

        .mt-guidance-heading strong {
            font-size: 12px;
        }

    .mt-guidance-slider {
        padding-right: 29px;
        padding-left: 29px;
    }

    .mt-guidance-arrow {
        width: 25px;
        height: 25px;
        font-size: 8px;
    }

    .mt-guidance-item {
        min-height: 50px;
        padding: 6px 8px;
        gap: 7px;
    }

    .mt-guidance-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 11px;
    }

    .mt-guidance-content strong {
        font-size: 18px;
    }

    .mt-guidance-content small {
        font-size: 14px;
    }
}


/* =========================================
   EXTRA SMALL MOBILE
========================================== */

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

    

        .mt-guidance-heading strong {
            font-size: 13px; text-align:center
        }

    .mt-guidance-slider {
        padding-right: 27px;
        padding-left: 27px;
    }

    .mt-guidance-item {
        padding-right: 6px;
        padding-left: 6px;
    }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .mt-guidance-list,
    .mt-guidance-item,
    .mt-guidance-icon,
    .mt-guidance-arrow {
        transition: none;
    }
}

@media (max-width:350px) {
    .mt-guidance-content strong {
        font-size: 18px;
    }

    .mt-guidance-content small {
        font-size: 18px;
    }
}

/**/

/* =========================================
   ISLAMIC SERVICES SECTION
========================================== */

.taufiq-spiritual-services {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 5% 10%, rgba(237, 176, 61, 0.09), transparent 25% ), radial-gradient( circle at 95% 90%, rgba(7, 116, 97, 0.08), transparent 28% ), #ffffff;
}

    .taufiq-spiritual-services::before {
        content: "";
        position: absolute;
        top: 70px;
        left: -100px;
        width: 230px;
        height: 230px;
        border: 1px solid rgba(161, 105, 20, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-spiritual-services::after {
        content: "";
        position: absolute;
        right: -85px;
        bottom: 30px;
        width: 190px;
        height: 190px;
        border: 1px solid rgba(7, 116, 97, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-spiritual-services .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   SECTION HEADING
========================================== */

.taufiq-services-heading {
    max-width: 520px;
    margin: 0 auto 30px;
    text-align: center;
}

.taufiq-services-label {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a16914;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.taufiq-label-dot {
    position: relative;
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
}

    .taufiq-label-dot::after {
        content: "";
        position: absolute;
        inset: -5px;
        border: 1px solid rgba(161, 105, 20, 0.25);
        border-radius: 50%;
    }

.taufiq-services-heading h2 {
    margin: 0 0 12px;
    color: #0F4702;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-services-heading h2 span {
        color: #a16914;
    }

.taufiq-services-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   SERVICE CARD
========================================== */

.taufiq-service-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 44, 37, 0.09);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 44, 37, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

    .taufiq-service-card::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 4px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .taufiq-service-card:hover {
        border-color: rgba(161, 105, 20, 0.25);
        box-shadow: 0 22px 45px rgba(0, 44, 37, 0.14);
        transform: translateY(-8px);
    }

        .taufiq-service-card:hover::after {
            transform: scaleX(1);
        }


/* =========================================
   SERVICE IMAGE
========================================== */

.taufiq-service-image {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #e8eeec;
}

    .taufiq-service-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 35%, rgb(0 44 37 / 17%) 100%);
        pointer-events: none;
    }

    .taufiq-service-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.7s ease, filter 0.5s ease;
    }

.taufiq-service-card:hover .taufiq-service-image img {
    filter: brightness(1.03);
    transform: scale(1.08);
}


/* Number */

.taufiq-service-number {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    background: rgba(15, 71, 2, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


/* Tag */

.taufiq-service-tag {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 3;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 80px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: rgba(0, 44, 37, 0.76);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}


/* =========================================
   SERVICE CONTENT
========================================== */

.taufiq-service-body {
    position: relative;
    padding: 22px 20px 23px;
}

    .taufiq-service-body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        width: 48px;
        height: 3px;
        border-radius: 20px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    }

    .taufiq-service-body h3 {
        margin: 0 0 10px;
        color: #0F4702;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 600;
        transition: color 0.3s ease;
    }

.taufiq-service-card:hover .taufiq-service-body h3 {
    color: #032C00;
}

.taufiq-service-body p {
    margin: 0 0 14px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}

.taufiq-service-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #a16914;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}

    .taufiq-service-link i {
        width: 27px;
        height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        font-size: 10px;
        background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
        transition: transform 0.3s ease, background 0.3s ease;
    }

    .taufiq-service-link:hover {
        gap: 13px;
        color: #032C00;
    }

        .taufiq-service-link:hover i {
            background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
            transform: rotate(-35deg);
        }


/* =========================================
   TABLET
========================================== */

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

    .taufiq-service-image {
        height: 240px;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-spiritual-services {
        padding: 35px 0;
    }

    .taufiq-services-heading {
        margin: 0 auto 25px;
    }

        .taufiq-services-heading h2 {
            font-size: 28px;
        }

        .taufiq-services-heading p {
            font-size: 18px;
            line-height: 1.4;
        }

    .taufiq-service-image {
        height: 245px;
    }

    .taufiq-service-body {
        padding: 21px 18px 22px;
    }

        .taufiq-service-body::before {
            left: 18px;
        }

        .taufiq-service-body h3 {
            font-size: 19px;
        }

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


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-services-heading h2 {
        font-size: 25px;
    }

    .taufiq-services-label {
        font-size: 10px;
    }

    .taufiq-service-image {
        height: 220px;
    }
}


/**/

/* =========================================
   ABOUT SECTION
========================================== */

.taufiq-about-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 100% 10%, rgba(237, 176, 61, 0.08), transparent 26% ), #fffaf3;
}

    .taufiq-about-section::before {
        content: "";
        position: absolute;
        top: -110px;
        right: -90px;
        width: 260px;
        height: 260px;
        border: 1px solid rgba(161, 105, 20, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-about-section::after {
        content: "";
        position: absolute;
        bottom: -120px;
        left: -100px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(7, 116, 97, 0.04);
        pointer-events: none;
    }

    .taufiq-about-section .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   ABOUT IMAGE
========================================== */

.taufiq-about-image-wrap {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px 10px 0;
}

.taufiq-about-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 28px 90px 28px 28px;
    background: #e7eeeb;
    box-shadow: 0 24px 55px rgba(0, 44, 37, 0.14);
}

    .taufiq-about-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 180deg, transparent 55%, rgba(0, 44, 37, 0.2) 100% );
        pointer-events: none;
    }

    .taufiq-about-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.7s ease, filter 0.5s ease;
    }

.taufiq-about-image-wrap:hover .taufiq-about-image img {
    filter: brightness(1.03);
    transform: scale(1.045);
}


/* Decorative Shape */

.taufiq-about-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 48%;
    border: 2px solid rgba(161, 105, 20, 0.35);
    border-radius: 30px 95px 30px 30px;
    pointer-events: none;
}


/* Image Badge */

.taufiq-about-badge-icon {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 39px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
}



/* =========================================
   ABOUT CONTENT
========================================== */

.taufiq-about-content {
    max-width: 620px;
}

.taufiq-about-label {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a16914;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

    .taufiq-about-label i {
        color: #032C00;
        font-size: 14px;
    }

.taufiq-about-content h2 {
    margin: 0 0 18px;
    color: #0F4702;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-about-content h2 span {
        color: #a16914;
    }

.taufiq-about-content > p {
    margin: 0 0 14px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   ABOUT POINTS
========================================== */

.taufiq-about-points {
    margin-top: 23px;
    display: grid;
    gap: 12px;
}

.taufiq-about-point {
    position: relative;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 44, 37, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

    .taufiq-about-point::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-image: linear-gradient( 180deg, #a16914 0%, #B16A12 100% );
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.3s ease;
    }

    .taufiq-about-point:hover {
        border-color: rgba(161, 105, 20, 0.25);
        box-shadow: 0 10px 25px rgba(0, 44, 37, 0.08);
        transform: translateX(5px);
    }

        .taufiq-about-point:hover::after {
            transform: scaleY(1);
        }

    .taufiq-about-point > span {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 42px;
        border-radius: 12px;
        color: #ffffff;
        font-size: 14px;
        background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
        transition: transform 0.3s ease, background 0.3s ease;
    }

    .taufiq-about-point:hover > span {
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: rotate(-6deg);
    }

    .taufiq-about-point > div {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .taufiq-about-point strong {
        color: #0F4702;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 600;
    }

    .taufiq-about-point small {
        color: #242424;
        font-size: 17px;
        line-height: 1.35;
        font-weight: 500;
    }


/* =========================================
   ABOUT NOTE
========================================== */

.taufiq-about-note {
    position: relative;
    margin-top: 20px;
    padding: 16px 18px 16px 50px;
    overflow: hidden;
    border-left: 4px solid #B16A12;
    border-radius: 0 14px 14px 0;
    background-image: linear-gradient( 90deg, rgba(0, 44, 37, 0.08) 0%, rgba(7, 116, 97, 0.03) 100% );
}

    .taufiq-about-note i {
        position: absolute;
        top: 17px;
        left: 18px;
        color: #a16914;
        font-size: 19px;
    }

    .taufiq-about-note p {
        margin: 0;
        color: #1a1a1a;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 500;
    }


/* =========================================
   TABLET
========================================== */

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

    .taufiq-about-image-wrap {
        max-width: 650px;
    }

    .taufiq-about-image {
        height: 510px;
    }

    .taufiq-about-content {
        max-width: 100%;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-about-section {
        padding: 35px 0;
    }

    .taufiq-about-image-wrap {
        padding: 12px 12px 12px 0;
    }

    .taufiq-about-image {
        height: 430px;
        border-width: 5px;
        border-radius: 22px 65px 22px 22px;
    }

    .taufiq-about-shape {
        border-radius: 22px 70px 22px 22px;
    }


    .taufiq-about-content h2 {
        font-size: 29px;
    }

    .taufiq-about-content > p,
    .taufiq-about-note p {
        font-size: 18px;
        line-height: 1.4;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-about-image {
        height: 370px;
    }

    .taufiq-about-content h2 {
        font-size: 26px;
    }

    .taufiq-about-label {
        font-size: 14px;
    }

    .taufiq-about-point {
        padding: 11px 12px;
    }

        .taufiq-about-point > span {
            width: 38px;
            height: 38px;
            flex-basis: 38px;
        }

        .taufiq-about-point strong {
            font-size: 17px;
        }

        .taufiq-about-point small {
            font-size: 14px;
        }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .taufiq-about-image img,
    .taufiq-about-point,
    .taufiq-about-point::after,
    .taufiq-about-point > span {
        transition: none;
    }
}

/**/

/* =========================================
   OUR BEST SERVICES
========================================== */

.taufiq-best-services {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 8% 15%, rgba(237, 176, 61, 0.1), transparent 25% ), radial-gradient( circle at 92% 88%, rgba(7, 116, 97, 0.22), transparent 28% ), linear-gradient( 135deg, #001f1a 0%, #0F4702 48%, #064f43 100% );
}

    .taufiq-best-services::before {
        content: "";
        position: absolute;
        top: -150px;
        left: -120px;
        width: 340px;
        height: 340px;
        border: 1px solid rgba(237, 176, 61, 0.12);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-best-services::after {
        content: "";
        position: absolute;
        right: -130px;
        bottom: -170px;
        width: 390px;
        height: 390px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-best-services .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   SECTION HEADING
========================================== */

.taufiq-best-heading {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}

.taufiq-best-label {
    margin-bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B16A12;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

    .taufiq-best-label i {
        font-size: 14px;
    }

.taufiq-best-heading h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-best-heading h2 span {
        color: #B16A12;
    }

.taufiq-best-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   SERVICE CARD
========================================== */

.taufiq-best-card {
    position: relative;
    height: 100%;
    min-height: 225px;
    padding: 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

    .taufiq-best-card::before {
        content: "";
        position: absolute;
        top: -70px;
        right: -70px;
        width: 155px;
        height: 155px;
        border: 1px solid rgba(237, 176, 61, 0.13);
        border-radius: 50%;
        transition: transform 0.5s ease, border-color 0.4s ease;
    }

    .taufiq-best-card::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .taufiq-best-card:hover {
        border-color: rgba(237, 176, 61, 0.35);
        background: rgba(255, 255, 255, 0.11);
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
        transform: translateY(-7px);
    }

        .taufiq-best-card:hover::before {
            border-color: rgba(237, 176, 61, 0.28);
            transform: scale(1.15);
        }

        .taufiq-best-card:hover::after {
            transform: scaleX(1);
        }


/* =========================================
   ROUND IMAGE
========================================== */

.taufiq-best-image {
    position: relative;
    width: 112px;
    height: 112px;
    padding: 5px;
    flex: 0 0 112px;
    border-radius: 50%;
    background-image: linear-gradient( 135deg, #a16914 0%, #B16A12 50%, #fff0ba 100% );
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22), 0 0 0 7px rgba(237, 176, 61, 0.08);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

    .taufiq-best-image::before {
        content: "";
        position: absolute;
        inset: -9px;
        border: 1px dashed rgba(237, 176, 61, 0.38);
        border-radius: 50%;
        transition: transform 0.7s ease;
    }

    .taufiq-best-image img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: block;
        border: 4px solid #0F4702;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.6s ease, filter 0.4s ease;
    }

.taufiq-best-card:hover .taufiq-best-image {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3), 0 0 0 9px rgba(237, 176, 61, 0.11);
    transform: translateY(-4px);
}

    .taufiq-best-card:hover .taufiq-best-image::before {
        transform: rotate(35deg);
    }

    .taufiq-best-card:hover .taufiq-best-image img {
        filter: brightness(1.06);
        transform: scale(1.07);
    }


/* Number */

.taufiq-best-number {
    position: absolute;
    right: -4px;
    bottom: 3px;
    z-index: 4;
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0F4702;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
}


/* =========================================
   CARD CONTENT
========================================== */

.taufiq-best-content {
    position: relative;
    z-index: 2;
    min-width: 0;
    flex: 1;
}

    .taufiq-best-content h3 {
        margin: 2px 0 9px;
        color: #ffffff;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 600;
        transition: color 0.3s ease;
    }

.taufiq-best-card:hover .taufiq-best-content h3 {
    color: #B16A12;
}

.taufiq-best-content p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

.taufiq-best-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B16A12;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}

    .taufiq-best-link i {
        width: 27px;
        height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(237, 176, 61, 0.4);
        border-radius: 50%;
        color: #B16A12;
        font-size: 17px;
        transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    }

    .taufiq-best-link:hover {
        gap: 12px;
        color: #ffffff;
    }

        .taufiq-best-link:hover i {
            color: #0F4702;
            background: #B16A12;
            transform: rotate(-35deg);
        }


/* =========================================
   LAPTOP
========================================== */

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

    .taufiq-best-card {
        min-height: 210px;
    }
}


/* =========================================
   TABLET
========================================== */

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

    .taufiq-best-card {
        min-height: 220px;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-best-services {
        padding: 35px 0;
    }

    .taufiq-best-heading {
        margin: 0 auto 25px;
    }

        .taufiq-best-heading h2 {
            font-size: 29px;
        }

    .taufiq-best-card {
        min-height: auto;
        padding: 22px 20px;
    }

    .taufiq-best-image {
        width: 105px;
        height: 105px;
        flex-basis: 105px;
    }

    .taufiq-best-content h3 {
        font-size: 22px;
    }

    .taufiq-best-card:hover {
        transform: translateY(-4px);
    }

    .taufiq-best-card {
        text-align: center;
    }

    .taufiq-best-image {
        width: 175px;
        height: 175px;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .taufiq-best-card {
        display: block;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-best-heading h2 {
        font-size: 26px;
    }

    .taufiq-best-label {
        font-size: 10px;
    }

    .taufiq-best-card {
        padding: 20px 17px;
        gap: 14px;
    }

    .taufiq-best-image {
        flex-basis: 88px;
    }

        .taufiq-best-image::before {
            inset: -7px;
        }

    .taufiq-best-number {
        width: 35px;
        height: 35px;
        border-width: 2px;
        font-size: 14px;
    }

    .taufiq-best-content h3 {
        font-size: 22px;
    }

    .taufiq-best-content p {
        font-size: 18px;
    }
}


/* =========================================
   EXTRA SMALL MOBILE
========================================== */

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

    .taufiq-best-card {
        display: block;
    }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .taufiq-best-card,
    .taufiq-best-card::before,
    .taufiq-best-card::after,
    .taufiq-best-image,
    .taufiq-best-image::before,
    .taufiq-best-image img,
    .taufiq-best-link,
    .taufiq-best-link i {
        transition: none;
    }
}

/**/

/* =========================================
   WHY CHOOSE US SECTION
========================================== */

.taufiq-why-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 8% 15%, rgba(237, 176, 61, 0.09), transparent 24% ), radial-gradient( circle at 92% 85%, rgba(7, 116, 97, 0.07), transparent 25% ), #fffaf3;
}

    .taufiq-why-section::before {
        content: "";
        position: absolute;
        top: -120px;
        left: -100px;
        width: 280px;
        height: 280px;
        border: 1px solid rgba(161, 105, 20, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-why-section::after {
        content: "";
        position: absolute;
        right: -120px;
        bottom: -150px;
        width: 340px;
        height: 340px;
        border: 1px solid rgba(7, 116, 97, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-why-section .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   LEFT CONTENT
========================================== */

.taufiq-why-content {
    max-width: 530px;
}

.taufiq-why-label {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a16914;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

    .taufiq-why-label i {
        color: #032C00;
        font-size: 14px;
    }

.taufiq-why-content h2 {
    margin: 0 0 18px;
    color: #0F4702;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-why-content h2 span {
        display: block;
        color: #a16914;
    }

.taufiq-why-content > p {
    margin: 0 0 14px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}



/* =========================================
   FEATURE GRID
========================================== */

.taufiq-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}


/* =========================================
   FEATURE CARD
========================================== */

.taufiq-why-card {
    position: relative;
    min-height: 245px;
    padding: 25px 22px 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 44, 37, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 13px 35px rgba(0, 44, 37, 0.08);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

    .taufiq-why-card:nth-child(2),
    .taufiq-why-card:nth-child(4) {
        transform: translateY(18px);
    }

    .taufiq-why-card::before {
        content: "";
        position: absolute;
        top: -75px;
        right: -75px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: rgba(7, 116, 97, 0.05);
        transition: transform 0.5s ease, background 0.4s ease;
    }

    .taufiq-why-card::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 4px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .taufiq-why-card:hover {
        border-color: rgba(161, 105, 20, 0.25);
        background: #ffffff;
        box-shadow: 0 22px 45px rgba(0, 44, 37, 0.14);
        transform: translateY(-7px);
    }

    .taufiq-why-card:nth-child(2):hover,
    .taufiq-why-card:nth-child(4):hover {
        transform: translateY(10px);
    }

    .taufiq-why-card:hover::before {
        background: rgba(237, 176, 61, 0.09);
        transform: scale(1.18);
    }

    .taufiq-why-card:hover::after {
        transform: scaleX(1);
    }


/* Number */

.taufiq-why-number {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(0, 44, 37, 0.12);
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    transition: color 0.3s ease;
}

.taufiq-why-card:hover .taufiq-why-number {
    color: rgba(161, 105, 20, 0.18);
}


/* Icon */

.taufiq-why-icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    font-size: 18px;
    background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
    box-shadow: 0 10px 22px rgba(0, 44, 37, 0.2);
    transition: transform 0.4s ease, background 0.4s ease;
}

.taufiq-why-card:hover .taufiq-why-icon {
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    transform: rotate(-7deg) scale(1.05);
}


/* Card Content */

.taufiq-why-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #0F4702;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
    transition: color 0.3s ease;
}

.taufiq-why-card:hover h3 {
    color: #032C00;
}

.taufiq-why-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   TABLET
========================================== */

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

    .taufiq-why-content {
        max-width: 100%;
    }

    .taufiq-why-grid {
        margin-top: 5px;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-why-section {
        padding: 35px 0;
    }

    .taufiq-why-content h2 {
        font-size: 29px;
    }

    .taufiq-why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .taufiq-why-card,
    .taufiq-why-card:nth-child(2),
    .taufiq-why-card:nth-child(4) {
        min-height: auto;
        transform: none;
    }

        .taufiq-why-card:hover,
        .taufiq-why-card:nth-child(2):hover,
        .taufiq-why-card:nth-child(4):hover {
            transform: translateY(-4px);
        }
}


/* =========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 480px) {
    .taufiq-why-highlight strong {
        font-size: 14px;
    }

    .taufiq-why-highlight small {
        font-size: 12px;
    }

    .taufiq-why-content h2 {
        font-size: 26px;
    }

    .taufiq-why-label {
        font-size: 14px;
    }

    .taufiq-highlight-icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .taufiq-why-card {
        padding: 22px 18px;
    }

    .taufiq-why-icon {
        width: 49px;
        height: 49px;
        margin-bottom: 17px;
        font-size: 18px;
    }

    .taufiq-why-card h3 {
        font-size: 18px;
    }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .taufiq-why-card,
    .taufiq-why-card::before,
    .taufiq-why-card::after,
    .taufiq-why-icon,
    .taufiq-why-number {
        transition: none;
    }
}

.banner4 {
    border-radius: 20px;
    border: solid 2px #e4a738;
    margin-top: 26px;
}

/**/

/* =========================================
   HOW CONSULTATION WORKS
========================================== */

.taufiq-process-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}

    .taufiq-process-section::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -100px;
        width: 300px;
        height: 300px;
        border: 1px solid rgba(161, 105, 20, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-process-section::after {
        content: "";
        position: absolute;
        bottom: -140px;
        left: -120px;
        width: 330px;
        height: 330px;
        border: 1px solid rgba(7, 116, 97, 0.09);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-process-section .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   SECTION HEADING
========================================== */

.taufiq-process-heading {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}

.taufiq-process-label {
    margin-bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a16914;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

    .taufiq-process-label i {
        color: #032C00;
        font-size: 14px;
    }

.taufiq-process-heading h2 {
    margin: 0 0 12px;
    color: #0F4702;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-process-heading h2 span {
        color: #a16914;
    }

.taufiq-process-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   PROCESS WRAPPER
========================================== */

.taufiq-process-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.taufiq-process-line {
    position: absolute;
    top: 62px;
    right: 11%;
    left: 11%;
    z-index: 0;
    height: 2px;
    background: linear-gradient( 90deg, rgba(161, 105, 20, 0.25) 0%, #B16A12 50%, rgba(161, 105, 20, 0.25) 100% );
}

    .taufiq-process-line::before {
        content: "";
        position: absolute;
        inset: -3px 0;
        background: linear-gradient( 90deg, transparent, rgba(237, 176, 61, 0.2), transparent );
        filter: blur(5px);
    }


/* =========================================
   PROCESS STEP
========================================== */

.taufiq-process-step {
    position: relative;
    z-index: 2;
    min-width: 0;
    text-align: center;
}

.taufiq-step-icon-wrap {
    position: relative;
    width: 124px;
    height: 124px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .taufiq-step-icon-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px dashed rgba(161, 105, 20, 0.35);
        border-radius: 50%;
        transition: transform 0.7s ease, border-color 0.4s ease;
    }

    .taufiq-step-icon-wrap::after {
        content: "";
        position: absolute;
        inset: 10px;
        border: 1px solid rgba(7, 116, 97, 0.12);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 14px 32px rgba(0, 44, 37, 0.1);
    }


/* Step Number */

.taufiq-step-number {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 5;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    box-shadow: 0 6px 15px rgba(161, 105, 20, 0.25);
}


/* Main Icon */

.taufiq-step-icon {
    position: relative;
    z-index: 3;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    background-image: linear-gradient( 135deg, #0F4702 0%, #032C00 100% );
    box-shadow: 0 13px 27px rgba(0, 44, 37, 0.24);
    transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}


/* =========================================
   STEP CONTENT
========================================== */

.taufiq-step-content {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 44, 37, 0.09);
    border-radius: 18px;
    background: #fffaf3;
    box-shadow: 0 12px 32px rgba(0, 44, 37, 0.07);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

    .taufiq-step-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 48px;
        height: 3px;
        border-radius: 0 0 20px 20px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: translateX(-50%);
        transition: width 0.4s ease;
    }

    .taufiq-step-content::after {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 125px;
        height: 125px;
        border-radius: 50%;
        background: rgba(7, 116, 97, 0.04);
        transition: transform 0.5s ease;
    }

.taufiq-step-label {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    display: inline-block;
    color: #a16914;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.taufiq-step-content h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #0F4702;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    transition: color 0.3s ease;
}

.taufiq-step-content p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   HOVER EFFECTS
========================================== */

.taufiq-process-step:hover .taufiq-step-icon-wrap::before {
    border-color: rgba(237, 176, 61, 0.7);
    transform: rotate(35deg);
}

.taufiq-process-step:hover .taufiq-step-icon {
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    box-shadow: 0 16px 32px rgba(161, 105, 20, 0.28);
    transform: rotate(-7deg) scale(1.06);
}

.taufiq-process-step:hover .taufiq-step-content {
    border-color: rgba(161, 105, 20, 0.25);
    background: #ffffff;
    box-shadow: 0 22px 44px rgba(0, 44, 37, 0.12);
    transform: translateY(-7px);
}

    .taufiq-process-step:hover .taufiq-step-content::before {
        width: 100%;
    }

    .taufiq-process-step:hover .taufiq-step-content::after {
        transform: scale(1.25);
    }

    .taufiq-process-step:hover .taufiq-step-content h3 {
        color: #032C00;
    }


/* =========================================
   TABLET
========================================== */

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

    .taufiq-process-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
    }

    .taufiq-process-line {
        display: none;
    }

    .taufiq-step-content {
        min-height: 175px;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-process-section {
        padding: 35px 0;
    }

    .taufiq-process-heading {
        margin: 0 auto 25px;
    }

        .taufiq-process-heading h2 {
            font-size: 29px;
        }

    .taufiq-process-wrapper {
        position: relative;
        grid-template-columns: 1fr;
        gap: 18px;
    }

        .taufiq-process-wrapper::before {
            content: "";
            position: absolute;
            top: 45px;
            bottom: 45px;
            left: 40px;
            width: 2px;
            background: linear-gradient( 180deg, rgba(161, 105, 20, 0.2), #B16A12, rgba(161, 105, 20, 0.2) );
        }

    .taufiq-process-step {
        display: grid;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    .taufiq-step-icon-wrap {
        width: 78px;
        height: 78px;
        margin: 0;
    }

        .taufiq-step-icon-wrap::after {
            inset: 7px;
        }

    .taufiq-step-icon {
        width: 52px;
        height: 52px;
        font-size: 17px;
    }

    .taufiq-step-number {
        top: -2px;
        right: -1px;
        width: 27px;
        height: 27px;
        border-width: 2px;
        font-size: 8px;
    }

    .taufiq-step-content {
        min-height: auto;
        padding: 19px 17px;
    }

    .taufiq-process-step:hover .taufiq-step-content {
        transform: translateY(-3px);
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-process-heading h2 {
        font-size: 26px;
    }

    .taufiq-process-label {
        font-size: 10px;
    }

    .taufiq-process-wrapper::before {
        left: 35px;
    }

    .taufiq-process-step {
        gap: 10px;
    }

    .taufiq-step-icon-wrap {
        width: 68px;
        height: 68px;
    }

    .taufiq-step-icon {
        width: 46px;
        height: 46px;
        font-size: 17px;
    }

    .taufiq-step-number {
        width: 24px;
        height: 24px;
    }

    .taufiq-step-content {
        padding: 17px 14px;
    }

        .taufiq-step-content h3 {
            font-size: 18px;
        }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .taufiq-step-icon-wrap::before,
    .taufiq-step-icon,
    .taufiq-step-content,
    .taufiq-step-content::before,
    .taufiq-step-content::after,
    .taufiq-step-content h3 {
        transition: none;
    }
}


/**/

/* =========================================
   SUCCESS STORIES / TESTIMONIALS
========================================== */

.taufiq-testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 8% 15%, rgba(237, 176, 61, 0.12), transparent 26% ), radial-gradient( circle at 92% 85%, rgba(7, 116, 97, 0.28), transparent 30% ), linear-gradient( 135deg, #001d18 0%, #023103 52%, #002302 100% );
}

    .taufiq-testimonial-section::before {
        content: "";
        position: absolute;
        top: -170px;
        left: -140px;
        width: 390px;
        height: 390px;
        border: 1px solid rgba(237, 176, 61, 0.12);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-testimonial-section::after {
        content: "";
        position: absolute;
        right: -140px;
        bottom: -180px;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-testimonial-section .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   SECTION HEADER
========================================== */

.taufiq-testimonial-header {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.taufiq-testimonial-heading {
    max-width: 700px;
}

.taufiq-testimonial-label {
    margin-bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B16A12;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

    .taufiq-testimonial-label i {
        font-size: 14px;
    }

.taufiq-testimonial-heading h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-testimonial-heading h2 span {
        color: #B16A12;
    }

.taufiq-testimonial-heading p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   SLIDER CONTROLS
========================================== */

.taufiq-testimonial-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.taufiq-testimonial-arrow {
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(237, 176, 61, 0.35);
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.07);
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

    .taufiq-testimonial-arrow:hover {
        color: #0F4702;
        border-color: #B16A12;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: translateY(-3px);
    }


/* =========================================
   SLIDER
========================================== */

.taufiq-testimonial-slider {
    position: relative;
    width: 100%;
    min-width: 0;
}

.taufiq-testimonial-viewport {
    width: 100%;
    overflow: hidden;
    padding-top: 7px;
}

.taufiq-testimonial-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    transition: transform 0.55s ease;
    will-change: transform;
    touch-action: pan-y;
}


/* =========================================
   TESTIMONIAL CARD
========================================== */

.taufiq-testimonial-card {
    position: relative;
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    min-height: 315px;
    padding: 27px 25px 24px;
    display: flex;
    flex: 0 0 calc((100% - 20px) / 2);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-sizing: border-box;
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

    .taufiq-testimonial-card::before {
        content: "";
        position: absolute;
        top: -90px;
        right: -90px;
        width: 190px;
        height: 190px;
        border: 1px solid rgba(237, 176, 61, 0.14);
        border-radius: 50%;
        transition: transform 0.55s ease, border-color 0.4s ease;
    }

    .taufiq-testimonial-card::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 4px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .taufiq-testimonial-card:hover {
        border-color: rgba(237, 176, 61, 0.35);
        background: rgba(255, 255, 255, 0.11);
        box-shadow: 0 25px 52px rgba(0, 0, 0, 0.25);
        transform: translateY(-6px);
    }

        .taufiq-testimonial-card:hover::before {
            border-color: rgba(237, 176, 61, 0.3);
            transform: scale(1.16);
        }

        .taufiq-testimonial-card:hover::after {
            transform: scaleX(1);
        }


/* =========================================
   CARD TOP
========================================== */

.taufiq-testimonial-card-top {
    position: relative;
    z-index: 2;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.taufiq-testimonial-category {
    padding: 7px 12px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(237, 176, 61, 0.28);
    border-radius: 80px;
    color: #B16A12;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: rgba(237, 176, 61, 0.07);
}

.taufiq-testimonial-quote {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    border-radius: 50%;
    color: #0F4702;
    font-size: 22px;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    box-shadow: 0 8px 18px rgba(161, 105, 20, 0.2);
    transition: transform 0.4s ease;
}

.taufiq-testimonial-card:hover .taufiq-testimonial-quote {
    transform: rotate(-10deg) scale(1.05);
}


/* =========================================
   TESTIMONIAL CONTENT
========================================== */

.taufiq-testimonial-text {
    position: relative;
    z-index: 2;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}


/* =========================================
   CLIENT DETAILS
========================================== */

.taufiq-testimonial-client {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.taufiq-testimonial-image {
    position: relative;
    width: 75px;
    height: 75px;
    padding: 3px;
    flex: 0 0 75px;
    border-radius: 50%;
    background-image: linear-gradient( 135deg, #a16914 0%, #B16A12 100% );
}

    .taufiq-testimonial-image::after {
        content: "";
        position: absolute;
        inset: -5px;
        border: 1px dashed rgba(237, 176, 61, 0.35);
        border-radius: 50%;
        transition: transform 0.6s ease;
    }

    .taufiq-testimonial-image img {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: block;
        border: 3px solid #0F4702;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }

.taufiq-testimonial-card:hover .taufiq-testimonial-image::after {
    transform: rotate(40deg);
}

.taufiq-testimonial-client-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .taufiq-testimonial-client-info strong {
        color: #ffffff;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 600;
    }

    .taufiq-testimonial-client-info span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
    }

    .taufiq-testimonial-client-info i {
        color: #B16A12;
        font-size: 9px;
    }


/* =========================================
   SLIDER DOTS
========================================== */

.taufiq-testimonial-dots {
    min-height: 11px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.taufiq-testimonial-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
}

    .taufiq-testimonial-dot.active {
        width: 28px;
        border-radius: 20px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    }


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-testimonial-section {
        padding: 35px 0;
    }

    .taufiq-testimonial-header {
        margin-bottom: 25px;
        align-items: flex-end;
        gap: 15px;
    }

    .taufiq-testimonial-heading h2 {
        font-size: 29px;
    }

    .taufiq-testimonial-controls {
        display: none;
    }

    .taufiq-testimonial-card {
        min-width: 100%;
        max-width: 100%;
        min-height: 310px;
        flex-basis: 100%;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-testimonial-heading h2 {
        font-size: 26px;
    }

    .taufiq-testimonial-label {
        font-size: 10px;
    }

    .taufiq-testimonial-card {
        min-height: 325px;
        padding: 23px 19px 21px;
        border-radius: 18px;
    }

    .taufiq-testimonial-text {
        font-size: 18px;
        line-height: 1.5;
    }

    .taufiq-testimonial-category {
        font-size: 12px;
    }

    .taufiq-testimonial-quote {
        width: 41px;
        height: 41px;
        flex-basis: 41px;
        font-size: 22px;
    }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .taufiq-testimonial-track,
    .taufiq-testimonial-card,
    .taufiq-testimonial-card::before,
    .taufiq-testimonial-card::after,
    .taufiq-testimonial-quote,
    .taufiq-testimonial-image::after,
    .taufiq-testimonial-arrow,
    .taufiq-testimonial-dot {
        transition: none;
    }
}

/**/

/* =========================================
   FAQ + WHATSAPP FORM SECTION
========================================== */

.taufiq-help-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 5% 10%, rgba(237, 176, 61, 0.09), transparent 24% ), radial-gradient( circle at 95% 90%, rgba(7, 116, 97, 0.08), transparent 26% ), #fffaf3;
}

    .taufiq-help-section::before,
    .taufiq-help-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-help-section::before {
        top: -130px;
        left: -110px;
        width: 310px;
        height: 310px;
        border: 1px solid rgba(161, 105, 20, 0.1);
    }

    .taufiq-help-section::after {
        right: -120px;
        bottom: -150px;
        width: 340px;
        height: 340px;
        border: 1px solid rgba(7, 116, 97, 0.1);
    }

    .taufiq-help-section .container {
        position: relative;
        z-index: 2;
    }


/* =========================================
   COMMON PANELS
========================================== */

.taufiq-faq-panel,
.taufiq-form-panel {
    height: 100%;
    border-radius: 24px;
}

.taufiq-faq-panel {
    padding: 30px;
    border: 1px solid rgba(0, 44, 37, 0.1);
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 44, 37, 0.09);
}

.taufiq-form-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
    color: #ffffff;
    background: radial-gradient( circle at 100% 0%, rgba(237, 176, 61, 0.18), transparent 30% ), linear-gradient( 135deg, #001f1a 0%, #0F4702 50%, #032C00 100% );
    box-shadow: 0 22px 50px rgba(0, 44, 37, 0.22);
}

    .taufiq-form-panel::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -95px;
        width: 230px;
        height: 230px;
        border: 1px solid rgba(237, 176, 61, 0.18);
        border-radius: 50%;
        pointer-events: none;
    }


/* =========================================
   FAQ HEADING
========================================== */

.taufiq-help-heading {
    margin-bottom: 24px;
}

.taufiq-help-label {
    margin-bottom: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a16914;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

    .taufiq-help-label i {
        color: #032C00;
    }

.taufiq-help-heading h2 {
    margin: 0 0 12px;
    color: #0F4702;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-help-heading h2 span {
        color: #a16914;
    }

.taufiq-help-heading p {
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   FAQ ACCORDION
========================================== */

.taufiq-faq-list {
    display: grid;
    gap: 11px;
}

.taufiq-faq-item {
    overflow: hidden;
    border: 1px solid rgba(0, 44, 37, 0.1);
    border-radius: 14px;
    background: #fffaf3;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

    .taufiq-faq-item:hover,
    .taufiq-faq-item[open] {
        border-color: rgba(161, 105, 20, 0.3);
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(0, 44, 37, 0.07);
    }

    .taufiq-faq-item:hover {
        transform: translateY(-2px);
    }

    .taufiq-faq-item summary {
        padding: 12px 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        color: #0F4702;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 600;
        cursor: pointer;
        list-style: none;
    }

        .taufiq-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .taufiq-faq-item summary i {
            width: 29px;
            height: 29px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 29px;
            border-radius: 50%;
            color: #ffffff;
            font-size: 10px;
            background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
            transition: transform 0.3s ease, background 0.3s ease;
        }

    .taufiq-faq-item[open] summary i {
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        transform: rotate(45deg);
    }

.taufiq-faq-answer {
    padding: 0 17px 16px;
}

    .taufiq-faq-answer p {
        margin: 0;
        color: #1a1a1a;
        font-size: 18px;
        line-height: 1.4;
    }


/* =========================================
   FORM HEADER
========================================== */

.taufiq-form-top {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.taufiq-form-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    border-radius: 17px;
    color: #0F4702;
    font-size: 24px;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    box-shadow: 0 10px 24px rgba(161, 105, 20, 0.25);
    transition: transform 0.35s ease;
}

.taufiq-form-panel:hover .taufiq-form-icon {
    transform: rotate(-6deg) scale(1.04);
}

.taufiq-form-top > div {
    min-width: 0;
}

    .taufiq-form-top > div > span {
        margin-bottom: 4px;
        display: block;
        color: #B16A12;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

.taufiq-form-top h2 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.taufiq-form-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   FORM FIELDS
========================================== */

.taufiq-whatsapp-form {
    position: relative;
    z-index: 2;
}

.taufiq-form-group label {
    margin-bottom: 7px;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
}

.taufiq-input-wrap {
    position: relative;
}

    .taufiq-input-wrap > i {
        position: absolute;
        top: 50%;
        left: 15px;
        z-index: 2;
        color: #B16A12;
        font-size: 14px;
        pointer-events: none;
        transform: translateY(-50%);
    }

    .taufiq-input-wrap input,
    .taufiq-input-wrap select,
    .taufiq-input-wrap textarea {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 12px;
        outline: none;
        color: #ffffff;
        font-family: inherit;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    }

    .taufiq-input-wrap input,
    .taufiq-input-wrap select {
        height: 50px;
        padding: 0 15px 0 42px;
    }

    .taufiq-input-wrap textarea {
        min-height: 125px;
        padding: 14px 15px 14px 42px;
        resize: vertical;
    }

.taufiq-textarea-wrap > i {
    top: 18px;
    transform: none;
}

.taufiq-input-wrap input::placeholder,
.taufiq-input-wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.taufiq-input-wrap select {
    cursor: pointer;
}

    .taufiq-input-wrap select option {
        color: #1a1a1a;
        background: #ffffff;
    }

    .taufiq-input-wrap input:focus,
    .taufiq-input-wrap select:focus,
    .taufiq-input-wrap textarea:focus {
        border-color: #B16A12;
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 0 0 3px rgba(237, 176, 61, 0.12);
    }


/* =========================================
   CONSENT CHECKBOX
========================================== */

.taufiq-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

    .taufiq-form-consent input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.taufiq-custom-check {
    width: 19px;
    height: 19px;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 19px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    color: transparent;
    font-size: 9px;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.taufiq-form-consent input:checked + .taufiq-custom-check {
    color: #0F4702;
    border-color: #B16A12;
    background: #B16A12;
}


/* =========================================
   SUBMIT BUTTON
========================================== */

.taufiq-form-submit {
    position: relative;
    width: 100%;
    min-height: 52px;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    border: 0;
    border-radius: 80px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 11px 25px rgba(161, 105, 20, 0.27);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: linear-gradient(90deg, #a16914 0%, #B16A12 100%);
}

    .taufiq-form-submit::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.45), transparent );
        transform: skewX(-20deg);
        transition: left 0.6s ease;
    }

    .taufiq-form-submit:hover::before {
        left: 140%;
    }

    .taufiq-form-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(161, 105, 20, 0.35);
    }

    .taufiq-form-submit i,
    .taufiq-form-submit span {
        position: relative;
        z-index: 2;
    }

    .taufiq-form-submit .fa-whatsapp {
        font-size: 19px;
    }

    .taufiq-form-submit .fa-arrow-right {
        font-size: 11px;
    }


/* =========================================
   PRIVACY NOTE
========================================== */

.taufiq-form-privacy {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
}

    .taufiq-form-privacy i {
        color: #B16A12;
        font-size: 9px;
    }


/* =========================================
   TABLET
========================================== */

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

    .taufiq-faq-panel,
    .taufiq-form-panel {
        height: auto;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-help-section {
        padding: 35px 0;
    }

    .taufiq-faq-panel,
    .taufiq-form-panel {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .taufiq-help-heading h2 {
        font-size: 29px;
    }

    .taufiq-form-top h2 {
        font-size: 27px;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-help-heading h2 {
        font-size: 26px;
    }

    .taufiq-help-label {
        font-size: 10px;
    }

    .taufiq-faq-item summary {
        padding: 14px;
        font-size: 14px;
    }

    .taufiq-faq-answer {
        padding: 0 14px 14px;
    }

    .taufiq-form-top {
        gap: 11px;
    }

    .taufiq-form-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 14px;
        font-size: 20px;
    }

    .taufiq-form-top h2 {
        font-size: 24px;
    }
}

/**/

/* =========================================
   FINAL CTA SECTION
========================================== */

.taufiq-final-cta {
    position: relative;
    z-index: 5;
    padding: 40px 0;
    overflow: hidden;
    background: #fffaf3;
}

.taufiq-final-cta-box {
    position: relative;
    padding: 38px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    overflow: hidden;
    border-radius: 26px;
    background: radial-gradient( circle at 90% 10%, rgba(237, 176, 61, 0.2), transparent 30% ), linear-gradient( 135deg, #001f1a 0%, #0F4702 52%, #032C00 100% );
    box-shadow: 0 24px 55px rgba(0, 44, 37, 0.2);
}

    .taufiq-final-cta-box::before {
        content: "";
        position: absolute;
        top: -125px;
        right: -90px;
        width: 280px;
        height: 280px;
        border: 1px solid rgba(237, 176, 61, 0.2);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-final-cta-box::after {
        content: "";
        position: absolute;
        bottom: -160px;
        left: 28%;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.035);
        pointer-events: none;
    }

.taufiq-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.taufiq-final-cta-label {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B16A12;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.taufiq-final-cta-content h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}

    .taufiq-final-cta-content h2 span {
        color: #B16A12;
    }

.taufiq-final-cta-content p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.4;
}



/* =========================================
   FOOTER
========================================== */

.taufiq-footer {
    position: relative;
    color: #ffffff;
    background: #032C00;
}

.taufiq-footer-main {
    position: relative;
    overflow: hidden;
    padding: 55px 0 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

    .taufiq-footer-main::before {
        content: "";
        position: absolute;
        top: -170px;
        right: -130px;
        width: 390px;
        height: 390px;
        border: 1px solid rgba(237, 176, 61, 0.09);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-footer-main .container {
        position: relative;
        z-index: 2;
    }


/* Footer Brand */
.taufiq-footer-logo {
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: solid 2px #eaad3b;
    padding: 6px;
}

    .taufiq-footer-logo img {
        width: auto;
        max-width: 100%;
        display: block;
        object-fit: contain;
        object-position: left center;
    }

.taufiq-footer-brand p {
    max-width: 390px;
    margin: 0 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.4;
}

.taufiq-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

    .taufiq-footer-trust span {
        padding: 7px 10px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 1px solid rgba(237, 176, 61, 0.18);
        border-radius: 80px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 10px;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.05);
    }

    .taufiq-footer-trust i {
        color: #B16A12;
    }


/* Footer Columns */

.taufiq-footer-column h3 {
    position: relative;
    margin: 0 0 21px;
    padding-bottom: 11px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

    .taufiq-footer-column h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 2px;
        border-radius: 20px;
        background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    }

.taufiq-footer-column ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
}

    .taufiq-footer-column ul a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 17px;
        line-height: 1.3;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.3s ease, transform 0.3s ease;
    }

        .taufiq-footer-column ul a i {
            color: #B16A12;
            font-size: 9px;
        }

        .taufiq-footer-column ul a:hover {
            color: #B16A12;
            transform: translateX(5px);
        }


/* Footer Contact */

.taufiq-footer-contact {
    display: grid;
    gap: 12px;
}

    .taufiq-footer-contact > a {
        padding: 11px;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 12px;
        color: #ffffff;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.045);
        transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    }

        .taufiq-footer-contact > a:hover {
            color: #ffffff;
            border-color: rgba(237, 176, 61, 0.28);
            background: rgba(255, 255, 255, 0.08);
            transform: translateY(-2px);
        }

        .taufiq-footer-contact > a > span {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 36px;
            border-radius: 10px;
            color: #ffffff;
            background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
        }

        .taufiq-footer-contact > a:nth-child(2) > span {
            background: #159c62;
        }

        .taufiq-footer-contact > a > div {
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

    .taufiq-footer-contact small {
        color: #e8ab3a;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
    }

    .taufiq-footer-contact strong {
        color: #ffffff;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 600;
    }

.taufiq-footer-availability {
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffffcc;
    font-size: 17px;
}

    .taufiq-footer-availability span {
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 50%;
        background: #65edaa;
        box-shadow: 0 0 0 4px rgba(101, 237, 170, 0.08);
    }


/* =========================================
   FOOTER BOTTOM
========================================== */

.taufiq-footer-bottom {
    padding: 18px 0;
    background: #002302;
}

.taufiq-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .taufiq-footer-bottom-inner p {
        margin: 0;
        color: #ffffffb8;
        font-size: 17px;
        line-height: 1.4;
    }

.taufiq-footer-legal {
    display: flex;
    align-items: center;
    gap: 11px;
}

    .taufiq-footer-legal span {
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 50%;
        background: #B16A12;
    }

    .taufiq-footer-legal a {
        color: #ffffffb8;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .taufiq-footer-legal a:hover {
            color: #B16A12;
        }

.taufiq-footer-disclaimer {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}


/* =========================================
   TABLET
========================================== */

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

    .taufiq-final-cta-box {
        padding: 34px 30px;
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-final-cta {
        padding: 35px 0;
    }

    .taufiq-final-cta-box {
        padding: 28px 22px;
        border-radius: 21px;
    }

    .taufiq-final-cta-content h2 {
        font-size: 28px;
    }

    .taufiq-final-cta-actions {
        grid-template-columns: 1fr;
    }

    .taufiq-footer-main {
        padding: 42px 0 35px;
    }

    .taufiq-footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .taufiq-footer-contact > a {
        width: 215px;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-final-cta-content h2 {
        font-size: 26px;
    }

    .taufiq-final-cta-label {
        font-size: 9px;
    }

    .taufiq-final-call-btn,
    .taufiq-final-whatsapp-btn {
        min-height: 55px;
    }


    .taufiq-footer-column h3 {
        font-size: 17px;
    }
}


/* =========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

    .taufiq-final-call-btn,
    .taufiq-final-whatsapp-btn,
    .taufiq-footer-column ul a,
    .taufiq-footer-contact > a {
        transition: none;
    }
}


/**/

/* =========================================
   LEGAL PAGE HERO
========================================== */

.taufiq-legal-hero {
    position: relative;
    overflow: hidden;
    padding: 65px 0;
    background: radial-gradient( circle at 85% 15%, rgba(237, 176, 61, 0.2), transparent 27% ), linear-gradient( 135deg, #001f1a 0%, #0F4702 52%, #032C00 100% );
}

    .taufiq-legal-hero::before {
        content: "";
        position: absolute;
        top: -180px;
        right: -80px;
        width: 390px;
        height: 390px;
        border: 1px solid rgba(237, 176, 61, 0.18);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-legal-hero::after {
        content: "";
        position: absolute;
        bottom: -180px;
        left: 14%;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.035);
        pointer-events: none;
    }

    .taufiq-legal-hero .container {
        position: relative;
        z-index: 2;
    }

.taufiq-legal-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.taufiq-legal-label {
    margin-bottom: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B16A12;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.taufiq-legal-hero h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.taufiq-legal-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.4;
}


/* =========================================
   LEGAL CONTENT SECTION
========================================== */

.taufiq-legal-content {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: radial-gradient( circle at 5% 12%, rgba(237, 176, 61, 0.08), transparent 24% ), #fffaf3;
}

    .taufiq-legal-content::before {
        content: "";
        position: absolute;
        top: 180px;
        left: -120px;
        width: 280px;
        height: 280px;
        border: 1px solid rgba(161, 105, 20, 0.1);
        border-radius: 50%;
        pointer-events: none;
    }

    .taufiq-legal-content .container {
        position: relative;
        z-index: 2;
    }

.taufiq-legal-content-box {
    max-width: 1050px;
    margin: 0 auto;
    padding: 36px;
    border: 1px solid rgba(0, 44, 37, 0.09);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 44, 37, 0.09);
}


/* =========================================
   INTRODUCTION BOX
========================================== */

.taufiq-legal-intro {
    margin-bottom: 30px;
    padding: 19px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(161, 105, 20, 0.18);
    border-radius: 16px;
    background: #fffaf3;
}

.taufiq-legal-intro-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
}

.taufiq-legal-intro p {
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}


/* =========================================
   LEGAL CONTENT BLOCK
========================================== */

.taufiq-legal-block {
    position: relative;
    padding: 25px 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    border-bottom: 1px solid rgba(0, 44, 37, 0.09);
}

    .taufiq-legal-block:first-of-type {
        padding-top: 5px;
    }

.taufiq-legal-number {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(161, 105, 20, 0.2);
    border-radius: 13px;
    color: #a16914;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    background: #fffaf3;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.taufiq-legal-block:hover .taufiq-legal-number {
    color: #ffffff;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
    transform: translateY(-3px);
}

.taufiq-legal-block h2 {
    margin: 0 0 10px;
    color: #0F4702;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
}

.taufiq-legal-block p {
    margin: 0 0 10px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.4;
}

    .taufiq-legal-block p:last-child {
        margin-bottom: 0;
    }


/* =========================================
   LEGAL CONTACT BOX
========================================== */

.taufiq-legal-contact {
    position: relative;
    margin-top: 30px;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
    border-radius: 18px;
    background-image: linear-gradient( 90deg, #0F4702 0%, #032C00 100% );
}

    .taufiq-legal-contact::after {
        content: "";
        position: absolute;
        top: -75px;
        right: -60px;
        width: 170px;
        height: 170px;
        border: 1px solid rgba(237, 176, 61, 0.18);
        border-radius: 50%;
    }

.taufiq-legal-contact-icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    border-radius: 16px;
    color: #0F4702;
    font-size: 19px;
    background-image: linear-gradient( 90deg, #a16914 0%, #B16A12 100% );
}

.taufiq-legal-contact > div {
    position: relative;
    z-index: 2;
}

    .taufiq-legal-contact > div > span {
        display: block;
        margin-bottom: 4px;
        color: #B16A12;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.taufiq-legal-contact h2 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
}

.taufiq-legal-contact p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.4;
}

.taufiq-legal-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B16A12;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .taufiq-legal-contact a:hover {
        color: #ffffff;
    }


/* =========================================
   MOBILE
========================================== */

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

    .taufiq-legal-hero {
        padding: 50px 0;
    }

        .taufiq-legal-hero h1 {
            font-size: 36px;
        }

    .taufiq-legal-content {
        padding: 35px 0;
    }

    .taufiq-legal-content-box {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .taufiq-legal-block {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        padding: 22px 0;
    }

    .taufiq-legal-number {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .taufiq-legal-block h2 {
        font-size: 19px;
    }

    .taufiq-legal-contact {
        padding: 21px 19px;
    }
}


/* =========================================
   SMALL MOBILE
========================================== */

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

    .taufiq-legal-hero h1 {
        font-size: 31px;
    }

    .taufiq-legal-label {
        font-size: 9px;
    }

    .taufiq-legal-intro {
        padding: 16px;
        align-items: flex-start;
    }

    .taufiq-legal-intro-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .taufiq-legal-block {
        display: block;
    }

    .taufiq-legal-number {
        margin-bottom: 13px;
    }

    .taufiq-legal-contact {
        align-items: flex-start;
    }

    .taufiq-legal-contact-icon {
        width: 47px;
        height: 47px;
        flex-basis: 47px;
    }
}

/**/



@media (max-width:767px) {
}


/* Hide on desktop by default */
.mobile-only {
    display: none;
}

/* Show on mobile screens (width 768px or less) */
@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}
