/* =========================================================
   TAXZAAR SERVICES
   CLEAN PREMIUM STYLE.CSS
========================================================= */

/* =========================================================
   1. RESET
========================================================= */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    background: #ffffff;
    color: #0f172a;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button,
input {
    font-family: inherit;
}

.container {
    width: min(1200px, 92%);
    margin: auto;
}

/* =========================================================
   2. GLOBAL SECTION
========================================================= */

section {
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 55px;
}

.section-title span {
    display: inline-block;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

/* =========================================================
   3. BUTTONS
========================================================= */

.btn-primary,
.btn-outline,
.consult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all .35s ease;
}

.btn-primary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d6efd, #0052d4);
    color: #ffffff;
    border: 1px solid #0d6efd;
    box-shadow: 0 10px 25px rgba(13,110,253,.20);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(13,110,253,.35);
}

.btn-outline {
    background: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

.btn-outline:hover {
    background: #0d6efd;
    color: #ffffff;
    transform: translateY(-3px);
}

.consult-btn {
    background: #0d6efd;
    color: #ffffff;
}

.consult-btn:hover {
    background: #0052d4;
    transform: translateY(-3px);
}

/* =========================================================
   4. TOP HEADER
========================================================= */

.top-header {
    background: #0f172a;
    color: #ffffff;
    padding: 9px 0;
    font-size: 13px;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header a {
    color: #e2e8f0;
    transition: .3s;
}

.top-header a:hover {
    color: #60a5fa;
}

.top-contact {
    display: flex;
    gap: 25px;
}

.top-contact i {
    margin-right: 6px;
    color: #60a5fa;
}

/* =========================================================
   5. MAIN NAVBAR
========================================================= */

.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid #eef2f7;
}

.navbar {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    width: auto;
    height: 62px;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-menu > li {
    position: relative;
}

.nav-menu > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 28px 0;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.nav-menu > li > a:hover,
.nav-menu > li > a.active {
    color: #0d6efd;
}

/* =========================================================
   6. DROPDOWN
========================================================= */

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 270px;
    padding: 8px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(15,23,42,.15);
    border: 1px solid #edf2f7;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .3s ease;
    z-index: 1001;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 15px;
    border-radius: 9px;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.dropdown-menu li a i {
    width: 20px;
    color: #0d6efd;
}

.dropdown-menu li a:hover {
    background: #eef5ff;
    color: #0d6efd;
    padding-left: 20px;
}

/* =========================================================
   7. HERO SECTION
========================================================= */

.hero-section {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(5,25,65,.92),
            rgba(13,110,253,.62)
        ),
        url("../assets/images/office-bg.jpeg") center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-overlay::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -150px;
    top: -180px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    filter: blur(15px);
    animation: floatOne 8s infinite ease-in-out;
}

.hero-overlay::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: -120px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    filter: blur(15px);
    animation: floatTwo 10s infinite ease-in-out;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: center;
}

.hero-left {
    animation: fadeUp .9s ease both;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    color: #ffffff;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50px;
    backdrop-filter: blur(15px);
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.hero-left h1 {
    margin: 22px 0;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
    text-shadow: 0 7px 20px rgba(0,0,0,.25);
}

.hero-left h1 span {
    color: #ffd54f;
}

.hero-left p {
    max-width: 700px;
    color: #eef5ff;
    font-size: 18px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

/* =========================================================
   8. HERO SEARCH
========================================================= */

.hero-search {
    width: 100%;
    max-width: 580px;
    height: 52px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.3);
    box-shadow: 0 18px 45px rgba(0,0,0,.15);
    transition: .35s;
}

.hero-search:focus-within {
    transform: scale(1.015);
    box-shadow: 0 22px 55px rgba(13,110,253,.28);
}

.hero-search input {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 25px;
    color: #334155;
    background: transparent;
    font-size: 15px;
}

.hero-search input::placeholder {
    color: #94a3b8;
}

.hero-search button {
    width: 70px;
    height: 100%;
    flex-shrink: 0;
    border: none;
    background: #0d6efd;
    color: #ffffff;
    cursor: pointer;
    font-size: 19px;
    transition: .3s;
}

.hero-search button:hover {
    background: #0047c6;
}

/* =========================================================
   9. HERO TRUST FEATURES
========================================================= */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 17px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50px;
    backdrop-filter: blur(12px);
    color: #ffffff;
    transition: .3s;
}

.feature:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,.2);
}

.feature i {
    color: #ffd54f;
}

/* =========================================================
   10. HERO RIGHT CARDS
========================================================= */

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hero-right .hero-service-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 23px;
    background: rgba(255,255,255,.95);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,.16);
    transition: .35s;
}

.hero-right .hero-service-card:hover {
    transform: translateX(10px);
    box-shadow: 0 25px 55px rgba(13,110,253,.28);
}

.hero-service-icon {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg,#0d6efd,#0047c6);
    color: #ffffff;
    font-size: 25px;
}

.hero-service-card h3 {
    margin-bottom: 5px;
    color: #0f172a;
    font-size: 20px;
}

.hero-service-card p {
    color: #64748b;
    font-size: 14px;
}

/* =========================================================
   11. HERO STATS
========================================================= */

.hero-stats {
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
}

.stat-box {
    padding: 25px 15px;
    text-align: center;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 17px;
    backdrop-filter: blur(15px);
    transition: .35s;
}

.stat-box:hover {
    transform: translateY(-7px);
    background: rgba(13,110,253,.55);
}

