 p{
            text-align: justify;
        }
        :root{
            --brand-blue-600:#2563EB;
            --brand-blue-500:#2094F3;
            --brand-indigo-800:#1E40AF;
            --ink:#020817;
            --muted:#4B5563;
            --muted-2:#6B7280;
            --border:#E1E7EF;
            --bg-soft:#F8FAFC;
            --hero-h:384px;
        }

        body{ background:#fff; color:#111827; font-family:system-ui, -apple-system, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
        .topbar{
            background:#C71821; color:#fff; font-size:13px; position: relative;
        }
.change-laguage {
    position: relative;
    background: #8d4040;
    width: 214px;
    /* left: 80px; */
    display: flex;
}
        .topbar a{ color:#fff; text-decoration:none; }
        .navbar-brand-title{ color:var(--indigo-800); font-weight:700; }
        .navbar-subtitle{ color:#4B5563; font-size:13px; }

        /* HERO */
        .hero-wrap{ position:relative; height:var(--hero-h); }
        .hero-overlay{
            position:absolute; inset:0;
            background:linear-gradient(90deg, rgba(30,58,138,.45) 0%, rgba(37,99,235,.45) 100%);
        }
        .hero-slide{
            height:var(--hero-h); object-fit:fill; width:100%;
        }
        .hero-content{
            position:absolute; inset:0; display:flex; align-items:center;
        }
        .hero-kpis .kpi{
            background:rgba(255,255,255,.20);
            border-radius:6px; padding:12px 16px; min-width:180px;
            color:#fff; text-align:center;
        }
        .hero-kpis .kpi .n{ font-size:20px; font-weight:700; line-height:32px; }
        .hero-kpis .kpi .l{ font-size:13px; line-height:20px; }

        /* Cards */
        .card{ border:1px solid var(--border); box-shadow:0 1px 2px rgba(0,0,0,.05); }

      .card-header-blue{ background:#1351a8; color:#fff;font-size: 20px; }
        .card-header-green{ background:#4CAE4F; color:#fff; }
        .btn-brand{ background:var(--brand-blue-500); color:#fff; }
        .btn-brand:hover{ background:#1687e8; color:#fff; }

        /* Quick colored tiles */
        .tile{ border-radius:8px; padding:16px; text-align:center; }
        .tile .circle{
            width:48px; height:48px; border-radius:9999px; margin:0 auto 12px auto; display:flex; align-items:center; justify-content:center;
            color:#fff;
        }

        /* Left sidebar radio group */

        .radio-dot {
            width: 20px;
            height: 20px;
            border-radius: 9999px;
            border: 1px solid #ffffff;
            display: inline-block;
            position: relative;
            margin-right: 8px;
            background: #FFF;
        }
        .radio-dot.active::after{
            content:""; position:absolute; inset:3px; background:var(--brand-blue-500); border-radius:9999px;
        }
        .radio-dot.active::after{
                    content:""; position:absolute; inset:3px; background:#1351a8; border-radius:9999px;
                }


        /* News list */
        .news-item{ border-left:4px solid var(--brand-blue-500); padding-left:12px; }
        .news-item.green{ border-color:#4CAE4F; }
        .news-item.orange{ border-color:#FF9900; }
        .news-time{ color:#9CA3AF; font-size:12px; }

        /* Footer */
.site-footer {
    background: #1351a8;
    color: #FFF;
    background-image: url(../images/loc.png);
     background-position: center calc(100% - 46px);
    background-repeat: repeat-x;
    padding-bottom: 0px !important;
    background-size: 13px;
}

.navbar-expand-lg.bg-blue-l{
background: #020024;
background: linear-gradient(179deg, rgb(5 68 179) 0%, rgb(16 90 219) 35%, rgb(0 59 164) 100%);

}
        .site-footer h6{ color:#fff; font-weight:700; }
        .footer-border{ background:#9C1017;}

        /* Floating Buttons */
        .fab{ position:fixed; right:20px; bottom:20px; display:flex; flex-direction:column; gap:12px; z-index:1030; }
        .fab .btn-fab{
            width:56px; height:56px; border-radius:9999px; display:flex; align-items:center; justify-content:center;
            box-shadow:0 4px 6px -4px rgba(0,0,0,.1);
        }
        .btn-top{ background:var(--brand-blue-600); color:#fff; }
        .btn-wa{ background:#22C55E; color:#fff; }
.footer-border .small{
font-weight: normal;
}
.site-footer p.small{
color: #FFF;
font-size: 16px;
}
.logo-text .small{
font-size: 14px;
}
.logo-text .small{
font-size: 14px;
}
.logo-nm{
font-size: 17px;
}
.f-logo {
    width: 66px;
    border-radius: 50px;
    overflow: hidden;
}
.f-logo img{

}
.chipadres{
font-weight: normal;
}
.radio-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio-flx h5{
margin-bottom: -10px;
 }
.padin-right{
padding: 9px 10px;
}
        /* Helpers */


        .badge-pill {
            border-radius: 4px;
            padding: 2px 9px;
            font-weight: 700;
            font-size: 14px;
        }

        /* Responsive tweaks */
        @media (max-width: 991.98px){
            :root{ --hero-h: 420px; }
            .hero-kpis{ gap:10px!important; }
            .hero-kpis .kpi{ min-width:140px; }
            .navbar .cm-block{ display:none; }

            .topbar a {
                color: #fff;
                text-decoration: none;
                font-size: 12px;
            }
        }
        @media (max-width: 575.98px){
            :root{ --hero-h: 460px; }
            .hero-title{ font-size:28px; }
            .hero-desc{ font-size:15px; }

        }
        /* 🔥 Mobile view (width < 576px) */
        .scrollable-container {
            max-height: 400px;  /* default for desktop/tablet */
           /* min-height: 200px;*/
            overflow-y: auto;
        }

        /* 🔥 Mobile view (width < 576px) */
        @media (max-width: 575.98px) {
            .scrollable-container {
                max-height: 180px;  /* smaller height in mobile */
                min-height: 150px;
            }
        }

        a{
            text-decoration: none;
            color: inherit;
        }
        * {
            font-family: "Hind", sans-serif;
            font-size: 1rem;
            /*font-weight: 400;*/
            /*font-style: normal;*/
        }
        /** {*/
        /*    font-family: 'Mukta', 'Poppins', sans-serif;*/
        /*    font-size: 1rem;*/

        /*}*/
         .social-top-ic a i{
                   margin-right: 10px;
                   font-size: 18px !important;
                     }
        /* Mobile view */
        @media (max-width: 768px) {
            .left-section {
                justify-content: flex-end !important; /* left align */
                width: 100%;
                /* border-bottom: 1px solid #ddd;  */
                padding-bottom: 3px;
            }

            .right-section {
                justify-content: center !important; /* center align */
                width: 100%;
                margin-top: 3px;
            }
            .social-top-ic {
                /* position: absolute; */
                top: -2px;
                left: -136px;
                font-size: 13px;
            }
            .social-top-ic a i{
            font-size: 13px !important;
            }
            .right-section a {
                padding-right: 1px;
                margin-right: 0px;
                border-right: 1px solid #ece0e04d; /* Border only between */
                font-size: 10px;
            }
            .right-section a .me-1 {
                font-size: 15px;
            }
            .topbar a {
                font-size: 13px;
            }
            .social-top-ic {
                width: 100%;
                justify-content: center;
                text-align: center;
            }
 .right-section {
           display: flex;
           flex-wrap: wrap;
    }
            /* Last element par border remove */
            .right-section a:last-child {
                border-right: none;
                margin-right: 0;
                padding-right: 0;
            }
            /*.right-section a {*/
            /*    display: inline-flex;*/
            /*    align-items: center;*/
            /*    gap: 6px;  !* icon और text के बीच spacing *!*/
            /*    text-decoration: none;*/
            /*}*/

            .hero-slide{
                object-fit: contain !important;
                width:100%;
                height: auto;
            }
            .hero-wrap {

                height: auto;
            }
        }
        .bg-blue-l{
background: #1351A8;
        }

        .cm-info {
            color: #1a1a1a;
            font-size: 18px;
        }
        .cg-cm{
            color: #4c4c4c;
            font-weight: 700;
        }
    .cmji-logo {
    width: 80px;
    height: 80px;
}
        .cmji-logo img{
position: relative;
top: 0px;
width: 100%;
        }
        .rounded-circle-logo{
width:80px;

        }
        .local .navbar-brand-title {
            color: #323232;
            font-size: 19px;
        }
     .menu-color a {
         color: #FFF;
         font-size: 15px;
     }
           .menu-color a:hover{
        color: #c1e1fd;
                }
        .local{
        color: #FFF;
        }
        .menu-color ul.dropdown-menu li a{
color: #000;
        }

    .radio-btn-css {
        display: flex;
        align-items: center;
        vertical-align: middle;
        margin-bottom: 1px;
    }
   .radio-btn-css .radio-option
       {
       background: #1351a8;
       padding: 8px;
       border-radius: 4px;
       color: #FFF;
       margin-right: 7px;
       font-size: 19px;
       width: 125px;
       cursor: pointer;
   }
   .radio-btn-css .radio-option span{
    font-size: 17px;
   }


  .serch-panel
   {
      background: #FFF;
  }
  /* SEARCH WRAPPER */
.service-search {
    flex: 1;
    position: relative;
}

/* SEARCH INPUT */
.service-search input {
    width: 100%;
    height: 36px;
    border-radius: 30px;
    border: 1px solid #cfd8ee;
    padding: 0 50px 0 18px;
    font-size: 15px;
    outline: none;
    transition: all 0.2s ease;
}

.service-search input:focus {
    border-color: #1351a8;
    box-shadow: 0 0 0 3px rgba(19, 81, 168, 0.15);
}

/* SEARCH ICON */
.service-search i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0749bd;
}
  /* .custome-search{
  margin-bottom:10px;
  } */
  .scrollable-container.shap-round .service-item {
      border: 1.5px solid #1351a8;
      border-radius: 26px 4px 4px 26px;
      font-weight: 500;
      cursor: pointer;
  }
/* SEARCH BAR WRAPPER */
/* .custome-search {
  background: #ffffff;
  border-radius: 50px;
  padding: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); 
  align-items: center;
} */

/* SERVICE LINK */
.custome-search .servic-bar {
    background:linear-gradient(135deg, #1866ef, #0749bd);
    color: #fff;
    padding: 7px 61px;
    border-radius: 7px 40px 40px 7px !important;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
    /* margin-right: 10px; */
    box-shadow: 0px 5px 8px #0000002b;
}

.custome-search .servic-bar:hover {
  background: linear-gradient(135deg, #0749bd, #1866ef);
  transform: translateX(2px);
}

/* INPUT FIELD */
.custome-search .form-control {
    border: none;
    box-shadow: none;
    padding: 7px 15px;
    font-size: 16px;
}

.custome-search .form-control::placeholder {
  color: #aaa;
}

/* SEARCH ICON */
.custome-search .input-group-text {
  background: transparent;
  border: none;
  color: #0d6efd;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.custome-search .input-group-text:hover {
  color: #6610f2;
}

/* FOCUS STATE */
.custome-search:focus-within {
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.25);
}

/* MOBILE FIX */
@media (max-width: 576px) {
  .custome-search {
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .custome-search .servic-bar {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
    padding: 4px 9px !important;

  }
}
/* 
.navintam-services {
    border: 1px solid #f7f7f7;
    box-shadow: 0px 2px 10px #ccc;
    border-radius: 7px;
    float: left;
    width: 100%;
    min-height: 214px;
    margin-bottom: 20px;
}
.navintam-services h3 {
    background: #1351a8;
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    margin: 0;
    border-radius: 23px 1px 23px 1px;
    padding-left: 16px;
}
.navintam-services ul{
list-style: none;
    padding: 0;
}
.navintam-services ul li a{
color: #114A99;
}
.nav-lists ul {
    padding-left: 12px;
    padding-top: 14px;
    line-height: 30px;
}
.nav-lists ul li {
    border-bottom: 1px solid #f5eded;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.nav-lists.relatin-list span {

    width: 32px;
    float: left;
    height: 32px;
    margin-right: 6px;
    border-radius: 50px;
    display: flex;
    background: #F2F2F2;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 5px;

}
.nav-lists.relatin-list i{
font-size:18px;
}
.navintam-services.nic-services ul li a
 {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}
.navintam-services.nic-services ul li a span {
    background: #F2F2F2;
    width: 25px;
    height: 26px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
} */
 /* ===== COMMON CARD STYLE ===== */
.navintam-services {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    min-height: 246px;
}

.navintam-services:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* ===== CARD HEADER ===== */
.navintam-services h3 {
    color: #fff;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border-radius: 14px 14px 0 0;
}
.navintam-services.blue h3{
  background:linear-gradient(135deg,#1351a8,#1264d8);
}
.navintam-services.green h3{
  background:linear-gradient(135deg,#1b8f3a,#2ecc71);
}
.navintam-services.orange h3{
  background:linear-gradient(135deg,#f39c12,#e67e22);
}
.navintam-services.purple h3{
  background:linear-gradient(135deg, #0b4fc7, #5b98ff);
}
.navin:nth-child(1) h3{ background:linear-gradient(135deg,#1351a8,#1264d8); }
.navintam-services:nth-child(2) h3{ background:linear-gradient(135deg,#1b8f3a,#2ecc71); }
.navintam-services:nth-child(3) h3{ background:linear-gradient(135deg,#f39c12,#e67e22); }
/* ===== LIST WRAPPER ===== */
.nav-lists {
    padding: 10px 10px 6px;
}

/* ===== UL RESET ===== */
.navintam-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 179px;
}

/* ===== LIST ITEM ===== */
.navintam-services ul li {
    border-bottom: 1px solid #eef1f5;
    padding: 5px 2px;
}

.navintam-services ul li:last-child {
    border-bottom: none;
}

/* ===== LINK STYLE ===== */
.navintam-services ul li a {
    color: #114a99;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1px;
    transition: all 0.2s ease;
}

.navintam-services ul li a:hover {
    color: #0a58ca;
    padding-left: 6px;
}

/* ===== NEW STAR IMAGE ===== */
.navintam-services ul li img {
    width: 25px;
    height: auto;
}

/* ===== RELATED ACT ICON ===== */
.nav-lists.relatin-list span {
    min-width: 34px;
    height: 34px;
    background: #eef3ff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1351a8;
    font-size: 16px;
}

/* ===== NIC SERVICE COUNT ===== */
.navintam-services.nic-services ul li a span {
    background: #eef3ff;
    color: #1351a8;
    min-width: 34px;
    height: 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .navintam-services {
        min-height: auto;
    }

    .navintam-services h3 {
        font-size: 16px;
    }

    .navintam-services ul li a {
        font-size: 14px;
    }
}
.dept-item p{
    color: #191919 !important;
}
.bg-dipt-carousel h3{
    color: #191919;
}

.bg-dipt-carousel .rounded-pill {
    width: 35px;
    height: 35px;
    line-height: 23px;
    font-size: 17px;
    text-align: center;
    background-color: #2da05d;
}
.footerlogo ul{
display: flex;
list-style-type: none;padding: 10px;
flex-wrap: nowrap;
flex-direction: row;
align-content: space-around;
justify-content: space-between;
}
.footer-border {
    background: #002872;
    padding: 28px;
}

.about-sevice {
    width: 36%;
    position: absolute;
    padding: 23px 61px;
}
.about-sevice h3 {
    color: #1351a8;
    font-weight: 600;
}
.about-sevice p {
    font-weight: 600;
    line-height: 23px;
    color: #1351a8;
    font-size: 17px;
}

.slider-services {
    bottom: 0;
     position: absolute;
    z-index: 9;
    color: #000;
    right: 98px;
    top: 18px;
}


.ser-list ul, .ser-list-b ul{
list-style: none;
padding:0px;
}
.ser-list ul li a, .ser-list-b ul li a {
    color: #000;
    padding: 0px 4px;
   font-size: 17px;

}
.ser-list ul li, .ser-list-b ul li {
    margin-bottom: 12px;
    background: linear-gradient(1deg, rgb(69 147 255) 0%, rgba(255, 255, 255, 1) 48%, rgb(255 255 255) 100%);
    border-radius: 40px 8px 8px 40px;
    width: 238px;
    padding: 6px;
    margin-right: 13px;
    box-shadow: 2px 3px 7px #000e68;
    transition: 0.5s;

}
.ser-list ul li a:hover, .ser-list-b ul li a:hover{
color:#1351a8;
}
.digi-logo {
    width: 170px;
    height: 170px;
    background: #FFF;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 11px solid #0C60D6;
}
.ser-list ul li a::before, .ser-list-b ul li a::before{
  content: "";
  width: 8px;
  height: 8px;
  background: #0a4cb5;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 12px;
  position: relative;
  top: 0px;
}
.social-top-ic {
    margin-right: 5px;
    margin-top: 5px;
}
.q-ans h4 {
    margin-bottom: 26px;
}
.youjan label{
    color: #000;
    font-size: 15px;
}
.youjan .form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.youjna-filt {
    background: #cfe3ff;
    padding: 14px;
    border-radius: 4px;
}
.service-list-user ul
 {
    list-style: none;
    padding: 16px;
}
.service-list-user ul li a
 {
    padding: 4px 12px;
    background: #f2f7ff;
    width: 100%;
    float: left;
    margin-bottom: 4px;
    border: 1px dashed #90beff;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.5s;
}
.service-list-user ul li a:hover{
        background: #1c66ce;
        color: #FFF;
}
.table-topfil {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

/* Left block */
.table-topfil .fw-bold {
    font-size: 14px;
    color: #1f2937;
    white-space: nowrap;
}

/* Select & input common */
.table-topfil select,
.table-topfil input[type="search"] {
    height: 36px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    padding: 6px 10px;
}

/* Select arrow fix */
.table-topfil select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

/* Search box */
.table-topfil label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #374151;
    margin: 0;
}

/* Focus effect */
.table-topfil select:focus,
.table-topfil input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
    outline: none;
}

/* Spacing fix */
.table-topfil .col {
    min-width: 120px;
}
/* ===== APPLY BUTTON ===== */
#testTable .btn-outline-primary {
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 14px;
    transition: all 0.3s ease;
}

#testTable .btn-outline-primary:hover {
    background: #0d6efd;
    color: #fff;
}

/* ===== RESET SERVICES BUTTON ===== */
.btn-outline-warning {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-warning a {
    color: inherit;
    text-decoration: none;
}

.btn-outline-warning svg {
    width: 26px;
    height: auto;
    fill: currentColor;
}

.btn-outline-warning:hover {
    background: #ffc107;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.aply-service {
    border: 1px solid #d3e5fe;
    padding: 4px 19px;
    border-radius: 27px;
    background: #d3e5fe;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
}
.aply-service:hover {
background: #125bc2;
color: #FFF;
}
/* Mobile responsive */
@media (max-width: 768px) {
    .table-topfil {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .table-topfil > div {
        width: 100%;
        justify-content: space-between;
    }

    .table-topfil label {
        width: 100%;
    }
}
.service-list-user ul li {

}
.yojna-search {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 20px;
}

.right-section{
display: flex;

}
.form-wrap {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 6px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border: 3px solid #094dc5;
}
.modern-textarea {
    width: 100%;
    min-height: 110px;
    padding: 14px 16px;
    font-size: 15px;
    font-family: "Inter", Arial, sans-serif;

    border-radius: 12px;
    border: 1px solid #8e8e8e;
    background: #fff;

    resize: vertical;
    transition: all 0.25s ease;
}

/* Focus state */
.modern-textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99,102,241,0.15);
}

/* Placeholder */
.modern-textarea::placeholder {
    color: #9ca3af;
    font-size: 14px;
}

/* Hover */
.modern-textarea:hover {
    border-color: #c7d2fe;
}

/* Disabled */
.modern-textarea:disabled {
    background: #f3f4f6;
    color: #9ca3af;
}
/* Parent wrapper */
.slect-office {
    margin-bottom: 22px;
}

/* Field box */
.slect-office .each-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Label */
.slect-office .control-label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

/* Required star */
.slect-office .control-label font {
    color: #ef4444;
    font-size: 16px;
}

/* Select */
.slect-office select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    height: 48px;
    padding: 0 44px 0 14px;
    font-size: 15px;
    font-family: "Inter", Arial, sans-serif;

    border-radius: 6px;
    border: 1.5px solid #e5e7eb;
    background-color: #fff;

    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;

    transition: all 0.25s ease;
}

/* Hover */
.slect-office select.form-control:hover {
    border-color: #c7d2fe;
}

/* Focus */
.slect-office select.form-control:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99,102,241,0.15);
}

/* Placeholder option */
.slect-office select.form-control option[value=""] {
    color: #9ca3af;
}

/* Validation label */
.slect-office #lable_distId {
    font-size: 12px;
    color: #ef4444;
    margin-top: 4px;
}
.select-ofce {
    background: #1351a8;
    padding: 7px 10px;
    color: #FFF;
    border-radius: 4px;
    margin-bottom: 7px;
}

/* Error (optional JS class) */
.modern-textarea.error {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239,68,68,0.15);
}
.pending-app .panel-heading {
    padding: 9px;
    background: #FFF !important;
    box-shadow: 0px 0px 5px 1px #e5e0e0;
    text-align: center;
    border: 0 !important;
    margin-bottom: 12px;
}
.avedk-buniadi {
    font-size: 21px;
    text-align: center;
}
.pending-app .panel-heading strong{

}
.flot-filed .form-floating{
margin-right: 10px;
}
.check-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: SakalBharati, Arial, sans-serif;
    font-size: 15px;
    color: #333;
}

/* Hide default checkbox */
.check-wrap input[type="checkbox"] {
    display: none;
}

/* Custom box */
.check-wrap label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

/* Box */
.check-wrap label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 24px;
    border: 2px solid #0d6efd;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}
.e-Authentication{
background: #0b4fc8;
    border-color: #084cc2;
}
/* Tick */
.check-wrap label::after {
    content: "";
    position: absolute;
        left: 8px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

/* Checked state */
.check-wrap input:checked + label::before {
    background: #0d6efd;
}

.check-wrap input:checked + label::after {
    transform: rotate(45deg) scale(1);
}

/* Hover effect */
.check-wrap label:hover::before {
    border-color: #084298;
}


.info-color {
   /* position: relative;
    top: 28px;*/
    font-size: 15px;
    font-weight: 700;
}
.info-color span{
margin-right: 9px;
}

.info-color span img{
    position: relative;
    top: -2px;
}
.pending-app .dataTables_filter label input {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    padding: 6px;
}

.pending-app table th {
    background: #DDEBFF !important;
    padding: 10px 3px;
    font-size: 15px;
    color: #2c2c2c;
}
.pending-app .panel-default{
border: none !important;

}

.card-pendding{
      box-shadow: 0px 0px 4px 0px #cccccca6;
      padding: 9px;
      border: 1px solid #f1ecec73;
      background: #FFF;

}

.login-date button {
   border: none;
   padding: 8px 20px;
   border-radius: 5px;
   font-weight: bold;
   cursor: pointer;
   background: #1351a8;
   color: #fff;
           }

.pending-app table tr td:nth-child(3) a {
    color: #1351A8;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid #1351A8;
    text-decoration: none;
}

.pending-app table tr td label {
    font-size: 15px;
    color: #1351A8;
}

.pending-app .panel-heading strong {
    font-size: 17px;
}
.pending-app td {
    padding: 8px 8px !important;
}
  /*
.pending-app table thead {
    border: 2px solid #1351A8;
}*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1351A8;
    border-color: #1351A8;
}
.pending-app table {
    border-collapse: separate;
    border-spacing: 0;
}
 .pending-app table{
    border: 2px solid #dbdbdb;
    border-radius: 4px;
}
select.righttd5{
    padding: 6px;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 4px;
}



.pending-app table.border-zero tbody tr td{
border-left: 0px;
border-right: 0px;
}

.pending-app table.border-zero tbody tr th{
border-left: 0px;
border-right: 0px;
}

.pending-app table.border-zero th {
    box-sizing: content-box;
    border: none;
    text-align: left;
}

.pending-app table.border-zero td {
    box-sizing: content-box;
    border: none;
    text-align: left;
}

.pending-app .dataTables_wrapper label select {
   width: 74px;
   display: inline-block;
   padding: 7px;
   border: 1px solid #ccc;
   border-radius: 4px;
}
.icns-c label{
background:#2569C9;
border-radius:50px;
width:50px;
height: 50px;
display: flex;
    align-items: center;
    justify-content: center;
}
.btn-submit .btn-success
     {
       background-color: #0f950f !important;
       border-color: #0f950f !important;
       background-image: inherit !important;
       font-size: 18px;
       padding: 10px 15px;
       min-width: 150px;

   }

   .btn-submit .btn-primary
        {
          background-color: #1351A8 !important;
          border-color: #1351A8 !important;
          background-image: inherit !important;
          font-size: 18px;
          padding: 11px 15px;
          min-width: 150px;

      }

      .my-srv {
           background: #FFF;
           box-shadow: rgb(229, 224, 224) 0px 0px 5px 1px;
           padding: 5px 15px;
           margin-bottom: 12px;
       }

      /**.new-tab ul li a{
  background: #1351A8 !important;

       }**/
        .ui-slider-tabs-list li a {

                border-radius: 50px !important;
                padding: 13px 23px !important;
                height: inherit !important;
                /* line-height: 22px; */
                margin-bottom: 10px;
                box-shadow: 3px 2px 3px #ccc;
                 font-size: 15px !important;
            }
.btn-u.btn-primary {
          color: #fff;
          background-color: #1351a8;
          border-color: #1351a8;
      }

      .btn-u.btn-success {
                color: #fff;
                background-color: #1351a8;
                border-color: #1351a8;
                    padding: 7px 10px;
                    font-size: 16px;
                    transition: 0.5s;
            }
            .btn-u.btn-success:hover {
                            color: #fff;
                            background-color: #0c5ed1;
                            border-color: #1351a8;
                              background: #0e54b7;

                        }
     .ui-slider-tabs-list li.selected a {
         cursor: default !important;
         color: #ffffff !important;
         background: #1351a8 !important;
         border-radius: 50px !important;
         padding: 13px 23px !important;
         height: inherit !important;
         /* line-height: 22px; */
         margin-bottom: 10px;
         box-shadow: 3px 2px 3px #ccc;

     }

       .ui-slider-tabs-list li.selected {
    border: none !important;
    background: none !important;
    height: inherit !important;
    padding: 0 !important;


       }

.ui-slider-tabs-list li {

    background: #DDEBFF !important;
    border: none !Important;
       cursor: default !important;
     border-radius: 50px !important;
     height: inherit !important;
     /* line-height: 22px; */
     margin-bottom: 10px;
     margin-right: 4px;

}

.ui-slider-tabs ul li {
    margin-right: 4px ! Important;
    margin-left: 4px;
}
.ui-slider-tabs-content-container {
    border: 5px solid #ffffff !important;
    /* height: 75vh !important; */
    border-radius: 6px;
    box-shadow: 1px 2px 3px #cccc !important;
}
.st-modal .table-striped>tbody>tr:nth-of-type(odd) {
             background-color: #FFF;
         }
.top-strip .main-content .panel-success .panel-heading{
    background-color: #1351A8 !important;
    padding: 10px;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
}
.top-strip .panel.panel-info>.panel-heading {
    background-color: #1351A8 !important;
    padding: 11px;
        color: #FFF;
        font-size: 16px;
        font-weight: 500;
}
.st-modal{

}

.cal-back{

}


.radio.ui-dr  label {
display: flex;
align-items: center;
}
.docu-upload{

margin: 0px;
font-size: 14px !important;
    line-height: 26px;
    font-weight: 500;
}
.document-format{


}

.instruction{

}
.up-head{
background: #E5E8F8;
}

.add-filen a {
    background: #08A906;
    color: #FFF !important;
    padding: 6px;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
}
.add-filen a:hover {
transition: 0.5s;
    background: #128b10;

}

.botm-bord{
    border-bottom: 1px solid #f3efef;
}
.up-head .form-group{
    padding-bottom: 3px;
    margin: 5px 0 0 0;
}

#docTable input{
    background: #f3f5ff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.download-icons a {
    color: #666666;
}
.download-icons {
    padding:5px;
}

#zoomId {
    text-align: center;
    width: 100%;
    float: left;
    padding: 5px;
    font-size: 15px;
}

.doc-card {
        display: inline-block;
        width: 100px;
        text-align: center;
        text-decoration: none;
        /* border: 1px solid #d1d1d1; */
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0 2px 7px rgb(0 0 0 / 21%);
        padding: 7px;
        transition: all 0.3s
        ease-in-out;
        color: #2b4c7e;
        font-family: 'Segoe UI', sans-serif;
}

.doc-title {
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 6px 5px;
      }

.shdw-box{
     box-shadow: 1px 2px 3px #ccc;
     border-radius: 4px;
 }

 h1.sidebar-heading a{
 color: #FFF !important;
 font-weight: 600;
 font-size: 16px;
}

.copyright-text{
background: #1351a8 !important;
}

.timer span{
font-size: 13px;
}
.st-modal .modal-header{
background: #1351A8;
}

.st-modal button.close{
color: #FFF !important;
opacity: inherit !important;
}

.st-modal .modal-footer button
 {
  background: #1351a8;
  color: #FFF;
  text-shadow: initial;
  border: none;
  padding: 8px 29px;
  font-size: 14px;
   }

/*****************************media query*****************************************/
.flex-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 12px;
}

/* Card */
.small-card {
    background: #FFF;
    box-shadow: 0px 1px 5px 1px #d9d9d9;
    border-radius: 4px;
    padding: 7px;
    display: flex;
    align-items: flex-end;
    min-height: 70px;
    justify-content: space-between;
}

/* Icon Circle */
.icon-c {
    font-size: 16px;
    padding: 3px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 2px;
}
.color-orang {
background: #FFD8B3;
color: #DC812B;
}
.color-green {
background: #00c0003b;
color: #00C000;
}
.color-pink {
background: #FFCDCF;
color: #EF5745;
}
.color-lightp {
background: #FFE3BD;
color: #EDA209;
}
.color-red {
background: #DCE3FF;
color: #0D21A5;
}
.color-blue {
background: #FDE0E8;
color: #DC0303;
}
.color-blight {
background: #DBFBFA;
color: #00BAB1;
}
.color-lightgreen {
background:#C5EADA;
color: #08A176;
}
.color-gren {
background: #e8fd85;
color: #8CB000;
}
.color-hena{
background: #0CE23E;
color: #00C000;
}
/* Text */
.quanti{
    margin-left: 3px;
}
.quanti p {
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0px 8px 0px;
}

.quanti h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1351a8;
}


/* ----------- MEDIA QUERIES ----------- */

@media (max-width: 1600px) and (min-width: 1281px) {

    .login-wrapper {
    width: 100%;
    max-width: 520px;
}
}

/* Large screens 1200px - 2000px */
@media (min-width: 1200px) {
    .flex-card {
        grid-template-columns: repeat(5, 1fr);
    }
}

.net-s .btn:hover{
color: #005edf;
}
.net-s .icon-block i{
font-size: 20px;
}

/* Medium screens 992px - 1199px */
@media (max-width: 1199px) and (min-width: 992px) {
    .flex-card {
        grid-template-columns: repeat(4, 1fr);
    }
    .radio-btn-css .radio-option {
        background: #1351a8;
        padding: 6px;
        margin-right: 5px;
        font-size: 16px !important;
        width: 105px !important;
        cursor: pointer;
    }
    .radio-flx h5 {
        margin-bottom: -10px;
        font-size: 17px;
    }
}

/* Tablets 768px - 991px */
@media (max-width: 991px) and (min-width: 768px) {
    .flex-card {
        grid-template-columns: repeat(3, 1fr);
    }
       .mobile-service .col-md-3 {
                width: 48%;
                margin: auto;
                padding: 0px;
            }

}
.dept-slider-wrapper .nav-btn{
    transition: 0.5s;
    background: #1351a8;
}
.dept-slider-wrapper .nav-btn:hover{

    background: #639acf;
}
.row.rank-rep .w-25-w{
width: 25% !important;
}
.senotp-text-mobile label{

}
.menual-serch {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.menual-serch input {
  width: 280px;
  padding: 8px 12px;
  border: 2px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.menual-serch input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 6px rgba(13,110,253,0.3);
}
.site-footer .g-4{

}

@media (min-width: 768px) and (max-width: 1024px) {
.map-bg .col-md-8{
        flex: 0 0 auto;
        width: 49.666667% !important;
    }
    .survey-port .row{
        display: block;
    }
    .stat-number {

    font-size: 28px !important;

}
.service-card .service-title {
    font-size: 23px !important;
}
.stat-label {
    font-size: 18px !important;
    font-weight: 600;
}
.youjan .form-control {

    height: 55px;
    font-size: 21px;
}
.filter-form label{
font-size: 24px;
}
.filter-group input {
    padding: 17px 17px !important;
    border: 1px solid #ccd5e1;
    border-radius: 6px;
    width: 246px !important;
    font-size: 24px;
}
    .btn-search {
    padding: 16px 26px !important;
    font-size: 20px !important;
}
.service-list-user ul li a {

    font-size: 25px !important;
}
    .filter-form {
        flex-direction: inherit !important;
        align-items: end !important;
    }
.youjan label {
    color: #000;
    font-size: 24px !important;
    margin-top: 13px !important;
}
    .youjna-filt .col{
        flex: inherit !important;
        width: 324px;
    }
    .survey-port .col-md-6{
        width: 100%;
    }
    .prot-start i {
    font-size: 49px !important;
}
.prot-start {
    height: 100px !important;
    width: 100px !important;
    font-size: 28px !important;
    top: -56px !important;

}
     .report-tabs .tab {
        width: 140px !important;
        height: 69px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
    .new-fild .col-md-8{
        flex: 0 0 auto;
        width: 58.66666667%;
    }
    .question label {

    font-size: 26px !important;
}
.multi-select input {

    height: 52px !important;
}
.rating-grid .label {
    font-size: 21px !important;

}
.rating-grid .star {
    font-size: 70px !important;

}
.trms-main .field-item strong {

        font-size: 35px !important;
    }
label.terms-hading {

    font-size: 32px !important;
}
    .trms-main p {
        font-size: 29px !important;
        line-height: 49px !important;
    }
.card-flex .card {

    display: block !important;

}
.total_registraction .left_part h1 {

    text-align: right;
}
.bg_trms h5 {
        font-size: 32px !important;
       top: 6px !important;
        padding: 19px !important;
    }
.wentwrong textarea {

    font-size: 21px !important;
}
.submit-btn {

    font-size: 31px !important;
}
.tag {

    font-size: 25px !important;
}
    .new-fild .col-md-4{
        flex: 0 0 auto;
        width: 41.333333%;
    }
    .new-fild {
    padding: 14px 2px !important;
}
.problem-basic {
    padding: 10px 7px !important;
}
   .map-bg .col-md-4 {
        flex: 0 0 auto;
        width: 50.33333333%;
    }
.navintam-services {
        min-height: 297px;
    }
    .navbar-toggler-icon {

    filter: invert(1) !important;
}
.navbar-expand-lg.bg-blue-l{
        padding: 0;
}

.banner-newtext {
    text-align: center;
    padding: 2px 6px !important;
}

.news-ticker .news-title:after {

    top: 4px !important;

    left: 65px !important;
}
.site-footer ul {
    padding: 2px 1px !important;
    list-style: none;
}
.forgot-wrapper .form-group label {

    font-size: 24px !important;

}
.forgot-wrapper {
    max-width: 616px !important;
}
.forgot-wrapper .form-group input, .forgot-wrapper .form-group select {
    width: 100%;
    padding: 26px 14px !important;
        font-size: 25px !important;
}
.send-otp-btn-pass {

    padding: 12px 24px !important;
    border-radius: 51px !important;
    font-size: 27px !important;

}

.submit-btn-for{
    font-size: 32px !important;
}
.login-form .otp-inputs .otp-box {

    height: 83px !important;
}

.login-illustration p {
    font-size: 32px !important;

}

.fortot-icons i {
    font-size: 64px !important;

    width: 100px  !important;
    height: 100px  !important;

}

.forgot-wrapper h2 {
    font-size: 40px !important;
    float: left;
    width: 100%;
}
.subtitle {
    font-size: 24px !important;
    float: left !important;
    width: 100% !important;
}

}




@media (max-width: 767px) and (min-width: 220px) {
.otp-inputs {
    display: block !important;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}
.tabset > label{
    font-size: 11px !important;
}
.dist-infr tr td:first-child {
   font-size: 16px !important;
}
.info-block-wrap .info-block:before {

    height: 57px !important;

}
.info-block-wrap .info-block p
 {
    font-size: 18px !important;
 }
.info-block-wrap .info-block h2{
    font-size: 23px !important;
}
.dist-infr h5, .dist-infr h4 {
font-size: 18px !important;
}
.aply-service {
    border: 1px solid #d3e5fe;
    padding: 5px 10px !important;

    font-size: 14px !important;
  width: 100px !important;
    color: #0565c9 !important;
}
.youjna-filt .col{
    flex: inherit !important;
}
.service-card {

    padding: 8px !important;
    height: 230px;

}
.report-tabs .tab
 {
        width: 120px !important;
        flex: inherit !important;
        padding: 6px 5px !important;
        margin-right: 2px !important;
                font-size: 13px !important;
    }
    .report-tabs {
    display: flex !important;
    gap: inherit;
    padding: 6px;
    flex-wrap: wrap  !important;
    width: 100%;
}
.table-responsive-custom .form-group label {
        margin-bottom: 5px !important;
        position: relative;
        top: 11px;
        left: -14px;
        margin-right: -4px !important;
    }
.flot-filed.d-flex{
    display: inherit !important;
}
.form-floating .form-control {
    border: 1px solid #8e8e8e;
    margin-bottom: 10px;
}
.form-wrap {
    padding: 14px;

}
.menual-serch {

    justify-content: center;

}
.timeline-card h4 {

    font-size: 17px !important;
}
.total_registraction .left_part img {
    max-width: 45px !important;
}
.total_registraction .left_part h1

 {

    font-size: 31px !important;

}
.whatsapp_area {

    margin-bottom: 25px !important;
}
.total_registraction .left_part {

    padding: 13px !important;

}
.total_registraction .right_part li {

    margin-bottom: 0px !important;
}
.site-footer p.small {
    color: #FFF;
    font-size: 14px;
}
.total_registraction .color_icon{
        margin-left: 11px !important;
}
.total_registraction .right_part {

    padding: 4px 13px !important;

}

.footer-border .small {

    font-size: 14px !important;
}
.site-footer ul {
    padding: 0px 13px !important;
}
.footer-border {

    padding: 7px !important;
}
.site-footer .col-md-4{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
    }
 .site-footer .col-md-2{
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
    }
    #footer ul li a {
    transition: .3s;
    font-size: 14px;
}
.service-card .service-icon {


    margin: auto !important;


}
.search-box {

    width: inherit !important;
}


.otp-label label{
width: 100%;
text-align: center;

}
.rating-grid .label {
    font-size: 13px !important;


}
.rating-grid {


    gap: 0px !important;
}
.rating-grid li {


    padding: 10px 0px !important;


}
.heading-about h1 {


    font-size: 20px !important;


}
.nerbysech-cent .form-label {

    margin-bottom: 7px;
    margin-top: 10px;
}
.partner-breadcrumb .breadcrumb {


    top: 10px !important;
    position: relative;
}
.title-area-left {
    position: relative;
    z-index: 2;
    top: 26px;
    /* font-size: 15px !important; */
}
    .stat-box {
        /* border: 1px solid #cadaff; */
    border-radius: 6px;
    box-shadow: 1px 1px 4px #bacfff;
    width: 47%;
    padding: 8px;
    }
.panel-subtitle {
    padding: 5px 11px !important;
    font-size: 15px !important;
}

.service-icon {

    margin-right: 4px !important;

}

.service-list span {
    font-size: 12px !important;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    width: 80% !important;
}
    .service-item, .service-list a {
        font-size: 11px !important;
        padding: 3px 4px !important;
    }
.map-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/opc.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    /* opacity: 0.1; */
    z-index: 0;
}
#mainNav ul li.nav-item  {
        border-bottom: 1px solid rgba(255,255,255,.2);
        width: 100%;
    }

.row.rank-rep .w-25-w{
width: 50% !important;
}

.login-card .nav-tabs .nav-link {
    padding: 5px 8px !important;
}
    .send-otp-btn {
        width: 100% !important;
        margin-bottom: 11px;
        padding: 8px 22px;
    }
   .banner-newtext h2
 {
    color: #FFF;
    font-size: 26px !important;
    font-weight: 700;
    margin-bottom: 11px !important;
}
.banner-newtext h5 {
    color: #FFF;
    font-size: 16px !important;
    line-height: 24px;
}
.banner-newtext {
    text-align: center;
    padding: 17px 18px !important;
}
.login-card {
  /* margin-right: 10px; */
    padding: 7px 6px !important;

}
.radio-toolbar label {

    padding: 4px 16px !important;
    font-size: 14px !important;
}
.radio-digilock img {
    width: 106px !important;
}
}

/* Mobile landscape 576px - 767px */
@media (max-width: 767px) and (min-width: 576px) {
    .flex-card {
        grid-template-columns: repeat(2, 1fr);
    }

         .mobile-service .col-md-3 {
             width: 46%;
             margin-bottom: 7px !important;
             padding: 0px;
             margin-right: 11px;
             margin: auto;
         }
         .service-grid {
             column-count: 2 !important;
         }
 .service-sl {
                 background: linear-gradient(1deg, rgb(69 147 255) 0%, rgba(255, 255, 255, 1) 48%, rgb(255 255 255) 100%);
                 color: #000;
                 padding: 3px 5px !important;
                 font-size: 9px !important;
                 margin-bottom: 4px !important;
             }
             .text-parrot-title {
                 position: relative;
                 left: 10px;
                 top: 7px;
                 font-size: 15px !important;
             }

.text-parrot-green {
        border-bottom: 35px solid #005edf !important;
        border-right: 63px solid transparent !important;
        }
            .slider-services {
                width: 236px !important;
                right: 74px ! Important;
            }
            .about-sevice {
                width: 52% !important;
                position: absolute;
                padding: 7px 23px !important;
            }
            .about-sevice h3 {
                font-size: 18px !Important;
            }
            .about-sevice p {
                font-weight: 600;
                line-height: 14px !Important;
                color: #1351a8;
                font-size: 12px !Important;
            }
}

@media (max-width: 1000px) and (min-width: 768px) {

    .text-parrot-title {
        font-size: 15px !important;
    }
    .text-parrot-green {
        border-bottom: 35px solid #005edf !important;
        border-right: 63px solid transparent !important;
    }


.text-parrot-green {

    max-width: 389px !important;

    }
    .service-sl {
            color: #000;
            padding: 3px 5px !important;
            font-size: 9px !important;
            margin-bottom: 4px !important;
        }
.slider-services
 {
    bottom: 0;
    position: absolute;
    z-index: 9;
    color: #000;
    right: -161px !important;
    top: 18px;
}

}

@media (max-width: 767px) and (min-width: 220px) {
.profi-pic {
     position: inherit !important;
    right: 0;
    top: 9px;
}
.dept-slider-wrapper {

    padding: 0px 40px !important;
}
.senotp-text {
    display: block !important;

}
    .service-stats {
        flex-direction: initial;
    }
.trms-main {
    padding: 6px !important;
}

}
 .mobile-otp-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* .mobile-input {
  width: 40px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #ddd;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
} */

.mobile-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13,110,253,0.4);
}
@media (max-width: 449px) and (min-width: 420px) {
.rounded-circle-logo {
    width: 42px !Important;
}
.navbar-toggler:hover {
    text-decoration: none;
    padding: 4px !important;
}
.senotp-text-mobile input
 {
    width: 25px !important;

}
.local .navbar-brand-title {
    color: #323232;
    font-size: 12px !Important;
}
.cmji-logo {
    width: 59px !Important;
    height: auto !Important;
}
.cm-info {
    color: #1a1a1a;
    font-size: 12px !Important;
}
.cg-cm {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 10px !Important;
}
}
@media (max-width: 420px) and (min-width: 220px) {

.tabset > label {
    display: inline-block;
    padding: 9px 12px !important;
    margin-right: 0px !important;
}
.rounded-circle-logo {
    width: 42px !Important;
}
.local .navbar-brand-title {
    color: #323232;
    font-size: 12px !Important;
}
.cmji-logo {
    width: 40px !Important;
    height: auto !Important;
}
.cm-info {
    color: #1a1a1a;
    font-size: 12px !Important;
}
.cg-cm {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 10px !Important;
}
}
@media (max-width: 700px) and (min-width: 576px) {

  .hero-image-wrapper {
    width: 100%;
    max-width: 410px !important;
    aspect-ratio: 1 / 1;
    margin: auto;
}
}
.min-scren button:focus:not(:focus-visible) {
    outline: 0;
    border: 1px solid #FFF !important;
    box-shadow: none !important;
}
.min-scren .navbar-toggler
 {
    border-color: rgba(0, 0, 0, 0.1);
    margin-left: 7px;
    margin-right: 6px;
}
@media (max-width: 764px) and (min-width: 576px) {
    .min-scren .navbar-toggler {
        padding-left: 4px !important;
        padding-right: 4px !important;
        background: #0565c9;
    }
}

@media (max-width: 400px) and (min-width: 220px) {
.login-card .senotp-text-mobile input {
    width: 24px !important;
    height: 28px !important;

}
}

/* Small mobile 480px - 575px */
@media (max-width: 575px) and (min-width: 220px) {
    .flex-card {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-breadcrumb {

    padding: 42px !important;

}

/* .senotp-text-mobile input {
    width: 26px !important;
    height: 30px !important;
} */
/* .sticky-top {
    position: -webkit-sticky;
    position: absolute;
    top: 0;
    z-index: 1020;
    position: absolute;
    z-index: 1020;
    left: 0;
    right: 0;
     width: 96%;
    padding: 0;
    margin: auto;
    margin-top: 96px;
    border-radius: 6px;
} */
nav.bg-blue-l{
padding: 0;
background: transparent;
}
#mainNav ul{
    background: #1351A8;
    margin-top: 10px;
    padding-top: 10px;
}

.min-scren .navbar-toggler {
    padding-left: 4px !important;
    padding-right: 4px !important;
    background: #0565c9;
}
.heading-service p {

    text-align: center !important;
}
.mr-c .form-check
 {
    display: block;
    min-height: 1.5rem;
    margin-bottom: .125rem;
    width: 133px !important;
        padding-left: 4px !important;
}
.mr-c.p-4{
    padding: 0px !important;
}
.new-fild .p-4.card{
     padding: 15px !important;
}
.main-sr {

    align-items: center;
    border-bottom: 1px solid #E9E9FF;
    padding-bottom: 13px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.panel.bg-logo {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px 8px !important;
    border-left: 3px solid #0d6efd !important;
}
.about-text p, .about-text ul li {
    font-size: 18px;
    line-height: 29px;
}
.cip-log {
    /* border: 1px solid #ccc; */
    height: 100px !important;
    width: 100px !important;

}
    .login-card .nav-tabs {

    margin: auto !important;

}
     .service-grid {
         column-count: 2 !important;
     }
     .new-fild {
    padding: 12px 3px !important;
}
  .hero-image-wrapper {
    width: 100%;
    max-width: 410px !important;
    aspect-ratio: 1 / 1;
    margin: auto;
}
     .service-grid {
    /* column-count: 3; */
    display: flex;
    flex-wrap: wrap;
    max-height: 242px;
    overflow-y: scroll !important;
    height: 101px;
}
.hero-wrap {
    height: 450px !important;
    overflow: hidden;
}
.radio-flx h5 {
    margin-bottom: 0px;
}
.radio-flx {
    justify-content: center;
    flex-wrap: wrap;

}
.service-sl {
    background: linear-gradient(1deg, rgb(69 147 255) 0%, rgba(255, 255, 255, 1) 48%, rgb(255 255 255) 100%);
    color: #000;
    padding: 3px 5px !important;
    font-size: 9px !important;
    margin-bottom: 4px !important;
}

    .text-parrot-title {
        top: -3px !important;
        font-size: 14px !important;
    }

.text-parrot-green {
    color: #ffffff;
    font-size: 26px;
    border-bottom: 22px solid #005edf !important;
    border-right: 59px solid transparent !important;
    height: 0;
    max-width: 504px;
    margin-left: 0px;
    margin-bottom: 8px !important;
    box-shadow: -4px 3px 5px #113497cc;
    border-radius: 2px;
}
.slider-services {

    top: 3px !Important;
}
.main-services a i {

    font-size: 13px !Important;

}
    .main-services {
        flex-wrap: wrap !important;
        margin-top: 10px !important;
            margin-bottom: 1px !important;
            justify-content: center !important;
    }


     .main-services a {
         width: 189px !important;
         float: left;
         margin-right: 6px;
         padding: 6px 2px !important;
         font-size: 13px !important;
         font-weight: normal !important;
         margin-bottom: 9px;
     }
    .mobile-service .col-md-3 {
        width: 48%;
        margin: auto;
        padding: 0px;
    }
    .service-number span {
        font-size: 16px !important;
        }
.service-number h3 {
    font-size: 14px !Important;

}
.csc-img {
    width: 42px !Important;
    height: 42px !Important;
    margin-right: 8px !Important;
}
.csc-img img{
width: 28px !important;
}
.radio-btn-css {

    margin-top: 3px !important;
}
.mt-2.p-2.service-item{
padding: 4px !Important;
}
.min-scren .gap-3 {
     gap: 0px !important;
     margin: 0;
           }

.right-section a {
       padding-right: 11px;
       margin-right: -5px;
       }

     .my-3.pb-4.bg-dipt-carousel {
         padding: 11px 6px 3px 7px;
     }
.bg-dipt-carousel h3.mb-4{
margin-bottom: 10px !Important;
}
.footerlogo ul{
    padding: 0px;
}
.digi-logo {
    width: 90px !important;
    height: 90px !important;
    border: 2px solid #0C60D6 !important;
    display: none !important;
}
.slider-services {
    width: 236px !important;
      right: 26px !Important;
}
.about-sevice {
    width: 41% !important;
    position: absolute;
    padding: 5px !important;
}
.about-sevice h3 {
    color: #1351a8;
    font-weight: 600;
    font-size: 14px !Important;
    margin: 0!important;
}
.about-sevice p {
    line-height: 10px !Important;
    font-size: 10px !Important;
}
.ser-list ul li a::before, .ser-list-b ul li a::before {
    width: 8px !Important;
    height: 8px !Important;

}
.ser-list ul li a, .ser-list-b ul li a {

    padding: 2px !important;
    font-size: 10px !important;
}
.ser-list ul li, .ser-list-b ul li {
    width: 116px !important;
   margin-bottom: 4px !Important;
   padding:0 !important;
}


   }

/* Extra small mobile below 480px */
@media (max-width: 479px) {
    .flex-card {
        grid-template-columns: repeat(1, 1fr);
    }
}



@media (max-width: 767px) and (min-width: 420px) {
.cmji-logo {
    width: 50px !important;
    height: inherit !important;
}

.cm-info {
    color: #1a1a1a;
    font-size: 15px !important;
}
.cg-cm {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 12px;
}
.rounded-circle-logo {
            width: 52px;
        margin-right: 5px;
}
.local .navbar-brand-title {
    color: #323232;
    font-size: 15px !important;
}

}

/***************sidemenu new ****************/

/* Sidebar container */


.sidebar ul li {
    margin: 5px 6px 5px 17px;
}

/* Sidebar links */
.sidebar ul li a {
    display: flex;
    align-items: center;
    padding: 12px 9px;
    font-size: 14px;
    color: #ffffffd1;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.25s ease;
    z-index: 9;
}

.sidebar ul li a:hover {
    background:#5065ab;

}

/* Icon */
.sidebar ul li a span.fa {
    font-size: 18px;
  /*  width: 28px;*/
    text-align: center;
    margin-left: 8px;
}

/* Hover Effect */
.sidebar ul li a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateX(4px);
}

/* Active link style */
.sidebar ul li.active a {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    font-weight: 600;
}

/* Scrollbar hide for clean UI */
.sidebar::-webkit-scrollbar {
    width: 0;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar {
   width: 275px;
     transition: width .1s ease-out;
    display: inline-block;
    z-index: 99;
    position: fixed;
    top: 0px;
    background: #405189;
    height: 100%;
}



.menuText {
    position: relative;
        left: 12px;
    opacity: 1;
    -moz-transition: opacity 0.6s 0.2s ease-out;
    -o-transition: opacity 0.6s 0.2s ease-out;
    -webkit-transition: opacity 0.6s 0.2s ease-out;
    transition: opacity 0.6s 0.2s ease-out;
    /*position: absolute;*/
}


.collapseToggle {
    text-align: right;
    padding: 10px 1px;
    cursor: pointer;
    color: #000000;
    font-size: 27px;
    margin-right: 27px;
}

#toggleIcon {
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}


.rotate {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.sidebar--Collapse {
    width: 75px;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    overflow: hidden;


}

.sidebar--Collapse .menuText {
        opacity: 0;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        position: absolute;
        z-index: -99999;
    }

.mainn {
    margin-left: 265px;
    transition: margin-left .1s ease-out;
    padding-top: 40px;
}

.main--slide {

    margin-left: 74px;
}
 .across-service{
    font-size: 15px;
    color: #FFF;
    position: inherit;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 600;
    border-bottom: 1px solid #FFF;
    padding: 12px;
    margin-bottom: 8px;
        margin-top: 8px;
}
.edist-nam h5  {
  font-size: 21px;
  font-weight: 600;
  color: #2e2e2e;
}
a.edist-nam  {
 text-decoration:none;
     display: flex;
     align-items: center;
}

.flexbox-side{
    width: 100%;
    /* background: #ccc; */
    text-align: center;
    margin-bottom: 24px;
    margin-top: 28px;
}

.flexbox-side img{
width: 53px !important;
    float: inherit;
    margin: auto !important;
}

.flexbox-side h5{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;

}

.row .custom-header  {
    background: rgb(255, 255, 255);
    box-shadow: rgb(237, 237, 237) 0px 2px 3px;
    padding: 6px 31px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    position: fixed;
    margin: 0 auto;
    -webkit-box-pack: justify;
    z-index: 9;
    width: 100%;
    top: 0px;
   transition: all .1s ease-out;
}
.edist-logo-sidebar{

}
.profi-pic{
position: fixed;
    right: 0;
    top: 9px;
}
.timer-logo {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #919191;
}
.navbar-right .dropdown-menu{
right: inherit !important;
}
.prof span{
    height: 35px;
    width: 35px;
    position: relative;
    float: left;
    border-radius: 50px;
    background: #e1e1e1cc;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: -7px;
    top: -5px;
}
.profi-pic .dropdown-menu{
min-width: 180px !important;
}
.flexbox{
    display: flex;
    justify-content: center;
}

.menuh{
    margin-right: 12px;
}

.profi-pic .dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: rgb(51, 51, 51);
    padding: 6px 10px !important;
    white-space: normal;
    transition: 0.5s;
}
.profi-pic .dropdown-menu > li > a:hover {

background: #405189;
color: #FFF !important;
}
.menuh span{
font-size: 15px;

}
.profi-pic .dropdown-menu .divider {
    height: 1px;
    margin: 0 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
 .profi-pic .dropdown-menu{
border: none;
 }

 .dropdown-menu a i{
margin-right: 7px;

 }

.version-d{
border: 1px solid #5065ab;
    background: #5065ab;
}

.logo-inside{
min-height: 113px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;

}

.sidebar--Collapse .menuTexta {
    opacity: 0;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s
ease-out;
    transition: opacity 0.3s
ease-out;
    position: absolute;
    z-index: -99999;
}

.menuTexta {
       position: inherit;
       min-height: 160px;
       float: left;
       width: 100%;
       display: flex;
       justify: center;
       align-items:center;
}
.menuTexta h5{
width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
    }
.logo-c{
display: flex;
justify-content: center;
align-items: center;
vertical-align: middle;
width:100%;
}
.areng-logo h5{
float: left;
    text-align: center;
}

.areng-logo {
width: 100%;
}

.prof b{
    font-weight: 500;
    text-transform: capitalize;
}

.main-sr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9FF;
    padding-bottom: 13px;
}
.main-sr img{
    margin-right: 12px;
}
.heading-service h2 {
    font-size: 21px;
    margin-bottom: 0 !important;
}
.heading-service p{
margin-bottom: 0px;
}
.problem-basic ul {
    list-style: none;
    padding: 0;
}
.problem-basic p {
    font-size: 16px;
    font-weight: 500;
}
.problem-basic col-md-6{
width: 100%:
}

#trackAppStatusBean .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 11px;
}

#trackAppStatusBean .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    padding:11px;
}
.mr-c b {
    margin-left: 6px;
    margin-top: 4px;
    float: left;
}
.card.mr-c{
border: none;
box-shadow: none;
}
.set-cpta {
    width: 140px;
    margin-right: 6px;
    top: -8px;
    position: relative;
    background: #000;
}
.capta-cs {
    text-align: center;
    display: flex;
    align-items: center;
}
.mr-c .input-group-text {
    background: #FFF;
    padding: 10px;
    height: 47px;
    border: 2px solid #838383;
    border-right: 0;
}

.nb-0 {
    border-left: none !important;
    padding-left: 1px;
    height: 48px;
}

.mr-c .input{
border-left: none !important;
border: 1px solid #ccc;
}
.mr-c h3 {
    padding: 4px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    background: #1351a8;
    border-radius: 50px;
    margin: auto;
    font-size: 21px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FFF;
    margin-bottom: 10px;
}
#choiceDiv span i {
    font-size: 19px;
    color: #747474;
}
.up-btn {
    background: #1351A8;
    border: none;
    padding: 13px;
    font-size: 19px;
}
.main-css .card {
    box-shadow: 3px 2px 8px #cccccc87 !Important;
}
#edistrictDiv span i{
      font-size: 19px;
          color: #2c2c2c;
      }
#choiceDiv .input-group{
margin-bottom: 14px !important;
}
.capta-cs i {
    position: relative;
    top: -3px;
    font-weight: 800;
}
.capta-cs{
text-align: center;
}
.help-icon i
 {
    border: 1px solid #ccc;
    padding: 7px 8px;
    border-radius: 50px;
    color: #1351a8;
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-right: 6px;
}
.problem-basic h5 {
    border-bottom: 1px solid #ccc;
    padding: 7px 1px;
    color: #1351a8;
}
.cp-cs {
          background: #f3f3f3;
          padding: 26px 24px;
          border-radius: 10px;
      }
.problem-basic {
    padding: 10px 22px;
}
#edistrictDiv .input-group{
      margin-bottom: 0px;
      }

     /* Wrapper spacing */
     .d-flex.gap-4.mb-3 {
         flex-wrap: wrap;
     }

     /* Hide default radio */
   .form-check-input-n {
         display: none;
     }

     /* Custom label as card */
     .form-check-label-n {
         cursor: pointer;
         padding: 10px 25px;
         border: 2px solid #cbd5e1;
         border-radius: 9px;
         font-size: 16px;
         font-weight: 600;
         color: #1f2937;
         background: #ffffff;
         display: inline-flex;
         align-items: center;
         gap: 8px;
         transition: all 0.25s
     ease;
         box-shadow: 0 12px 10px rgba(30, 64, 175, 0.35);
     }

     /* Hover effect */
     .form-check-label-n:hover {
         border-color: #2563eb;
         transform: translateY(-2px);
         box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
     }

     /* Checked state */
   .form-check-input-n:checked + .form-check-label-n {
       background: linear-gradient(135deg, #2563eb, #1e40af);
       border-color: #1e40af;
       color: #ffffff;
       box-shadow: 0 12px 24px rgba(30, 64, 175, 0.35);
   }

     /* Emphasis for styled letters */
     .form-check-label-n em,
     .form-check-label-n i {
         font-style: normal;
         color: #facc15;
     }

     /* Checked text highlight */
     .form-check-input-n:checked + .form-check-label-n em,
     .form-check-input-n:checked + .form-check-label-n i {
         color: #fde047;
     }
     @media (max-width: 576px) {
         .form-check-label-n {
             width: 100%;
             justify-content: center;
             font-size: 15px;
             padding: 12px;
         }
     }
#district-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 4px;
    padding: 0;
}
#district-list .list-group-item {
    padding: 0;
    background: transparent;
}
#district-list a.btn {
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #e5e7eb;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    color: #1f2937;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
#district-list a.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(37,99,235,0.15), transparent);
    transform: translateX(-100%);
    transition: 0.4s ease;
}

#district-list a.btn:hover::before {
    transform: translateX(100%);
}

