* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gst-hero {
    background: var(--bg-light);
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.gst-hero-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}

 

.gst-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #b9d0ff;
    background: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 12px;
    color: var(--text-primary);
    margin-bottom: 32px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .3px;
}

.gst-top-badge a {
    text-decoration: none;
    color: inherit;
}

.highlight {
    color: var(--primary-color) !important;
}

.gst-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto 0;
}

.gst-content h1 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    max-width: 600px;
}

.gst-content h1 span {
    color: var(--primary-color);
}

.gst-content p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text-primary);
    max-width: 700px;
}

.gst-hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.gst-primary-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 5%;
    font-weight: 600;
    transition: .3s;
}

.gst-primary-btn:hover {
    transform: translateY(-2px);
}

.gst-secondary-btn {
    border: 2px solid var(--primary-color);
    color: var(--text-primary);
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5%;
    transition: .3s;
}

.gst-secondary-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.gst-dashboard {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
    /* border: 2px solid white;
    background: rgba(255, 255, 255, 0.801);
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 24px; */
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, .08); */
}

.gst-dashboard img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    scale: 1;
}

/* =========================
   Tablet
========================= */

@media (max-width: 1300px) {
    .gst-content h1 {
        max-width: 550px;
        font-size: clamp(2rem, 4.5vw, 2.6rem);
    }

    .gst-dashboard-card:last-child {
        display: none;
    }

    .gst-top-badge {
        margin-bottom: 12px;
    }
}

@media (max-width: 1100px) {


    .gst-dashboard-card:last-child {
        display: flex;
    }

    .gst-hero {
        height: auto;
        padding: 40px 0;
    }

    .gst-hero-wrapper {
        grid-template-columns: 1fr;
    }

    .gst-content {
        text-align: center;
        align-items: center;
    }

    .gst-hero-buttons {
        justify-content: center;
    }

    .gst-dashboard {
        margin-top: 20px;
        max-width: 560px;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px) {

    .gst-content h1 {
        font-size: clamp(34px, 8vw, 46px);
    }

    .gst-top-badge {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 16px;
    }

    .gst-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .gst-primary-btn,
    .gst-secondary-btn {
        width: 100%;
        text-align: center;
    }



    .gst-dashboard-card strong {
        margin-top: 5px;
    }
}













.section-eyebrow {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: var(--space-12);
    color: var(--primary-color);
}

.section-eyebrow__line {
    width: 28px;
    height: 1.5px;
    background-color: var(--primary-color);
}

.section-eyebrow__text {
    font-size: var(--p-size-12);
    font-weight: var(--font-600);
    color: var(--text-grey);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
}



.section-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 65px;
}

.section-heading h2 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(var(--h2-size-28), 5vw, var(--h2-size-40));
    font-weight: var(--font-700);
    color: var(--text-primary);
}

.section-heading p {
    font-family: var(--para-font-family);
    font-size: var(--p-size-18);
    font-weight: var(--font-400);
    color: var(--text-primary);
    line-height: var(--leading-normal);
    margin-top: 2px;
}































.gst-editorial-section {

    padding: 85px 0;

}

.gst-editorial-layout {

    display: grid;

    grid-template-columns: 450px 1fr;

    height: 400px;

    justify-content: end;

    gap: 60px;

    align-items: start;

    overflow: hidden;
}

.gst-editorial-left h3 {
    font-family: var(--heading-font-family);
    /* margin-top: 18px; */
    font-size: 24px;
    display: none;
    line-height: 1.2;
    font-weight: 700;
}

.gst-editorial-right {

    display: flex;
    flex-direction: column;
    gap: 28px;

}

.gst-editorial-right p {

    font-size: 18px;

    line-height: 1.85;

    color: var(--text-primary);

}

.gst-divider {

    height: 1px;

    background: #E8EEF5;

    margin: 60px 0;

}

.gst-highlight-strip {

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

    gap: 16px;

}