.stat-box h2 {
    margin-bottom: 5px;
    color: #ffd54f;
    font-size: 32px;
    font-weight: 800;
}

.stat-box p {
    color: #ffffff;
    font-size: 13px;
}

/* =========================================================
   12. SERVICES
========================================================= */

.services {
    padding: 100px 0;
    background: #f8fbff;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.service-card {
    position: relative;
    overflow: hidden;
    padding: 38px 28px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    transition: .35s;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#0d6efd,#4f9cff);
    transform: scaleX(0);
    transition: .35s;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #0d6efd;
    box-shadow: 0 25px 55px rgba(13,110,253,.15);
}

.service-card > i {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5ff;
    color: #0d6efd;
    font-size: 30px;
    transition: .35s;
}

.service-card:hover > i {
    background: #0d6efd;
    color: #ffffff;
    transform: rotate(8deg) scale(1.08);
}

.service-card h3 {
    margin-bottom: 13px;
    color: #0f172a;
    font-size: 21px;
}

.service-card p {
    margin-bottom: 20px;
    color: #64748b;
    line-height: 1.8;
    font-size: 15px;
}

.service-card a {
    color: #0d6efd;
    font-weight: 700;
    transition: .3s;
}

.service-card a:hover {
    letter-spacing: .5px;
}

/* =========================================================
   13. WHY CHOOSE US
========================================================= */

.why-us {
    padding: 100px 0;
    background: #ffffff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.why-card {
    padding: 35px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: .35s;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(13,110,253,.14);
}

.why-card i {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5ff;
    color: #0d6efd;
    font-size: 29px;
    transition: .35s;
}

.why-card:hover i {
    background: #0d6efd;
    color: #ffffff;
    transform: scale(1.08);
}

.why-card h3 {
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 21px;
}

.why-card p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

/* =========================================================
   14. PROCESS
========================================================= */

.process {
    padding: 100px 0;
    background: #f8fbff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.process-card {
    padding: 38px 25px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
    transition: .35s;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(13,110,253,.15);
}

.process-card span {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#0d6efd,#0052d4);
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}

.process-card h3 {
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 21px;
}

.process-card p {
    color: #64748b;
    line-height: 1.8;
    font-size: 15px;
}

/* =========================================================
   15. TESTIMONIALS
========================================================= */

.testimonials {
    padding: 100px 0;
    background: #ffffff;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.testimonial-card {
    position: relative;
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    transition: .35s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(13,110,253,.15);
}

.testimonial-card::before {
    content: "★★★★★";
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffd54f;
    font-size: 15px;
}

.testimonial-card h3 {
    margin-bottom: 15px;
    color: #0d6efd;
    font-size: 20px;
}

.testimonial-card p {
    margin-bottom: 18px;
    color: #64748b;
    line-height: 1.8;
}

.testimonial-card strong {
    color: #0f172a;
}

/* =========================================================
   16. FAQ
========================================================= */

.faq {
    padding: 100px 0;
    background: #f8fbff;
}

.faq-box {
    max-width: 900px;
    margin: auto;
}

.faq-box h3 {
    margin-top: 18px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 13px;
    color: #0f172a;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s;
}

.faq-box h3:hover {
    background: #0d6efd;
    color: #ffffff;
}

.faq-box p {
    padding: 18px 25px;
    background: #ffffff;
    color: #64748b;
    line-height: 1.8;
}

/* =========================================================
   17. CTA
========================================================= */

.cta {
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(135deg,#0d6efd,#0047c6);
    color: #ffffff;
}

.cta h2 {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 800;
}

.cta p {
    max-width: 700px;
    margin: 0 auto 28px;
    color: #eef5ff;
    font-size: 17px;
}

.cta .btn-primary {
    background: #ffffff;
    color: #0d6efd;
    border-color: #ffffff;
}

.cta .btn-primary:hover {
    background: #ffd54f;
    color: #111827;
    border-color: #ffd54f;
}

/* =========================================================
   18. FOOTER
========================================================= */

.footer {
    padding: 75px 0 25px;
    background: #0f172a;
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.footer img {
    width: auto;
    height: 65px;
    margin-bottom: 18px;
}

.footer h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 19px;
}

.footer p,
.footer li {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.8;
}

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

.footer ul li a {
    color: #cbd5e1;
    transition: .3s;
}

.footer ul li a:hover {
    padding-left: 5px;
    color: #60a5fa;
}

.footer hr {
    margin: 40px 0 20px;
    border: none;
    border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom {
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

/* =========================================================
   19. WHATSAPP
========================================================= */

.whatsapp-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    font-size: 29px;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transition: .3s;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

/* =========================================================
   20. BACK TO TOP
========================================================= */

.top-btn {
    position: fixed;
    right: 25px;
    bottom: 95px;
    z-index: 9998;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0d6efd;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(13,110,253,.25);
    transition: .3s;
}

.top-btn:hover {
    background: #0047c6;
    transform: translateY(-5px);
}

/* =========================================================
   21. PROGRESS BAR
========================================================= */

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #0d6efd;
    z-index: 99999;
}

/* =========================================================
   22. THEME BUTTON
========================================================= */

.theme-toggle {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #0d6efd;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    cursor: pointer;
    transition: .35s;
}

.theme-toggle:hover {
    transform: rotate(180deg);
}

/* =========================================================
   23. SCROLLBAR
========================================================= */

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: #edf2f7;
}

::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0047c6;
}

