/* home hero page css */

.bg-navy-custom {
    background-color: #062d60;
}

#home-section {
    padding: 20px 0;
    overflow: hidden;
}

.service-individual-box:hover {
    border-left: 5px solid #0082a4 !important;
    transform: translateX(8px);
    background-color: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 130, 164, 0.1) !important;

}


.hero-text-wrapper {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.hero-heading {
    font-size: clamp(1.5rem, 2.6vw, 1.9rem);
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #ffffff;
}

.line-nowrap {
    display: inline-block;
    white-space: nowrap;
}

.highlight-cyan {
    color: #00E5FF;
}

.hero-subtext {
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    font-family: Inter;
    opacity: 0.9;
    max-width: 570px;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
    color: rgb(255, 255, 255) !important;
    letter-spacing: 0.3px;
}




@media (max-width: 991px) {
    .hero-subtext {
        max-width: 100%;
        font-size: 0.85rem;
        margin-left: 0;
        margin-right: 0;
        font-family: Inter;
        color: rgb(255, 255, 255) !important;
        text-align: justify;
        text-justify: inter-word;
    }
}

.hero-subtext2 {
    color: rgb(0, 0, 0) !important;
    font-size: 0.85rem;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px !important;
    opacity: 0.9;
    max-width: 570px;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
    font-family: Inter;
    letter-spacing: 0.3px;
}

@media (max-width: 991px) {
    .hero-subtext2 {
        max-width: 100%;
        font-size: 0.85rem;
        margin-left: 0;
        margin-right: 0;
        text-align: justify;
        text-justify: inter-word;
    }
}

#home-section .col-lg-5 {
    display: flex;
    justify-content: flex-end;
}


.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-title {
    color: #00E5FF;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.feature-list li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}



.btn-brand-green {
    background-color: #0082a4;
    color: white;
    font-weight: 600;
    padding: 4px 12px;
    border: none;
    border-radius: 8px;
    transition: 0.3s ease;
}

.btn-brand-green:hover {
    background-color: #1491eb;
    transform: translateY(-3px);
}

.btn-custom-outline {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 10px 30px;
    border-radius: 8px;
    background: transparent;
}

.btn-custom-outline:hover {
    background-color: rgba(0, 229, 255, 0.1);
    border-color: #00E5FF;
    color: #00E5FF;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 229, 255, 0.2);
}

.btn-custom-outline:active {
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    #home-section {
        text-align: center;
        padding: 50px 0;
    }

    #home-section .col-lg-5 {
        justify-content: center;
    }

    .line-nowrap {
        white-space: normal;
    }

    .hero-img-container {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        height: 320px;
        margin-top: 40px;
    }

    .feature-list li,
    .d-flex {
        justify-content: center;
    }
}

/* end here hero */


/* start css here for home page overlap */
.text-navy-custom {
    color: #001f3f !important;
}

.stats-overlap-container {
    position: relative;
    z-index: 99;
    margin-top: -45px;
}

.stats-card {
    border: 1px solid rgba(208, 35, 35, 0.05);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}


@media (min-width: 768px) {
    .border-md-end {
        border-right: 1px solid #dee2e6 !important;
    }
}

@media (max-width: 767px) {
    .stats-overlap-container {
        margin-top: -20px;
    }

    .stats-card {
        padding: 4px 2px !important;
        margin: 0 15px;
    }

    .stats-card h3 {
        font-size: 1.3rem;
    }

    .stats-card p {
        font-size: 0.65rem !important;
    }

    .stats-card .col-12 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .stats-card .col-12:not(:last-child) {
        border-bottom: 1px solid #f8f9fa;
    }
}


/* end here of css overlap here */



/* start here testimonail */

.testimonial-description {
    font-size: 13px;
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: inherit;
    display: block;
    max-width: 780px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.6;
    word-spacing: -0.5px;
    letter-spacing: -0.1px;
    padding: 2 20px;
}


.testimonial-description::selection {
    background: #007bff;
    color: #fff;
}

@media (max-width: 768px) {
    .testimonial-description {
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        word-spacing: 0;
        letter-spacing: 0;
        padding: 0 15px;
    }
}

/* end here testimonial */


/* start faq and contact form design */


.main-layout-container {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    background-color: #f8fafc;
    min-height: auto;
}

.premium-accordion {
    width: 90%;
    max-width: 950px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.pro-acc-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #8cbbf9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: 5px solid transparent;
}


