
.team-card {
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.team-card:hover {
    transform: translateY(-5px);
}


.team-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.team-content {
    padding: 20px;
}

.team-content h4 {
    color: #0d47a1;
    font-weight: 600;
}

.team-content p {
    color: #333;
    margin-bottom: 10px;
}

.team-content a {
    color: #0d47a1;
    text-decoration: none;
    font-weight: 500;
}


/* project section css */

/* .kp-project-header {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    background-color: #f4f1ea;
    overflow: hidden;
}


.kp-project-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0,0,0,0.05) 2px, transparent 2px);
    background-size: 12px 12px;
    border-radius: 50%;
    opacity: 0.6;
}


.kp-container {
    position: relative;
    z-index: 2;
}


.kp-title {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}


.kp-breadcrumb {
    font-size: 14px;
    letter-spacing: 2px;
    color: #666;
}

.kp-breadcrumb span {
    margin: 0 5px;
}

.kp-active {
    color: #3a4bb3;
    font-weight: 600;
}

.kp-separator {
    color: #999;
}


@media (max-width: 768px) {
    .kp-title {
        font-size: 32px;
    }

    .kp-project-header {
        padding: 70px 15px;
    }

    .kp-project-header::after {
        width: 300px;
        height: 300px;
        right: -100px;
    }
}

@media (max-width: 480px) {
    .kp-title {
        font-size: 26px;
    }

    .kp-breadcrumb {
        font-size: 12px;
    }
} */


/* .dcoder-portfolio-sec{
    background:#efefef;
} */


.dcoder-card-box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.dcoder-card-box:hover{
    transform:translateY(-8px);
}


.dcoder-card-img{
    height:300px;
    background:#d9d9d9;
    overflow:hidden;
}

.dcoder-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.dcoder-card-content{
    text-align:center;
    padding:28px 20px 30px;
}

.dcoder-card-content h3{
    font-size:32px;
    font-weight:600;
    color:#222;
    margin-bottom:14px;
}


.dcoder-date-link{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    color:#7a7a7a;
    font-size:18px;
    margin-bottom:18px;
}

.dcoder-date-link a{
    color:#7a7a7a;
    text-decoration:none;
    font-size:16px;
}


.dcoder-tag-btn{
    display:inline-block;
    padding:10px 24px;
    border-radius:40px;
    background:linear-gradient(90deg,#1565ff,#5d18ff);
    color:#fff;
    font-weight:600;
    font-size:18px;
    text-decoration:none;
    transition:0.3s;
}

.dcoder-tag-btn:hover{
    color:#fff;
    transform:scale(1.04);
}


@media(max-width:1399px){
.dcoder-card-content h3{
    font-size:34px;
}
}

@media(max-width:991px){
.dcoder-card-img{
    height:220px;
}
.dcoder-card-content h3{
    font-size:30px;
}
}

@media(max-width:767px){
.dcoder-card-img{
    height:210px;
}
.dcoder-card-content{
    padding:24px 15px;
}
.dcoder-card-content h3{
    font-size:28px;
}
.dcoder-date-link{
    font-size:16px;
}
.dcoder-tag-btn{
    font-size:16px;
    padding:9px 20px;
}
}

@media(max-width:575px){
.dcoder-card-img{
    height:180px;
}
.dcoder-card-content h3{
    font-size:24px;
}
}

/* footer section css */


.ks-footer-certifications {
    
    /* padding: 40px 20px; */
    margin-top: 30px;
    border-radius: 10px;
}

.ks-cert-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.ks-cert-item img {
    width: 200px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
}

.ks-cert-item p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}


.ks-cert-info {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}


.ks-cert-info p {
    margin: 0;
    white-space: nowrap; 
}



.ks-cert-info,
.ks-cert-info p,
.ks-cert-info strong {
    color: #ffffff !important;
}


.ks-cert-info p::after {
    color: #ffffff;
}


@media (max-width: 576px) {
    .ks-cert-info {
        gap: 10px;
        font-size: 12px;
    }

    .ks-cert-info p {
        white-space: normal; 
    }
}


.ks-certifications-slider{
    overflow: hidden;
    width: 100%;
    position: relative;
}

.ks-cert-track{
    display: flex;
    width: max-content;
    animation: certScroll 20s linear infinite;
}

.ks-cert-item{
    width: 220px;
    height: 120px;
    background: #fff;
    border-radius: 20px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ks-cert-item img{
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
}

@keyframes certScroll{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}



@media (max-width: 992px) {
    .ks-cert-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .ks-cert-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .ks-cert-item p {
        font-size: 12px;
    }

    .ks-cert-info {
        font-size: 13px;
    }
}



.ks-cert-item{
       background: #fff;
    border-radius: 20px;
   width: 220px;
    height: 120px;         
   
    display: flex;
    align-items: center;
    justify-content: center;

}

.ks-cert-item img{
     max-width:120px;
    max-height:50px;
    object-fit:contain;

}
.carousel-item{
    transition: transform 1.5s ease-in-out;
}

@media(max-width:767px){

    #mobileCertCarousel{
        width: 100%;
        
    }
     #mobileCertCarousel .carousel-item {
        text-align: center;
    }

    #mobileCertCarousel .ks-cert-item{
                width: 180px;
        height: 90px;
        margin: 0 auto;
        background: #fff;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #mobileCertCarousel .ks-cert-item img{
        width: 120px;
        max-height: 55px;
        object-fit: contain;

    }
}


@media(max-width:576px){

    .ks-cert-item{
        height: 70px;
        margin: auto;
    }

}

/* summer program css */


.ks-train-container {
    max-width: 1100px;
    margin: auto;
}

.ks-train-title {
    font-size: 22px;
    font-weight: 700;
}

