/* home hero page css */

.bg-navy-custom {
    background-color: #062d60;
}

#home-section {
    padding: 20px 0;
    overflow: hidden;
}


.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.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 570px;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;

    color: #ffffff;
    letter-spacing: 0.3px;
}




@media (max-width: 991px) {
    .hero-subtext {
        max-width: 100%;
        font-size: 0.85rem;
        margin-left: 0;
        margin-right: 0;
        text-align: justify;
        text-justify: inter-word;
    }
}

.hero-subtext2 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px !important;
    opacity: 0.9;
    max-width: 570px;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;

    color: #ffffff;
    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-img-container {
    width: calc(100% - 20px); 
    max-width: 420px; 
    height: 380px; 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    position: relative;
    margin-left: auto; 
} */

.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 */

/* 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 */



.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: 40px 0 !important;
}

.industry-card {
    background: #ffffff;
    border: 1px solid #062d60;
    border-radius: 10px;
    padding: 10px 14px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    display: flex !important;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.industry-card:hover {
    border-color: #062d60;
    background-color: #f0f7ff;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(6, 45, 96, 0.08);
}


/* 

.industry-icon-box {
    width: 36px; 
    height: 36px;
    min-width: 36px; 
    background: #f1f5f9; 
    color: #062d60; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; 
    font-size: 1rem;
    margin-right: 12px; 
    
    transition: all 0.3s ease;
}

.industry-card:hover .industry-icon-box {
    
    background: #0082a4;
    color: #ffffff;
}
    
*/



/* Typography - Clean & Professional */

.industry-card h6 {
    font-size: 0.92rem !important;
    margin: 0 !important;
    font-weight: 700;
    line-height: 1.2;
    color: #062d60;
}

.industry-card p {
    font-size: 0.78rem !important;
    line-height: 1.3;
    margin: 2px 0 0 0 !important;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Image Shadow */
.industry-main-png {
    max-width: 90%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(6, 45, 96, 0.1));
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .industry-card {
        padding: 8px 12px !important;
        border-radius: 8px;
    }
}


/* 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: #64748b;
    font-size: 0.95rem;
    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: #475569;
    font-size: 0.85rem;
    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 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.95rem;
    line-height: 1.7;
    /* Increased line-height for better readability */
    margin-bottom: 0;
    font-weight: 400;
}

/* 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;
    }
}

/* ==========================================================================
   PROCESS SECTION END
   ========================================================================== */
/* 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 */


/* 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 */

/* --- 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;
    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);
}

/* Contact Us Button with Background and Hover */
.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);
}

/* 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: #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 */

/* --- 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);
}

/* Left Testimonial Section Optimization */
.testimonial-box {
    background: var(--aone-navy);
    padding: 40px !important;
}

.testimonial-box h3 {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}

/* --- 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);
}

/* Testimonial Avatar */
.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;
}

/* 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;
}