/* 2. Banner Footer */
.mca-banner-footer {
  background: linear-gradient(to right, #e4760d, #940c1a);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  color: #fff;
  flex-wrap: wrap;
}

.mca-banner-footer .logo {
  height: 60px;
}

.mca-banner-footer h1 {
  font-size: 22px;
  font-weight: bold;
  flex: 1;
  text-align: center;
  color: #fff;
}

.apply-now {
  background-color: #b85d08;
  color: white;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 20px;
}

.apply-now:hover {
  background-color: #825214;
  color: white;
}

/*============================================
    1.4 About Area
*=============================================*/

.ca-school-about-mca {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ca-school-section-title {
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
}
.ca-school-section-title > span {
  display: block;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.ca-school-section-title h2 span {
  display: inline-block;
  font-weight: 500;
}
.ca-school-line-break {
  display: block;
}
.ca-school-about-left-content p {
  font-weight: 400;
}

.ca-school-abt-right-thumb {
  width: 100%;
  height: 400px;
  box-shadow: 0px 0px 21px 11px rgba(204, 204, 223, 0.2);
  border-radius: 12px;
  position: relative;
  background: url('assets/img/banner-img/pcu_event_banner.webp') center/cover no-repeat;
}

.ca-school-abt-rt-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.ca-school-expand-video {
  height: 80px;
  width: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 28px;
  color: #fff;
  transition: all 0.3s ease;
}

a.ca-school-expand-video:hover {
  background: #fff;
  color: #fc9928;
}

a.ca-school-expand-video:focus,
a.ca-school-expand-video:hover {
  background-color: #fff;
  color: #fc9928;
}

.ca-school-cyber-gallery-section {
  padding: 30px 20px;
}

.ca-school-cyber-gallery-section h2 {
  text-align: center;
  font-size: 36px;
  color: #fc9928;
  margin-bottom: 40px;
}

.ca-school-cyber-gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.ca-school-cyber-gallery-box {
  background: #ededf8;
  border-radius: 12px;
  width: 400px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.ca-school-cyber-gallery-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fc9928;
  text-align: center;
}

.ca-school-cyber-gallery-slider {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
}

.ca-school-cyber-gallery-slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 2s ease-in-out;
}

.ca-school-cyber-gallery-slider img.ca-school-cyber-active {
  opacity: 1;
}

@media (max-width: 768px) {
  .ca-school-cyber-gallery-box {
    width: 90%;
  }
}

/*============================================
    END About Area
*=============================================*/

/*============================================
    1.5 Course Area
*=============================================*/

.ca-school-vmp-card:hover {
  box-shadow: 0 -6px 24px rgba(10, 10, 10, 0.09);
}

.ca-school-vmp-card {
  transition: all 0.3s ease 0s;
  border-color: rgba(0, 0, 0, 0.07) !important;
}

.ca-school-vmp-thumb {
  position: relative;
}

.ca-school-vmp-price {
  position: absolute;
  right: -10px;
  color: #fff;
  padding: 6px 12px;
  background: #fc9928;
}

.ca-school-vmp-price:before {
  content: "";
  position: absolute;
  right: 0;
  top: -9px;
  border-left: 10px solid #fc9928;
  border-top: 9px solid transparent;
}

.ca-school-vmp-meta-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ca-school-vmp-meta-text {
  flex-basis: calc(100% - 41px);
}

.ca-school-vmp-meta-text h4 a {
  color: #252525;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
}

.ca-school-vmp-meta-text h4 a:hover {
  color: #fc9928;
}

ul.ca-school-vmp-meta-stats li {
  display: inline-block;
  margin-right: 15px;
}

ul.ca-school-vmp-meta-stats li:last-child {
  margin-right: 0;
}

ul.ca-school-vmp-meta-stats li i {
  color: #fc9928;
}

.ca-school-vmp-meta-thumbnail {
  height: auto;
  width: 40px !important;
}

.ca-school-vmp-meta-details {
  display: table !important;
  flex-flow: row wrap;
  justify-content: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.ca-school-vmp-meta-details li {
  border-right: 1px solid #cccccc;
  display: table-cell !important;
  flex: 1 1 0 !important;
  text-align: center;
}

.ca-school-vmp-meta-details li:last-child {
  border-right: 0 none;
}

.blog-carousel .owl-nav,
.ca-school-vmp-carousel .owl-nav,
.teacher-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -78px;
}

.blog-carousel .owl-nav div,
.ca-school-vmp-carousel .owl-nav div,
.teacher-carousel .owl-nav div {
  height: 43px;
  width: 43px;
  background: #2f2f2f;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}

.blog-carousel .owl-nav div:hover,
.ca-school-vmp-carousel .owl-nav div:hover,
.teacher-carousel .owl-nav div:hover {
  background: #fc9928;
}

/*============================================
    END Course Area
*=============================================*/

/*============================================
    1.6 Take Toure Area
*=============================================*/

.programme-area {
  background: #14171d;
  position: relative;
  z-index: 1;
}

.programme-area:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 386px;
  width: 100%;
  background: #14171d;
}

.programme-sec-style {
  text-align: center;
}

img.programme-title-top-shape {
  margin-bottom: 20px;
  margin-top: 40px;
}

.programme-sec-style h2 {
  color: #fff;
}

.programme-sec-style > span {
  color: #fff;
}

.programme-wrapper {
  display: flex;
  max-width: 1200px;
  margin: -20px auto;
  padding: 20px;
  gap: 40px;
}

/* Sidebar */
.programme-sidebar {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.programme-sidebar a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #163340;
  font-weight: 600;
  background: #f5f5f5;
  border-left: 4px solid transparent;
  border-radius: 6px;
  transition: 0.3s;
}

.programme-sidebar a:hover,
.programme-sidebar a.active {
  border-left: 4px solid #a81d35;
  background: #fdfdfd;
  color: #a81d35;
}

/* Content area */
/* Fix content height so all sections look same */
.programme-content {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  min-height: 400px;
  max-height: 500px;
  overflow-y: auto;
}

.programme-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 12px 20px;
  background: linear-gradient(to right, #a81d35, #3d3d3d);
  color: #fff;
  border-radius: 6px;
}

.programme-content ul {
  list-style: disc;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.programme-content ul li {
  margin-bottom: 12px;
}

/* Tab behavior */
.programme-content > div {
  display: none;
}
.programme-content > div.active {
  display: block;
}

/*============================================
    END Take Toure Area
*=============================================*/

/*============================================
    1.7 Course-curriculum
*=============================================*/

.course-container {
  font-family: Arial, sans-serif;
  max-width: 1000px;
  margin: 40px auto;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: ghostwhite;
}

.course-header {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  font-weight: bold;
}

.course-header span {
  cursor: pointer;
  padding: 15px 25px;
  transition: all 0.3s ease;
  color: 941c34;
  text-transform: uppercase;
}

.course-header span:hover {
  color: #941c34;
}

.course-header .active {
  color: #941c34;
  border-bottom: 3px solid #941c34;
}

.course-content {
  padding: 20px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.semester-section {
  margin-bottom: 30px;
}

.semester-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #941c34;
  margin-bottom: 20px;
  font-style: italic;
}

.course-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.course-list .column {
  width: 48%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course-list li {
  margin-bottom: 12px;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.sub-heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 40px 0;
}

.minor-list .minor-category {
  font-size: 1.5rem;
  color: #941c34;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  font-style: italic;
}

.minor-list .minor-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.download-btn {
  display: inline-block;
  padding: 12px 20px;
  margin: 10px;
  background-color: maroon;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
  margin-left: 140px;
}

.download-btn:hover {
  background-color: #c51818;
  color: white;
}
/*============================================
    END Teacher Area
*=============================================*/

/*============================================
    1.9 Eligibility Area
*=============================================*/

.eligibility-area {
  background: #14171d;
  position: relative;
  z-index: 1;
  height: 675px;
}

img.tst-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.eligibility-content h3 {
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 25px;
  font-size: 20px;
}

.eligibility-content h4 {
  font-weight: 300;
  color: #ffffff;
  margin-top: 15px;
  font-size: 18px;
}

.eligibility-heading {
  margin-top: 20px;
  margin-bottom: 30px;
}

.eligibility-heading h2 {
  color: #fc9928;
}
/* ==========================================================================
   Career Opportunities Section
   ========================================================================== */

/* Main heading for the career opportunities section. */
.career-heading {
  /* Assuming a similar style as eligibility-heading, adjust as needed. */
}

/* Style for the main heading text of career opportunities. */
.career-heading h2 {
  color: #fc9928;
  margin-top: 60px;
}

/* Style for the descriptive text under the heading. */
.career-content h3 {
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 25px;
  font-size: 20px;
}

/* The parent container for the career items, now using Flexbox for a single-line layout. */
.career-carousel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

/* The individual career items within the carousel. */
.career-carousel .career-item {
  flex-shrink: 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  border-radius: 8px;
}

/* Style for a list (if you choose to use one instead of the carousel). */
.career-list {
  list-style: disc;
  padding-left: 25px;
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

/* Style for the list items. */
.career-list li {
  margin-bottom: 8px;
}
/*============================================
    END Testimonial Area
*=============================================*/

/*============================================
    1.10 Feature Blog
*=============================================*/

.card-body ul li {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  padding-right: 10px;
}
.card-body ul li i {
  margin-right: 5px;
}
.blog-content h4 a {
  display: block;
  font-size: 22px;
}
/*============================================
    END Feature Blog
*=============================================*/

/*============================================
    1.11 Call to Action
*=============================================*/
.cta-content span {
  font-weight: 400;
  letter-spacing: 0;
}
/*ff9a02 */
.cta-content h2 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 36px;
}
.cta-btn {
  text-align: right;
}

.cta-btn .btn-light:hover {
  border-color: #fff !important;
}

.cta-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/*============================================
    END Call to Action
*=============================================*/

/*============================================
    2. Home Two
*=============================================*/

.header-two {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: #fff;
}

.menu-style2 {
  text-align: center;
}

.menu-style2.main-menu nav > ul > li > a {
  color: #151515;
  padding: 54px 17px;
  position: relative;
}

.menu-style2.main-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: -6px;
  top: calc(50% - 1px);
  height: 2px;
  width: 10px;
  background: #fc9928;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.menu-style2.main-menu nav ul li.active a:before,
.menu-style2.main-menu nav ul li a:hover:before {
  opacity: 1;
  width: 19px;
}

.menu-style2.main-menu nav ul li.middle-logo a {
  padding: 0;
  transform: translateY(5px);
}

.menu-style2.main-menu nav ul li.middle-logo a:before {
  display: none;
}

.menu-style2.main-menu nav ul li.middle-logo a img.hb-bottom-shape {
  position: absolute;
  left: 50%;
  min-width: 157px;
  transform: translateX(-50%);
}

.header-bottom-right-style-2 {
  margin-left: -41px;
  text-align: right;
}

.header-bottom-right-style-2 li {
  display: inline-block;
}

.header-bottom-right-style-2 li a.btn {
  padding: 12px 20px;
}
.header-bottom-right-style-2 li a.btn-light {
  border: 1px solid #ccc !important;
}
.header-bottom-right-style-2 li a.btn-light:hover {
  border-color: #fc9928 !important;
}

.header-bottom-right-style-2 li a:hover,
.header-bottom-right-style-2 li a.active {
}

.header-bottom-right-style-2 li:first-child a {
  margin-left: 0;
}

/*hero area*/

.hero-area {
  margin-top: 104px;
  position: relative;
  z-index: 1;
  padding: 170px 0;
  background: url(../images/bg/slider.jpg) center/cover no-repeat;
}

.hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #1b2945;
  opacity: 0.5;
}

.hero-content {
  text-align: center;
}

.hero-content h3 {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 69px;
}
.hero-content p {
  font-size: 24px;
  font-weight: 300;
}

.form-input {
  display: inline-block;
  position: relative;
}

.form-input input {
  height: 55px;
  width: 100%;
  max-width: 670px;
  background: #fff;
  border: none;
  padding-left: 60px;
  padding-right: 170px;
  border-radius: 50px;
  letter-spacing: 0;
  color: #222;
}

.form-input .fa-search {
  position: absolute;
  left: 21px;
  top: 18px;
  color: #464545;
  font-size: 20px;
}

.form-input button.btn {
  position: absolute;
  right: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: 167px;
}

.form-input button:hover {
  background-color: #13172e;
}

.hero-content form strong {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 24px;
  display: block;
}

.hero-content form strong a {
  display: inline-block;
  color: #9599a2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-content form strong a:hover {
  color: #fc9928;
}

/*about-area-style2*/

.about-area-style2 {
  background: url(../images/bg/abt2-bg.jpg) center/cover no-repeat;
}

.section-title-style2 {
  padding-top: 29px;
  margin-bottom: 50px;
}
.section-title-style h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

.about-content-style2 .section-title-style2 {
  margin-bottom: 0px;
}

.section-title-style2 span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 9px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.section-title-style2 span:before,
.section-title-style2 span:after {
  content: "";
  background: url(../images/icon/s2-title-left-shape.png) center/contain no-repeat;
  position: absolute;
  left: -78px;
  top: -40px;
  height: 69px;
  width: 67px;
}

.section-title-style2 span:after {
  left: auto;
  right: -78px;
  background: url(../images/icon/s2-title-right-shape.png) center/contain no-repeat;
}
.section-title-style2 h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 66px;
}

.black-title span {
  color: #1e2c39;
}

.white-title span {
  color: rgba(255, 255, 255, 0.8);
}
.white-title h2 {
  color: #fff;
}

.title-tb {
  margin-top: 24px;
}

.title-tb span:before {
  display: none;
}

.title-tb span:after {
  background: #2f2f2f;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  position: absolute;
  top: -53px;
}

/*common carousel for all*/

.tst-carousel .owl-dots,
.commn-carousel .owl-dots {
  text-align: center;
}

.tst-carousel .owl-dot,
.commn-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 5px;
  border-radius: 30px;
  background: #b6b6b6;
  margin: 0 5px;
}

.tst-carousel .owl-dots .active,
.commn-carousel .owl-dots .active {
  background: #fc9928;
}

/*============================================
    END Home Two
*=============================================*/

/*============================================
    3. Home Three
*=============================================*/

.header-three {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  padding: 0 60px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.05);
}
.hb-s3-right li {
  display: inline-block;
  cursor: pointer;
}
.hb-s3-right li a.btn {
  display: block;
  margin-right: 15px;
  padding: 12px 20px;
}
.hb-s3-right {
  text-align: right;
}
.header-three .menu-style2.main-menu nav > ul > li > a:before {
  top: auto;
  bottom: 0;
  width: 0;
  height: 0;
  border: 11px solid #ffa501;
  border-left-color: transparent;
  background: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}