.pro-acc-item.is-active {
    border-color: #cbd5e1;
    border-left: 2px solid #062d60;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}


/* start here css for business purpose */


.business-solutions {
    font-family: 'Arial', sans-serif;
    padding: 20px;
}


.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.tab-link {
    padding: 10px 25px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    color: #333;
}


.tab-link.active {
    background-color: #FF6600;

    color: #fff;
    border-color: #FF6600;
}


.tab-content {
    display: none;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.tab-content.active {
    display: block;

}

/* end here start for business purpose */


.pro-acc-header {
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.header-text {
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.3px;
}

.pro-acc-header:hover .header-text {
    color: #0082a4;
}

.pro-acc-item.is-active .header-text {
    color: #0082a4;
}

.icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.why-choose-section-icon {
    height: 40px;
    width: 40px;
}

.is-active .icon-box {
    background: #0082a4;
    transform: rotate(45deg);
}

.acc-main-icon {
    font-size: 14px;
    color: #64748b;
}

.is-active .acc-main-icon {
    color: #ffffff;
}


.pro-acc-content {
    display: none;
    background: #ffffff;
}


.pro-acc-item.is-active .pro-acc-content {
    display: block;
}

.content-inner {
    padding: 0 24px 20px 24px;
    color: rgb(0, 0, 0) !important;
    font-size: 0.85rem;
    font-family: Inter;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.2;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    margin: 0 24px;
}


@media (max-width: 768px) {
    .premium-accordion {
        width: 94%;
    }

    .main-layout-container {
        padding: 20px 0;
    }

    .header-text {
        font-size: 15px;
    }

}

/* end here faq and contact form section */




/* sart service section */



.bg-light-custom {
    background-color: #E7F2ED !important;
    padding: 50px 0;
}

.text-navy-custom {
    color: #001f3f !important;
}


.btn-orange-custom {
    background-color: #062d60 !important;
    color: white !important;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-orange-custom:hover {
    background-color: #0082a4 !important;
    transform: translateY(-2px);
    color: white !important;
    box-shadow: 0 4px 10px rgba(6, 45, 96, 0.2);
}


.services-list-container {
    max-height: 450px;
    overflow-y: auto;
    padding: 10px 15px 10px 2px;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.services-list-container::-webkit-scrollbar {
    display: none;
}

.service-individual-box {
    border: 1.2px solid #e2e8f0;
    border-radius: 16px;
    background-color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    display: block;
    width: 100%;
}

.service-individual-box:last-child {
    margin-bottom: 50px;
}

.service-individual-box:hover {
    border-color: #062d60;
    box-shadow: 0 10px 25px rgba(6, 45, 96, 0.08);
    transform: scale(1.01);
}


@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 100px;
    }
}


@media (max-width: 991px) {
    .services-list-container {
        max-height: none;
        overflow-y: visible;
    }

    .btn-orange-custom {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* end service  section start */


/* industries we serve here */
.bg-light-custom {
    background-color: #f8fafc !important;
    padding: 10px 0 !important;
}


.industry-four-column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
}

.industry-custom-card-4 {
    background: #ffffff;
    border: 1px solid #062d60;
    border-radius: 9px;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    width: calc(25% - 15px);
    min-width: 260px;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.industry-custom-card-4:hover {
    border-color: #00d4bd;
    background-color: #f0f7ff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(6, 45, 96, 0.08);
}

.industry-custom-card-4 h3 {
    margin: 0 !important;
    color: #062d60;
}

.industry-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 1200px) {


    .industry-custom-card-4 {
        width: calc(33.33% - 14px);
    }
}

@media (max-width: 768px) {


    .industry-custom-card-4 {
        width: calc(50% - 10px);
        padding: 10px 16px;
    }
}

@media (max-width: 576px) {


    .industry-four-column-container {
        gap: 14px;
    }

    .industry-custom-card-4 {
        width: 100%;
        min-width: 100%;
    }
}

/* end here serve industries */


/* our professional start here */


.pro-section-premium {
    background: #f8fafc;

    padding: 40px 0 !important;
}

.pro-main-heading {
    color: #062d60;
    font-weight: 800;
    font-size: 1.65rem;
    margin-bottom: 2px !important;
}

.pro-line {
    width: 45px;
    height: 3px;
    background: #0082a4;
    border-radius: 10px;
    margin: 0 auto 15px auto !important;
}

.pro-sub-text {
    color: rgb(0, 0, 0) !important;
    font-size: 0.85rem;
    font-family: Inter;
    font-weight: 400;
    margin-bottom: 40px !important;
    line-height: 1.5;
}


.minimal-pro-card {
    background: #ffffff;
    border: 1.1px solid #062d60;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.minimal-pro-card:hover {
    border-color: #0082a4;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(6, 45, 96, 0.1);
}

.pro-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.pro-avatar-small {
    width: 90px;
    height: 90px;
    border-radius: 5%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #062d60;
}

.pro-avatar-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-title-box {
    margin-left: 15px;
}

.pro-member-name {
    color: #062d60;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.pro-member-role {
    color: #0082a4;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-card-body p {
    color: rgb(0, 0, 0) !important;
    font-size: 0.85rem;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.pro-footer-action {
    margin-top: 50px;
    text-align: center;
}

.btn-meet-team {
    background: #0082a4;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #062d60;
    display: inline-block;
}

.btn-meet-team:hover {
    background: #062d60;
    color: white;
    box-shadow: 0 5px 15px rgba(6, 45, 96, 0.2);
}


@media (max-width: 768px) {
    .pro-section-premium {
        padding: 40px 0 !important;
    }

    .pro-main-heading {
        font-size: 1.45rem;
    }

    .pro-sub-text {
        font-size: 0.85rem;
        margin-bottom: 30px !important;
    }

    .minimal-pro-card {
        margin-bottom: 10px;
    }
}

.pro-sub-text {
    color: #64748b;
    font-size: 0.85rem;
    color: #1e293b;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto 40px auto !important;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: center;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}

@media (max-width: 768px) {
    .pro-sub-text {
        text-align: justify;
        text-justify: inter-word;
        text-align-last: center;
        padding: 0 20px;
        font-size: 0.85rem;
    }
}

/* end here our professionaal *


/* what we work start here  */

.process-minimal-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}


.process-step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #edf2f7;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 10px 30px rgba(6, 45, 96, 0.04);
    transition: none;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    gap: 15px;
}

.step-icon {
    width: 56px;
    height: 56px;
    background: #062d60;
    color: #ffffff;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.4rem;
}

.step-title {
    color: #062d60;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.step-text {
    color: rgb(0, 0, 0) !important;
    font-size: 0.85rem;
    font-family: Inter;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}

.step-count {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #0082a4;
    opacity: 0.1;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 991px) {
    .process-minimal-section {
        padding: 70px 0;
    }

    .process-step-card {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .process-minimal-section {
        padding: 50px 0;
    }


    .process-minimal-section [class*="col-"] {
        margin-bottom: 24px;
    }

    .process-minimal-section [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .process-step-card {
        padding: 30px 20px;

    }

    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .step-title {
        font-size: 1.1rem;
    }
}


/* end here what we work */

/* cta section start here */
.cta-navy-impact {
    background-color: #062d60;
    background-image:
        radial-gradient(circle at 10% 50%, rgba(0, 130, 164, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 90% 50%, rgba(0, 130, 164, 0.1) 0%, transparent 40%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cta-main-heading {
    color: #ffffff;
    font-weight: 550;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 12px !important;
}

.text-teal-highlight {
    color: #00C2E0;
    display: inline-block;
}

.cta-sub-content {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto 25px auto !important;
}

.btn-teal-cta {
    background-color: #0082a4 !important;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-teal-cta:hover {
    background-color: #00a8d1 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 130, 164, 0.3);
}

.btn-outline-white-cta {
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-outline-white-cta:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.btn-teal-cta i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.btn-teal-cta:hover i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .cta-navy-impact {
        padding: 35px 15px;
    }

    .cta-main-heading {
        font-size: 1.1rem;
    }

    .cta-sub-content {
        font-size: 0.75rem;
        margin-bottom: 20px !important;
    }

    .btn-teal-cta,
    .btn-outline-white-cta {
        width: 100%;
        margin-bottom: 5px;
    }
}

/* end here cta section */



/* new process how to work */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght=400;500;600;700;800&display=swap');

.acc-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter;
}

.acc-section {
    background: #e8f3f1;
    color: #2d3748;
    padding: 56px 40px 0;
    overflow: hidden;
}

.acc-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 48px;
}

.acc-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 130, 164, 0.1);
    border: 1px solid rgba(0, 130, 164, 0.3);
    color: #007290;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.acc-label::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #0082a4;
    border-radius: 50%;
    display: inline-block;
}

.acc-heading {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.2;
    color: #0b2240;
    margin-bottom: 16px;
}

.acc-heading span {
    color: #0082a4;
}

.acc-desc {
    font-size: 0.85rem;
    color: rgb(0, 0, 0) !important;
    font-weight: 400;
    font-family: Inter;
    line-height: 1.4;
    margin-bottom: 28px;
}

.acc-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;

}

.acc-stat {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px 8px;
    border: 1px solid #062d60;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.acc-stat-num {
    font-size: 0.75rem;
    font-weight: 800;
    color: #000000;
}

.acc-stat-lbl {
    font-size: 0.65rem;
    color: rgb(0, 0, 0) !important;
    font-weight: 400;
    margin-top: 3px;
    line-height: 1.3;
}

.acc-img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.acc-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.acc-steps-title {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0082a4;
    margin-bottom: 32px;
}

.acc-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 0;
    position: relative;
}

.acc-steps::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, #0082a4, rgba(0, 130, 164, 0.1));
    z-index: 0;
}

.acc-step {
    text-align: center;
    padding: 0 4px;
    position: relative;
    z-index: 1;
}

.acc-step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #0082a4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.acc-step-circle svg {
    width: 26px;
    height: 26px;
    stroke: #0082a4;
    fill: none;
    stroke-width: 1.8;
}

.acc-step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    background: #0082a4;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc-step-title {
    font-size: 0.90rem;
    font-weight: 700;
    color: #062d60;
    margin-bottom: 6px;
    line-height: 1.3;
}