.gst-highlight-strip span {

    padding: 14px 22px;

    border-radius: 8px;

    border: 2px solid transparent;

    /* background: #fff; */

    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(335deg, #0065f2, #ffffff, #ffffff, #0065f2) border-box;

    font-size: 16px;

    font-weight: 600;

    transition: .35s;
}

.gst-highlight-strip span:hover {

    background: var(--primary-color);

    color: #fff;

    border-color: var(--primary-color);

    transform: translateY(-4px);

}

/* Tablet */

@media(max-width:991px) {
    .gst-editorial-left {
        display: none;
    }

    .gst-editorial-layout {

        grid-template-columns: 1fr;
        height: auto;
        gap: 40px;

    }

    .gst-editorial-left h3 {

        font-size: 34px;

    }

}

/* Mobile */

@media(max-width:576px) {

    .gst-editorial-section {

        padding: 60px 0;

    }

    .gst-editorial-left h3 {

        font-size: 28px;

    }

    .gst-editorial-right p {

        font-size: 16px;

    }

    .gst-divider {

        margin: 40px 0;

    }

}




















.gst-window-section {

    padding: 85px 0;
    background-color: var(--bg-light);

}

.browser-window {

    background: #fff;

    border: 1px solid #E8EDF5;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .08);

}

/* Header */

.browser-header {

    height: 64px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 24px;

    border-bottom: 1px solid #EDF1F7;

    background: #FAFBFD;

}

.browser-actions {

    display: flex;

    gap: 10px;

}

.browser-actions span {

    width: 12px;

    height: 12px;

    border-radius: 50%;

}

.red {

    background: #FF5F57;

}

.yellow {

    background: #FEBC2E;

}

.green {

    background: #28C840;

}

.browser-address {

    padding: 10px 22px;

    background: #fff;

    border-radius: 999px;

    border: 1px solid #E7ECF3;

    font-size: 14px;

    color: var(--text-primary);

}

/* Body */

.browser-body {

    display: grid;

    /* grid-template-columns: 67% 33%; */

    align-items: center;
}

.browser-image {

    /* padding:45px; */

    /* border-right:1px solid #EDF1F7; */
}

.browser-image img {

    width: 100%;

    display: block;

}

.browser-content {

    padding: 26px;
}

.browser-content h3 {
    font-family: var(--heading-font-family);
    margin: 18px 0;
    font-size: 24px;
    line-height: 1.2;
}

.browser-content>p {

    line-height: 1.8;

    font-size: 16px;

    margin-bottom: 35px;
}

.browser-features {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px;

}

.browser-features div {

    font-size: 13px;

    display: flex;

    align-items: center;

    gap: 12px;

    font-size: 16px;

    font-size: 16px;
}

.browser-features div::before,
.benefit-item::before {

    content: "";

    width: 26px;

    height: 26px;

    background: var(--primary-color);

    flex-shrink: 0;

    -webkit-mask: url("../images/inner-pages/blue-tick.png") no-repeat center;

    -webkit-mask-size: contain;

    mask: url("../images/inner-pages/blue-tick.png") no-repeat center;

    mask-size: contain;
}

.browser-features .full {

    grid-column: span 2;

}

/* Responsive */
@media(min-width:1300px) {
    .browser-content h3 {
        font-size: 24px;
    }

    .browser-content>p {
        font-size: 18px;
    }

    .browser-features div::before {
        width: 24px;
        height: 24px;
    }

    .browser-features div {
        font-size: 18px;
    }
}

@media(max-width:991px) {

    .browser-body {

        grid-template-columns: 1fr;

    }

    .browser-image {

        border-right: none;

        border-bottom: 1px solid #EDF1F7;

        padding: 30px;

    }

    .browser-content {

        padding: 35px;

    }

}

@media(max-width:576px) {

    .gst-window-section {

        padding: 60px 0;

    }

    .browser-header {

        padding: 0 15px;

    }

    .browser-address {

        display: none;

    }

    .browser-content {

        padding: 25px;

    }

    .browser-content h3 {

        font-size: 28px;

    }

    .browser-features {

        grid-template-columns: 1fr;

    }

    .browser-features .full {

        grid-column: auto;

    }

}
























.gst-compliance-section-v2 {
    padding: 85px 0px;
}

/* Two-card layout */
.gst-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.gst-card {
    border: 1px solid #E1E8F5;
    border-radius: 16px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gst-card:hover {
    border-color: #0065F2;
    box-shadow: 0 12px 30px rgba(0, 101, 242, 0.1);
}

.gst-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #0065F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gst-card__icon svg {
    width: 26px;
    height: 26px;
    stroke: #ffffff;
}

.gst-card h3 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(20px, 3vw, 24px);
    font-weight: var(--font-700);
    color: var(--text-primary);
}

