.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 11px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d9e2e8;
    font-size: 10px;
    font-weight: 700;
}

.social-links a:hover {
    color: #d9bc6a;
}

.social-links span {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 1px solid #8c824e;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.whatsapp-float {
    position: fixed;
    z-index: 9997;
    right: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .25);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    background: #1fbd59;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
    transform: translateY(-3px);
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(200, 166, 75, .65);
    outline-offset: 3px;
}

.whatsapp-float svg {
    width: 36px;
    height: 36px;
    overflow: visible;
}

.whatsapp-bubble {
    fill: #fff;
}

.whatsapp-phone {
    fill: #25d366;
}

.whatsapp-tooltip {
    position: absolute;
    right: calc(100% + 12px);
    width: max-content;
    padding: 8px 11px;
    border-radius: 4px;
    background: #03263d;
    color: #fff;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(6px);
    transition: opacity .2s ease, transform .2s ease;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    border: 5px solid transparent;
    border-left-color: #03263d;
    transform: translateY(-50%);
}

.whatsapp-float:hover .whatsapp-tooltip,
.whatsapp-float:focus-visible .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}

.services .service-grid {
    gap: 1px;
    background: #dfe4e8;
}

.services .service {
    border: 0;
    background: #fff;
}

.small-craft-services {
    padding: 62px 0;
    background: #eef3f6;
}

.small-craft-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
}

.small-craft-heading h2 {
    margin: 6px 0 0;
    color: #03263d;
    font: 34px/1.1 Georgia, serif;
}

.small-craft-heading > p {
    max-width: 470px;
    margin: 0;
    color: #4f626f;
    font-size: 13px;
}

.small-craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.small-craft-card {
    padding: 30px 32px;
    border-top: 4px solid #c8a64b;
    background: #fff;
    box-shadow: 0 10px 30px rgba(3, 38, 61, .08);
}

.small-craft-title {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e6ea;
}

.small-craft-icon {
    display: grid;
    place-items: center;
    flex: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #03263d;
}

.small-craft-icon svg {
    width: 45px;
    height: 45px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-label {
    color: #9b7a24;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.small-craft-title h3 {
    margin: 3px 0 0;
    color: #03263d;
    font: 27px/1 Georgia, serif;
}

.small-craft-card ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.small-craft-card li {
    position: relative;
    padding-left: 18px;
    color: #354c5b;
    font-size: 12px;
}

.small-craft-card li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #b28d2d;
    font-weight: 900;
}

.small-craft-photo {
    position: relative;
    margin: 24px 0 0;
    overflow: hidden;
    background: #03263d;
}

.small-craft-photo img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
}

.small-craft-photo figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    background: rgba(3, 38, 61, .9);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.small-craft-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 25px;
}

.small-craft-cta p {
    margin: 0;
    color: #526572;
    font-size: 12px;
}

.why-img.left {
    background-image: url('https://images.unsplash.com/photo-1540946485063-a40da27545f8?auto=format&fit=crop&w=1000&q=82');
}

.why-img.right {
    background-image: url('https://images.unsplash.com/photo-1562281302-809108fd533c?auto=format&fit=crop&w=1000&q=82');
}

@media (max-width: 900px) {
    .small-craft-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .small-craft-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 48px;
    }
}

@media (max-width: 1100px) {
    header nav {
        display: none;
    }

    header .menu-btn {
        display: block;
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .small-craft-services {
        padding: 45px 0;
    }

    .small-craft-heading h2 {
        font-size: 29px;
    }

    .small-craft-card {
        padding: 26px 22px;
    }

    .small-craft-card ul {
        grid-template-columns: 1fr;
    }

    .small-craft-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
    }

    .whatsapp-tooltip {
        display: none;
    }
}
