/* start hero page css */
.bg-navy-custom {
    background-color: #062d60;
}

#home-section {
    padding: 30px 0;
    overflow: hidden;
}

.hero-content-wrapper {
    width: 100%;
    max-width: 700px;
}

.hero-heading {
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    display: block;
}

.highlight-cyan {
    color: #00E5FF;
    display: block;
}

.hero-subtext {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    text-align: justify;
    text-justify: inter-word;
    width: 100%;
}

.list-icon {
    height: 14px;
    width: auto;
}

.feature-list li {
    font-size: 0.82rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-align: left;
}

.hero-video-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.video-wrapper {
    width: 100%;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    transform: translate(20px, -50px) scale(0.95);
    transition: all 0.3s ease;
}

.hero-main-video {
    width: 100%;
    display: block;
    object-fit: contain;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.btn-brand-green {
    background-color: #0d6c8a;
    color: white !important;
    font-weight: 600;
    padding: 10px 22px;
    border: none;
    border-radius: 4px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-brand-green:hover {
    background-color: #0b5a74;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 108, 138, 0.3);
}

.btn-custom-outline {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 4px;
    background: transparent;
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.btn-custom-outline:hover {
    background-color: #ffffff;
    color: #062d60 !important;
    transform: translateY(-2px);
}

.stats-overlap-container {
    position: relative;
    z-index: 99;
    margin-top: -30px !important;
}

.stats-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px 0 !important;
}

.stats-card h3 {
    font-weight: 500 !important;
    color: #001f3f;
    margin-bottom: 0px;
    line-height: 1.2;
}

.stats-card p {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #666;
}

@media (max-width: 991px) {
    #home-section .container>.row {
        display: flex;
        flex-direction: column;
    }

    .hero-content-wrapper {
        order: 1;
        margin: 0 auto 30px auto;
    }

    .hero-video-container {
        order: 2;
        justify-content: center;
        width: 100%;
    }

    #home-section {
        padding: 40px 15px;
    }

    .hero-heading {
        text-align: center;
        font-size: 1.4rem !important;
        margin: 0 auto 15px auto;
    }

    .hero-subtext {
        text-align: justify;
        text-align-last: center;
        margin: 0 auto 25px auto;
        padding: 0 5px;
    }

    .video-wrapper {
        transform: none;
        margin-top: 10px;
        text-align: center;
    }

    .feature-list li {
        justify-content: flex-start;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
        flex-direction: row;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .stats-overlap-container {
        margin-top: -15px !important;
    }

    .stats-card {
        padding: 12px 0 !important;
        margin: 0 15px;
    }

    .stats-card h3 {
        font-size: 1.1rem;
        font-weight: 500 !important;
    }

    .stats-card p {
        font-size: 0.7rem !important;
    }
}

/* end here hero page css  */



/* start testimonial css  */
.testimonial-navy-impact {
    background-color: #062d60;
    padding: 60px 0 !important;
    position: relative;
}

/* 1. Heading Styling (Small & Sharp) */
.testimonial-navy-impact h2 {
    font-size: 1.55rem !important;
    /* Made smaller as requested */
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 15px !important;
}

/* 2. Sub-text / Paragraph (Increased Line-Height) */
.testimonial-navy-impact p.small {
    font-size: 0.88rem !important;
    line-height: 1.7 !important;
    /* Increased height for readability */
    color: rgba(255, 255, 255, 0.8);
}

/* 3. Card Typography Fixes */
.testimonial-card p {
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    /* Increased line height for the message */
    color: #e0e0e0;
    font-style: italic;
}

/* Card Styling */
.testimonial-card {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    padding: 30px !important;
    transition: all 0.3s ease;
}

/* 4. Carousel Indicators (Modern Look) */
#testimonialCarousel .carousel-indicators {
    margin-bottom: -10px !important;
    justify-content: flex-start;
}

#testimonialCarousel .carousel-indicators button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: none !important;
    margin-right: 8px;
    opacity: 0.3;
    transition: all 0.3s ease;
}