.ks-train-duration {
    font-weight: 600;
    margin: 8px 0 20px;
}


.ks-fees-box {
    border: 1px solid #000;
    margin-bottom: 20px;
}

.ks-fees-header {
    background: #163095;;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    font-weight: 600;
}

.ks-fees-body {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
}


.ks-btn {
    display: inline-block;
    background: #163095;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 0.3s;
}

.ks-btn:hover {
    background: #163095;
}

.ks-desc {
    font-size: 15px;
    margin-bottom: 10px;
}


.ks-bottom {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px;
}


.ks-left h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.ks-left ul {
        list-style-type: disc !important;
    padding-left: 20px;
}

.ks-left ul li {
    margin-bottom: 6px;
}


.ks-right img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 5px;
    
}

@media (max-width: 768px) {
    .ks-bottom {
        flex-direction: column;
    }

    .ks-right img {
        max-width: 100%;
    }

    .ks-train-title {
        font-size: 18px;
    }
}

/* .kspro-course-section {
    background: #f2f2f2;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
} */

.kspro-container {
    max-width: 1100px;
    margin: auto;
}

.kspro-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}


.kspro-fees-box {
    border: 1px solid #000;
    margin-bottom: 10px;
}

.kspro-fees-head {
    display: flex;
    justify-content: space-between;
    background: #163095;
    color: #fff;
    padding: 12px;
    font-weight: 600;
}

.kspro-fees-row {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #000;
}


.kspro-note {
    color: green;
    font-size: 13px;
    margin: 10px 0;
}


.kspro-btn {
    display: inline-block;
    background: #163095;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 30px;
}


.kspro-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.kspro-reverse {
    flex-direction: row-reverse;
}

.kspro-col {
    flex: 1;
}


.kspro-list-grid {
    display: flex;
    gap: 40px;
}

.kspro-list-grid ul {
        list-style-type: disc !important;

    padding-left: 20px;
}

.kspro-list-grid li {
    margin-bottom: 6px;
}


.kspro-img img {
    width: 100%;
    max-width: 420px;
    border-radius: 5px;
}


@media (max-width: 768px) {
    .kspro-row {
        flex-direction: column;
    }

    .kspro-reverse {
        flex-direction: column;
    }

    .kspro-list-grid {
        flex-direction: column;
    }

    .kspro-img img {
        max-width: 100%;
    }
}

/* .kselite-section {
    background: #f2f2f2;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
} */

.kselite-container {
    max-width: 1100px;
    margin: auto;
}

.kselite-title {
    font-size: 22px;
    font-weight: 700;
}

.kselite-duration {
    font-weight: 600;
    margin: 8px 0 20px;
}


.kselite-table {
    border: 1px solid #000;
    margin-bottom: 15px;
}

.kselite-head {
    display: flex;
    justify-content: space-between;
    background: #163095;
    color: #fff;
    padding: 12px;
    font-weight: 600;
}

.kselite-row {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    background: #fff;
    border-top: 1px solid #000;
}


.kselite-note {
    font-weight: 600;
    margin: 10px 0 20px;
}

.kselite-note-dark {
    font-weight: 600;
    margin: 6px 0;
}


.kselite-subtitle {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px;
}


.kselite-btn {
    display: inline-block;
    background: #163095;
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: 0.3s;
}

.kselite-btn:hover {
    background: #163095;
}


@media (max-width: 768px) {

    .kselite-head,
    .kselite-row {
        flex-direction: column;
        gap: 5px;
    }

    .kselite-title {
        font-size: 18px;
    }

    .kselite-subtitle {
        font-size: 18px;
    }
}

/* .ksgd-section {
    background: #f3f3f3;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
} */

.ksgd-container {
    max-width: 1100px;
    margin: auto;
}


.ksgd-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

.ksgd-reverse {
    flex-direction: row-reverse;
}

.ksgd-col {
    flex: 1;
}


.ksgd-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}


.ksgd-list {
    display: flex;
    gap: 40px;
}

.ksgd-list ul {
     list-style-type: disc !important;
    padding-left: 20px;
}

.ksgd-list li {
    margin-bottom: 6px;
    font-size: 14px;
}


.ksgd-img img {
    width: 100%;
    max-width: 450px;
    border-radius: 6px;
}


@media (max-width: 768px) {

    .ksgd-row {
        flex-direction: column;
    }

    .ksgd-reverse {
        flex-direction: column;
    }

    .ksgd-list {
        flex-direction: column;
    }

    .ksgd-img img {
        max-width: 100%;
    }

    .ksgd-text h3 {
        font-size: 18px;
    }
}

/* .ks-course-section {
  padding: 60px 20px;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
} */

.ks-container {
  max-width: 1200px;
  margin: auto;
}

.ks-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}

.ks-row-reverse {
  flex-direction: row-reverse;
}

.ks-content {
  flex: 1;
}

.ks-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ks-list-wrap {
  display: flex;
  gap: 50px;
}

.ks-list-wrap ul {
  padding: 0;
  margin: 0;
}

.ks-list-wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.ks-image {
  flex: 1;
  text-align: center;
}

.ks-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
}


@media (max-width: 992px) {
  .ks-row,
  .ks-row-reverse {
    flex-direction: column;
  }

  .ks-list-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .ks-content {
    text-align: center;
  }
}

/* .ks-course-section {
  padding: 60px 20px;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
} */

.ks-container {
  max-width: 1200px;
  margin: auto;
}

.ks-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 40px;
}

.ks-row-reverse {
  flex-direction: row-reverse;
}

.ks-content {
  flex: 1;
}

.ks-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ks-list-wrap {
  display: flex;
  gap: 50px;
}

.ks-list-wrap ul {
  padding: 0;
  margin: 0;
}

