/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.sk5-why-section {
    background: #faf7f4;
    padding: 100px 0;
}

.sk5-why-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.25fr;
    gap: 70px;
    align-items: center;
}

.sk5-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #ff7a1b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sk5-why-intro h2 {
    margin: 0 0 24px;
    color: #3f3935;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.sk5-why-intro p {
    max-width: 460px;
    margin: 0;
    color: #6f6660;
    font-size: 18px;
    line-height: 1.65;
}

.sk5-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sk5-why-card {
    position: relative;
    min-height: 210px;
    padding: 34px 32px 30px;
    background: #ffffff;
    border: 1px solid #eee5de;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sk5-why-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.08);
}

.sk5-why-card:hover {
    transform: translateY(-4px);
    border-color: #e2d6cd;
    box-shadow: 0 18px 45px rgba(63, 57, 53, 0.08);
}

.sk5-why-number {
    display: block;
    margin-bottom: 32px;
    color: #ff7a1b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.sk5-why-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #3f3935;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.sk5-why-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #6f6660;
    font-size: 15.5px;
    line-height: 1.55;
}

.sk5-why-card-accent {
    background: #3f3935;
    border-color: #3f3935;
}

.sk5-why-card-accent .sk5-why-number,
.sk5-why-card-accent h3 {
    color: #ffffff;
}

.sk5-why-card-accent p {
    color: rgba(255, 255, 255, 0.72);
}

.sk5-why-card-accent::after {
    background: rgba(255, 122, 27, 0.18);
}

@media (max-width: 900px) {
    .sk5-why-section {
        padding: 72px 0;
    }

    .sk5-why-container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sk5-why-intro p {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .sk5-why-section {
        padding: 60px 0;
    }

    .sk5-why-container {
        width: min(100% - 28px, 1180px);
    }

    .sk5-why-grid {
        grid-template-columns: 1fr;
    }

    .sk5-why-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .sk5-why-number {
        margin-bottom: 24px;
    }

    .sk5-why-card h3 {
        font-size: 22px;
    }
}
.sk5-why-cta {
    grid-column: 1 / -1;
    margin-top: 34px;
    text-align: center;
}

.sk5-why-cta p {
    margin: 0 0 22px;
    color: #6f6660;
    font-size: 18px;
    line-height: 1.5;
}

.sk5-why-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sk5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sk5-btn-primary {
    background: #ff7a1b;
    color: #ffffff !important;
    border: 1px solid #ff7a1b;
}

.sk5-btn-primary:hover {
    background: #3f3935;
    border-color: #3f3935;
    color: #ffffff !important;
}

.sk5-btn-secondary {
    background: transparent;
    color: #3f3935 !important;
    border: 1px solid #e2d6cd;
}

.sk5-btn-secondary:hover {
    background: #3f3935;
    border-color: #3f3935;
    color: #ffffff !important;
}

@media (max-width: 600px) {
    .sk5-why-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .sk5-btn {
        width: 100%;
    }
}
html {
    scroll-behavior: smooth;
}
.sk5-services-detail {
    background: #faf7f4;
    padding: 90px 0 110px;
}

.sk5-services-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sk5-service-block {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
    padding: 46px 0;
    border-top: 1px solid #e8dfd8;
}

.sk5-service-block:last-child {
    border-bottom: 1px solid #e8dfd8;
}

.sk5-service-number {
    display: inline-block;
    margin-bottom: 18px;
    color: #ff7a1b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.sk5-service-main h2 {
    margin: 0 0 20px;
    color: #3f3935;
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.sk5-service-main p {
    max-width: 480px;
    margin: 0;
    color: #6f6660;
    font-size: 17px;
    line-height: 1.7;
}

.sk5-service-list {
    background: #ffffff;
    border: 1px solid #eee5de;
    padding: 34px 36px;
    position: relative;
    overflow: hidden;
}

.sk5-service-list::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.07);
}

.sk5-service-list h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #3f3935;
    font-size: 22px;
    line-height: 1.2;
}

.sk5-service-list ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sk5-service-list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 24px;
    color: #6f6660;
    font-size: 16px;
    line-height: 1.45;
}

.sk5-service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7a1b;
}

.sk5-service-highlight {
    padding: 56px 0;
}

.sk5-service-highlight .sk5-service-list {
    background: #3f3935;
    border-color: #3f3935;
}

.sk5-service-highlight .sk5-service-list h3 {
    color: #ffffff;
}

.sk5-service-highlight .sk5-service-list li {
    color: rgba(255, 255, 255, 0.78);
}

.sk5-service-highlight .sk5-service-list::after {
    background: rgba(255, 122, 27, 0.16);
}

.sk5-service-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    min-height: 48px;
    padding: 0 24px;
    background: #ff7a1b;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sk5-service-link:hover {
    background: #ffffff;
    color: #3f3935 !important;
}

