/*.header__area::after
{
    width: 100% !important;
    background: transparent !important;
}
.header__area::before
{
    background-color: #db2c1b !important;
    width:100% !important;
}
.main-menu ul li a, .main-menu-2 ul li a
{
    color:#000 !important;
}
.main-menu .has-dropdown::after, .main-menu-2 .has-dropdown::after
{
    color:#000 !important;
}
.header__logo
{
    margin-top: 45px !important;
}*/

.header__area::after
{
    background: #db2c1b !important;
}

.header__area::before
{
    background-color:#262626 !important;

}
.pt125
{
    padding-top: 77px !important;
}
.aboutus
{
    font-size: 34px !important;
}
.course__btns
{
    margin-top: 50px !important;
    position: absolute !important;
}
.programmee
{
        margin-top: 25px;
        position: absolute;
        text-align: center !important;
        width: 100%; /* ensures full-width for proper centering */
}
.courseara
{
    margin-top:50px !important;

}

.founder-section {
     background-image: url(assets/assets_web/imgs/home-1/course-bg.png) !important;
    background-repeat: no-repeat ! ;
    background-position: left top !important;
    background-size: cover !important;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.founder-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.founder-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ffd700;
    margin: 8px auto 0;
    border-radius: 3px;
}

.founder-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    max-width: 700px;
    margin: 0 auto;
}

.founder-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    color:#fff !important;
}

.founder-name {
    font-size: 20px;
    font-weight: 600;
    color: #ffd700;
}
.foundere
{
    border:1px solid #fff !important;
    padding: 5px;
}
.marquee-containerr {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;

}

.titlenews {
  background-color: rgb(121, 7, 13);
  color: white;
  font-size: 16px;
  padding: 7px;
  flex: 0 0 auto; /* Prevent title from expanding */
}

/*.marquee-contentt {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-contentt span {
  color: #fff !important;
  font-size: 18px;
  padding: 0 20px;
  display: inline-block;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  0% {
    transform: translateX(-100%);
  }
}*/

