.govt-dark-section {
    padding: 80px 0;
    background: #0d0d0d;
    color: #fff;
}

.govt-dark-section p {
    color: #bbb;
}
.section-title-3 {
    text-align: center;
    margin: 0 auto;
    max-width: 800px; /* अगर कंटेंट को सीमित चौड़ाई में रखना हो */
}
/* CARD */
.govt-dark-card {
    background: #141414;
    padding: 25px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
}

.govt-dark-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.govt-dark-card p {
    font-size: 14px;
    color: #aaa;
}

/* HOVER EFFECT 🔥 */
.govt-dark-card:hover {
    transform: translateY(-6px);
    border: 1px solid #ff6a00;
    box-shadow: 0 10px 30px rgba(255, 106, 0, 0.2);
}

/* HIGHLIGHT CARD */
.govt-dark-card.highlight {
    border: 1px solid #ff6a00;
}

/* BUTTON MATCH */
.primary-btn3 {
    background: linear-gradient(45deg, #ff6a00, #ffb347);
    border-radius: 30px;
    padding: 12px 28px;
    color: #fff;
}

/* MOBILE */
@media(max-width: 768px){
    .govt-dark-card {
        text-align: center;
    }
}


.govt-process-section {
    padding: 80px 0;
    background: #0b0b0b;
}

.govt-process-section h2 {
    color: #fff;
}

.govt-process-section p {
    color: #aaa;
}

.process-card {
    background: #111;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    transition: 0.3s;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
}

.process-card span {
    font-size: 40px;
    font-weight: 700;
    color: #ff6a00;
    opacity: 0.2;
    position: absolute;
    top: 15px;
    right: 20px;
}

.process-card h4 {
    color: #fff;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 14px;
}

.process-card:hover {
    transform: translateY(-8px);
    border-color: #ff6a00;
    box-shadow: 0 10px 30px rgba(255,106,0,0.2);
}

.process-card.highlight {
    border: 1px solid #ff6a00;
}

/* MOBILE */
@media(max-width:768px){
    .process-card {
        text-align: center;
    }
}



.tasmafive-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0b0b0b, #111);
    color: #fff;
}

.brand-tag {
    display: inline-block;
    background: rgba(255,106,0,0.1);
    color: #ff6a00;
    padding: 6px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}

.tasma-content h2 {
    font-size: 40px;
    font-weight: 700;
}

.tasma-content h2 span {
    color: #ff6a00;
}

.tasma-content p {
    margin: 15px 0;
    color: #bbb;
}

.brand-points {
    margin-top: 15px;
}

.brand-points li {
    margin-bottom: 8px;
    font-size: 14px;
}

