 /* --- Custom styles to approximate the screenshot --- */
    :root{--primary:#0d4f8b;--accent:#0ab97f;}
    body{font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;}
    .topbar{background:var(--primary);color:#fff;font-size:13px}
    .topbar a{color:#fff;text-decoration:none}
    .navbar-brand img{height:56px}
    .hero-carousel .carousel-item{height:320px;background-size:cover;background-position:center}

    .enquiry-card{border:3px solid #0ab97f;border-radius:6px;padding:18px;background:#fff}
    .quick-links .btn{width:100%;text-align:left}
    .programs .card{border:none}
    .admission-block{border:2px dashed #0d4f8b;border-radius:10px;padding:18px}
    .curricula{background:#0ab97f;color:#fff;padding:18px;border-radius:6px}
    .events{background:#0d4f8b;color:#fff;padding:18px;border-radius:6px}
    .faq .accordion-button:not(.collapsed){background:#0d4f8b;color:#fff}
    .footer{background:#052c4c;color:#fff;padding:28px 0}
    .now a {
        padding: 12px;
    }

    /* Responsive tweaks */
    @media (max-width:991.98px){
      .hero-carousel .carousel-item{height:220px}
      .navbar-brand img{height:44px}
    }
    @media (max-width:575.98px){
      .enquiry-card{margin-bottom:18px}
      .hero-carousel .carousel-item{height:180px}
    }
    @media (max-width: 991px) {
    .topbar {
        display: none !important;
    }
    }


    .bosse-logo-strip {
        background: #fff;
        border-bottom: 3px solid #0d7a32; /* Same green bottom border as screenshot */
    }

    .bosse-logo-strip img {
    max-width: 100%;
    }
    .align-items-center {
        align-items: center!important;
        justify-content: space-between;
    }

    .bosse-navbar {
  background: #05a34a; /* Green background same as BOSSE */
}

.bosse-navbar .nav-link {
  color: white;
  font-weight: 500;
  padding: 12px 18px;
  font-size: 15px;
}

.bosse-navbar .nav-link:hover, .bosse-navbar .nav-link.active {
    /* background: #007b33; */
    color: #fff;
    /* border-radius: 4px; */
    color: #1d1d27;
}
nav.navbar.navbar-expand-lg.bosse-navbar a {
    font-size: 17px;
    font-family: apple sans-serif;
}

.dropdown-menu {
  border-radius: 0;
  padding: 8px 0;
}

.dropdown-menu .dropdown-item:hover {
  background: #05a34a;
  color: #fff;
}

.hero-slide {
  background: #0b3e91; /* same blue gradient look */
  min-height: 420px;
}

.hero-img {
  max-height: 340px;
  border-radius: 8px;
}

.hero-heading {
  font-size: 28px;
  line-height: 1.4;
}
#heroSlider img {
  /*height: 650px;*/
  object-fit: cover;
}


.quote-mark {
  font-size: 60px;
  line-height: 0.8;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .hero-heading {
    font-size: 22px;
  }
  .hero-img {
    max-height: 260px;
  }
}


.quick-links-box ul li a {
  font-size: 16px;
  font-weight: 500;
}

.quick-links-box ul li a:hover {
  color: #0a7a35;
}

.admission-section {
    background: #f5f8fc;
}

.admission-block {
    border: 4px double #00a84f;
    border-radius: 50%;
    padding: 40px 20px;
    width: 220px;
    height: 220px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.read-more-btn {
    color: #00a84f;
    font-weight: 600;
    text-decoration: none;
}

.read-more-btn:hover {
    text-decoration: underline;
}


.curricula-section .left-box {
    background: #14a54f;
    color: white;
}

.curricula-section .right-box {
    background: #053c89;
    color: white;
}

.syllabi-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: -15px;
    font-size: 14px;
    font-family: roboto sans-serif;
}

.syllabi-item .icon {
    width: 28px;
    height: 28px;
}

.line {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin: 10px 0 20px;
}

.video-wrapper iframe {
    border-radius: 6px;
}

/* Responsive padding */
@media (max-width: 768px) {
    .left-box, .right-box {
        padding: 30px 20px;
        text-align: left;
    }
}


.blog-title {
    color: #1a237e; /* Dark blue heading */
}

.blog-card {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    background: white;
    transition: 0.3s;
}

.blog-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.blog-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 3px;
}

.blog-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.4;
}

.read-btn {
    background: #00a84f;
    padding: 8px 18px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
}

.read-btn:hover {
    opacity: 0.85;
}

.blog-arrows .arrow-btn {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 12px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

.blog-arrows .arrow-btn:hover {
    background: #f2f2f2;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-heading {
        font-size: 14px;
    }
}


.equivalence-section {
  background: #f4f4f4;
}

.equivalence-box {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.readmore-btn {
  color: #1ba260;
  text-decoration: none;
  font-weight: 600;
}

.readmore-btn:hover {
  text-decoration: underline;
}


/*.faq-box {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.faq-item {
  border-bottom: 1px solid #0d3c7b;
}

.faq-question {
  width: 100%;
  background: #003a80;
  color: #fff;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  display: none;
  padding: 22px 25px;

  font-size: 17px;
  line-height: 1.6;
  color: #000;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 6px;
  transform: rotate(45deg);
  transition: 0.3s;
}


.faq-item.active .arrow {
  transform: rotate(-135deg);
}


.faq-item.active .faq-answer {
  display: block;
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 16px;
    padding: 15px;
  }

  .faq-answer {
    font-size: 15px;
    padding: 18px;
  }

  .arrow {
    padding: 5px;
  }
}*/

.faq-section {
    padding: 40px 20px;
    text-align: center;
}

.faq-section h2 {
    color: #1d1d63;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

.faq-box {
    max-width: 1100px;
    margin: auto;
}

/* FAQ Item Box */
.faq-item {
    margin-bottom: 2px;
    background: #003a84;
    border-bottom: 1px solid #0f4ea0;
}

/* Question Button */
.faq-question {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    background: #003a84;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::after {
    content: "▼";
    font-size: 16px;
}

.faq-item.active .faq-question::after {
    content: "▲";
}

/* Answer Box */
.faq-answer {
    display: none;
    background: #f5f5f5;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}

.faq-answer p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        font-size: 14px;
        padding: 12px 15px;
    }

    .faq-answer {
        font-size: 14px;
    }
}


.bosse-footer {
  background: #0a2f63;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px;
  flex-wrap: wrap;
  background: #0d3c7b;
}

.footer-col {
  width: 30%;
  min-width: 250px;
  margin-bottom: 30px;
}

.footer-col h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-col p,
.footer-col a,
.footer-col li {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* Social Icons */
.footer-social a {
  display: inline-block;
  margin-right: 8px;
}

.footer-social img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

/* Footer Bottom */
.footer-bottom {
  background: #07254b;
  text-align: center;
  padding: 15px;
  font-size: 15px;
}

.bosse-footer {
  background: #0a2f63;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px;
  flex-wrap: wrap;
  background: #0d3c7b;
}

.footer-col {
  width: 30%;
  min-width: 250px;
  margin-bottom: 30px;
}

.footer-col h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-col p,
.footer-col a,
.footer-col li {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* Social Icons */
.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}

/* Colors */
.fb { background: #3b5998; }
.tw { background: #1DA1F2; }
.ig { background: #E4405F; }
.li { background: #0077b5; }
.yt { background: #FF0000; }

.footer-social a:hover {
  opacity: 0.8;
}

/* Bottom bar */
.footer-bottom {
  background: #07254b;
  text-align: center;
  padding: 15px;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    padding: 30px 40px;
  }
  .footer-col {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .footer-container {
    padding: 20px;
  }
  .footer-col {
    width: 100%;
  }
}

.login-wrapper {
    text-align: center;
    padding: 40px 20px;
}

h2 {
    color: #0b3572;
    font-size: 28px;
    margin-bottom: 30px;
}

.login-box {
    background: #f1fff8;
    max-width: 480px;
    margin: auto;
    padding: 35px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}

.input-group .icon {
    margin-right: 10px;
    font-size: 18px;
    color: #0b3572;
}

.input-group input {
    width: 100%;
    border: none;
    font-size: 16px;
    outline: none;
}

.hint {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.btn {
    background: #0b3572;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}

.btn:hover {
    background: #07244a;
}

.alt-login {
    color: #0b3572;
    font-size: 15px;
    text-decoration: none;
}

.alt-login:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
    .login-box {
        padding: 25px;
    }
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f7f7;
}

/* MAIN FLEX LAYOUT */
.main-section {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}

/* LEFT BOX */
.welcome-box {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.welcome-box h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
    color: #0b3572;
}

.welcome-box p {
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
    color: #444;
}

.read-more {
    display: block;
    text-align: center;
    color: #007b5e;
    margin: 10px 0;
}

.links-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.links-list li {
    padding: 6px 0;
    font-size: 16px;
    color: #0b3572;
}

/* RIGHT BOX */
.quick-links {
    width: 300px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
    padding-bottom: 20px;
}

.quick-links h3 {
    background: #009f47;
    color: #fff;
    padding: 15px;
    margin: 0;
    text-align: center;
}

.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links ul li {
    padding: 12px 18px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

/* Notice box */
.notice-box {
    background: #fff3cd;
    margin: 15px;
    padding: 15px;
    border-left: 4px solid #ffaf00;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .main-section {
        flex-direction: column;
    }

    .quick-links {
        width: 100%;
    }
}
h1.our {
    text-align: center;
    font-family: Sarala sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #201B6D;
    font-weight: bold;
}