::selection {
    background: #0d6efd;
    color: #ffffff;
}

/* =========================================================
   24. ANIMATIONS
========================================================= */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatOne {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }
}

@keyframes floatTwo {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }
}

/* =========================================================
   25. DARK MODE
========================================================= */

body.dark {
    background: #0f172a;
    color: #ffffff;
}

body.dark .main-header {
    background: rgba(15,23,42,.96);
    border-color: #334155;
}

body.dark .nav-menu > li > a {
    color: #e2e8f0;
}

body.dark .dropdown-menu,
body.dark .service-card,
body.dark .why-card,
body.dark .process-card,
body.dark .testimonial-card,
body.dark .faq-box h3,
body.dark .faq-box p {
    background: #1e293b;
    color: #ffffff;
}

body.dark .section-title h2,
body.dark .service-card h3,
body.dark .why-card h3,
body.dark .process-card h3,
body.dark .testimonial-card strong,
body.dark .faq-box h3 {
    color: #ffffff;
}

body.dark .service-card p,
body.dark .why-card p,
body.dark .process-card p,
body.dark .testimonial-card p,
body.dark .faq-box p,
body.dark .section-title p {
    color: #cbd5e1;
}

body.dark .services,
body.dark .process,
body.dark .faq {
    background: #111827;
}

/* =========================================================
   26. TABLET
========================================================= */

