/* Warm charcoal and bronze theme overrides */
:root {
    --primary: #181614;
    --primary-100: #141210;
    --primary-200: #110f0d;
    --primary-300: #0d0b0a;
    --primary--100: #24211e;
    --primary--200: #2d2925;
    --primary--300: #37322d;
    --primary-rgba-0: rgba(24, 22, 20, 0);
    --primary-rgba-10: rgba(24, 22, 20, 0.1);
    --primary-rgba-20: rgba(24, 22, 20, 0.2);
    --primary-rgba-30: rgba(24, 22, 20, 0.3);
    --primary-rgba-40: rgba(24, 22, 20, 0.4);
    --primary-rgba-50: rgba(24, 22, 20, 0.5);
    --primary-rgba-60: rgba(24, 22, 20, 0.6);
    --primary-rgba-70: rgba(24, 22, 20, 0.7);
    --primary-rgba-80: rgba(24, 22, 20, 0.8);
    --primary-rgba-90: rgba(24, 22, 20, 0.9);
    --secondary: #b79267;
    --secondary-100: #a28159;
    --secondary-200: #91724f;
    --secondary-300: #7f6344;
    --secondary--100: #c1a078;
    --secondary--200: #caae89;
    --secondary--300: #d3bb99;
    --secondary-rgba-0: rgba(183, 146, 103, 0);
    --secondary-rgba-10: rgba(183, 146, 103, 0.1);
    --secondary-rgba-20: rgba(183, 146, 103, 0.2);
    --secondary-rgba-30: rgba(183, 146, 103, 0.3);
    --secondary-rgba-40: rgba(183, 146, 103, 0.4);
    --secondary-rgba-50: rgba(183, 146, 103, 0.5);
    --secondary-rgba-60: rgba(183, 146, 103, 0.6);
    --secondary-rgba-70: rgba(183, 146, 103, 0.7);
    --secondary-rgba-80: rgba(183, 146, 103, 0.8);
    --secondary-rgba-90: rgba(183, 146, 103, 0.9);
    --tertiary: #2a2521;
    --tertiary-100: #241f1c;
    --tertiary-200: #1f1b18;
    --tertiary-300: #1a1714;
    --tertiary--100: #342e29;
    --tertiary--200: #3d3732;
    --tertiary--300: #47403a;
    --tertiary-rgba-0: rgba(42, 37, 33, 0);
    --tertiary-rgba-10: rgba(42, 37, 33, 0.1);
    --tertiary-rgba-20: rgba(42, 37, 33, 0.2);
    --tertiary-rgba-30: rgba(42, 37, 33, 0.3);
    --tertiary-rgba-40: rgba(42, 37, 33, 0.4);
    --tertiary-rgba-50: rgba(42, 37, 33, 0.5);
    --tertiary-rgba-60: rgba(42, 37, 33, 0.6);
    --tertiary-rgba-70: rgba(42, 37, 33, 0.7);
    --tertiary-rgba-80: rgba(42, 37, 33, 0.8);
    --tertiary-rgba-90: rgba(42, 37, 33, 0.9);
    --secondary-inverse: #ffffff;
    --tertiary-inverse: #ffffff;
}

.custom-highlight-1:after {
    background-color: var(--secondary) !important;
}

.text-color-primary,
.text-primary {
    color: var(--secondary) !important;
}

.text-color-secondary,
.text-secondary {
    color: var(--primary) !important;
}

.custom-line {
    border-bottom-color: var(--secondary) !important;
}

.custom-header-top-btn-style-1,
.btn-primary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #ffffff !important;
}

.custom-header-top-btn-style-1:hover,
.btn-primary:hover {
    background-color: #a7865d !important;
    border-color: #a7865d !important;
    color: #ffffff !important;
}

.btn-secondary,
.bg-secondary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #ffffff !important;
}

.btn-secondary:hover {
    background-color: #221e1b !important;
    border-color: #221e1b !important;
    color: #ffffff !important;
}

.bg-primary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.whatsapp-sticky {
    background-color: var(--primary) !important;
    border: 1px solid var(--secondary) !important;
    color: #ffffff !important;
}

.whatsapp-sticky:hover {
    background-color: var(--tertiary) !important;
    border-color: var(--secondary) !important;
    color: #ffffff !important;
}

.bg-tertiary,
.custom-svg-fill-color-tertiary,
.custom-svg-fill-color-tertiary-darken {
    background-color: var(--tertiary) !important;
    fill: var(--tertiary) !important;
}