#testimonialCarousel .carousel-indicators button.active {
    opacity: 1;
    background-color: #00d4bd !important;
    width: 20px !important;
    /* Pill shape when active */
    border-radius: 10px !important;
}

/* Avatar Styling */
.testimonial-card img {
    border: 2px solid #00d4bd !important;
    padding: 2px;
    object-fit: cover;
}

/* ============================================================
   MOBILE & TABLET RESPONSIVE (FIXED)
   ============================================================ */

@media (max-width: 991px) {
    .testimonial-navy-impact {
        padding: 50px 0 !important;
    }

    .testimonial-navy-impact h2 {
        font-size: 1.4rem !important;
        text-align: center;
    }

    .testimonial-navy-impact p.small {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .carousel-indicators {
        justify-content: center !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .testimonial-card {
        padding: 20px !important;
    }

    .testimonial-card p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }

    .testimonial-card .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .rating-stars {
        margin-top: 5px;
    }
}


/* 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 */

/* Container styling */
.business-solutions {
    font-family: 'Arial', sans-serif;
    padding: 20px;
}

/* Buttons styling */
.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;
}

/* Active Button - Orange Theme */
.tab-link.active {
    background-color: #FF6600;
    /* Aapka primary orange color */
    color: #fff;
    border-color: #FF6600;
}

/* Tab Content Visibility */
.tab-content {
    display: none;
    /* Default mein sab hide rahenge */
    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;
    /* Sirf active wala dikhega */
}

/* 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;
    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 */




/* sart service section */
.sticky-lg-top-custom {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
    /* Sticky side ko scroll side se upar rakha hai */
    z-index: 1000 !important;
}

.services-main-heading {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(90deg, #062d60 0%, #0082a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    text-align: left;
}

.services-subtext {
    font-size: 0.85rem;
    line-height: 1.6;
    font-weight: 500;
    color: #333333 !important;
    margin-bottom: 25px;
    max-width: 90%;
    text-align: left;
}

.services-btn-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    /* Click block hone se bachane ke liye highest z-index */
    z-index: 2000 !important;
    pointer-events: auto !important;
    margin-top: 20px;
}

.btn-brand-primary {
    display: inline-block;
    background: linear-gradient(135deg, #0d6c8a 0%, #0082a4 100%);
    color: #ffffff !important;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    /* Links ko click enable karne ke liye */
    position: relative;
    z-index: 2001;
    pointer-events: auto !important;
}

.btn-brand-contact {
    display: inline-block;
    border: 2px solid #062d60;
    color: #ffffff !important;
    background-color: #062d60 !important;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer !important;
    /* Links ko click enable karne ke liye */
    position: relative;
    z-index: 2001;
    pointer-events: auto !important;
}

.btn-brand-primary:hover,
.btn-brand-contact:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    /* color: #ffffff !important; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.services-list-container {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    /* Bottom to top 'rengne' wala issue khatam karne ke liye */
    scroll-behavior: auto !important;
    padding-right: 15px;
    padding-bottom: 450px;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #0d6c8a transparent;
    will-change: scroll-position;
    /* Click block na ho isliye isse piche rakha hai */
    z-index: 1;
}

.services-list-container::-webkit-scrollbar {
    width: 6px;
}

.services-list-container::-webkit-scrollbar-thumb {
    background-color: #0d6c8a;
    border-radius: 10px;
}