#district-list a.btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
    border-color: #2563eb;
    color: #1d4ed8;
}
#district-list a.btn:focus,
#district-list a.btn:active {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
    border-color: #1e40af;
    box-shadow: 0 16px 30px rgba(30,64,175,0.35);
}
label.terms-hading {
    color: #07449b;
        margin-bottom: 22px;
        line-height: 1.6;
        padding: 14px 18px;
        background: #eef4ff;
        border-left: 4px solid #0d6efd;
        border-radius: 10px;
        font-size: 19px;
}
/***********about**************/
.partner-breadcrumb {
    background-image: url("../images/aboutedist.jpg");
    background-position: top center;
    height: auto;
    padding: 97px;
      overflow: hidden;
      position: relative;
}
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.partner-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 5%);
    z-index: 1;
}
.partner-breadcrumb .title-area-left * {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 99;
    text-align: center;
}
.partner-breadcrumb
 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#deptCarousel .carousel-inner i.text-primary{
color: #063d89 !important;
}
.partner-breadcrumb .breadcrumb {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 99;

}
.partner-breadcrumb .title-area-left * {
    color: #fff;
}



.dist-fnc li {
    padding: 0px;
    margin-right: 15px;
}
#myTab .nav-link {
    border: none;
    border-radius: 14px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    transition: all 0.25s