.ks-list-wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}


.ks-image {
  flex: 1;
  text-align: center;
}

.ks-image img {
  width: 100%;
  max-width: 420px;
}


.ks-seo-section {
  margin-top: 40px;
}

.ks-seo-text {
  font-size: 15px;
  margin-bottom: 15px;
}


.ks-table-wrap {
  margin: 20px 0;
  overflow-x: auto;
}

.ks-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.ks-table-wrap th {
  background: #163095;
  color: #fff;
  padding: 12px;
  text-align: center;
}

.ks-table-wrap td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}


.ks-seo-list {
  padding-left: 20px;
}

.ks-seo-list li {
  margin-bottom: 10px;
  list-style: disc;
}


@media (max-width: 992px) {
  .ks-row,
  .ks-row-reverse {
    flex-direction: column;
  }

  .ks-list-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .ks-content {
    text-align: center;
  }

  .ks-seo-list {
    text-align: left;
  }
}

/* .dg-summer-wrap{
  background:#f7f7f7;
  font-family: 'Poppins', sans-serif;
} */


.dg-summer-title{
  font-size:42px;
  font-weight:800;
  color:#163095;
  margin-bottom:10px;
}

.dg-summer-line{
  width:80px;
  height:4px;
  background:#163095;
  margin:auto;
  border-radius:10px;
}


.dg-summer-card{
  background:#fff;
  border-radius:20px;
  padding:14px;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  text-align:center;
  transition:0.3s;
  height:100%;
}

.dg-summer-card:hover{
  transform:translateY(-6px);
}


.dg-card-img{
  height:230px;
  border-radius:18px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  overflow:hidden;
}

.dg-card-img h3{
  color:#fff;
  font-size:28px;
  line-height:1.2;
  font-weight:900;
  text-align:center;
  z-index:2;
}


.dg-corner-icon{
  position:absolute;
  color:#fff;
  font-weight:900;
  font-size:28px;
  opacity:.8;
}

.dg-corner-icon.top{
  top:12px;
  right:14px;
}

.dg-corner-icon.bottom{
  bottom:12px;
  left:14px;
}


.dg-summer-card h4{
  margin-top:18px;
  font-size:32px;
  color:#1160ff;
  font-weight:800;
}

.dg-summer-card p{
  font-size:18px;
  color:#555;
  margin-bottom:0;
}