/*hero-s3*/

.hero-s3 {
  background: url(../images/bg/hero-bg2.jpg) center/cover no-repeat;
  padding: 123px 0 229px;
}

.form-input-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 30px;
  display: inline-block;
}

.form-input-box .input {
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-right: 14px;
  padding-right: 15px;
}

.form-input-box .input:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.form-input-box .input input,
.form-input-box .input select {
  height: 35px;
  border: none;
  letter-spacing: 0;
  color: #757575;
  padding-right: 13px;
}

.form-submit {
  display: inline-block;
}

/*cta-area-two*/

.cta-area-two .cta-area {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-info-area {
  margin-top: 70px;
}

.cnt-info {
  padding: 60px 10px 60px;
  background: #252525;
}

.cnt-info h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.cnt-info ul.address li {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.cnt-info ul.address li i {
  color: #fc9928;
  margin-right: 15px;
}
.cnt-info ul.social li a {
  color: #a09f9c;
  font-size: 17px;
  margin: 0 4px;
}

.cnt-info ul.social li a:hover {
  color: #fc9928;
}

#google-map {
  height: 100%;
}

/*============================================
    END Home Three
*=============================================*/

/*============================================
    4. Courses
*=============================================*/

.crumbs-area {
  position: relative;
  z-index: 1;
  background: url(../images/bg/bg1.jpg);
  padding: 213px 0 114px;
  background-size: cover;
}

.crumbs-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #1b2945;
}