ease;
    position: relative;
    margin-right: 11px;
}
#EDistrictWebPageLinkDistrictWise {
    padding: 16px 22px !important;
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 16px;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08),
        0 4px 10px rgba(37, 99, 235, 0.15);
    position: relative;
    margin-bottom: 18px;
}
#EDistrictWebPageLinkDistrictWise::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 6px;
    background: linear-gradient(to bottom, #2563eb, #1e40af);
    border-radius: 6px;
}
#EDistrictWebPageLinkDistrictWise:hover {
    transform: translateY(-1px);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.12),
        0 6px 14px rgba(37, 99, 235, 0.25);
    transition: all 0.25s ease;
}
#myTab .nav-link:hover {
    background: #e0e7ff;
    color: #1d4ed8;
    transform: translateY(-2px);
}
#myTab .nav-link.active {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(30,64,175,0.35);
}
#myTab .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 4px;
    background: #2563eb;
    border-radius: 4px;
}
#myTabContent {
    margin-top: 2px;
    padding: 18px;
    background: #ffffff;
    border-radius: 16px;
   }
@media (max-width: 576px) {
    #myTab {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #myTab .nav-link {
        white-space: nowrap;
        padding: 8px 14px;
        font-size: 13px;
    }
}




.about-text {
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    line-height: 1.9;
    font-size: 15px;
    color: #334155;
}
.about-text ul {
    margin-top: 10px;
    padding-left: 20px;
}