.marquee-contentt {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-contentt span {
  color: #fff !important;
  font-size: 18px;
  padding: 0 20px;
  display: inline-block;
  animation: marquee 25s linear infinite;
}

/* Pause animation on hover */
.marquee-contentt:hover span {
  animation-play-state: paused;
}
.marquee-containerr
{
    background-color: #db2c1b !important;
}

/* Marquee Animation */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.why__feature:last-child
{
    margin-left: 0px !important;
}

.facilities {
  background: #f8faff;
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #1e3c72;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #ffd700;
  margin: 12px auto 0;
  border-radius: 2px;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.facility-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.facility-img {
  height: 180px;
  overflow: hidden;
  border-bottom: 3px solid #ffd700;
}

.facility-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.facility-card:hover .facility-img img {
  transform: scale(1.1);
}

.facility-title {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 10px;
  color: #333;
  background: #fff;
  margin: 0;
}

.facility-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.newsevent
{
    margin-top: -50px !important;
}
.category__area-2
{
    padding-bottom: 68px !important;
}
.footer__top
{
    border-bottom: 0px !important;
}
.category__item
{
    padding-bottom: 0px !important;
}
.addd1
{
    line-height: 2.5 !important;
    color:#101010 !important;
}
/* By default hidden on desktop */
.top-header .contact-info {
    display: none;
}

/* Show only on small screens (mobile) */
@media (max-width: 768px) {
    .top-header .contact-info {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        color: #fff;   /* adjust color as per design */
    }
    .top-header {
        text-align: center;
        background: #db2c1b !important; /* optional background for visibility */
        padding: 5px 0;
    }
}

.catareaa .sec-title-wrapper
{
    max-width: 850px !important;
}

.judo-section {
  background: linear-gradient(120deg, #f0f7ff, #ffffff);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.judo-container {
  max-width: 900px;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.judo-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Title */
.judo-title {
  text-align: center;
  font-size: 2rem;
  color: #00509e;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Content */
.judo-content p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
}

.judo-content strong {
  color: #00509e;
}

/* Source Tag */
.source-tag {
  background: #e3f2fd;
  color: #00509e;
  font-size: 0.9rem;
  padding: 2px 6px;
  border-radius: 6px;
}

/* Footer Credit */
.judo-credit {
  text-align: right;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #777;
}

.abacus-section {
  background: linear-gradient(120deg, #fff4e6, #ffffff);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abacus-container {
  max-width: 900px;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abacus-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Title */
.abacus-title {
  text-align: center;
  font-size: 2rem;
  color: #d35400;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Content */
.abacus-content p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
}

.abacus-content strong {
  color: #d35400;
}

/* Footer Credit */
.abacus-credit {
  text-align: right;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #777;
}

.communication-section {
  background: linear-gradient(120deg, #e6f7ff, #ffffff);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.communication-container {

  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.communication-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Title */
.communication-title {
  text-align: center;
  font-size: 2rem;
  color: #0077b6;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Content */
.communication-content p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #444;
}

.communication-content strong {
  color: #0077b6;
}

/* Footer Credit */
.communication-credit {
  text-align: right;
  margin-top: 30px;
  font-size: 0.9rem;
  color: #777;
}

.founddd
{
    color:#fff !important;
}
.founder-section
{
    background-attachment: fixed !important;
}
.instructor__list
{
    grid-template-columns: repeat(3, 1fr) !important;
}
.cord
{
    margin-top:-10px;
}
.about__content
{
    padding-top:0px;
}
.openn
{
    color:#db2c1b;
}

.education-levels-section {
  padding: 60px 20px;
  background-color: #f5f5f5;
}

.levels-list h2 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

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

.levels-list ul li {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.levels-list ul li::before {
  content: "•";
  color: #ff4b5c; /* Bullet color */
  position: absolute;
  left: 0;
  font-size: 24px;
}

.buttons-side .btn-level {
  display: block;
  margin-bottom: 15px;
  width: 199px;
  padding: 12px 59px;
  background-color: #db2c1b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.buttons-side .btn-level:hover {
  background-color: #e43d51;
}

@media (max-width: 767px) {
  .buttons-side {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {

     .breadcrumb__area
{
    background-image:url(tophead.jpg) !important;
    background-size:contain !important;
    padding-top: 35px !important;
    padding-bottom: 38px !important;
}

    .social-sidebar
    {
        gap:4px !important;
        display:none !important;
    }

     .header__logo img
    {
        max-width:80px !important;
    }

    .hero__area
    {
        margin-top:28px !important;
    }

    .header__area::after
    {
        background-color:transparent !important;
    }
    .header__area::before
    {
        background-color:transparent !important;
    }
.course__btns
{
    margin-top: 15px !important;
    position: absolute !important;
}
.programmee
{
        margin-top: -20px;
        position: absolute;
        text-align: center !important;
}
}

.social-sidebar {
      position: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block !important;
      flex-direction: column;
      gap: 15px;
      padding: 8px;
      z-index: 1000;
    }

    /* Social icon style */
    .social-sidebar a {
      text-decoration: none;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: all 0.3s ease;
      font-size: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    /* Hover effect */
    .social-sidebar a:hover {
      transform: scale(1.15) rotate(10deg);
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    }

    /* Individual platform colors */
    .facebook { background: #3b5998; }
    .twitter { background: #1da1f2; }
    .instagram {
      background: radial-gradient(circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285AEB 90%);
    }
    .linkedin { background: #0077b5; }
    .whatsapp { background: #25d366; }
    .youtube { background: #ff0000; }

.blog__content
{
    height:181px !important;
}
#blogbirla
{
    margin-top:-70px !important;
}
.testimonial__left-2
{
    margin-top:20px !important;
}
.breadcrumb__area
{
    background-image:url(tophead.jpg) !important;
    background-size:cover !important;
    padding-top: 101px;
    padding-bottom: 64px;
}
/*.mission-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background: #f0f4ff;
}

.mission-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.mission-image img {
  width: 400px;
  height: auto;
  object-fit: cover;
}

.mission-content {
  padding: 30px 40px;
}

.mission-content h2 {
  color: #0b2e6e;
  margin-bottom: 15px;
}

.mission-content p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}


@media screen and (max-width: 768px) {
  .mission-card {
    flex-direction: column;
    text-align: center;
  }
  .mission-image img {
    width: 100%;
    height: auto;
  }
  .mission-content {
    padding: 20px;
  }
}*/


.mission-vision {
  padding: 80px 20px;
}

.mv-box {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f0f5ff, #e8effa);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  overflow: hidden;
  margin-bottom: 60px;
}

.mv-box.reverse {
  flex-direction: row-reverse;
}

.mv-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

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

.mv-content {
  flex: 1;
  padding: 40px;
}

.mv-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 15px;
}

.mv-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Responsive */
@media(max-width: 768px) {
  .mv-box {
    flex-direction: column;
  }
  .mv-box.reverse {
    flex-direction: column;
  }
}

.vision-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.bomis-partner-section {
  font-family: 'Arial', sans-serif;
  color: #333;
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.bomis-hero-centered {
  display: flex;
  flex-direction: column; /* Stack on small screens */
  align-items: center;    /* Center horizontally */
  justify-content: center; /* Center vertically if height is defined */
  text-align: center;      /* Center text */
  gap: 20px;
  padding: 40px 20px;
}
.bomis-hero-text {
  flex: 1;
  min-width: 280px;
}

.bomis-hero-text h2 {
  font-size: 2.5rem;
  color: #0a3d62;
  margin-bottom: 20px;
}

.bomis-hero-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.bomis-btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff6b6b;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
}

.bomis-btn-primary:hover {
  background-color: #ee5253;
}

.bomis-hero-img img {
  max-width: 100%;
  border-radius: 15px;
}

.bomis-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.bomis-feature-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  text-align: center;
}

.bomis-feature-card h3 {
  color: #0a3d62;
  margin-bottom: 15px;
}

.bomis-feature-card p {
  font-size: 1rem;
  line-height: 1.5;
}

.bomis-cta {
  text-align: center;
}

.bomis-cta p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.bomis-btn-secondary {
  padding: 12px 30px;
  background-color: #0a3d62;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s;
}

.bomis-btn-secondary:hover {
  background-color: #074074;
}

/* Responsive */
@media (max-width: 992px) {
  .bomis-hero {
    flex-direction: column-reverse;
    text-align: center;
  }
  .bomis-hero-text, .bomis-hero-img {
    flex: 1 1 100%;
  }
  .bomis-features {
    flex-direction: column;
    gap: 20px;
  }
}

.partner-paragraph {
  margin-left: 40px;   /* Adjust left margin */
  margin-right: 40px;  /* Adjust right margin */
  line-height: 1.6;    /* Optional: improve readability */
  font-size: 1.1rem;   /* Optional: slightly larger text */
}

.managing
{
    font-size:13px !important;
    color:#fff !important;
}
.sec-title
{
    font-size:38px !important;
}

.bom-primary-curriculum {
  background: #f0f8ff;
  padding: 80px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.bom-curriculum-header h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}

.bom-curriculum-header h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #f05e2f;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.bom-curriculum-header p {
  font-size: 16px;
  color: #555;
  max-width: 85%;
  margin: 0 auto 15px;
}

/* Cards */
.bom-curriculum-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.bom-curriculum-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  max-width: 450px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  text-align: left;
  transition: 0.3s ease;
}

.bom-curriculum-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.bom-curriculum-card h3 {
  font-size: 22px;
  color: #f05e2f;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bom-curriculum-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Custom List */
.bom-list {
  list-style: none;
  padding-left: 0;
}

.bom-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.bom-list li i {
  color: #f05e2f;
  margin-right: 10px;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .bom-curriculum-content {
    flex-direction: column;
    align-items: center;
  }
  .bom-curriculum-card {
    width: 90%;
  }
}

.bom-middle-school {
  background: #f9f9f9;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.bom-middle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.bom-middle-text {
  flex: 1;
  min-width: 320px;
}

.bom-middle-text h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}

.bom-middle-text h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #f05e2f;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.bom-middle-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.7;
}

.bom-middle-text h3 {
  font-size: 20px;
  color: #f05e2f;
  margin-bottom: 15px;
}

.bom-middle-list {
  list-style: none;
  padding-left: 0;
}

.bom-middle-list li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.bom-middle-list li i {
  color: #f05e2f;
  margin-right: 10px;
  font-size: 16px;
}

.bom-middle-image {
  flex: 1;
  min-width: 320px;
  text-align: center;
}

.bom-middle-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-top:-327px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .bom-middle-wrapper {
    flex-direction: column;
  }
  .bom-middle-image img {
    max-width: 90%;
  }
}

.bom-preprimary-cards {
  background: #fff7f0;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.bom-preprimary-header h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}

.bom-preprimary-header h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff7f50;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.bom-preprimary-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

/* Cards Wrapper */
.bom-preprimary-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}

.bom-card-item {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  width: 250px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bom-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.bom-card-icon {
  font-size: 36px;
  color: #ff7f50;
  margin-bottom: 15px;
}

.bom-card-item h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}

.bom-card-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Section Image */
.bom-preprimary-img img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin: auto;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .bom-preprimary-card-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .bom-card-item {
    width: 90%;
  }
}

.bom-secondary {
  padding: 80px 20px;
  background: #f5f9ff;
  font-family: Arial, sans-serif;
}

.bom-secondary-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  gap: 40px;
}

.bom-secondary-text {
  flex: 1;
  min-width: 320px;
}

.bom-secondary-text h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
  position: relative;
}

.bom-secondary-text h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #f05e2e;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.bom-secondary-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.bom-secondary-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bom-secondary-text ul li {
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bom-secondary-text ul li i {
  color: #ea5c2e;
  margin-right: 10px;
  font-size: 18px;
}

.bom-secondary-img {
  flex: 1;
  text-align: center;
  min-width: 320px;
}

.bom-secondary-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-top:-364px;
}

/* Responsive */
@media (max-width: 768px) {
  .bom-secondary-container {
    flex-direction: column;
    text-align: center;
  }
  .bom-secondary-text h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .bom-secondary-text ul li {
    justify-content: center;
  }
}

.bom-senior-secondary {
  padding: 80px 20px;
  background: #fff7f5;
  font-family: Arial, sans-serif;
}

.bom-senior-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  gap: 40px;
}

.bom-senior-text {
  flex: 1;
  min-width: 320px;
}

.bom-senior-text h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
  position: relative;
}

.bom-senior-text h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #e67300;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.bom-senior-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.bom-senior-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bom-senior-text ul li {
  font-size: 15px;
  color: #444;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.bom-senior-text ul li i {
  color: #e67300;
  margin-right: 10px;
  font-size: 18px;
}

.bom-senior-img {
  flex: 1;
  text-align: center;
  min-width: 320px;
}

.bom-senior-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-top:-176px;
}

/* Responsive */
@media (max-width: 768px) {
  .bom-senior-container {
    flex-direction: column;
    text-align: center;
  }
  .bom-senior-text h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .bom-senior-text ul li {
    justify-content: center;
  }
}

.bom-preschool {
  padding: 80px 20px;
  background: #f9fff5;
  font-family: Arial, sans-serif;
  text-align: center;
}

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

.bom-preschool h2 {
  font-size: 32px;
  color: #2a2a2a;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.bom-preschool h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #7d2f2c;
  margin: 8px auto 0;
}

.bom-preschool-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.bom-programs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.bom-program-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.bom-program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.bom-program-card i {
  font-size: 32px;
  color: #7d2f2c;
  margin-bottom: 12px;
}

.bom-program-card h3 {
  font-size: 18px;
  color: #222;
  margin: 0;
}

.bom-preschool-desc p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 10px;
  border-left: 5px solid #7d2f2c;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.eduquest__field select {
    width: 100%;
    height: 62px;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    padding: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.admission-procedure {
  background: #f9f9ff;
  padding: 50px 20px;
  font-family: "Segoe UI", sans-serif;
}

.admission-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 20px;
}

.admission-subtitle {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #f05e2f;
  border-left: 5px solid #f05e2f;
  padding-left: 10px;
}

/* Content Boxes */
.admission-details, .admission-policy {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  line-height: 1.8;
  color: #444;
}

/* Documents */
.admission-docs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.admission-doc-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.admission-doc-card h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #34495e;
}

.admission-doc-card ul {
  list-style: none;
  padding: 0;
}

.admission-doc-card ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}

