* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}


.hero-section {
    min-height: 90vh;
    background: #f8f9fa;
}


/* header */

.brand_logo_img img {
    max-width: 180px;
}

.brand-text h6 {
    margin: 0;
    font-weight: 600;
}

.brand-text small {
    color: #6c757d;
}

.btn-call {
    background: #f8f9fa;
    border-radius: 25px;
    padding: 8px 16px;
    font-weight: 500;
}

.btn-chat {
    border-radius: 14px;
    padding: 8px 18px;
    font-weight: 500;
    background: linear-gradient(135deg, hsl(199 89% 48%) 0%, hsl(220 100% 60%) 100%) !important;

}

.nav-link {
    margin-left: 10px;
}



.hero-section {
    padding: 120px 0 80px;
    background: radial-gradient(circle at right, #dff2ff, #f8fbff);
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #0f172a;
}

.hero-title span {
    color: #2196f3;
}

.hero-desc {
    font-size: 16px;
    margin-top: 15px;
    color: #475569;
}

.hero-sub {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 20px;
}

.hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.hero-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.hero-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2196f3;
    font-weight: bold;
}

.hero-btn {
    border-radius: 14px;
    padding: 14px 26px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hero-image-box {
    /* background: #fff; */

    position: relative;
}

.hero-image-box img {
    border-radius: 16px;
    /* padding: 40px; */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.hero-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.hero-badge i {
    font-size: 24px;
    color: #2196f3;
}

.hero-badge strong {
    display: block;
    font-size: 18px;
}

.hero-badge small {
    color: #64748b;
}


.about-section {
    padding: 100px 0;
    /* pehle ~100 tha */
    background: #f8fbff;
}

.about-section .col-lg-6:last-child {
    padding-left: 60px;
}

/* image column spacing */
.about-section .col-lg-6:first-child {
    padding-right: 40px;
}

.section-tag {
    display: inline-block;
    color: #2196f3;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
}

.section-title span {
    color: #2196f3;
}

.section-desc {
    margin-top: 16px;
    color: #475569;
    font-size: 16px;
    max-width: 520px;
}

.about-img-box {
    /* background: #fff; */
    /* border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative; */
}

.about-img-box img {
    border-radius: 16px;
    /* overflow: hidden; */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    /* max-width: 80%; */
}

.about-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #fff;
    padding: 16px 22px;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.about-badge i {
    font-size: 24px;
    color: #2196f3;
}

.about-badge strong {
    display: block;
    font-size: 18px;
}

.about-badge small {
    color: #64748b;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #0f172a;
}

.feature-item i {
    color: #2196f3;
    font-size: 18px;
}



.how-it-works {
    padding: 100px 0;
    padding-top: 0;
    background: #f8fbff;
}

.step-card {
    background: #fff;
    border-radius: 22px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
    text-align: left;
}

.step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.step-icon {
    width: 56px;
    height: 56px;
    background: #e6f4ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step-icon i {
    font-size: 26px;
    color: #2196f3;
}

.step-no {
    color: #2196f3;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
}

.step-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 14px;
    color: #64748b;
}



.troubleshoot-section {
    padding: 100px 0;
    padding-top: 0;
    background: #ffffff;
}

/* CARD */
.issue-card-fixed {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px 30px;
    height: 100%;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.35s ease;
    text-align: left;
    border: 1px solid hsl(220deg 60% 30% / 8%);


}

.issue-card-fixed:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.14);
}

/* TOP RIGHT CURVE */
.card-bg-shape {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, #eaf6ff, #f6fbff);
    border-radius: 50%;
    z-index: 0;
}

/* ICON */
.issue-icon-fixed {
    width: 56px;
    height: 56px;
    background: #eaf6ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;

}

.issue-icon-fixed i {
    font-size: 22px;
    color: #2196f3;
}