.about-text ul li {
    margin-bottom: 10px;
    padding-left: 8px;
    position: relative;
    list-style: none;
}

.about-text ul li::before {
    content: "✔";
    position: absolute;
    left: -18px;
    color: #2563eb;
    font-size: 14px;
}
.about-text p, .about-text ul li {
    font-size: 18px;
    line-height: 33px;
}
.cip-log {

    /* border: 1px solid #ccc; */
    height: 170px;
    width: 170px;
    margin-right: 35px;
    border-radius: 200px;
    float: left;
     align-items: center;
    background: #FFF;
    padding: 15px;
      position: relative;
        display: flex;
        align-items: center;
}



.cip-log::before,
.cip-log::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px dashed #1351a8;
    animation: spin 25s linear infinite;
}

.cip-log::after {
    inset: -14px;
    border-style: solid;
    opacity: 0.4;
    animation-direction: reverse;
}



@keyframes spin {
    to { transform: rotate(360deg); }
}

/*
.heading-about h1{
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.heading-about h1:after,
.heading-about h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #1351a8;
  border-top: 1px solid #1351a8;
  height: 5px;
  background-color: #f8f8f8;
}*/
.sver-slis strong {
    font-size: 22px;
    /* border-bottom: 1px solid #ccc; */
    width: 100%;
    margin-bottom: 16px;
    float: left;
    padding: 7px 4px;
    color: #1351a8;
}
.aboout-nd {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    position: relative;
    padding-left: 14px;
}
.aboout-nd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 70%;
    width: 5px;
    background: linear-gradient(to bottom, #2563eb, #1e40af);
    border-radius: 6px;
}