.admission-doc-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #f05e2f;
  font-weight: bold;
}

.custom-sidebar {
  position: relative; /* keep button inside sidebar */
}

.enquiry-btn-sidebar {
  position: fixed;   /* keeps it visible on screen */
  bottom: 20px;      /* distance from bottom */
  left: 20px;        /* distance from left */
  z-index: 9999;     /* makes sure it stays on top */

  display: inline-block;
  padding: 10px 20px;
  background-color: #db2c1b; /* button color */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
}

.enquiry-btn-sidebar:hover {
  background-color: #007a5a; /* darker on hover */
}

.founder-text {
  text-align: center; /* default desktop alignment */
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Justify text on mobile only */
@media (max-width: 768px) {
  .founder-text {
    text-align: justify !important;
  }
}

.founder-img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px auto;
  width: 150px;
}
.blog__title
{
    font-weight:500 !important;
    font-size:21px !important;
}
.offcanvas__area
{
    background-color:#fff !important;
}
.offcanvas__top button
{
    color:#000 !important;
}
.mean-container .mean-nav
{
    margin-top:0px !important;
}
.footer__title
{
    color:#101010 !important;
}
.quick-link li a
{
    color:#101010 !important;
}

/*.header__area::after
{
    width:82% !important;
}
.header__area::before
{
    width:82% !important;
}*/