.gst-card p {
    font-family: var(--para-font-family);
    font-size: var(--p-size-16, 16px);
    font-weight: var(--font-400);
    color: var(--text-primary);
    line-height: -57.25;
}

.gst-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
}

.gst-card__tags span {
    font-size: 13px;
    font-weight: var(--font-600);
    color: #0065F2;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(335deg, #0065f2, #ffffff, #ffffff, #0065f2) border-box;
    padding: 6px 14px;
    border-radius: 100px;
}

/* Intro paragraph under heading */
.gst-compliance-section-v2 .section-heading+p.section-intro {
    font-family: var(--para-font-family);
    font-size: var(--p-size-18);
    color: var(--text-primary);
    line-height: var(--leading-normal);
    margin-top: -35px;
    margin-bottom: 55px;
    max-width: 850px;
}

/* Document-style checklist card */
.gst-doc-card {
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(335deg, #0065f2, #ffffff, #ffffff, #0065f2) border-box;
    padding: 3px;
}

.gst-doc-card__inner {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 50px;
}

.gst-doc-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 1.5px dashed #b2d0ff;
}

.gst-doc-card__header h3 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(20px, 3vw, 26px);
    font-weight: var(--font-700);
    color: var(--text-primary);
}

.gst-doc-card__badge {
    font-size: 13px;
    font-weight: var(--font-600);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0065F2;
    background-color: #EAF1FE;
    padding: 8px 18px;
    border-radius: 100px;
}

.gst-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    list-style: none;
    counter-reset: gst-counter;
}

.gst-doc-grid li {
    counter-increment: gst-counter;
    position: relative;
    padding-left: 60px;
    font-family: var(--para-font-family);
    font-size: var(--p-size-16, 16px);
    font-weight: var(--font-400);
    color: var(--text-primary);
    line-height: var(--leading-normal);
}

.gst-doc-grid li::before {
    font-family: var(--heading-font-family);
    height: 48px;
    min-width: 48px;
    border-radius: 8px;
    content: counter(gst-counter, decimal-leading-zero);
    position: absolute;
    left: -5px;
    margin-bottom: 25px;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 5%;
    top: -12px;
    font-weight: 600;
    color: var(--text-primary);
    transition: .35s;
}

/* Responsive */
@media (max-width: 900px) {
    .gst-cards {
        grid-template-columns: 1fr;
    }

    .gst-doc-card__inner {
        padding: 36px 28px;
    }

    .gst-doc-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 576px) {
    .gst-compliance-section-v2 {
        padding: 60px 0px;
    }

    .gst-card {
        padding: 30px 24px;
    }

    .gst-doc-card__inner {
        padding: 28px 20px;
    }

    .gst-doc-card__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

















/*==================================================
SALES FEATURE SECTION
==================================================*/

.sales-feature-section {
    padding: 85px 0;
    background: var(--bg-light);
    position: relative;
    overflow: hidden;
}

.sales-feature-section::before {
    content: "";
    position: absolute;
    top: -250px;
    right: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0, 101, 242, .08), transparent 70%);
    pointer-events: none;
}

.sales-layout {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 32px;
    align-items: start;
    margin-top: 60px;
}

/*==================================================
LEFT SIDEBAR
==================================================*/

.feature-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 120px;
}

.feature-item {

    display: flex;

    gap: 18px;

    align-items: center;

    padding: 18px;

    border-radius: 12px;

    transition: .35s;

    border: 1px solid transparent;

    background: transparent;
}

.feature-item:hover {

    background: #fff;

    border-color: #E7ECF3;

    transform: translateX(8px);

}

.feature-item.active {

    background: #fff;

    border-color: #dddee0;


}

.feature-item.active .feature-number {

    background: var(--text-primary);

    color: #fff;
}

.feature-number {

    font-family: var(--heading-font-family);

    height: 54px;

    min-width: 54px;

    border-radius: 8px;

    background: #ececec;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

    letter-spacing: 5%;

    font-weight: 600;

    color: var(--text-primary);

    transition: .35s;
}

.feature-text {

    display: flex;

    flex-direction: column;

    gap: 4px;

}

.feature-text h4 {
    font-family: var(--heading-font-family);

    font-size: 17px;

    font-weight: 600;

    color: var(--text-primary);

    margin: 0;

}

.feature-text span {

    font-size: 16px;

    color: var(--text-primary);
}

