/**
 * Acquisition SPC Financial - Styles
 */

.acquisition-spc-financial-hero {
    padding: 6rem 0;
    background-color: #D7EEFF;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.acquisition-spc-financial-hero .container {
    margin: 0 auto;
}

.acquisition-spc-financial-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
    border: solid 1px #3551A3;
}

/* Logos Section */
.acquisition-spc-financial-hero .hero-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.acquisition-spc-financial-hero .hero-logo {
    display: flex;
    align-items: center;
}

.acquisition-spc-financial-hero .hero-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    max-width: 236px;
}

.acquisition-spc-financial-hero .hero-logos-separator {
    width: 2px;
    height: 60px;
    background-color: #3C5DCC;
    flex-shrink: 0;
}

/* Title */
.acquisition-spc-financial-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #3551A3;
    margin: 0 0 24px 0;
    max-width: 900px;
}

/* Text */
.acquisition-spc-financial-hero .hero-text {
    font-size: 18px;
    line-height: 1.6;
    color: #3551A3;
    margin: 0 0 40px 0;
    max-width: 800px;
}

/* Buttons */
.acquisition-spc-financial-hero .hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.acquisition-spc-financial-hero .hero-button-wrapper {
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .acquisition-spc-financial-hero {
        padding: 40px 0;
    }

    .acquisition-spc-financial-hero .hero-logos {
        gap: 20px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .acquisition-spc-financial-hero .hero-logos-separator {
        height: 40px;
        position: relative;
    }

    /* .acquisition-spc-financial-hero .hero-logos-separator:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 44px;
        height: 2px;
        background-color: #3C5DCC;
    }
     */

    .acquisition-spc-financial-hero .hero-title {
        font-size: 32px;
    }

    .acquisition-spc-financial-hero .hero-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .acquisition-spc-financial-hero .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .acquisition-spc-financial-hero .hero-button-wrapper {
        width: 90%;
    }

    .acquisition-spc-financial-hero .hero-button-wrapper .ac-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .acquisition-spc-financial-hero .hero-content {
        padding: 3rem 1rem;
    }

    .acquisition-spc-financial-hero .hero-logos {
        flex-direction: column;
        gap: 20px;
    }

    .acquisition-spc-financial-hero .hero-logos-separator {
        display: none;
    }

    /* .acquisition-spc-financial-hero .hero-logos-separator:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 44px;
        height: 2px;
        background-color: #3C5DCC;
    } */

    .acquisition-spc-financial-hero .hero-title {
        font-size: 28px;
    }
}







#main-content .ac-btn-blue.ac-btn-filled {
    background-color: #3551A3;
    color: #fff;
    border-radius: 2px;
    text-transform: none;
    box-shadow: inset 0 0 0 1px #3551A3;
}

#main-content .ac-btn.ac-btn-text-blue {
    color: #3551A3;
}

#main-content .ac-btn-blue.ac-btn-outline {
    color: #3551A3 !important;
    box-shadow: inset 0 0 0 1px #3551A3;
    border-radius: 2px;
    text-transform: none;
}

#main-content .ac-btn.ac-btn-outline:hover,
#main-content .ac-btn.ac-btn-filled:hover {
    color: var(--white) !important;
}

/**
 * Vision Component Styles
 */
.acquisition-spc-financial-vision {
    padding: 6rem 0;
    background-color: #ffffff;
}

.acquisition-spc-financial-vision .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.acquisition-spc-financial-vision .vision-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Header Section */
.acquisition-spc-financial-vision .vision-pre-title {
    font-size: 16px;
    font-weight: 500;
    color: #a67d49;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.acquisition-spc-financial-vision .vision-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #3551A3;
    margin: 0 0 5rem 0px;
    max-width: 900px;
    display: flex;
    flex-direction: column;
}

/* Cards Section */
.acquisition-spc-financial-vision .vision-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

.acquisition-spc-financial-vision .vision-card {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 2px;
    text-align: left;
    justify-content: space-between;
    border: solid 1px #00001117;
    gap: 1rem;
}