/*#wa-widget-send-button
{
    background-color:#3b5998 !important;
    color:#fff !important;
}*/
.nav-links-item {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between links and divider */
}

.nav-link {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #28a745; /* green hover */
}

.divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #aaa; /* soft gray line */
}
.header__top ul li::after
{
    background-color:transparent !important;
}

.career-vacancy {
  background: #f9fbfd;
  padding: 60px 0;
}

.career-vacancy h2 {
  font-weight: 700;
  color: #222;
  letter-spacing: 0.5px;
}

.job-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  padding: 25px 30px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.job-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.job-info {
  flex: 1;
}

.job-info h4 {
  color: #007bff;
  margin-bottom: 8px;
  font-weight: 600;
}

.job-info p {
  margin-bottom: 5px;
  color: #444;
  font-size: 15px;
}

.job-info .desc {
  margin-top: 10px;
  color: #666;
  line-height: 1.6;
}

.job-action {
  margin-left: 40px;
  flex-shrink: 0;
}

.apply-now-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #007bff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}

.apply-now-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .job-row {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .job-action {
    margin-left: 0;
    margin-top: 15px;
  }

  .apply-now-btn {
    width: 100%;
    max-width: 250px;
  }
}
@media only screen and (min-width:517px) and (max-width: 786px) {


    .bom-middle-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-top:0px !important;
}

   .bom-secondary-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-top:0px;
}