.custom-card-style-1:hover,
.custom-accordion-style-1 > .card:hover {
    border-color: var(--secondary) !important;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-next,
.owl-carousel.nav-arrows-1 .owl-nav .owl-prev {
    background-color: rgba(183, 146, 103, 0.12) !important;
    border-color: rgba(183, 146, 103, 0.28) !important;
    color: var(--secondary) !important;
}

.custom-card-style-1:hover .custom-card-style-1-title,
.custom-card-style-1:hover .custom-card-style-1-link,
.custom-nav-list-effect-1 > li.active > a,
.custom-nav-list-effect-1 > li.open > a,
.custom-nav-list-effect-1 > li:hover > a,
.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
    color: var(--secondary) !important;
}

.custom-accordion-style-1 > .card .card-header a,
.custom-highlight-1.custom-highlight-1-primary:after {
    background-color: var(--primary) !important;
}

.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
    color: #ffffff !important;
}

.custom-social-icons li a {
    background: var(--secondary) !important;
}

.custom-social-icons li a i {
    color: #ffffff !important;
}

.cta-unified-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.cta-unified-btn:hover,
.cta-unified-btn:focus {
    transform: translateY(-2px);
}

.contact-form .card,
.services-cta-section .card,
.projects-cta-section .card,
.service-detail-cta .card,
.project-detail-cta .card {
    border-radius: 20px !important;
    border: 1px solid rgba(183, 146, 103, 0.14) !important;
    box-shadow: none !important;
    background: #fcfaf7 !important;
}

.services-cta-section .card-body,
.projects-cta-section .card-body,
.service-detail-cta .card-body,
.project-detail-cta .card-body,
.contact-form .card-body {
    padding: 40px !important;
}

.services-cta-section .custom-font-secondary,
.projects-cta-section .custom-font-secondary,
.service-detail-cta .custom-font-secondary,
.project-detail-cta .custom-font-secondary {
    color: #6f665f;
    line-height: 1.9;
}

.services-cta-section .col-lg-5 > .row,
.projects-cta-section .col-lg-5 > .row,
.service-detail-cta .col-lg-5 > .row,
.project-detail-cta .col-lg-5 > .row {
    display: grid;
    gap: 14px;
    padding: 10px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.services-cta-section .col-lg-5 > .row > div,
.projects-cta-section .col-lg-5 > .row > div,
.service-detail-cta .col-lg-5 > .row > div,
.project-detail-cta .col-lg-5 > .row > div {
    width: 100%;
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: #f6f1ea;
    border: 1px solid rgba(183, 146, 103, 0.12);
}

.services-cta-section .col-lg-5 h3,
.projects-cta-section .col-lg-5 h3,
.service-detail-cta .col-lg-5 h3,
.project-detail-cta .col-lg-5 h3 {
    color: #423a34 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    line-height: 1.3;
    margin-bottom: 10px !important;
}

.services-cta-section .col-lg-5 a,
.projects-cta-section .col-lg-5 a,
.service-detail-cta .col-lg-5 a,
.project-detail-cta .col-lg-5 a,
.services-cta-section .col-lg-5 div,
.projects-cta-section .col-lg-5 div,
.service-detail-cta .col-lg-5 div,
.project-detail-cta .col-lg-5 div {
    color: #5f5650;
}

.services-cta-section .col-lg-5 a,
.projects-cta-section .col-lg-5 a,
.service-detail-cta .col-lg-5 a,
.project-detail-cta .col-lg-5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #1f1a17 !important;
}

.services-cta-section .col-lg-5 a:hover,
.projects-cta-section .col-lg-5 a:hover,
.service-detail-cta .col-lg-5 a:hover,
.project-detail-cta .col-lg-5 a:hover {
    color: var(--secondary) !important;
}

#servicesWorkHoursTable table,
#indexHomeWorkHoursTable table,
#projectsWorkHoursTable table,
#serviceDetailWorkHoursTable table,
#projectDetailWorkHoursTable table {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fffdfa;
}

#servicesWorkHoursTable th,
#indexHomeWorkHoursTable th,
#projectsWorkHoursTable th,
#serviceDetailWorkHoursTable th,
#projectDetailWorkHoursTable th {
    background: rgba(183, 146, 103, 0.12);
    color: #3e352f;
    border-color: rgba(183, 146, 103, 0.14);
}

#servicesWorkHoursTable td,
#indexHomeWorkHoursTable td,
#projectsWorkHoursTable td,
#serviceDetailWorkHoursTable td,
#projectDetailWorkHoursTable td {
    color: #5f5650;
    border-color: rgba(183, 146, 103, 0.10);
    background: transparent;
}

.services-cta-section .form-control,
.projects-cta-section .form-control,
.service-detail-cta .form-control,
.project-detail-cta .form-control,
.contact-form .form-control {
    border-radius: 16px !important;
    border: 1px solid rgba(183, 146, 103, 0.12) !important;
    background: #fffdfa !important;
    box-shadow: none !important;
}