.rounded-circ-about {

    margin: 0 14px 8px 0;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
a.external {
     color: #FFF;
     text-decoration: none;
 }

 a.external:hover {
     text-decoration: underline;
 }
 .heading-dist {
     padding: 16px 22px !important;
     font-size: 26px;
     font-weight: 800;
     color: #0f172a;
     background: linear-gradient(135deg, #ffffff, #f8fafc);
     border-radius: 16px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(37, 99, 235, 0.15);
     position: relative;
     margin-bottom: 18px;
     text-align: center;
 }
 .each-info .img-wrap {
   width: 70px;
   height: 70px;
   background: #1351a8;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;

 }
.stat-blue .img-wrap {
    background: linear-gradient(135deg, #1e5fd8, #4f8dfd);
    border: 5px solid #76afff;
}
 .stat-green .img-wrap {
   background: linear-gradient(135deg, #1b9e5a, #4fd18b);
    border: 5px solid #3bbd78;
 }

 .each-info .img-wrap img {
   width: 36px;
   height: 36px;
   filter: grayscale(100%) brightness(0) invert(1);
 }
.heading-dist::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 6px;
    background: linear-gradient(to bottom, #2563eb, #1e40af);
    border-radius: 6px;
}
.heading-about h1 {
    color: #FFF;
    font-size: 27px;
    margin-bottom: 16px;
    border-radius: 1px;
    background: #1351a8;
}
.new-fild .form-control {
    border-radius: 4px;
    height: 47px;
    margin-bottom: 14px;
    border: 2px solid #838383;
}
.new-fild .form-control:focus{
box-shadow: none;

}
.new-fild{
padding: 14px 46px;
}
.fil-s {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 7px;
    float: left;
    color: #ffffff;
    background: #1351a8;
    padding: 5px 8px;
    border-radius: 4px;
}
.new-fild label{
margin-bottom: 0px;
font-size: 17px;
}
.new-fild .form-select {
    border-radius: 4px;
    height: 47px;
    margin-bottom: 16px;
    border: 2px solid #838383;
}
.btn-cum {
    width: 250px;
    font-size: 19px;
    border-radius: 35px;
    padding: 11px;
    background: #1351A8;
    transition: 0.5s;
}
.btn-cum:hover {
    background: #083e8b;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(43, 108, 176, .35);
}


.nav-f-btn .nav-link.active {
    background: #1351a8;
    color: #FFF;
    box-shadow: 3px 5px 6px #a9a9a9;
}
.submit-rat {
    background: linear-gradient(135deg, #2b6cb0, #1e4fa3);
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
}

.submit-rat:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(43,108,176,.35);
}
.nav-f-btn button.nav-link {
    font-size: 19px;
    background: #FFF;
    color: #707070;
    border: 2px solid #1351a8 !important;
    border-radius: 29px;
    padding: 10px 61px;
    align-items: center;
    margin-top: 10px;
    margin-right: 8px;
}

.submit-new {
    font-size: 18px;
    background: #1351a8;
    padding: 4px 47px;
    border: 1px solid #1351a8;
}
.footer-heading-txt h5 {
    color: rgb(255, 255, 255);
    margin-bottom: 23px;
    text-align: center;
    border-radius: 1px;
    background: linear-gradient(135deg, #0d6efd, #07449b);
    padding: 14px 22px;
    border: none;
    font-weight: 600;
    border-radius: 14px;
    font-size: 22px;
}

.bg-logo {
    position: relative;
    z-index: 1;
}

/* Background image with opacity */
.bg-logo::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url("/resources/homenew/cg.png"); */
 background-repeat: no-repeat;
     background-position: center;
     background-size: 200px 200px;
     opacity: 0.10;
     z-index: -1;
 }

/* Main Header */
.trms-breadcrumb {
    position: relative;
    padding: 60px 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(135deg, #0b3c8c, #1f6fd6);
}

/* Soft overlay */
.trms-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.15), transparent 60%);
}

/* Decorative blur circle */
.trms-breadcrumb::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}


/* Main content wrapper */
.trms-main  {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    line-height: 1.8;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* Field container */
.trms-main .field-item {
    color: #333;
    font-size: 16px;
}

/* Section headings */
.trms-main .field-item strong {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #0b3c8c;
    position: relative;
    padding-left: 14px;
        background: #f7f7f7;
}

/* Accent bar before headings */
.trms-main .field-item strong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 25px;
    background: #ffd369;
    border-radius: 4px;
}

/* Paragraph styling */
.trms-main .field-item p {
    margin-bottom: 6px;
    color: #555;
    font-size: 18px;
        line-height: 28px;
}

/* List-like paragraphs spacing */
.trms-main .field-item p:not(:last-child) {
    padding-left: 10px;
}


/* Highlight note section */
.trms-main .field-item strong:contains("Note") + p {
    background: #f9fafc;
    padding: 14px 16px;
    border-left: 4px solid #1f6fd6;
    border-radius: 8px;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .trms-main .content {
        padding: 7px 5px;
    }
    .trms-main .field-item strong {
        font-size: 16.5px;
    }
    .trms-main .field-item p {
        font-size: 14.5px;
    }



}

@media (max-width: 768px) and (min-width: 220px) {

.trms-main .field-item strong {
    display: block;
    margin-top: 11px !important;
    margin-bottom: 8px !important;
    }
    .trms-breadcrumb {
            padding: 8px 12px !important;
        }
}
/* Title wrapper */
.title-area-left {
    position: relative;
    z-index: 2;
}

/* Heading */
.bg_trms h5 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    margin: 0;
    text-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Underline accent */
.bg_trms h5::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 4px;
    background: #ffd369;
}

/* Responsive */
@media (max-width: 768px) {
    .trms-breadcrumb {
        padding: 50px 15px;
    }
        .bg_trms h5 {
        font-size: 20px;
        position: relative;
        top: -12px;
    }
    .stat-head span {
    font-size: 16px !important;
}
.site-footer.pt-5{
padding-top: 19px !important;
}

.stats-wrap {

    padding: 9px !important;
}
.stat-body {
    min-height: 100px !important;
}
.stat-body h4 {
    font-size: 23px !important;
}
}

.finger-move {
    font-size: 18px;
    display: inline-block;
    animation: moveRight 1s infinite ease-in-out;
    color: #1351a8;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.link-xtern {
    background: #1351a8;
    margin-top: 14px;
    padding: 15px;
    box-shadow: 0px 2px 6px #ccc;
    width: 100%;
    font-size: 18px;
   transition-duration: 0.4s;
    color: #FFF;
}
.nirdesh {
    background: #1351a8;
    color: #FFF !important;
    padding: 7px 9px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.quest-tp i {
    font-size: 24px;
    margin-right: 5px;
}
.link-xtern:hover {
    background: #0061e9;
    color: #FFF;
}

.vb {
    transform: rotate(90deg);
    width: 22px;
    height: 2px;
    position: relative;
    top: 0px;
    left: 18px;
    /* background: #ccc; */
    float: left;
}
.trms-main  p {
    margin-bottom: 6px;
    color: #555;
    font-size: 18px;
}
.vb i {
    font-size: 20px;
    float: left;
    background: #bed2ef;
    padding: 2px 9px;
    border-radius: 50px;
    color: #1351a8;
}
.bg-logo strong{

}
.card-flex .card {
    margin-bottom: 15px;
    box-shadow: 0 10px 8px rgb(0 0 0 / 12%);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    min-height: 155px;
    background: #FFF;
}
.card-flex .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #198754);
}
.info-block-wrap{
    background: #FFF;
    padding: 20px;
    margin-bottom:30px;
}
.card-flex svg {
    width: 90px;
    height: 90px;
    margin: 12px auto 6px;
    color: #0d6efd;
    background: #eef4ff;
    padding: 14px;
    border-radius: 50%;
}

.card-flex .card-body {
    padding: 2px;
}
.card-flex h5.card-title {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 7px;
    color: #002150;
    border-bottom: 1px solid #e1e1e1;
    padding: 3px;
}

.dist-info-wrap .bg-success {
                    background-color: rgb(19 81 168) !important;
                }

/* Role Cards Container */
#roleCards .col-md-3 {
    margin-bottom: 20px;
}

/* Card base */
#roleCards .card {
    border: none;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 8px 6px rgb(0 0 0 / 13%) !important;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.shadow-radius{
    border-radius: 42px 45px 0px 0px !important;
    padding: 11px !important;
}

/* Gradient top strip */
#roleCards .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #20c997);
}

/* Hover animation */
#roleCards .card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Card body spacing */
#roleCards .card-body {
    padding: 15px 5px;
}

/* Icon styling */
#roleCards .card-icon {
    font-size: 37px;
    margin-bottom: 14px;
    padding: 12px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e3f2fd, #f1f8ff);
    color: #0d6efd;
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.15);
}
.box-sd-w {
    background: #FFF;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 9px;
}
/* Role title */
#roleCards .role-title {
    font-size: 19px;
    font-weight: 700;
    color: #344767;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

/* Number counter */
#roleCards .number_count {
    font-size: 30px;
    font-weight: 800;
    color: #0d6efd;
    margin: 0;
}

/* Color variations using existing icon colors */
#roleCards .text-success + .role-title,
#roleCards .text-success ~ .number_count {
    color: #198754;
}

#roleCards .text-warning + .role-title,
#roleCards .text-warning ~ .number_count {
    color: #fd7e14;
}


/* Responsive tweaks */
@media (max-width: 768px) {
    #roleCards .number_count {
        font-size: 28px;
    }
    #roleCards .card-icon {
        font-size: 34px;
        padding: 14px;
    }
}

.info-block-wrap .info-block {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 28%) !important;
    border: 1px solid #ededed !important;

}
.side-bgbar{
background:#FFF;
}
.info-block-wrap .info-block p {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    margin: 0;
    transition: 0.5s
ease-in-out;
    border-top: 1.7px solid #e5e4e4;
    padding: 6px;
    text-align: center;
}
.common-box-style {
    width: 100%;
    background: #ffffff !important;
    border-radius: 6px;
}
.dist-info-wrap .each-info{
 margin-top: 10px;
}
.stat-blue {
  border-left: 6px solid #1e5fd8;
}
.stat-green {
  border-left: 6px solid #1b9e5a;
}
.table-tr tbody tr td:first-child {
    background-color: #f5f7fa;
    font-weight: 500;
    padding: 4px 7px;
    border-radius: 6px;
    line-height: 27px;
}
.news-card ul li .fw-normal{
font-weight: 500 !important;
}

/* ===== Main Menu Links ===== */
.menu-color .nav-link,
.menu-color .dropdown-toggle {
    color: #ffffff;
    font-weight: 500;
    padding: 3px 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

/* ===== Hover Effect ===== */
.menu-color .nav-link:hover,
.menu-color .dropdown-toggle:hover {
    color: #9dc4ff; /* Bootstrap Primary */
    background-color: rgba(13, 110, 253, 0.1);
}

/* ===== Active Menu ===== */
.menu-color .nav-link.active,
.menu-color .nav-link[aria-current="page"] {
    color: #fff !important;
    background-color: #0d6efd;
    font-weight: 600;
}

/* ===== Underline Animation (Optional) ===== */
.menu-color .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 0;
    height: 2px;
    background-color: #0d6efd;
    transition: all 0.3s ease;
}

.menu-color .nav-link:hover::after {
    width: 70%;
    left: 15%;
}

/* ===== Dropdown Menu ===== */
.menu-color .dropdown-menu {
    border-radius: 8px;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Dropdown Items Hover */
.menu-color .dropdown-item {
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.menu-color .dropdown-item:hover {
    background-color: #0d6efd;
    color: #fff;
}

/* ===== Dropdown on Hover (Desktop) ===== */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

}
@media (max-width: 1278px) and (min-width: 1000px) {

.main-services a {

    margin-right: 6px;
    padding: 9px 4px !important;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 8px;
}
.service-number h3 {
    font-size: 14px !important;
    margin: 0;
}
.service-number span {
    font-size: 19px !important;
}
.main-services {

    flex-wrap: wrap !important;

}

    .main-services a i {
        font-size: 15px !important;
    }
    .main-services {

        flex-wrap: wrap;

    }
}

.menu-color .nav-link.active {
    background-color: #0d6efd;
    color: #fff !important;
    border-radius: 6px;
}
.text-parrot-green {
    color: #ffffff;
    font-size: 20px;
    border-bottom: 27px solid #005edf;
    border-right: 64px solid transparent;
    height: 0;
    max-width: 513px;
    margin-left: 0px;
    margin-bottom: 9px;
    box-shadow: -4px 3px 5px #113497cc;
    border-radius: 2px;
}
  .text-parrot-title {
      position: relative;
      left: 10px;
      top: 0px;
      font-size: 15px;
  }
.slider-tsn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 600px;
}
/* Slider container */
.service-slider {
    background: #1656b7;
    padding: 20px;
}

/* Grid layout */
.service-grid {
    /* column-count: 3; */
    display: flex;
    flex-wrap: wrap;
    max-height: 242px;
    overflow-y: auto;
}

/* Individual item */
.service-sl {
    background: #FFF;
    color: #000;
    padding: 3px 6px;
    border-radius: 1px 10px 1px 9px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    /* gap: 3px; */
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    margin-bottom: 8px;
    /* min-width: 131px; */
    box-shadow: 3px 3px 7px #00000082;
    margin-right: 5px;
}

/* Blue dot */
.service-sl::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1656b7;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    left: -1px;
}

/* Hover effect */
.service-sl:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    color: #0b65e4;
}

button:hover {
    background: #0056b3;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.hero-wrap {
    background: radial-gradient(circle, #1069e6 1px, #154a94 1px);
    background-color: #1351a8;
    background-size: 35px 33px;
}
.news-ticker {
        background: rgb(192 220 255);
    /* border-bottom: 1px solid #dc2626; */
    padding: 0px 0;
}
.login-card button:hover {
    background: linear-gradient(135deg, #0a9714, #0fda1d);
}

.news-ticker .news-title {
    background: #e8025e;
    color: #fff;
    padding: 6px 22px;
    flex: 0 0 0;
    z-index: 9;
    font-size: 18px;
    position: relative;
    font-weight: 600;
}
.news-ticker .news-title:after {
    content: "";
    position: absolute;
    top: 2px;
    border-left: 20px solid #e8025e;
    border-top: 17px solid transparent;
    border-bottom: 15px solid transparent;
    left: 75px;
}
/* .ticker-text {
    white-space: nowrap;
    animation: ticker 30s linear infinite;
    display: inline-block;
    padding-left: 100%;
} */
.news-ticker ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}
/* .news-ticker li {
    display: inline-block;
    margin: 0;
    padding: 0;
} */
/* ---------------- MOBILE MENU FIX ---------------- */
@media (max-width: 991px) {

    /* Main navbar container */
      #mainNav {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        /* height: calc(100vh - 64px); */
        background: #1351a8;
        z-index: 1050;
        overflow-y: auto;
        /* padding: 10px 0; */
        margin: auto;
        right: 0;
        /* border-radius: 10px; */
        border: 1px solid #FFF;
    }

    /* hide by default */
    #mainNav.collapse {
        display: none;
    }


    /* show when open */
    #mainNav.collapse.show {
        display: block;
    }

    /* vertical menu */
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 12px 16px;
        color: #fff !important;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        background: rgba(255,255,255,.15);
    }
}

.ticker-text {
    white-space: nowrap;
    animation: ticker 30s linear infinite;
    display: inline-block;
    padding-left: 100%;
}
        /* Hover animation pause */
        .ticker-text:hover {
            animation-play-state: paused;
            cursor: pointer;
        }
        @keyframes ticker {
            0%   { transform: translateX(0%); }
            100% { transform: translateX(-100%); }
        }
        .news-ticker .container {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 0px;
            overflow: hidden;
        }

        .news-ticker ul {
            padding: 0;
            margin: 0;
            list-style: none;
            white-space: nowrap;
        }

        .news-ticker li {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #212529;
    font-weight: 500;
        }
/* ===== COLOR THEMES ===== */
.col-pin{
  background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.col-green{
  background: linear-gradient(135deg, #11998e, #38ef7d);
}

.col-lgm{
  background: linear-gradient(135deg, #ff8008, #ffc837);
}

.col-gul{
  background: linear-gradient(135deg, #da2cfd, #790aa6);
}
.table-responsive-custom .form-control:focus{
box-shadow: none;
    border: 1px solid #2b70e9;
}
.main-services a i {
    margin-left: 6px;
    margin-right: 8px;
    font-size: 21px;
    position: relative;
    top: 1px;
  transition: transform .35s ease;
}

.service-number {
    display: flex;
    align-items: center;
    /* border: 1px solid #EDEDED; */
    border-radius: 4px;
    padding: 11px;
    box-shadow: 1px 2px 7px #d3ccccad;
}
.service-number h3 {
    font-size: 17px;
    margin: 0;
}


.csc-img {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    box-shadow: 0px 1px 6px #cccc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.padin-right {
    padding: 9px 10px;
}
.dept-slider {

  padding: 11px 0;
  overflow: hidden;
}

/* ================= CAROUSEL ITEM ================= */
.dept-slider .carousel-item {
  padding: 20px 0;
}

.dept-slider .row {
  display: flex;
  justify-content: center;
}
.dept-card {
  background: #fff;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transition: all 0.3s ease;
}
.dept-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,.15);
}
.dept-card img {
  max-width: 90px;
  max-height: 90px;
  object-fit: contain;
}

    .dept-logo {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .count-badge {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #ff7043;
        color: white;
        font-size: 0.75rem;
        padding: 6px 10px;
        border-radius: 50%;
        font-weight: bold;
    }

   #deptCarousel button:hover {
        background: #00000029;
    }
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
    .carousel-item .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    /* Skeleton Loader */
    .skeleton {
        position: relative;
        overflow: hidden;
        background-color: #e2e5e7;
    }
    .skeleton::after {
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 100%;
        width: 150px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
        animation: shimmer 1.5s infinite;
    }
    @keyframes shimmer {
        100% {
            transform: translateX(100%);
        }
    }
    .skeleton-text {
        height: 16px;
        margin-top: 10px;
        border-radius: 4px;
    }


.bulletCustom::before {
    content: "✔";
    color: green;
    font-weight: bold;
    margin-right: 8px;
}

.footerlogo img {
    max-width: 100%;
}
#footer ul li a:hover{
    transform: translate(8px);
    display: block;
}
#footer ul li a{
   transition: .3s;
}

.service-grid a {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    white-space: break-spaces;
}
.main-services a:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.main-services a:hover i{
  transform: scale(1.15) rotate(-5deg);
}
.site-footer ul {
    padding: 2px 15px;
}

.radio-group {
    display: flex;
    gap: 10px;
    /* background: #f4f6f8; */
    padding: 1px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 8px;
}
.otmps{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.otmps button {
    border: 1px solid #1351a8;
    background: #1351a8;
    color: #FFF;
    width: 118px;
    padding: 6px;
    border-radius: 6px;
    margin-left: 11px;
    font-size: 14px;
    transition: 0.5s;
}
.otmps button:hover {
border: 1px solid #FFF;
    background: #104895;
}

.login-card input:focus {
    border-color: #28a193;
    box-shadow: 0 0 0 2px #0d948833;
    border-right-width: 1px;
    outline: 0;
    border: 1px solid #28a193;
    transition: all .3s;
}
.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
    padding: 3px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #000000;
    background: transparent;
    transition: all 0.3s ease;
    user-select: none;
    border: 1px solid #0d9488;
}

/* Active radio */
.radio-group input[type="radio"]:checked + label {
    background: #0d9488 !important;
    color: #ffffff;
}

/* Hover */
.radio-group label:hover {
  background:#21a595;
}

