.navbar-nav {
  margin: auto;
  /* Center menu */
}

.navbar-nav .nav-link {
  color: black;
  font-weight: 500;
  padding: 0 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #b3eb04;
}

.contact-btn {
  background: #b3eb04;
  color: white !important;
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}

/* content area 1  start */
.about-education {
  padding: 80px 0;
  background: #fff;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

/* Left Text */
.content {
  flex: 1;
  min-width: 300px;
}

.subtitle {
  color: #e74c3c;
  font-size: 20px;
  margin-bottom: 10px;
}

.title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.title span {
  color: #f39c12;
}

.content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  background: #ff5733;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #e74c3c;
}

/* Right Image + Shapes */
.image-box {
  position: relative;
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.main-img {
  width: 100%;
  max-width: 450px;
  border-radius: 30px;
  z-index: 2;
  position: relative;
}

.award-badge {
  position: absolute;
  bottom: -30px;
  left: 30px;
  background: #fff;
  border: 2px solid #f39c12;
  border-radius: 50%;
  padding: 20px;
  font-weight: bold;
  color: #27ae60;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Decorative Shapes */
.shape {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}

/* content area 1  end */
:root {
  --brand: #a78bfa;
  /* your purple */
}

body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
}

.section-title {
  color: #333;
  font-weight: 600;
}

.btn-purple {
  background-color: var(--brand);
  border-color: var(--brand);
}

.btn-purple:hover {
  filter: brightness(0.95);
}

.card {
  border-radius: 1rem;
}

.form-control,
.form-select,
.input-group-text {
  border-radius: 0.6rem;
}

/* botam bar start */
.footer {
  position: relative;
  background: url("/img/rm347-porpla-02-a-01.jpg") no-repeat center center/cover;
  color: #fff;
  padding: 60px 20px 20px;
}

.footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.footer-container {
  position: relative;
  z-index: 2;
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo {
  height: 40px;
  margin-bottom: 10px;
}

.footer-col {
  max-width: 300px;
  min-width: 200px;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #b3eb04;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #b3eb04;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-bottom a {
  color: #b3eb04;
  text-decoration: none;
}

/* content run area */
.stats-section {
  background: url("/img/rnimage.gif") no-repeat center center/cover;
  width: 100%;
  height: 55vh;
  /* Full screen */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* orange overlay */
}

.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  z-index: 1;
  position: relative;
}

.stat-box {
  text-align: center;
  min-width: 150px;
  padding: 0 20px;
  position: relative;
}

/* Vertical divider */
.stat-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.6);
}

.stat-icon {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}

.stat-number {
  font-size: 42px;
  font-weight: bold;
}

.plus-sign {
  font-size: 42px;
  font-weight: bold;
  margin-left: 2px;
}

.stat-label {
  margin-top: 10px;
  font-size: 16px;
}

@media (max-width: 900px) {
  .stats-container {
    flex-direction: column;
    gap: 30px;
  }

  .stat-box:not(:last-child)::after {
    display: none;
    /* Remove dividers on mobile */
  }

  .stats-section {
    height: 110vh;
  }
}

/* content area 2 start */
.programs-section {
  padding: 60px;
  position: relative;
  text-align: center;
}

.programs-section h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.highlight {
  color: #2a2a8d;
  border-left: 5px solid #e63946;
  padding-left: 10px;
}

.programs-section p {
  font-size: 16px;
  color: #333;
  max-width: 850px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.programs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.program-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.program-card:hover {
  transform: translateY(-8px);
}

.program-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.program-info {
  padding: 15px;
  border-radius: 50px;
  width: 70%;
  margin: -30px auto 15px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.program-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.program-info p {
  margin: 5px 0 0;
  font-size: 14px;
}

/* Enquire Now Button */
.enquire-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #b3eb04;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  writing-mode: vertical-rl;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.enquire-btn:hover {
  background: #b71c1c;
}

.section-wrapper {
  max-width: 900px;
}

.section-title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #2b3f94;
  /* heading color */
  margin-bottom: 10px;
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 40px;
  background: #e63946;
  /* red vertical line */
  margin-right: 10px;
  border-radius: 2px;
}

.section-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 15px;
  /* pushes paragraph to align with heading text */
}

@media (max-width: 768px) {
  .programs-container {
    flex-direction: column;
    align-items: center;
  }

  .program-card {
    width: 90%;
  }
}

/* content area 2 end */
/* Full screen background */
/* Hero Section */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10%;
  min-height: 100vh;
  flex-wrap: wrap;

  /* ✅ Background image here */
  background: url("img/Blue\ Yellow\ Minimalist\ Beautiful\ Color\ Combinations\ YouTube\ Thumbnail.png") no-repeat center center/cover;
}

/* Left text */
.hero-text {
  flex: 1;
  margin-bottom: 10px;
}