/* TEXT */
.issue-card-fixed h5 {
    font-weight: 600;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.issue-sub {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

/* BULLET LIST */
.issue-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.issue-list li {
    font-size: 14px;
    color: #475569;
    padding-left: 18px;
    margin-bottom: 6px;
    position: relative;
}

.issue-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #2196f3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}


.expert-cta-section {
    padding: 100px 0;
    /* padding-top: 0; */
    background: #f8fbff;
}

.cta-wrapper {
    background: #ffffff;
    border-radius: 32px;
    padding: 70px 60px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.08);
}

/* Badge */
.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eaf6ff;
    color: #2196f3;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}

/* Title */
.cta-title {
    font-size: 44px;
    font-weight: 700;
    color: #0f172a;
}

.cta-title span {
    color: #2196f3;
}

/* Desc */
.cta-desc {
    font-size: 16px;
    color: #475569;
    margin-top: 16px;
    max-width: 520px;
}

/* Stats text */
.cta-stats {
    display: flex;
    gap: 28px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #475569;
}

.stat-item i {
    color: #2196f3;
}

/* Image Box */
.cta-image-box {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
}

.cta-image-box img {
    width: 100%;
    display: block;
}

/* Image stats */
.cta-image-stats {
    position: absolute;
    bottom: 18px;
    background: #ffffff;
    padding: 16px 22px;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.cta-image-stats strong {
    font-size: 22px;
    color: #2196f3;
    display: block;
}

.cta-image-stats small {
    color: #64748b;
    font-size: 13px;
}

.cta-image-stats.left {
    left: 18px;
}

.cta-image-stats.right {
    right: 18px;
}



.site-footer {
    background: linear-gradient(to bottom, #ffffff, #f8fbff);
    padding: 80px 0 30px;
    border-top: 1px solid #eef2f7;
}

/* Brand */
.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.footer-brand img {
    max-width: 230px;
}

.brand-logo {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1da1f2, #0d6efd);
    color: #fff;
    font-weight: 700;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-brand h5 {
    margin: 0;
    font-weight: 600;
}

.footer-brand small {
    color: #64748b;
}

/* Text */
.footer-desc {
    color: #475569;
    font-size: 15px;
    max-width: 340px;
    margin-bottom: 18px;
    line-height: 28px;
}

/* Titles */
.footer-title {
    font-weight: 600;
    margin-bottom: 14px;
    color: #0f172a;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #475569;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #2196f3;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    color: #475569;
    font-size: 15px;
    word-break: break-all;
}

.footer-contact a {
    text-decoration: none;
    color: #000;
}

.footer-contact i {
    color: #2196f3;
    font-size: 18px;
    margin-top: 2px;
}

/* Bottom */
.footer-bottom {
    font-size: 14px;
    color: #64748b;
    border-top: 1px solid #eef2f7;
    padding-top: 18px;
}


.stats-section {
    padding: 100px 0;
    /* padding-top: 0; */
    background: #f8fbff;
}

/* wrapper */
.stats-wrapper {
    margin-top: 20px;
}

/* cards */
.stat-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 36px 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
}

/* icon */
.stat-icon {
    width: 64px;
    height: 64px;
    background: #eaf6ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.stat-icon i {
    font-size: 26px;
    color: #2196f3;
}

/* number */
.stat-card h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0f172a;
}

/* label */
.stat-card p {
    margin: 0;
    font-weight: 600;
    color: #2196f3;
    font-size: 15px;
}




.why-section {
    padding: 100px 0;
    background: #f8fbff;
}

/* items */
.why-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.why-icon {
    width: 64px;
    height: 64px;
    background: #eaf6ff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-icon i {
    font-size: 26px;
    color: #2196f3;
}

.why-item h5 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 16px;
}

.why-item p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
    max-width: 420px;
}

/* image */
.why-image-box {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
    background: #fff;
    /* padding: 12px; */
}



.service-alt-section {
    padding: 100px 0;
    /* pehle 100 tha */
    background: #ffffff;
}

.service-row {
    margin-bottom: 90px;
    /* major vertical whitespace */
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-row .col-lg-6:first-child {
    padding-right: 50px;
}

.service-row.flex-lg-row-reverse .col-lg-6:first-child {
    padding-right: 12px;
    padding-left: 50px;
}

.service-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f172a;
}

.service-text {
    color: #64748b;
    font-size: 16px;
    max-width: 480px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 22px;
}

.service-list li {
    padding-left: 22px;
    margin-bottom: 8px;
    position: relative;
    color: #475569;
}

.service-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2196f3;
    font-weight: bold;
}

.service-img-box {
    border-radius: 26px;
    overflow: hidden;
    /* box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
    background: #fff; */
    /* padding: 10px; */
    transition: 0.4s;
}

.service-img-box:hover {
    transform: translateY(-8px);
}

.service-img-box {
    border-radius: 30px;
    overflow: hidden;
    /* box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14); */
    /* background: #fff; */
    padding: 14px;
    /* ↑ increase */
    transition: 0.4s;
}

.service-img-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}

.service-title {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 28px;
}

.service-text {
    margin-bottom: 18px;
    line-height: 1.7;
}



/* Service Cards */
.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i {
    font-size: 40px;
    color: #1d6efd;
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

/* Mobile spacing */
@media (max-width: 575px) {
    .service-card {
        padding: 30px 22px;
    }
}









/* ===== Inner Hero (top banner for inner pages) ===== */

.inner-hero {
    padding: 120px 0 80px;
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
    position: relative;
}

.inner-hero .section-desc {
    max-width: 720px;
}

/* ===== Section Padding ===== */

.section-pad {
    padding: 100px 0;
}

/* ===== About Content ===== */

.section-pad h3 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}

