/*.header__area::after
{
    width: 100% !important;
    background: transparent !important;
}
.header__area::before
{
    background-color: #f15e2e !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: #f15e2e !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: #f15e2e !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: #f15e2e !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:#f15e2e;
}

.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: #f15e2e;
  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: #f15e2e; /* 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 */

.principal-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #fff;
    margin: 50px auto;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    overflow: hidden;
  }

  .principal-image {
    flex: 1 1 400px;
    min-width: 300px;
    max-height: 500px;
    overflow: hidden;
  }

  .principal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
    margin-top:50px;
  }

  .principal-image img:hover {
    transform: scale(1.05);
  }

  .principal-content {
    flex: 2 1 600px;
    padding: 40px 30px;
  }

  .principal-content h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .principal-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .principal-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
  }

  .principal-content ul li {
    margin-bottom: 10px;
  }

  .principal-content .signature {
    margin-top: 20px;
    font-weight: 500;
    color: #333;
  }

  /* Maintain same alignment on all devices */
  @media (max-width: 900px) {
    .principal-section {
      flex-direction: row; /* Keep image on left, content on right */
    }

    .principal-image, .principal-content {
      flex: 1 1 50%;
      max-width: 50%;
    }

    .principal-content {
      padding: 20px 15px;
    }

    .principal-content h2 {
      text-align: left; /* keep heading left-aligned */
    }
  }
  
  .achievement__number
  {
      font-size:40px !important;
  }
  
  /* Color Palette for roles */
:root {
    --founder-bg: #28a745;  /* Green */
    --chairman-bg: #007bff; /* Blue */
    --principal-bg: #dc3545; /* Red */
    --text-dark: #343a40;
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-hover: rgba(0, 0, 0, 0.25);
}

/* Section Container */
.leadership-messages {
    padding: 60px 0; /* Vertical padding for the whole section */
    text-align: center;
}

.leadership-messages .container {
    max-width: 1100px;
    margin: 0 auto; /* Center the container */
    padding: 0 20px; /* Horizontal padding for responsiveness */
}

.section-heading {
    font-size: 2.8em;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--text-dark);
}

/* --------------------
   Message Cards Wrapper (Flexbox for Layout)
   -------------------- */
.message-cards-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: center;
    gap: 30px; /* Space between cards */
}

/* --------------------
   Individual Message Card Styling
   -------------------- */
.message-card {
    flex: 1; /* Allows cards to grow/shrink, taking equal space */
    min-width: 280px; /* Minimum width before wrapping */
    max-width: 350px; /* Max width to control size */
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px var(--shadow-light);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}

/* Hover Effect: Lift the card */
.message-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 35px var(--shadow-hover);
}

/* Header Section (Colorful Part) */
.card-header {
    color: white;
    padding: 30px 15px 70px 15px; /* Extra bottom padding for photo overlap */
    text-align: center;
    border-radius: 15px 15px 0 0; /* Rounded top corners */
}

/* Applying Specific Colors */
.founder-color { background-color: var(--founder-bg); }
.chairman-color { background-color: var(--chairman-bg); }
.principal-color { background-color: var(--principal-bg); }

.role-title {
    margin: 0 0 5px 0;
    font-size: 0.9em;
    letter-spacing: 2px;
    opacity: 0.8;
    text-transform: uppercase;
}

.person-name {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}

/* --------------------
   Photo Cutout (Circular Image)
   -------------------- */
.photo-cutout {
    position: absolute;
    top: 100px; /* Position it to overlap the header and body */
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%; /* Makes it circular */
    border: 6px solid white; /* White border around the photo */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #f0f0f0; /* Fallback for empty image */
    z-index: 1; /* Ensure photo is above other elements if needed */
}

.person-photo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the circle */
    display: block;
}

/* --------------------
   Description Section (The part that changes on hover)
   -------------------- */
