:root {
    --primary: #0b3d57; /* College maroon */
    --secondary: #D4AF37; /* Gold accent */
    --light: #FFFFFF;
    --dark: #333333;
    --gray: #F5F5F5;
}
@mixin aspect-ratio($width, $height) {
    position: relative;
      
    &:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: ($height / $width) * 100%;
    }
      
    > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
    }
  }
section .contact-headers h2{
    color: #D4AF37;
}
section .intro-text p {
    text-align: justify;
    text-justify: distribute;
}
section .mvp-section p {
    text-justify: auto;
    text-align: justify;
}
/* Chairman's Message */
.chairman-section {
    padding: 80px 0;
}
/* .chairman-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
} */
.chairman-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.chairman-image img {
    width: 100%;
    height: auto;
    display: block;
}
.chairman-message h2 {
    color: var(--primary);
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
}
.chairman-message h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin: 15px 0;
}
section .chairman-message p {
    color:black; 
    font-size: 14px; 
    margin-bottom: 5px; 
    line-height: normal; 
    text-justify: auto; 
    text-align: justify;
}
.chairman-message p {
    margin-bottom: 20px;
}
.chairman-signature {
    font-style: italic;
    margin-top: 30px;
}
.chairman-name {
    font-weight: 600;
    color: var(--primary);
    margin-top: 5px;
}
.services .item {
  background-image: none;
  background: linear-gradient(135deg, var(--primary) 0%, #d4ab2252 100%);
}

section.apply-now .item {
    background-color: white;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 20px;
  }

section.apply-now .itemChairman{
    background-color: white;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
}
/* Courses Carousel */
        section.our-courses{
          padding-bottom: 30px; /* Add some padding */
          padding-top: 30px;
        }

.owl-carousel .owl-item img {
  border-radius: 10px 10px 0 0;
}
.our-courses .item .down-content{
  border-radius: 0 0 10px 10px;
}
.our-courses .item .down-content h4 {
  padding: 10px;
  border-radius: 20px;
}
.our-courses .row h2,p{
  color: #D4AF37;
}
.our-courses .row a{
  color: #0b3d57;
}
.our-courses .row a:hover{
  color: #D4AF37;
}
.courses-section {
    background-color: var(--gray);
    padding: 80px 0;
    position: relative;
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    color: var(--primary);
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
}
.section-header h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin: 15px auto;
}
.carousel {
    position: relative;
    overflow: hidden;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}
.course-card {
    min-width: 300px;
    margin: 0 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}
.course-image {
    height: 200px;
    overflow: hidden;
}
.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.course-card:hover .course-image img {
    transform: scale(1.1);
}
.course-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}
.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.carousel-dot {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.carousel-dot.active {
    background-color: var(--primary);
}
/* courses carousal end */
  /* section{
      background: #F4F4F4;
      padding: 50px 0;
  } */

  /* .container {
      max-width: 1044px;
      margin: 0 auto;
      padding: 0 20px;
  } */

  .figCap {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.5;
      color: white;
      margin-top: 10px;
  }


    .parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
        
    .div1 {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
    }

    .div2 {
        grid-column: span 3 / span 3;
        grid-row: span 2 / span 2;
        grid-column-start: 3;
    }
            

    .categories ol li {
      list-style: none;
      margin: 4px;
      padding: 2px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      list-style-type: circle;
  }

  .div2 .categories h6{
      font-size: 14px;
      text-align: left;
  }
  .div2 .categories p{
    font-size: 12px;
    text-align: left;
}

.item .down-content h4 {
    font-size: 13px;
}

.down-content ol li {
    list-style: decimal;
}

/* fnb service */
h1 {
    margin: 0;
    font-size: 2.2em;
}
h2 {
    /* color: #1f272b; */
    border-bottom: 2px solid #d69830;
    padding-bottom: 8px;
    margin-top: 30px;
}

/* Responsive Table Styles */
.table-container {
    overflow-x: auto;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* Minimum width before scrolling */
}
th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #114662;
    color: white;
    font-weight: bold;
    position: sticky;
    top: 0;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #f5f5f5;
}