.section-pad p {
    color: #64748b;
    line-height: 1.75;
    font-size: 16px;
}

/* ===== Feature Box Card ===== */

.feature-box {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px 34px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.35s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.14);
}

/* ===== Feature Items ===== */

.feature-box .feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 18px;
    font-size: 16px;
}

.feature-box .feature-item:last-child {
    margin-bottom: 0;
}

/* icon bubble */
.feature-box .feature-item i {
    width: 42px;
    height: 42px;
    background: #eaf6ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
    font-size: 18px;
    flex-shrink: 0;
}


/* ===== Contact Section ===== */

.contact-lead {
    color: #64748b;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 26px;
}

/* cards */
.contact-card-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.14);
}

.contact-card a {
    text-decoration: none;
    color: #64748b;
}

/* icon */
.contact-icon {
    width: 48px;
    height: 48px;
    background: #eaf6ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: #2196f3;
    font-size: 20px;
}

/* text */
.contact-card h6 {
    margin: 0 0 4px;
    font-weight: 600;
}

.contact-card p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* image box */
.contact-image-box {
    border-radius: 30px;
    overflow: hidden;
    /* background: #fff;
    padding: 14px; */
}

.contact-image-box img {
    width: 100%;
    /* height: 460px; */
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
    max-width: 80%;
}



/* ===== Policy Page ===== */

.policy-wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* blocks */
.policy-block {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 30px;
    /* box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06); */
    transition: 0.3s;
}

.policy-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
}

.policy-block h3 {
    font-weight: 700;
    margin-bottom: 12px;
    color: #0f172a;
}

.policy-block p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
    font-size: 15.5px;
}

.policy-block a {
    text-decoration: none;
    color: #64748b;
}

/* ===== 404 Page ===== */

.error-hero {
    padding: 160px 0 140px;
    background: radial-gradient(circle at top, #eaf6ff, #ffffff);
    text-align: center;
}

/* big number */
.error-code {
    font-size: 140px;
    font-weight: 800;
    line-height: 1;
    margin: 10px 0 10px;
    background: linear-gradient(135deg, #2196f3, #0d6efd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* actions */
.error-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}



/* ===== Sticky Header ===== */
.site-header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.35s ease;
}

/* when fixed */
.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.35s ease forwards;
}

/* animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* prevent content jump */
body.has-sticky-header {
    padding-top: 90px;
    /* navbar height approx */
}


/* responsive */

@media (max-width: 768px) {

    .error-hero {
        padding: 120px 0 100px;
    }

    .error-code {
        font-size: 92px;
    }
}

/* responsive */

@media (max-width: 768px) {
    .policy-block {
        padding: 22px 20px;
    }
}

/* responsive */

@media (max-width: 991px) {
    .contact-image-box img {
        max-width: 100%;

    }
}


/* ===== Responsive ===== */

@media (max-width: 991px) {

    .inner-hero {
        padding: 90px 0 60px;
    }

    .section-pad {
        padding: 80px 0;
        padding-top: 0;
    }

    .feature-box {
        padding: 28px 22px;
    }
}

@media (max-width: 576px) {

    .feature-box .feature-item {
        font-size: 15px;
    }

    .section-pad h3 {
        font-size: 20px;
    }
}


@media (max-width: 991px) {

    .service-row {
        margin-bottom: 60px;
    }

    .service-row .col-lg-6:first-child,
    .service-row.flex-lg-row-reverse .col-lg-6:first-child {
        padding-left: 12px;
        padding-right: 12px;
    }

    .service-img-box img {
        height: 300px;
    }
}

/* responsive */
@media (max-width: 768px) {
    .why-item {
        gap: 14px;
    }

    .why-icon {
        width: 54px;
        height: 54px;
    }
}

/* responsive */
@media (max-width: 768px) {
    .stat-box h2 {
        font-size: 36px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .site-footer {
        padding: 30px 0 25px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .cta-wrapper {
        padding: 40px 25px;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-stats {
        gap: 14px;
    }
}















/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .about-badge {
        right: 10px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-badge {
        left: 10px;
    }
}


@media screen and (max-width: 480px) {
    .hero-section {
        padding-top: 80px;
    }

    .about-section,
    .service-alt-section,
    .why-section,
    .stats-section,
    .expert-cta-section {
        padding: 60px 0;
    }

    .about-section .col-lg-6:last-child {
        padding-left: 15px;
    }

    .hero-btn {
        font-size: 16px;
        padding: 12px 22px;
    }

    .service-title {
        font-size: 24px;
    }

    .footer-desc {
        max-width: 100%;
    }

    .cta-image-stats {
        padding: 14px;
    }

    .cta-image-stats.right {
        right: 5px;
    }

    .cta-image-stats.left {
        left: 5px;
    }

    .brand_logo_img img {
        max-width: 150px;
    }
}