/* Mobile friendly */
@media (max-width: 480px) {
  .radio-group label {
    padding: 6px 14px;
    font-size: 14px;
  }
}

.login-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}


.login-card ul li{
margin-bottom: 8px;

}

.forgatps {
    color: #1d1d1d !important;
    font-size: 14px;
}
.new-rg{
    color: #131313 !important;
    transition: 0.5s;

}
.new-rg:hover {
color: #0b9b4d !important;
}

.user-pass-s {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 3px 3px;
    transition: 0.5s;
}

.forgatps:hover {
color: #0b9b4d !important;
}
.news-ticker .forgatps{

    color: #130d0d !important;
    font-size: 14px;

}
.new-rg-line {
    border-bottom: 1.25px solid #b5c6de;
    position: relative;
    top: -8px;
    width: 100%;
    left: 0px;
      right: 0px;
}
.digit-text {
    margin: 0;
    font-size: 11px;
    color: #b7b7b7;
    text-align: center;
    position: relative;
    top: 6px;
}


.contact-text {
    text-align: center;
    margin-bottom: 20px;
}
.contact-text h4 {
    font-size: 17px;
    margin-bottom: 0;
    color: #696969;
    font-weight: 500;
}
.contact-text h2 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 6px;
}
.contact-text span {
    border: 1px solid #1351a8;
    padding: 10px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin: auto;
    text-align: center;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    background: #1351a8;
    color: #FFF;
}
.contact-text span i {
    font-size: 21px;
}


.radio-digilock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}
.radio-digilock a {
    background: #FFF;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #5230e4;
}
.radio-digilock img {
    width: 132px;
}
.radio-digilock .form-group
 {
    margin: 0px;
    width: 100%;
    margin-right: 10px;
}
/* Language Select */
.login-card .language-select {
  width: 250px;
  padding: 6px 36px 6px 11px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;

  transition: border-color 0.2s, box-shadow 0.2s;
}

/* Hover */
.login-card .language-select:hover {
  border-color: #40a9ff;
}

/* Focus */
.login-card .language-select:focus {
  outline: none;
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

/* Disabled (optional) */
.login-card .language-select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}


.login-card .nav-tabs {
  border-bottom: 0px solid #e6e6e6;
  gap: 6px;
}

/* Each tab */
.login-card .nav-tabs .nav-link {
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #0b0b0b;
  background: transparent;
  position: relative;
  transition: all 0.3s ease;
}

/* Hover effect */
.login-card .nav-tabs .nav-link:hover {
  color: #0a4fc7;
  background-color: #f5faff;
}

/* Active tab */
.login-card .nav-tabs .nav-link.active {
    color: #0d54d1;
    background-color: #c5e1ff;
    font-weight: 600;
}


/* Bottom border indicator */
.login-card .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -2px;
  height: 3px;
  /* background-color: #0d6efd; */
  border-radius: 4px;
}

/* Focus fix */
.login-card .nav-tabs .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.login-card .nav-tabs .nav-link {
  border-radius: 30px;
}
.login-card .nav-tabs {
  justify-content: center;
}
.login-card .nav-tabs .nav-link.active::after {
  /* background-color: #084298; */
}
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #FFF;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #bec0c1;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 24px;
    cursor: pointer;
    color: #1d1d1d;
}



.radio-toolbar label:hover {
    background-color: #ff7e008f;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #444;
}

.radio-toolbar input[type="radio"]:checked + label {
   background-color: #d39c17;
    border-color: #d39c17;
    color: #FFF;
}

.otp-container {
  text-align: center;
  max-width: 360px;
  margin: auto;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.otp-box {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  border: 2px solid #ced4da;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  outline: none;
  transition: all 0.25s ease;
}

.otp-box:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13,110,253,0.25);
}

/* SEND OTP BUTTON */
.send-otp-btn {
    background: linear-gradient(135deg, #0fda1d, #0a9714);
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #0a9714;
    transition: all 0.3s ease;
    width: 170px;
}

.login-card .senotp-text-mobile input {
    width: 33px;
    height: 35px;
    padding: 2px 3px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
     font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.mobile-otp-container {
    display: flex !important;
    gap: 1px !important;
    flex-wrap: wrap !important;
        justify-content: center;
}
.send-otp-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.4);
    border: 1px solid #ccc;
}

/* MOBILE */
@media (max-width: 576px) {
  .otp-box {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.login-card .otp-container .otp-inputs input {
    width: 40px;
    height: 36px;
    padding: 4px 7px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
}

.senotp-text {
    display: block;
    align-items: center;
    justify-content: space-between;
}
.login-card .senotp-text input {
    width: 100%;
    padding: 6px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
}
.senotp-text .send-otp-btn{
    padding: 8px 12px;
}

.team-heading h3 {
    color: #1351a8;
    border-bottom: 2px solid #1351a8;
    padding: 7px 1px;
    font-size: 25px;
    font-weight: 600;
}
.team-heading .trms-main {

    box-shadow: 0 10px 30px rgb(0 0 0 / 18%);

}

.hidden {
  display: none;
}
.issue-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 21px;
    /* margin-top: 10px; */
}
.prot-start {
    height: 60px;
    width: 60px;
    border: 1px solid #e2eeff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 33px;
    color: #0c53ce;
    padding: 12px;
    margin: auto;
    margin-bottom: 25px;
    position: absolute;
    top: -28px;
    background: #e0edff;
    left: 0;
    right: 0;
}
.rating-bg{
       background: linear-gradient(160deg, #1351a8, #1351a8);
}
.bg-form{
    background: #0647b9;
    padding: 10px;
    border-radius: 6px;
}
.prot-start i{
font-size: 27px;
}
.tag {
  background: #f5f7fa;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #dcdfe3;
  cursor: pointer;
  font-size: 14px;
  transition: 0.25s;
}

.tag:hover {
  background: #eef2f7;
}

/* ✅ SELECTED */
.tag.selected {
    background: #1351a8;
    color: #fff;
    border-color: #1351a8;
}

.wentwrong textarea {
  width: 100%;
  min-height: 90px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.statics-tabs{
 margin: auto;
    display: flex;
    justify-content: center;
}
.service-header {
    background: #fff;
    border-bottom: 6px solid #c71821;
    padding: 7px 2px;
    display: flex;
    align-items: center;
}
.service-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    line-height: 21px;
}
.service-title h4{
    margin-bottom: 1px;
}
.rounded-circle-logo-lsk {
    width: 63px;
    margin-right: 9px;
}
.infonic-doc {
    padding: 0px 14px;
    font-size: 18px;
    color: #f3f3f3;
    width: 317px;
    font-weight: 500;
    background: none;
    padding: 6px 26px;
    border-radius: 50px;
    background: #1351a8;
    position: relative;
    top: 10px;
    margin: auto;
    text-align: center;
}

.main-info-b {
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin: 0px 0px 15px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.main-boxtag {

    margin: auto;
}
.no-border {
    border: 1px solid #FFF;
}
.see-form {
    border: 1.2px dashed #1351a8;
    color: #1351a8;
    padding: 4px 21px;
    font-size: 15px;
    transition: 0.5s;
}
.see-form:hover {
    background: #1351a8;
}
.login-fee {
    background: #0b9616;
    padding: 6px 19px;
    font-size: 15px;
}


/**********landing*******/

.login-wrapper {
  width: 100%;
  /* max-width: 520px; */
}

.login-card {
    background: #ffffffb5;
    border-radius: 12px;
    padding: 6px 9px;
    box-shadow: -1px 1px 21px #0000005c;
    /* border: 2px solid #0a97148a; */
}
/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #72b183;
    margin-bottom: 14px;
}
.pdf-icns{
    font-size: 26px;
    color: #d61717;
}

.tab {
  flex: 1;
  padding: 12px;
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  color: #333;
}

.tab.active {
  color: #0b9b8a;
  border-bottom: 3px solid #0b9b8a;
}

/* Head */
h2 {
  margin-bottom: 20px;
  color: #1c2b4a;
}

/* Form */

.login-card input
 {
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #0b9b4d;
    border-radius: 6px;
    font-size: 14px;
}

/* Password */
.password-group {
  position: relative;
}

.eye {
  position: absolute;
  right: 14px;
  top: 33px;
  cursor: pointer;
  opacity: 0.6;
}

/* Captcha */
.captcha-row {
  /* display: flex; */
  align-items: center;
  gap: 10px;
  margin: 9px 0;
}

.captcha-img {
  width: 140px;
  height: 48px;
  background: repeating-linear-gradient(
    45deg,
    #ff0055,
    #ff0055 5px,
    #00c2ff 5px,
    #00c2ff 10px
  );
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  border-radius: 6px;
}

.refresh {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 14px;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: none !important;
    border-top-left-radius:  none !important;
    border-top-right-radius:  none !important;
}

/* Button */
.login-btn {
    width: 100%;
    background: #0b9b4d;
    border: none;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    border-radius: 8px;
    cursor: pointer;
}

.login-btn:hover {
  background: #04833e;
}

.login-tab button {
    font-size: 15px;
    padding: 2px;
}

.cp-cs {
    background: #f3f3f3;
    padding: 6px 9px;
    border-radius: 10px;
    width: 100%;
}
.send-otp-btn-pass {
    background: linear-gradient(135deg, #0fda1d, #0a9714);
    color: #fff;
    border: none;
    padding: 11px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #0a9714;
    transition: all 0.5s ease;
    margin: auto;
}
.send-otp-btn-pass:hover {
 background: linear-gradient(135deg, #0a9714, #0fda1d);
}
.language-select {
    width: 100%;
    padding: 6px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 15px;
    background: #ffffffb8;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: inherit !important;
    border-color: none !important;
}
.capta-cs i {
    position: relative;
    top: 3px;
    font-weight: 800;
    color: #1351a8 !important;
}

/* slider new css */
/* Base carousel height */
.hero-wrap {
  height: 630px;
  overflow: hidden;
}
@media (min-width: 1400px) {

  .hero-wrap {
  height: 700px;
  overflow: hidden;
}
}
/* Tablet */

/* Mobile */

.hero-wrap .carousel-inner,
.hero-wrap .carousel-item {
  height: 100%;
}
.hero-slide {
  height: 100%;
  object-fit: cover;   /* fills without distortion */
}
.hero-wrap .carousel-item .row {
  height: 100%;
}

/* .hero-wrap .service-grid {
  max-height: 180px;
  overflow-y: auto;
} */
.hero-wrapper {
  width: 100%;
  height: 100vh;              /* Full screen */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #144b99;  /* fallback color */
}

.hero-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;        /* IMPORTANT */
}
@media (max-width: 768px) {
  .hero-wrapper {
    height: 60vh;
  }
}

@media (max-width: 576px) {
  .hero-wrapper {
    height: 50vh;
  }
}
.hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1 / 1;
    margin: auto;
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.hero-section {
  display: flex;
  align-items: center;
  gap: 3vw;  /* zoom friendly */
}

.hero-title {
  font-size: clamp(22px, 2.5vw, 40px);
}

.hero-subtitle {
  font-size: clamp(14px, 1.5vw, 20px);
}
.banner-newtext {
    text-align: center;
    padding: 2px 71px;
}
.banner-newtext h2 {
    color: #1351a8;
    font-size: 50px;
    font-weight: 700;
}
.banner-newtext h5 {
    color: #1351a8;
    font-size: 22px;
    line-height: 28px;
        font-weight: 600;
}
.main-services {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 10px;
}
.map-bg {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.map-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/opc.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    /* opacity: 0.1;             */
    z-index: 0;
}

/* content above background */
.map-bg > * {
    position: relative;
    z-index: 1;
}
.main-services a {
    width: 280px;
    float: left;
    margin-right: 14px;
  border-radius: 8px;
    padding: 15px 12px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
        box-shadow: 0px 4px 6px #3e3e3e8f;
          overflow: hidden;
  transition: all .35s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

 .dept-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 40px;
}
.contact-text a {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 6px;
    color: #1c2b4a;
}

.dept-track {
  display: flex;
  transition: transform 0.4s ease;
}

/* CARD */
.dept-item {
  flex: 0 0 auto;
  width: 20%;
  text-align: center;
}

.dept-item p {
  margin-top: 12px;
  font-weight: 600;
}

/* NAV BUTTONS */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #094cc2;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.prev { left: 5px; }
.next { right: 5px; }

/* 📱 MOBILE → 1 SLIDE */
@media (max-width: 576px) {
  .dept-item { width: 100%; }
}

@media (min-width: 1281px) and (max-width:1600px) {

.main-services a {
    width: 331px;
    padding: 19px 12px;
    font-size: 21px;
    font-weight: 600;

 }
 }


/* 📱 TABLET */
@media (min-width: 577px) and (max-width: 991px) {
  .dept-item { width: 50%; }
}
/* Smooth touch scrolling */
.dept-slider {
  touch-action: pan-y;
}

/* Prevent zoom issues */
.icon-circle img {
  width: 70%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.dept-track {
  will-change: transform;
}

.dept-item {
  box-sizing: border-box;
}
/* 🖥️ DESKTOP */

    .speed-box {
        padding: 5px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin-bottom: 0px;
        display: none;
    }

    #speed {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #007bff;
    }

    #speedcheck {
        font-size: 11px;
        font-weight: bold;
        color: #17a50d;
    }
    /* Mobile default: icons above text */
    .icon-block {
        display: block;
    }
    .text-block {
        display: block;
        margin-top: 2px;
    }

    /* Desktop (≥ 992px): icons & text side by side */
    @media (min-width: 992px) {
    .icon-block, .text-block {
        display: inline-block;
        margin-top: 0 !important;
        vertical-align: middle;
    }
    .icon-block {
        margin-right: 6px; /* small gap */
    }
    }
        #departmentContent .service-item {
    /* border: 1.5px solid #1351a8; */
    border: 1.5px solid #f0f0f0;
    /* border-radius: 26px 4px 4px 26px; */
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s;
}
#departmentContent .service-item:hover{
    background: #d5e6ff;
}

#categoryContent .service-item{

    border: 1.5px solid #f0f0f0;
     border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s;
}
#categoryContent .service-item:hover {
    background: #d5e6ff;
}
.nerbysech-cent {
    background: #094dc4;
    padding: 14px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    gap: 1px;
}
/* Select wrapper */
.nerbysech-cent .map-select {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    margin-right: 5px;
}
.aboout-near {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    position: relative;
    padding-left: 14px;
}
/* Label */
.nerbysech-cent .form-label{
  font-size:16px;
  color:#FFF;
  margin-bottom:4px;
}

/* Select box */
.nerbysech-cent .form-select{
  border:1px solid #cfd4da;
  border-radius:6px;
  padding:8px 10px;
  font-size:14px;
  background-color:#f9fbfd;
  transition:.25s ease;
}

.nerbysech-cent .form-select:focus{
  border-color:#0b4a8a;
  box-shadow:0 0 0 2px rgba(11,74,138,.15);
  background:#fff;
}

/* Switch container */
.nerbysech-cent .form-check{
  display:flex;
  align-items:center;
  gap:8px;

}

/* Switch input */
.nerbysech-cent .form-check-input {
    width: 69px;
    height: 32px;
    cursor: pointer;
    border: 2px solid #bfbfbf;
}

.nerbysech-cent .form-check-input:checked{
  background-color:#046fdb;
  border-color:#0b4a8a;
}

/* Switch glow */
.nerbysech-cent .form-check-input:focus{
  box-shadow:0 0 0 3px rgba(11,74,138,.2);
}

/* Optional text beside switch */
.nerbysech-cent .form-check-label{
  font-size:13px;
  color:#555;
}

/* Responsive */
@media(max-width:768px){
  .nerbysech-cent{
    flex-direction:column;
    align-items:stretch;
  }

  .nerbysech-cent .map-select{
    width:100%;
  }

  .nerbysech-cent .form-check{
    margin-top:10px;
  }
}

.nrelsk {
  width: 100%;
  overflow-x: auto;
  font-family: "Noto Sans Devanagari", "Segoe UI", sans-serif;
}

.nrelsk-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}

.nrelsk-table thead {
  background: #1351a8;
  color: #ffffff;
}

.nrelsk-table th,
.nrelsk-table td {
  padding: 10px 9px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cfeeee;
}