.card-description {
    padding: 85px 25px 25px 25px; /* Top padding to account for the photo */
    text-align: center;
    color: var(--text-dark);
    height: 230px; /* Fixed height for consistent card size */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align content to top */
    position: relative; /* For absolute positioning of full-message */
    transition: all 0.4s ease-in-out;
}

/* Short Quote Styling */
.quote {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-dark);
    margin: 0;
    /* Initially visible */
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    text-align:justify;
}

/* Full Message Styling (Initially Hidden) */
.full-message {
    font-size: 0.95em;
    line-height: 1.6;
    margin: 15px 0 0 0;
    color: #555;
    /* Initially hidden and positioned lower */
    position: absolute; /* Take it out of flow for better positioning control */
    top: 55%; /* Position relative to .card-description */
    left: 25px;
    right: 25px;
    opacity: 0;
    transform: translateY(20px); /* Start slightly below */
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}


/* --------------------
   Responsive Adjustments
   -------------------- */
@media (max-width: 992px) {
    .section-heading {
        font-size: 2.2em;
    }
    .message-cards-wrapper {
        flex-direction: column; /* Stack cards vertically on smaller screens */
        align-items: center;
    }
    .message-card {
        max-width: 400px; /* Allow cards to be wider when stacked */
        margin-bottom: 30px; /* Space between stacked cards */
    }
}

@media (max-width: 576px) {
    .section-heading {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .leadership-messages {
        padding: 40px 0;
    }
    .message-card {
        min-width: unset; /* Remove min-width */
        width: 90%; /* Take up most of the screen width */
    }
    .photo-cutout {
        width: 100px;
        height: 100px;
        top: 90px;
        border-width: 5px;
    }
    .person-name {
        font-size: 1.4em;
    }
    .full-message {
        font-size: 0.9em;
    }
    .card-description {
        padding-top: 75px;
        height: 160px;
    }
}

.beautiful-button {
    /* Basic Styling */
    background-color: #3498db; /* A bright, beautiful blue */
    color: white;
    border: none;
    padding: 10px 20px; /* Small size */
    border-radius: 25px; /* Rounded pill shape */
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    
    /* Shadow and Transition for beauty */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; /* Smooth animation */
    outline: none; /* Remove default focus outline */
}

/* Hover Effect (Making it interactive) */
.beautiful-button:hover {
    background-color: #2980b9; /* Slightly darker blue on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Deeper shadow lift */
    transform: translateY(-2px); /* Slight lift */
}

/* Active/Click Effect */
.beautiful-button:active {
    background-color: #21618c; /* Even darker when clicked */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(0); /* Drop back down */
}

.read-more-button {
    display: inline-flex; /* Allows text and icon to be on the same line and align */
    align-items: center; /* Vertically center the text and icon */
    background-color: transparent; /* No background color */
    border: none;
    padding: 8px 0; /* Vertical padding, no horizontal padding as it's inline */
    color: #dc3545; /* Red text color */
    font-size: 1em; /* Adjust as needed */
    font-weight: 600;
    text-decoration: none; /* Remove underline from link */
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transitions for hover effects */
    outline: none; /* Remove default focus outline */
}

/* Arrow Icon Styling */
.arrow-icon {
    font-size: 1.2em; /* Slightly larger than text */
    margin-left: 8px; /* Space between text and arrow */
    color: #dc3545; /* Red arrow color */
    transition: transform 0.3s ease; /* Smooth arrow movement on hover */
    display: inline-block; /* Essential for transform to work correctly */
}

/* SVG Arrow Styling (if you choose to use SVG) */
.arrow-svg {
    width: 20px; /* Size of the SVG arrow */
    height: 20px;
    margin-left: 8px;
    color: #dc3545; /* Red color for SVG */
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Hover Effect */
.read-more-button:hover {
    color: #c82333; /* Slightly darker red on hover */
}

.read-more-button:hover .arrow-icon,
.read-more-button:hover .arrow-svg {
    transform: translateX(5px); /* Move arrow slightly to the right */
}

/* Focus effect for accessibility */
.read-more-button:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.4); /* Red focus ring */
    border-radius: 3px;
}
.founds
{
    margin-top:10px;
}

