/* =========================================================
   GLOBAL
========================================================= */

:root {
    --primary: #155eef;
    --primary-dark: #104cc4;
    --secondary: #0f172a;
    --text: #334155;
    --muted: #64748b;
    --light: #f8fafc;
    --border: #e2e8f0;
    --white: #ffffff;
    --success: #16a34a;
    --radius: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 80px 0;
}

.bg-light {
    background: #f8fafc !important;
}



/* =========================================================
   TOP BAR
========================================================= */

.top-bar {
    background: #0b1220;
    color: #cbd5e1;
    font-size: 13px;
}

.top-bar-inner {
    min-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.top-left span,
.top-right a {
    color: #cbd5e1;
}

.top-left i {
    color: #60a5fa;
    margin-right: 5px;
}

.top-right a:hover {
    color: #fff;
}



/* =========================================================
   NAVBAR
========================================================= */

.main-navbar {
    background: #fff;
    border-bottom: 1px solid #edf0f4;
    min-height: 76px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 800;
    color: var(--secondary);
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: #fff;
}

.logo-text span,
.footer-logo span {
    color: var(--primary);
}

.navbar-nav {
    gap: 3px;
}

.nav-link {
    color: #334155 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 27px 13px !important;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 15px 45px rgba(15, 23, 42, .12);
    padding: 10px;
    border-radius: 12px;
}

.dropdown-item {
    border-radius: 8px;
    padding: 9px 13px;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #eff6ff;
    color: var(--primary);
}

.nav-btn {
    padding: 11px 18px;
}



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

.btn {
    border-radius: 9px;
    font-weight: 600;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}



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

.hero-section {
    padding: 85px 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(37, 99, 235, .12), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    overflow: hidden;
}

.hero-content {
    padding-right: 40px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    background: #eaf2ff;
    color: var(--primary);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -2.5px;
    color: var(--secondary);
    font-weight: 800;
    margin-bottom: 22px;
}

.hero-content h1 span {
    display: block;
    color: var(--primary);
}

.hero-content > p {
    max-width: 650px;
    font-size: 17px;
    color: var(--muted);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    gap: 0;
    margin-top: 45px;
}

.trust-item {
    padding-right: 28px;
    margin-right: 28px;
    border-right: 1px solid #cbd5e1;
}

.trust-item:last-child {
    border: 0;
}

.trust-item strong {
    display: block;
    color: var(--secondary);
    font-size: 20px;
}

.trust-item small {
    color: var(--muted);
    font-size: 12px;
}



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

.hero-card {
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(255, 255, 255, .9);
    box-shadow: 0 30px 70px rgba(30, 64, 175, .15);
    border-radius: 24px;
    padding: 10px;
    transform: rotate(1deg);
}

.hero-card-top {
    padding: 16px 18px 12px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
}

.hero-card-top i {
    color: var(--primary);
}

.online-dot {
    color: var(--success);
}

.tax-calculator {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
}

.tax-calculator h4 {
    font-size: 21px;
    font-weight: 750;
    color: var(--secondary);
}

.tax-calculator p {
    color: var(--muted);
    font-size: 13px;
}

.quick-service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 22px 0;
}

.quick-service a {
    text-align: center;
    padding: 13px 5px;
    background: #f8fafc;
    color: var(--text);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.quick-service i {
    display: block;
    color: var(--primary);
    font-size: 21px;
    margin-bottom: 5px;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.search-box i {
    color: var(--muted);
}

.search-box input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
}



/* =========================================================
   QUICK FEATURES
========================================================= */

.quick-features {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.feature-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 13px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
}

.feature-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 11px;
    background: #eff6ff;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.feature-box h5 {
    margin: 0;
    font-size: 14px;
    color: var(--secondary);
}

.feature-box p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 11px;
}



/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 35px;
}

.section-heading.text-center {
    display: block;
}

.section-label {
    color: var(--primary);
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.section-heading h2,
.why-title {
    font-size: 34px;
    letter-spacing: -.8px;
    color: var(--secondary);
    font-weight: 800;
    margin: 7px 0;
}

.section-heading p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

.view-all {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}



/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    transition: .3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, .1);
}

.service-image {
    height: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 65px;
}

.gst-image {
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    color: #2563eb;
}

