/* =========================================================
   BBSR SERVICES
   ADVANCE TAX
========================================================= */

.at-page {
    padding: 30px 0 55px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.at-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.at-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 52px 45px;
    background: linear-gradient(135deg, #173f5f, #286b8e);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.at-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.at-hero-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
}

.at-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    background: rgba(255,255,255,.10);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.at-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 39px;
    line-height: 1.25;
    font-weight: 700;
}

.at-hero-subtitle {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.at-hero-text {
    max-width: 880px;
    margin: 0 0 14px;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 29px;
}


/* =========================================================
   BUTTONS
========================================================= */

.at-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.at-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.at-btn i {
    margin-right: 6px;
}

.at-btn-apply {
    background: #198754;
    color: #ffffff !important;
}

.at-btn-apply:hover {
    background: #146c43;
}

.at-btn-consult {
    background: #ff6600;
    color: #ffffff !important;
}

.at-btn-consult:hover {
    background: #dc5400;
}

.at-btn-light {
    background: #ffffff;
    color: #173f5f !important;
}

.at-btn-light:hover {
    background: #eeeeee;
}

.at-btn-green {
    background: #25d366;
    color: #ffffff !important;
}

.at-btn-green:hover {
    background: #1ca951;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.at-section {
    margin-bottom: 35px;
}

.at-section h2 {
    margin: 0 0 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e2e7ea;
    color: #173f5f;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}

.at-section h3 {
    color: #173f5f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.at-section p {
    margin: 0 0 15px;
    color: #555555;
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
}

.at-section a {
    color: #286b8e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.at-section a:hover {
    color: #ff6600;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.at-highlight {
    margin: 20px 0;
    padding: 23px;
    background: #f3f8fb;
    border-left: 4px solid #286b8e;
    border-radius: 6px;
}

.at-highlight h3 {
    margin: 0 0 8px;
}

.at-highlight p {
    margin: 0;
}


/* =========================================================
   CARD GRID
========================================================= */

.at-card-grid,
.at-service-grid,
.at-professional-grid,
.at-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.at-card-grid > div,
.at-service-grid > div,
.at-professional-grid > div,
.at-related-grid > div {
    min-height: 165px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    transition: all .25s ease;
}

.at-card-grid > div:hover,
.at-service-grid > div:hover,
.at-professional-grid > div:hover,
.at-related-grid > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(0,0,0,.07);
}

.at-card-grid i,
.at-service-grid i,
.at-professional-grid i,
.at-related-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

.at-card-grid h3,
.at-service-grid h3,
.at-professional-grid h3,
.at-related-grid h3 {
    margin: 0 0 7px;
}

.at-card-grid p,
.at-service-grid p,
.at-professional-grid p {
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   APPLICATION GRID
========================================================= */

.at-app-grid,
.at-calc-grid,
.at-installment-grid,
.at-startup-grid,
.at-cash-grid,
.at-regime-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.at-app-grid > div,
.at-calc-grid > div,
.at-installment-grid > div,
.at-startup-grid > div,
.at-cash-grid > div,
.at-regime-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.at-app-grid h3,
.at-calc-grid h3,
.at-installment-grid h3,
.at-startup-grid h3,
.at-cash-grid h3,
.at-regime-grid h3 {
    margin: 7px 0 8px;
}

.at-app-grid p,
.at-calc-grid p,
.at-installment-grid p,
.at-startup-grid p,
.at-cash-grid p,
.at-regime-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}

.at-number {
    display: inline-block;
    color: #ff6600;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   CALCULATION
========================================================= */

.at-calc-grid > div {
    background: #ffffff;
}

.at-calc-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 7px;
    background: #286b8e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   NOTE
========================================================= */

.at-note {
    margin-top: 20px;
    padding: 18px 20px;
    background: #fffaf4;
    border: 1px solid #f0dfca;
    border-radius: 6px;
}

.at-note strong {
    color: #173f5f;
}

.at-note p {
    margin: 7px 0 0;
}


/* =========================================================
   INSTALLMENTS
========================================================= */

.at-installment-grid > div {
    background: #ffffff;
}

.at-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 7px;
    background: #198754;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   BUSINESS
========================================================= */

.at-business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.at-business-grid > div {
    min-height: 170px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.at-business-grid h3 {
    margin: 0 0 8px;
}

.at-business-grid p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   RELATED LINKS
========================================================= */

.at-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.at-related-links a {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: #f3f8fb;
    border: 1px solid #d8e2e6;
    border-radius: 5px;
    color: #286b8e !important;
    text-decoration: none !important;
}

.at-related-links a:hover {
    background: #286b8e;
    color: #ffffff !important;
}


/* =========================================================
   REGIME / CASH
========================================================= */

.at-regime-grid > div {
    text-align: center;
}

.at-regime-grid i,
.at-cash-grid i {
    display: block;
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 28px;
}


/* =========================================================
   INTEREST
========================================================= */

.at-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.at-interest-grid > div {
    padding: 25px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.at-interest-grid span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 10px;
    background: #286b8e;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.at-interest-grid h3 {
    margin: 0 0 8px;
}

.at-interest-grid p {
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   PROCESS
========================================================= */

.at-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.at-process-grid > div {
    min-height: 175px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.at-process-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    background: #286b8e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.at-process-grid h3 {
    margin: 0 0 8px;
}

.at-process-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   INLINE BUTTON
========================================================= */

.at-inline-button {
    display: inline-block !important;
    margin-top: 15px;
    padding: 10px 17px;
    background: #286b8e;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.at-inline-button:hover {
    background: #173f5f;
}


/* =========================================================
   SECTOR / PAN LINKS
========================================================= */

.at-sector-links,
.at-pan-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.at-sector-links a,
.at-pan-links a {
    display: inline-block;
    padding: 10px 15px;
    background: #f3f8fb;
    border: 1px solid #d8e2e6;
    border-radius: 5px;
    color: #286b8e !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.at-sector-links a:hover,
.at-pan-links a:hover {
    background: #286b8e;
    color: #ffffff !important;
}


/* =========================================================
   PAN INDIA
========================================================= */

.at-pan-box {
    padding: 32px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

.at-pan-box h2 {
    padding: 0;
    border-bottom: 0;
}


/* =========================================================
   EXAMPLE
========================================================= */

.at-example-box {
    padding: 30px;
    background: #fffaf4;
    border: 1px solid #f0dfca;
    border-radius: 8px;
}

.at-example-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #ff6600;
    border-radius: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.at-example-box h2 {
    padding: 0;
    border-bottom: 0;
}

.at-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.at-example-grid > div {
    padding: 17px;
    background: #ffffff;
    border: 1px solid #eadfd2;
    border-radius: 6px;
}

.at-example-grid strong {
    color: #173f5f;
    font-size: 14px;
}

.at-example-grid p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 21px;
}

.at-example-note {
    margin-bottom: 0 !important;
    color: #777777 !important;
    font-size: 12px !important;
}


/* =========================================================
   FAQ
========================================================= */

.at-faq {
    margin-bottom: 13px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
}

.at-faq h3 {
    margin: 0 0 8px;
}

.at-faq p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   WHY BBSR SERVICES
========================================================= */

.at-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.at-why-grid > div {
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.at-why-grid strong {
    color: #ff6600;
    font-size: 11px;
}

.at-why-grid h3 {
    margin: 7px 0;
}

.at-why-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.at-final-cta {
    margin: 35px 0;
    padding: 40px 30px;
    background: linear-gradient(135deg, #173f5f, #286b8e);
    border-radius: 8px;
    text-align: center;
}

.at-final-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
}

.at-final-cta p {
    max-width: 900px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.at-final-cta .at-buttons {
    justify-content: center;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.at-disclaimer {
    margin: 25px 0;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.at-disclaimer strong {
    color: #333333;
    font-size: 14px;
}

.at-disclaimer p {
    margin: 7px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.at-navigation {
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.at-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 5px;
    padding: 9px 18px;
    background: #173f5f;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.at-home-btn:hover {
    background: #ff6600;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .at-page {
        padding: 20px 8px 40px;
    }

    .at-container {
        max-width: 100%;
    }

    .at-hero {
        padding: 32px 20px;
    }

    .at-hero h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .at-hero-subtitle {
        font-size: 17px;
        line-height: 26px;
    }

    .at-hero-text {
        font-size: 14px;
        line-height: 25px;
    }

    .at-buttons {
        display: block;
    }

    .at-buttons .at-btn {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        box-sizing: border-box;
        text-align: center;
    }

    .at-section h2 {
        font-size: 21px;
        line-height: 29px;
    }

    .at-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .at-card-grid,
    .at-service-grid,
    .at-professional-grid,
    .at-related-grid,
    .at-app-grid,
    .at-calc-grid,
    .at-installment-grid,
    .at-startup-grid,
    .at-cash-grid,
    .at-regime-grid,
    .at-business-grid,
    .at-process-grid,
    .at-why-grid {
        display: block;
    }

    .at-card-grid > div,
    .at-service-grid > div,
    .at-professional-grid > div,
    .at-related-grid > div,
    .at-app-grid > div,
    .at-calc-grid > div,
    .at-installment-grid > div,
    .at-startup-grid > div,
    .at-cash-grid > div,
    .at-regime-grid > div,
    .at-business-grid > div,
    .at-process-grid > div,
    .at-why-grid > div {
        margin-bottom: 14px;
    }

    .at-interest-grid {
        display: block;
    }

    .at-interest-grid > div {
        margin-bottom: 14px;
    }

    .at-example-grid {
        display: block;
    }

    .at-example-grid > div {
        margin-bottom: 10px;
    }

    .at-related-links,
    .at-sector-links,
    .at-pan-links {
        display: block;
    }

    .at-related-links a,
    .at-sector-links a,
    .at-pan-links a {
        display: flex;
        margin-bottom: 8px;
    }

    .at-inline-button {
        display: block !important;
        margin: 0 0 8px;
        text-align: center;
    }

    .at-pan-box,
    .at-example-box {
        padding: 22px 18px;
    }

    .at-final-cta {
        padding: 28px 18px;
    }

    .at-final-cta h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .at-final-cta p {
        font-size: 14px;
        line-height: 25px;
    }

    .at-navigation a {
        margin-bottom: 8px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (min-width: 768px)
       and (max-width: 991px) {

    .at-container {
        width: 95%;
        max-width: 95%;
    }

    .at-hero {
        padding: 40px 30px;
    }

    .at-hero h1 {
        font-size: 32px;
    }

    .at-card-grid,
    .at-service-grid,
    .at-professional-grid,
    .at-related-grid,
    .at-app-grid,
    .at-calc-grid,
    .at-installment-grid,
    .at-startup-grid,
    .at-cash-grid,
    .at-regime-grid,
    .at-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .at-business-grid,
    .at-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .at-example-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   DESKTOP
========================================================= */

@media only screen and (min-width: 1200px) {

    .at-container {
        width: 1120px;
    }

}