.netritva-sandesh-khand {
    padding: 80px 20px;
    background-color: #f0f4f8; /* Soft background */
}

.tab-mukhy-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); /* Stronger shadow */
    overflow: hidden; /* Important for clean edges */
}


/* CSS Variables for Colors */
:root {
    --founder-bg: #e8f5e9; /* Light Green */
    --chairman-bg: #e3f2fd; /* Light Blue */
    --principal-bg: #fbe9e7; /* Light Red/Peach */
    --text-color-default: #333;
    --text-color-active: #1f2833;
}

/* --------------------
   Tab Navigation Bar Styling (Slightly adjusted for better contrast)
   -------------------- */
.tab-nav-bar {
    display: flex;
    justify-content: center;
    padding: 0; /* Removing padding from bar */
    background-color: transparent; /* Clear background */
    border-radius: 10px 10px 0 0;
    box-shadow: none; /* Removed shadow from bar, will apply on buttons */
}

.tab-button {
    /* Basic Button Styling */
    flex-grow: 1; /* Allow buttons to share space */
    border: none;
    padding: 15px 25px; 
    font-size: 1.05em;
    font-weight: 600;
    color: var(--text-color-default);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    outline: none;
    
    /* NEW: Box Shadow and Border Styling */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Soft shadow on each button */
    margin: 0 5px; /* Slight gap between buttons */
    border-radius: 8px 8px 0 0; /* Rounded top corners for buttons */
}

/* --------------------
   Applying Different Background Colors
   -------------------- */

/* 1. Founder Message Button (First Child) */
.tab-nav-bar .tab-button:nth-child(1) {
    background-color: var(--founder-bg); 
}
.tab-nav-bar .tab-button:nth-child(1):hover:not(.sakriy) {
    background-color: #d8ead9; /* Slightly darker hover */
}

/* 2. Chairman Message Button (Second Child) */
.tab-nav-bar .tab-button:nth-child(2) {
    background-color: var(--chairman-bg); 
}
.tab-nav-bar .tab-button:nth-child(2):hover:not(.sakriy) {
    background-color: #cfedf9; /* Slightly darker hover */
}

/* 3. Principal Message Button (Third Child) */
.tab-nav-bar .tab-button:nth-child(3) {
    background-color: var(--principal-bg); 
}
.tab-nav-bar .tab-button:nth-child(3):hover:not(.sakriy) {
    background-color: #f7dac5; /* Slightly darker hover */
}

/* --------------------
   Vertical Divider Line (Adjusted for background color)
   -------------------- */
.tab-button::before {
    content: '';
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: #aaa; /* Darker line for contrast */
}

/* Remove line from the LAST button */
.tab-button:last-child::before {
    display: none;
}

/* --------------------
   Active State Styling (Bottom Bar stays, but background is fixed)
   -------------------- */
.tab-button.sakriy {
    color: var(--text-color-active);
    font-weight: 700;
    /* NEW: Add a subtle shadow or lift to the active tab */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    transform: translateY(-2px);
}

/* Active Highlight bar (Still relies on JS to set --active-color) */
.tab-button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px; /* Thicker bar */
    background-color: transparent; 
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 2px;
}