.service-individual-box {
    background-color: #ffffff;
    border-left: 4px solid transparent;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

/* Isse cards ke andar ke links bhi chalenge */
.service-individual-box a {
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.service-individual-box:hover {
    background-color: #fcfdfe;
    border-left-color: #0082a4;
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #062d60 !important;
    margin-bottom: 10px;
}

.service-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444444 !important;
    text-align: left;
}

@media (max-width: 991px) {
    .sticky-lg-top-custom {
        position: relative !important;
        top: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .services-main-heading,
    .services-subtext,
    .service-desc {
        text-align: center;
    }

    .services-btn-group {
        justify-content: center;
    }

    .btn-brand-primary,
    .btn-brand-contact {
        width: 100%;
        max-width: 300px;
    }

    .services-list-container {
        height: auto;
        overflow: visible;
        padding-right: 0;
        padding-bottom: 0;
        overscroll-behavior: auto !important;
    }

    .service-individual-box {
        text-align: center;
        border-left: none;
        border-top: 4px solid transparent;
        transform: none !important;
    }

    .service-individual-box:hover {
        border-top-color: #0082a4;
        transform: translateY(-5px) !important;
    }
}

/* end here serve industries */


/* our professional start here */


.pro-section-premium {
    background: #f8fafc;

    padding: 60px 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: #000000 !important;
    font-size: 0.95rem;
    margin-bottom: 40px !important;
    font-weight: 350;
    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: #000000 !important;
    font-size: 0.8rem;
    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: #000000 !important;
    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 for process section  */


.process-minimal-section {
    padding: 80px 0;
    background-color: #f8fafc;

    position: relative;
    overflow: hidden;
}

.process-header {
    text-align: center;
    margin-bottom: 50px;
}

.process-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    background: radial-gradient(circle at center, #062d60 0%, #0082a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.process-header p {
    color: #000000 !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.process-step-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    height: 100%;
    position: relative;
    border: 1px solid #e2e8f0;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(6, 45, 96, 0.03);
    transition: all 0.3s ease;
}

.process-step-card:hover {
    transform: translateY(-5px);
    border-color: #062d60;
    box-shadow: 0 10px 25px rgba(6, 45, 96, 0.08);
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: #062d60;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.step-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);

}

.step-header h5 {
    color: #062d60;
    font-weight: 700;
    font-size: 1.15rem;
    margin: 0;
    line-height: 1.3;
}


.process-step-card p {
    color: #000000 !important;
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}


@media (max-width: 991px) {
    .process-minimal-section {
        padding: 60px 0;
    }

    .process-header h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .process-header {
        margin-bottom: 35px;
    }

    .process-header p {
        font-size: 0.9rem;
        padding: 0 10px;
    }


    .process-minimal-section .col-md-6 {
        margin-bottom: 15px;
    }

    .process-step-card {
        padding: 25px 20px;
        text-align: center;

    }

    .step-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .step-icon {
        margin: 0 auto;
    }

    .process-step-card p {
        text-align: center;
    }
}

/* 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.2) 0%, transparent 40%),
        radial-gradient(circle at 90% 50%, rgba(0, 130, 164, 0.15) 0%, transparent 40%);
    padding: 60px 0;

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;

}

.cta-main-heading {
    color: #ffffff;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 15px !important;
}

.text-teal-highlight {
    color: #00C2E0;
    display: inline-block;
}

.cta-sub-content {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.6rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 30px auto !important;
    font-weight: 200;
}

.cta-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-teal-cta {
    background-color: #0082a4 !important;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    border: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-teal-cta:hover {
    background-color: #00a8d1 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 130, 164, 0.4);
}

.btn-outline-white-cta {
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-outline-white-cta:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
}


@media (max-width: 767px) {
    .cta-navy-impact {
        padding: 50px 20px;
    }

    .cta-main-heading {
        font-size: 1.7rem;
        margin-bottom: 12px !important;
    }

    .cta-sub-content {
        font-size: 0.95rem;
        margin-bottom: 25px !important;
        line-height: 1.5;
    }

    .cta-btn-group {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .btn-teal-cta,
    .btn-outline-white-cta {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}

/* end here cta section */


/* software driving result start here  */

.brand-ticker-section {
    background-color: #ffffff;
    padding: 60px 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 10s 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 {
    background-color: #062d60;
    padding: 25px 0 !important;
}

.deadline-badge {
    display: inline-block;
    background: rgba(0, 212, 189, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 16px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.deadline-main-heading {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.1;
    margin-bottom: 8px !important;
}

.deadline-main-heading b,
.deadline-main-heading strong {
    color: #00d4bd;
}

.deadline-subtext {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.4;
    max-width: 600px;
    margin: 0 auto;
}

.deadline-small-card,
.compliance-compact .small-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 12px 10px;
    height: 140px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.compliance-compact .small-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.card-date-label {
    color: #0082a4;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.card-icon-box {
    width: 35px;
    height: 35px;
    background: #0082a4;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 8px;
}

.card-title-text,
.compliance-compact .card-title {
    color: #062d60;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 4px !important;
}

.compliance-compact .card-title {
    color: #ffffff;
    font-size: 0.7rem;
}

.card-description-text,
.compliance-compact .card-desc {
    color: #556070;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.compliance-compact .card-desc {
    color: rgba(255, 255, 255, 0.6);
}

.deadline-action-bar,
.compliance-compact .deadline-row {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.compliance-compact .deadline-row {
    background: rgba(0, 229, 255, 0.06);
    border: 1px solid rgba(0, 229, 255, 0.15);
}

.action-title {
    color: #062d60;
    font-weight: 800;
    font-size: 1rem;
    margin: 0;
}

.action-sub {
    color: #64748b !important;
    font-size: 0.8rem;
    margin: 0;
}

.btn-get-deadline,
.compliance-compact .btn {
    background-color: #0082a4;
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.75rem;
}

.pulse-indicator,
.compliance-compact .pulse-dot {
    height: 8px;
    width: 8px;
    background-color: #00d4bd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 212, 189, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(0, 212, 189, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 212, 189, 0);
    }
}

@media (max-width: 991px) {

    .deadline-action-bar,
    .compliance-compact .deadline-row {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 12px;
    }

    .deadline-small-card,
    .compliance-compact .small-card {
        height: auto;
        min-height: 120px;
        margin-bottom: 10px;
    }
}

/* 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 */

/* contact us start here */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.contact-section {
    background-color: #f4f7f6;
    padding: 60px 0 !important;
    font-family: 'Inter', sans-serif;
    color: #334155;

}


.contact-box {
    background: #ffffff;
    border: 1px solid #0082a4;

    border-radius: 10px;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}


.contact-section h4 {
    color: #062d60;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-section .text-muted {
    color: #64748b !important;
    font-size: 14px;
    line-height: 1.6;
}


.form-label-custom {
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    display: block;
}


.contact-info p {
    color: #1e293b;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info i {
    color: #00d4bd;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.contact-info p:hover i {
    transform: scale(1.2);
}


.contact-section .form-control,
.contact-section .form-select {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 6px;
    padding: 10px 15px !important;
    font-size: 14px;
    color: #062d60;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus {
    border-color: #00d4bd !important;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 212, 189, 0.08) !important;
    outline: none;
}

.contact-section .form-control::placeholder {
    color: #cbd5e1;
    font-size: 13px;
}


.contact-section .btn-primary {
    background-color: #0082a4 !important;
    border: 2px solid #0082a4 !important;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 800;
    padding: 12px 35px !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 10px;
}

.contact-section .btn-primary:hover {
    background-color: #062d60 !important;
    border-color: #062d60 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(6, 45, 96, 0.15);
}


.text-danger.small {
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
    display: block;
}

@media (max-width: 991px) {
    .contact-box {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0 !important;
    }

    .contact-box {
        border-top: none;
        border-left: 2px solid #00d4bd;
        padding: 25px;
    }

    .contact-section h4 {
        font-size: 22px;
    }

    .contact-section .btn-primary {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-text {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: justify !important;
        text-align-last: center;
    }
}

/* contact us end here */


/* Premium Dual Color Text using #062d60 and #0082a4 */

.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;
}

/* Buttons Styling - Updated as per request */
.btn-brand-primary {
    background-color: #062d60;
    color: #ffffff;
    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);
}

/* Contact Us Button with Background and Hover */



/* Card Styling */
.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;
}

/* Desktop Positioning & Spacing */
@media (min-width: 992px) {
    .desktop-content-gap {
        padding-left: 60px !important;
    }

    /* Heading Positioned Higher as requested (100px from current or top) */
    .sticky-lg-top-custom {
        position: sticky;
        top: 20px !important;
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .text-gradient-premium {
        white-space: normal;
    }
}



/* Section Background */
.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;
}

/* Header */
.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;


}

/* Card */
.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;
}

/* Icon + Title alignment */
.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: #000000 !important;
    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 */

/* --- Aone Design System Variables --- */
:root {
    --aone-navy: #062d60;
    --aone-teal: #0082a4;
    --aone-green: #00d28d;
    --aone-green-hover: #00b377;
    --text-muted: #64748b;
    --border-color: #eee;
    --white: #ffffff;
}

/* --- Modal Layout Tweaks --- */
.modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}


/* --- ULTRA-COMPACT FORM ELEMENTS --- */
.line-input {
    width: 100%;
    border: none !important;
    border-bottom: 1.5px solid var(--border-color) !important;
    padding: 6px 0 !important;
    /* Extremely compact height */
    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;
}

/* Dropdown Arrow Styling */
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;
}