.hero-text h3 {
  margin-bottom: 20px;
  color: #ffff;
}

.admission-btn {
  background: #b3eb04;
  ;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.admission-btn:hover {
  background: #c62828;
}

/* Right image */
.hero-image {
  flex: 1;
  text-align: right;


}

.hero-image img {
  max-width: 400px;
  height: auto;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    /* Stack text and boy */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 5%;
  }

  .hero-text {
    margin-bottom: 20px;
  }

  .hero-text h1 {
    font-size: 1.8rem;
  }
  .hero-text h3 {
    text-align: justify;
  }

  .hero-image img {
    max-width: 250px;
  }
}

/* content area 3 star */

.testimonial-section {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  /* 3 parts */
  align-items: center;
  background: #2c3e99;
  color: white;
  padding: 40px;
  gap: 20px;
}

/* Left: Image */
.testimonial-left img {
  width: 180px;
  display: block;
  margin: auto;
}

/* Center: Title + Buttons */
.testimonial-center {
  text-align: center;
}

.testimonial-center h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.nav-buttons button {
  background: #fbc02d;
  border: none;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s;
}

.nav-buttons button:hover {
  background: #f9a825;
}

/* Right: Feedback */
.testimonial-right {
  max-width: 600px;
}

.testimonial-right p {
  font-size: 18px;
  line-height: 1.6;
}

.testimonial-right h4 {
  margin-top: 15px;
  font-weight: normal;
}

/* Responsive */
@media (max-width: 900px) {
  .testimonial-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .testimonial-left img {
    margin-bottom: 20px;
  }
}

/* content area 3 end */
/* content area 4 start */



/* content area 4 end  */
/* gallart part start */

.gallery-section {
  text-align: center;
  padding: 40px;
  background: #ffffff;
}

/* Filter Buttons */
.filter-buttons button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background: #b3eb04;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-buttons button:hover {
  background: #b71c1c;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  max-width: 1000px;
  margin: auto;
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}


/* galary part ebd */

.mission-vision {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #3d0c92;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, #ff5722, #ffc107);
  border-radius: 2px;
}

.cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  max-width: 600px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid transparent;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card:nth-child(1) {
  border-image: linear-gradient(to right, #673ab7, #3f51b5) 1;
}

.card:nth-child(2) {
  border-image: linear-gradient(to right, #ff5722, #ffc107) 1;
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #fff;
}

.icon-box.purple {
  background: linear-gradient(135deg, #673ab7, #3f51b5);
  box-shadow: 0 0 15px rgba(103, 58, 183, 0.4);
}

.icon-box.orange {
  background: linear-gradient(135deg, #ff5722, #ffc107);
  box-shadow: 0 0 15px rgba(255, 87, 34, 0.4);
}

.card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3d0c92;
}

.card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* founder parts */

.founder-section {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.founder-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}

.founder-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.founder-img img {
  width: 260px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.founder-info {
  text-align: left;
  flex: 1;
}

.founder-name {
  font-size: 24px;
  font-weight: 700;
  color: #3d0c92;
  /* purple */
  margin-bottom: 8px;
}

.founder-role {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.founder-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .founder-card {
    flex-direction: column;
    /* Stack image on top */
    text-align: center;
    padding: 25px;
  }

  .founder-img img {
    width: 180px;
    margin-bottom: 20px;
  }

  .founder-info {
    text-align: center;
  }

  .founder-name {
    font-size: 22px;
  }

  .founder-role {
    font-size: 15px;
  }

  .founder-desc {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
}

/* form body */
.formbodyone {
  font-family: Arial, sans-serif;
  background: #f7f9fc;
  margin: 0;
  padding: 20px;
}

.form-container {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

h2 {
  margin-top: 25px;
  font-size: 18px;
  color: #444;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

label {
  display: block;
  margin-top: 12px;
  font-weight: bold;
  color: #333;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

textarea {
  resize: none;
}

.checkbox {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.checkbox input {
  margin-right: 10px;
}

.form-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
}

button[type="reset"] {
  background: #ddd;
}

button[type="submit"] {
  background: #007bff;
  color: #fff;
}

.note {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
  text-align: center;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .form-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

/* contact  */
.contact-container {
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.heading {
  text-align: center;
  color: #111;
  margin-bottom: 30px;
}

.contact-flex {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-info,
.map-section {
  flex: 1;
  max-width: 450px;
}

.contact-info h3,
.map-section h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.contact-info p {
  margin: 8px 0;
  font-size: 16px;
}

.contact-info a {
  color: #444;
  text-decoration: none;
}

.contact-info a:hover {
  color: #6a0dad;
  /* purple hover */
}

.bi {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}
.linktext {
  color: #ffffff;
  text-decoration: none;
}