/*==================================================
RIGHT CONTENT
==================================================*/

.feature-content {

    background: #fff;

    border: 1px solid #E7ECF3;

    border-radius: 22px;

    padding: 48px;

    /* box-shadow:0 25px 60px rgba(15,23,42,.06); */
}

.content-badge {

    display: inline-flex;

    padding: 8px 18px;

    border-radius: 100px;

    background: #EEF4FF;

    color: #0065F2;

    font-weight: 600;

    margin-bottom: 18px;

}

.content-top h3 {
    font-family: var(--heading-font-family);

    font-size: 28px;

    font-weight: 700;

    color: #101828;

    margin-bottom: 18px;

    line-height: 1.2;
}

.content-top p {

    font-size: 16px;

    color: var(--text-primary);

    line-height: 1.75;

    max-width: 820px;
}

/*==================================================
HIGHLIGHT CARDS
==================================================*/

.highlight-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 22px;

    margin: 45px 0;

}

.highlight-card {

    background: #F9FBFD;

    border: 1px solid #E7ECF3;

    border-radius: 16px;

    padding: 26px;

    transition: .35s;
}

.highlight-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);

}

.highlight-icon {

    width: 60px;

    height: 60px;

    border-radius: 12px;

    background: #EEF4FF;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 18px;
}

.highlight-icon img {

    width: 28px;

}

.highlight-card h4 {
    font-family: var(--heading-font-family);

    margin-bottom: 10px;

    font-size: 18px;

    color: var(--text-primary);
}

.highlight-card p {

    color: var(--text-primary);

    line-height: 1.75;
}

/*==================================================
BENEFITS GRID
==================================================*/

.benefits-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 16px;

    margin-bottom: 40px;

}

.benefit-item {
    position: relative;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 16px 18px;

    border: 1px solid #E7ECF3;

    border-radius: 12px;

    background: #fff;

    font-weight: 500;

    color: #333;
    overflow: hidden;

}


@keyframes glassShine {

    0% {
        left: -35%;
    }

    100% {
        left: 135%;
    }

}

.benefit-item::after {
    position: absolute;
    content: '';
    width: 10%;
    height: 180%;
    background-color: rgba(255, 255, 255, 0.552);
    rotate: 45deg;
    animation: glassShine 3s linear infinite;

}

.benefit-item span {

    width: 22px;

    height: 22px;

    border-radius: 50%;

    background: #0065F2;

    position: relative;

}

.benefit-item span::after {

    content: "âœ“";

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    color: #fff;

    font-size: 12px;

}

/*==================================================
DASHBOARD
==================================================*/

.dashboard-preview {

    margin-top: 10px;

    position: relative;

    border-radius: 24px;

    overflow: hidden;

    border: 1px solid #E7ECF3;

    box-shadow: 0 25px 60px rgba(15, 23, 42, .08);

    background: #fff;

}

.browser-bar {

    display: flex;

    align-items: center;

    gap: 10px;

    height: 54px;

    padding: 0 22px;

    background: #F8FAFC;

    border-bottom: 1px solid #E7ECF3;

}

.browser-bar span {

    width: 12px;

    height: 12px;

    border-radius: 50%;

}

.browser-bar span:nth-child(1) {

    background: #FF5F57;

}

.browser-bar span:nth-child(2) {

    background: #FFBD2E;

}

.browser-bar span:nth-child(3) {

    background: #28C840;

}

.browser-bar small {

    margin-left: 14px;

    color: #667085;

    font-size: 14px;

}

.dashboard-preview img {

    width: 100%;

    display: block;

}

/*==================================================
FLOATING CARDS
==================================================*/

.floating-card {

    position: absolute;

    background: #fff;

    border-radius: 16px;

    padding: 14px 18px;

    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);

    border: 1px solid #E7ECF3;

}

.floating-card strong {

    display: block;

    font-size: 16px;

    color: #101828;

}

.floating-card span {

    color: #667085;

    font-size: 13px;

}

.top-left {

    top: 90px;

    left: 24px;

}

.bottom-right {

    right: 24px;

    bottom: 24px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:992px) {

    .sales-layout {

        grid-template-columns: 1fr;

        gap: 40px;

    }

    .feature-sidebar {

        position: static;

    }

    .feature-content {

        padding: 36px;

    }

    .highlight-grid {

        grid-template-columns: 1fr;

    }

    .benefits-grid {

        grid-template-columns: 1fr;

    }

}