.acc-step-desc {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: rgb(0, 0, 0) !important;
    font-family: Inter !important;
    margin: 0px !important;
    padding-top: 3px;
}


.acc-footer {
    background: #0b2240;
    margin: 40px -40px 0;
    padding: 15px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 0;
    align-items: center;
    border-top: 1px solid rgba(0, 130, 164, 0.25);
}

.acc-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0 24px;
    border-right: 1px solid #FFFFFF;
}

.acc-footer-item:first-child {
    padding-left: 0;
}

.acc-footer-item.no-border {
    border-right: none;
}

.acc-footer-icon {
    width: 38px;
    height: 38px;
    background: rgba(0, 130, 164, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.acc-footer-icon svg {
    width: 20px;
    height: 20px;
    stroke: #4dc8e8;
    fill: none;
    stroke-width: 1.8;
}

.acc-footer-label {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.acc-footer-sub {
    font-size: 0.75rem;
    color: #fff;
    padding-top: 5px;
    font-weight: 400;
    line-height: 1.2;
}

.acc-cta {
    background: #0082a4;
    border-radius: 8px;
    padding: 8px 16px;
    text-align: center;
    margin-left: 24px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.2s;
}

.acc-cta:hover {
    background: #006b87;
}

.acc-cta-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.acc-cta-btn {
    background: #fff;
    color: #0b2240;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
}


@media (max-width: 1200px) {
    .acc-footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .acc-footer-item {
        border-right: none;
        padding: 0;
    }

    .acc-footer-item.no-border {
        border-right: none;
    }

    .acc-cta {
        grid-column: span 2;
        margin-left: 0;
        max-width: 320px;
        margin: 10px auto 0;
    }
}

@media (max-width: 992px) {
    .acc-section {
        padding: 40px 24px 0;
    }

    .acc-top {
        grid-template-columns: 1fr;

        gap: 32px;
    }

    .acc-img-wrap img {
        height: 280px;
    }

    .acc-steps {
        grid-template-columns: repeat(3, 1fr);

        gap: 24px;
    }

    .acc-steps::before {
        display: none;

    }

    .acc-footer {
        margin: 40px -24px 0;
        padding: 24px;
    }
}


@media (max-width: 768px) {
    .acc-heading {
        font-size: 28px;
    }

    .acc-stats {
        grid-template-columns: repeat(2, 1fr);

    }

    .acc-steps {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 480px) {
    .acc-section {
        padding: 32px 16px 0;
    }

    .acc-heading {
        font-size: 24px;
    }

    .acc-desc {
        font-size: 14px;
    }

    .acc-stats {
        grid-template-columns: 1fr;

    }

    .acc-steps {
        grid-template-columns: 1fr;

    }

    .acc-footer {
        grid-template-columns: 1fr;
        margin: 32px -16px 0;
        gap: 20px;
    }

    .acc-cta {
        grid-column: span 1;
        width: 100%;
    }
}


/* end here */

/* start here  */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.aone-main-section {
    --navy: #1e1e62;
    --teal: #0082a4;
    --border-color: #e2e8f0;
    background: linear-gradient(#f1f5f9 100%);
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;

    align-items: center;
    -webkit-font-smoothing: antialiased;
}


.aone-h2 {
    color: var(--navy);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
    max-width: 800px;
}

.aone-h3 {
    color: #000000;
    font-size: 0.85rem;
    font-weight: 400;
    font-family: inter;
    margin-bottom: 40px;
    text-align: center;
    max-width: 750px;
    line-height: 1.5;
}

.aone-container {
    width: 100%;
    max-width: 1060px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(30, 30, 98, 0.05);
    overflow: hidden;
}

.aone-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.aone-table th {
    padding: 22px 12px;
    background: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    border-bottom: 2px solid var(--border-color);
}

.aone-table th.highlight-head {
    background: var(--navy) !important;
    color: #ffffff !important;
    font-size: 14px;
}


.aone-main-section {
    --navy: #1e1e62;
    --teal: #0082a4;
    --border-color: #e2e8f0;
    background: linear-gradient(#f1f5f9 100%);
    padding: 30px 20px;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}

.aone-h2 {
    color: #0082a4;
    font-size: 32px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
    max-width: 800px;
    line-height: 1.2;
}

.aone-h3 {
    color: #64748b;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    max-width: 750px;
    line-height: 1.5;
}

.aone-table td {
    padding: 20px 20px;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    font-size: 14px;
    color: #334155;
    transition: background 0.2s ease;
}

.feature-cell {
    text-align: left !important;
    font-weight: 600;
    color: var(--navy);
    width: 28%;
    padding-left: 30px !important;
}

.aone-focus {
    background-color: rgba(0, 130, 164, 0.02);
    color: var(--teal);
    font-weight: 700;
    border-left: 1px solid rgba(0, 130, 164, 0.1);
    border-right: 1px solid rgba(0, 130, 164, 0.1);
}

tr:hover td {
    background-color: #fcfdfe;
}

tr:hover td.aone-focus {
    background-color: rgba(0, 130, 164, 0.08);
}

.check-icon {
    color: #10b981;
}

.cross-icon {
    color: #cbd5e1;
}

.price-bold {
    font-weight: 800;
    color: var(--navy);
    font-size: 16px;
}

@media (max-width: 850px) {
    .hidec {
        display: none;
    }

    .aone-h2 {
        font-size: 24px;
    }

    .aone-h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .aone-main-section {
        padding: 40px 15px;
    }

    .aone-container {
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .aone-table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead {
        display: none;
    }

    tr {
        background: #fff;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid var(--border-color);
        overflow: hidden;
    }

    td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        border-bottom: 1px solid #f8fafc;
    }

    td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #94a3b8;
        font-size: 10px;
        text-transform: uppercase;
    }

    .feature-cell {
        background: var(--navy);
        color: white !important;
        justify-content: center !important;
        padding: 12px !important;
        width: 100%;
    }

    .feature-cell::before {
        display: none;
    }
}

/* start here  */




/* why chhoose us */

.why-choose-section {
    padding: 70px 0;
    background-color: rgb(235, 240, 239);

}


@media (min-width: 992px) {
    .row-cols-lg-5>.col {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}


.why-card {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e2e8f0 !important;
    border-top: 4px solid transparent !important;

    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    position: relative;
}


.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #062d60 !important;
    border-color: #e2e8f0 !important;

}

.why-icon-box {
    width: 60px;
    height: 60px;
    background-color: #f0f4f8;
    color: #062d60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 24px;
}


.why-card h3 {
    font-size: 1.05rem;
    color: #062d60;
    font-weight: 800;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 0.85rem;
    color: #000000;
    line-height: 1.5;
    font-family: Inter;
    font-weight: 400;
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .why-card {
        margin-bottom: 15px;

        border-top: 4px solid #062d60 !important;
    }
}

/* why choose end here */


/* software driving result start here  */

.brand-ticker-section {
    background-color: #ffffff;
    padding: 30px 0;
    overflow: hidden;
}

.ticker-title {
    color: #062d60;
    font-weight: 550;
    font-size: 1.7rem;
    margin-bottom: 5px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.ticker-subtitle {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 20px 0;
    position: relative;
}

.ticker-wrapper::before,
.ticker-wrapper::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.ticker-wrapper::before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, white, transparent);
}

.ticker-wrapper::after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, white, transparent);
}

.ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-brands 20s linear infinite;
}



.ticker-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;


    background: #ffffff;
    border: 1px solid #062d60;
    border-radius: 8px;
    margin: 0 12px;
    padding: 15px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);


    width: 200px;
    height: 100px;
}

