body {
    overflow-x: hidden;
    font-family: roboto;
/*background: rgb(255,255,255);*/
/*background: url('/css/bg.jpg');*/
/*background-size: cover;*/
/*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 83%, rgba(178,247,182,1) 100%);*/
}

/* .pagination {
    flex-wrap: wrap;
    max-width: 100%;
    flex-wrap: wrap;
} */


a {
    color:#3D75D4;
}

.top-of-fp{
    color:#fff;
    text-align: center;
    padding: 60px;
    margin-top: 30px;

background-size: cover;
/*            background-attachment: fixed;*/
background-position: bottom;
    background-image: url("/css/main-dark-bg.jpg");
    border-radius: 50px 50px 0 0;
}

.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* .pagination-wrapper {
    overflow-x: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
.grid-item {
    border: 1px solid #ddd;
    border-radius: 50px;
/*    padding: 10px;*/
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
/*    padding-bottom: 20px;*/
/*      margin: auto;*/
      background: #fff;


}

.grid-item img{
    display: inline;
    max-width: 100%;
    border-radius: 50px 50px 0px 0px;
 aspect-ratio: 1 / 1; /* Enforces a 1:1 square ratio */
    object-fit: cover;

}

.container{
/*    background-color: orange;*/
}




svg {
    height: 20px;
}

.single-card {
/*    color:red;*/
    border-radius: 50px!important;
}

.view-button-bottom {
    width:100%;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 0px 0px 45px 45px;
}

.pet-status-Lost{
    background-size: cover;
    background-image: url("/css/lost.png");
    background-color: #5FA5FA;

}

.pet-status-Found{
    background-size: cover;
    background-image: url("/css/found.png");
    background-color: #55C234;

}

.pet-status-For_adoption{
    background-size: cover;
    background-image: url("/css/adopt.png");
    background-color: #E459EA;

}

.pet-status-Foster{
    background-size: cover;
    background-image: url("/css/foster.png");
    background-color: #DD7505;

}


.view-details-button {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
}

.animal-icons {
    color:#333;
}

.description-text{
    color:#777;
}

.divider-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
}

.divider-with-icon .line {
    flex: 1; /* Make the line take up the remaining space */
    height: 1px;
    background-color: #ddd;
}

.divider-with-icon .icon {
    margin: 0 10px; /* Add space between the icon and the lines */
    font-size: 24px; /* Adjust the size of the icon */
    color: #ddd; /* Icon color */
}

.search-area-top {
padding: 30px;

background-color: #fff;
margin-bottom: 20px;
border-radius: 0px 0px 50px 50px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.navbar {
    color:#ccc!important;
/*    height:90px;*/
    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.navbar {
    font-size:20px;
/*    height:90px;*/
}
.navbar-brand img{
    height:80px;
}

.blog .card{
    margin-bottom: 30px;
}

.footer {
    color:#999!important;
}
.footer a{

}

.duplicate-entries .card {
    border-left: 4px solid #ffc107;
    margin-bottom: 1rem;
}

.duplicate-entries .card-title {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.alert-warning {
    background-color: rgba(255, 193, 7, 0.1);
    border-color: #ffc107;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

.alert-warning .grid-item {
    max-width: 300px;
    margin: 0 auto;
}

.alert-warning h4 {
    color: #856404;
    margin-bottom: 15px;
    text-align: left;
}

.account-link {
    color: #5FA5FA !important;  /* Same blue as "lost" status */
    font-size: 1.2rem;
    transition: opacity 0.2s;
}

.account-link:hover {
    opacity: 0.8;
}

/* Make the icon slightly larger on desktop */
@media (min-width: 768px) {
    .account-link {
        font-size: 1.4rem;
    }
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.social-share-buttons .btn {
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.2s !important;
    color: white !important;
}

/* Default (filled) states */
.social-share-buttons .btn.btn-outline-primary {
    background-color: #1877f2 !important;
    border-color: #1877f2 !important;
}

.social-share-buttons .btn.btn-outline-dark {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.social-share-buttons .btn.btn-outline-success {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
}

.social-share-buttons .btn.btn-outline-email {
    background-color: #D462E3 !important;
    border-color: #D462E3 !important;
}

.social-share-buttons .btn.btn-outline-link {
    background-color: #F68905 !important;
    border-color: #F68905 !important;
    color: white !important;
}

/* Hover states */
.social-share-buttons .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background-color: white !important;
}

.social-share-buttons .btn.btn-outline-primary:hover {
    color: #1877f2 !important;
}

.social-share-buttons .btn.btn-outline-dark:hover {
    color: #000000 !important;
}

.social-share-buttons .btn.btn-outline-success:hover {
    color: #25d366 !important;
}

.social-share-buttons .btn.btn-outline-email:hover {
    color: #D462E3 !important;
}

.social-share-buttons .btn.btn-outline-link:hover {
    color: #F68905 !important;
}

.entry-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.entry-actions .btn {
    min-width: 120px;
}

@media (max-width: 768px) {
    .entry-actions {
        gap: 0.5rem;
    }
    .entry-actions .btn {
        min-width: auto;
        flex: 1 1 calc(50% - 0.5rem);
    }
}

.status-header {
    border-radius: 50px 50px 0 0;
    background-size: cover;
    margin: -1px;  /* To cover the card border */
}

.status-header h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 2.5rem;
}

.search-label {
    font-weight: bold;
    color: #0d6efd;
}

/* Make search labels blue */
.form-label.search-label {
    font-weight: bold !important;
    color: #0d6efd !important;
}

/* Fix account link color */
.navbar .nav-item .account-link {
    color: #5FA5FA !important;
}

/* Fix social share buttons */
.social-share-buttons .btn {
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.2s !important;
    color: white !important;
}

/* Default (filled) states with higher specificity */
.social-share-buttons .btn.btn-outline-primary {
    background-color: #1877f2 !important;
    border-color: #1877f2 !important;
}

.social-share-buttons .btn.btn-outline-dark {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.social-share-buttons .btn.btn-outline-success {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
}

.social-share-buttons .btn.btn-outline-email {
    background-color: #D462E3 !important;
    border-color: #D462E3 !important;
}

/* Hover states */
.social-share-buttons .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    background-color: white !important;
}

.social-share-buttons .btn.btn-outline-primary:hover {
    color: #1877f2 !important;
}

.social-share-buttons .btn.btn-outline-dark:hover {
    color: #000000 !important;
}

.social-share-buttons .btn.btn-outline-success:hover {
    color: #25d366 !important;
}

.social-share-buttons .btn.btn-outline-email:hover {
    color: #D462E3 !important;
}

/* Make form elements more compact on desktop */
@media (min-width: 768px) {
    .search-area-top .form-control,
    .search-area-top .input-group {
        height: 35px;
    }
    
    .search-area-top .form-label {
        margin-bottom: 0.25rem;
    }
    
    .search-area-top .btn {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}

/* Style the search button in the input group */
.search-area-top .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.announcement-banner {
    background-color: #0d6efd;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: -1px;  /* To remove gap between banner and top-of-fp */
}

.announcement-banner p {
    font-weight: 500;
}

.announcement-banner strong {
    font-weight: 700;
}