@media(max-width:768px) {

    .sales-feature-section {

        padding: 60px 0;

    }

    .feature-content {

        padding: 24px;

        border-radius: 20px;

    }

    .content-top h3 {

        font-size: 30px;

    }

    .content-top p {

        font-size: 16px;

    }

    .feature-item {

        padding: 16px;

    }

    .feature-number {

        width: 46px;
        height: 46px;
        min-width: 46px;

    }

    .browser-bar {

        height: 48px;

        padding: 0 16px;

    }

    .browser-bar small {

        display: none;

    }

    .floating-card {

        display: none;

    }

}















/*==========================================
PAYMENT TRACKING SECTION
==========================================*/

.payment-tracking-section {
    padding: 85px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.payment-tracking-layout {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 70px;
}

/*==========================================
IMAGE
==========================================*/

.payment-tracking-image {
    position: relative;
}

.payment-tracking-image img {
    width: 100%;
    display: block;
    border-radius: 22px;
    /* border:1px solid #E9EEF5; */
    /* box-shadow:
        0 20px 60px rgba(15,23,42,.08); */
    transition: .4s ease;
    scale: 1;
}



/*==========================================
CONTENT
==========================================*/

.payment-tracking-content {
    max-width: 560px;
}

.tracking-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 100px;
    background: #EEF5FF;
    color: #0065F2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.payment-tracking-content h3 {
    font-size: clamp(28px, 4vw, 26px);
    font-family: var(--heading-font-family);
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 24px;
    /* letter-spacing:-.02em; */
}

.payment-tracking-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.payment-tracking-content p+p {
    margin-top: 22px;
}

/*==========================================
BACKGROUND DECORATION
==========================================*/

.payment-tracking-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -160px;
    right: -140px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(0, 101, 242, .08),
            transparent 72%);
    pointer-events: none;
}

.payment-tracking-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -120px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(0, 101, 242, .05),
            transparent 75%);
    pointer-events: none;
}

/*==========================================
RESPONSIVE
==========================================*/

@media (max-width:991px) {

    .payment-tracking-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .payment-tracking-content {
        max-width: 100%;
    }

}

@media (max-width:768px) {

    .payment-tracking-section {
        padding: 60px 0;
    }

    .payment-tracking-layout {
        gap: 35px;
    }

    .payment-tracking-content h3 {
        font-size: 30px;
    }

    .payment-tracking-content p {
        font-size: 16px;
        line-height: 1.8;
    }

}















/*==========================================
GST BENEFITS SECTION
==========================================*/

.gst-benefits-section {
    padding: 85px 0;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.gst-benefits-section::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    top: -220px;
    right: -180px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(0, 101, 242, .08),
            transparent 70%);
    pointer-events: none;
}

.gst-benefits-layout {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: start;
}

/*==========================================
LEFT CONTENT
==========================================*/

.gst-benefits-content {
    /* position: sticky; */
    top: 120px;
}
.gst-benefits-content span{
    position: absolute;
    bottom: 40px;
    letter-spacing: 5%;
    border-radius: 6px;
}

.content-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    background: #EEF5FF;
    color: #0065F2;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.gst-benefits-content h3 {
    font-family: var(--heading-font-family);
    font-size: clamp(30px, 4vw, 30px);
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 24px;
    /* letter-spacing: -.02em; */
}

.gst-benefits-content p {
    font-size: 16px;
    color: var(--text-primary);
    line-height: 1.75;
    letter-spacing: -2%;
}

.gst-benefits-content p+p {
    margin-top: 20px;
}

/*==========================================
RIGHT GRID
==========================================*/

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 37px 20px;
}

.benefit-card {
    position: relative;
    padding: 40px 20px 20px 20px;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 12px;
    /* overflow: hidden; */
    transition: .35s ease;
    box-shadow:
        0 10px 35px rgba(15, 23, 42, .05);
}

.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, .45),
            rgba(255, 255, 255, 0));
    pointer-events: none;
}

 

.benefit-card span {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    top: -12px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    /* background: #0065F2; */
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 22px;
}

.benefit-card h4 {
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.45;
}

.benefit-card p {
    margin-top: 15px;
    color: #667085;
    line-height: 1.8;
    font-size: 15px;
}

/*==========================================
FEATURED CARD
==========================================*/

