:root {
    --bs-primary: #00c4cc;
    /* Custom primary color */
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
    border-width: thin !important;
}

.alert-primary {
    background-color: var(--bs-primary) !important;
    color: white !important;
    border: 0;
}

.text-muted {
    color: gray !important;
}

.full-height {
    height: 100vh; /* Full viewport height */
}

.bi-facebook,
.bi-instagram,
.bi-whatsapp {
    color: var(--bs-primary) !important;
}

.launch-text {
    font-family: 'Sacramento';
    font-size: 40px;
}

.card-img-about {
    width: 100px;
    height: auto;
}

.cost {
    font-size: 20px;
    color: gray !important;
    margin: 2px;
}

.cost-sub {
    font-size: 16px;
    color: gray !important;
    margin: 0;
}