/* ============================================
   Govsoft Elementor Widgets Styles
   ============================================ */

/* ============================================
   Govsoft Services Widget
   ============================================ */

.govsoft-services-section {
    background: #F6FCFF;
    padding: 50px 0;
}

.govsoft-services-title {
    color: #0a1f44;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.96px;
    margin-bottom: 12px;
}

.govsoft-services-description {
    color: #4a5568;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.48px;
    line-height: 26px;
    margin: 0 auto 30px;
    max-width: 700px;
}

.govsoft-service-card {
    border-radius: 15px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.govsoft-service-card > .mt-auto {
    margin-top: auto !important;
}



.govsoft-service-card-title {
   color: #303030;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.govsoft-service-card-image {
    max-height: 130px;
    width: auto;
    margin: 0 auto 1rem;
    object-fit: contain;
}

.govsoft-service-card-text {
 color: #808080;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */

}

.govsoft-service-button {
    background: #244F74;
   color: #FFF;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 500;
    padding:10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.75rem;
}

.govsoft-service-button:hover {
    background: #081733;
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================
   Govsoft Statistics Widget
   ============================================ */

.govsoft-stats-section {
    padding: 50px 0;
}

.govsoft-stat-number {
    color: #0a1f44;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.govsoft-stat-label {
    color: #0a1f44;
    font-size: 14px;
    font-weight: 400;
}

.govsoft-stat-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.tp-stars svg {
    
}


/* Do It Right the First Time section */
.doit-section {
    background: transparent; /* section itself is transparent; inner wrapper carries the color */
    color: #fff;
    margin: 36px 0;
    padding: 24px 0; /* vertical spacing around the inner colored block */
    box-sizing: border-box;
}

.doit-inner {
    /* Bootstrap .container handles max-width */
    margin: 0 auto;
  
    /* Bootstrap row handles grid layout */
    background: #0b2540; /* dark navy inside only */
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
}

/* .doit-left and .doit-badges use Bootstrap classes for layout */
.doit-left {
    padding: 40px 32px;
}

.doit-right {
    display: flex;
    justify-content: center;
    padding: 0;
}
.doit-badge {
    background: transparent;
    color: #ffffff;
    padding: 0; /* spacing handled by children */
    font-weight: 700;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.doit-badge .small {
    /* number sits on top of the external starburst SVG */
    width: 68px;
    height: 67px;
    min-width: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #FFF;
font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 146.667% */
letter-spacing: -0.75px;
    background-color: transparent;
    background-image: url("https://staging.govswift.com/wp-content/uploads/2025/11/starburst.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
}

.doit-badge-label {
    color: rgba(255,255,255,0.95);
    font-weight: 700;
    font-size: 13px;
}

.doit-heading {
    color: #ffffff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 8px 0 12px;
}

.doit-copy {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.6;
    max-width: 640px;
    margin-bottom: 18px;
}

.doit-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.06);
}

.doit-cta svg {
   
}

.doit-illustration {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .doit-section {
        margin: 24px 0;
        padding: 16px;
    }

    .doit-inner {
        border-radius: 12px;
    }

    .doit-left {
        padding: 24px 20px;
    }

    .doit-right {
        padding: 0;
        margin-top: 0 !important;
    }

    .doit-illustration {
        max-width: 300px;
        border-radius: 0 0 12px 12px;
    }

    .doit-heading {
        font-size: 24px;
    }

    .doit-copy {
        font-size: 14px;
        max-width: 100%;
    }

    .doit-badge {
        font-size: 11px;
    }

    .doit-badge .small {
        width: 56px;
        height: 56px;
        min-width: 56px;
        font-size: 13px;
    }
}