.services-cta-section .form-control:focus,
.projects-cta-section .form-control:focus,
.service-detail-cta .form-control:focus,
.project-detail-cta .form-control:focus,
.contact-form .form-control:focus {
    border-color: rgba(183, 146, 103, 0.5) !important;
    box-shadow: 0 0 0 4px rgba(183, 146, 103, 0.10) !important;
}

.services-cta-section h3,
.projects-cta-section h3,
.service-detail-cta h3,
.project-detail-cta h3,
.contact-form h3 {
    letter-spacing: -0.02em;
}

.services-cta-section .table {
    --bs-table-bg: transparent;
    margin-bottom: 0;
}

.services-cta-map {
    overflow: hidden;
}

.services-cta-map iframe {
    width: 100%;
    min-height: 360px;
    border: 0;
}

@media (max-width: 767px) {
    .cta-unified-btn {
        width: 100%;
        padding: 14px 20px !important;
    }

    .services-cta-section .card-body,
    .projects-cta-section .card-body,
    .service-detail-cta .card-body,
    .project-detail-cta .card-body,
    .contact-form .card-body {
        padding: 28px !important;
    }

    .services-cta-section .col-lg-5 > .row,
    .projects-cta-section .col-lg-5 > .row,
    .service-detail-cta .col-lg-5 > .row,
    .project-detail-cta .col-lg-5 > .row {
        padding: 8px 0 0;
    }
}

#header {
    z-index: 1040;
}

#header .header-body {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 40px rgba(24, 22, 20, 0.08);
}

#header .header-top {
    padding: 12px 0;
    background: linear-gradient(135deg, #1d1a17 0%, #2a2521 100%);
    border-bottom: 1px solid rgba(183, 146, 103, 0.16);
}

.header-top-shell,
.header-main-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-top-left,
.header-top-right,
.header-main-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-top-left {
    min-width: 0;
    flex-wrap: wrap;
}

.header-top-right {
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#header .header-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

#header .header-social-icons li {
    margin: 0 !important;
}

#header .header-social-icons li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.25s ease;
}

#header .header-social-icons li a:hover {
    background: rgba(183, 146, 103, 0.2);
    border-color: rgba(183, 146, 103, 0.28);
    transform: translateY(-2px);
}

.header-top-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-top-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.2;
}

.header-top-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.3;
}

.header-top-note i {
    color: var(--secondary);
    font-size: 15px;
}

.custom-header-top-btn-style-1 {
    min-height: 46px;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    font-size: 14px;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 28px rgba(183, 146, 103, 0.18);
}

.custom-header-top-btn-style-1:after {
    display: none !important;
}

#header .header-container {
    padding-top: 0;
    padding-bottom: 18px;
}

.header-main-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 18px;
    min-width: 0;
}

.header-logo a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.header-logo {
    flex: 0 1 auto;
    min-width: 0;
}

.header-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}

.header-nav {
    min-width: 0;
}

.header-nav-main,
.header-nav-main-desktop {
    min-width: 0;
}

.header-main-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
}

#header .header-nav-main-desktop nav > ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin-bottom: 0;
}

#header .header-nav-main-desktop nav > ul > li > a {
    padding: 11px 14px !important;
    border-radius: 999px;
    color: #2f2a26 !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: all 0.25s ease;
}

#header .header-nav-main-desktop nav > ul > li > a:hover,
#header .header-nav-main-desktop nav > ul > li > a.active {
    background: rgba(183, 146, 103, 0.12);
    color: var(--primary) !important;
}

.header-main-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 180px;
    padding: 12px 18px;
    border-radius: 18px;
    background: rgba(183, 146, 103, 0.08);
    border: 1px solid rgba(183, 146, 103, 0.14);
}

.header-main-contact-label {
    color: rgba(24, 22, 20, 0.58);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.header-main-contact-value {
    color: var(--primary) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none !important;
}

.header-mobile-nav-panel,
.header-mobile-nav-backdrop {
    display: none;
}

.header-mobile-nav-panel[hidden],
.header-mobile-nav-backdrop[hidden] {
    display: none !important;
}

#header .header-btn-collapse-nav {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
    box-shadow: none;
    display: none;
}

#header .header-btn-collapse-nav:hover,
#header .header-btn-collapse-nav:focus {
    background: var(--tertiary);
    border-color: var(--tertiary);
    color: #ffffff;
}

@media (max-width: 1199px) {
    .header-logo img {
        width: 196px;
    }

    #header .header-nav-main-desktop nav > ul > li > a {
        padding: 10px 11px !important;
        font-size: 14px;
    }

    .header-main-contact {
        min-width: auto;
        padding: 10px 14px;
    }

    .header-main-contact-value {
        font-size: 16px;
    }
}

@media (max-width: 1080px) {
    .header-top-note {
        display: none;
    }

    .custom-header-top-btn-style-1 {
        padding: 10px 18px !important;
    }
}

