/* ============================= */
/* Services Page Why Choose Us */
/* ============================= */

.tc-services-why-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at top left, rgba(160, 103, 23, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(170, 178, 139, 0.22), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
    overflow: hidden;
    z-index: 1;
}

.tc-why-bg-shape {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.tc-why-bg-shape-1 {
    width: 420px;
    height: 420px;
    top: -170px;
    right: -140px;
    background: rgba(160, 103, 23, 0.12);
}

.tc-why-bg-shape-2 {
    width: 280px;
    height: 280px;
    bottom: -120px;
    left: -90px;
    background: rgba(170, 178, 139, 0.28);
}

.tc-services-why-content {
    position: relative;
    padding-right: 35px;
}

.tc-section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(160, 103, 23, 0.10);
    color: #a06717;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tc-section-subtitle::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #aab28b;
    box-shadow: 0 0 0 6px rgba(170, 178, 139, 0.30);
}

.tc-services-why-content h2 {
    margin: 0 0 20px;
    color: #24180d;
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.tc-services-why-content h2 span {
    display: block;
    color: #a06717;
}

.tc-services-why-content p {
    max-width: 560px;
    margin: 0 0 30px;
    color: #5e5448;
    font-size: 17px;
    line-height: 1.75;
}

.tc-why-main-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 25px;
    border-radius: 999px;
    background: #a06717;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(160, 103, 23, 0.28);
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.tc-why-main-btn::before {
    content: "";
    position: absolute;
    top: -80%;
    left: -35%;
    width: 34%;
    height: 260%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
    transform: rotate(24deg) translateX(-130%);
    transition: transform 0.75s ease;
}

.tc-why-main-btn:hover {
    transform: translateY(-3px);
    background: #7d4d10;
    color: #ffffff;
    box-shadow: 0 24px 48px rgba(160, 103, 23, 0.38);
}

.tc-why-main-btn:hover::before {
    transform: rotate(24deg) translateX(430%);
}

.tc-why-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.tc-why-card {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(160, 103, 23, 0.13);
    box-shadow: 0 18px 44px rgba(43, 31, 18, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.tc-why-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -85px;
    top: -85px;
    border-radius: 50%;
    background: rgba(170, 178, 139, 0.24);
    transition: transform 0.45s ease, background 0.45s ease;
}

.tc-why-card::after {
    content: "";
    position: absolute;
    inset: auto 24px 0 24px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #a06717, #aab28b);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.tc-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(160, 103, 23, 0.35);
    box-shadow: 0 26px 60px rgba(43, 31, 18, 0.13);
}

.tc-why-card:hover::before {
    transform: scale(1.25);
    background: rgba(160, 103, 23, 0.12);
}

.tc-why-card:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.tc-why-card-icon {
    position: relative;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #a06717, #7b4b0f);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 16px 32px rgba(160, 103, 23, 0.24);
}

.tc-why-card-content {
    position: relative;
    z-index: 2;
}

.tc-why-card-content h4 {
    margin: 0 0 12px;
    color: #24180d;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.tc-why-card-content p {
    margin: 0;
    color: #665d52;
    font-size: 15px;
    line-height: 1.7;
}

.tc-why-bottom-strip {
    margin-top: 42px;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(135deg, #a06717 0%, #7e4f13 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    box-shadow: 0 20px 50px rgba(160, 103, 23, 0.22);
}

.tc-strip-item {
    position: relative;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.tc-strip-item strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.tc-strip-item span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 1199px) {
    .tc-services-why-content {
        padding-right: 0;
        margin-bottom: 38px;
    }
}

@media (max-width: 991px) {
    .tc-services-why-section {
        padding: 90px 0;
    }

    .tc-why-bottom-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .tc-services-why-section {
        padding: 70px 0;
    }

    .tc-why-card-grid {
        grid-template-columns: 1fr;
    }

    .tc-why-card {
        min-height: auto;
        padding: 26px 22px;
        border-radius: 24px;
    }

    .tc-services-why-content h2 {
        font-size: 34px;
    }

    .tc-services-why-content p {
        font-size: 16px;
    }

    .tc-why-bottom-strip {
        padding: 16px;
        border-radius: 22px;
    }
}