.phi-cta-build {
    background: var(--background-color);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Background Pattern */
.phi-cta-build::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 40%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 136, 0.05) 0%, transparent 70%);
    transform: rotate(45deg);
}

.phi-cta-build::after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 40%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 166, 126, 0.05) 0%, transparent 70%);
    transform: rotate(-45deg);
}

/* Container */
.phi-cta-build__container {


    position: relative;
    z-index: 1;
}

/* Main Heading */
.phi-cta-build__heading {
    color: #000;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 48px;
    line-height: 111.00000000000001%;
    letter-spacing: 0;
    text-align: center;
}

/* Subheading */

.phi-cta-build__subheading {
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    line-height: 1.5;
    margin-bottom: 40px;
}



/* CTA Button */
.phi-cta-build__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #000;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.phi-cta-build__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Button Arrow Container */
.phi-cta-build__button-arrow {
    width: 36px;
    height: 36px;
    background: #00ff88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.phi-cta-build__button:hover .phi-cta-build__button-arrow {
    background: #00e67a;
    transform: translateX(4px);
}

/* Arrow Icon */
.phi-cta-build__arrow-icon {
    width: 18px;
    height: 18px;
    stroke: #000;
    stroke-width: 2.5;
}

/* Tablet Styles */

/* Mobile Styles */
@media (max-width: 749px) {
    .phi-cta-build {
        padding: 48px 16px;
    }

    .phi-cta-build__heading {
        font-size: 22px;
    }

    .phi-cta-build__subheading {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .phi-cta-build__button {
        padding: 12px 24px;
        font-size: 14px;
        gap: 10px;
    }

    .phi-cta-build__button-arrow {
        width: 32px;
        height: 32px;
    }

    .phi-cta-build__arrow-icon {
        width: 16px;
        height: 16px;
    }
}

.phi-cta-build .services__actions {
    max-width: 300px;
    margin: 0 auto;
}
 
.page-template-page-service .phi-cta-build .services__actions {
    max-width: 300px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
 

.page-template-page-service .phi-cta-build__heading {
    color: #000;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 111.00000000000001%;
    letter-spacing: 0;
    text-align: center;
    max-width: 1007px;
    margin: 0 auto;
}


.page-template-page-service .phi-cta-build .services__actions {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}  



/* Landing Page Australia */

.phi-cta-build--landing-page-australia .phi-cta-build__heading {
    max-width: 1100px;
    margin: 0 auto;
}



.phi-cta-build--landing-page-australia .phi-cta-build__heading {
    margin-bottom: 4rem;
    
}




@media screen and (min-width: 768px) {



    .page-template-page-service .phi-cta-build__heading {
        color: #000;
        margin-bottom: 20px;
        font-family: Poppins;
        font-weight: 400;
        max-width: 1007px;
        font-style: Italic;
        margin: 0 auto;
        font-size: 48px;
        line-height: 111.00000000000001%;
        letter-spacing: 0;
        text-align: center;
    }


} 


.phi-cta-build--landing-page-australia {
    background: #E2FFF7;
}
 