@media (max-width: 900px) {
    .sk5-services-detail {
        padding: 70px 0 86px;
    }

    .sk5-service-block {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 42px 0;
    }

    .sk5-service-main p {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .sk5-services-container {
        width: min(100% - 28px, 1180px);
    }

    .sk5-service-list {
        padding: 28px 24px;
    }

    .sk5-service-main h2 {
        font-size: 32px;
    }
}
.sk5-services-cta {
    margin-top: 70px;
    padding: 46px 52px;
    background: #3f3935;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    position: relative;
}

.sk5-services-cta::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.18);
}

.sk5-services-cta-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff7a1b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sk5-services-cta h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.sk5-services-cta p {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.6;
}

.sk5-services-cta-btn {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    background: #ff7a1b;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sk5-services-cta-btn:hover {
    background: #ffffff;
    color: #3f3935 !important;
}

@media (max-width: 800px) {
    .sk5-services-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 38px 30px;
    }

    .sk5-services-cta-btn {
        width: 100%;
    }
}
.sk5-excavation-detail {
    background: #faf7f4;
    padding: 90px 0 110px;
}

.sk5-excavation-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sk5-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff7a1b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sk5-excavation-intro {
    max-width: 820px;
    margin-bottom: 54px;
}

.sk5-excavation-intro h2,
.sk5-excavation-request h2,
.sk5-excavation-cta h2 {
    margin: 0 0 18px;
    color: #3f3935;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.sk5-excavation-intro p,
.sk5-excavation-request p,
.sk5-excavation-cta p {
    margin: 0;
    color: #6f6660;
    font-size: 17px;
    line-height: 1.7;
}

.sk5-excavation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sk5-excavation-card {
    position: relative;
    min-height: 390px;
    padding: 36px 34px;
    background: #ffffff;
    border: 1px solid #eee5de;
    overflow: hidden;
}

.sk5-excavation-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -44px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.07);
}

.sk5-excavation-number {
    display: block;
    margin-bottom: 34px;
    color: #ff7a1b;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.sk5-excavation-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 22px;
    color: #3f3935;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.sk5-excavation-card ul,
.sk5-request-list ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sk5-excavation-card li,
.sk5-request-list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 24px;
    color: #6f6660;
    font-size: 16px;
    line-height: 1.45;
}

.sk5-excavation-card li::before,
.sk5-request-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7a1b;
}

.sk5-excavation-price {
    background: #3f3935;
    border-color: #3f3935;
}

.sk5-excavation-price .sk5-excavation-number,
.sk5-excavation-price h3 {
    color: #ffffff;
}

.sk5-excavation-price::after {
    background: rgba(255, 122, 27, 0.16);
}

.sk5-price-line {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.sk5-price-line span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
}

.sk5-price-line strong {
    display: block;
    color: #ff7a1b;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.sk5-price-note {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 24px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.sk5-excavation-price p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15.5px;
    line-height: 1.6;
}

.sk5-excavation-request {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
    padding: 54px 0;
    border-top: 1px solid #e8dfd8;
    border-bottom: 1px solid #e8dfd8;
}

.sk5-request-list {
    background: #ffffff;
    border: 1px solid #eee5de;
    padding: 34px 38px;
}

.sk5-excavation-cta {
    margin-top: 70px;
    padding: 48px 54px;
    background: #3f3935;
    position: relative;
    overflow: hidden;
}

.sk5-excavation-cta::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.18);
}

.sk5-excavation-cta h2 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    max-width: 780px;
}

.sk5-excavation-cta p {
    position: relative;
    z-index: 1;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 28px;
}

.sk5-excavation-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    background: #ff7a1b;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sk5-excavation-btn:hover {
    background: #ffffff;
    color: #3f3935 !important;
}

@media (max-width: 980px) {
    .sk5-excavation-grid {
        grid-template-columns: 1fr;
    }

    .sk5-excavation-card {
        min-height: auto;
    }

    .sk5-excavation-request {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .sk5-excavation-detail {
        padding: 70px 0 86px;
    }

    .sk5-excavation-container {
        width: min(100% - 28px, 1180px);
    }

    .sk5-excavation-card,
    .sk5-request-list,
    .sk5-excavation-cta {
        padding: 30px 24px;
    }

    .sk5-price-line strong {
        font-size: 28px;
    }
}
.sk5-form-row {
    margin-bottom: 20px;
}

.sk5-form-field input,
.sk5-form-field select,
.sk5-form-field textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
    outline: none;
}

.sk5-form-field textarea,
.wpcf7 textarea {
    min-height: 145px;
    resize: vertical;
}

.sk5-form-field input::placeholder,
.sk5-form-field textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.wpcf7 select {
    color: rgba(255, 255, 255, 0.78);
    appearance: auto;
}

.wpcf7 select option {
    color: #3f3935;
    background: #ffffff;
}

.sk5-form-field input:focus,
.sk5-form-field select:focus,
.sk5-form-field textarea:focus,
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #ff7a1b;
    background: rgba(255, 255, 255, 0.07);
}

.wpcf7-submit {
    min-height: 54px;
    padding: 0 30px !important;
    background: #ff7a1b !important;
    border: 1px solid #ff7a1b !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
}

