/* Section-02 Starts Here */
.vat-return-02 {
  padding: 40px 0;
}

/* Section-02 Ends Here */

/* Section 03 Starts Here */
.cta-wrapper-section
{
  padding: 40px 0;
}

.ba-cta-wrapper {
    position: relative;
    margin: 0 auto;
    border-radius: 24px;
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, #20282d 0%, #1b2429 50%, #0f1417 100%);
}

.ba-cta-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(74, 158, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(74, 158, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.6;
}

.ba-cta-content {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}
.ba-cta-content h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.ba-cta-subtitle {
    font-size: 20px;
    color: #b8c5d0;
    margin-bottom: 40px;
    line-height: 1.6;
}
.ba-cta-btn {
    display: inline-block;
    padding: 18px 48px;
    background: #ffffff;
    color: #20282d;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.ba-cta-btn:hover {
    transform: translateY(-2px);
    color: var(--dark-blue-color);
}

@media (max-width: 992px) {
.global-hero-section
{
    padding-bottom: 0;
}
}


@media (max-width: 768px) {
    .ba-cta-wrapper {
        padding: 60px 30px;
        border-radius: 16px;
    }

        .ba-cta-content h2 {
        font-size: 32px;
    }
        .ba-cta-subtitle {
        font-size: 18px;
    }
        .ba-cta-btn {
        padding: 16px 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ba-cta-wrapper {
        padding: 40px 20px;
    }
}
/* Section 03 Ends Here */