@media (max-width: 1100px) {

    .nav-menu {
        gap: 15px;
    }

    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-left {
        text-align: center;
    }

    .hero-left p {
        margin: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-search {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-right {
        max-width: 700px;
        width: 100%;
        margin: auto;
    }

    .hero-stats {
        grid-template-columns: repeat(3,1fr);
    }

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

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

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================================================
   27. MOBILE
========================================================= */

@media (max-width: 768px) {

    .top-header {
        display: none;
    }

    .navbar {
        min-height: 70px;
    }

    .logo img {
        height: 52px;
    }

    .nav-menu {
        display: none;
    }

    .hero-section {
        min-height: auto;
        padding: 90px 0 65px;
    }

    .hero-left h1 {
        font-size: 38px;
    }

    .hero-left p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
    }

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

    .hero-search {
        height: auto;
        flex-direction: column;
        border-radius: 15px;
    }

    .hero-search input {
        height: 58px;
    }

    .hero-search button {
        width: 100%;
        height: 52px;
    }

    .hero-features {
        flex-direction: column;
    }

    .feature {
        justify-content: center;
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .service-grid,
    .why-grid,
    .process-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .services,
    .why-us,
    .process,
    .testimonials,
    .faq {
        padding: 75px 0;
    }

    .cta {
        padding: 70px 0;
    }

    .cta h2 {
        font-size: 32px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer img {
        margin-left: auto;
        margin-right: auto;
    }

    .whatsapp-btn {
        right: 18px;
        bottom: 18px;
    }

    .top-btn {
        right: 18px;
        bottom: 85px;
    }

    .theme-toggle {
        left: 18px;
        bottom: 18px;
    }
}

/* =========================================================
   28. SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .container {
        width: 90%;
    }

    .hero-left h1 {
        font-size: 30px;
    }

    .hero-badge {
        font-size: 11px;
        padding: 8px 15px;
    }

    .hero-service-card {
        padding: 17px !important;
    }

    .hero-service-icon {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .hero-service-card h3 {
        font-size: 17px;
    }

    .hero-service-card p {
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 29px;
    }

    .service-card,
    .why-card,
    .process-card {
        padding: 30px 20px;
    }

    .cta h2 {
        font-size: 28px;
    }
}/* =========================================================
   TAXZAAR SERVICES - FINAL HERO + NAVBAR FIX
   Paste at VERY END of css/style.css
========================================================= */


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

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}


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

.main-header{
    width:100%;
    background:#fff;
    position:relative;
    z-index:1000;
    box-shadow:0 4px 20px rgba(0,0,0,.06);
}

.navbar{
    min-height:90px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.logo{
    flex-shrink:0;
}

.logo img{
    width:145px;
    height:auto;
    display:block;
}

.navigation{
    margin-left:auto;
}

.menu{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:24px;
    list-style:none;
    margin:0;
    padding:0;
}

.menu > li{
    position:relative;
    list-style:none;
}

.menu > li > a{
    display:flex;
    align-items:center;
    gap:6px;
    padding:30px 0;
    color:#172033;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    white-space:nowrap;
}

.menu > li > a:hover,
.menu > li > a.active{
    color:#0d6efd;
}


/* DROPDOWN */

.dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:280px;
    padding:8px 0;
    margin:0;
    background:#fff;
    border-radius:14px;
    box-shadow:0 18px 45px rgba(0,0,0,.15);
    list-style:none;
    z-index:9999;
}

.dropdown:hover > .dropdown-menu{
    display:block;
}

.dropdown-menu li{
    width:100%;
    margin:0;
    padding:0;
}

.dropdown-menu li a{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
    padding:14px 20px;
    color:#172033 !important;
    background:#fff !important;
    text-decoration:none;
    font-size:14px;
    white-space:nowrap;
}

.dropdown-menu li a:hover{
    background:#f3f7ff !important;
    color:#0d6efd !important;
    padding-left:25px;
}

.dropdown-menu li a i{
    width:20px;
    color:#0d6efd;
}


/* MOBILE ICON */

.mobile-menu{
    display:none;
    font-size:24px;
    color:#0f172a;
    cursor:pointer;
}


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

.hero-section{
    position:relative;
    min-height:780px;
    padding:90px 0;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:
        linear-gradient(
            90deg,
            rgba(4,27,70,.96),
            rgba(13,110,253,.60)
        ),
        url("../assets/images/office-bg.jpeg")
        center center / cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(255,255,255,.18),
            transparent 35%
        );
    z-index:1;
}

.hero-section .container{
    position:relative;
    z-index:2;
}

.hero-wrapper{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    align-items:center;
    gap:60px;
}


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

.hero-left{
    position:relative;
    z-index:3;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    color:#fff;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.22);
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    backdrop-filter:blur(12px);
}

.hero-left h1{
    margin:22px 0;
    color:#fff;
    font-size:54px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:-1px;
    text-shadow:0 5px 20px rgba(0,0,0,.25);
}

.hero-left h1 span{
    color:#ffd43b;
}

.hero-left p{
    max-width:680px;
    color:#eef5ff;
    font-size:17px;
    line-height:1.8;
}


/* BUTTONS */

.hero-buttons{
    display:flex;
    gap:16px;
    margin-top:30px;
}

.btn-primary,
.btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:52px;
    padding:0 24px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.btn-primary{
    color:#fff;
    background:#0d6efd;
    border:1px solid #0d6efd;
}

.btn-primary:hover{
    background:#0047c6;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(13,110,253,.35);
}

.btn-outline{
    color:#fff;
    background:transparent;
    border:1px solid rgba(255,255,255,.55);
}

.btn-outline:hover{
    color:#0d6efd;
    background:#fff;
    transform:translateY(-3px);
}


/* =========================================================
   SEARCH
========================================================= */

.hero-search{
    display:flex;
    width:100%;
    max-width:650px;
    height:58px;
    margin-top:30px;
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.hero-search input{
    flex:1;
    min-width:0;
    border:none;
    outline:none;
    padding:0 24px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
}

.hero-search button{
    width:70px;
    border:none;
    background:#0d6efd;
    color:#fff;
    font-size:19px;
    cursor:pointer;
}

.hero-search button:hover{
    background:#0047c6;
}


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

.hero-trust{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-top:25px;
}

.trust-box{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    border-radius:50px;
    color:#fff;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.15);
    font-size:13px;
}

.trust-box i{
    color:#54e38e;
}


/* =========================================================
   HERO RIGHT
   IMPORTANT:
   service-item = HERO cards
   service-card = MAIN SERVICES cards
========================================================= */

.hero-right{
    width:100%;
    position:relative;
    z-index:3;
}

.service-panel{
    display:flex;
    flex-direction:column;
    gap:18px;
}


/* HERO SERVICE ITEM */

.hero-right .service-item,
.hero-right .service-card{
    position:relative;
    display:flex;
    align-items:center;
    gap:18px;
    width:100%;
    min-height:105px;
    padding:22px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.5);
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.18);
    overflow:hidden;
    transition:.35s ease;
}

.hero-right .service-item:hover,
.hero-right .service-card:hover{
    transform:translateX(10px);
    box-shadow:0 25px 55px rgba(0,0,0,.25);
}


/* HERO ICON */

.hero-right .service-item .icon,
.hero-right .service-card .icon{
    width:62px;
    height:62px;
    min-width:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:linear-gradient(
        135deg,
        #0d6efd,
        #0047c6
    );
    color:#fff;
    font-size:25px;
}

.hero-right .service-item h3,
.hero-right .service-item h4,
.hero-right .service-card h3{
    margin:0 0 5px;
    color:#0f172a;
    font-size:19px;
    font-weight:700;
}

.hero-right .service-item p,
.hero-right .service-card p{
    margin:0;
    color:#64748b;
    font-size:14px;
}


/* =========================================================
   MAIN SERVICES SECTION
   Keep DIFFERENT from hero cards
========================================================= */

.services{
    padding:100px 0;
    background:#fff;
}

.services .service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.services .service-card{
    position:relative;
    display:block;
    width:auto;
    min-height:auto;
    padding:40px 30px;
    text-align:center;
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    overflow:hidden;
    transition:.35s ease;
}

.services .service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(13,110,253,.18);
}

.services .service-card > i{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#eef5ff;
    color:#0d6efd;
    font-size:32px;
}

.services .service-card h3{
    margin-bottom:15px;
    color:#0f172a;
    font-size:22px;
}

.services .service-card p{
    color:#64748b;
    line-height:1.8;
    margin-bottom:20px;
}

.services .service-card a{
    color:#0d6efd;
    text-decoration:none;
    font-weight:700;
}


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