.dg-python-bg{
  background:linear-gradient(135deg,#1e39ff,#18375f);
}

.dg-php-bg{
  background:linear-gradient(135deg,#4d5d8e,#3a67ff);
}

.dg-dotnet-bg{
  background:linear-gradient(135deg,#145ea8,#1f00ff);
}

.dg-java-bg{
  background:linear-gradient(135deg,#850000,#163095);
}

.dg-android-bg{
  background:linear-gradient(135deg,#009d52,#006633);
}

.dg-flutter-bg{
  background:linear-gradient(135deg,#022d4d,#0d83cc);
}

.dg-ai-bg{
  background:linear-gradient(135deg,#53408d,#7c64d7);
}

.dg-iot-bg{
  background:linear-gradient(135deg,#0084b8,#16c5ff);
}


@media(max-width:992px){
.dg-summer-title{
  font-size:34px;
}
.dg-card-img{
  height:210px;
}
.dg-card-img h3{
  font-size:24px;
}
.dg-summer-card h4{
  font-size:28px;
}
}

@media(max-width:576px){
.dg-summer-title{
  font-size:28px;
}
.dg-card-img{
  height:190px;
}
.dg-card-img h3{
  font-size:20px;
}
.dg-summer-card h4{
  font-size:24px;
}
.dg-summer-card p{
  font-size:15px;
}
}

/* .dgvt-main-sec{
    background:#ffffff;
    font-family:'Poppins',sans-serif;
} */


.dgvt-main-title{
    font-size:28px;
    font-weight:800;
    color:#163095;
    margin-bottom:8px;
    line-height:1.2;
}

.dgvt-line{
    width:62px;
    height:4px;
    background:#163095;
    border-radius:10px;
    margin:0 auto 28px 340px;
}

.dgvt-para{
    font-size:18px;
    line-height:1.75;
    color:#222;
    margin-bottom:24px;
    font-weight:400;
}

.dgvt-para strong{
    font-weight:500;
}


/* .dgvt-bottom-box{
    background:#f3f3f3;
    border-radius:8px;
    padding:38px 25px;
    margin-top:20px;
}

.dgvt-bottom-box h3{
    color:#163095;
    font-size:52px;
    font-weight:600;
    margin:0;
    text-align:center;
} */


.dgvt-fee-card{
    /* background:#fff; */
    border:1px solid #e6e6e6;
    border-radius:18px;
    padding:28px 26px;
    position:sticky;
    top:20px;
    box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.dgvt-fee-title{
    font-size:28px;
    font-weight:700;
    color:#2a2a2a;
    margin-bottom:18px;
}

.dgvt-fee-list{
    padding-left:22px;
    margin:0 0 25px;
}

.dgvt-fee-list li{
    font-size:18px;
    color:#555;
    margin-bottom:12px;
    line-height:1.4;
}

.dgvt-fee-list li strong{
    color:#333;
    font-weight:700;
}

.dgvt-btn-enroll{
    display:block;
    width:100%;
    text-align:center;
    background:#2042cc;
    color:#fff;
    font-size:18px;
    font-weight:400;
    text-decoration:none;
    padding:10px 9px;
    border-radius:10px;
    transition:0.3s ease;
    /* margin-left: 50px; */
   

}

.dgvt-btn-enroll:hover{
    background:#163095;
    color:#fff;
}


@media(max-width:1399px){
.dgvt-main-title{font-size:40px;}
.dgvt-fee-title{font-size:32px;}
.dgvt-bottom-box h3{font-size:42px;}
.dgvt-para{font-size:18px;}
.dgvt-fee-list li{font-size:18px;}
.dgvt-btn-enroll{font-size:24px;}
.dgvt-line{margin-left:280px;}
}

@media(max-width:991px){
.dgvt-fee-card{
    position:relative;
    top:auto;
}
.dgvt-main-title{
    font-size:34px;
    text-align:center;
}
.dgvt-line{
    margin:0 auto 25px;
}
.dgvt-bottom-box h3{
    font-size:34px;
}
}

@media(max-width:767px){
.dgvt-main-title{
    font-size:28px;
}
.dgvt-para{
    font-size:16px;
    line-height:1.7;
}
.dgvt-fee-title{
    font-size:26px;
}
.dgvt-fee-list li{
    font-size:16px;
}
.dgvt-btn-enroll{
    font-size:20px;
    padding:14px;
}
.dgvt-bottom-box{
    padding:28px 18px;
}
.dgvt-bottom-box h3{
    font-size:28px;
}
}

.footerWaveLineX{
    width: 90%;
    height: 2px;
    margin: 0 auto 25px auto;
    background: rgba(255,255,255,0.7);
    border-radius: 50px;
    position: relative;
    z-index: 2;
}


footer{
    background: linear-gradient(90deg,#1d2bbd,#5b1fe0);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.ks-team-section {
    
    /* padding: 80px 20px; */
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.ks-container {
    max-width: 1200px;
    margin: auto;
}

.ks-team-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.ks-team-subtitle {
    color: #777;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 50px;
}

.ks-team-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.ks-team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 320px;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.ks-team-card:hover {
    transform: translateY(-10px);
}

.ks-team-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.ks-card-content {
    padding: 25px;
}

.ks-card-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ks-card-content span {
    color: #163095;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.ks-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}


@media (max-width: 992px) {
    .ks-team-card {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .ks-team-card {
        width: 100%;
    }

    .ks-team-title {
        font-size: 28px;
    }
}

.ksl-container {
    max-width: 1100px; /* 🔥 pehle 1400 tha, ab compact */
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ksl-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #163095;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    
}


.ksl-img {
    width: 32%; 
}

.ksl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ksl-content {
    width: 68%;
    padding: 20px; 
}

.ksl-content h2 {
    font-size: 22px; 
    font-weight: 700;
    margin-bottom: 5px;
}

.ksl-content h4 {
    color: #163095;
    margin-bottom: 12px;
    font-size: 14px;
}


.ksl-quote {
    background: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.ksl-quote p {
    font-size: 13px;
    line-height: 1.5;
}

.ksl-stats {
    display: flex;
    gap: 10px;
}

.ksl-stats div {
    background: #f1f1f1;
    padding: 2px;
    flex: 1;
    border-radius: 10px;
    text-align: center;
}

.ksl-stats h3 {
    color: #163095;
    font-size: 22px;
}

.ksl-stats span {
    font-size: 13px;
    color: #666;
    
}



.ks-team-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}


.ks-team-card {
    text-align: center;
}


.ks-team-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
}


.ks-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}


.ks-team-card:hover img {
    transform: scale(1.05);
}


.ks-team-card h3 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}


.ks-team-card p {
    color: #4a6cf7;
    font-size: 14px;
    margin-top: 5px;
}


@media (max-width: 992px) {
    .ks-team-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 576px) {
    .ks-team-container {
        grid-template-columns: 1fr;
    }

    .ks-team-img {
        height: 250px;
    }
}

.ks-contact-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}


.ks-contact-info {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 3px solid #3f51b5;
}

.ks-contact-info h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #222;
}

.ks-contact-info p {
    color: #555;
    margin-top: 8px;
    line-height: 1.6;
}


.ks-contact-form {
    flex: 1.2;
    position: sticky;
    top: 100px; 
}


.ks-contact-form form {
    background: #eaeaea;
    padding: 25px;
    border-radius: 10px;
}


.ks-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}


.ks-contact-form input,
.ks-contact-form textarea {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    background: #dcdcdc;
    font-size: 14px;
    outline: none;
}


.ks-contact-form textarea {
    height: 140px;
    resize: none;
    margin-bottom: 20px;
}


.ks-contact-form button {
    background: #2e3ea8;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.ks-contact-form button:hover {
    background: #1f2d7a;
}


@media (max-width: 992px) {
    .ks-contact-wrapper {
        flex-direction: column;
    }

    .ks-contact-form {
        position: static;
    }
}


@media (max-width: 576px) {
    .ks-form-row {
        flex-direction: column;
    }
}


.ksx-project-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    /* margin: auto; */
    padding: 40px 20px;
}


.ksx-main-content {
    flex: 2;
}


.ksx-project-sidebar {
    flex: 1;
    /* background: #f4f4f4; */
    padding: 25px;
    border-radius: 10px;
    position: sticky;
    top: 100px; 
    border: 1px solid #ddd;
}


.ksx-project-sidebar h2 {
    font-size: 26px;
    margin-bottom: 20px;
}


.ksx-info-item {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.ksx-info-item:last-child {
    border-bottom: none;
}

.ksx-info-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ksx-info-item p {
    color: #444;
    font-size: 15px;
}


.ksx-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.ksx-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #3f51b5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f51b5;
    transition: 0.3s;
}

.ksx-social a:hover {
    background: #3f51b5;
    color: #fff;
}


@media (max-width: 992px) {
    .ksx-project-wrapper {
        flex-direction: column;
    }

    .ksx-project-sidebar {
        position: static; 
    }
}

/*   CONTACT FORM CSS START  */

.zxq-fixed-contact-wrapper{
    position: sticky;
    top: 120px;
    margin-top: 30px;
    width: 100%;
}

.zxq-fixed-contact-box{
    background: rgb(11, 11, 49, 0.05);
    padding: 28px;
    border-radius: 18px;
    /* box-shadow: 0 10px 35px rgba(0,0,0,0.10); */
    border: 1px solid #ececec;
}

.zxq-fixed-contact-box h3{
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.zxq-fixed-contact-box p{
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 22px;
}

.zxq-input-group{
    margin-bottom: 16px;
}

.zxq-input-group input,
.zxq-input-group textarea{
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
    background: #fafafa;
}

.zxq-input-group textarea{
    min-height: 120px;
    resize: none;
}

.zxq-input-group input:focus,
.zxq-input-group textarea:focus{
    border-color: #163095;
    background: #fff;
}

.zxq-fixed-contact-box button{
    width: 100%;
    border: none;
    background: #163095;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.zxq-fixed-contact-box button:hover{
    background: #163095;
}



@media (max-width: 991px){

    .zxq-fixed-contact-wrapper{
        position: relative;
        top: 0;
    }

}

@media (max-width: 576px){

    .zxq-fixed-contact-box{
        padding: 22px;
    }

    .zxq-fixed-contact-box h3{
        font-size: 24px;
    }

}

/*   CONTACT FORM CSS END  */

/* contact map */

.ks-contact-map-wrapper {
    width: calc(100% - 110px);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
/* map section end */


/* partner section */

.section-title2 {
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5;
    font-size: 600;
}
.flx-techwrap-sec{
    display:flex;
    flex-wrap:wrap;
}


.flx-five-col{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    box-sizing: border-box;
}

.flx-techcard-box{
    height: 180px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 35px rgba(0,0,0,0.08);
}

.flx-techcard-box img{
    max-width: 75%;
    height: auto;
}


@media(max-width: 1399px){
    .flx-techcard-box{
        height: 175px;
    }
}

@media(max-width: 991px){
    .flx-five-col{
        flex: 0 0 33.33%;
        max-width: 33.33%;   
    }

    .flx-techwrap-sec{
        padding: 30px 20px;
    }

    .flx-techcard-box{
        height: 110px;
    }
}

@media(max-width: 575px){
    .flx-five-col{
        flex: 0 0 50%;
        max-width: 50%;   
    }

    .flx-techwrap-sec{
        padding: 20px 12px;
    }

    .flx-techcard-box{
        height: 115px;
        border-radius: 10px;
    }

    .flx-techcard-box img{
        max-width: 82%;
    }
}

@media(max-width: 420px){
    .flx-five-col{
        flex: 0 0 100%;
        max-width: 100%;  
    }

    .flx-techcard-box{
        height: 95px;
    }
}

.mean-container .meanmenu-reveal{
    display:none !important;
}


.nivraj-responsive-menu{
    display:flex;
    justify-content:space-between;
    align-items:center;
}


.menu-btn{
    background:none;
    border:none;
    font-size:28px;
    color:#000;
}


.mobile-sidebar{
    position:fixed;
    top:0;
    right:-100%;
    width:320px;
    height:100%;
    background:#fff;
    z-index:999999;
    transition:0.4s;
    overflow-y:auto;
    padding:20px;
}


.mobile-sidebar.active{
    right:0;
}


.sidebar-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.sidebar-logo{
    width:140px;
}

.close-btn{
    background:none;
    border:none;
    font-size:24px;
}


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

.sidebar-menu li{
    border-bottom:1px solid #eee;
}

.sidebar-menu li a{
    display:block;
    padding:14px 0;
    color:#000;
    text-decoration:none;
    font-size:16px;
}


.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.5);
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

 .mean-container .meanmenu-reveal {
    display: none !important;
}


.sidebar-submenu{
    display:none;
    padding-left:15px;
}

.sidebar-submenu li a{
    font-size:14px !important;
    padding:10px 0 !important;
}

.dropdown-btn{
    display:flex !important;
    justify-content:space-between;
    align-items:center;
}


.nivraj-responsive-menu{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu-btn{
    border:none;
    background:none;
    font-size:28px;
    color:#000;
}


/* .nvx-bs-services-section{
    background: #f7f8fc;
    overflow: hidden;
} */

/* .nvx-small-title{
    color: #3b5cff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.nvx-main-title{
    font-size: 42px;
    font-weight: 700;
    margin-top: 12px;
    color: #1d2746;
}

.nvx-main-para{
    max-width: 700px;
    margin: auto;
    color: #6c757d;
    font-size: 17px;
    line-height: 1.8;
}



.nvx-service-card{
  
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: 0.4s;
    height: 100%;
   
}



.nvx-service-img{
    position: relative;
    overflow: hidden;
}

.nvx-service-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s;
}

.nvx-service-card:hover img{
    transform: scale(1.08);
}



.nvx-service-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b5cff;
    font-size: 24px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}



.nvx-service-content{
    padding: 30px;
}

.nvx-service-content h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1d2746;
}

.nvx-service-content p{
    color: #6c757d;
    line-height: 1.9;
    margin-bottom: 20px;
}

.nvx-service-btn{
    text-decoration: none;
    color: #3b5cff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}



.nvx-arrow-btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b5cff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}



@media(max-width:991px){

    .nvx-main-title{
        font-size: 34px;
    }

    .nvx-service-content h3{
        font-size: 24px;
    }

    .nvx-service-img img{
        height: 220px;
    }
}

@media(max-width:767px){

    .nvx-main-title{
        font-size: 28px;
    }

    .nvx-main-para{
        font-size: 15px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
} */


.nvx-small-title{
    color: #3b5cff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.nvx-main-title{
    font-size: 42px;
    font-weight: 700;
    margin-top: 12px;
    color: #1d2746;
}

.nvx-main-para{
    max-width: 700px;
    margin: auto;
    color: #6c757d;
    font-size: 17px;
    line-height: 1.8;
}

/* =========================
SERVICE CARD
========================= */

.nvx-service-card{
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: 0.4s;
    height: 100%;
    background: #fff;
    position: relative;
}

.nvx-service-card:hover{
    transform: translateY(-8px);
}

.nvx-service-img{
    position: relative;
    overflow: hidden;
}

.nvx-service-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s;
}

.nvx-service-card:hover img{
    transform: scale(1.08);
}

/* =========================
ICON
========================= */

.nvx-service-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b5cff;
    font-size: 24px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}

/* =========================
CONTENT
========================= */

.nvx-service-content{
    padding: 30px;
}

.nvx-service-content h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1d2746;
    line-height: 1.3;
}

.nvx-service-content p{
    color: #6c757d;
    line-height: 1.9;
    margin-bottom: 20px;
}

.nvx-service-btn{
    text-decoration: none;
    color: #3b5cff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}



#nvxServiceCarousel{
    position: relative;
}

#nvxServiceCarousel .carousel-control-prev,
#nvxServiceCarousel .carousel-control-next{
    width: auto;
    opacity: 1;
    top: 130px; /* image ke center me */
    transform: translateY(-50%);
    z-index: 20;
}

#nvxServiceCarousel .carousel-control-prev{
    left: -28px;
}

#nvxServiceCarousel .carousel-control-next{
    right: -28px;
}

/* =========================
ARROW DESIGN
========================= */

.nvx-arrow-btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b5cff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    font-size: 18px;
    transition: 0.3s;
}

.nvx-arrow-btn:hover{
    background: #3b5cff;
    color: #fff;
    transform: scale(1.05);
}



@media(max-width:991px){

    .nvx-main-title{
        font-size: 34px;
    }

    .nvx-service-content h3{
        font-size: 24px;
    }

    .nvx-service-img img{
        height: 220px;
    }

    #nvxServiceCarousel .carousel-control-prev{
        left: 10px;
    }

    #nvxServiceCarousel .carousel-control-next{
        right: 10px;
    }

    #nvxServiceCarousel .carousel-control-prev,
    #nvxServiceCarousel .carousel-control-next{
        top: 110px;
    }
}

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