/* Mobile-specific styles */
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .chairman-container {
                grid-template-columns: 1fr;
            }
            .chairman-image {
                max-width: 500px;
                margin: 0 auto;
            }
            .intro-section {
                grid-template-columns: 1fr;
            }
            .intro-text {
                padding-right: 0;
            }
            .intro-image {
                order: -1;
            }
            .timeline:before {
                left: 31px;
            }
            .timeline-item {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }
            .timeline-item:nth-child(even) {
                left: 0;
            }
            .timeline-item:after {
                left: 21px !important;
            }
            .accreditation-grid {
                  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                  gap: 20px;
            }
        }
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 1.8rem;
            }
            header {
                padding: 20px;
            }
            h1 {
                font-size: 1.8em;
            }
            th, td {
                padding: 8px 10px;
                font-size: 0.9em;
            }
            .accreditation-item {
                /* height: 120px; */
                padding: 15px;
            }
            .accreditation-item img {
                max-height: 80px;
            }
        }
        @media (max-width: 576px) {
            .course-card {
                min-width: 250px;
            }
        }
        @media screen and (max-width: 480px) {
            body {
                padding: 10px;
            }
            header {
                padding: 15px;
            }
            h1 {
                font-size: 1.5em;
            }
            h2 {
                font-size: 1.3em;
            }
        }


.credit-summary {
    background-color: #e9e9e9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}
.notes {
    font-style: italic;
    color: #555;
}
footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    color: #777;
}

/* Footer */
footer {
    /* background-color: var(--dark); */
    background-image: url(../images/meetings-bg.jpg);
    color: white;
    padding: 60px 0 20px;
    margin: 0px;
}
.footer {
  margin: 10px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}
.footer-column h3 {
    color: var(--secondary);
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.footer-column ul {
    list-style: none;
}
.footer-column li {
    margin-bottom: 10px;
}
.footer-column a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-column a:hover {
    color: var(--secondary);
}
.contact-us .container .row li {
    list-style: none;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.social-links a {
    color: white;
    font-size: 1.2rem;
    transition: color 0.3s;
}
.social-links a:hover {
    color: var(--secondary);
}
.contact-us .container .row li {
    list-style: none;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    margin-top: 20px;
}
/* footer end */
.cta-buttons {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
}
.cta-button {
    background-color: #8B0000;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.cta-button:hover {
    background-color: #6B0000;
}
.table-container {
    overflow-x: auto;
    margin: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* end */

  .carousel {
      display: block;
      text-align: left;
      position: relative;
      margin-bottom: 22px;
      
      > input {
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          height: 1px;
          width: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          
          &:nth-of-type(8):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -700%; }
          &:nth-of-type(7):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -600%; }
          &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
          &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
          &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
          &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
          &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
          &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
          
          &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(7):checked ~ .carousel__thumbnails li:nth-of-type(7) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(8):checked ~ .carousel__thumbnails li:nth-of-type(8) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
      }
  }

  .carousel__slides {
      position: relative;
      z-index: 1;
      padding: 0;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      display: flex;
  }

  .carousel__slide {
      position: relative;
      display: block;
      flex: 1 0 100%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transition: all 300ms ease-out;
      vertical-align: top;
      box-sizing: border-box;
      white-space: normal;
      
      figure {
          display: flex;
          margin: 0;
      }
      
      div {
          @include aspect-ratio(3, 2);
          width: 100%;
      }
      
      img {
          display: block;
          flex: 1 1 auto;
          object-fit: cover;
          width: auto;
      }
      
      /* figcaption {
          align-self: flex-end;
          padding: 20px 20px 0 20px;
          flex: 0 0 auto;
          width: 25%;
          min-width: 150px;
      } */
      
      .credit {
          margin-top: 1rem;
          color: rgba(0, 0, 0, 0.5);
          display: block;        
      }
      
      &.scrollable {
          overflow-y: scroll;
      }
  }

  .carousel__thumbnails {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      
      margin: 0 -10px;
      
      .carousel__slides + & {
          margin-top: 20px;
      }
      
      li {        
          flex: 1 1 auto;
          max-width: calc((100% / 6) - 20px);  
          margin: 0 10px;
          transition: all 300ms ease-in-out;
      }
      
      label {
          display: block;
          @include aspect-ratio(1,1);
          
                    
          &:hover,
          &:focus {
              cursor: pointer;
              
              img {
                  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                  transition: all 300ms ease-in-out;
              }
          }
      }
      
      img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
  }

  .contact-us .container .row h6 {
    font-size: 18px;
    color: white;
  }

    .contact-us .container .row .footerItem {
        margin: 0 0 0 0;
    }
  .contact-us .container .row p{
    color: white;
  }

  .contact-us .container .row li{
    list-style-type: none;
    color: white;
    padding: 2px;

  }
  /* .parentFooter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
    color: white;
  }
     
.div3 {
    grid-row: span 2 / span 2;
}

.div4 {
    grid-row: span 2 / span 2;
}

.div5 {
    grid-row: span 2 / span 2;
}

.div6 {
    grid-row: span 2 / span 2;
}
         */
/* about us page */
/* Intro Section */
h3 {
    color: var(--primary);
    font-size: 1.5rem;
    margin: 30px 0 15px;
}
.intro-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin: 0;
}
.intro-section p {
  color: #D4AF37;
}
.intro-text {
    padding-right: 20px;
}
.intro-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s;
}
.intro-image:hover img {
    transform: scale(1.03);
}