@media(max-width:1100px){

    .menu{
        gap:14px;
    }

    .hero-wrapper{
        grid-template-columns:1fr;
        gap:45px;
    }

    .hero-left{
        text-align:center;
    }

    .hero-left p{
        margin:0 auto;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-search{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-trust{
        justify-content:center;
    }

    .hero-right{
        max-width:650px;
        margin:auto;
    }
}


@media(max-width:992px){

    .navigation{
        display:none;
    }

    .mobile-menu{
        display:block;
    }

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

    .hero-left h1{
        font-size:46px;
    }
}


@media(max-width:768px){

    .navbar{
        min-height:75px;
    }

    .logo img{
        width:125px;
    }

    .hero-section{
        min-height:auto;
        padding:70px 0 60px;
    }

    .hero-left h1{
        font-size:36px;
        line-height:1.25;
    }

    .hero-left p{
        font-size:15px;
    }

    .hero-buttons{
        flex-direction:column;
    }

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

    .hero-search{
        height:auto;
        flex-direction:column;
        border-radius:15px;
    }

    .hero-search input{
        height:55px;
        width:100%;
    }

    .hero-search button{
        width:100%;
        height:52px;
    }

    .hero-right .service-item,
    .hero-right .service-card{
        padding:18px;
    }

    .hero-right .service-item .icon,
    .hero-right .service-card .icon{
        width:52px;
        min-width:52px;
        height:52px;
        font-size:21px;
    }

    .services .service-grid{
        grid-template-columns:1fr;
    }
}


@media(max-width:480px){

    .container{
        width:92%;
    }

    .hero-left h1{
        font-size:30px;
    }

    .hero-badge{
        font-size:11px;
        padding:8px 14px;
    }

    .hero-right .service-item h3,
    .hero-right .service-item h4,
    .hero-right .service-card h3{
        font-size:16px;
    }

    .hero-right .service-item p,
    .hero-right .service-card p{
        font-size:12px;
    }
}/* =====================================================
   COMPANY STATS - FINAL PREMIUM FIX
===================================================== */

.company-stats{
    padding:80px 0;
    background:linear-gradient(135deg,#f8fbff,#ffffff);
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:22px;
    align-items:stretch;
}

.stat-item{
    position:relative;
    text-align:center;
    padding:35px 20px;
    background:#ffffff;
    border:1px solid #e8eef7;
    border-radius:20px;
    box-shadow:0 12px 35px rgba(0,0,0,.07);
    transition:all .35s ease;
    overflow:hidden;
}

/* Top blue line */

.stat-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #0d6efd,
        #0047c6
    );
}

/* Number */

.stat-item h2{
    margin:0 0 10px;
    color:#0d6efd;
    font-size:36px;
    font-weight:800;
    line-height:1.2;
}

/* Text */

.stat-item p{
    margin:0;
    color:#64748b;
    font-size:15px;
    font-weight:500;
}

/* Hover */

.stat-item:hover{
    transform:translateY(-10px);
    box-shadow:0 22px 50px rgba(13,110,253,.16);
    border-color:#cfe0ff;
}

.stat-item:hover h2{
    color:#0047c6;
}

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

@media(max-width:992px){

    .stats-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

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

@media(max-width:768px){

    .company-stats{
        padding:60px 0;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
    }

    .stat-item{
        padding:28px 15px;
    }

    .stat-item h2{
        font-size:30px;
    }

}

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

@media(max-width:480px){

    .stats-grid{
        grid-template-columns:1fr;
    }

    .stat-item{
        padding:25px 15px;
    }

    .stat-item h2{
        font-size:28px;
    }

}/* =====================================================
   TAXZAAR - ULTRA PREMIUM COMPANY STATS
===================================================== */

.company-stats{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(13,110,253,.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 50%,
            rgba(0,71,198,.06),
            transparent 30%
        ),
        #f8fbff;
}

/* Decorative background circles */

.company-stats::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    left:-120px;
    top:-100px;
    border-radius:50%;
    background:rgba(13,110,253,.06);
    filter:blur(5px);
}

.company-stats::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-100px;
    bottom:-100px;
    border-radius:50%;
    background:rgba(0,71,198,.06);
    filter:blur(5px);
}


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

.stats-grid{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}


/* =====================================================
   STAT CARD
===================================================== */

.stat-item{
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    min-height:180px;
    padding:30px 18px;

    background:rgba(255,255,255,.82);

    border:1px solid rgba(255,255,255,.9);

    border-radius:24px;

    box-shadow:
        0 15px 40px rgba(15,23,42,.07),
        inset 0 1px 0 rgba(255,255,255,.8);

    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    overflow:hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


/* Top glowing line */

.stat-item::before{
    content:"";

    position:absolute;

    top:0;
    left:10%;
    width:80%;
    height:3px;

    border-radius:0 0 10px 10px;

    background:linear-gradient(
        90deg,
        transparent,
        #0d6efd,
        #0047c6,
        transparent
    );

    opacity:.7;
}


/* Glow */

.stat-item::after{
    content:"";

    position:absolute;

    width:100px;
    height:100px;

    top:-50px;
    right:-50px;

    border-radius:50%;

    background:rgba(13,110,253,.08);

    transition:.4s;
}


/* =====================================================
   NUMBER
===================================================== */

.stat-item h2{
    position:relative;
    z-index:2;

    margin:0 0 10px;

    font-size:38px;
    line-height:1;

    font-weight:800;

    background:linear-gradient(
        135deg,
        #0d6efd,
        #0047c6
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    transition:.4s;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.stat-item p{
    position:relative;
    z-index:2;

    margin:0;

    color:#64748b;

    font-size:14px;
    font-weight:600;

    letter-spacing:.2px;

    text-align:center;
}


/* =====================================================
   HOVER
===================================================== */

.stat-item:hover{

    transform:translateY(-12px);

    border-color:rgba(13,110,253,.25);

    box-shadow:
        0 25px 60px rgba(13,110,253,.16),
        0 5px 15px rgba(0,0,0,.04);
}

.stat-item:hover::after{
    transform:scale(2.2);
    background:rgba(13,110,253,.06);
}

.stat-item:hover h2{
    transform:scale(1.08);
}


/* =====================================================
   FIRST CARD
===================================================== */

.stat-item:first-child{
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.95),
            rgba(238,245,255,.95)
        );
}


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

@media(max-width:1100px){

    .stats-grid{
        grid-template-columns:repeat(3,1fr);
    }

}


@media(max-width:768px){

    .company-stats{
        padding:70px 0;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

    .stat-item{
        min-height:160px;
        padding:25px 15px;
        border-radius:20px;
    }

    .stat-item h2{
        font-size:31px;
    }

}


@media(max-width:480px){

    .stats-grid{
        grid-template-columns:1fr;
    }

    .stat-item{
        min-height:145px;
    }

}/* ===== PREMIUM SERVICES BACKGROUND ===== */

.services {
    position: relative !important;
    overflow: hidden !important;

    background:
        radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.10), transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(14, 165, 233, 0.10), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef5ff 50%, #f8fbff 100%) !important;
}

/* Decorative glow */
.services::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    left: -180px;
    top: 120px;

    border-radius: 50%;

    background: rgba(37, 99, 235, 0.07);

    filter: blur(70px);

    pointer-events: none;
}

