.contact-info-card-4b2d9575 {
    --ci-grad-start: #5e35b1;
    --ci-grad-end: #00acc1;
    background: linear-gradient(135deg, var(--ci-grad-start), var(--ci-grad-end));
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s ease, translate 0.8s ease;
    opacity: 0; /* Pre-animation state */
}

/* Hover scales */
.contact-info-card-4b2d9575.ci-hover-scale-active:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Motion Slide Directions starting values */
.contact-info-card-4b2d9575.ci-motion-slide-up {
    translate: 0 60px;
}
.contact-info-card-4b2d9575.ci-motion-slide-left {
    translate: -60px 0;
}
.contact-info-card-4b2d9575.ci-motion-slide-right {
    translate: 60px 0;
}
.contact-info-card-4b2d9575.ci-motion-fade-in {
    translate: 0 0;
}

/* Animated Active State */
.contact-info-card-4b2d9575.ci-is-visible {
    opacity: 1;
    translate: 0 0;
}

/* Elements styles */
.ci-title-4b2d9575 {
    margin: 0 0 15px 0;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.ci-desc-4b2d9575 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
}

.ci-divider-4b2d9575 {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 30px 0;
}

.ci-info-title-4b2d9575 {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ci-list-4b2d9575 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ci-item-4b2d9575 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 12px;
    font-size: 1.05rem;
    line-height: 1.5;
}

.ci-item-4b2d9575:last-child {
    margin-bottom: 0;
}

.ci-item-lbl-4b2d9575 {
    font-weight: 600;
    margin-right: 8px;
    opacity: 0.95;
    flex-shrink: 0;
}

.ci-item-val-4b2d9575 {
    font-weight: 400;
}

.ci-item-val-4b2d9575 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    transition: border-bottom-color 0.2s ease, opacity 0.2s ease;
}

.ci-item-val-4b2d9575 a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.9;
}