/* Mission/Vision/Objectives */
.mvp-section {
    background-color: var(--gray);
    padding: 60px 0;
    margin: 60px 0;
    position: relative;
    border-radius: 20px;
}
.mvp-section h2, h3 {
    color: #134e6c;
}
.mvp-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.mvp-card {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}
.mvp-card:hover {
    transform: translateY(-10px);
}
.mvp-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

/* Objectives List */
.objectives-list {
    max-width: 800px;
    margin: 0 auto;
    background: var(--light);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.objectives-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.objectives-list li:before {
    content: "✓";
    color: var(--secondary);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Timeline */
.timeline-section {
    margin: 60px 0;
}
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.timeline:before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--secondary);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}
.timeline-item:nth-child(odd) {
    left: 0;
}
.timeline-item:nth-child(even) {
    left: 50%;
}
.timeline-content {
    padding: 20px;
    background-color: var(--light);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.timeline-date {
    font-weight: 600;
    color: var(--primary);
}
.timeline-item:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--light);
    border: 4px solid var(--primary);
    border-radius: 50%;
    top: 20px;
    z-index: 1;
}
.timeline-item:nth-child(odd):after {
    right: -10px;
}
.timeline-item:nth-child(even):after {
    left: -10px;
}
/* Accreditation Section */
.accreditation-section {
      background: linear-gradient(#134e6c 0%, #685f0e83 100%);
      color: white;
      padding: 30px 0;
      margin: 40px 0;
      text-align: center;
      border-radius: 8px;
  }
  .accreditation-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 40px;
      max-width: 1000px;
      margin: 40px auto 0;
      align-items: center;
  }
  .accreditation-item {
      background: white;
      padding: 10px;
      border-radius: 8px;
      /* height: 150px; */
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .accreditation-item img {
      max-width: 100%;
      max-height: 100px;
      /* filter: grayscale(100%) brightness(0%) invert(1); */
      transition: all 0.3s;
  }
  .accreditation-item:hover img {
      filter: none;
  }
/* Leadership */
.leadership-section {
    margin: 0;
}
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.leader-card {
    background: var(--light);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}
.leader-image {
    height: 250px;
    overflow: hidden;
}
.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.leader-card:hover .leader-image img {
    transform: scale(1.1);
}
.leader-info {
    padding: 20px;
}
.leader-name {
    color: #134e6c;
    margin: 10px 0 5px;
}
.leader-title {
    color: #134e6c;
    font-weight: 500;
    margin-bottom: 15px;
}

/* about us end */

/* why us page */
 /* Features Grid */
 .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 50px 0;
}
.feature-card {
    background: var(--light);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    text-align: center;
}
.feature-card:hover {
    transform: translateY(-10px);
}
.feature-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 20px;
}
.feature-card h3 {
    margin: 20px 0 15px;
    color: #0f4765;
}
.fas{
  color: #d59830;
}
/* Stats Section */
.stats-container {
    background: linear-gradient(135deg, var(--primary) 0%, #6B0000 100%);
    color: white;
    padding: 20px 20px;
    margin: 60px 0;
    text-align: center;
    border-radius: 8px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.stat-item {
    padding: 10px;
}
.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--secondary);
}