.ticker-item img {

    max-height: 60px;
    max-width: 150px;

    width: auto;
    height: auto;
    object-fit: contain;
    display: block;


}


.ticker-item:hover img {}

@keyframes scroll-brands {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .ticker-title {
        font-size: 1.7rem;
    }

    .ticker-item {
        padding: 0 25px;
    }

    .ticker-item img {
        height: 35px;
    }
}

/* software driving result here */



/* upcomming ATO CSS Start Here */

.compliance-compact .row.mb-4 {
    margin-bottom: 1.5rem !important;

}


.compliance-compact .small-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 18px 15px;

    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.compliance-compact .card-icon {
    display: inline-flex !important;
    align-items: center;
    color: #00E5FF;
    font-size: 1.1rem;
    margin-bottom: 0 !important;
    margin-right: 8px;

    vertical-align: middle;
}

.compliance-compact .card-title {
    display: inline-block !important;
    font-size: 0.70rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px !important;

    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
    line-height: 1.2;
}


.compliance-compact .card-desc {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    margin-top: 0;
    width: 100%;
}

.compliance-compact .deadline-row {
    margin-top: 20px;

    padding: 15px 25px;
    background: rgba(0, 229, 255, 0.06);
    border-radius: 10px;
    border: 1px solid rgba(0, 229, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.compliance-compact .pulse-dot {
    height: 8px;
    width: 8px;
    background-color: #00E5FF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: pulse-cyan-final 2s infinite;
}

@keyframes pulse-cyan-final {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 229, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 229, 255, 0);
    }
}