.services::after {
    content: "";
    position: absolute;

    width: 380px;
    height: 380px;

    right: -150px;
    bottom: 50px;

    border-radius: 50%;

    background: rgba(14, 165, 233, 0.08);

    filter: blur(70px);

    pointer-events: none;
}

/* Keep content above background */
.services .container {
    position: relative;
    z-index: 2;
}/* ===== PREMIUM MODERN BACKGROUND ===== */

.services {
    position: relative !important;
    overflow: hidden !important;

    background: #f4f7fb !important;
}

/* Top blue glow */
.services::before {
    content: "";
    position: absolute;

    width: 600px;
    height: 300px;

    top: -180px;
    left: 50%;

    transform: translateX(-50%);

    background: rgba(37, 99, 235, 0.12);

    filter: blur(80px);

    border-radius: 50%;

    pointer-events: none;
}

/* Side glow */
.services::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -180px;
    top: 40%;

    background: rgba(59, 130, 246, 0.08);

    filter: blur(80px);

    border-radius: 50%;

    pointer-events: none;
}

/* Content above effects */
.services .container {
    position: relative;
    z-index: 2;
}


/* Premium cards */
.services .service-card {
    background: rgba(255,255,255,0.92) !important;

    border: 1px solid rgba(226,232,240,0.9) !important;

    box-shadow:
        0 10px 30px rgba(15,23,42,0.06) !important;

    transition: all 0.35s ease !important;
}

.services .service-card:hover {
    transform: translateY(-8px) !important;

    border-color: rgba(37,99,235,0.25) !important;

    box-shadow:
        0 20px 45px rgba(37,99,235,0.12) !important;
}/* =====================================================
   TAXZAAR - PREMIUM SERVICES BACKGROUND
   MATCHES HERO BLUE THEME
===================================================== */

.services {
    position: relative !important;
    overflow: hidden !important;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(37, 99, 235, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(59, 130, 246, 0.10),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f5f8ff 0%,
            #eef4ff 45%,
            #f8fbff 100%
        ) !important;
}


/* TOP SOFT BLUE GLOW */

.services::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 300px;

    top: -180px;
    left: 50%;

    transform: translateX(-50%);

    background: rgba(37, 99, 235, 0.12);

    filter: blur(100px);

    border-radius: 50%;

    pointer-events: none;
}


/* BOTTOM RIGHT GLOW */

.services::after {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -200px;
    bottom: -180px;

    background: rgba(30, 100, 220, 0.08);

    filter: blur(90px);

    border-radius: 50%;

    pointer-events: none;
}


/* KEEP CONTENT ABOVE EFFECT */

.services .container {
    position: relative;
    z-index: 2;
}


/* =====================================================
   PREMIUM SERVICE CARDS
===================================================== */

.services .service-card {
    position: relative;

    background: rgba(255, 255, 255, 0.94) !important;

    border: 1px solid rgba(210, 222, 240, 0.8) !important;

    border-radius: 22px !important;

    box-shadow:
        0 10px 35px rgba(15, 42, 80, 0.07) !important;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease !important;
}


/* CARD HOVER */

.services .service-card:hover {

    transform: translateY(-8px) !important;

    border-color: rgba(37, 99, 235, 0.30) !important;

    box-shadow:
        0 22px 50px rgba(20, 75, 150, 0.13) !important;
}


/* =====================================================
   SERVICE ICON
===================================================== */

.services .service-card i {

    transition: transform 0.35s ease;
}

.services .service-card:hover i {

    transform: scale(1.12) rotate(-3deg);
}/* ==========================================
   TAXZAAR PREMIUM OFFICE SERVICES SECTION
========================================== */

.services {
    position: relative !important;
    overflow: hidden !important;

    background-image:
        linear-gradient(
            rgba(3, 25, 65, 0.86),
            rgba(5, 45, 100, 0.82)
        ),
        url("../assets/images/taxzaar-office.png") !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


/* CONTENT IMAGE KE UPAR RAHE */

.services .container {
    position: relative !important;
    z-index: 2 !important;
}


/* ==========================================
   SERVICES HEADING
========================================== */

.services h2 {
    color: #ffffff !important;
}

.services .section-title p {
    color: rgba(255,255,255,0.82) !important;
}

.services .section-title span {
    color: #60a5fa !important;
}

/* =====================================================
   FEATURED REVIEWS
===================================================== */

.featured-reviews {
    padding: 100px 0;
    background: #f8fbff;
}


/* GOOGLE RATING */

.google-rating {
    max-width: 300px;
    margin: 35px auto 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #fff;
    padding: 18px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
}

.google-logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 30px;
    font-weight: 800;
    color: #4285f4;
}

