@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Satoshi-Light.66b6be60.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Satoshi-LightItalic.3e548608.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Satoshi-Regular.811ccb0b.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Satoshi-Italic.931b0a35.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Satoshi-Medium.e9d34f04.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Satoshi-MediumItalic.2097b0fe.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Satoshi-Bold.b5dd7dee.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Satoshi-BoldItalic.ed285528.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Satoshi-Black.d27fb329.otf) format("opentype")
}

@font-face {
    font-family: Satoshi;
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Satoshi-BlackItalic.e1c41ced.otf) format("opentype")
}

.specialty-section {
    background-color: #fff;
    color: #1e293b;
    font-family: Satoshi, Inter, system-ui, sans-serif;
    padding: 6rem 0;
    width: 100%;
}

.specialty-section.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    width: 100vw;
}

.specialty-section .spec-container {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

.specialty-section .spec-header {
    margin: 0 auto 5rem;
    max-width: 800px;
    text-align: center;
}

.specialty-section .spec-header .spec-title {
    color: #000000;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 56px;
    margin-bottom: 1.5rem;
}

@media(min-width:960px) {
    .specialty-section .spec-header .spec-title {
        font-size: 34px;
    }
}

.specialty-section .spec-header .spec-subtitle {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
}

.specialty-section .spec-grid {
    align-items: stretch;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
}

@media(min-width:640px) {
    .specialty-section .spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width:1024px) {
    .specialty-section .spec-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.specialty-section .spec-card {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 3.5rem 2.5rem;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
}

.specialty-section .spec-card:hover {
    background: #fff;
    border-color: #10b981;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, .1);
    transform: translateY(-10px);
}

.specialty-section .spec-card .spec-card-header-row {
    align-items: flex-start;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    width: 100%;
}

.specialty-section .spec-card .spec-card-icon {
    flex-shrink: 0;
    height: 32px;
    margin-top: .25rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px;
}

.specialty-section .spec-card .spec-icon-btn-container {
    align-items: center;
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.specialty-section .spec-card .spec-icon-btn-container:hover {
    background: #e2e8f0;
    border-color: #10b981;
}

.specialty-section .spec-card .spec-icon-upload-wrapper {
    align-items: flex-start;
    display: flex;
    flex-shrink: 0;
    position: relative;
}

.specialty-section .spec-card .spec-card-title {
    color: #000000;
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 40px;
    margin: 0;
}

.specialty-section .spec-card .spec-card-desc {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.specialty-section .spec-admin-actions {
    border-top: 1px dashed #cbd5e1;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.specialty-section .spec-footer {
    display: flex;
    justify-content: center;
}

.specialty-section .spec-footer .spec-btn {
    background: transparent;
    border-radius: 9999px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 1.1rem 3.5rem;
    text-decoration: none;
    border: 1px solid #000000;
    transition: all .3s ease;
}

.specialty-section .spec-footer .spec-btn:hover {
    background: #1e293b;
    color: white;
    transform: translateY(-2px);
}

.specialty-section .spec-remove-btn {
    font-size: 16px;
    margin-top: auto;
    padding-top: 1.5rem;
}