.crumb-content h4 {
  font-size: 55px;
  color: #fefefe;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 59px;
  margin-bottom: 18px;
}

.crumb-content h4 span {
  color: #fc9928;
}

.crumb-title {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 80px;
  position: relative;
}

.crumb-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  height: 2px;
  width: 50px;
  background: #fc9928;
}

.view-more {
  text-align: center;
}

.view-more a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #959595;
  letter-spacing: 0;
}

.view-more a:hover {
  color: #fea402;
}

.view-more a span {
  height: 7px;
  width: 7px;
  background: #fea402;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.view-more a span.last-dot {
  margin-right: 11px;
}

/*============================================
    END Courses
*=============================================*/

/*
*
* ---------------------------------------------
* | New Mobile Responsive Styles |
* ---------------------------------------------
*
*/

/* Media query for screens up to 768px (common for tablets and phones) */
@media (max-width: 768px) {
  /* Banner Footer */
  .mca-banner-footer {
    padding: 10px 15px; /* Reduce padding */
    flex-direction: column; /* Stack items vertically */
    text-align: center;
  }
  .mca-banner-footer h1 {
    font-size: 18px; /* Reduce font size */
    margin: 10px 0; /* Add margin for spacing */
  }
  .apply-now {
    margin: 10px 0 0; /* Center the button and add top margin */
  }
  .apply-now:hover{
    color: white;
    background-color: rgb(168, 80, 28);
  }

  /* About Area */
  .ca-school-about-mca {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ca-school-abt-right-thumb {
    height: 300px; /* Adjust height for smaller screens */
  }
  .ca-school-cyber-gallery-container {
    flex-direction: column; /* Stack gallery boxes */
    align-items: center;
  }
  .ca-school-cyber-gallery-box {
    width: 90%; /* Make gallery boxes wider on smaller screens */
    margin-bottom: 20px;
  }

  /* Course Area */
  .ca-school-vmp-meta-title {
    flex-direction: column; /* Stack meta title items */
    text-align: center;
  }
  .ca-school-vmp-meta-text {
    flex-basis: 100%;
  }
  .ca-school-vmp-meta-text h4 a {
    font-size: 16px; /* Adjust font size */
    margin-bottom: 5px;
  }
  .ca-school-vmp-meta-stats li {
    margin-right: 10px; /* Reduce margin */
  }
  .ca-school-vmp-meta-details li {
    display: block !important;
    border-right: none;
    margin-bottom: 10px;
  }
  .ca-school-vmp-meta-details {
    padding-top: 10px;
  }
  .ca-school-vmp-price {
    right: 0;
  }
  .ca-school-vmp-price:before {
    display: none;
  }

  /* Take Tour Area */
  .programme-wrapper {
    flex-direction: column; /* Stack sidebar and content */
    gap: 20px;
  }
  .programme-sidebar {
    flex: 1; /* Allow sidebar to take full width */
  }
  .programme-content {
    min-height: auto; /* Remove fixed height */
    max-height: none; /* Remove fixed max height */
  }

  /* Teacher Area (Course Schedule) */
  .course-container {
    padding: 10px;
  }
  .course-header {
    flex-wrap: wrap; /* Allow header tabs to wrap */
  }
  .course-header span {
    padding: 10px 15px; /* Adjust padding */
    font-size: 0.8rem; /* Reduce font size */
  }
  .course-list .column {
    width: 100%; /* Make columns full width */
    margin-bottom: 20px;
  }
  .semester-title {
    font-size: 1.8rem;
  }
  .download-btn {
    margin-left: 0; /* Center button on mobile */
    display: block;
    text-align: center;
  }

  /* Eligibility and Career Areas */
  .eligibility-area {
    height: auto; /* Adjust height */
    /* padding: 40px 15px; */
  }
  .eligibility-content h3, .career-content h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .eligibility-content h4 {
    font-size: 16px;
  }
  .career-carousel {
    flex-wrap: wrap; /* Allow career items to wrap */
    justify-content: center;
    gap: 15px;
  }
  .career-carousel .career-item {
    width: 100%; /* Make each item full width */
    font-size: 16px;
    padding: 15px;
  }

  /* Call to Action */
  .cta-content h2 {
    font-size: 24px; /* Adjust font size */
    text-align: center;
  }
  .cta-btn {
    text-align: center; /* Center the button */
    margin-top: 20px;
  }

  /* Home Two - Hero Area */
  .hero-area {
    padding: 80px 0; /* Reduce padding */
  }
  .hero-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-content p {
    font-size: 18px;
  }
  .form-input {
    display: block; /* Make form input full width */
  }
  .form-input input {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
  }
  .form-input .fa-search {
    left: 10px;
    top: 15px;
  }
  .form-input button.btn {
    position: static; /* Stack button below input */
    margin-top: 10px;
    width: 100%;
    height: 50px;
  }

  /* Other sections */
  .section-title-style2 h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .section-title-style2 span {
    font-size: 16px;
  }
  .section-title-style2 span:before,
  .section-title-style2 span:after {
    display: none;
  }
  .title-tb span:after {
    display: none;
  }
  .crumb-content h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .crumb-title {
    font-size: 20px;
    padding-left: 40px;
  }
  .crumb-title:before {
    width: 20px;
    top: 15px;
  }
}

/*============================================
    5. Courses Details
*=============================================*/

.course-details .course-thumb {
  margin-bottom: 25px;
}

.csd-hv-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(20, 23, 29, 0.95);
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cs-thumb {
  position: relative;
}
.csd-hv-info .course-meta-details li {
  padding-left: 20px;
  padding-right: 20px;
}

.csd-hv-info .course-meta-details {
  border-top: 0px;
  padding-top: 0px;
}
.csd-hv-info .course-meta-details li span {
  color: #fff;
  font-weight: 700;
}

.csd-hv-info .course-meta-details li:first-child {
  padding-left: 0;
}

.csd-hv-info .course-dt-info {
  margin: 0;
}

.csd-hv-info .course-meta-details h4 {
  color: #ffffff;
}

.course-details .course-meta-title {
  display: block;
  margin-bottom: 39px;
}

.csd-hv-info ul.course-meta-stats li {
  color: #fff;
}

.cs-post-share {
  margin-top: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.cs-post-share .tags h4 {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
}

.cs-post-share .tags ul {
  display: inline-block;
}

.cs-post-share .tags ul li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #7d7d7d;
  border: 1px solid #f6f7fb;
  padding: 8px 13px;
}

.cs-post-share .tags ul li a:hover {
  background: #ffc502;
  color: #222 !important;
}

.course-details .course-content {
  padding: 0;
}

.course-details .course-content > p {
  color: #9599a2;
  font-size: 16px;
}

.cs-social {
  display: inline-block;
}

.cs-social li {
  display: inline-block;
}

.cs-social li a {
  display: block;
  font-size: 18px;
  color: #464646;
  margin-right: 12px;
}

.cs-social li a:hover {
  color: #fc9928;
}

.cs-post-author {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #7d7d7d;
  letter-spacing: 0;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
  margin-left: 5px;
  line-height: 20px;
}

.cs-post-author span {
  color: #fc9928;
}

.cs-comments {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #464646;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
  margin-left: 20px;
  line-height: 20px;
}

.cs-share-right {
  text-align: right;
}

/*post-autohr-info*/

.post-author-info {
  margin-bottom: 70px;
}

.post-author-info .thumb {
  float: left;
  height: 145px;
  width: 145px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}

.post-author-info h5 {
  color: #363636;
  letter-spacing: 0;
  line-height: 21px;
}

.post-author-info p {
  color: #7d7d7d;
  font-style: italic;
  margin-top: 10px;
}

.post-author-info .social {
  margin-top: 20px;
}

.post-author-info .social li {
  display: inline-block;
}

.post-author-info .social li a {
  display: block;
  font-size: 16px;
  color: #464646;
  margin-right: 12px;
}

.post-author-info .social li a:hover {
  color: #fc9928;
}

/*comment area*/

.comment-area {
  overflow: hidden;
  margin-bottom: 22px;
  margin-top: 50px;
}

h4.comment-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.comment-info-inner article {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-thumb {
  float: left;
}

.comment-thumb img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.comment-content {
  overflow: hidden;
}

.comment-content h4 {
  margin-bottom: 10px;
}

.comment-content p {
  font-size: 16px;
  color: #9599a2;
}

.cs-cmnt-meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.cs-cmnt-meta ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.cs-cmnt-meta ul li:first-child {
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid #b79e9e;
  line-height: 14px;
}

.cs-cmnt-meta ul li span {
  color: #7d7d7d;
  letter-spacing: 0;
}

.cs-cmnt-meta > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.cs-cmnt-meta > a i {
  color: #444;
  margin-left: 5px;
}

.children {
  padding-left: 60px;
}

/*leave-comment-area*/

.leave-comment-area form input,
.leave-comment-area form textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.leave-comment-area form input:focus,
.leave-comment-area form textarea:focus {
  border-color: #fc9928;
}

.leave-comment-area form textarea {
  height: 120px;
  padding-top: 12px;
}

.leave-comment-area form button i {
  margin-left: 8px;
}

/*sidebar */

.widget {
  margin-bottom: 60px;
}
.sidebar .widget {
  margin-bottom: 60px;
  background: #f6f7fb;
  padding: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.instructor {
  text-align: center;
}

.instructor .thumb {
  float: none;
  margin: auto;
  margin-bottom: 30px;
}

.instructor p {
  font-size: 16px;
}

.instructor .post-author-info .social li a {
  margin: 0 6px;
}

.widget-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 22px;
}

.widget-title {
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
}
.wd-offer {
  height: 155px;
  position: relative;
  background: url(../images/bg/flwr-bg.jpg) center/cover no-repeat;
}

.wd-offer .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wd-offer h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.wd-offer a {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 12px;
  background: #fc9928;
  padding: 5px 25px;
}
.w-cs-single {
  overflow: hidden;
  margin-bottom: 20px;
}
.w-cs-single img {
  max-width: 120px;
  float: left;
  margin-right: 15px;
}
.w-cs-single p {
  margin-bottom: 0;
}
.w-cs-single p a {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.w-cs-single p a:hover {
  color: #fc9928;
}
.w-cs-single span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
/*subscribe*/
.subscribe p {
  font-size: 18px;
  color: #363636;
  margin-bottom: 25px;
}
.subscribe form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #ebebeb;
  border-radius: 33px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.subscribe form button {
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 33px;
  letter-spacing: 0;
  border: none;
  background: #fc9928;
  color: #fff;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subscribe form button:hover {
  background: #222;
}

.widget-tags li {
  display: inline-block;
}

.widget-tags li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  padding: 9px 17px;
  border-radius: 33px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.widget-tags li a:hover {
  background: #ffc502;
  color: #222 !important;
}

.fix {
  overflow: hidden;
}

/*============================================
    END Courses Details
*=============================================*/

/*============================================
    6. Teacher Details
*=============================================*/

.tchd-content {
  text-align: left;
}

.tch-left-thumb {
  position: relative;
  margin-bottom: 13px;
}

.tch-left-thumb:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  border: none;
  border-right: 5px solid #fc9928;
  border-bottom: 5px solid #fc9928;
  height: 86%;
  width: 100%;
}
.tchd-content span {
  display: inline-block;
}

.related-course .section-title img.abt-tlt-shape {
  top: 0;
}

.related-course .w-cs-single {
  margin-bottom: 40px;
}

/*============================================
    END Teacher Details
*=============================================*/

/*============================================
    7. About
*=============================================*/

.ftch-two {
  margin: 0;
}

.befr-themeoclor.teacher-area:before {
  background: #fc9928;
}

/*============================================
    END About
*=============================================*/

/*============================================
    8. Contact
*=============================================*/

.contact-info {
  z-index: 1;
  position: relative;
}

.contact-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: #14171d;
}

.contact-info .cnt-info {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.cnt-title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px;
}

.cnt-title h4 {
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #d14200b2;
  letter-spacing: 0;
  margin-bottom: 24px;
  position: relative;
}
.cnt-title h4 span {
  font-weight: 500;
}

.cnt-title p {
  font-size: 16px;
  color: #070707;
  max-width: 600px;
  margin: auto;
}

.cnt-addres-single .icon {
  float: left;
  margin-right: 15px;
  color: #fc9928;
  font-size: 48px;
}

.cnt-addres-single .content {
  overflow: hidden;
}

.cnt-addres-single .content h4 {
  letter-spacing: 0;
}

.cnt-addres-single .content p {
  font-size: 16px;
}

.contact-form {
}

.contact-form form input,
.contact-form form textarea {
  height: 40px;
  border: none;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
  border-bottom: 1px solid #fc9928;
}

.contact-form form textarea {
  height: 150px;
  padding-top: 21px;
}

.contact-form form button {
  height: 48px;
  width: 193px;
  color: #fff;
  background: #fc9928;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  border-radius: 33px;
  margin-top: 46px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-form form button:hover {
  background: #222;
}

/*============================================
    END Contact
*=============================================*/

/*============================================
    9. Blog Details
*=============================================*/

.blog-top-meta {
  margin-bottom: 20px;
}

.blog-top-meta ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #7d7d7d;
  letter-spacing: 0;
  margin-right: 18px;
}

.blog-top-meta ul li span {
  letter-spacing: 0;
  color: #fc9928;
}

.blog-top-meta ul li i {
  color: #fc9928;
  margin-right: 10px;
  font-size: 18px;
}

.blog-meta i {
  color: #fc9928;
}

/*widget-search*/

.widget-search form {
  position: relative;
}

.widget-search form input {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  letter-spacing: 0;
}

.widget-search form button {
  color: #fc9928;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  border: none;
  background: transparent;
  font-size: 22px;
  border-left: 1px solid #ebebeb;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-search form button:hover {
  background: #ffc502;
  color: #fff;
}

.widget-category .list li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #464646;
  letter-spacing: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  position: relative;
  padding-left: 20px;
}