@media (max-width: 991px) {
    #header .header-container {
        position: relative;
        padding-top: 0;
        padding-bottom: 16px;
    }

    #header .header-body {
        overflow: visible !important;
    }

    #header .header-top {
        display: none;
    }

    .header-main-shell {
        min-height: auto;
        gap: 14px;
        flex-wrap: nowrap;
        padding: 8px 0;
        width: 100%;
    }

    .header-main-right {
        gap: 12px;
        margin-left: auto;
        flex: 0 0 auto;
        width: auto;
        position: static;
        min-width: auto;
        justify-content: flex-end;
    }

    .header-main-contact {
        display: none;
    }

    .header-nav {
        flex: 0 0 auto;
        width: auto !important;
        min-width: 0;
    }

    #header .header-nav-main-desktop {
        display: none;
        width: 0 !important;
        min-width: 0;
    }

    #header .header-btn-collapse-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 16px;
    }

    #header .header-btn-collapse-nav i {
        font-size: 18px;
    }

    .header-mobile-nav-panel {
        display: block;
        position: fixed;
        inset: 0;
        height: 100dvh;
        height: 100svh;
        z-index: 1200;
        padding: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.26s ease, visibility 0.26s ease;
    }

    .header-mobile-nav-dialog {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: none;
        min-height: 100%;
        margin: 0;
        padding: 22px 20px 28px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #f8f4ee 0%, #f1e8de 100%);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
        transform: translateY(18px);
        transition: transform 0.26s ease;
    }

    .header-mobile-nav-content {
        display: grid;
        gap: 16px;
        flex: 1 0 auto;
    }

    #header.mobile-nav-open .header-mobile-nav-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #header.mobile-nav-open .header-mobile-nav-dialog {
        transform: translateY(0);
    }

    .header-mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1190;
        display: block;
        padding: 0;
        border: 0;
        background: rgba(33, 27, 23, 0.24);
        backdrop-filter: blur(12px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.26s ease, visibility 0.26s ease;
    }

    #header.mobile-nav-open .header-mobile-nav-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header-mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 0;
    }

    .header-mobile-nav-brand {
        display: inline-flex;
        align-items: center;
        text-decoration: none !important;
    }

    .header-mobile-nav-brand img {
        width: min(214px, 58vw);
        height: auto;
        display: block;
    }

    .header-mobile-nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(183, 146, 103, 0.2);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.68);
        color: #312823;
        flex-shrink: 0;
    }

    .header-mobile-nav-meta {
        margin-bottom: 0;
    }

    .header-mobile-nav-eyebrow {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 8px 12px;
        margin-bottom: 12px;
        border-radius: 999px;
        background: rgba(183, 146, 103, 0.14);
        color: #6e5540;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .header-mobile-nav-copy {
        margin: 0;
        color: #6a5d52;
        font-size: 14px;
        line-height: 1.65;
    }

    .header-mobile-nav-menu {
        display: grid;
        gap: 18px;
        overflow: visible;
        padding-bottom: 12px;
    }

    .header-mobile-nav-primary,
    .header-mobile-nav-accordions {
        display: grid;
        gap: 12px;
    }

    .header-mobile-nav-primary-link {
        display: block;
        width: 100%;
        padding: 18px 18px 16px;
        border-radius: 20px;
        color: #2d2520 !important;
        background: rgba(255, 255, 255, 0.62);
        border: 1px solid rgba(183, 146, 103, 0.14);
        box-shadow: 0 12px 28px rgba(24, 22, 20, 0.05);
        text-decoration: none !important;
    }

    .header-mobile-nav-primary-link:hover,
    .header-mobile-nav-primary-link.active {
        background: rgba(183, 146, 103, 0.16);
        border-color: rgba(183, 146, 103, 0.32);
    }

    .header-mobile-nav-primary-title,
    .header-mobile-nav-accordion-title {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        color: #2d2520;
    }

    .header-mobile-nav-primary-meta,
    .header-mobile-nav-accordion-meta {
        display: block;
        margin-top: 6px;
        color: #6f6257;
        font-size: 13px;
        line-height: 1.5;
    }

    .header-mobile-nav-accordion {
        border: 1px solid rgba(183, 146, 103, 0.14);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.66);
        box-shadow: 0 12px 28px rgba(24, 22, 20, 0.05);
        overflow: hidden;
    }

    .header-mobile-nav-accordion summary {
        list-style: none;
    }

    .header-mobile-nav-accordion summary::-webkit-details-marker {
        display: none;
    }

    .header-mobile-nav-accordion-toggle {
        position: relative;
        display: block;
        padding: 18px 50px 16px 18px;
        cursor: pointer;
    }

    .header-mobile-nav-accordion-toggle::after {
        content: "\f078";
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        font-family: "Font Awesome 6 Free";
        font-size: 12px;
        font-weight: 900;
        color: #7a6450;
        transition: transform 0.2s ease;
    }

    .header-mobile-nav-accordion[open] .header-mobile-nav-accordion-toggle::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .header-mobile-nav-accordion-panel {
        display: grid;
        gap: 12px;
        padding: 0 14px 14px;
    }

    .header-mobile-nav-overview-link {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 16px;
        background: rgba(183, 146, 103, 0.12);
        color: #5f4d3e !important;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none !important;
    }

    .header-mobile-nav-overview-link.active {
        background: rgba(183, 146, 103, 0.18);
        color: var(--secondary) !important;
    }

    .header-mobile-nav-subgroup {
        padding: 14px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(183, 146, 103, 0.12);
        display: grid;
        gap: 12px;
    }

    .header-mobile-nav-subgroup-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .header-mobile-nav-category-link {
        display: block;
        color: #43372f !important;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.45;
        text-decoration: none !important;
    }

    .header-mobile-nav-category-link.active {
        color: var(--secondary) !important;
    }

    .header-mobile-nav-category-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 28px;
        height: 28px;
        padding: 0 8px;
        border-radius: 999px;
        background: rgba(183, 146, 103, 0.12);
        color: #7a6450;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .header-mobile-nav-child-list {
        display: grid;
        gap: 8px;
        margin: 0;
        padding: 0;
    }

    .header-mobile-nav-child-list li {
        list-style: none;
        margin: 0;
    }

    .header-mobile-nav-child-list a {
        display: block;
        padding: 11px 12px;
        border-radius: 14px;
        background: rgba(248, 244, 238, 0.9);
        border: 1px solid rgba(183, 146, 103, 0.08);
        color: #6b5b50 !important;
        font-size: 13px;
        line-height: 1.5;
        text-decoration: none !important;
    }

    .header-mobile-nav-child-list a.active,
    .header-mobile-nav-child-list a:hover {
        background: rgba(183, 146, 103, 0.12);
        border-color: rgba(183, 146, 103, 0.2);
        color: var(--secondary) !important;
    }

    .header-mobile-nav-cta,
    .header-mobile-nav-social {
        display: block;
    }

    .header-mobile-nav-cta {
        display: grid;
        gap: 10px;
        margin-top: 0;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(183, 146, 103, 0.16);
        box-shadow: 0 16px 34px rgba(24, 22, 20, 0.06);
    }

    .header-mobile-nav-contact-link {
        display: block;
        color: #201915 !important;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none !important;
    }

    .header-mobile-nav-secondary-link {
        display: inline-flex;
        align-items: center;
        color: #6f6257 !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none !important;
    }

    .header-mobile-nav-cta .cta-unified-btn {
        width: 100%;
        min-height: 50px;
        font-size: 14px !important;
    }

    .header-mobile-nav-social {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 0;
        padding-top: 18px;
        border-top: 1px solid rgba(183, 146, 103, 0.14);
    }

    .header-mobile-nav-footer {
        display: grid;
        gap: 12px;
        margin-top: auto;
        padding-top: 8px;
    }

    .header-mobile-nav-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.62);
        border: 1px solid rgba(183, 146, 103, 0.16);
        color: #3a312b !important;
        text-decoration: none !important;
    }
}