/* --- PILL BUTTON (Image Exact Style) --- */
.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);
}


/* Form Headings */
.modal-right-col h4 {
    color: var(--aone-teal);
    letter-spacing: 0.5px;
}

/* --- RESPONSIVE OPTIMIZATION --- */
@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;
    }
}

/* Performance: Prevent layout shift */
.modal-body {
    min-height: 400px;
    display: flex;
    align-items: 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.1rem;
    }

    .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 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 */

/* Container styling */
.business-solutions {
    font-family: 'Arial', sans-serif;
    padding: 20px;
}

/* Buttons styling */
.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;
}

/* Active Button - Orange Theme */
.tab-link.active {
    background-color: #FF6600;
    /* Aapka primary orange color */
    color: #fff;
    border-color: #FF6600;
}

/* Tab Content Visibility */
.tab-content {
    display: none;
    /* Default mein sab hide rahenge */
    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;
    /* Sirf active wala dikhega */
}

/* 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;
    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 */




/* sart service section */
@media (min-width: 992px) {
    .sticky-lg-top-custom {
        position: sticky !important;
        top: 100px;
        align-self: flex-start;
        z-index: 10;
    }
}

.services-main-heading {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(90deg, #062d60 0%, #0082a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    text-align: left;
}

.services-subtext {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 300;
    color: #000000 !important;
    text-align: left;
    margin-bottom: 15px;
    max-width: 95%;
}

.services-btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}




