* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #58595B;
    overflow-x: hidden;
    background: #F9F6F1;
}
a:hover {
    color: #a38d76;
}
.header__logo{
    margin-top:4px ;
}
.logo-title {
    color: #b5a480 !important;
    font-size: 32px;
}
.logo-title:hover {
    color: #b5a480 !important
}
.logo-image{
    margin-top:-16px;
    height:48px !important;
}



.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    padding: 0 20px;
}

.card-home {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

   

.icon-container {
 
    background: linear-gradient(135deg, #f5f0e8 0%, #ebe5d9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.icon {
    width: 70px;
    height: 70px;
    stroke: #b5a480;
    stroke-width: 2;
    fill: none;
}

.card-title {
    color: #b5a480;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-text {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
}


.home-about.spad, .services.spad {
    background: linear-gradient(135deg, #faf8f5 0%, #ede8df 100%);
}
.services__list .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 20px;
}
.social {
    display:flex;
}
.set-bg-custome {
    background-position: center -120px !important
}
.set-bg-custome-category {
    background-position: center -280px !important
}
.set-bg-custome-category-450 {
    background-position: center -450px !important
}
.bg-color {
    color: #f9f6f1;
}
@media (max-width: 767px) {
    .social {
        flex-wrap: wrap;
    }
    .set-bg-custome-category {
        background-position: top center !important
    }
    .set-bg-custome, .set-bg-custome-category-450 {
        background-position: top center !important
    }
  
}