/* STATS */
.tasma-stats {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.stat-box {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
}

.stat-box h3 {
    font-size: 28px;
    color: #ff6a00;
}

.stat-box p {
    font-size: 14px;
    color: #aaa;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,106,0,0.2);
}

.stat-box.highlight {
    border: 1px solid #ff6a00;
}

/* MOBILE */
@media(max-width:768px){
    .tasma-content {
        text-align: center;
    }

    .tasma-stats {
        grid-template-columns: 1fr;
    }
}



/* CARD STYLE */
.cta-card {
    background: linear-gradient(145deg, #111, #1a1a1a);
    padding: 50px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    max-width: 900px;
    margin: auto;
}

/* BUTTON HOVER */
.cta-card .btn-warning {
    background: linear-gradient(45deg, #ff8c00, #ffa500);
    border: none;
}

.cta-card .btn-warning:hover {
    box-shadow: 0 10px 30px rgba(255,165,0,0.4);
    transform: translateY(-2px);
}

/* OUTLINE BTN */
.cta-card .btn-outline-light:hover {
    background: #fff;
    color: #000;
}


.service-card {
    background: #111;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    transition: 0.3s;
}

/* HOVER EFFECT */
.service-card:hover {
    transform: translateY(-8px);
    border-color: #ff8c00;
    box-shadow: 0 10px 30px rgba(255,140,0,0.2);
}

/* TITLE */
.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* LINK */
.service-link {
    display: inline-block;
    margin-top: 15px;
    color: #ff8c00;
    font-weight: 500;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}

.services-dark {
    background: #0b0f19;
}

.service-card-dark {
    background: linear-gradient(145deg, #303134, #31353d);
    border-radius: 15px;
    padding: 30px;
    color: #fff;
    height: 100%;
    transition: 0.3s ease;
    text-align: left;
}

.service-card-dark:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* Icon */
.service-card-dark .icon {
    width: 60px;
    height: 60px;
    background: rgba(255,122,0,0.1);
    border: 1px solid rgba(255,122,0,0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-card-dark .icon i {
    font-size: 26px;
    color: #ff7a00;
}

/* Heading */
.service-card-dark h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Text */
.service-card-dark p {
    color: #cbd5e1;
    font-size: 14px;
}

/* List */
.service-card-dark ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.service-card-dark ul li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    margin-bottom: 6px;
}

.service-card-dark ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff7a00;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.service-card-dark .icon {
    transition: 0.3s;
}

.service-card-dark:hover .icon {
    transform: rotate(-5deg) scale(1.1);
    border-color: #ff7a00;
    background: rgba(255,122,0,0.2);
}

.service-card-dark {
    position: relative;
    overflow: hidden;
}

.service-card-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: radial-gradient(circle at top right, rgba(255,122,0,0.15), transparent);
    opacity: 0;
    transition: 0.4s ease;
}

.service-card-dark:hover::before {
    opacity: 1;
}

/* MAIN HOVER */
.service-card-dark:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 20px 50px rgba(0,0,0,0.8),
        0 0 20px rgba(255,122,0,0.2);
}









.feature-box {
    background: #0b0f19;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Border Glow */
.feature-box:hover {
    transform: translateY(-10px);
    border-color: #ff7a00;
    box-shadow: 0 15px 40px rgba(255,122,0,0.2);
}

/* Glow Effect */
.feature-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: radial-gradient(circle at bottom left, rgba(255,122,0,0.15), transparent);
    opacity: 0;
    transition: 0.4s;
}

.feature-box:hover::before {
    opacity: 1;
}

/* Icon */
.feature-box .icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid rgba(255,122,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.feature-box .icon i {
    font-size: 26px;
    color: #ff7a00;
}

/* Icon hover */
.feature-box:hover .icon {
    background: rgba(255,122,0,0.1);
    transform: scale(1.1);
}

/* Heading */
.feature-box h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Text */
.feature-box p {
    color: #cbd5e1;
    font-size: 14px;
}

/* Explore link */
.explore-link {
    display: inline-block;
    margin-top: 15px;
    color: #ff7a00;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.explore-link:hover {
    letter-spacing: 1px;
}


.feature-box {
    background: #0b0f19;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Glow */
.feature-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: radial-gradient(circle at top right, rgba(255,122,0,0.15), transparent);
    opacity: 0;
    transition: 0.4s;
}

/* Hover */
.feature-box:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: #ff7a00;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8),
                0 0 25px rgba(255,122,0,0.2);
}

.feature-box:hover::before {
    opacity: 1;
}

/* ICON */
.feature-box .icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid rgba(255,122,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.feature-box .icon i {
    font-size: 26px;
    color: #ff7a00;
}

/* ICON HOVER */
.feature-box:hover .icon {
    background: rgba(255,122,0,0.1);
    transform: scale(1.1) rotate(-5deg);
}

/* TITLE */
.feature-box h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.feature-box:hover h4 {
    color: #ff7a00;
}

/* TEXT */
.feature-box p {
    color: #cbd5e1;
    font-size: 14px;
}

/* LIST */
.feature-box ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.feature-box ul li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    margin-bottom: 6px;
    color: #cbd5e1;
}

.feature-box ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff7a00;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

/* LINK */
.explore-link {
    display: inline-block;
    margin-top: 15px;
    color: #ff7a00;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.explore-link:hover {
    letter-spacing: 1px;
}