.itr-image {
    background: linear-gradient(135deg, #dcfce7, #f0fdf4);
    color: #16a34a;
}

.company-image {
    background: linear-gradient(135deg, #ede9fe, #f5f3ff);
    color: #7c3aed;
}

.msme-image {
    background: linear-gradient(135deg, #ffedd5, #fff7ed);
    color: #ea580c;
}

.service-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 5px 8px;
    background: #ef4444;
    color: #fff;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 800;
}

.service-content {
    padding: 20px;
}

.service-category {
    color: var(--primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
}

.service-content h4 {
    color: var(--secondary);
    font-size: 17px;
    margin: 6px 0;
    font-weight: 750;
}

.service-content p {
    color: var(--muted);
    font-size: 12px;
    min-height: 40px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 17px 0;
}

.price-row strong {
    color: var(--secondary);
    font-size: 18px;
}

.price-row del {
    color: #94a3b8;
    font-size: 11px;
    margin-left: 5px;
}

.discount {
    color: #15803d;
    background: #dcfce7;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
}

.service-btn {
    width: 100%;
    font-size: 12px;
}



/* =========================================================
   CATEGORY
========================================================= */

.category-card {
    display: block;
    text-align: center;
    padding: 25px 10px;
    border: 1px solid var(--border);
    border-radius: 14px;
    color: var(--secondary);
    transition: .25s ease;
    height: 100%;
}

.category-card:hover {
    border-color: #bfdbfe;
    background: #f8fbff;
    transform: translateY(-4px);
}

.category-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    font-size: 24px;
}

.category-card h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.category-card span {
    color: var(--muted);
    font-size: 10px;
}



/* =========================================================
   MINI SERVICE
========================================================= */

.mini-service-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 17px;
    height: 100%;
    transition: .25s;
}

.mini-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, .08);
}

.mini-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.mini-icon.blue {
    background: #dbeafe;
    color: #2563eb;
}

.mini-icon.green {
    background: #dcfce7;
    color: #16a34a;
}

.mini-icon.purple {
    background: #ede9fe;
    color: #7c3aed;
}

.mini-icon.orange {
    background: #ffedd5;
    color: #ea580c;
}

.mini-content span {
    color: var(--primary);
    font-size: 9px;
    font-weight: 800;
}

.mini-content h4 {
    font-size: 14px;
    color: var(--secondary);
    margin: 3px 0 7px;
}

.mini-content strong {
    font-size: 13px;
}

.mini-content del {
    color: #94a3b8;
    font-size: 10px;
    margin-left: 4px;
}

.mini-content a {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 700;
    color: var(--primary);
}



/* =========================================================
   DISCOUNT
========================================================= */

.discount-section {
    padding: 30px 0 80px;
}

.discount-wrapper {
    border-radius: 22px;
    padding: 50px 60px;
    background:
        linear-gradient(120deg, #155eef, #0d47c5);
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.discount-small {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    opacity: .8;
}

.discount-content h2 {
    font-size: 38px;
    font-weight: 800;
    margin: 8px 0;
}

.discount-content h2 strong {
    color: #fde047;
}

.discount-content p {
    opacity: .85;
    font-size: 14px;
    margin-bottom: 20px;
}

.discount-art {
    width: 180px;
    height: 180px;
    border: 2px dashed rgba(255, 255, 255, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    opacity: .5;
}



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

.process-card {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    height: 100%;
}

.process-number {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 48px;
    color: #f1f5f9;
    font-weight: 800;
}

.process-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: #eff6ff;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    margin: 0 auto 18px;
    position: relative;
}

.process-card h4 {
    color: var(--secondary);
    font-size: 16px;
}

.process-card p {
    color: var(--muted);
    font-size: 12px;
}



/* =========================================================
   TREND
========================================================= */

.trend-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 13px;
    padding: 17px;
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    height: 100%;
}

.trend-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 11px;
    background: #eff6ff;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.trend-card small {
    color: var(--primary);
    font-size: 8px;
    font-weight: 800;
}

.trend-card h4 {
    font-size: 13px;
    color: var(--secondary);
    margin: 2px 0;
}

.trend-card span {
    font-size: 10px;
    color: var(--muted);
}

.trend-card > a {
    margin-left: auto;
    color: var(--primary);
}



/* =========================================================
   WHY US
========================================================= */

.why-visual {
    min-height: 380px;
    border-radius: 25px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    box-shadow: 0 25px 60px rgba(37, 99, 235, .16);
}

.floating-card {
    position: absolute;
    background: #fff;
    border-radius: 13px;
    padding: 13px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(15, 23, 42, .12);
}

.floating-card i {
    color: var(--success);
}

.floating-card strong,
.floating-card span {
    display: block;
}

.floating-card strong {
    font-size: 16px;
    color: var(--secondary);
}

.floating-card span {
    color: var(--muted);
    font-size: 9px;
}

.card-one {
    top: 45px;
    left: -20px;
}