.benefit-card.featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
     background: linear-gradient(135deg,
            #0065F2,
            #3A86FF);
    border: none;
}

.benefit-card.featured::before {
    display: none;
}

.benefit-card.featured span {
    background: rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
}

.benefit-card.featured h4,
.benefit-card.featured p {
    color: #fff;
}

/*==========================================
RESPONSIVE
==========================================*/

@media (max-width:991px) {

    .gst-benefits-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .gst-benefits-content {
        position: relative;
        top: auto;
    }
    .gst-benefits-content span{
        position: relative;
        margin-top: 90px;
    }

}

@media (max-width:768px) {

    .gst-benefits-section {
        padding: 60px 0;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .benefit-card.featured {
        grid-column: span 1;
        min-height: auto;
    }

    .gst-benefits-content h3 {
        font-size: 30px;
    }

    .gst-benefits-content p {
        font-size: 16px;
    }

    .benefit-card {
        padding: 34px 20px 20px 20px;
    }

}

















/* FAQ Section */

.faq-section {
    padding: var(--space-85) 0;
    /* background-color: var(--bg-light); */
}


.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-24);
    margin-bottom: 65px;
    flex-wrap: wrap;
}

.faq-header__left {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.faq-header__left h2 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(var(--h2-size-28), 5vw, var(--h2-size-40));
    font-weight: var(--font-700);
    color: var(--text-primary);
    line-height: var(--leading-tight);
}

.faq-header__left p {
    font-family: var(--para-font-family);
    font-size: var(--p-size-18);
    font-weight: var(--font-400);
    color: var(--text-primary);
    line-height: var(--leading-normal);
    margin-top: 2px;
}

.collapse-all-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-8);
    cursor: pointer;
    color: var(--primary-color);
    font-family: var(--para-font-family);
    font-size: var(--p-size-14);
    font-weight: var(--font-600);
    padding: 8px 14px;
    border-radius: var(--radius-9999);
    border: 1.5px solid var(--color-border);
    background: var(--bg-main);
    user-select: none;
    white-space: nowrap;
    transition: background 0.2s;
    flex-shrink: 0;
    margin-top: 6px;
}

.collapse-all-btn:hover {
    background: #eaf0ff;
}

.collapse-all-btn .btn-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: var(--font-700);
}

/* â”€â”€ FAQ LIST â”€â”€ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-16);
}

/* â”€â”€ EACH FAQ ITEM â”€â”€ */
.faq-item input[type="checkbox"] {
    display: none;
}

.faq-item {
    background: var(--bg-main);
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-12);
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 101, 242, 0.08);
}

.faq-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-24);
    padding: var(--space-20) var(--space-24);
    cursor: pointer;
    user-select: none;
}

.faq-question {
    font-family: var(--para-font-family);
    font-size: clamp(var(--p-size-18), 2.5vw, 22px);
    font-weight: var(--font-500);
    color: var(--text-primary);
    line-height: var(--leading-tight);
    letter-spacing: -0.38px;
}

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--text-grey);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.2s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 var(--space-24);
}

.faq-answer p {
    font-size: var(--p-size-16);
    color: var(--text-primary);
    line-height: var(--leading-relaxed);
    padding-bottom: var(--space-20);
    max-width: 1000px;
}

.faq-item input[type="checkbox"]:checked~.faq-label .faq-icon {
    transform: rotate(180deg);
}

.faq-item input[type="checkbox"]:checked~.faq-label .faq-icon svg {
    stroke: var(--primary-color);
}

.faq-item input[type="checkbox"]:checked~.faq-answer {
    max-height: 300px;
    padding-top: 0;
}

#faq1:checked~.faq-label .faq-icon {
    transform: rotate(180deg);
}

#faq1:checked~.faq-answer {
    max-height: 300px;
}

@media (max-width: 1023px) {}

@media (max-width: 767px) {
    .faq-section {
        padding: var(--space-48) var(--space-16);
    }


    .faq-label {
        padding: var(--space-16);
        gap: var(--space-12);
    }

    .faq-answer {
        padding: 0 var(--space-16);
    }

    .faq-item input[type="checkbox"]:checked~.faq-answer {
        padding-top: 0;
    }

    .faq-header {
        flex-direction: column;
        align-items: baseline;
    }

    .faq-header__left {
        max-width: 100%;
    }
}