/* Photo Gallery */
.gallery-section {
    margin: 60px 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    aspect-ratio: 4/3;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-item .gallery-caption {
    opacity: 1;
}

/* Testimonials */
.testimonials {
    margin: 60px 0;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.testimonial-card {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}
.testimonial-card:before {
    content: "";
    font-family: Georgia;
    font-size: 4rem;
    color: var(--secondary);
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 10px;
}
.testimonial-content {
    margin-bottom: 20px;
    font-style: italic;
}
.testimonial-author {
    font-weight: 600;
    color: var(--primary);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary) 0%, #6B0000 100%);
    color: white;
    text-align: center;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 40px 0;
}
.cta-btn {
    display: inline-block;
    background-color: var(--secondary);
    color: var(--dark);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: all 0.3s;
}
.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.section-heading h2{
    padding-top: 20px;
  }
  section.upcoming-meetings {
      padding-top: 10px;
      padding-bottom: 0%;
  }
/* why uspage */

/* courses page */
.mission-points ol {
    padding-left: 40px; /* Adjust indentation as needed */
    margin-top: 15px;   /* Add some space above the list */
    margin-bottom: 15px;/* Add some space below the list */
  }

  .mission-points ol li {
    list-style-type: circle; /* Use bullets (disc, circle, or square) */
    margin-bottom: 10px; /* Add space between list items */
    color: #1f272b; /* Optional: Match text color if needed */
    font-size: 14px; /* Optional: Match font size if needed */
    line-height: 1.6; /* Optional: Adjust line spacing */
  }
  /* Removing placeholder content styling */
   .meetings-page .meeting-single-item .down-content .description {
     margin-top: 20px; /* Adjust spacing if needed */
   }
   .meetings-page .meeting-single-item .thumb {
     display: none; /* Hide the placeholder image/price/date area */
   }
   .meetings-page .meeting-single-item .down-content .row {
     display: none; /* Hide the placeholder hours/location/book now/share */
   }
   .meetings-page .main-button-red {
     display: none; /* Hide the placeholder back button */
   }
   .sub-header .left-content p {
     /* Optionally update sub-header text or remove if not needed */
     /* Example: */
     /* content: "Kathmandu College of Hospitality and Tourism Management"; */
   }
/* courses page */

/* contact page */
 
    /* Contact Grid */
    .contact-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin: 40px 0;
    }
    .contact-card {
        background: var(--light);
        border-radius: 8px;
        padding: 30px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: transform 0.3s;
    }
    .contact-card:hover {
        transform: translateY(-5px);
    }
    .contact-icon {
        font-size: 2.5rem;
        color: var(--primary);
        margin-bottom: 20px;
    }
    .contact-card h3 {
        margin-top: 0;
        color: var(--primary);
    }
    
    /* Contact Form */
    .contact-form {
        background: var(--light);
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        margin: 40px 0;
    }
    .form-group {
        margin-bottom: 20px;
    }
    label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
    }
    input, textarea, select {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-family: inherit;
        font-size: 1rem;
    }
    textarea {
        min-height: 150px;
    }
    .submit-btn {
        background-color: var(--primary);
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 600;
        transition: background-color 0.3s;
    }
    .submit-btn:hover {
        background-color: #6B0000;
    }
    
    /* Map */
    .map-container {
        margin: 40px 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .map-container iframe {
        width: 100%;
        height: 400px;
        border: 0;
    }


    /* Popup styling */
    .popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        z-index: 1000;
        text-align: center;
        max-width: 400px;
        width: 90%;
    }
    .popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
    }
    .popup-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        cursor: pointer;
    }
    .popup-icon {
        font-size: 50px;
        color: #4CAF50;
        margin-bottom: 15px;
    }
/* contact page */