.compliance-compact .small-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #00E5FF;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


.compliance-compact .btn {
    padding: 10px 25px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}


@media (max-width: 768px) {
    .compliance-compact .deadline-row {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* end here ATO and CTO */




/* start faq and contact form design */


.main-layout-container {
    width: 100%;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    background-color: #f8fafc;
    min-height: auto;
}

.premium-accordion {
    width: 90%;
    max-width: 950px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.pro-acc-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #8cbbf9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: 5px solid transparent;
}


.pro-acc-item.is-active {
    border-color: #cbd5e1;
    border-left: 2px solid #062d60;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.pro-acc-header {
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.header-text {
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.3px;
}

.pro-acc-header:hover .header-text {
    color: #0082a4;
}

.pro-acc-item.is-active .header-text {
    color: #0082a4;
}

.icon-box {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.is-active .icon-box {
    background: #0082a4;
    transform: rotate(45deg);
}

.acc-main-icon {
    font-size: 14px;
    color: #64748b;
}

.is-active .acc-main-icon {
    color: #ffffff;
}


.pro-acc-content {
    display: none;
    background: #ffffff;
}


.pro-acc-item.is-active .pro-acc-content {
    display: block;
}

.content-inner {
    padding: 0 24px 20px 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    margin: 0 24px;
}


@media (max-width: 768px) {
    .premium-accordion {
        width: 94%;
    }

    .main-layout-container {
        padding: 20px 0;
    }

    .header-text {
        font-size: 15px;
    }

}

/* end here faq and contact form section */

/* ai description */
.ai-description {
    color: rgb(0, 0, 0) !important;
    font-size: 0.85rem;
    font-family: Inter;
    font-weight: 400;
    text-align: justify;
    line-height: 1.4;
}

/* ai description end here */



.text-gradient-premium {
    background: linear-gradient(90deg, #062d60 0%, #0082a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    white-space: nowrap;
}

.text-navy-brand {
    color: #062d60;
}


.btn-brand-primary {
    background-color: #062d60;
    color: #ffffff;
    border: 2px solid #062d60;
    transition: all 0.3s ease;
}

.btn-brand-primary:hover {
    background-color: #0082a4;
    border-color: #0082a4;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 130, 164, 0.2);
}

.btn-brand-contact {
    background-color: #0082a4;
    color: #ffffff;
    border: 2px solid #0082a4;
    transition: all 0.3s ease;
}

.btn-brand-contact:hover {
    background-color: #062d60;
    border-color: #062d60;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(6, 45, 96, 0.2);
}


.service-individual-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(6, 45, 96, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-individual-box:hover {
    box-shadow: 0 15px 35px rgba(6, 45, 96, 0.1);
    transform: translateX(10px);
    border-left: 6px solid #0082a4;
}


@media (min-width: 992px) {
    .desktop-content-gap {
        padding-left: 60px !important;
    }


    .sticky-lg-top-custom {
        position: sticky;
        top: 20px !important;
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .text-gradient-premium {
        white-space: normal;
    }
}



.process-minimal-section {
    padding: 50px 0;
    background-color: #f4f7f6;
    background-image:
        radial-gradient(at 0% 0%, rgba(0, 130, 164, 0.03) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(0, 130, 164, 0.03) 0px, transparent 50%);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}


.process-header {
    margin-bottom: 35px;
    text-align: center;
}

.process-main-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.process-subtitle {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;


}


.process-step-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}


.step-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.step-icon {
    font-size: 0.9rem;
    color: #0082a4;
    background: rgba(0, 130, 164, 0.08);
    width: 34px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
}

.step-title {
    font-size: 0.90rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1;
}

.step-text {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

@media (max-width:767px) {
    .process-minimal-section {
        padding: 35px 20px;
    }

    .process-main-title {
        font-size: 1.5rem;
    }

    .process-step-card {
        margin-bottom: 10px;
    }
}

/* modal css */

:root {
    --aone-navy: #062d60;
    --aone-teal: #0082a4;
    --aone-green: #00d28d;
    --aone-green-hover: #00b377;
    --text-muted: #64748b;
    --border-color: #eee;
    --white: #ffffff;
}

.modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.testimonial-box {
    background: var(--aone-navy);
    padding: 40px !important;
}

.testimonial-box h3 {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}


.line-input {
    width: 100%;
    border: none !important;
    border-bottom: 1.5px solid var(--border-color) !important;
    padding: 6px 0 !important;
    font-size: 14px !important;
    background: transparent !important;
    outline: none !important;
    transition: border-color 0.3s ease;
    color: #333;
    display: block;
}

.line-input:focus {
    border-bottom-color: var(--aone-green) !important;
}


select.line-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0 center !important;
    background-size: 10px !important;
}


.btn-aone-submit {
    background: var(--aone-green) !important;
    color: var(--white) !important;
    padding: 12px !important;
    border-radius: 50px !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 10px;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 210, 141, 0.2);
}

.btn-aone-submit:hover {
    background: var(--aone-green-hover) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 210, 141, 0.3);
}


.avatar-circle {
    width: 48px;
    height: 48px;
    background: var(--white);
    color: var(--aone-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}


.modal-right-col h4 {
    color: var(--aone-teal);
    letter-spacing: 0.5px;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 860px;
    }
}

@media (max-width: 991px) {
    .modal-right-col {
        padding: 30px !important;
    }
}

@media (max-width: 576px) {
    .modal-right-col h4 {
        font-size: 1.1rem;
    }

    .btn-aone-submit {
        padding: 10px !important;
        font-size: 15px !important;
    }
}


.modal-body {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.cdd-wrap {
    display: flex;
    align-items: stretch;
}



.cdd {
    position: relative;
    display: flex;
    align-items: stretch;
}

.cdd-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
    width: 100px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: .2rem 0 0 .2rem;
    cursor: pointer;
    font-size: .875rem;
    color: #212529;
    user-select: none;
    align-self: stretch;
    box-sizing: border-box;
}

.cdd-btn svg {
    flex-shrink: 0;
    display: block;
}

.cdd-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    padding: 3px 0;
    min-width: 120px;
    z-index: 1050;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .10);
}

.cdd-menu.show {
    display: block;
}

.cdd-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    font-size: .8rem;
    color: #212529;
    cursor: pointer;
}

.cdd-item:hover {
    background: #f8f9fa;
}

/* canada flag css */

.cdd-wrap {
    display: flex;
    align-items: stretch;
}

.cdd {
    position: relative;
    display: flex;
    align-items: stretch;
}

.cdd-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
    width: 100px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: .2rem 0 0 .2rem;
    cursor: pointer;
    font-size: .875rem;
    color: #212529;
    user-select: none;
    align-self: stretch;
    box-sizing: border-box;
}

