
.hero-banner {
    background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url('/assets/img/products/1778318192_temple2.webp') center center / cover no-repeat;
    color: #fff;
}

.about-content p {
    color: #000000;
    line-height: 1.9;
    font-family: "Playfair Display", serif !important;
}

.about-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-family: "Playfair Display", serif !important;
}

.about-list li i {
    color: #bf4a14;
    margin-top: 5px;
}

.about-image-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.about-img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
}

.craft-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
    transition: .25s ease;
}

.craft-card:hover {
    transform: translateY(-6px);
}

.craft-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fde3bc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bf4a14;
    font-size: 24px;
}

.craft-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif !important;
}

.craft-card p {
    color: #000000;
    line-height: 1.8;
    font-family: "Playfair Display", serif !important;
}
.text{
    font-family: "Playfair Display", serif !important;
}