.btn-brand-primary {
    background-color: #062d60;
    color: #ffffff !important;
}

.btn-brand-primary:hover {
    background-color: #0082a4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 45, 96, 0.2);
}





.services-list-container {
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.services-list-container::-webkit-scrollbar {
    display: none;
}

.service-individual-box {
    background-color: transparent;
    margin-bottom: 8px;
    padding: 12px 10px 12px 15px;
    transition: all 0.25s ease;
    display: block;
    width: 100%;
    text-decoration: none !important;
    box-sizing: border-box;
    border-left: 3px solid transparent;
}

.service-individual-box:hover {
    background-color: #f0f9fb;
    border-left: 3px solid #0082a4 !important;
    padding-left: 20px;
}

.service-individual-box h1,
.service-individual-box h2,
.service-individual-box h3 {
    margin: 0 0 4px 0 !important;
    color: #062d60 !important;
    font-weight: 700 !important;
    font-size: 1.15rem;
    text-align: left !important;
}

.service-individual-box p,
.service-individual-box span {
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    color: #000000 !important;
    font-weight: 400;
    text-align: left !important;
}

@media (max-width: 991px) {
    .sticky-lg-top-custom {
        position: relative !important;
        top: 0;
        margin-bottom: 25px;
    }

    .services-main-heading {
        text-align: center;
        font-size: 1.6rem;
    }

    .services-subtext {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.9rem;
    }

    .services-btn-group {
        justify-content: center;
    }

    .btn-brand-primary,
    .btn-brand-contact {
        width: 100%;
        max-width: 280px;
    }

    .services-list-container {
        height: auto !important;
        overflow: visible !important;
        padding: 0;
    }

    .service-individual-box {
        text-align: center !important;
        padding: 15px 10px;
        border-left: none !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .service-individual-box h1,
    .service-individual-box h2,
    .service-individual-box h3,
    .service-individual-box p {
        text-align: center !important;
    }

    .service-individual-box:hover {
        padding-left: 10px;
        background-color: transparent;
    }
}

/* end service  section start */


/* industries we serve here */


.bg-light-custom {
    background-color: #f8fafc !important;
    padding: 60px 0 !important;
}

.display-6.fw-bold {
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 800;
    background: radial-gradient(circle at center, #062d60 0%, #0082a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    text-align: left;
}

.hero-text {
    font-size: 0.9rem !important;
    line-height: 1.5;
    color: #000000 !important;
    margin-bottom: 20px;
    text-align: left;
}

.industry-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px !important;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.industry-card:hover {
    border-color: #062d60;
    background-color: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(6, 45, 96, 0.08);
}

.industry-icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    border-radius: 6px;
    color: #062d60;
    font-size: 0.9rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.industry-card span {
    font-size: 0.85rem;
    font-weight: 700;
    color: #062d60;
}

.industry-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.industry-main-png {
    width: 110%;
    /* Image width increased */
    max-width: 700px;
    height: auto;
    max-height: 600px;
    /* Increased height */
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(6, 45, 96, 0.15));
    transform: scale(1.08);
    /* Slight zoom for better visibility */
}

@media (max-width: 991px) {
    .row.align-items-center {
        display: flex;
        flex-direction: column-reverse;
        /* Moves Image to Top on Mobile */
    }

    .col-lg-6.ps-lg-5 {
        margin-bottom: 30px;
        width: 100%;
    }

    .industry-main-png {
        width: 100%;
        max-width: 100%;
        max-height: 450px;
        transform: scale(1.1);
        margin-top: 10px;
    }

    .display-6.fw-bold {
        font-size: 1.8rem;
        text-align: center;
        background: radial-gradient(circle at center, #062d60 0%, #0082a4 100%);
        -webkit-background-clip: text;
    }

    .hero-text {
        text-align: center !important;
        margin: 0 auto 20px auto !important;
    }

    .text-orange-custom {
        text-align: center;
        display: block;
        margin-bottom: 8px;
    }

    .industry-card {
        margin-bottom: 6px;
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .industry-main-png {
        max-height: 350px;
        transform: scale(1.15);
        /* More prominent on small screens */
    }
}

/* end here serve industries */


/* our professional start here */


.pro-section-premium {
    background: #f0f4f8;

    padding: 60px 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: #000000 !important;
    font-size: 0.95rem;
    margin-bottom: 40px !important;
    font-weight: 350;
    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: #000000 !important;
    font-size: 0.8rem;
    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: #000000 !important;
    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 SECTION - FULL UPDATED (STATIC & ALIGNED)
   ========================================================================== */

/* 1. Section Container */
.process-minimal-section {
    padding: 100px 0;
    /* Increased padding for a premium "breathable" feel */
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* 2. Individual Step Card */
.process-step-card {
    background: #ffffff;
    border-radius: 20px;
    /* Slightly smoother corners */
    padding: 40px 30px;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Professional thin border */
    border: 1px solid #edf2f7;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Soft elevation so it doesn't look "flat" on desktop */
    box-shadow: 0 10px 30px rgba(6, 45, 96, 0.04);
    transition: none;
    /* Explicitly disabled transitions for static look */
}

/* 3. Card Header (Icon + Title Alignment) */
.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    gap: 15px;
}

/* 4. Icon Style - Solid Navy for professional weight */
.step-icon {
    width: 56px;
    height: 56px;
    background: #062d60;
    /* Brand Navy */
    color: #ffffff;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 1.4rem;
}

/* 5. Typography Alignment */
.step-title {
    color: #062d60;
    /* Brand Navy */
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.step-text {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.7;
    /* Increased line-height for better readability */
    margin-bottom: 0;
    font-weight: 350;
}

/* 6. Step Count (The Background Number) */
.step-count {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #0082a4;
    /* Brand Teal */
    opacity: 0.1;
    /* Subtle watermark effect */
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE FIXES
   ========================================================================== */

/* Tablet View (2x2 Grid) */
@media (max-width: 991px) {
    .process-minimal-section {
        padding: 70px 0;
    }

    .process-step-card {
        padding: 35px 25px;
    }
}

/* Mobile View (1 Column Stacked) */
@media (max-width: 767px) {
    .process-minimal-section {
        padding: 50px 0;
    }

    /* Ensure cards don't touch each other when stacked */
    .process-minimal-section [class*="col-"] {
        margin-bottom: 24px;
    }

    .process-minimal-section [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .process-step-card {
        padding: 30px 20px;
        /* Center content slightly more for mobile if desired, 
           otherwise keep text-left as per your desktop style */
    }

    .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: 0.8rem;
    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 */


/* software driving result start here  */
.brand-ticker-section {
    background-color: #ffffff;
    padding: 60px 0;
    overflow: hidden;
}

.ticker-title {
    color: #062d60;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 8px;
    text-align: center;
}

.ticker-subtitle {
    color: #000000 !important;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    white-space: nowrap;
}

/* Side Gradients (Optional: White fade on edges) */
.ticker-wrapper::before,
.ticker-wrapper::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100px;
    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);
}

/* Fast Speed Track */
.ticker-track {
    display: flex;
    width: max-content;
    animation: scroll-brands 10s linear infinite;
    /* Speed increased to 10s */
}

.ticker-track:hover {
    animation-play-state: paused;
    /* User mouse rakhega toh ruk jayega */
}

.ticker-item {
    flex: 0 0 auto;
    width: 180px;
    height: 90px;
    margin: 0 12px;
    background: #ffffff;
    border: 1px solid #33a5ad;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.ticker-item img {
    max-height: 55px;
    max-width: 140px;
    object-fit: contain;
    /* Opacity aur Grayscale filters poori tarah hata diye hain */
    filter: none !important;
    opacity: 1 !important;
}

@keyframes scroll-brands {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Mobile Fix */
@media (max-width: 767px) {
    .brand-ticker-section {
        padding: 40px 0;
    }

    .ticker-track {
        animation-duration: 7s;
        /* Mobile par screen choti hoti hai toh speed aur badha di */
    }

    .ticker-item {
        width: 140px;
        height: 70px;
        margin: 0 8px;
        padding: 10px;
    }

    .ticker-item img {
        max-height: 40px;
    }
}

/* software driving result here */



/* upcomming ATO CSS Start Here */

/* --- PROFESSIONAL COMPLIANCE SECTION - FINAL --- */

/* 1. Header aur Boxes ke beech ka gap kam karne ke liye */
.compliance-compact .row.mb-4 {
    margin-bottom: 1.5rem !important;
    /* Gap reduced from header to boxes */
}

/* 2. Main Card Styling */
.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;
    /* Balanced padding for professional height */
    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;
}

/* 3. Icon & Heading (Perfect Inline Alignment) */
.compliance-compact .card-icon {
    display: inline-flex !important;
    align-items: center;
    color: #00E5FF;
    font-size: 1.1rem;
    margin-bottom: 0 !important;
    margin-right: 8px;
    /* Gap between icon and text */
    vertical-align: middle;
}

.compliance-compact .card-title {
    display: inline-block !important;
    font-size: 0.70rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px !important;
    /* Space between title and description */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
    line-height: 1.2;
}

/* 4. Description Text */
.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%;
}

/* 5. Deadline Bottom Row */
.compliance-compact .deadline-row {
    margin-top: 20px;
    /* Gap above the bottom bar reduced */
    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;
}

/* 6. Animations & Interactive Elements */
.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);
    }
}

/* 7. Hover Effects */
.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);
}

/* 8. Button & Badge Tweaks */
.compliance-compact .btn {
    padding: 10px 25px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
}

/* --- Mobile Responsiveness --- */
@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 */

/* contact us start here */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.contact-section {
    background-color: #f4f7f6;
    padding: 60px 0 !important;
    font-family: 'Inter', sans-serif;
    color: #334155;

}


.contact-box {
    background: #ffffff;
    border: 1px solid #0082a4;

    border-radius: 10px;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}


.contact-section h4 {
    color: #062d60;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-section .text-muted {
    color: #64748b !important;
    font-size: 14px;
    line-height: 1.6;
}


.form-label-custom {
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    display: block;
}


.contact-info p {
    color: #1e293b;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info i {
    color: #00d4bd;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.contact-info p:hover i {
    transform: scale(1.2);
}


.contact-section .form-control,
.contact-section .form-select {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 6px;
    padding: 10px 15px !important;
    font-size: 14px;
    color: #062d60;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.contact-section .form-control:focus,
.contact-section .form-select:focus {
    border-color: #00d4bd !important;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 212, 189, 0.08) !important;
    outline: none;
}

.contact-section .form-control::placeholder {
    color: #cbd5e1;
    font-size: 13px;
}


.contact-section .btn-primary {
    background-color: #0082a4 !important;
    border: 2px solid #0082a4 !important;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 800;
    padding: 12px 35px !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 10px;
}

.contact-section .btn-primary:hover {
    background-color: #062d60 !important;
    border-color: #062d60 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(6, 45, 96, 0.15);
}


.text-danger.small {
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
    display: block;
}

@media (max-width: 991px) {
    .contact-box {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0 !important;
    }

    .contact-box {
        border-top: none;
        border-left: 2px solid #00d4bd;
        padding: 25px;
    }

    .contact-section h4 {
        font-size: 22px;
    }

    .contact-section .btn-primary {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hero-text {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: justify !important;
        text-align-last: center;
    }
}

/* contact us end here */


/* Premium Dual Color Text using #062d60 and #0082a4 */

.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;
}

/* Buttons Styling - Updated as per request */
.btn-brand-primary {
    background-color: #062d60;
    color: #ffffff;

    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);
}

/* Contact Us Button with Background and Hover */


/* Card Styling */
.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;
}