.nrelsk-table th {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.nrelsk-table tbody tr:hover {
  background: #deecff;
  transition: 0.2s ease;
}

.nrelsk-table td {
  font-size: 14.5px;
  color: #333;
}

.nrelsk-table td.name {
  color: #0d6efd;
  font-weight: 600;
}

.nrelsk-table td.role {
  color: #198754;
  font-weight: 500;
}

.nrelsk-table td:nth-child(1) {
  font-weight: 600;
  color: #6c757d;
}

.status {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}

.status.active {
  background: #d1fae5;
  color: #047857;
}

/* Responsive */
@media (max-width: 768px) {
  .nrelsk-table th,
  .nrelsk-table td {
    padding: 10px;
    font-size: 14px;
  }
}

.new-service-li ul li a {
    font-size: 18px;
    font-weight: 600;
}
.new-service-li ul li a span {
    background: #ef6f00;
    padding: 1px 9px;
    border-radius: 5px;
    color: #FFF;
    font-size: 13px;
}
.new-service-li ul li::before {
    content: "✔";
    position: absolute;
    left: -21px;
    color: #2563eb;
    font-size: 22px;
}

.ranking-r {
    font-size: 21px !important;
}
.timeline{
  position:relative;
  max-width:900px;
  margin:auto;
}
.timeline::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:4px;
  height:100%;
  background:#0d47a1;
  transform:translateX(-50%);
}
.timeline-item{
  display:flex;
  margin:30px 0;
  position:relative;
}
.timeline-item.left{
  justify-content:flex-start;
}
.timeline-item.right{
  justify-content:flex-end;
}
.timeline-card{
  background:#fff;
  width:42%;
  padding:15px 20px;
  border-radius:8px;
  box-shadow:0 4px 10px rgba(0,0,0,0.1);
  cursor:pointer;
  transition:0.3s;
}
.timeline-card:hover{
  transform:translateY(-3px);
}
.timeline-card h4{
  margin:0 0 8px;
  color:#0d47a1;
}
.timeline-card p{
  margin:0;
  font-size:14px;
}
.timeline-dot{
  position:absolute;
  left:50%;
  width:16px;
  height:16px;
  background:#fff;
  border:4px solid #0d47a1;
  border-radius:50%;
  transform:translateX(-50%);
  top:20px;
}
.timeline-content{
  display:none;
  margin-top:10px;
  font-size:13px;
  color:#444;
}
.timeline-card.active .timeline-content{
  display:block;
}
@media(max-width:768px){
  .timeline::before{left:20px;}
  .timeline-item{
    justify-content:flex-start;
    padding-left:40px;
  }
  .timeline-card{
    width:100%;
  }
  .timeline-dot{
    left:20px;
  }
}

/*********************services home**********************************/

  /* ROOT */
:root{
  --primary:#1d4ed8;
  --primary-light:#e8f0ff;
  --border:#e5e7eb;
  --text:#1f2937;
  --muted:#6b7280;
}

/* WRAPPER */
.service-wrapper{
  /* max-width:1200px; */
  margin:30px auto;
  display:grid;
  grid-template-columns:320px 1fr;
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  overflow:hidden;
}

/* LEFT PANEL */
.left-panel{
  padding:16px 10px 10px 0px;
  background:#ffffff;
  border-right:1px solid var(--border);
}

/* TABS */
.left-new .tabs{
  display:flex;
  background:#0749bd;
  border-radius:10px;
  padding:4px;
  margin-bottom:18px;
}

.left-new .tab{
  flex:1;
  padding:10px;
  border:none;
  background:transparent;
  font-weight:600;
  cursor:pointer;
  border-radius:8px;
  color:#FFF;
  transition:.3s;
}

.left-new .tab.active{
  background:#fff;
  color:#0749bd;
  box-shadow:0 3px 10px rgba(0,0,0,.08);
}

/* DEPARTMENT LIST */
.dept-list{
  display:flex;
  flex-direction:column;
  gap:6px;
  height: 417px;
  overflow-x: auto;
}

.dept{
  padding:9px 9px;
  border:1px solid var(--border);
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  font-weight:500;
  color:var(--text);
  transition:.25s;
  text-align: left;
   display: flex;
  justify-content: space-between;
      align-items: center;
}

.dept:hover {
    border-color: #aecbff;
    background: #d2e1ff;
}

.dept.active {
    border-color: #aecbff;
    background: #d2e1ff;
}

.dept-count {
    background: #ffffff;
    color: #0749bd;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #cee0ff;
}

/* RIGHT PANEL */
.right-panel{
  padding:19px 0px 10px 17px;
  background:#ffffff;
}

.right-panel h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:16px;
  color:var(--text);
  /* padding-bottom:8px; */
}
.service-item a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    background: #135de0 !important;
}

@keyframes fadeSlide{
  from{opacity:0; transform:translateY(6px);}
  to{opacity:1; transform:translateY(0);}
}
/* SERVICE LIST */
.service-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 365px;
    overflow-x: auto;
}
.service-item{

  margin-bottom:8px;
  animation:fadeSlide .25s ease;
}
.service-item, .service-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    /*background: #f9fafb;*/
    border: 1px solid var(--border);
    text-decoration: none;
    transition: .25s;
    font-size: 14px;
      padding: 4px 8px !important;
    font-weight: 500;
}
.service-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    /*background: #f9fafb;*/
    border: 1px solid var(--border);
    text-decoration: none;
    transition: .25s;
    font-size: 14px;
    font-weight: 500;
}
.panel-subtitle {
    color: #ffffff;
    background: #0749bd;
    padding: 9px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
    font-size: 18px;
}
.service-list a:hover {
    background: #dae7ff;
    border-color: #bedfff;
    transform: translateX(4px);
}

/* TEXT */
.service-list span {
    font-size: 15px;
    font-weight: 600;
    color: #0749bd;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 88%;
}

/* MOBILE */
@media(max-width:768px){
  .service-wrapper{
    grid-template-columns:1fr;
  }
  .left-panel{
    border-right:none;
    border-bottom:1px solid var(--border);
    padding: 5px;
  }
.right-panel
 {
    padding: 5px;
    background: #ffffff;
}
}

#serviceSearch {
  width: 100%;
  padding: 10px 14px;
  /* margin-bottom: 15px; */
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

/* 🔹 HOVER */
#serviceSearch:hover {
  border-color: #94a3b8;
  background-color: #f8fafc;
}

/* 🔹 FOCUS */
#serviceSearch:focus {
  border-color: #2563eb;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* 🔹 KEYBOARD ACCESSIBILITY */
#serviceSearch:focus-visible {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.25);
}

/* 🔹 ACTIVE (mouse click) */
#serviceSearch:active {
  border-color: #1e40af;
}


  .dept-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.service-icon {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  object-fit: contain;
  font-size: 15px;
  color: #2563eb;
  flex-shrink: 0;
}

.dept-left,
.service-left {
  display: flex;
  align-items: center;
  gap: 2px;
}
 /* LEFT DEPARTMENT ICON */
.dept-left {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* SERVICE LIST ICON */
.service-left {
  display: flex;
  align-items: center;
  gap: 2px;
}



/* ACTIVE DEPT */
.dept.active .dept-icon {
  color: #1d4ed8;
}



/************02/02/2026*******************/
#formdesign label{
    color: #000;
}
#formdesign .form-group {
    margin-bottom: 13px;
    display: flex;
}
.form-actn .submit {
    background: linear-gradient(135deg, #4b6dff, #1351a8);
    border: none;
    padding: 12px 30px;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 5px 3px rgb(19 81 168);
}
#formdesign .btn {
    /*display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e4dede;
    border-radius: 4px;
        background: #FFF;*/
}
.frm-heading {
    background-color: #0a4ec5;
    padding: 8px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 21px;
    box-shadow: 2px 2px 7px 0px #5c9afd;
}
select.form-control {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-image: none;
}

@media only screen and (max-width: 600px) {
    #formdesign
 {
        margin-top: -22px;
        margin-left: 7px;
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 600px) {
    #formdesign tr {
        display: flex;
        flex-direction: column;
    }
}
.form-actn .reset{
  background:#f4f6fb;
  border:1px solid #ddd;
  padding:12px 30px;
  border-radius:14px;
  font-size:16px;
}
.actions.form-actn {
  margin-top:35px;
  display:flex;
  justify-content:center;
  gap:20px;
}
.bg-dipt-carousel{
    background: #e1ecff;
}
.each-field label{
color: #FFF !important;
}
#div41{
        padding: 18px;

        border-radius: 6px;
}
.each-field{
    margin-bottom: 10px;
}
.form-floating .form-control{
        border: 1px solid #8e8e8e;
}


/* Layout */
.stats-wrap{
  display:grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
  padding:30px;
}

/* Card */
.stat-card {
    background: #fff;
    /* border: 1px solid #bfe6e3; */
    border-radius: 8px;
    overflow: hidden;
    transition: .25s ease;
    box-shadow: 2px 3px 8px #ccc;
    position: relative;
}
.stat-body::after {
    content: '';
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    width: 36px;
    height: 9px;
    border-radius: 10px;
    background-color: #d7e8ff;
    bottom: 0;
}
/* Header */
.stat-head {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 6px 4px;
    background: #0b51cb;
    border-bottom: 1px solid #a8cdff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.stat-head span{
    font-size: 18px;
}
/* Icon */
.stat-icon
 {
    font-size: 30px !important;
    color: #0a7c73;
}

/* Body */
.stat-body {
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.stat-body h4 {
    font-size: 34px;
    font-weight: bold;
    color: #1452ac;
    letter-spacing: 1px;
    background: #d7e8ff;
    padding: 4px 30px;
    border-radius: 50px;
}
/* Hover (subtle, govt-safe) */
.stat-card:hover{
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transform:translateY(-3px);
}


/* ===== MAIN WRAPPER ===== */
.login-wrapper-forgot{
  width:1050px;
  max-width:95%;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  box-shadow:0 20px 40px rgba(0,0,0,.2);
      margin: auto;
          margin-top: 29px;
}

/* ===== LEFT PANEL ===== */
.login-illustration{
  background:linear-gradient(160deg, #1351a8, #1351a8);
  color:#fff;
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.login-illustration img{
  max-width:90%;
  margin-bottom:30px;
}

.login-illustration p{
  font-size:14px;
  opacity:.85;
  line-height:1.6;
}

/* ===== RIGHT PANEL ===== */
.login-form{

  flex-direction:column;
  justify-content:center;
}

.login-form h2{
  font-size:26px;
  margin-bottom:6px;
  color:#1e293b;
}

.login-form span{
  color:#64748b;
  font-size:14px;
  /* margin-bottom:30px; */
  display:block;
}

.form-group{
  margin-bottom:18px;
}



.form-group input:focus{
  outline:none;
  border-color:#6a4fd6;
}

.forgot{
  text-align:right;
  margin-bottom:22px;
}

.forgot a{
  font-size:13px;
  color:#6a4fd6;
  text-decoration:none;
}

/* ===== BUTTON ===== */
.btn-login{
  background:#6a4fd6;
  color:#fff;
  border:none;
  padding:12px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:.2s;
}

.btn-login:hover{
  background:#5b3fc8;
}

/* ===== CREATE ACCOUNT ===== */
.create-account{
  text-align:center;
  margin-top:20px;
  font-size:14px;
}

.create-account a{
  color:#6a4fd6;
  font-weight:600;
  text-decoration:none;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .login-wrapper-forgot{
    grid-template-columns:1fr;
  }
  .login-illustration{
    padding:30px;
  }
}
/* Wrapper */
.forgot-wrapper {
    max-width: 460px;
    margin: 10px auto;
    padding: 24px 17px;
    /* background: #ffffff; */
    border-radius: 16px;
    /* box-shadow: 0 20px 45px rgba(0, 0, 0, .12); */
    font-family: "Noto Sans Devanagari", Arial, sans-serif;
}
/* Headings */
.forgot-wrapper h2{
  text-align: center;
  font-size: 22px;
  margin-bottom: 6px;
  color: #1e293b;
}

.subtitle{
  text-align: center;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

/* Options */
.recovery-options{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
}


/* Form */
.forgot-wrapper .form-group{
  margin-bottom: 18px;
}

.forgot-wrapper .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    color: #334155;
    font-weight: 600;
}

.forgot-wrapper .form-group input,
.forgot-wrapper .form-group select{
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
}

.forgot-wrapper .form-group input:focus,
.forgot-wrapper .form-group select:focus{
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}

/* Toggle animation */
.toggle-box{
  transition: max-height .35s ease, opacity .25s ease;
  /* overflow: hidden; */
}

.toggle-box.hidden{
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.toggle-box.show{
  max-height: 500px;
  opacity: 1;
}

/* Button */
.submit-btn-for{
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg,#16a34a,#22c55e);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}


/* Button */
.submit-btn-c{
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg,#16a34a,#22c55e);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn-c:hover{
  box-shadow: 0 10px 20px rgba(22,163,74,.35);
}

.submit-btn-rec{
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg,#eeb303,#d69808);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.submit-btn-rec:hover{
  box-shadow: 0 10px 20px rgba(22,163,74,.35);
}
.submit-btn-for:hover{
  box-shadow: 0 10px 20px rgba(22,163,74,.35);
}
.fortot-icons i {
    font-size: 32px;
    margin: auto;
    text-align: center;
    border: 1px solid #ccc;
    width: 54px;
    height: 54px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #1351a8;
    color: #FFF;
}
.fortot-icons {
    margin: auto;
    /* border: 1px solid #ccc; */
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ccc; */
        margin-bottom: 20px;
}


 /* WRAPPER */
.nrelsk-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      padding: 14px;
}

/* TABLE */
.nrelsk-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans Devanagari", system-ui;
  font-size: 14px;
}

/* HEADER */
.nrelsk-table thead th {
  position: sticky;
  top: 0;
  background: #094dc4;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  z-index: 2;
}

/* ROWS */
.nrelsk-table tbody tr:nth-child(even) {
  background: #f5f7fb;
}

.nrelsk-table tbody tr:hover {
  background: #e3f2fd;
}

/* CELLS */
.nrelsk-table td {
    font-size: 16px;
    color: #333;
}
.nrelsk-table td

 {
    padding: 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
        white-space: nowrap;
}

/* BADGES */
.badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.badge.auto {
  background: #e8f5e9;
  color: #2e7d32;
}

.badge.days {
  background: #fff3e0;
  color: #ef6c00;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .nrelsk-table {
    font-size: 13px;
  }
}

#videoModal button:hover{
color: #FFF !important;
}
.video-box{
  height: 220px;
  background: #e9ecef;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 32px;
}

/*********************statics page css***********************/

 /* Header */

@media (max-width: 576px) {
    #myTab {
        flex-wrap: inherit;
        overflow-x: inherit;
    }
}
/* Counters */
.statics-main .stats {
    display: flex;
    justify-content: space-around;
    background: #ffffff;
    padding: 12px;
    border-radius: 7px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.statics-main .stat-box span {
  font-size: 22px;
  font-weight: bold;
  color: #0b4a8a;
}
.statics-main .stat-box p
 {
    margin-bottom: 0px;
    font-weight: 500;
    text-align: center;
}
.statics-main .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}




.statics-main .card h4 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 15px;
}

/* Mobile */
@media(max-width:768px){
     .statics-main .stats {
        display: flex;
        text-align: center;
        gap: 8px;
        flex-wrap: wrap;
    }
}
.statics-main .dashboard{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
  gap:14px;

}



.statics-main .card-header{
  text-align:center;
  border-bottom:1px solid #e0e0e0;
  padding-bottom:8px;
}

.statics-main .card-header h4{
  margin:0;
  font-size:15px;
  font-weight:600;
}

.statics-main .big-count{
  display:inline-block;
  margin-top:6px;
  padding:6px 18px;
  border:1px dashed #bdbdbd;
  border-radius:30px;
  font-size:22px;
  font-weight:bold;
  color:#555;
}
.statics-main .big-count1{
  display:inline-block;
  margin-top:6px;
  padding:6px 18px;
  border:1px dashed #bdbdbd;
  border-radius:30px;
  font-size:22px;
  font-weight:bold;
  color:#555;
}
.statics-main .big-count2{
  display:inline-block;
  margin-top:6px;
  padding:6px 18px;
  border:1px dashed #bdbdbd;
  border-radius:30px;
  font-size:22px;
  font-weight:bold;
  color:#555;
}


.statics-main .legend{
  list-style:none;
  padding:0;
  margin:0;
  font-size:13px;
}

.statics-main .legend li{
  margin-bottom:6px;
  font-size: 14px;
}

.statics-main .dot{
  display:inline-block;
  width:12px;
  height:12px;
  border-radius:50%;
  margin-right:6px;
}