.cdd-btn svg {
    flex-shrink: 0;
    display: block;
}

.cdd-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    padding: 3px 0;
    min-width: 120px;
    z-index: 1050;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .10);
}

.cdd-menu.show {
    display: block;
}

.cdd-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    font-size: .8rem;
    color: #212529;
    cursor: pointer;
}

.cdd-item:hover {
    background: #f8f9fa;
}


/* end here */


/* counter hero new css */

.inner-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    display: flex;
}


.inner-marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: inner-marquee-scroll 25s linear infinite;
}


.inner-marquee-wrapper:hover .inner-marquee-track {
    animation-play-state: paused;
}


.inner-marquee-item {
    flex-shrink: 0;
    width: 240px;
    text-align: center;
    position: relative;
}


.inner-marquee-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(0, 212, 189, 0.3);
}

@media (max-width: 768px) {
    .inner-marquee-track {

        animation: inner-marquee-scroll 20s linear infinite;
    }
}


@keyframes inner-marquee-scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* end here counter css */


/* conatct form design */

.style-container-wrapper {
    padding-bottom: 140px;
    margin-bottom: -140px;
}

@media (max-width: 991.98px) {
    .style-container-wrapper {
        padding-bottom: 200px;
        margin-bottom: -200px;
    }
}

