.formbutton{
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;}
#searchform input[type="text"] {
    box-shadow: 1px 3px 8px 0px rgb(0 0 0 / 25%);
    width: 200px;}

#row-pics {
    width: 100%;
    max-height: 300px;
    margin: 2rem auto;
    overflow: hidden;}
.piccontainer {
    display: flex;
    justify-content: space-around;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem;
    gap: 1rem;}

.c1077815.card {
    position: relative;
    width: calc(20% - 0.75rem);
    min-width: 220px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;}

.c1077815.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);}

.c1077815 .card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;}

.c1077815 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;}

c1077815.card:hover .card-image img {
    transform: scale(1.1);}

.c1077815 .card-content {
    padding: 1.25rem;
    position: relative;
    background: white;
    transform: translateY(0);
    transition: transform 0.3s ease;}

.card:hover .card-content {
    transform: translateY(-5px);}

.c1077815 h2 {
    color: #1a1a1a;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.c1077815 .title {
    color: #4a90e2;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.75rem;}

.c1077815 p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.c1077815 .social-links {
    display: flex;
    justify-content: center;}

.c1077815 .link {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: #b3342d;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;}

.c1077815 .link:hover {
    background: #a91814;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);}

@media (max-width: 1200px) {
    .containerimg {
        flex-wrap: wrap;}
    
    .c1077815 {
        width: calc(50% - 0.5rem);}
}

@media (max-width: 768px) {
    .c1077815{
        width: 100%;}
    
    .containerimg {
        padding: 0.5rem;}
}
.m-sp {
    background: #a91814;
    
    text-align: center;
    padding: 5px;}
.m-sp a {
 color: #fff;}

#row-pics {
    width: 100%;
    max-height: 300px;
    margin: 2rem auto;
    overflow: hidden;}
.piccontainer {
    display: flex;
    justify-content: space-around;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem;
    gap: 1rem;}

.c1077815.card {
    position: relative;
    width: calc(20% - 0.75rem);
    min-width: 220px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;}

.c1077815.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);}

.c1077815 .card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;}

.c1077815 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;}

c1077815.card:hover .card-image img {
    transform: scale(1.1);}

.c1077815 .card-content {
    padding: 1.25rem;
    position: relative;
    background: white;
    transform: translateY(0);
    transition: transform 0.3s ease;}

.card:hover .card-content {
    transform: translateY(-5px);}

.c1077815 h2 {
    color: #1a1a1a;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.c1077815 .title {
    color: #4a90e2;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0.75rem;}

.c1077815 p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.c1077815 .social-links {
    display: flex;
    justify-content: center;}

.c1077815 .link {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: #b3342d;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;}

.c1077815 .link:hover {
    background: #a91814;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);}

@media (max-width: 1200px) {
    .containerimg {
        flex-wrap: wrap;}
    
    .c1077815 {
        width: calc(50% - 0.5rem);}
}

@media (max-width: 768px) {
    .c1077815{
        width: 100%;}
    
    .containerimg {
        padding: 0.5rem;}
}
.m-sp {
    background: #a91814;
    
    text-align: center;
    padding: 5px;}
.m-sp a {
 color: #fff;}