.google-rating small {
    display: block;
    color: #64748b;
    margin-top: 3px;
}

.rating-stars {
    color: #fbbc04;
    margin-bottom: 3px;
}


/* =====================================================
   SLIDER
===================================================== */

.review-slider {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.review-window {
    overflow: hidden;
    width: 100%;
}

.review-track {
    display: flex;
    width: 100%;
    transition: transform .5s ease;
}


/* =====================================================
   REVIEW CARD
   DESKTOP = 3 CARDS
===================================================== */

.review-card {
    flex: 0 0 calc(33.333333% - 20px);
    box-sizing: border-box;

    margin: 0 10px;
    padding: 30px;

    background: #fff;
    border-radius: 20px;
    border: 1px solid #edf2f7;

    box-shadow: 0 12px 35px rgba(0,0,0,.08);

    min-height: 250px;
}


/* TOP */

.review-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #0d6efd,
        #0047c6
    );

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: 700;

    flex-shrink: 0;
}

.review-top h3 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
}

.review-top span {
    color: #64748b;
    font-size: 13px;
}

.review-stars {
    color: #fbbc04;
    font-size: 18px;
    margin: 18px 0 12px;
    letter-spacing: 2px;
}

.review-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}


/* =====================================================
   ARROWS
===================================================== */

.review-arrow {
    width: 48px;
    height: 48px;

    border: none;
    border-radius: 50%;

    background: #0d6efd;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    cursor: pointer;
    transition: .3s;

    box-shadow: 0 8px 20px rgba(13,110,253,.25);
}

.review-arrow:hover {
    background: #0047c6;
    transform: scale(1.08);
}


/* DOTS HIDE */

.review-dots {
    display: none !important;
}


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

@media (max-width: 992px) {

    .review-card {
        flex: 0 0 calc(50% - 20px);
    }

}


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

@media (max-width: 768px) {

    .featured-reviews {
        padding: 70px 0;
    }

    .review-slider {
        gap: 8px;
    }

    .review-arrow {
        width: 40px;
        height: 40px;
    }

    .review-card {
        flex: 0 0 calc(100% - 10px);
        margin: 0 5px;
        padding: 25px 20px;
        min-height: auto;
    }

}/* =====================================================
   TAXZAAR FOOTER - PREMIUM 5 COLUMN
===================================================== */

.main-footer {
    background: #0d172d;
    color: #ffffff;
    padding: 70px 0 0;
}


/* FOOTER CONTAINER */

.footer-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        1.4fr
        1fr
        1.5fr
        1.2fr
        1.5fr;

    gap: 50px;
}


/* FOOTER COLUMNS */

.footer-column {
    min-width: 0;
}


/* LOGO */

.footer-logo {
    width: 145px;
    height: auto;
    display: block;
}


/* HEADINGS */

.footer-column h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 22px;
}


/* LINKS */

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

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

.footer-links a {
    color: #d7e3f5;
    text-decoration: none;
    font-size: 15px;
    transition: all .25s ease;
}

.footer-links a:hover {
    color: #3b82f6;
    padding-left: 4px;
}


/* CONTACT */

.footer-contact p {
    color: #d7e3f5;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 10px;
}

.footer-contact p i {
    color: #3b82f6;
    margin-right: 8px;
}


/* OFFICE */

.office-address {
    margin-top: 28px;
}

.office-address h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.office-address p {
    margin: 0;
    color: #d7e3f5;
    line-height: 1.7;
}


/* BOTTOM */

.footer-bottom {
    width: 90%;
    max-width: 1400px;
    margin: 55px auto 0;

    border-top: 1px solid rgba(255,255,255,.15);

    padding: 22px 0 25px;

    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #d7e3f5;
    font-size: 14px;
}


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

@media (max-width: 1100px) {

    .footer-container {
        grid-template-columns:
            1fr 1fr 1fr;

        gap: 40px;
    }

}


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

@media (max-width: 768px) {

    .main-footer {
        padding-top: 50px;
    }

    .footer-container {
        width: 88%;

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .footer-logo {
        width: 150px;
    }

    .footer-bottom {
        width: 88%;
        margin-top: 40px;
    }

}.footer-contact a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-contact a:hover {
    color: #0d6efd;
}/* ================================
   HERO SEARCH
================================ */

.hero-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 640px;
    z-index: 1000;
}

.hero-search {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 18px 24px;
    font-size: 16px;
    color: #222;
    background: #fff;
}

.hero-search input::placeholder {
    color: #9aa5b5;
}

.hero-search button {
    width: 70px;
    border: none;
    background: #1473ff;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.hero-search button:hover {
    background: #075fd8;
}


/* SEARCH RESULTS */

.search-results {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    max-height: 430px;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.20);
    padding: 8px;
}

.search-results.show {
    display: block;
}

.search-results a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #172033;
    transition: 0.25s;
}

.search-results a:hover {
    background: #f1f6ff;
    transform: translateX(3px);
}

.search-results a i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eaf2ff;
    color: #1473ff;
    font-size: 18px;
}

