/* Process Section */
.process-section {
    background: #00146d;
}

/* Card Images */
.card-img-top {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    padding: 1rem;
}

.card-img-top img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

/* Gold Subtitle */
.subtitle {
    color: var(--gold);
}

/* Text Colors */
.text-white-custom {
    color: var(--white);
}

/* Responsive Image Containers */
.img-container {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

/* Floating CTA */
.floating-cta {
    bottom: 8rem;
    right: 2rem;
}

/* iframe styles */
.map-iframe {
    border: 0;
}