@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
    overflow-x: hidden;

}


/* ===== CPA NAVBAR THEME ===== */

.cpa-navbar {
    background: linear-gradient(135deg, #1a1a1a, #2d004d);
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.cpa-brand img {
  border-radius: 10px;
}

/* Nav Links */
.cpa-nav-links .cpa-link {
    color: #ffffff !important;
    font-weight: 800 !important;
    margin: 0 15px;
  
    letter-spacing: 0.5px;
}
/* Search Box */
.cpa-search-box {
    width: 300px;
}
.cpa-search-input {
    padding-left: 40px !important;
    border-radius: 30px !important;
    border: none !important;
    background: #2a2a2a !important;
    color: white !important;
}

.cpa-search-input::placeholder {
    color: #bbb;
}

.cpa-search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #a855f7;
}

/* Button */
.cpa-verify-btn {
   background: linear-gradient(45deg, #4c1d95, #7e22ce, #a855f7);
    color: white !important;
    border-radius: 30px !important;
    padding: 8px 24px !important;
    font-weight: 500 !important;
    border: none;
    transition: 0.3s;
}

.cpa-verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(168,85,247,0.4);
}

/* Mobile */
.cpa-toggler {
    border-color: #a855f7;
}
/* ===== HERO SECTION ===== */

.cpa-hero-wrapper {
    position: relative;
    overflow: hidden;
}


/* Dark Gradient Overlay */
.cpa-hero-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
}

/* Content Bottom Position */
.cpa-hero-content {
    position: absolute;
    bottom: 40px;
    left: 50px;
    color: #fff;
    z-index: 2;
}

.cpa-hero-content h2 {
    font-size: 52px;
    font-weight: 700;
}

.cpa-hero-content h2 span {
    display: block;
    color: #a855f7;
}

/* Button */
.cpa-hero-btn {
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(45deg, #fbff02, #a855f7);
    color: white;
    font-weight: 500;
    transition: 0.3s ease;
}

.cpa-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(168,85,247,0.4);
}

.cpa-latest-update {
   
    border-radius: 20px;
    color: #fff;
   
}

.cpa-latest-update h2 {
    color: #c084fc;
    font-weight: 600;
}

/* List */
.cpa-update-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}

.cpa-update-list li i {
    color: #a855f7;
}

.cpa-update-list li:hover {
    transform: translateX(6px);
    color: #c084fc;
}
.cpa_bg {
    background-image: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/australia/44416638_9062276.jpg");

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cpa_item_ai img{
    filter: blur(1px);
}

/* ===== Ultimate Section ===== */

.cpa-ultimate-section {
 background: linear-gradient(
        135deg,
        rgba(255,255,255,0.95),
        rgba(168,85,247,0.08)
    );

    padding: 60px 0;
}

.cpa-ultimate-heading {
     color: #a855f7;
    font-weight: 700;
}

.cpa-ultimate-heading::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #a855f7;
    display: block;
    margin: 15px auto 0;
}

/* Cards */
.cpa-ultimate-card {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
}

.cpa-ultimate-card i {
    font-size: 40px;
    color: #a855f7;
    margin-bottom: 15px;
}

.cpa-ultimate-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #a855f7;
}

.cpa-ultimate-card p {
    font-size: 16px;
    color: #d6d6d6;
    font-size: 400;
}

