.header-custom {
    background-color: #002d72;
    color: white;
    padding: 10px 0;
}

.header-custom a {
    color: white;
}

.header-custom .left-section,
.header-custom .right-section {
    display: flex;
    align-items: center;
}

.card {
    background-color: white !important;
    border-radius: 10px;
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1.05);
}

.card-body {
    color: black !important;
}

.card-title,
.card-subtitle {
    color: black !important;
}

.price-green {
    color: green;
}

.price-red {
    color: red;
}

.btn-block {
    width: 100%;
}

.card-custom-size {
    transform: scale(0.8);
}

.card-title {
    font-size: 1rem;
}

.card-subtitle {
    font-size: 0.875rem;
}

.card-text {
    font-size: 0.875rem;
}

.price-green,
.price-red {
    font-size: 1.25rem;
}

.container {
    max-width: 90%;
}

#whatsapp-icon-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#whatsapp-icon-link img {
    width: 60px;
    height: 61px;
}

.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.footer .footer-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer a {
    color: #343a40;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons i {
    font-size: 24px;
    margin-right: 15px;
    color: #343a40;
}

.footer .social-icons i:hover {
    color: #007bff;
}