.statics-main .blue{background:#3b6edc}
.statics-main .red{background:#e23b0f}
.statics-main .purpleb{background-color: #0dc0d1;}
.statics-main .pink{background:#e24a8d}
.statics-main .green{background:#76b300}
.statics-main .gray{background:#cfcfcf}
.statics-main .purple{background:#8e009e}
.statics-main .yelow{background-color: #fb8c00;}

.statics-main .bottom-legend{
  text-align:center;
  margin-top:8px;
  font-size:14px;
}

.statics-main canvas{
  max-width:100%;
}


  /* ===== Ranking Report Card ===== */
.statics-main .card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e3e7ee;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 11px 11px;
      min-height: 518px;
}
.statics-main .card-2 {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e3e7ee;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    padding: 11px 11px;


}

/* Heading */
.ranking-r {
  font-size: 18px;
  font-weight: 700;
  color: #0f2a44;
  padding-left: 10px;
  margin-bottom: 18px;
  width: 100%;
}

/* Grid spacing fix */
.statics-main .row.g-3 {
  margin-top: 5px;
}

/* Card Links (Common Style) */
.statics-main .card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 57px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
}

/* Hover Effect */
.statics-main .card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

/* Individual Themes */
.district-rank {
  background: #e3f2fd;
  color: #0d47a1;
  border-color: #90caf9;
}

.department-rank {
  background: #e8f5e9;
  color: #1b5e20;
  border-color: #a5d6a7;
}

.service-rank {
  background: #fff3e0;
  color: #e65100;
  border-color: #ffcc80;
}

.govtuser-rank {
  background: #f3e5f5;
  color: #4a148c;
  border-color: #ce93d8;
}

/* Hover Colors */
.district-rank:hover {
  background: #1e88e5;
  color: #ffffff;
}

.department-rank:hover {
  background: #2e7d32;
  color: #ffffff;
}

.service-rank:hover {
  background: #ef6c00;
  color: #ffffff;
}

.govtuser-rank:hover {
  background: #6a1b9a;
  color: #ffffff;
}

/* Responsive Optimization */
@media (max-width: 768px) {
  .card-link {
    height: 70px;
    font-size: 14px;
  }
}

/* ===== Overall Card ===== */
.total_registraction {
  display: flex;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6ebf2;
}

/* ===== Left Part ===== */
.total_registraction .left_part {
    flex: 1;
    padding: 22px;
    background: #baddff;
}

.total_registraction .left_part img {
  max-width: 60px;
}

.total_registraction .left_part h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-left: 10px;
}

.total_registraction .left_part h1 {
  margin-top: 18px;
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
}

/* ===== Right Part ===== */
.total_registraction .right_part {
  width: 180px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
}

.total_registraction .right_part ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.total_registraction .right_part li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.total_registraction .right_part p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.color_icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

/* ===== Right Listing Section ===== */
.right_listings {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 20px;
}

/* ===== Each Card ===== */


.each_part:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

/* ===== Number Part ===== */



/* ===== Image Part ===== */
.image_part {
    width: 60px;
    height: 60px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -38px;
    left: 0;
    margin: auto;
    right: 0;
}


/* ===== Responsive ===== */
@media (max-width: 992px) {
  .total_registraction {
    flex-direction: column;
  }

  .total_registraction .right_part {
    width: 100%;
    justify-content: center;
  }

  .total_registraction .right_part ul {
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 576px) {
  .left_part h1 {
    font-size: 32px;
  }

  .number_part h2 {
    font-size: 24px;
  }
}
/* ===== Section Title ===== */
.whatsapp_area {
  text-align: center;
  margin-bottom: 41px;
}

.whatsapp_area h2 {
  font-size: 21px;
  font-weight: 700;
  color: #0f2a44;
  padding: 10px 0;
  position: relative;
}

.whatsapp_area h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #0d6efd;
  display: block;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* ===== Service Card ===== */
.each_part {
    display: block;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid #a3a3a3;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 35px;
    transition: all 0.2s ease-in-out;
    position: relative;
    margin-top: 18px;
}

.each_part:hover {
  border-color: #0d6efd;
}

/* ===== Left Text ===== */
.number_part p {
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
    line-height: 1.4;
    margin-top: 15px;
    text-align: center;
}
.number_part h2 {
    font-size: 26px;
    font-weight: 700;
    color: #020617;
    margin: 0;
    text-align: center;
}

/* ===== Icon Box ===== */


.image_part img {
  max-width: 30px;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .each_part {
    padding: 15px;
  }

  .number_part h2 {
    font-size: 22px;
  }

  .image_part {
    width: 60px;
    height: 60px;
  }
}
.ranking-r small {
    font-size: 16px;
    margin-top: 6px !important;
    float: left;
    color: #343434;
}
/************************LSK loogin*****************************/

  /* Toggle */
.lsk-login-main .ed-user-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  margin-right: 13px;
}

.lsk-login-main .ed-user-toggle::after {
  display: none;
}

/* Small avatar */
.lsk-login-main .ed-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

/* Large avatar */
.lsk-login-main .ed-user-avatar-lg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

/* Dropdown menu */
.lsk-login-main .ed-user-menu {
    width: 212px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    z-index: 99999;
    left: -59%;
}

/* Name */
.lsk-login-main .ed-user-name
 {
    font-weight: 500;
    font-size: 14px;
}
/* Hover */
.lsk-login-main .ed-user-menu .dropdown-item:hover {
  background: #f1f5ff;
}

.lsk-login-main .pulse-Drop {
    animation: pulse-Drop 1s infinite;
    width: auto;
    text-transform: capitalize;
}

   .lsk-login-main .pulse-Drop:hover {
        animation: none;
    }

@-webkit-keyframes pulse-Drop {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes pulse-Drop {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
.lsk-login-main ul.ed-user-menu li a{
color: #000;
}
/* Enable hover dropdown */
.lsk-login-main .hover-dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 1px;
}

/* Prevent flicker */
.lsk-login-main .hover-dropdown .dropdown-menu {
  margin-top: 0;
}

/* Keep clickable */
.lsk-login-main .hover-dropdown > a {
  cursor: pointer;
}
/* LEFT PANEL */
.lsk-login-main .left-panel {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.lsk-login-main .side-btn {
  width: 100%;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}

.lsk-login-main .btn-all { background: #2f6faa; color: #fff; }
.lsk-login-main .btn-search { background: #2fac3a; color: #fff; }
.lsk-login-main .btn-my {
  background: #fff;
  border: 1px solid #00b3ff;
  color: #00b3ff;
}
.lsk-login-main .btn-report { background: #3b78b7; color: #fff; }

/* Accordion */
.lsk-login-main .side-accordion {
  background: #f8f9fa;
  border-radius: 8px;
  margin-top: 12px;
}

.lsk-login-main .accordion-title {
  background: #0d3f78;
  color: #fff;
  padding: 12px;
  font-weight: 500;
}

.lsk-login-main .side-accordion ul {
  list-style: none;
  padding: 12px;
  margin: 0;
}

/* SEARCH */
.lsk-login-main .search-box input {
  height: 45px;
  border-radius: 8px;
  font-size: 16px;
}

/* SERVICE CARD */
.lsk-login-main .service-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  height: 230px;
  box-shadow: 0 12px 25px rgba(0,0,0,.08);
  transition: .3s;
}

.lsk-login-main .service-card:hover {
  transform: translateY(-6px);
}

/* Diagonal Top */
.lsk-login-main .card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg,#002f5f 50%, transparent 50%);
  border-radius: 16px 16px 0 0;
}

/* Icon */
.lsk-login-main .card-icon {
  position: relative;
  margin-top: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lsk-login-main .card-icon img {
  width: 30px;
}

/* Title */
.lsk-login-main .service-card h5 {
  margin-top: 15px;
  font-weight: 600;
}

/* Stats */
.lsk-login-main .card-stats {
  display: flex;
  gap: 15px;
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}
.lsk-login-main .nic-dashboard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 20px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #0d3f78;
    background: linear-gradient(90deg, #d7e6ff, #ffffff);
    border-left: 5px solid #0d6efd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.lsk-login-main .nic-dashboard i {
  font-size: 26px;
  color: #0d6efd;
}

/* Responsive */
@media (max-width: 576px) {
  .lsk-login-main .nic-dashboard {
    font-size: 18px;
    padding: 12px 14px;
  }

  .lsk-login-main .nic-dashboard i {
    font-size: 22px;
  }
}

.lsk-login-main .sticky-header{
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #fff;
}

/* Tabs */
.lsk-login-main .report-tabs{
    display: flex;
    gap: 6px;
    padding: 6px;
    background: #f2f2f2;
}

/* Filter bar */
.lsk-login-main .filter-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border: 2px solid #000;
    background: #fff;
}
.lsk-login-main .tab {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
}
.lsk-login-main .report-tabs .tab:nth-child(1){ background:#f28c00; }
.lsk-login-main .report-tabs .tab:nth-child(2){ background:#4c9a9a; }
.lsk-login-main .report-tabs .tab:nth-child(3){ background:#a37c65; }
.lsk-login-main .report-tabs .tab:nth-child(4){ background:#e46c93; }
.lsk-login-main .report-tabs .tab:nth-child(5){ background:#4f7fb3; }
.lsk-login-main .report-tabs .tab:nth-child(6){ background:#0daf39; }
.lsk-login-main .tab {
  padding: 10px 16px;
  cursor: pointer;
  background: #f1f1f1;
  margin-right: 8px;
  border-radius: 6px;
}

.lsk-login-main .lsk-login-main .tab.active {
  background: #0d6efd;
  color: #fff;
}

.lsk-login-main .tab-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 6px;
    float: left;
    width: 100%;
}

.lsk-login-main .tab-content.active {
  display: block;
}

    /* WRAPPER */
.lsk-login-main .nrelsk-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* TABLE */
.lsk-login-main .nrelsk-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans Devanagari", system-ui;
  font-size: 14px;
}

/* HEADER */
.lsk-login-main .nrelsk-table thead th {
  position: sticky;
  top: 0;
  background: #0d47a1;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  z-index: 2;
}

/* ROWS */
.lsk-login-main .nrelsk-table tbody tr:nth-child(even) {
  background: #f5f7fb;
}

.lsk-login-main .nrelsk-table tbody tr:hover {
  background: #e3f2fd;
}

/* CELLS */
.lsk-login-main .nrelsk-table td {
    font-size: 16px;
    color: #333;
}
.lsk-login-main .nrelsk-table td

 {
    padding: 6px 12px;
        vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
}

/* BADGES */
.lsk-login-main .badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.lsk-login-main .badge.auto {
  background: #e8f5e9;
  color: #2e7d32;
}

.lsk-login-main .badge.days {
  background: #fff3e0;
  color: #ef6c00;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .lsk-login-main .nrelsk-table {
    font-size: 13px;
  }
}

/* ===== SERVICE CARD ===== */
.lsk-login-main .service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 12px 9px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    border: 1px solid #eef1f5;
}

.lsk-login-main .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ===== LINK RESET ===== */
.lsk-login-main .service-link {
    text-decoration: none;
    color: inherit;
}

/* ===== ICON ===== */
.lsk-login-main .service-card .service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
    background: #f4f6fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lsk-login-main .service-card .service-icon img {
    width: 42px;
    height: auto;
}

/* ===== TITLE ===== */
.lsk-login-main .service-card .service-title {
    font-size: 16px;
    font-weight: 700;
    color: #1d2b4f;
    margin-bottom: 16px;
    font-family: SakalBharati, Arial, sans-serif;
}

/* ===== STATS AREA ===== */
.lsk-login-main .service-stats {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    align-items: center;
}

/* ===== STAT ITEM ===== */
.lsk-login-main .stat-item {
    flex: 1;
    background: #f9fafc;
    border-radius: 12px;
    padding: 10px 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.lsk-login-main .stat-item:hover {
    background: #eef3ff;
    transform: translateY(-3px);
}

/* ===== NUMBER ===== */
.lsk-login-main .stat-number {
    display: block;
    font-size: 17px;
    font-weight: 800;
}

/* ===== LABEL ===== */
.lsk-login-main .stat-label {
    font-size: 13px;
    font-weight: 600;
}

/* ===== STATUS COLORS ===== */
.lsk-login-main .stat-item.pending .stat-number { color: #fd7e14; }
.lsk-login-main .stat-item.approved .stat-number { color: #198754; }
.lsk-login-main .stat-item.draft .stat-number { color: #6c757d; }

/* ===== MOBILE ===== */



/* ===== FILTER FORM ===== */
.lsk-login-main .filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
    background: #f8fafc;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.lsk-login-main .filter-group {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 14px;
}

.lsk-login-main .filter-group input {
    padding: 6px 10px;
    border: 1px solid #ccd5e1;
    border-radius: 6px;
}

.lsk-login-main .btn-search {
    background: #1351a8;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.lsk-login-main .btn-search:hover {
    background: #084298;
}

/* ===== EXPORT BUTTONS ===== */
.lsk-login-main .export-buttons {
    margin-bottom: 12px;
}

.lsk-login-main .btn-export {
    padding: 5px 14px;
    margin-right: 8px;
    border: 1px solid #1351a8;
    background: transparent;
    color: #1351a8;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

.lsk-login-main .btn-export:hover {
    background: #0d6efd;
    color: #fff;
}

/* ===== TABLE ===== */
.lsk-login-main .report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.lsk-login-main .report-table thead {
    background: #1351a8;
    color: #fff;
}

.lsk-login-main .report-table th,
.lsk-login-main .report-table td {
    padding: 10px;
    border: 1px solid #dee2e6;
    vertical-align: top;
}

.lsk-login-main .report-table tbody tr:hover {
    background: #f1f5ff;
}

/* ===== STATUS ROWS ===== */
.lsk-login-main .report-table tr.success {
    background: #e9f7ef;
}

.lsk-login-main .report-table tr.error {
    background: #fdecea;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
   .lsk-login-main  .filter-form {
        flex-direction: column;
        align-items: stretch;
        padding: 3px;
    }
}
.lsk-login-main .search-box {
    position: relative;
    width: 528px;
    margin: auto;
    margin-bottom: 23px;
}

.lsk-login-main .search-box i {
    position: absolute;
    top: 53%;
    left: 12px;
    transform: translateY(101%);
    color: #6c757d;
    font-size: 14px;
}

.lsk-login-main .search-input {
    width: 100%;
    padding: 7px 12px 7px 36px;
    border-radius: 20px;
    border: 1px solid #ced4da;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lsk-login-main .search-input:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,0.15);
}

/********************speed internet**********************/
 /* Floating Button */
.speed-float-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #015ad7;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Speed Box */
.speed-box {
    position: fixed;
    bottom: 48px;
    right: 20px;
    width: 192px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    padding: 14px;
    display: none;
    z-index: 9999;
    animation: fadeUp .3s ease;
}


/* Header */
.speed-header {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
}

.speed-header button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #1351a8;
    font-weight: 900;
}

/* Speed Value */
.speed-value {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0 6px;
}
.speed-header span

 {
    position: relative;
    left: 30px;
}
/* Status */
.speed-status {
    font-size: 13px;
}

/* Animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media(max-width:600px){
    .speed-box{ width: 210px; }
}


/* Floating Box */
.speed-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 220px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    text-align: center;
    padding: 15px;
    z-index: 9999;
}

/* Circle */
.speed-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid #4caf50;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#speedValue {
    font-size: 28px;
    font-weight: bold;
}

/* Button */
.speed-float button {
    background: #4caf50;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
}

.speed-float button:hover {
    background: #43a047;
}

/* Mobile */
@media (max-width: 600px) {
    .speed-float {
        width: 200px;
        bottom: 15px;
        right: 15px;
    }
}


/****************************approve citizen*********************************/
 /* Parent */
.approvecitizen {


  margin: 20px auto;
  padding: 13px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  font-family: sans-serif;
}

/* Row */
.approvecitizen .row-group {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

/* Field */
.approvecitizen .form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Full width */
.approvecitizen .full-width {
  flex: 100%;
}

/* Label */
.approvecitizen label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

/* Input */
.approvecitizen input {
  height: 42px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.approvecitizen input:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 6px rgba(13,110,253,0.2);
}
/* Button Row */
.approvecitizen .button-row {
  /* display: flex;
  justify-content: center;
  gap: 15px; */
  margin-top: 27px;
}

/* Search Button */
.approvecitizen .search-btn {
  background:#0b52cc;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.approvecitizen .search-btn:hover {
  background: #0b5ed7;
}

/* Reset Button */
.approvecitizen .reset-btn {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.approvecitizen .reset-btn:hover {
  background: #5c636a;
}



/* CARD DESIGN */
.card{
    border-radius:14px;
    border:none;
    box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

/* BLUE HEADER */


/* SCROLL AREA */


/* SCROLLBAR */
.scrollable-container::-webkit-scrollbar{
    width:6px;
}
.scrollable-container::-webkit-scrollbar-thumb{
    background:#cbd5e1;
    border-radius:10px;
}

/* LEFT SERVICE ITEM */
.service-item{
    transition:.25s;
    cursor:pointer;
    border-radius:6px;
}




/* BADGE */
.badge-pill{
    padding:4px 10px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

/* RADIO TOGGLE (TOP LEFT) */

.new-ui-radio{
    display:flex;
    background:#1e4fbf;
    padding:6px;
    border-radius:14px;
    width:100%;
        margin-bottom: 18px;
}

.new-ui-radio .radio-option{
    flex:1;
    justify-content:center;
    padding:10px 18px;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
    color:#fff;
    transition:.3s;
}

.new-ui-radio .radio-option.mb-2{
    margin-bottom:0!important;
}

/* hide radio dot */
.radio-dot{
    display:none;
}

/* active tab */
.radio-option:has(.radio-dot.active){
    background:#fff;
    color:#1e4fbf;
}

/* RIGHT SIDE SERVICE LIST */

#searchServiceList .d-flex{
    padding:10px 6px;
    border-radius:6px;
    transition:.2s;
}

#searchServiceList .d-flex:hover{
    background:#f1f5f9;
}

/* SERVICE TITLE */

.bulletCustom{
    font-size:15px;
    color:#1e3a8a;
}

/* INFO BUTTON */

#searchServiceList .btn{
    border-radius:6px;
    padding:3px 7px;
}

/* ICON SPACING */

.dept i{
    font-size:18px;
}