/* Desktop Positioning & Spacing */
@media (min-width: 992px) {
    .desktop-content-gap {
        padding-left: 60px !important;
    }

    /* Heading Positioned Higher as requested (100px from current or top) */
    .sticky-lg-top-custom {
        position: sticky;
        top: 20px !important;
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .text-gradient-premium {
        white-space: normal;
    }
}



/* Section Background */
.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;
}

/* Header */
.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;


}

/* Card */
.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;
}

/* Icon + Title alignment */
.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: #000000 !important;
    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 */

/* --- Aone Design System Variables --- */
:root {
    --aone-navy: #062d60;
    --aone-teal: #0082a4;
    --aone-green: #00d28d;
    --aone-green-hover: #00b377;
    --text-muted: #64748b;
    --border-color: #eee;
    --white: #ffffff;
}

/* --- Modal Layout Tweaks --- */
.modal-content {
    border-radius: 15px;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}




/* --- ULTRA-COMPACT FORM ELEMENTS --- */
.line-input {
    width: 100%;
    border: none !important;
    border-bottom: 1.5px solid var(--border-color) !important;
    padding: 6px 0 !important;
    /* Extremely compact height */
    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;
}

/* Dropdown Arrow Styling */
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;
}

/* --- PILL BUTTON (Image Exact Style) --- */
.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);
}