
.research-contact-section {
    background: #0a0a0a;
    padding: 80px 0;
    position: relative;
}

[data-theme="light"] .research-contact-section {
    background: #f5f5f5;
}

.research-contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.research-contact-wrapper {
    text-align: center;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid rgba(212, 175, 55, 0.08);
}

[data-theme="light"] .research-contact-wrapper {
    background: #ffffff;
    border-color: rgba(212, 175, 55, 0.2);
}

.research-contact-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.research-contact-heading {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

[data-theme="light"] .research-contact-heading {
    color: #b8962e;
}

.research-locations-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.research-location-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: default;
}

[data-theme="light"] .research-location-badge {
    background: #ffffff;
    border-color: rgba(212, 175, 55, 0.3);
}

.research-location-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.5s ease;
}

.research-location-badge:hover::before {
    left: 100%;
}

.research-location-badge:hover {
    background: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.15);
}

.research-location-badge i {
    font-size: 14px;
    color: #D4AF37;
    transition: all 0.3s ease;
}

[data-theme="light"] .research-location-badge i {
    color: #8b6914;
}

.research-location-badge:hover i {
    transform: scale(1.2);
}

.research-location-badge span {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

[data-theme="light"] .research-location-badge span {
    color: #000000;
}

[data-theme="light"] .research-location-badge:hover span {
    color: #8b6914;
}

.research-client-note {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

[data-theme="light"] .research-client-note {
    color: rgba(0, 0, 0, 0.5);
}

/* Animation */
@keyframes cityPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.research-location-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.research-location-badge:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #D4AF37;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.2);
}

.research-location-badge:hover::before {
    opacity: 1;
}

.research-location-badge i {
    color: #D4AF37;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.research-location-badge span {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.research-client-note {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* Video Responsive */
.video-responsive {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

 /* Improve content readability */
.description-text {
    font-family: var(--font-body) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #b8b8b8 !important;
    margin-bottom: 20px !important;
}

.description-text strong {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #D4AF37;
    display: block;
    margin: 20px 0 10px;
    letter-spacing: 0.5px;
}

.description-text p {
    margin-bottom: 15px;
}

/* Improve heading hierarchy */
 .acquire-title {
    font-family: var(--font-heading) !important;
    font-size: clamp(3rem, 5vw, 4.5rem) !important;
    font-weight: 300 !important;
    color: var(--heading-color) !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.acquire-subtitle {
    font-family: var(--font-body) !important;
    font-size: 1rem !important;
    color: #b8b8b8 !important;
    max-width: 600px !important;
    line-height: 1.6 !important;
}



