@media(max-width:767px){

    .nvx-main-title{
        font-size: 28px;
    }

    .nvx-main-para{
        font-size: 15px;
    }

    .nvx-service-content{
        padding: 22px;
    }

    .nvx-service-content h3{
        font-size: 22px;
    }

    .nvx-service-img img{
        height: 220px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
}


.nr-client-support-section{
    background: #f5f7fb;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}



.nr-support-content{
    padding-top: 10px;
    padding-right: 40px;
}

.nr-support-badge{
    display: inline-block;
    background: #e8edf7;
    color: #0d2f6f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 11px 22px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.nr-support-content h2{
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    color: #000;
    margin-bottom: 28px;
}

.nr-support-content h2 span{
    background: linear-gradient(90deg,#2743a3,#ff5c70);
    
}

.nr-support-content p{
    font-size: 21px;
    line-height: 1.9;
    color: #4e5565;
    margin-bottom: 18px;
}

.nr-support-content p strong{
    color: #000;
    font-weight: 600;
}

.nr-support-bottom-text{
    margin-top: 40px;
    font-size: 20px;
    color: #9ca3af;
    letter-spacing: 0.3px;
}



.nr-support-images{
    position: relative;
    height: 520px;
}

.nr-support-img{
    position: absolute;
    overflow: hidden;
}

.nr-support-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.nr-support-img1{
    width: 52%;
    height: 470px;
    left: 0;
    top: 0;
    z-index: 1;
}



.nr-support-img2{
    width: 52%;
    height: 470px;
    right: 0;
    top: 0;
    z-index: 2;
}



.nr-support-card-row{
    margin-top: -65px;
    position: relative;
    z-index: 10;
}

.nr-support-card{
    background: #fff;
    border-radius: 22px;
    padding: 36px 36px;
    height: 100%;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    transition: .4s;
}

.nr-support-card:hover{
    transform: translateY(-8px);
}

.nr-support-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(-135deg, #163095 0%, #2380bc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.nr-support-icon i{
    color: #fff;
    font-size: 24px;
}

.nr-support-card h4{
    font-size: 22px;
    font-weight: 600;
    color: #062b67;
    margin-bottom: 16px;
}

.nr-support-card p{
    font-size: 17px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}



@media(max-width:1199px){

    .nr-support-content h2{
        font-size: 48px;
    }

    .nr-support-content p{
        font-size: 18px;
    }

    .nr-support-img1,
    .nr-support-img2{
        height: 420px;
    }
}

@media(max-width:991px){

    .nr-client-support-section{
        padding: 70px 0 60px;
    }

    .nr-support-content{
        padding-right: 0;
        margin-bottom: 50px;
    }

    .nr-support-content h2{
        font-size: 42px;
    }

    .nr-support-images{
        height: auto;
        display: flex;
        gap: 20px;
    }

    .nr-support-img{
        position: relative;
        width: 50%;
        height: 320px;
    }

    .nr-support-img1,
    .nr-support-img2{
        left: auto;
        right: auto;
        top: auto;
    }

    .nr-support-card-row{
        margin-top: 50px;
    }
}

@media(max-width:767px){

    .nr-support-content h2{
        font-size: 34px;
    }

    .nr-support-content p{
        font-size: 16px;
        line-height: 1.8;
    }

    .nr-support-bottom-text{
        font-size: 17px;
    }

    .nr-support-images{
        flex-direction: column;
    }

    .nr-support-img{
        width: 100%;
        height: 250px;
    }

    .nr-support-card{
        padding: 28px;
    }

    .nr-support-card h4{
        font-size: 21px;
    }

    .nr-support-card p{
        font-size: 15px;
    }
}



.nr-counter-section{
    /* background: #f6f7fb; */
    padding: 70px 0;
    overflow: hidden;
}

.nr-counter-box{
    text-align: center;
    position: relative;
    padding: 0 20px;
}



.nr-counter-border::after{
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background: #d9dee8;
}



.nr-counter-icon{
    width: 65px;                             
    height: 65px;
    margin: 0 auto 24px;
    border-radius: 22px;
    background: linear-gradient(-135deg, #163095 0%, #2380bc 100%);;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nr-counter-icon i{
    color: #fff;
    font-size: 25px;
}



.nr-counter-box h2{
    font-size: 58px;
    line-height: 1;
    font-weight: 600;
    color: #2442a6;
    margin-bottom: 14px;
}



.nr-counter-box h4{
    font-size: 22px;
    font-weight: 600;
    color: #0b1d3a;
    margin-bottom: 10px;
}



.nr-counter-box p{
    font-size: 18px;
    color: #697386;
    margin: 0;
}



@media(max-width:1199px){

    .nr-counter-box h2{
        font-size: 48px;
    }

    .nr-counter-box h4{
        font-size: 20px;
    }
}

@media(max-width:991px){

    .nr-counter-section{
        padding: 60px 0 30px;
    }

    .nr-counter-box{
        margin-bottom: 40px;
    }

    .nr-counter-border::after{
        display: none;
    }
}

@media(max-width:767px){

    .nr-counter-section{
        padding: 50px 0 20px;
    }

    .nr-counter-icon{
        width: 62px;
        height: 62px;
        border-radius: 18px;
        margin-bottom: 18px;
    }

    .nr-counter-icon i{
        font-size: 24px;
    }

    .nr-counter-box h2{
        font-size: 42px;
    }

    .nr-counter-box h4{
        font-size: 18px;
    }

    .nr-counter-box p{
        font-size: 15px;
    }
}

@media(max-width:575px){

    .nr-counter-box{
        padding: 0 10px;
    }

    .nr-counter-box h2{
        font-size: 36px;
    }

    .nr-counter-box h4{
        font-size: 16px;
    }

    .nr-counter-box p{
        font-size: 14px;
    }
}



.nr-faq-section{
    background: #f6f7fb;
    padding: 90px 0;
    overflow: hidden;
}


.nr-faq-heading{
    text-align: center;
    margin-bottom: 60px;
}

.nr-faq-heading h2{
    font-size: 62px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
}

.nr-faq-heading p{
    font-size: 22px;
    color: #7b8497;
    margin-bottom: 22px;
}

.nr-faq-line{
    width: 90px;
    height: 3px;
    background: linear-gradient(-135deg, #163095 0%, #2380bc 100%);
    display: inline-block;
    border-radius: 30px;
}

.nr-faq-accordion{
    border-radius: 24px;
    overflow: hidden;
}

.nr-faq-item{
    border: 1px solid #dce2ee !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.nr-faq-item:first-child{
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
}

.nr-faq-item:last-child{
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
}

.nr-faq-item .accordion-button{
    background: #fff;
    border: none;
    box-shadow: none !important;
    padding: 28px 28px;
    font-size: 21px;
    font-weight: 400;
    color: #1f2937;
    line-height: 1.6;
}

.nr-faq-item .accordion-button:not(.collapsed){
    background: #fff;
    color: #1f2937;
}

.nr-faq-item .accordion-button::after{
    background-image: none !important;
    content: "+";
    font-size: 34px;
    font-weight: 200;
    color: #9aa3b4;
    transform: none !important;
    width: auto;
    height: auto;
}

.nr-faq-item .accordion-button:not(.collapsed)::after{
    content: "−";
}

.nr-faq-item .accordion-body{
    padding: 0 28px 26px;
    font-size: 17px;
    line-height: 1.9;
    color: #6b7280;
    background: #fff;
}


.nr-faq-image-box{
    background: #d8e2f2;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    margin-bottom: 24px;
    height: 386px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nr-faq-image-box img{
    width: 100%;
    max-width: 360px;
    
}



.nr-faq-contact-box{
    background: #fff;
    border: 1px solid #dce2ee;
    border-radius: 22px;
    padding: 24px 26px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nr-faq-contact-left{
    display: flex;
    align-items: center;
    gap: 18px;
}

.nr-faq-contact-icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #3463eb;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nr-faq-contact-icon i{
    color: #3463eb;
    font-size: 24px;
}

.nr-faq-contact-left h4{
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
}

.nr-faq-contact-left p{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #7c879c;
}

.nr-faq-contact-btn{
    min-width: 145px;
    height: 48px;
    background: linear-gradient(-135deg, #163095 0%, #2380bc 100%);;
    border-radius: 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;

    transition: .4s;
}

.nr-faq-contact-btn:hover{
    color: #fff;
    transform: translateY(-3px);
}



@media(max-width:1199px){

    .nr-faq-heading h2{
        font-size: 52px;
    }

    .nr-faq-item .accordion-button{
        font-size: 18px;
    }
}

@media(max-width:991px){

    .nr-faq-section{
        padding: 70px 0;
    }

    .nr-faq-heading{
        margin-bottom: 45px;
    }

    .nr-faq-heading h2{
        font-size: 42px;
    }

    .nr-faq-heading p{
        font-size: 18px;
    }

    .nr-faq-image-box{
        margin-top: 40px;
        height: auto;
        padding: 35px;
    }
}

@media(max-width:767px){

    .nr-faq-section{
        padding: 55px 0;
    }

    .nr-faq-heading h2{
        font-size: 34px;
        line-height: 1.3;
    }

    .nr-faq-heading p{
        font-size: 16px;
        line-height: 1.8;
    }

    .nr-faq-item .accordion-button{
        font-size: 16px;
        padding: 22px 20px;
    }

    .nr-faq-item .accordion-body{
        padding: 0 20px 22px;
        font-size: 15px;
    }

    .nr-faq-image-box{
        padding: 24px;
    }

    .nr-faq-contact-box{
        flex-direction: column;
        align-items: flex-start;
    }

    .nr-faq-contact-btn{
        width: 100%;
    }
}

.niv-college-section {
    background: #f8f8f8;

    padding:70px 30px 40px;

}

.niv-college-heading {
    font-size: 58px;
    font-weight: 700;
    color: #0d3b7a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.niv-college-subheading {
    font-size: 21px;
    color: #555;
    max-width: 900px;
    margin: auto;
    line-height: 1.7;
}

.niv-college-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 36px 28px;
    height: 100%;
    min-height: 280px;
    transition: 0.4s ease;
}

.niv-college-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.niv-college-card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    color: #0d3b7a;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.niv-college-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0d3b7a;
    line-height: 1.6;
    margin-bottom: 14px;
}

.niv-college-card p {
    font-size: 18px;
    color: #555;
    margin-bottom: 0;
}


.row.g-4 {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}


@media only screen and (max-width: 767px) {

    .niv-college-section {
        padding: 60px 0;
    }

    .niv-college-heading {
        font-size: 38px;
    }

    .niv-college-subheading {
        font-size: 17px;
        padding: 0 10px;
    }

    .niv-college-card {
        padding: 30px 24px;
        min-height: 330px;
        margin: 10px;
    }

    .niv-college-card h3 {
        font-size: 22px;
        line-height: 1.6;
    }

    .niv-college-card h4 {
        font-size: 19px;
    }

    .niv-college-card p {
        font-size: 17px;
    }
}


.row.g-4 {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}



.niv-college-card {
    width: 100%;
    height: 100%;
}

.niv-college-image {
    text-align: center;
    margin-bottom: 15px;
}

.niv-college-image img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.nivraj-footer-actions{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin:25px 0;
    flex-wrap:nowrap; 
}

.nivraj-footer-btn{
    width:170px;
    height:52px;
    border:1.5px solid #ffffff;
    border-radius:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#ffffff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    background:transparent;
    transition:all .3s ease;
}

.nivraj-footer-btn i{
    font-size:16px;
}

.nivraj-footer-btn:hover{
    background:#ffffff;
    color:#2d2285;
}


@media (max-width:576px){

    .nivraj-footer-actions{
        gap:10px;
    }

    .nivraj-footer-btn{
        width:135px;
        height:44px;
        font-size:13px;
    }

    .nivraj-footer-btn i{
        font-size:13px;
    }
}

.nivraj-founder-section{
    padding:70px 20px 40px;
}



.nivraj-founder-card{
    background:linear-gradient(90deg,#3c4eb2 0%,#25004f 100%);
    border-radius:25px;
    padding:30px;
    overflow:hidden;
    max-width:1400px;
    margin:0 auto;
}

.nivraj-founder-image-wrap{
    position:relative;
    text-align:center;
    max-width:340px;
    margin:0 auto;
}

.nivraj-image-border{
    position:absolute;
    top:18px;
    left:-18px;
    width:100%;
    height:100%;
    border:10px solid rgba(255,255,255,.85);
    z-index:1;
}

.nivraj-founder-image{
    position:relative;
    z-index:2;
    width:100%;
    height:280px;   
    overflow:hidden;
    border-radius:8px;
}

.nivraj-founder-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
   
    display:block;
    
}

.nivraj-founder-caption{
    margin-top:12px;
    color:#fff;
}

.nivraj-founder-caption h3{
    font-size:16px;
    font-weight:500;
    margin-bottom:4px;
}

.nivraj-founder-caption p{
    font-size:25px;
    margin:0;
}

.nivraj-founder-content{
    color:#fff;
    padding-left:30px;
}

.nivraj-founder-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:25px;
    color: #fff;
}

.nivraj-founder-content h2{
    font-size:18px;
    font-weight:500;
    margin-bottom:10px;
}

.nivraj-founder-content h5{
    font-size:14px;
    font-style:italic;
    margin-bottom:30px;
}

.nivraj-social-icons{
    display:flex;
    gap:10px;
    margin-top:10px;
}

.nivraj-social-icons a{
    width:56px;
    height:56px;
    background:#fff;
    color:#222;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:22px;
}


@media (max-width: 767px) {
    .nivraj-founder-content {
        display: none;
    }
}

.nivraj-founder-caption h3,
.nivraj-founder-caption p {
    color: #fff;
}


@media(max-width:991px){

    .nivraj-founder-content{
        padding-left:0;
        margin-top:40px;
        text-align:center;
    }

    .nivraj-founder-image img{
        height:250px;
    }

    .nivraj-founder-content h2{
        font-size:16px;
    }

    .nivraj-founder-content h5{
        font-size:20px;
    }

    .nivraj-founder-content p{
        font-size:16px;
    }

    .nivraj-social-icons{
        justify-content:center;
    }
}

@media(max-width:576px){

    .nivraj-image-border{
        display:none;
    }

    .nivraj-founder-image img{
        height:auto;
        width:100%;
    }

    .nivraj-founder-caption h3{
        font-size:15px;
    }

    .nivraj-founder-caption p{
        font-size:14px;
    }
}



 


