/*about css*/
  .inner-hero {
               background:#14d2ff url(../img/herobg.png); center/cover no-repeat;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            position: relative;
        }
       .inner-hero-overlay {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgb(0 0 0 / 16%);
        }
      .inner-hero-content {
            position: relative;
            z-index: 2;
           
        }

        .custom-card {
    background: radial-gradient(circle at center, #081a33, #000) url(../img/sevice3.png) bottom left no-repeat;
    border: 1px solid #00b3ee;
    border-radius: 12px;
    transition: all 0.3s ease;
    height:270px;
        background-position: left;
    background-size: 420px;
}


   
.custom-card:hover {
    box-shadow: 0px 12px 28px #16b0eb40;
    transform: translateY(-7px);
    border-color: #00b0ed;
}  

.mission-text{
    color: rgb(0 176 235) !important;
}
.abouu-text p{
    font-size:1.1rem;
}




/*management page css*/

ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
 background-color: #f7f7f7;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

/*Award and */
.award-years {
    position: relative;
    padding-bottom: 35px;
}
.award-years::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}
.year-btn {
    background: none;
    border: none;
    font-weight: 600;
    color: #aaa;
    padding: 5px 14px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.year-btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 8px auto 0;
    transition: all 0.3s ease;
}

.year-btn.active {
    color: #000;
    transform: scale(1.05);
}

.year-btn.active::after {
    background: #0d6efd;
    transform: scale(1.4);
}

.award-item {
    display: none;
    opacity: 0;
    transform: translateX(40px);
}

.award-item.active {
    display: block;
    animation: slideFade 0.6s ease forwards;
}

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.carousel img {
    object-fit: cover;
}


.tender-table thead th {
    background: #1f78ad;
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.tender-table tbody td {
    vertical-align: top;
    font-size: 15px!important;
}

.tender-table tbody tr:nth-child(odd) {
    background: #efefef;
}

.tender-table tbody tr:nth-child(even) {
    background: #ffffff;
}

.tender-table td,
.tender-table th {
    border: 1px solid #bcbcbc;
}

/* VIEW BUTTON */
.btn-view {
    background: #2b2b2b;
    color: #fff;
    font-size: 13px;
    padding: 4px 14px;
    border-radius: 4px;
}

/* PAGINATION */
.pagination .page-link {
    color: #000;
    border-radius: 0;
}

.pagination .active .page-link {
    background: #1f78ad;
    border-color: #1f78ad;
    color: #fff;
}


    .aadhaar-section{
        background: linear-gradient(180deg,#f8f9fa,#ffffff);
    }

    .intro-card{
        background:#ffffff;
        border-radius:16px;
        padding:30px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
        border-left:6px solid #00b3d3;
    }

    .section-title{
        font-size:24px;
        font-weight:700;
        color:#0b3c5d;
        margin-bottom:15px;
    }

    .info-card{
        background:#ffffff;
        border-radius:16px;
        padding:30px;
        box-shadow:0 10px 25px rgba(0,0,0,0.08);
    }

    .info-list{
        list-style:none;
        padding:0;
    }

    .info-list li{
        background:#f1f7ff;
        padding:15px 18px;
        border-radius:12px;
        margin-bottom:12px;
        font-size:16px;
        line-height:1.6;
        position:relative;
        padding-left:45px;
    }

    .info-list li::before{
        content:"*";
        position:absolute;
        left:15px;
        top:15px;
        color:#00b3d3;
        font-weight:bold;
    }

    .highlight{
        color:#00b3d3;
        font-weight:600;
    }

    @media(max-width:768px){
        .intro-card,
        .info-card{
            padding:20px;
        }
        .section-title{
            font-size:20px;
        }
    }
    
    
    /* IMPORTANT LINKS */
.important-links h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.imp-link-btn {
    background: #0096ce;
    color: #fff;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    min-width: 260px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.imp-link-btn:hover {
    background: #fff;
    color:#0096ce;
}

.imp-link-btn i {
    font-size: 16px;
}
    