.acquisition-spc-financial-vision .vision-card-1 {
    background-color: #D7EEFF;
}

.acquisition-spc-financial-vision .vision-card-2 {
    background-color: #F3F0E9;
}

/* Logo */
.acquisition-spc-financial-vision .vision-card-logo {
    max-width: 236px;
}

.acquisition-spc-financial-vision .vision-card-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Text */
.acquisition-spc-financial-vision .vision-card-text p {
    font-size: 16px;
    line-height: 1.35;
    color: #1a1a1a;
    font-style: italic;
}

/* Avatar Section */
.acquisition-spc-financial-vision .vision-card-avatar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.acquisition-spc-financial-vision .vision-avatar-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.acquisition-spc-financial-vision .vision-avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.acquisition-spc-financial-vision .vision-avatar-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.acquisition-spc-financial-vision .vision-avatar-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.acquisition-spc-financial-vision .vision-avatar-position {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
}

/* Responsive */
@media (max-width: 768px) {
    .acquisition-spc-financial-vision .vision-card-text p {
        font-size: 16px;
        line-height: 1.55;
        text-align: center;
        margin-top: 2rem;
    }

    .acquisition-spc-financial-vision .vision-card-avatar {
        gap: 10px;
    }
    .acquisition-spc-financial-vision .vision-avatar-info {
        gap: 0px;
    }

    .acquisition-spc-financial-vision .vision-title {
        font-size: 2.5rem;
        font-size: 2.5rem;
        text-align: center;
    }

    .acquisition-spc-financial-vision {
        padding: 60px 0;
    }

    .acquisition-spc-financial-vision .vision-title {
        margin-bottom: 40px;
    }

    .acquisition-spc-financial-vision .vision-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .acquisition-spc-financial-vision .vision-card {
        padding: 30px;
        display: flex;
        align-items: center;
    }

    .acquisition-spc-financial-vision .vision-card-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .acquisition-spc-financial-vision .vision-pre-title {
        width: 100%;
    }

    .acquisition-spc-financial-vision .vision-title {
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
    }

    .acquisition-spc-financial-vision .vision-card {
        padding: 24px;
    }

    .acquisition-spc-financial-vision .vision-avatar-image {
        width: 60px;
        height: 60px;
    }

    .acquisition-spc-financial-vision .vision-avatar-name {
        font-size: 16px;
    }

    .acquisition-spc-financial-vision .vision-avatar-position {
        font-size: 14px;
    }
}

/**
 * About Alphacore Component Styles
 */
.acquisition-spc-financial-about-alphacore {
    padding: 6rem 0;
    background-color: #ffffff;
}