@media (max-width: 767px) {
    #header .header-container {
        padding-top: 0;
        padding-bottom: 14px;
    }

    .header-main-shell {
        gap: 10px;
    }

    .header-main-right {
        width: auto;
        gap: 8px;
        flex-shrink: 0;
        margin-left: auto;
    }

    .header-logo img {
        width: min(204px, 56vw);
        height: auto;
    }

    #header .header-btn-collapse-nav {
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .header-logo img {
        width: min(188px, 58vw);
    }

    .header-mobile-nav-dialog {
        padding: 18px 16px 24px;
    }

    .header-mobile-nav-primary-link,
    .header-mobile-nav-accordion-toggle {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-mobile-nav-accordion-panel {
        padding: 0 12px 12px;
    }

    .header-mobile-nav-brand img {
        width: min(192px, 60vw);
    }
}

html.mobile-menu-opened,
body.mobile-nav-opened {
    overflow: hidden;
    overscroll-behavior: none;
    height: 100%;
}

body.mobile-nav-opened {
    position: fixed;
    left: 0;
    width: 100%;
}

#footer {
    background: linear-gradient(180deg, #201c19 0%, #171412 100%) !important;
    color: rgba(255, 255, 255, 0.82);
}

.footer-main {
    padding: 72px 0 36px;
}

.footer-brand-card,
.footer-block {
    height: 100%;
}