.wpcf7-submit:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #3f3935 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #ffb28a;
    font-size: 14px;
}

.wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 18px !important;
    border-color: rgba(255, 255, 255, 0.26) !important;
    color: #ffffff;
}

.sk5-form-row {
    margin-bottom: 20px;
}

.sk5-form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 700px) {
    .sk5-form-row-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
/* SK5 - back to top button style */
#back_to_top,
#back_to_top.button,
#back_to_top.button_js {
    width: 58px !important;
    height: 58px !important;
    right: 46px !important;
    bottom: 38px !important;
    background: #ff7a1b !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* BeTheme inner icon wrapper */
#back_to_top .button_icon {
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Arrow always visible when the button itself is visible */
#back_to_top .button_icon i,
#back_to_top i {
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hover */
#back_to_top:hover,
#back_to_top.button:hover,
#back_to_top.button_js:hover {
    background: #3f3935 !important;
}

#back_to_top:hover .button_icon i,
#back_to_top:hover i {
    color: #ffffff !important;
}
.sk5-projects-overview {
    background: #EFEAE6;
    padding: 90px 0 110px;
}

.sk5-projects-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.sk5-projects-intro {
    max-width: 760px;
    margin-bottom: 54px;
}

.sk5-projects-intro h2 {
    margin: 0 0 18px;
    color: #3f3935;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.sk5-projects-intro p {
    margin: 0;
    color: #6f6660;
    font-size: 17px;
    line-height: 1.7;
}

.sk5-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sk5-project-card {
    background: #ffffff;
    border: 1px solid #eee5de;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sk5-project-card:hover {
    transform: translateY(-5px);
    border-color: #e2d6cd;
    box-shadow: 0 18px 45px rgba(63, 57, 53, 0.08);
}

.sk5-project-image {
    display: block;
    height: 260px;
    overflow: hidden;
    background: #eeeae6;
}

.sk5-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.sk5-project-card:hover .sk5-project-image img {
    transform: scale(1.045);
}

.sk5-project-content {
    padding: 30px 30px 32px;
}

.sk5-project-category {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff7a1b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sk5-project-content h3 {
    margin: 0 0 14px;
    color: #3f3935;
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.sk5-project-content p {
    margin: 0 0 22px;
    color: #6f6660;
    font-size: 15.5px;
    line-height: 1.55;
}

.sk5-project-link {
    display: inline-flex;
    align-items: center;
    color: #3f3935 !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.sk5-project-link::after {
    content: "→";
    margin-left: 10px;
    color: #ff7a1b;
    transition: transform 0.25s ease;
}

.sk5-project-link:hover {
    color: #ff7a1b !important;
}

.sk5-project-link:hover::after {
    transform: translateX(4px);
}

@media (max-width: 980px) {
    .sk5-projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .sk5-projects-overview {
        padding: 70px 0 86px;
    }

    .sk5-projects-container {
        width: min(100% - 28px, 1180px);
    }

    .sk5-projects-grid {
        grid-template-columns: 1fr;
    }

    .sk5-project-image {
        height: 230px;
    }

    .sk5-project-content {
        padding: 26px 24px 28px;
    }
}
.sk5-project-intro-block {
    background: #faf7f4;
    padding: 80px 0 52px;
}

.sk5-project-intro-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: start;
}

.sk5-project-intro-text h2 {
    margin: 0 0 22px;
    color: #3f3935;
    font-size: clamp(38px, 4.6vw, 66px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.sk5-project-intro-text p {
    max-width: 680px;
    margin: 0;
    color: #6f6660;
    font-size: 17px;
    line-height: 1.75;
}

.sk5-project-info-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eee5de;
    padding: 38px 40px;
}

.sk5-project-info-card::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -48px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.07);
}

.sk5-project-info-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 28px;
    color: #3f3935;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.sk5-project-info-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid #eee5de;
}

.sk5-project-info-row span {
    color: #ff7a1b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sk5-project-info-row strong {
    color: #3f3935;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .sk5-project-intro-container {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 600px) {
    .sk5-project-intro-block {
        padding: 64px 0 42px;
    }

    .sk5-project-intro-container {
        width: min(100% - 28px, 1180px);
    }

    .sk5-project-info-card {
        padding: 30px 24px;
    }

    .sk5-project-info-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
.sk5-work-cta {
    background: #faf7f4;
    padding: 20px 0 110px;
}

.sk5-work-cta-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 52px 56px;
    background: #3f3935;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.sk5-work-cta-inner::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: rgba(255, 122, 27, 0.18);
}

.sk5-work-cta-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.sk5-work-cta h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.sk5-work-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.65;
}

.sk5-work-cta-btn {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 32px;
    background: #ff7a1b;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.sk5-work-cta-btn:hover {
    background: #ffffff;
    color: #3f3935 !important;
}

@media (max-width: 800px) {
    .sk5-work-cta {
        padding: 10px 0 86px;
    }

    .sk5-work-cta-inner {
        width: min(100% - 28px, 1180px);
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 30px;
    }

    .sk5-work-cta-btn {
        width: 100%;
    }
}