.custom-input {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    color: #333333 !important;
}

.custom-input::placeholder {
    color: #6c757d !important;
    opacity: 0.85;
}

.custom-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) !important;
}

.custom-phone-group {
    border: none;
}

.custom-phone-group:focus-within {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25) !important;
}

.custom-phone-group input:focus,
.custom-phone-group select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-submit-btn:hover {
    background-color: #031a38 !important;
    transform: translateY(-1px);
}


/*  


/* ai section css start here */

.badge-tech {
    background-color: rgba(6, 45, 96, 0.06);
    color: #000000;
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid rgba(6, 45, 96, 0.12);
    font-family: 'Inter', sans-serif;
}


.feature-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-inline-card {
    background: #ffffff;
    border: 1px solid rgba(6, 45, 96, 0.1);
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.feature-inline-card:hover {
    border-color: rgb(0, 130, 164);
    box-shadow: 0 4px 12px rgba(6, 45, 96, 0.04);
    transform: translateX(3px);
}

.feature-mini-icon {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}

.feature-inline-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1px;
    font-family: 'Inter', sans-serif;
}

.feature-inline-text {
    font-size: 0.78rem;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
}


.dashboard-connected-wrapper {
    background: #ffffff;
    border: 1px solid rgb(6, 45, 96);
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(6, 45, 96, 0.03);
    max-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashboard-stat-box {
    background: #f8fafc;
    border: 1px solid rgba(6, 45, 96, 0.06);
    border-radius: 10px;
    padding: 8px 6px;
    text-align: center;
    height: 100%;
}

.dashboard-stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2px;
    font-family: 'Inter', sans-serif;
}