.tab-button.sakriy::after {
    /* Uses JS set variable for accent color */
    background-color: var(--active-color, #1ABC9C); 
    transform: translateY(4px); /* Moves bar slightly below to detach from button edge */
}
.tab-vishay {
    display: none; /* Default state, handled by JS */
    padding: 40px 60px;
    /*display: flex;*/
    align-items: center;
    gap: 40px;
    opacity: 0; /* Handled by JS for animation */
    transition: opacity 0.5s ease-out;
}

.tab-vishay.sakriy {
    display: flex;
    opacity: 1; /* Shown when active */
}

/* Image Box and Image */
.neta-chitra-box {
    min-width: 250px;
    max-width: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out;
    margin-top:-205px;
}

.neta-chitra-box:hover {
    transform: translateY(-5px);
}

.neta-chitra-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

/* Text Content */
.neta-path-samagri {
    flex-grow: 1;
}

.neta-naam {
    font-size: 22px; /* Prominent Name */
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #1f2833;
    margin-top:-19px;
}

.neta-pad {
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 25px;
}

.neta-sandesh-path {
    font-size: 1.1em;
    line-height: 1.8;
    color: #5a6268;
    margin-bottom: 17px;
    font-style: italic;
    border-left: 3px solid #eee;
    padding-left: 15px;
}

/* Read More Button Styling */
.poora-padhe-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid; 
    transition: all 0.3s ease;
}