.card-two {
    bottom: 45px;
    right: -20px;
}

.why-text {
    color: var(--muted);
    font-size: 14px;
    max-width: 650px;
}

.why-list {
    margin-top: 25px;
}

.why-item {
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
}

.why-item > i {
    color: var(--success);
    font-size: 18px;
}

.why-item h5 {
    font-size: 14px;
    margin-bottom: 3px;
    color: var(--secondary);
}

.why-item p {
    color: var(--muted);
    font-size: 12px;
    margin: 0;
}



/* =========================================================
   TESTIMONIAL
========================================================= */

.testimonial-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 15px;
    padding: 27px;
    height: 100%;
}

.stars {
    color: #f59e0b;
    letter-spacing: 2px;
    font-size: 14px;
}

.testimonial-card > p {
    color: var(--text);
    font-size: 13px;
    margin: 17px 0 23px;
}

.customer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #dbeafe;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.customer strong,
.customer span {
    display: block;
}

.customer strong {
    color: var(--secondary);
    font-size: 12px;
}

.customer span {
    color: var(--muted);
    font-size: 10px;
}



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

.custom-accordion .accordion-item {
    border: 1px solid var(--border);
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    font-weight: 650;
    color: var(--secondary);
    font-size: 14px;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: #f8fbff;
}

.custom-accordion .accordion-body {
    color: var(--muted);
    font-size: 13px;
}



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

.cta-section {
    padding: 0 0 80px;
}

.cta-box {
    border-radius: 22px;
    background: #0f172a;
    color: #fff;
    padding: 45px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-box span {
    color: #60a5fa;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.cta-box h2 {
    font-size: 28px;
    margin: 7px 0;
    font-weight: 800;
}

.cta-box p {
    color: #94a3b8;
    margin: 0;
    font-size: 13px;
}

.cta-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}



/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #08101f;
    color: #94a3b8;
    padding: 65px 0 0;
}

.footer-logo {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.footer-about {
    font-size: 12px;
    line-height: 1.8;
    margin: 20px 0;
    max-width: 350px;
}

.social-links {
    display: flex;
    gap: 8px;
}

.social-links a {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #162033;
    color: #cbd5e1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.social-links a:hover {
    background: var(--primary);
    color: #fff;
}

.footer h5 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #94a3b8;
    font-size: 11px;
}

.footer-links a:hover {
    color: #fff;
}

.newsletter-text {
    font-size: 11px;
    line-height: 1.7;
}

.newsletter-form {
    display: flex;
    border: 1px solid #263248;
    background: #111b2c;
    border-radius: 8px;
    overflow: hidden;
}

.newsletter-form input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 10px;
    font-size: 11px;
}

.newsletter-form button {
    width: 40px;
    border: 0;
    background: var(--primary);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #1d293d;
    margin-top: 50px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom i {
    margin-left: 8px;
    font-size: 15px;
}



/* =========================================================
   BACK TO TOP
========================================================= */

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .3);
    z-index: 1000;
}

.back-to-top.show {
    display: flex;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .top-left {
        display: none;
    }

    .top-bar-inner {
        justify-content: center;
    }

    .nav-link {
        padding: 10px !important;
    }

    .nav-btn {
        margin: 10px 0;
        display: inline-block;
    }

    .hero-section {
        padding: 55px 0;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero-card {
        transform: none;
    }

    .quick-features {
        margin-top: 0;
        padding-top: 25px;
    }

    .discount-wrapper {
        padding: 40px;
    }

    .discount-art {
        display: none;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .section-padding {
        padding: 60px 0;
    }

    .section-heading {
        display: block;
    }

    .section-heading h2,
    .why-title {
        font-size: 27px;
    }

    .view-all {
        display: inline-block;
        margin-top: 15px;
    }

    .hero-content h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .hero-content > p {
        font-size: 14px;
    }

    .hero-trust {
        flex-wrap: wrap;
        gap: 15px;
    }

    .trust-item {
        margin-right: 0;
        padding-right: 15px;
    }

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

    .discount-content h2 {
        font-size: 28px;
    }

    .discount-wrapper {
        padding: 35px 25px;
    }

    .cta-box {
        padding: 35px 25px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .card-one {
        left: 10px;
    }

    .card-two {
        right: 10px;
    }

}


@media (max-width: 480px) {

    .top-right {
        gap: 12px;
    }

    .hero-content h1 { 
        font-size: 36px;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-card {
        border-radius: 17px;
    }

    .tax-calculator {
        padding: 20px;
    }

    .trust-item strong {
        font-size: 17px;
    }

}