.dashboard-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #000000;
    opacity: 0.9;
    margin: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.live-feed-box {
    background: #f8fafc;
    border: 1px solid rgba(6, 45, 96, 0.06);
    border-radius: 10px;
    padding: 10px 12px;
    margin-top: 4px;
}

.feed-header {
    font-size: 0.68rem;
    font-weight: 700;
    color: #000000;
    opacity: 0.6;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-family: 'Inter', sans-serif;
}

.feed-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    gap: 8px;

}

.feed-item:not(:last-child) {
    border-bottom: 1px solid rgba(6, 45, 96, 0.05);
}

.feed-icon {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feed-details {
    display: flex;
    flex-direction: column;
}

.feed-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

.feed-subtext {
    font-size: 0.75rem;
    color: #000000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.text-purple {
    color: #8b5cf6;
}

.text-success {
    color: #10b981;
}

.text-warning {
    color: #f59e0b;
}

.text-danger {
    color: #ef4444;
}



@media (max-width: 991px) {
    .dashboard-connected-wrapper {
        max-height: none;
        justify-content: start;
        gap: 16px;
        padding: 16px;
    }

    .dashboard-stat-box {
        padding: 12px 8px;

    }

    .feature-inline-card {
        padding: 12px;
    }
}

@media (max-width: 575px) {
    .feature-inline-card {
        align-items: start;

    }

    .feature-mini-icon {
        margin-right: 10px;
    }

    .dashboard-stat-number {
        font-size: 1.35rem;

    }
}

/* end here ai section css */