.teer-style {
    font-size: 1.2em;
    margin-left: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.poora-padhe-btn:hover {
    color: white !important;
    background-color: var(--active-color); /* Dynamically set color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.poora-padhe-btn:hover .teer-style { 
    transform: translateX(8px);
    color: white;
}

.simgg
{
    margin-top:-161px;
}

.simgg2
{
    margin-top:-120px;
}

.simgg3
{
    margin-top:-933px;
}

/* --- General Swiper Container & Card Base --- */
.swiper {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

.card {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card img {
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
}

.card h3 {
    font-size: 1.2rem;
    margin: 15px 0 5px;
    padding: 0 15px;
}

.card p {
    color: #555;
    font-size: 0.95rem;
    padding: 0 15px 15px;
}

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

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    /* Custom Styling from earlier request */
    background-color: #1ABC9C; 
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #3498DB;
}


/* --------------------------------------
   Mobile View Fixes (<= 600px) - Full Width Scroll
   -------------------------------------- */
@media (max-width: 600px) {
    
    /* Swiper Container Padding Fix */
    .swiper {
        padding: 0 5px; /* Minimal side padding */
        overflow: hidden; 
    }
    
    /* CRITICAL FIX: Ensures one card is full width with spacing */
    .swiper-slide {
        /* JS slidesPerView: 1 के साथ काम करता है, कंटेनर पैडिंग (5px + 5px) को ध्यान में रखता है */
        width: calc(100% - 10px) !important; 
        margin: 0 auto;
    }

    /* Font and Layout Adjustments */
    .card img {
        /*height: 140px;*/ 
    }

    .card h3 {
        font-size: 14px; /* Smaller heading font */
        margin: 20px 0 5px;
    }
    
    .card p {
        font-size: 0.85rem; /* Smaller paragraph font */
    }

    /* Hide arrows on mobile */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
    display:none !important;
}

.departm
{
    padding:20px !important;
}
.swiper-button-next, .swiper-button-prev
{
    background:transparent !important;
}


.instructor__list {
    display: flex;
    flex-wrap: wrap; /* Items wrap to the next line if container is too small */
    gap: 30px; /* Space between items */
    justify-content: space-between; /* Distribute items evenly */
}

.instructor__item {
    /* Desktop पर 3 आइटम प्रति पंक्ति के लिए (यदि 3 हैं) */
    flex-basis: calc(33.33% - 20px); 
    max-width: calc(33.33% - 20px);
    text-align: center;
    transition: all 0.3s ease;
}

/* Card Styling (If needed to match previous styles) */
.instructor__item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.instructor__name {
    font-size: 1.2rem;
    margin-top: 15px;
    font-weight: 700;
}


/* --------------------------------------
   2. Tablet View (601px to 991px) - Showing 2 items per row
   -------------------------------------- */
@media (min-width: 601px) and (max-width: 991px) {
    
    .instructor__list {
        justify-content: space-around; /* Center the two columns slightly better */
    }

    /* Tablet पर 2 आइटम प्रति पंक्ति के लिए */
    .instructor__item {
        flex-basis: calc(50% - 20px); 
        max-width: calc(50% - 20px);
        margin-bottom: 20px; /* Space below each item */
    }

    /* Title Adjustments */
    .sec-title {
        font-size: 2.2rem;
    }
}


/* --------------------------------------
   3. Mobile View Fix (Max 600px) - Showing 1 item per row
   -------------------------------------- */
@media (max-width: 600px) {
    
    /* Section Padding Adjustment: किनारों पर थोड़ी और पैडिंग दें ताकि कंटेंट न चिपके */
    .instructor__area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container {
        padding: 0 15px; /* Ensure container itself has side padding */
    }
    
    /* Title and Button Alignment */
    .title-wrapper,
    .instructor__category {
        text-align: center;
        margin-bottom: 25px; 
    }
    
    /* Title Font Size Adjustment */
    .sec-title {
        font-size: 1.6rem; /* शीर्षक को और छोटा किया गया */
    }
    
    /* Instructor Item / Card Box Adjustment */
    .instructor__item {
        /* FIX: फुल-विड्थ आइटम, लेकिन स्क्रीन के किनारों से 15px दूर */
        flex-basis: 100%; 
        max-width: 100%;
        margin-bottom: 25px;
        
        /* आइटम के अंदर की इमेज को center करने के लिए padding हटाएँ */
        padding: 0; 
    }
    
    /* Image Box Centering and Sizing */
    .instructor__item a:first-child {
        display: block;
        text-align: center;
    }

    .instructor__item img {
        /* इमेज को एक निश्चित और कॉम्पैक्ट साइज़ दें */
        max-width: 180px; 
        height: 180px;
        object-fit: cover;
        margin: 0 auto; /* इमेज को सेंटर करें */
        border-radius: 50%; /* यदि आप गोल इमेज चाहते हैं */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* Name Font Size Adjustment */
    .instructor__name {
        font-size: 1.0rem; /* नाम को और छोटा किया गया */
        margin-top: 10px;
        padding: 0 10px;
        line-height: 1.3;
    }

    /* View More Button Alignment */
    .btn-ractangle-2 {
        display: inline-block;
        margin-top: 10px; /* बटन के ऊपर थोड़ी जगह */
    }
}


    
   
@media (max-width: 768px) {
    
    .swiper-slide
    {
        margin-right:0px !important;
    }
    
    .netritva-sandesh-khand
    {
        padding:0px 0px 0px !important;
    }
    
    .tab-button
    {
        font-size:13px !important;
    }
    
    .simgg3
{
    margin-top:0px;
}
    
    .simgg2
{
    margin-top:0px;
}
    
    .simgg
{
    margin-top:0px;
}
    
    .neta-chitra-box {
    min-width: 250px;
    max-width: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out;
    margin-top:0px;
}
    .tab-vishay {
        flex-direction: column; /* Stack image and text vertically */
        text-align: center;
        padding: 30px 15px;
    }
    .neta-chitra-box {
        max-width: 80%;
        margin-bottom: 20px;
    }
    .neta-naam {
        font-size: 2em;
    }
}

.mvimages
{
    margin-top:-230px;
}
@media (max-width: 768px) {
    
    .mvimages
{
    margin-top:0px;
}
    
     .principal-section {
    flex-direction: column; /* stack image above content on mobile */
    align-items: center;
  }

  .principal-image,
  .principal-content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .principal-image {
    max-height: 300px; /* smaller height for mobile */
  }

  .principal-content {
    padding: 20px 15px; /* reduce padding on mobile */
  }

  .principal-content h2 {
    font-size: 26px; /* slightly smaller heading */
    margin-bottom: 15px;
  }

  .principal-content p,
  .principal-content ul li {
    font-size: 15px; /* better readability on small screens */
  }

  .principal-content ul {
    margin-left: 15px; /* adjust list margin */
  }

  .principal-content .signature {
    font-size: 15px; /* adjust signature size */
  }
    
    .principal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
    margin-top:0px;
  }
  .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;
}
}*/