.widget-category .list li a:hover {
  color: #fc9928;
}

.widget-category .list li a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 13px;
  font-family: fontawesome;
  color: #464646;
}

/*============================================
    END Blog Details
*=============================================*/

/*============================================
    10. 404
*=============================================*/

.error-content {
  text-align: center;
}

.error-content img {
  max-width: 900px;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

.error-content h2 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fc9928;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.error-content p {
  padding: 0 5%;
  font-size: 17px;
  font-weight: 500;
  color: #2f2f2f;
  letter-spacing: 0;
  text-transform: uppercase;
}
/*============================================
    END 404
*=============================================*/

.modal-body input {
  border: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}
.checkbox-inline input[type="checkbox"] {
  margin-right: 8px;
  width: auto;
}

/*============================================
    Program Highlights
*=============================================*/


.ph-section {
  padding: 60px 20px;
  background: url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?fit=crop&w=1350&q=80') no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.ph-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

.ph-section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 50;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  color: #fc9928;
}

.ph-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.ph-card {
  background: #ffffff;
  color: #333;
  width: 260px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.ph-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.ph-card i {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 15px;
}

.ph-card h3 {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .ph-card {
    width: 90%;
  }
}


/*============================================
    FAQ
*=============================================*/

.container-faq {
  width: 60%;
  margin: 10px auto;
}

.jumbotron {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

.panel-group {
  align-content: center;
}

.panel-body {
  font-size: 17px;
  word-spacing: 2px;
  margin-left: 15px;
}

.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}

.panel-title > a:before {
  font-family: FontAwesome;
  content: "\f068";
  /* minus icon */
  float: right !important;
  padding-right: 5px;
}

.panel-title > a.collapsed:before {
  content: "\f067";
  /* plus icon */
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

.collapsed-faq {
  color: #fff;
  text-decoration: underline;
}

.panel-title > a {
  cursor: pointer;
}

/* Ensure collapse works even without Bootstrap JS */
.panel-collapse.collapse {
  display: none;
}
.panel-collapse.in {
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  .container-faq {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .container-faq {
    width: 94%;
  }
  .panel-title > a {
    font-size: 18px;
  }
  .panel-body {
    font-size: 16px;
  }
  .jumbotron {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.slider_item {
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-top: 120px;
}


/*caorusel*/




.about-mca {
  margin-top: 120px;
}


/*
*
* New Mobile Responsive Styles 
*
*/

@media (max-width: 768px) {
  /* Course Details */
  .csd-hv-info {
    flex-direction: column;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    background: transparent;
  }
  .csd-hv-info .course-meta-details li {
    padding: 0;
    margin-bottom: 5px;
  }
  .csd-hv-info .course-meta-details li:first-child {
    padding-left: 0;
  }
  .csd-hv-info .course-meta-details h4 {
    font-size: 18px;
  }
  .cs-post-share {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .cs-post-share .tags h4,
  .cs-post-share .tags ul {
    display: block;
    text-align: center;
  }
  .cs-post-share .tags ul li {
    display: inline-block;
    margin: 5px;
  }
  .cs-share-right {
    text-align: center;
    margin-top: 20px;
  }

  /* Post Author Info */
  .post-author-info {
    text-align: center;
    margin-bottom: 35px;
  }
  .post-author-info .thumb {
    float: none;
    margin: 0 auto 15px;
  }
  .post-author-info p {
    font-size: 14px;
  }

  /* Comment Area */
  .comment-info-inner article {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .comment-thumb {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .comment-content {
    overflow: visible;
    text-align: center;
  }
  .children {
    padding-left: 20px;
  }

  /* Contact Area */
  .cnt-title h4 {
    font-size: 30px;
  }
  .cnt-title p {
    font-size: 14px;
    max-width: 90%;
  }
  .cnt-addres-single .icon {
    font-size: 36px;
  }

  /* Blog Details */
  .blog-top-meta ul li {
    display: block;
    margin-bottom: 5px;
  }

  /* 404 Page */
  .error-content h2 {
    font-size: 32px;
  }
  .error-content p {
    font-size: 15px;
  }

  /* Program Highlights */
  .ph-section-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .ph-card-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .ph-card {
    width: 90%;
    padding: 20px;
  }
}