.search-results strong {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.search-results small {
    display: block;
    color: #758198;
    font-size: 12px;
}


/* MOBILE */

@media (max-width: 767px) {

    .hero-search-wrapper {
        max-width: 100%;
    }

    .hero-search input {
        padding: 15px 17px;
        font-size: 14px;
    }

    .hero-search button {
        width: 58px;
        font-size: 18px;
    }

    .search-results {
        max-height: 350px;
        border-radius: 14px;
    }

    .search-results a {
        padding: 12px;
    }

    .search-results a i {
        width: 38px;
        height: 38px;
    }

    .search-results strong {
        font-size: 14px;
    }

    .search-results small {
        font-size: 11px;
    }
}
/* ================================
   THANK YOU MESSAGE
================================ */

.thank-you-message {
    display: none;
    text-align: center;
    padding: 45px 30px;
    animation: thankYouFade 0.5s ease;
}

.thank-you-message.active {
    display: block;
}

.thank-you-icon {
    font-size: 70px;
    color: #16a34a;
    margin-bottom: 20px;
}

.thank-you-message h2 {
    font-size: 32px;
    color: #102a43;
    margin-bottom: 15px;
}

.thank-you-message p {
    color: #52677d;
    font-size: 16px;
    line-height: 1.7;
    margin: 8px 0;
}

.thank-you-message strong {
    display: block;
    color: #102a43;
    font-size: 17px;
    margin-top: 18px;
}

.thank-you-small {
    margin-bottom: 25px !important;
}

.thank-you-message button {
    border: none;
    background: linear-gradient(135deg, #087ed5, #0754a1);
    color: white;
    padding: 13px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.thank-you-message button:hover {
    transform: translateY(-2px);
}

@keyframes thankYouFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ================================
   THANK YOU MESSAGE
================================ */

#thankYouMessage {
    display: none !important;
}

#thankYouMessage.active {
    display: block !important;
}

.thank-you-message {
    text-align: center;
    padding: 45px 30px;
    animation: thankYouFade 0.5s ease;
}

.thank-you-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 42px;
    line-height: 70px;
    font-weight: bold;
}

.thank-you-message h2 {
    font-size: 32px;
    color: #102a43;
    margin-bottom: 15px;
}

.thank-you-message p {
    color: #52677d;
    font-size: 16px;
    line-height: 1.7;
    margin: 8px 0;
}

.thank-you-message strong {
    display: block;
    color: #102a43;
    font-size: 17px;
    margin-top: 18px;
}

.thank-you-message button {
    border: none;
    background: linear-gradient(135deg, #087ed5, #0754a1);
    color: #fff;
    padding: 13px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

@keyframes thankYouFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}#thankYouMessage {
    display: none;
}

#thankYouMessage.active {
    display: block;
}.thank-you-message {
    display: none;
    text-align: center;
    padding: 40px 20px;
}

.thank-you-message.active {
    display: block;
}

.thank-you-icon {
    font-size: 60px;
    color: #16a34a;
    margin-bottom: 15px;
}

.thank-you-message h2 {
    color: #102a43;
    font-size: 28px;
    margin-bottom: 12px;
}

.thank-you-message p {
    color: #52677d;
    font-size: 14px;
    line-height: 1.7;
    margin: 8px 0;
}

.thank-you-message strong {
    display: block;
    color: #102a43;
    margin: 15px 0 20px;
}

.thank-you-message button {
    border: none;
    background: linear-gradient(135deg, #087ed5, #0754a1);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}
/* =========================================================
   MOBILE MENU - FINAL
========================================================= */

.mobile-menu {
    display: none;
    border: none;
    background: #edf7ff;
    color: #087bd1;
    font-size: 22px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
}

.mobile-menu i {
    pointer-events: none;
}

@media (max-width: 900px) {

    .main-header {
        position: relative;
        z-index: 9999;
    }

    .navbar {
        position: relative;
    }

    .mobile-menu {
        display: flex;
        margin-left: auto;
    }

    .navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(8,43,89,.15);
        border-top: 1px solid #e6edf5;
        max-height: calc(100vh - 75px);
        overflow-y: auto;
        z-index: 10000;
    }

    .navigation.mobile-active {
        display: block;
    }

    .navigation .menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 8px 0;
        margin: 0;
        gap: 0;
    }

    .navigation .menu > li {
        width: 100%;
        border-bottom: 1px solid #edf0f5;
    }

    .navigation .menu > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px 20px;
        color: #25384e;
        font-size: 14px;
        font-weight: 600;
    }

    .navigation .menu > li > a:hover {
        background: #f5faff;
        color: #087bd1;
    }

    /* DROPDOWN */

    .navigation .dropdown-menu {
        display: none;
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        background: #f7faff;
        border: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .navigation .dropdown.active .dropdown-menu {
        display: block;
    }

    .navigation .dropdown-menu li a {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 12px 20px 12px 35px;
        color: #374151;
        font-size: 13px;
    }

    .navigation .dropdown-menu li a i {
        width: 18px;
        color: #087bd1;
    }
}
/* SEARCH DROPDOWN FIX */

.hero-section {
    overflow: visible !important;
    position: relative;
    z-index: 10;
}

.hero-search-wrapper {
    position: relative;
    z-index: 9999;
}

.search-results {
    position: absolute !important;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;

    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);

    z-index: 99999 !important;
}

.services {
    position: relative;
    z-index: 1;
}
