 body {
      min-height: 100vh;
      color: #0b0b3b;
    }
    .container{
      max-width: 1160px;
    }
    .navbar {
      background: linear-gradient(133deg, #100d25 ,#232350);
      list-style-type: none;
      overflow: hidden;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 2;
    }
    .navbar .navbar-brand {
      color: #fff !important;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 1.4rem;
      display: block;
    }
    .navbar .btn-apply {
      background: #fff;
      color: #232350;
      border-radius: 0% !important;
      font-weight: 600;
      padding: 0.4rem 1.2rem;
    }
    .navbar .btn-apply:hover {
      background: #f3f3f7;
      color: #232350;
    }
    .badge-pro {
      background: #e8f1ff;
      color: #2373fd;
      font-weight: 600;
      border-radius: 2rem;
      font-size: 1.0rem;
      padding: 0.5em 1.2em;
      border: 1px solid #2373fd;
    }
    .section-hero {
      background: #fff;
      box-shadow: 0 6px 32px rgba(36, 53, 130, 0.07);
      padding-top: 3.2rem;
      padding-left: 1.0rem;
      margin-top: 3.2rem;
    }
    .hero-title {
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: -1.2px;
      color: #232350;
    }
    .hero-desc {
      color: rgb(32 38 88/var(1,1));
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin-top: 0.9rem;
      margin-bottom: 2rem;
      max-width: 500px;
    }
    .hero-actions .btn-primary {
      background: #232350;
      border: none;
      border-radius: 0px !important;
      font-weight: 600;
      padding: 8px 20px;
    }
    .hero-actions .btn-outline-primary {
      border-color: #e5e6ee;
      color: #232350;
      background: #fff;
      border-radius: 0% !important;
      font-weight: 600;
      padding: 0.8rem 2.2rem;
      box-shadow: 0 1px 4px #232350;
    }
    .hero-img {
      max-width: 450px;
      margin-left: auto;
    }
    .stats-card {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 4px 24px rgba(36, 53, 130, 0.08);
      z-index: 1;
      position: relative;
      top: 50px;

    }
    .stats-value {
      font-size: 2rem;
      font-weight: 700;
      color: #232350;
    }
    .stats-label {
      font-size: 1.1rem;
      color: #8e98b8;
    }
    .section-testimonials {
      padding-top: 4.5rem;
      background: linear-gradient(133deg, #100d25 ,#232350);
      color: #fff;
      min-height: 550px;
    }
    .section-testimonials .section-title {
      font-size: 2.6rem;
      font-weight: 700;
      margin-bottom: 0.6rem;
    }
    .section-testimonials .section-desc {
      color: #d9f9fd;
      font-size: 1.13rem;
      margin-bottom: 2.3rem;
    }
    .filter-btn-group .btn {
      border-radius: 0.4rem;
      background: #181843;
      color: #d9f9fd;
      margin-right: 0.3rem;
      border: 1px solid white;
      font-weight: 500;
      padding: 0.4rem 1.2rem;
    }
    .filter-btn-group .btn.active, .filter-btn-group .btn:active {
      background: #fff;
      color: #232350;
      font-weight: 600;
    }
    .testimonial-card {
      background: #fff;
      border-radius: 0.6rem;
      box-shadow: 0 4px 24px rgba(36, 53, 130, 0.16);
      color: #232350;
      padding: 2.0rem;
      min-width: 400px;
      max-width: 450px;
      margin: 0 1rem;
      transition: box-shadow 0.2s;
      position: relative;
      height: 400px;
    }
    .testimonial-card .user-img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #dbeafe;
      object-fit: cover;
      margin-right: 1rem;
    }
    .testimonial-card .user-name {
      font-size: 1.1rem;
      font-weight: 700;
    }
    .testimonial-card .user-role {
      color: #7577a7;
      font-size: 0.98rem;
      margin-bottom: 0.2rem;
    }
    .testimonial-card .user-exp {
      color: #29902d;
      font-size: 0.96rem;
      font-weight: 500;
      margin-top: 0.25rem;
      
    }
    .testimonial-card .years {
      color: #115413;
      text-align: right;

    }
    .testimonial-card .label {
      color: #7577a7;
    }
    .testimonial-card .hike {
      font-weight: 700;
      color: #16a34a;
      margin-left: 0.5rem;
    }
   .transition-box {
  background: #f9fbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin: 2px;
  border-radius: 10px;
  border: 1px solid #eef1f5;
}

.company {
  font-size: 15px;
  text-align: center;
}

.company .role {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.hike {
  text-align: center;
}

.hike .label {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.hike-value {
  color: #00aa44;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

    .quote-box {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.quote-icon {
  color: #cfe2f3;
  font-size: 24px;
  vertical-align: middle;
}
    .carousel-controls {
      text-align: center;
      margin-top: 2rem;
    }
    .carousel-controls .btn {
      background: #fff;
      color: #232350;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      border: none;
      margin: 0 0.5rem;
      font-size: 1.1rem;
      box-shadow: 0 2px 8px rgba(36, 53, 130, 0.12);
      transition: background 0.2s;
    }
    .carousel-controls .btn:hover {
      background: #2373fd;
      color: #fff;
    }
/* Module section */
    .module-section {
      width: 100%;
      background-color: #fff;
    }
    .test-center {
      background: #fff;
      box-shadow: 0 6px 32px rgba(36, 53, 130, 0.07);
      padding-top: 3.2rem;
      padding-left: 1.0rem;
      margin-top: 3.2rem;
    }
    .curriculum-title {
      font-size: 2.6rem;
      font-weight: 700;
      color: #181847;
    }
    .curriculum-desc {
      color: #242446;
      font-size: 1.09rem;
      margin-bottom: 2.6rem;
    }
    .batch-switch {
      margin-bottom: 2.2rem;
    }
    .batch-switch .btn {
      border-radius: 0.2rem !important;
      font-weight: 600;
      padding: 0.75rem 2.2rem;
      font-size: 1.07rem;
    }
    button.btn.btn-primary{
      background-color: #232350;
      border: none;
    }
    .batch-switch .btn-primary {
      background: #232350;
      color: #fff;
      border: none;
    }
    .batch-switch .btn-outline-primary {
      color: #232350;
      background: #fff;
      box-shadow: 0 1px 4px #232350;
    }
    .batch-switch .btn-outline-primary.active {
      background: #232350;
      color: #fff;
      border-color: #232350;
    }
    .modules-list {
      min-width: 240px;
      max-width: 285px;
      padding-top: 10px;
    }
    .modules-list .module-item {
      margin-bottom: 0.88rem;
      font-size: 1.02rem;
    }
    .modules-list .module-item.selected {
      background: #e7f9ed;
      color: #020202;
      font-weight: 600;
      border-radius: 0.38rem;
      padding: 0.6rem 0.7rem 0.7rem 0.7rem;
    }
    .modules-list .module-label {
      font-weight: 600;
      color: #181847;
    }
    .modules-list .module-sub {
      color: #888ab5;
      font-size: 0.93rem;
    }
    .curriculum-detail-card {
      /*border: 0.5px solid #232350; */
      border-radius: 0.8rem;
      background: #fff;
      box-shadow: 0 1px 4px #232350;
      min-height: 360px;
      padding: 2.2rem 2.5rem 2rem 2.5rem;
      font-size: 1.08rem;
      color: #232350;
      overflow: scroll;
    }
    .curriculum-detail-card::-webkit-scrollbar {
      display: none;
    }
/* Hide scrollbar for IE, Edge and Firefox */
    .curriculum-detail-card {
       -ms-overflow-style: none;  /* IE and Edge */
       scrollbar-width: none;  /* Firefox */
    }
    .curriculum-detail-card h5 {
      font-size: 1.17rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }
    .curriculum-detail-card .detail-section {
      margin-bottom: 0.9rem;
    }
    .curriculum-detail-card .detail-section .bi {
      color: #232350;
      margin-right: 0.32rem;
    }
    .curriculum-detail-card ul {
      margin-bottom: 0.6rem;
      padding-left: 1.1rem;
    }
    .curriculum-detail-card li {
      margin-bottom: 0.32rem;
      font-size: 1.03rem;
    }
    .curriculum-detail-card .outcomes {
      border-top: 1.5px solid #e2e3ef;
      margin-top: 1.1rem;
      padding-top: 1rem;
      color: #232350;
      font-weight: 600;
    }
    /*
    .outcomes .detail-sub {
      margin-bottom: 0.9rem;
    }
    .outcomes .detail-sub .bi {
      color: #232350;
      margin-right: 0.32rem;
    }
    .detail-sub ul {
      margin-bottom: 0.6rem;
      padding-left: 1.1rem;
    }
    .detail-sub li {
      margin-bottom: 0.32rem;
      font-size: 1.03rem;
    } */
    .download-syllabus-btn {
      background: #232350;
      color: #fff;
      border-radius: 0.65rem;
      font-weight: 600;
      padding: 1.1rem 0;
      font-size: 1.19rem;
      margin-top: 3.5rem;
      width: 450px;
      max-width: 90vw;
      box-shadow: 0 3px 24px rgba(36, 53, 130, 0.09);
      border: none;
      transition: background 0.2s;
    }
    .download-syllabus-btn:hover {
      background: #2732ba;
      color: #fff;
    }
/* why visible campus section */
    .why-visible-campus-section {
       background: linear-gradient(133deg, #100d25 ,#232350);
       padding: 60px 0 35px 0;
       text-align: center;
    }
    .why-visible-campus-title {
       color: #fff;
       font-weight: 700;
       font-size: 2.6rem;
       margin-bottom: 60px;
       letter-spacing: -1px;
    }
    .why-feature {
       color: #fff;
       text-align: center;
       margin-bottom: 30px;
    }
    .why-feature .why-icon-box {
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto 25px auto;
       width: 60px;
       height: 60px;
       background: rgba(255,255,255,0.06);
       border-radius: 12px;
       box-shadow: 0 1px 4px #fafafa;
       transition: box-shadow 0.2s;
    }
    .why-feature .why-icon-box i {
       font-size: 2.3rem;
       color: #e0e0ff;
    }
    .why-feature-title {
       font-size: 1.1rem;
       font-weight: 600;
       margin-bottom: 8px;
    }
    .why-feature-desc {
       color: #d5d6ea;
       font-size: 1.07rem;
       line-height: 1.35;
       font-weight: 400;
       max-width: 280px;
       margin: 0 auto;
    }

/* Placement Section */
    .placements-section {
       background: #fff;
       background-image: url('/assets/images/landingbg.webp');
        background-position: left;
        background-repeat: no-repeat;
        padding: 55px 0 35px 0;
    }
    .placements-content {
       min-height: 340px;
       display: flex;
       align-items: center;
       justify-content: space-between;
       gap: 40px;
    }
    .placements-heading {
       color:  #0f175e;
       font-size: 2.8rem;
       font-weight: 400;
       line-height: 1.17;
       margin-bottom: 18px;
    }
    .placements-heading span {
       color: #141d50;
       font-weight: bolder;
        font-size: 3rem;
    }
    .placements-sub {
       color: #555555;
       font-size: 1.17rem;
       margin-top: 18px;
       margin-bottom: 0;
    }

/* Certificate Section */
    .certificate-section {
       background: linear-gradient(133deg, #100d25 ,#232350);
       padding: 70px 0 60px 0;
       min-height: 430px;
    }
    .certificate-flex {
       display: flex;
       align-items: center;
       justify-content: center;
       gap: 90px;
    }
    .certificate-img-box {
       min-width: 470px;
       max-width: 470px;
       min-height: 370px;
       background: #fff;
       display: flex;
       align-items: center;
       justify-content: center;
       overflow: hidden;
    }
    .certificate-img-box img {
       width: 100%;
       height: 100%;
       object-fit: auto;
    }
    .certificate-text-box {
       color: #fff;
       font-weight: 700;
       font-size: 2.6rem;
       line-height: 1.18;
       max-width: 650px;
    }
/*  FAQ Section  */
    
    .faq-section {
       padding: 48px 0 40px 0;
       background-color: #fff;
    }
    .faq-title {
       font-size: 3.1rem;
       font-weight: 600;
       color: #182178;
       margin-bottom: 26px;
       line-height: 1.08;
    }
    .faq-subtitle {
       font-weight: 600;
       font-size: 1.15rem;
       color: #212359;
       margin-bottom: 17px;
       margin-top: 12px;
    }
    .faq-callback-btn {
       background: #1877ff;
       color: #fff;
       font-size: 1.25rem;
       font-weight: 600;
       border-radius: 2px;
       padding: 14px 0;
       width: 310px;
       max-width: 100%;
       border: none;
       margin-top: 10px;
       box-shadow: 0 3px 16px 0 #1877ff13;
       transition: background 0.2s;
    }
    .faq-callback-btn:hover {
       background: #095cd4;
    }
    .faq-accordion {
       width: 100%;
       max-width: 700px;
    }
    .faq-card {
       background: #fff;
       border-radius: 13px;
       margin-bottom: 22px;
       box-shadow: 0 5px 16px 0 rgba(28,34,78,0.07);
       border: none;
       padding: 0;
       transition: box-shadow 0.14s;
    }
    .faq-question {
       font-size: 1.12rem;
       font-weight: 500;
       color: #2f3269;
       padding: 24px 32px 24px 28px;
       cursor: pointer;
       border: none;
       background: transparent;
       width: 100%;
       text-align: left;
       display: flex;
       align-items: center;
       justify-content: space-between;
    }
    .faq-answer {
       font-size: 1.02rem;
       color: #7d7e97;
       padding: 0 32px 22px 28px;
       font-weight: 400;
       display: none;
    }

    .open .faq-answer{
       display: block;
       width: 100%;
    }
    .faq-question .faq-icon {
       font-size: 2rem;
       color: #8e91b9;
       margin-left: 10px;
    }
    .faq-card.open .faq-question {
       color: #19216d;
    }
    .faq-card.open {
       box-shadow: 0 8px 30px 0 rgba(28,34,78,0.12);
    }
    .faq-card.open .faq-question .faq-icon {
       transform: rotate(45deg);
    }
    .faq-card .faq-question .faq-icon-close {
       font-size: 2rem;
       color: #8e91b9;
    }
    .faq-card:not(.open) .faq-question .faq-icon-close {
       display: none;
    }
    .faq-card.open .faq-question .faq-icon-plus {
       display: none;
    }
/* Footer */
    .site-footer {
       background: linear-gradient(133deg, #100d25 ,#232350);
       color: #bfc8e3;
       padding: 55px 0 0 0;
       font-family: 'Inter', Arial, sans-serif;
    }
    .footer-logo {
       width: 56px;
       height: 56px;
       margin-right: 10px;
    }
    .footer-brand {
       font-weight: 700;
       color: #fff;
       font-size: 1.5rem;
       letter-spacing: 1.2px;
    }
    .footer-subbrand {
       font-weight: 600;
       color: #bfc8e3;
       letter-spacing: 0.08em;
       font-size: 1.07rem;
       margin-left: 2.5px;
    }
    .footer-desc {
       font-size: 1.05rem;
       color: #fff;
       margin-top: 22px;
       margin-bottom: 0;
       font-weight: 400;
       line-height: 1.5;
       width: 300px;
       max-width: 440px;
    }
    .footer-title {
       font-weight: 700;
       color: #fff;
       font-size: 1.25rem;
       margin-bottom: 20px;
    }
    .footer-link, .footer-link:visited {
       display: block;
       color: #bfc8e3;
       text-decoration: none;
       margin-bottom: 10px;
       font-size: 1.0rem;
       transition: color 0.18s;
    }
    .footer-link:hover {
       color: #fff;
       text-decoration: none;
    }
    .footer-contact {
       color: #bfc8e3;
       font-size: 1.05rem;
       line-height: 1.55;
       margin-bottom: 0;
       word-break: break-word;
    }
    .footer-hr {
       border: none;
       border-top: 1px solid #fff;
       margin: 55px 0 0 0;
    }
    .footer-bottom {
       color: #bfc8e3;
       font-size: 1.01rem;
       padding: 30px 0 18px 0;
       display: flex;
       align-items: center;
       justify-content: space-between;
    }
    .footer-social {
       display: flex;
       gap: 17px;
    }
    .footer-social a {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       width: 46px;
       height: 46px;
       background: #273263;
       border-radius: 10px;
       color: #bfc8e3;
       font-size: 1.55rem;
       margin-right: 0px;
       transition: background 0.17s, color 0.17s;
       text-decoration: none;
    }
    .footer-social a:hover {
       background: #fff;
       color: #111d48;
    }
    .footer-sitemap {
       color: #bfc8e3;
       margin-right: 24px;
       font-size: 1.08rem;
       text-decoration: none;
       transition: color 0.17s;
    }
    .footer-sitemap:hover {
       color: #fff;
    }
    
    @media (max-width: 991px) {
      .hero-title {
        font-size: 2rem;
      }
      .section-hero {
        padding-top: 2.2rem;
        padding-bottom: 2rem;
      }
      .hero-img {
        margin: 2.5rem auto 0 auto;
        display: block;
        max-width: 300px;
      }
      .curriculum-detail-card {
        padding: 1.2rem 1.1rem;
        font-size: 0.98rem;
      }
      .modules-list {
        max-width: 100%;
      }
      .download-syllabus-btn {
        width: 100%;
        font-size: 1.08rem;
        padding: 0.9rem 0;
      }
      .why-bosscoder-title {
       font-size: 2.1rem;
       margin-bottom: 40px;
      }
      .why-feature-title { 
       font-size: 1.1rem; 
      }
      .placements-content { 
       flex-direction: column; 
       gap: 30px; 
      }
      .placements-heading { 
        font-size: 2.1rem; 
      }
      .certificate-section { 
        padding: 40px 0 30px 0; 
      }
      .certificate-flex { 
        flex-direction: column; 
        gap: 32px; 
      }
      .certificate-img-box { 
        margin-bottom: 10px; 
      }
      .certificate-text-box { 
        text-align: center; 
        font-size: 1.7rem; 
      }
      .faq-title { 
        font-size: 2.1rem; 
      }
      .faq-callback-btn { 
        font-size: 1.08rem; 
      }
      .footer-title { 
        font-size: 1.09rem; 
      }
      .footer-desc { 
        font-size: 1.07rem; 
      }
      .footer-bottom { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 16px; 
      }
      .footer-sitemap { 
        margin-right: 0; 
      }

    }
    @media (max-width: 767px) {
      .section-hero {
        padding-top: 6.9rem;
        padding-bottom: 0.9rem;
      }
      .hero-title {
        font-size: 1.6rem;
      }
      .testimonial-card {
        min-width: 240px;
        padding: 1.5rem 1rem 1.2rem 1rem;
      }
      .stats-card {
        flex-direction: column !important;
        gap: 1rem !important;
      }
      .curriculum-title {
        font-size: 1.55rem;
      }
      .curriculum-detail-card {
        font-size: 0.97rem;
      }
      .why-visible-campus-section { 
        padding: 38px 0 10px 0; 
      }
      .why-visible-campus-title { 
        font-size: 1.18rem; 
      }
      .why-feature .why-icon-box { 
        width: 60px; height: 60px; 
      }
      .placements-content { 
        min-height: 220px; 
      }
      .placements-heading { 
        font-size: 1.18rem; 
      }
      .placements-section { 
        padding: 24px 0 10px 0; 
      }
      .certificate-img-box {
        min-width: 98vw;
        max-width: 99vw;
        min-height: 46vw;
      }
      .certificate-text-box {
        font-size: 1.25rem;
        text-align: center;
        max-width: 95vw;
        margin: 0 auto;
      }
      .certificate-flex {
        flex-direction: column-reverse;
        gap: 22px;
      }
      .faq-section { 
        padding: 24px 0 22px 0; 
      }
      .faq-title { 
        font-size: 1.23rem; 
      }
      .faq-callback-btn { 
        font-size: 1rem; 
      }
      .faq-question { 
        font-size: 1rem; 
        padding: 16px 16px 16px 16px; 
      }
      .faq-answer { 
        font-size: 0.93rem; 
        padding: 0 16px 18px 16px; 
      }
      .faq-accordion { 
        max-width: 100vw; 
      }
      .site-footer { 
        padding: 32px 0 0 0; 
      }
      .footer-desc { 
        font-size: 1rem; 
      }
      .footer-bottom { 
        font-size: 0.96rem; 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 10px;
      }
      .footer-social a { 
        width: 38px; 
        height: 38px; 
        font-size: 1.17rem; 
      }
      .footer-title { 
        margin-top: 22px;
      }
      .footer-text-containter{
        display: none !important;
      }
      .footer-container{
        flex-direction: row !important;
      }
      .hideMobile{
        display: none !important;
      }
      .section-testimonials .section-title{
        font-size: x-large !important;
      }
      .placements-heading span{
        font-size: x-large !important;
      }
}

  @media (max-width: 576px) {
    .stats-card {
      gap: 1.2rem !important;
      padding: 0.7rem 0.2rem !important;
      font-size: 0.95rem !important;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      flex-direction: row !important;
    }
    .stats-item {
      min-width: 90px;
    }
    .stats-value {
      font-size: 1.1rem !important;
      font-weight: 600;
    }
    .stats-label {
      font-size: 0.85rem !important;
    }
    .stats-divider {
      display: none !important;
    }
    .stats-card {
      flex-wrap: nowrap !important;
    }
  }
    
 