.bom-senior-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-top:0px;
}


    .header__logo img
    {
        max-width:80px !important;
    }

    #blogbirla
{
    margin-top:-30px !important;
}

    .blog__content
{
    height:auto !important;
}
      .hero__area
    {
        margin-top:40px !important;
    }

    .header__area::after
    {
        background-color:transparent !important;
    }
    .header__area::before
    {
        background-color:transparent !important;
    }
.course__btns
{
    margin-top: 15px !important;
    position: absolute !important;
}
}

@media only screen and (min-width:781px) and (max-width: 1000px) {
      .hero__area
    {
        margin-top:40px !important;
    }

     .header__logo img
    {
        max-width:90px !important;
    }

    .header__area::after
    {
        background-color:transparent !important;
    }
    .header__area::before
    {
        background-color:transparent !important;
    }
.course__btns
{
    margin-top: 15px !important;
    position: absolute !important;
}
}

@media only screen and (min-width:1001px) and (max-width: 1100px) {
      .hero__area
    {
        margin-top:40px !important;
    }

     .header__logo img
    {
        max-width:80px !important;
    }

    .header__area::after
    {
        background-color:transparent !important;
    }
    .header__area::before
    {
        background-color:transparent !important;
    }
.course__btns
{
    margin-top: 15px !important;
    position: absolute !important;
}
.header__area::before
{
    background:transparent;
}
.header__area::after
{
    background:transparent;
}
}

@media only screen and (min-width:1101px) and (max-width: 1199px) {
      .hero__area
    {
        margin-top:40px !important;
    }

     .header__logo img
    {
        max-width:80px !important;
    }

    .header__area::after
    {
        background-color:transparent !important;
    }
    .header__area::before
    {
        background-color:transparent !important;
    }
.course__btns
{
    margin-top: 15px !important;
    position: absolute !important;
}
.header__area::before
{
    background:transparent;
}
.header__area::after
{
    background:transparent;
}
}


@media only screen and (min-width:1200px) and (max-width: 1300px) {
  .header__top ul li a {
        font-size: 13px !important;
        margin-left: 30px !important;
    }

    /*.main-menu ul li a, .main-menu-2 ul li a {
    padding: 18px 9px !important;
}*/
}


.social-sidebar {
  display: block;   /* default for desktop */
}

@media only screen and (max-width: 767px) {
  .social-sidebar {
    display: none !important;  /* force hide on mobile */
  }
}

/*@media only screen and (min-width:1301px) and (max-width: 1400px) {
  .header__top ul li a {
        font-size: 13px !important;
        margin-left: 30px !important;
    }

    .main-menu ul li a, .main-menu-2 ul li a {
    padding: 18px 9px !important;
}
}*/