/* Hover Effect */
.cpa-ultimate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(168,85,247,0.3);
}
.cpa-subject-section {
    padding: 60px 0;
    background: url(../image/australia/bgimg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cpa-subject-heading {
    font-weight: 700;
}

.cpa-subject-sub {
    color: #666;
}

.cpa-category-title {
    font-weight: 600;
    margin-bottom: 25px;
    color: #7e22ce;
}

/* Subject Box */
.cpa-subject-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.cpa-subject-box:hover {
    border: 1px solid #a855f7;
    box-shadow: 0 10px 30px rgba(168,85,247,0.2);
    transform: translateY(-6px);
}

.cpa-subject-box h5,
.cpa-subject-box h6 {
    font-weight: 600;
}

.cpa-subject-box p {
    font-size: 14px;
    color: #666;
}

/* Button */
.cpa-enrol-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    border-radius: 30px;
    background: linear-gradient(45deg, #7e22ce, #a855f7);
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.cpa-enrol-btn:hover {
    box-shadow: 0 5px 15px rgba(168,85,247,0.4);
}

.small {
    padding: 22px;
}

.small-btn {
    padding: 6px 15px;
    font-size: 13px;
}

.cpa-us-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0f0f0f, #1a0033);
    color: #fff;
}

.cpa-guide-section {
    padding: 60px 0;
    background: linear-gradient(to right, #f8f9ff, #eef2ff);
}

/* Image Style */
.cpa-image-wrapper {
    text-align: center;
}

.cpa-image-wrapper img {
    max-width: 85%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.cpa-image-wrapper img:hover {
    transform: translateY(-8px);
}

/* Content */
.cpa-content h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    color: #1e1e2f;
}

.cpa-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Badge */
.cpa-badge {
    display: inline-block;
    background: #e0e7ff;
    color: #4338ca;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Feature List */
.cpa-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.cpa-feature-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #444;
}

.cpa-feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #4f46e5;
    font-weight: bold;
}

/* Buttons */
.cpa-buttons a {
    text-decoration: none;
    margin-right: 12px;
}

.btn-primary-cpa {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-primary-cpa:hover {
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}

.btn-outline-cpa {
    border: 2px solid #4f46e5;
    color: #4f46e5;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-outline-cpa:hover {
    background: #4f46e5;
    color: #fff;
}


/* Heading */
.cpa-us-heading {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cpa-us-heading span {
    display: block;
    color: #4da3ff;
}

/* Buttons */
.cpa-btn-group {
    margin-bottom: 30px;
}

.cpa-primary-btn {
    background: #7e22ce;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
}


.cpa-outline-btn {
    border: 1px solid #FFF;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.cpa-outline-btn:hover {
    background: white;
    color: #000;
}

/* Cards */
.cpa-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.cpa-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

/* Flex Card (Text + Image) */
.cpa-flex-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cpa-text {
    flex: 1;
}

.cpa-img-box {
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
}

.cpa-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.cpa-flex-card:hover img {
    transform: scale(1.1);
}

/* Right Main Image */
.cpa-main-image img {
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .cpa-flex-card {
        flex-direction: column;
        text-align: center;
    }

    .cpa-img-box {
        width: 100%;
        height: 160px;
    }
    .cpa-hero-content h2 {
    font-size: 32px;
    font-weight: 700;
}
}
@media (max-width: 420px) {
  
    .cpa-hero-content h2 {
    font-size: 16px;
    font-weight: 700;
}
.cpa-hero-content {
    position: absolute;
    bottom: 8px;
    left: 13px;
    color: #fff;
    z-index: 2;
}
.btn-primary-cpa {

    padding: 10px 6px;
  
}
}

.us-cpa-bekers-unique {
   background: linear-gradient(135deg, #000000 0%, #001f3f 40%, #4b0082 100%);

    color: #fff;
    padding: 60px 0;
  
}

/* Heading */
.us-cpa-main-heading {
    font-size: 36px;
    font-weight: 700;
}

.us-cpa-main-heading span {
    display: block;
    font-size: 20px;
    color: #c084fc;
    font-weight: 400;
}

.us-cpa-subtext {
    max-width: 700px;
    margin: auto;
    color: #ccc;
}

/* Glass Card */
.us-cpa-glass-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transition: 0.4s ease;
    height: 100%;
}

.us-cpa-glass-card:hover {
    transform: translateY(-10px);
    border-color: #a855f7;
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.4);
}

/* Icon */
.us-cpa-icon {
    font-size: 28px;
    color: #a855f7;
    margin-bottom: 15px;
}
.cpa-testimonial-white {
    background: #ffffff;
}



.cpa-testimonial-sub {
    max-width: 600px;
    margin: auto;
    color: #555;
}

/* Card */
.cpa-testimonial-card-white {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 100%;
}

.cpa-testimonial-card-white:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(128, 0, 255, 0.15);
}

/* Quote Icon */
.quote-icon {
    font-size: 28px;
    color: #6a11cb;
    margin-bottom: 15px;
}

/* Text */
.cpa-testimonial-card-white p {
    font-style: italic;
    color: #444;
}

/* Author */
.cpa-testimonial-card-white h6 {
    margin-top: 20px;
    font-weight: 600;
    color: #111;
}

.cpa-testimonial-card-white span {
    font-size: 14px;
    color: #777;
}
.cpa-contact-section {
    background: #f8f9fc;
}

/* Form Box */
.cpa-contact-form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Heading */
.cpa-contact-heading {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.cpa-contact-subtext {
    color: #666;
    margin-bottom: 25px;
}

/* Input */
.cpa-input {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 12px;
    transition: 0.3s;
}

.cpa-input:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 0 0.2rem rgba(106, 17, 203, 0.15);
}

/* Button */
.cpa-contact-btn {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.cpa-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(106, 17, 203, 0.3);
}

/* Image Section */
.cpa-contact-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.cpa-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.cpa-image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}
/* Main Footer */
.cpa-footer {
    background: linear-gradient(135deg, #000000, #1a0033);
    color: #ccc;
    padding: 40px 0;
}

.cpa-footer p {
    font-size: 14px;
    color: #aaa;
}

/* Footer Titles */
.cpa-footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

/* List */
.cpa-footer-list {
    list-style: none;
    padding: 0;
}

.cpa-footer-list li {
    margin-bottom: 8px;
}

.cpa-footer-list a {
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

.cpa-footer-list a:hover {
    color: #a855f7;
}

/* Social Icons */
.cpa-social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    transition: 0.3s;
}

.cpa-social-links a:hover {
    background: #a855f7;
}


.cpa-footer-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    background: #a855f7;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.cpa-footer-btn:hover {
    background: #7e22ce;
}

/* Bottom Bar */
.cpa-footer-bottom {
    background: #000;
    color: #aaa;
    padding: 15px 0;
    font-size: 14px;
}

.cpa-footer-bottom a {
    color: #aaa;
    text-decoration: none;
    margin-left: 10px;
}

.cpa-footer-bottom a:hover {
    color: #a855f7;
}