.footer-brand-card {
    padding: 32px 28px;
    border: 1px solid rgba(183, 146, 103, 0.18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.footer-brand-logo {
    display: inline-flex;
    margin-bottom: 22px;
}

.footer-brand-text,
.footer-text,
.footer-bottom-text {
    color: rgba(255, 255, 255, 0.72) !important;
}

.footer-brand-text {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.footer-contact-chip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-chip-label,
.footer-contact-item-label,
.footer-social-title {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(183, 146, 103, 0.9);
}

.footer-chip-value,
.footer-contact-item strong {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.footer-title {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.footer-text {
    margin-bottom: 20px;
    line-height: 1.85;
}

.footer-contact-list {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.footer-contact-item {
    display: block;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none !important;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.footer-contact-item:hover {
    transform: translateY(-2px);
    border-color: rgba(183, 146, 103, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.footer-contact-item strong,
.footer-link-list a,
.footer-more-link,
.footer-bottom-text,
.footer-bottom-text a,
#footer a:not(.btn):not(.footer-brand-logo) {
    text-decoration: none !important;
}

.footer-cta-btn {
    width: 100%;
    max-width: 280px;
    padding: 14px 24px !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    box-shadow: 0 14px 30px rgba(183, 146, 103, 0.18);
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-list li + li {
    margin-top: 12px;
}

.footer-link-list a,
.footer-more-link {
    color: rgba(255, 255, 255, 0.76) !important;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-link-list a:hover,
.footer-more-link:hover {
    color: #ffffff !important;
    transform: translateX(2px);
}

.footer-more-link {
    display: inline-flex;
    margin-top: 18px;
    font-weight: 600;
}

.footer-social-wrap {
    margin-top: 28px;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.footer-social-icons li {
    margin: 0 !important;
}

.footer-social-icons li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(183, 146, 103, 0.22);
    color: #ffffff !important;
    transition: all 0.25s ease;
}

.footer-social-icons li a:hover {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.footer-bottom {
    padding: 22px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.12);
}

.footer-bottom-text {
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .footer-main {
        padding: 56px 0 24px;
    }

    .footer-block {
        padding-top: 6px;
    }
}

@media (max-width: 767px) {
    .footer-brand-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .footer-cta-btn {
        max-width: 100%;
    }

    .footer-social-icons {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }
}

.index-hero-form-card {
    border: 1px solid rgba(183, 146, 103, 0.14) !important;
    background: #fcfaf7 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.index-hero-form-card .card-body {
    padding: 40px !important;
}

.index-contact-summary {
    display: grid;
    gap: 14px;
    padding-left: 28px;
}

.index-contact-summary li {
    margin: 0 !important;
    padding: 20px 22px;
    border-radius: 20px;
    background: #fcfaf7;
    border: 1px solid rgba(183, 146, 103, 0.14);
}

.index-contact-summary li span {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.index-contact-summary li a {
    color: #1f1a17 !important;
    text-decoration: none !important;
}

.index-contact-summary li a:hover {
    color: var(--secondary) !important;
}

.index-trust-strip .divider-left-border {
    border-left: 0 !important;
}

.index-trust-strip > div > div {
    height: 100%;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: #fcfaf7;
    border: 1px solid rgba(183, 146, 103, 0.12);
}

.index-trust-strip svg {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    padding: 10px;
    border-radius: 50%;
    background: rgba(183, 146, 103, 0.12);
    stroke: var(--secondary);
}

.custom-card-style-1 {
    height: 100%;
    border: 1px solid rgba(183, 146, 103, 0.14) !important;
    border-radius: 24px !important;
    background: #fcfaf7 !important;
    box-shadow: none !important;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.custom-card-style-1 .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px !important;
}

.custom-card-style-1-image-wrapper {
    width: 100%;
    padding: 0 !important;
    border-radius: 18px !important;
    overflow: hidden;
    background: #f3ece4 !important;
}

.custom-card-style-1-image-wrapper img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.custom-card-style-1-title {
    font-size: clamp(1.08rem, 0.9rem + 0.42vw, 1.32rem);
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 12px !important;
}

.custom-card-style-1-title a {
    color: #231f1c !important;
}

.custom-card-style-1-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(183, 146, 103, 0.12);
    color: #6d5840;
    font-size: clamp(0.68rem, 0.62rem + 0.16vw, 0.76rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card-style-1-description {
    flex-grow: 1;
    font-size: clamp(0.93rem, 0.86rem + 0.18vw, 1rem);
    margin-bottom: 20px !important;
    color: #6a615a;
    line-height: 1.72;
}

.custom-card-style-1-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: clamp(0.88rem, 0.82rem + 0.16vw, 0.96rem);
    letter-spacing: 0.02em;
    color: var(--secondary) !important;
}

.custom-card-style-1-link::after {
    content: '\203A';
    font-size: 1.1em;
    line-height: 1;
}

.custom-card-style-1:hover {
    transform: translateY(-4px);
    border-color: rgba(183, 146, 103, 0.26) !important;
    box-shadow: 0 20px 42px rgba(24, 22, 20, 0.08) !important;
}

.custom-card-style-1:hover .custom-card-style-1-title a {
    color: var(--secondary) !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
    height: auto !important;
}

.owl-carousel .owl-item > div {
    width: 100%;
}

.is-media-card .card-body {
    align-items: flex-start;
    text-align: left !important;
}

.is-media-card .custom-card-style-1-image-wrapper {
    width: 100%;
}

.is-media-card .custom-card-style-1-title,
.is-media-card .custom-card-style-1-description,
.is-media-card .custom-card-style-1-link {
    width: 100%;
}

.is-media-card .custom-card-style-1-title a,
.is-media-card .custom-card-style-1-link {
    text-decoration: none !important;
}

.is-media-card .custom-card-style-1-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.is-media-card .custom-card-style-1-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-faq-section .card-default {
    margin-bottom: 14px;
    border: 1px solid rgba(183, 146, 103, 0.14) !important;
    border-radius: 20px !important;
    background: #fcfaf7 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.index-faq-section .card-default .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.index-faq-section .card-default .card-header a,
.index-faq-section .card-default .card-header a.collapsed {
    display: block;
    padding: 22px 24px;
    background: transparent !important;
    color: #231f1c !important;
}

.index-faq-section .card-default .card-header a:not(.collapsed) {
    color: #231f1c !important;
}

.index-faq-section .card-default .card-body {
    padding: 0 24px 22px;
    color: #6a615a;
}

.index-testimonials-section .custom-testimonial-style-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(183, 146, 103, 0.18);
}

.index-testimonials-section .custom-testimonial-style-1 blockquote {
    margin: 0 0 24px;
    padding: 0;
}

.index-testimonials-section .custom-testimonial-style-1 p {
    line-height: 1.85;
}

.index-testimonials-section .testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.index-testimonials-section .testimonial-author p {
    margin: 0;
}

/* Tek görsel: Biz Kimiz / SSS yan sütun */
.page-side-photo {
    max-width: 520px;
    margin-inline: auto;
}

.page-side-photo img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .page-side-photo {
        margin-inline: 0;
        margin-left: auto;
    }
}

.testimonial-icon-thumb {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
}

.testimonial-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    background: #fff;
}

.index-references-section .swiper {
    padding: 8px 4px 48px;
}

.index-references-copy {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.85;
}

.index-references-section .swiper-wrapper {
    align-items: stretch;
}

.index-references-section .swiper-slide {
    height: auto;
}

.index-reference-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 240px;
    padding: 24px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(183, 146, 103, 0.16);
    box-shadow: 0 20px 40px rgba(24, 22, 20, 0.10);
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.index-reference-card.is-static {
    cursor: default;
}

.index-reference-card:hover {
    transform: translateY(-4px);
    border-color: rgba(183, 146, 103, 0.28);
    box-shadow: 0 24px 44px rgba(24, 22, 20, 0.14);
}

.index-reference-card.is-static:hover {
    transform: none;
    border-color: rgba(183, 146, 103, 0.16);
    box-shadow: 0 20px 40px rgba(24, 22, 20, 0.10);
}

.index-reference-logo-wrap {
    width: 100%;
    max-width: 220px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(183, 146, 103, 0.10);
}

.index-reference-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-reference-logo-fallback {
    color: #4d4137;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.index-reference-title {
    color: #231f1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    min-height: 50px;
}

.index-reference-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 700;
}

.index-reference-link::after {
    content: '\203A';
    font-size: 1.1em;
    line-height: 1;
}

.index-reference-empty {
    padding: 28px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.index-references-section .swiper-button-next,
.index-references-section .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(183, 146, 103, 0.18);
    color: #3d322b;
    top: auto;
    bottom: 0;
}

.index-references-section .swiper-button-prev {
    left: calc(50% - 58px);
}

.index-references-section .swiper-button-next {
    right: calc(50% - 58px);
}

.index-references-section .swiper-button-next::after,
.index-references-section .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 700;
}

.index-references-section .swiper-pagination {
    bottom: 8px !important;
}

.index-references-section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.index-references-section .swiper-pagination-bullet-active {
    background: #ffffff;
}

.index-services-section .custom-card-style-1-image-wrapper {
    aspect-ratio: 16 / 10;
}

.index-services-section .custom-card-style-1-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    object-position: center;
}

.index-blog-card {
    height: 100%;
    border: 1px solid rgba(183, 146, 103, 0.14) !important;
    border-radius: 24px !important;
    background: #fcfaf7 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.index-blog-card .card-body {
    padding: 20px !important;
}

.index-blog-card .card-img-top {
    height: 240px;
    margin-bottom: 16px !important;
    border-radius: 18px !important;
    object-fit: cover;
}

.index-blog-list-card {
    padding: 6px 0 10px;
}

.index-blog-list-card .card-title,
.index-blog-card .card-title {
    line-height: 1.4;
}

.services-page-section .swiper-slide,
.projects-page-section .swiper-slide,
.service-detail-category-mobile-swiper .swiper-slide,
.project-detail-category-mobile-swiper .swiper-slide {
    height: auto !important;
}

.services-page-section .swiper-slide > *,
.projects-page-section .swiper-slide > *,
.service-detail-category-mobile-swiper .swiper-slide > *,
.project-detail-category-mobile-swiper .swiper-slide > * {
    height: 100%;
}

@media (max-width: 767px) {
    .index-hero-overlap {
        margin-top: -220px !important;
    }

    .index-hero-form-card .card-body {
        padding: 28px !important;
    }

    .index-contact-summary {
        padding-left: 0;
    }

    .index-contact-summary li {
        padding: 18px;
    }

    .index-contact-summary li a {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .index-trust-strip > div {
        margin-bottom: 14px;
    }

    .index-trust-strip > div > div {
        align-items: flex-start !important;
        padding: 16px 14px;
        gap: 12px;
    }

    .index-trust-strip svg {
        width: 40px;
        height: 40px;
        padding: 9px;
    }

    .index-trust-strip h3 {
        font-size: 15px !important;
        line-height: 1.45;
    }

    .index-services-section .d-flex.justify-content-lg-end {
        flex-direction: column;
        gap: 12px;
    }

    .index-reference-card {
        min-height: 214px;
        padding: 22px 18px;
    }

    .index-references-copy {
        max-width: 100%;
    }

    .index-reference-logo-wrap {
        height: 84px;
    }

    .index-services-section .d-flex.justify-content-lg-end .btn {
        width: 100%;
        margin-left: 0 !important;
    }

    .custom-card-style-1 .card-body {
        padding: 22px !important;
    }

    .index-services-section .custom-card-style-1-image-wrapper img {
        min-height: 168px;
    }

    .custom-card-style-1-image-wrapper img {
        height: 180px;
    }

    .index-references-section .swiper {
        padding-bottom: 42px;
    }

    .custom-card-style-1-eyebrow {
        margin-bottom: 10px;
        padding: 6px 10px;
        font-size: 0.67rem;
        letter-spacing: 0.1em;
    }

    .custom-card-style-1-title {
        font-size: 1rem;
        line-height: 1.38;
    }

    .custom-card-style-1-description {
        font-size: 0.92rem;
        line-height: 1.68;
    }

    .custom-card-style-1-link {
        font-size: 0.88rem;
    }

    .custom-card-style-1-description {
        margin-bottom: 16px !important;
    }

    .index-faq-section .card-default .card-header a,
    .index-faq-section .card-default .card-header a.collapsed {
        padding: 18px 18px 16px;
    }

    .index-faq-section .card-default .card-body {
        padding: 0 18px 18px;
    }

    .index-testimonials-section .custom-testimonial-style-1 {
        padding: 22px;
        border-radius: 20px;
    }

    .index-testimonials-section .testimonial-author {
        align-items: flex-start;
    }

    .index-blog-card .card-body {
        padding: 16px !important;
    }

    .index-blog-card .card-img-top {
        height: 200px;
    }

    .owl-carousel.nav-arrows-1 .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 18px;
    }

    .owl-carousel.nav-arrows-1 .owl-nav .owl-next,
    .owl-carousel.nav-arrows-1 .owl-nav .owl-prev {
        position: static !important;
        transform: none !important;
        width: 42px;
        height: 42px;
    }

    .services-page-section .custom-card-style-1 .card-body,
    .projects-page-section .custom-card-style-1 .card-body,
    .service-detail-category-mobile-swiper .custom-card-style-1 .card-body,
    .project-detail-category-mobile-swiper .custom-card-style-1 .card-body {
        padding: 18px !important;
    }

    .services-page-section .custom-card-style-1-description,
    .projects-page-section .custom-card-style-1-description,
    .service-detail-category-mobile-swiper .custom-card-style-1-description,
    .project-detail-category-mobile-swiper .custom-card-style-1-description {
        min-height: 0 !important;
        margin-bottom: 14px !important;
    }

    .services-page-section .custom-card-style-1-image-wrapper img,
    .projects-page-section .custom-card-style-1-image-wrapper img,
    .service-detail-category-mobile-swiper .custom-card-style-1-image-wrapper img,
    .project-detail-category-mobile-swiper .custom-card-style-1-image-wrapper img {
        height: 164px;
    }
}

@media (max-width: 575px) {
    .testimonial-icon-thumb {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
}