.acquisition-spc-financial-about-alphacore .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.acquisition-spc-financial-about-alphacore .about-alphacore-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    align-items: start;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-header-left {
    display: flex;
    flex-direction: column;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-pre-title {
    font-size: 16px;
    font-weight: 500;
    color: #a67d49;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #3551A3;
    margin: 0;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-header-right {
    display: flex;
    flex-direction: column;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-text {
    font-size: 16px;
    line-height: 1.5;
    color: #3551A3;
    margin: 0;
    padding-left: 2rem;
}

@media (min-width: 769px) {
    .acquisition-spc-financial-about-alphacore .about-alphacore-text {
        padding-top: 2.8rem;
    }
}

/* Photo Grid */
.acquisition-spc-financial-about-alphacore .about-alphacore-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.acquisition-spc-financial-about-alphacore .photo-grid-item {
    width: 100%;
    overflow: hidden;
}

.acquisition-spc-financial-about-alphacore .photo-grid-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* CTA Section */
.acquisition-spc-financial-about-alphacore .about-alphacore-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-cta-left {
    display: flex;
    flex-direction: column;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-cta-title {
    font-family: "Taviraj", serif;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #3551A3;
    margin: 0;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-cta-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-cta-text {
    font-size: 16px;
    line-height: 1.5;
    color: #3551A3;
    margin: 0;
}

.acquisition-spc-financial-about-alphacore .about-alphacore-cta-button-wrapper {
    margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .about-alphacore-cta-button-wrapper{
        text-align: center;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-pre-title {
        text-align: center;
    }
    .acquisition-spc-financial-about-alphacore {
        padding: 60px 0;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-title {
        font-size: 2.5rem;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-photo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-cta {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-cta-title {
        font-size: 2.5rem;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-text,
    .acquisition-spc-financial-about-alphacore .about-alphacore-cta-text {
        font-size: 16px;
        padding-left: 0;
        text-align: center;
    }

    .acquisition-spc-financial-about-alphacore .about-alphacore-title,
    .acquisition-spc-financial-about-alphacore .about-alphacore-cta-title {
        text-align: center;
    }
}

@media (max-width: 480px) {

    .acquisition-spc-financial-about-alphacore .about-alphacore-title,
    .acquisition-spc-financial-about-alphacore .about-alphacore-cta-title {
        font-size: 2rem;
        text-align: center;
    }
}

/**
 * Trusted Services Component Styles
 */
.acquisition-spc-financial-trusted-services {
    padding: 6rem 0;
    background-color: #171938;
}

.acquisition-spc-financial-trusted-services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.acquisition-spc-financial-trusted-services .trusted-services-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 60px 0;
    text-align: center;
}

.acquisition-spc-financial-trusted-services .trusted-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.acquisition-spc-financial-trusted-services .trusted-services-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.acquisition-spc-financial-trusted-services .trusted-services-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acquisition-spc-financial-trusted-services .trusted-services-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.acquisition-spc-financial-trusted-services .trusted-services-card-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 16px 0;
    font-family: "Taviraj", serif;
}

.acquisition-spc-financial-trusted-services .trusted-services-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.acquisition-spc-financial-trusted-services .trusted-services-button-wrapper {
    margin-top: 2rem;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .acquisition-spc-financial-trusted-services .trusted-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .acquisition-spc-financial-trusted-services {
        padding: 60px 0;
    }

    .acquisition-spc-financial-trusted-services .trusted-services-title {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

    .acquisition-spc-financial-trusted-services .trusted-services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .acquisition-spc-financial-trusted-services .trusted-services-card {
        padding: 30px;
        align-items: center;
    }
    .acquisition-spc-financial-trusted-services .trusted-services-card-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .acquisition-spc-financial-trusted-services .trusted-services-title {
        font-size: 2rem;
    }

    .acquisition-spc-financial-trusted-services .trusted-services-card {
        padding: 24px;
    }

    .acquisition-spc-financial-trusted-services .trusted-services-card-title {
        font-size: 20px;
    }

    .acquisition-spc-financial-trusted-services .trusted-services-card-text {
        font-size: 14px;
    }
}

/**
 * Still Have Questions Component Styles
 */
.acquisition-spc-financial-still-have-questions {
    padding: 6rem 0;
}

.acquisition-spc-financial-still-have-questions .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.acquisition-spc-financial-still-have-questions .still-have-questions-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.acquisition-spc-financial-still-have-questions .still-have-questions-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    color: #3551A3;
    margin: 0;
    font-family: "Taviraj", serif;
}

.acquisition-spc-financial-still-have-questions .still-have-questions-text {
    font-size: 18px;
    line-height: 1.6;
    color: #3551A3;
    margin: 0;
    max-width: 600px;
}

.acquisition-spc-financial-still-have-questions .still-have-questions-button-wrapper {
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .acquisition-spc-financial-still-have-questions {
        padding: 60px 0;
    }

    .acquisition-spc-financial-still-have-questions .still-have-questions-title {
        font-size: 2.5rem;
    }

    .acquisition-spc-financial-still-have-questions .still-have-questions-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .acquisition-spc-financial-still-have-questions .still-have-questions-title {
        font-size: 2rem;
    }

    .acquisition-spc-financial-still-have-questions .still-have-questions-text {
        font-size: 14px;
    }
}



/* Ultrawide Screen Adjusts */
@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1780px;
    }

    .acquisition-spc-financial-hero .hero-content {
        padding: 10rem 3rem;
        max-width: 1720px;
    }
}



