/* ======= CONSOLIDATED CSS FROM ALL STYLE BLOCKS ======= */
body {
  font-family: Lato, sans-serif !important;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.headRemoveStyle {
  line-height: none;
  text-transform: none;
  white-space: nowrap;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.7);
}

.btn-primary {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6) !important;
  border: none !important;
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #1e3a8a, #2563eb) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15) !important;
}

.btn-primary:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.carousel-arrow {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6) !important;
  color: white !important;
}

.carousel-arrow svg {
  stroke: white !important;
}

.carousel-arrow:hover {
  background: linear-gradient(90deg, #1e3a8a, #2563eb) !important;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  border-bottom: 1px solid #eee;
}

.stickyy1 {
  padding: 12px !important;
  line-height: 52px;
  font-size: 16px;
  color: rgba(10, 9, 9, 0.8);
  font-weight: 400 !important;
  position: relative;
  text-transform: none !important;
  top: 0px;
}

.affix ~ .content {
  position: relative;
  top: 50px;
}

#nav ul li a.active {
  border-bottom: 3px solid #1e3a8a;
  background-color: #fff !important;
  text-decoration: none;
}

#nav ul li a:focus,
#nav ul li a:hover {
  color: rgba(10, 9, 9, 0.8) !important;
  text-decoration: none;
}

#nav {
  width: 100%;
}

#nav ul {
  margin-bottom: 0px !important;
}

#nav ul li {
  display: inline-block;
}

.content {
  width: 100%;
  height: 100%;
  margin-bottom:45px;
}

section {
  padding: 50px 0 0 0;
}

#mySidenav a {
  position: fixed;
  right: -171px;
  transition: 0.3s;
  padding: 15px;
  width: 200px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  border-radius: 15px 5px 5px 15px;
}

#mySidenav a:hover {
  right: 0;
}

#contactform {
  top: 300px;
  background-color: #ec0101;
}

table.table2 {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  padding: 6px;
  text-align: left;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  table.table2,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #ebf1f8;
  width: 30%;
  height: 300px;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

/* ======= CSS FROM INLINE STYLES WILL BE ADDED HERE ======= */
.course-hero-bg {
  background-image: url("../images/course-page6.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120vh;
}

.course-breadcrumb {
  font-size: 12px;
  color: white;
}

.course-breadcrumb a {
  color: white;
}

.course-title-heading {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-left: 0px;
  text-transform: none;
}

.course-subtitle {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  margin-top: 10px;
}

.course-location {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  margin-top: 10px;
}

.course-ratings-bar {
  background-color: white;
  border-radius: 8px;
  padding: 12px 15px;
  display: inline-block;
  margin-top: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ratings-img-large {
  margin-bottom: 4px;
  width: 120px;
}

.ratings-img-small {
  margin-bottom: 4px;
  width: 25px;
}

.ratings-img-fb {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.ratings-img-su {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.course-highlights {
  padding-left: 20px;
}

.course-brochure-links {
  margin-left: 20px;
}

.btn-brochure {
  margin-top: 20px;
}

.pmp-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pmp-logo-text-wrapper {
  color: white;
}

.pmp-logo-text1 {
  margin: 0;
}

.pmp-logo-text2 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

.pmp-desktop-logo {
  display: flex !important;
}

@media only screen and (max-width: 767px) {
  .pmp-desktop-logo {
    display: none !important;
  }
}

.sticky-nav-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  background: #d6e4ff;
}

.sticky-nav-ul {
  padding-left: 0px;
}

.sticky-nav-enroll-btn {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6) !important;
  border: none;
  margin-top: 6%;
}

.overview-scroll-wrapper {
  height: 1080px;
  overflow-y: auto;
  overflow-x: hidden;
}

.overview-section-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 32px;
  font-weight: 400;
}

.overview-text-justify {
  text-align: justify;
}

.overview-subsection-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
}

.key-features-list > ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.key-features-list li {
  padding-left: 0;
  margin-left: 0;
  text-indent: -1em;
  margin-left: 1em;
}

.key-features-check {
  color: green;
}

.widget-contact-form {
  margin-top: 10px;
  background: #ebf1f8;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.widget-contact-form-title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
}

.widget-contact-form-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: none;
}

.widget-contact-form-btn {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  border: none;
}

/* Hero Section Styles */
.hero-section-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* MODIFICATION: Using min-height and flex for vertical centering */
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 15px 0; /* Add some padding for smaller screens */
  padding-top: 95px;
}

.hero-breadcrumbs {
  font-size: 12px;
  color: white;
}

.hero-breadcrumbs-link {
  color: white;
}

.hero-main-title {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 2.9em;
  font-weight: 900;
  margin-left: 0px;
  text-transform: none;
  margin-top: 25px;
  line-height: 1.2em;
  letter-spacing: 0.7px;
}

.hero-subtitle,
.hero-location {
  color: white;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1em;
}

.hero-subtitle {
  font-size: 1.6em;
}

.hero-location {
  font-size: 1.19em;
}

/* Ratings Bar Styles */
.hero-ratings-bar {
  background-color: white;
  border-radius: 8px;
  padding: 12px 15px;
  display: inline-block;
  margin-top: 20px;
  box-shadow: 0 3px 24px rgb(153 86 86 / 30%);
}

.hero-ratings-bar .rating-item {
  margin-left: 1em;
  vertical-align: middle;
}

.hero-ratings-bar .rating-item:first-child {
  margin-left: 0;
}

.hero-ratings-bar img {
  vertical-align: middle;
}

.hero-ratings-img-students {
  margin-bottom: 4px;
  width: 120px;
}

.hero-ratings-link-learners {
  color: black;
}

.hero-ratings-img-google {
  margin-bottom: 4px;
  width: 25px;
}

.hero-ratings-scroll-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.hero-ratings-img-social {
  width: 24px;
  height: 24px;
}

/* Course Content & Buttons */
.hero-course-details {
  padding-left: 2px;
  margin-top: 17px;
}

.hero-course-details p {
  font-family: "Lato" !important;
  font-size: 1.03em !important;
  letter-spacing: 0.3px;
  font-weight: 900 !important;
  margin-bottom: 12px !important;
  font-style: italic;
}

.hero-course-details ul {
  padding: 0;
  font-family: "Lato" !important;
  font-size: 0.93em !important;
  font-weight: 500 !important;
  font-style: italic;
}

.hero-course-details i {
  font-size: 10px !important;
}

.hero-action-buttons {
  margin-left: 20px;
}

.cert-cta-buttons {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 21px;
  margin-top: 20px;
}

.cert-btn {
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.cert-btn-primary {
  background: linear-gradient(90deg, #007bff, #3b82f6);
  color: #fff;
  padding: 10px 20px;
  margin: 0 7px 10px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cert-btn-primary:hover {
  background: linear-gradient(90deg, #3b82f6, #007bff);
  transform: translateY(-2px);
  box-shadow: 0 1px 3px rgba(59, 130, 246, 0.1);
  color: #fff;
}

.cert-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}



/* Optional: Add a subtle shine effect on hover */
.cert-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.cert-btn-primary:hover::before {
  left: 100%;
}

.cert-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 15px;
  margin: 0 10px 10px 0;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cert-btn-outline:hover {
  background: #fff;
  color: #000;
  transform: scale(1.02);
}

.city-trp {
  margin-left: 20px;
  color: #fff;
  font-family: Lato !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  opacity: 0.9;
}

.city-trul {
  color: white;
  list-style: none;
  margin-left: 21px;
  padding: 0;
  font-family: Lato;
  font-size: 13px;
  max-width: 490px;
}

.city-trul li {
  display: inline;
}

.hero-btn-pmp {
  margin-top: 20px;
}

.hero-btn-margin-left {
  margin-left: 4%;
}

.city-trn {
  display: none;
}

/* PMI/PMP Logo Styles */
.pmp-logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 23px;
  margin-top: 27px;
}

.pmp-logo-text-wrapper {
  color: white;
}

.pmp-logo-text-wrapper p {
  margin: 0;
}

.pmp-logo-text {
  font-size: 14px;
  letter-spacing: 0.6px;
}

.pmp-logo-text-bold {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

/* Responsive Visibility Rules */
/* Hide PMP logo on mobile */
@media only screen and (max-width: 767px) {
  .pmp-logo-container {
    display: none !important;
  }
  .hero-section-container {
  /* MODIFICATION: Using min-height and flex for vertical centering */
  min-height: auto;
}
}

/* Mobile only container logic from original code */
@media only screen and (max-width: 768px) {
  .mobile-only-container {
    display: block !important;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 769px) {
  .mobile-only-container {
    display: none !important;
  }
}

/* Sticky bar styles */
/*
 * Styles for the sticky navigation bar component.
 * These classes were extracted from inline styles to improve maintainability.
 */

.sticky-bar-nav {
  background-color: #fff;
  /* Note: This is overridden by the subsequent 'background' property */
  border-bottom: 1px solid #eee;
  background: #d6e4ff;
}

.sticky-bar-list {
  padding-left: 0px;
}

.enroll-now-button-sticky {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6) !important;
  border: none;
  margin-top: 6%;
}

/* Enhanced Course Schedule Styles - Original Functionality Preserved */

/* Section General Styles */
.schedule-section-wrapper {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.schedule-section-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.04)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.1;
  animation: float 20s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Row and Column Styles */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch;
}

.col-sm-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  animation: slideInFromBottom 0.8s ease-out forwards;
  opacity: 0;
}

.col-sm-4:nth-child(1) {
  animation-delay: 0.2s;
}
.col-sm-4:nth-child(2) {
  animation-delay: 0.4s;
}
.col-sm-4:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card Base Styles */
.schedule-card {
  border-radius: 20px;
  background: #ffffff;
  padding: 30px 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  overflow: visible;
}

.schedule-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 20px 20px 0 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.schedule-card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-color: rgba(102, 126, 234, 0.1);
}

.schedule-card:hover::before {
  transform: scaleX(1);
}

.schedule-card-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 5px;
  color: #2d3748;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 45px;
}
.tablep {
    font-size: 0.9rem;
}

.schedule-card hr {
  margin: 0;
}

/* Enhanced Ribbon Styles */
.schedule-card-ribbon {
  position: absolute;
  top: -8px;
  right: 20px;
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.popular-ribbon {
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
}

.live-training-ribbon {
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.premium-ribbon {
  background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
  color: #2d3748;
}

.enterprise-ribbon {
  background: linear-gradient(135deg, #a29bfe, #6c5ce7);
  text-transform: uppercase;
}

.help-ribbon {
  background: linear-gradient(135deg, #74b9ff, #0984e3);
}

/* Enhanced Badge Styles */
.schedule-card-badge {
  position: absolute;
  top: 25px;
  left: -15px;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: rotate(-8deg);
  z-index: 5;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  animation: wiggle 3s ease-in-out infinite;
}

@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-8deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(-6deg);
  }
}

.filling-fast-badge {
  background: linear-gradient(135deg, #74b9ff, #0984e3);
}

.location-badge {
  background: linear-gradient(135deg, #fd79a8, #e84393);
}

.tailored-badge {
  background: linear-gradient(135deg, #a29bfe, #6c5ce7);
  top: 15px;
}

/* Price Styling */
.price-text{
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
    color: #212529;
}

.price-emphasis-red {
  color: #e53e3e;
  font-size: 28px;
  font-weight: 700;
}

.price-emphasis-green {
  color: #38a169;
  font-size: 28px;
  font-weight: 700;
}

.urgency-text-red {
  display: block;
  color: #e53e3e;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0.7;
  }
}

.savings-text-red {
  color: #38a169;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

/* Feature List Styles */
.feature-list,
.feature-list-padded,
.feature-list-custom-icon {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin: 20px 0px 10px 0px;
  position: relative;
}

.feature-list li,
.feature-list-padded li {
  padding: 5px 0;
    position: relative;
    padding-left: 20px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.feature-list li:before,
.feature-list-padded li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #38a169;
  font-weight: bold;
  font-size: 16px;
}

.feature-list li:hover,
.feature-list-padded li:hover {
  color: #2d3748;
}

.bonus-item-blue {
  color: #3182ce !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg, #ebf8ff, #bee3f8);
  padding: 5px !important;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 13px !important;
  text-align: center;
}

.bonus-item-blue:before {
  content: "🎁";
  color: #3182ce !important;
}
.bonus-item-blue:before {
  display: none;
}
.bonus-item-blue i {
  color: #ff9800;
  padding-right: 2px;
}

.bonus-item-purple {
  color: #805ad5 !important;
  font-weight: 600 !important;
}

.allclassesp{
    margin: 10px;
}
/* Alert Box Styles */
.alert-box {
  padding: 15px 20px;
  border-radius: 12px;
  margin: 2px 0;
  font-weight: 300;
  font-size: 13px;
  border: none;
  position: relative;
  overflow: hidden;
}

.alert-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: currentColor;
}

.alert-warning {
  background: linear-gradient(135deg, #fff5cd, #fef5e7);
  color: #d69e2e;
  border-left: 4px solid #d69e2e;
}

.alert-success {
  background: linear-gradient(135deg, #f0fff4, #c6f6d5);
  color: #38a169;
  border-left: 4px solid #38a169;
}

.alert-info {
  background: linear-gradient(135deg, #ebf8ff, #bee3f8);
  color: #3182ce;
  border-left: 4px solid #3182ce;
}

/* Enhanced Button Styles */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn-warning {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  box-shadow: 0 1px 2px rgba(102, 126, 234, 0.1);
}

.btn-warning:hover {
  box-shadow: 0 1px 3px rgba(102, 126, 234, 0.2);
}

.btn-enroll {
  margin-top: auto;
}

.btn-gradient-blue {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 3px 7px rgba(72, 187, 120, 0.1);
}

.btn-gradient-green {
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  box-shadow: 0 8px 20px rgba(72, 187, 120, 0.1);
}

.btn-gradient-green:hover {
  box-shadow: 0 12px 30px rgba(72, 187, 120, 0.1);
}

.btn-full-width {
  width: 100%;
  margin-top: 10px;
}

.fancybox {
  color: white !important;
}

.fancybox.ajax {
  color: white !important;
}

/* Dates List */
.schedule-dates-list {
  height: auto;
  text-align: left;
  margin: 20px 0;
  padding: 15px;
  background: linear-gradient(135deg, #f7fafc, #edf2f7);
  border-radius: 10px;
  border-left: 4px solid #667eea;
}

.schedule-dates-list i {
  color: #667eea;
  margin-right: 10px;
}

.dates-list-classroom {
  font-weight: 500;
}

.date-text-dark {
  color: #2d3748;
  font-weight: 500;
}

.icon-blue {
  color: #3182ce;
}

.link-blue-styled {
  color: #667eea;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.link-blue-styled:hover {
  color: #5a6fd8;
  text-decoration: none;
}

/* Corporate Training Banner */
.corporate-training-banner {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
  animation: slideInFromBottom 1s ease-out 0.8s both;
}

.corporate-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
}

.corporate-banner-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.corporate-banner-content {
  flex: 2;
  min-width: 300px;
}

.corporate-banner-title {
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 25px;
  margin-top: 0;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.corporate-banner-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.corporate-banner-list-item {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  transition: transform 0.2s ease;
}

.corporate-banner-list-item:hover {
  transform: translateX(5px);
}

.corporate-banner-checkmark {
  color: #38a169;
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
  min-width: 20px;
}

.corporate-banner-cta-box {
  flex: 1;
  min-width: 280px;
  border: 2px solid #e2e8f0;
  border-radius: 15px;
  padding: 30px;
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.corporate-cta-highlight {
  background: linear-gradient(135deg, #ebf8ff, #bee3f8);
  border-radius: 12px;
  padding: 20px;
  margin: 0 0 25px 0;
  text-align: center;
  border-left: 4px solid #3182ce;
}

.corporate-cta-title {
  color: #2d3748;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.corporate-cta-button-wrapper {
  text-align: center;
}

.corporate-cta-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.corporate-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
  text-decoration: none;
  color: white;
}

.corporate-cta-arrow {
  color: white;
  margin-right: 8px;
  font-size: 18px;
}

/* Form Styles */
.form-card {
  padding: 30px 25px;
  background: linear-gradient(135deg, #ffffff, #f7fafc);
}

.form-title {
  font-size: 1.1rem;
    font-weight: 800;
    color: #2e3541;
  margin-bottom: 25px;
  text-align: center;
}

.form-message-area {
  margin-bottom: 15px;
}

.form-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.form-input-group:focus-within {
  border-color: #667eea;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.15);
}

.form-input-group.mb-20 {
  margin-bottom: 20px;
}

.form-input-icon,
.form-textarea-icon {
  padding: 0 20px;
  color: #a0aec0;
  font-size: 16px;
}

.form-textarea-icon {
  padding: 15px 20px;
  align-self: flex-start;
}

.form-input-field,
.form-select-field,
.form-textarea-field {
  flex: 1;
  padding: 15px 10px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 15px;
  color: #2d3748;
}

.form-select-field {
  appearance: none;
  -webkit-appearance: none;
}

.form-textarea-field {
  min-height: 100px;
  resize: vertical;
}

.btn-form-submit {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 25px;
  padding: 15px 30px;
  width: 100%;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  cursor: pointer;
  margin-bottom: 10px;
}

.btn-form-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

.form-security-text {
  text-align: center;
  color: #718096;
  font-size: 12px;
  margin-top: 15px;
  font-style: italic;
}

/* Enterprise Card Specific Styles */
.enterprise-card {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border: 2px solid #e2e8f0;
}

.enterprise-title {
  color: #4a5568;
  font-weight: 600;
  margin-top: 25px;
}

.card-divider {
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}

.card-divider-heavy {
  border-top: 2px solid #e5e7eb;
  margin: 15px 0;
}

.classroom-title {
  margin-top: 15px;
}

.feature-item-icon {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #4a5568;
  font-size: 14px;
  line-height: 1.6;
  transition: all 0.2s ease;
}

.feature-item-icon:hover {
  color: #2d3748;
  transform: translateX(5px);
}

.feature-icon-purple {
  color: #805ad5;
  position: absolute;
  left: 0;
  font-size: 16px;
}

.feature-icon-positioned {
  position: absolute;
  left: 0;
}

.icon-purple {
  color: #805ad5;
}

/* Responsive Design */
@media (max-width: 992px) {
  .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .schedule-section-wrapper {
    padding: 40px 0;
  }

  .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row {
    margin: 0 -10px;
  }

  .col-sm-4 {
    padding: 0 10px;
  }

  .corporate-banner-flex {
    flex-direction: column;
    gap: 30px;
  }

  .schedule-card {
    padding: 25px 20px;
  }

  .schedule-card-ribbon {
    right: 15px;
    padding: 6px 15px;
    font-size: 11px;
  }

  .schedule-card-badge {
    left: -10px;
    padding: 6px 12px;
    font-size: 10px;
  }

  .schedule-dates-list {
    margin-left: 0;
  }
}

/* Loading Animation */
.schedule-section-wrapper {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Focus styles for accessibility */
.btn:focus,
.btn-form-submit:focus,
.corporate-cta-button:focus {
  outline: 0;
  outline-offset: 2px;
}

.form-input-field:focus,
.form-select-field:focus,
.form-textarea-field:focus {
  outline: none;
}
/* Start of Course Overview */

.features-container {
  gap: 13px !important;
  padding: 0px !important;
}
.feature-icon {
  background: #1e88e5f2 !important;
  background-clip: text !important;
}
.feature-card {
  background: #ffffff !important;
  border: 0 !important;
  padding: 24px !important;
  border-radius: 7px !important;
  box-shadow: 0 3px 7px rgb(66 71 105 / 11%) !important;
  gap: 15px !important;
  transition: transform 0.1s ease !important;
}
.feature-card:hover {
  transform: translateY(-1px) !important;
}

/* --- General Layout & Sticky Behavior --- */
.course-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.course-content-left {
  width: 100%;
}

.course-sidebar {
  width: 100%;
}
#Course-Overview {
  margin-bottom: 65px;
}

/* On medium screens and up, use the 2/3 + 1/3 layout */
@media (min-width: 992px) {
  .course-content-left {
    width: 66.66667%;
    padding-right: 30px;
  }
  .course-sidebar {
    width: 33.33333%;
  }
  .sidebar-sticky-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 60px; /* Adjust this based on your header's height */
  }
}
#Course-Overview {
  margin-bottom: 80px !important;
}

.course-overview-title {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 700; /* Bolder for more impact */
  margin-top: 0;
  line-height: 1.3;
}

.justified-text {
  text-align: justify;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
}

.course-section-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 600;
  border-bottom: 3px solid #1e88e5d6;
  padding-bottom: 6px;
  margin-top: 40px;
  margin-bottom: 15px;
  display: inline-block;
}

/* 'Read More' feature styles (from previous version) */
.course-description.collapsed {
  max-height: 125px;
  overflow: hidden;
}
.read-more-btn {
  display: inline-block;
  cursor: pointer;
  color: #1e88e5;
  font-weight: bold;
  margin-top: 10px;
}

/* --- Course Highlights Cards (New) --- */
.highlight-card {
  display: flex;
  align-items: flex-start; /* Aligns icon to top of text */
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  height: 100%; /* Makes cards in the same row equal height */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.highlight-icon {
  flex-shrink: 0; /* Prevents icon from shrinking */
  margin-right: 15px;
  color: #1e88e5; /* Icon color */
}

.highlight-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* --- General Layout --- */
/* ... (styles from previous version are the same) ... */

/* --- FIX: 'Read More' button is hidden by default --- */
/* It will be made visible by JavaScript only if needed. */
.read-more-btn {
  display: none; /* Hide initially */
  cursor: pointer;
  color: #1e88e5;
  font-weight: bold;
  margin-top: 10px;
}

.course-description.collapsed {
  max-height: 125px;
  overflow: hidden;
}

/* --- Course Highlights Cards --- */

/* --- FIX: Make the row a flex container for equal height children --- */
.highlight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 0;
}

.highlight-card {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 7px;
  height: 100%; /* This now works because the parent is a flex container */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* ... (other highlight card styles are the same) ... */
/* Skills list container */
/* -------------------------
   Container text style
   ------------------------- */
/* justify text if you need the paragraph behavior */
.justified-text {
  text-align: justify; /* keep if you want full-justified paragraphs nearby */
}

/* -------------------------
   Skills list: responsive grid
   - auto-fit creates as many columns as will fit
   - minmax ensures a sensible minimum width for each column
   ------------------------- */
.skills-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
  gap: 3px 6px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

/* -------------------------
   Each skill row
   ------------------------- */
.skills-list li {
  display: flex;
  align-items: center;
  gap: 0px 6px;
  padding: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

/* -------------------------
   Font Awesome icon wrapper
   - keeps icon a consistent square, vertically aligned
   ------------------------- */
.skills-list .fa-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    min-width: 23px;
    height: 26px;
    font-size: 1.3rem;
    color: #16a34a;
    margin-top: 2px;
}

/* -------------------------
   Skill text portion (flexes to remaining width)
   ------------------------- */
.skills-list .skill-text {
  flex: 1 1 auto; /* grow / shrink */
  text-align: left;
}

/* -------------------------
   Mobile tweak: single column below 480px
   ------------------------- */
@media (max-width: 480px) {
  .skills-list {
    grid-template-columns: 1fr;
  }
  .skills-list .fa-wrapper {
    width: 22px;
    height: 22px;
    font-size: 0.95rem;
  }
}

/* Mobile optimization: extra spacing for smaller screens */
@media (max-width: 576px) {
  .skills-list {
    grid-template-columns: 1fr; /* single column on very small screens */
  }
}

/* --- Enhanced Sidebar Styles --- */
.sidebar-sticky-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px; /* Slightly reduced gap */
}

.widget {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  /* --- FIX: Reduced padding for a more compact form --- */
  padding: 20px;
  text-align: center;
}

/* Call Us Widget */
/* --- FIX: Reinforced styles to ensure icon and number are on one line --- */
.sidebar-widget-callus .callus-number-container {
  display: flex;
  align-items: center; /* This vertically centers the icon with the text */
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap; /* Prevents wrapping to a new line */
}
.sidebar-widget-callus .callus-phone-number {
  font-size: 24px;
  font-weight: 700;
  color: #1e88e5;
}

/* Form Widget */
.sidebar-widget-form .widget-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sidebar-widget-form .widget-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.sidebar-widget-form .form-group {
  /* --- FIX: Reduced margin for a more compact form --- */
  margin-bottom: 12px;
  text-align: left;
}
.sidebar-widget-form .form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  /* --- FIX: Reduced padding for a more compact form --- */
  padding: 10px 15px;
  font-size: 15px;
  height: auto;
}

/* Main container styling */
.sidebar-widget-corporate {
  background-color: #0a2559; /* The deep blue background color */
  background-image: url("assets/bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto; /* Or you can set a specific size like 150px */
  padding: 40px;
  border-radius: 7px; /* Creates the rounded corners */
  text-align: center;
  color: #ffffff; /* Sets the default text color to white for all children */
  overflow: hidden; /* Ensures the background image respects the border-radius */
}

/* Title styling */
.sidebar-widget-corporate .corporate-widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff; /* Explicitly white */
  margin: 0 0 10px 0;
  padding: 0; /* Remove old padding */
}

/* This removes the old underline style completely */
.sidebar-widget-corporate .corporate-widget-title::after {
  content: none;
}

/* Paragraph text styling */
.sidebar-widget-corporate .corporate-widget-text {
  font-size: 16px;
  color: rgba(
    255,
    255,
    255,
    0.8
  ); /* Slightly transparent white for a softer look */
  margin: 0 0 30px 0; /* Adds space before the button */
  line-height: 1.6;
}

/* Button styling */
.sidebar-widget-corporate .corporate-widget-button {
  display: inline-block; /* Allows padding and keeps it centered with text-align */
  padding: 12px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0a2559; /* Text color matching the container's background */
  background: #ffffff; /* Solid white background */
  border: none;
  border-radius: 7px; /* Creates the "pill" shape */
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Button hover effect */
.sidebar-widget-corporate .corporate-widget-button:hover {
  transform: translateY(-3px); /* Lifts the button slightly */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Enhances the shadow for a depth effect */
  opacity: 1; /* Reset opacity from any previous styles */
}

/* Start of Course Schedule old */

/* Section General Styles */
.schedule-section-wrapper {
  background: #d6e4ff;
}

.schedule-section-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
  margin-left: 14px;
}

/* Card Base Styles */
.schedule-card {
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 25px;
  position: relative;
}

.schedule-card-title {
  font-family: "Lato", sans-serif;
}

.schedule-card-ribbon {
  position: absolute;
  top: -10px;
  right: 15px;
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.schedule-card-badge {
  position: absolute;
  top: 18px;
  left: -10px;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  transform: rotate(-15deg);
  z-index: 1;
}

.btn-enroll {
  border: none;
  font-weight: bold;
  padding: 10px 25px;
  color: white !important;
  /* Ensure text color for anchor tags */
  text-decoration: none !important;
}

/* Card Variant Styles */
.popular-ribbon {
  background: #ff4757;
}

.live-training-ribbon {
  background: #ff4757;
}

.premium-ribbon {
  background: #10b981;
}

.enterprise-ribbon {
  background: #6b7280;
  text-transform: uppercase;
}

.help-ribbon {
  background: #3b82f6;
}

.filling-fast-badge {
  background: #3b82f6;
}

.location-badge {
  background: #ef4444;
}

.tailored-badge {
  background: #7c3aed;
  top: 10px;
}

/* Custom top position */

.price-emphasis-red {
  color: #ff4757;
  font-size: 1.2em;
}

.price-emphasis-green {
  color: #10b981;
  font-size: 1.2em;
}

.urgency-text-red {
  display: block;
  color: #ff4757;
  font-size: 0.8em;
  margin-top: 5px;
}

.savings-text-red {
  color: #ef4444;
  font-size: 0.8em;
  margin-top: 0;
}

.feature-list {
  text-align: left;
  position: relative;
}

.feature-list-padded {
  text-align: left;
  padding-left: 20px;
}

.bonus-item-blue {
  color: #3b82f6;
  font-weight: bold;
}

/* Alert Box Styles */
.alert-box {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.alert-warning {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
}

.alert-success {
  background: #f0fdf4;
  border-left: 4px solid #10b981;
  margin: 10px 0;
}

.alert-info {
  background: #f5f3ff;
  border-left: 4px solid #7c3aed;
  margin: 15px 0;
}

/* Button Styles */
.btn-gradient-blue {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.btn-gradient-green {
  background: linear-gradient(90deg, #047857, #10b981);
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}

.btn-full-width {
  margin-top: 10px;
  width: 100%;
}

/* Specific Component Styles */

.schedule-dates-list {
    height: auto;
    text-align: left;
    margin: 0;
    margin-left: 5px;
    font-size: 0.9rem;
    padding: 7px;
}

.dates-list-classroom {
  font-weight: 500;
}

.price-text {
  margin-bottom: 5px;
}

.card-divider {
  margin: 10px 0;
}

.card-divider-heavy {
  border-top: 2px solid #e5e7eb;
  margin: 10px 0;
}

.classroom-title {
  margin-top: 40px;
}

.icon-blue {
  color: #3b82f6;
}

.date-text-dark {
  color: #1e293b;
}

.link-blue-styled {
  color: #3b82f6;
  font-weight: 500;
}

/* Enterprise Card Styles */
.enterprise-card {
  border: 1px solid #e5e7eb;
}

.enterprise-title {
    color: #2d3748;
    margin-top: 45px;
    font-weight: 800;
}

.feature-list-custom-icon {
  text-align: left;
  padding-left: 20px;
  list-style-type: none;
}

.feature-item-icon {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.feature-icon-purple {
  color: #7c3aed;
  position: absolute;
  left: 0;
      top: 2px;
}

.feature-icon-positioned {
  position: absolute;
  left: 0;
      font-size: 16px;
    top: 2px;
}

.bonus-item-purple {
  color: #7c3aed;
  font-weight: bold;
}

.icon-purple {
  color: #7c3aed;
}

/* Enquiry Form Styles */
.form-card {
    padding: 2px 12px;
}

.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-message-area {
  margin-bottom: 15px;
}

.form-input-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #f8fafc;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.form-input-group.mb-20 {
  margin-bottom: 20px;
}

.form-input-icon {
  padding: 0 15px;
  color: #64748b;
}

.form-input-field {
  flex: 1;
  padding: 12px;
  border: none;
  background: transparent;
  outline: none;
}

.form-select-field {
  flex: 1;
  padding: 12px;
  border: none;
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  color: #334155;
}

.form-textarea-icon {
  padding: 15px;
  color: #64748b;
  align-self: flex-start;
}

.form-textarea-field {
  flex: 1;
  padding: 12px;
  border: none;
  background: transparent;
  outline: none;
  resize: vertical;
  min-height: 80px;
}

.btn-form-submit {
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  border: none;
  font-weight: bold;
  padding: 12px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(30, 58, 138, 0.2);
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
}

.form-security-text {
  text-align: center;
  color: #64748b;
  font-size: 12px;
  margin-top: 10px;
}

/* =================================================================
   Corporate Training Section Styles
   ================================================================= */

/* * The unique BEM-style class names (e.g., 'training-section__content')
 * prevent conflicts with existing CSS frameworks like Bootstrap.
*/

:root {
  --corp-training-primary: #2563eb;
  --corp-training-primary-hover: #1d4ed8;
  --corp-training-secondary-bg: #f3f4f6;
  --corp-training-text-dark: #1f2937;
  --corp-training-text-light: #4b5563;
  --corp-training-white: #ffffff;
}

.training-section {
  font-family: "Lato", sans-serif;
  max-width: 1200px;
  margin: 40px auto; /* Adds some space above and below the section */
  background-color: var(--corp-training-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Mobile-first: stacks image and content */
  padding: 0;
}

.training-section__image-wrapper {
  flex-shrink: 0;
}

.training-section__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.training-section__content {
  padding: 2rem;
}

.training-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--corp-training-text-dark);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.training-section__features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: grid;
  gap: 1rem;
}

.training-section__feature-item {
  display: flex;
    align-items: center;
    color: var(--corp-training-text-light);
    font-size: 0.95rem;
    line-height: 1.4;
}

.training-section__feature-icon {
  color: #282c32;
  margin-right: 0.75rem;
  font-size: 1.95rem; /* Controls icon size */
  width: 24px; /* Allocates space for the icon */
  flex-shrink: 0;
  padding-top: 2px;
}

.training-section__cta-card {
  background-color: var(--corp-training-secondary-bg);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.training-section__cta-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--corp-training-text-dark);
  margin: 10px 0;
}

.training-section__cta-title strong {
  font-weight: 700;
  color: var(--corp-training-primary);
  font-size: 1.1rem;
}

.training-section__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* Space between icon and text */
  background-color: var(--corp-training-primary);
  color: var(--corp-training-white);
  padding: 0.55rem 1.2rem;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

.training-section__cta-button:hover {
  background-color: var(--corp-training-primary-hover);
  color: var(--corp-training-white); /* Ensure text color remains on hover */
}

/* =================================================================
   Responsive Styles for Tablet and Desktop
   ================================================================= */

@media (min-width: 768px) {
  .training-section {
    flex-direction: row; /* Side-by-side layout on larger screens */
  }

  .training-section__image-wrapper {
    flex: 0 0 40%;
  }

  .training-section__image {
    height: 100%;
  }

  .training-section__content {
    flex: 1; /* Allows content to take remaining space */
    padding: 2.5rem;
  }

  .training-section__features-list {
    /* Creates a two-column list on medium screens */
    grid-template-columns: repeat(2, 1fr);
  }

  .training-section__cta-button {
    width: auto; /* Allows button to fit its content */
  }
}

@media (min-width: 1024px) {
  .training-section__content {
    padding: 1rem;
  }
  .training-section__title {
    font-size: 1.95rem;
  }
}

/* Original Toggle Switch Styles (Preserved as is) */
.special-badge {
  background-color: #ff5722;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.7em;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3b82f6;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Start of Session Content */

/* Main wrapper for the PMP sessions gallery */
.pmp-session-wrapper {
  max-width: 1200px;
  margin: 20px auto;
  padding: 15px;
  box-sizing: border-box;
}

/* Title for the PMP sessions section */
.pmp-session-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.pmp-session-wrapper h3 {
  line-height: 1;
  font-size: 26px;
  font-weight: 600;
}

/* Flex container for the session image cards */
.pmp-session-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Individual session card styling */
.pmp-session-card {
  flex: 1 1 300px;
  max-width: 100%;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Adds a slight lift effect on hover for the card */
.pmp-session-card:hover {
  transform: translateY(-5px);
}

/* Container to maintain a 4:3 aspect ratio for the image */
.pmp-session-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  /* 4:3 aspect ratio */
  position: relative;
  overflow: hidden;
}

/* Styling for the session image itself */
.pmp-session-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f5f5;
}

/* Caption area below the image (currently unused in PHP logic) */
.pmp-session-caption {
  padding: 12px;
  background: #f9f9f9;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
}

/* Wrapper for the private group training banner */
.pmp-private-training-banner {
  margin: 20px 0;
  padding: 20px;
  background-color: #f5f7fa;
  border-radius: 8px;
  border-left: 4px solid #3498db;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* Title for the private training banner */
.pmp-private-training-title {
  color: #2c3e50;
  margin: 0;
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 400;
  flex: 1;
  text-transform: none;
  min-width: 200px;
}

/* "Contact Sales" button styling */
.pmp-private-training-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: clamp(14px, 2.5vw, 16px);
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Hover and active states for the button, replacing inline JavaScript */
.pmp-private-training-button:hover,
.pmp-private-training-button:active {
  background: linear-gradient(90deg, #1d357a, #357ae0);
  /* Slightly lighter gradient */
  transform: scale(1.02);
}

/* Certifcation Path */

/*
     * Component-specific styles for the PMP Certification Path.
     * Scoped with unique class names to prevent conflicts.
     */
.pmp-path-container {
  padding: 20px;
  text-align: center;
}

.pmp-path-heading {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 32px;
  font-weight: 400;
}

.pmp-path-image {
  width: 100%;
  height: auto;
  max-width: 1125px;
  display: block;
  margin: 0 auto;
}

/*
     * Responsive Visibility Controls
     */
.pmp-certification-path-desktop-only {
  display: block;
  /* Show by default on larger screens */
}

.mobile-only-section {
  display: none;
  /* Hide by default */
}

/* On mobile devices (screens ≤ 767px), hide desktop and show mobile */
@media only screen and (max-width: 767px) {
  .pmp-certification-path-desktop-only {
    display: none !important;
  }

  .mobile-only-section {
    display: block;
  }
}


/* === START: ADVISOR SECTION STYLES (ADAPTED FOR OWL CAROUSEL) === */

.advisor-section-wrapper {
  background: linear-gradient(135deg, #d6e4ff 0%, #f0f5ff 100%);
  padding: 60px 0;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

.advisor-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.advisor-section-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #2a3f5f;
  text-align: center;
}

.advisor-title-divider-container {
  text-align: center;
  margin: 25px 0 35px;
}

.advisor-title-divider {
  display: inline-block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4a80f0, #8a4af0);
  border-radius: 2px;
}

.advisor-carousel.owl-carousel {
  position: relative;
  padding: 0 50px;
}

.advisor-card {
  background: transparent;
  border-radius:15px;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* Added to ensure children's corners are clipped correctly */
}

.advisor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
}

.advisor-card-header {
  position: relative;
  height: 100px;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  /* This rule correctly rounds the top corners */
  border-radius: 15px 15px 0 0;
}

.advisor-card-avatar {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.advisor-card-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advisor-card-body {
padding: 65px 20px 10px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 15px 15px;
    background: #fff;
}

.advisor-card-name {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 0 5px 0 !important;
    font-size: 1.1rem;
    font-weight: 600;
    color: #393737;
}

.linkedin-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.2s ease;
  transform: translateY(-1px);
}

.linkedin-link-icon:hover {
  transform: translateY(-2px);
}

.linkedin-icon {
  display: block;
}

.advisor-card-title {
  color: #007bff;
  font-size: 0.93rem;
  font-weight: 600;
  margin-bottom: 1px;
}

.advisor-card-description {
  color: #44484a;
    font-size: 0.89rem;
    margin-top: 5px;
    font-weight: 400;
    line-height: 1.6;
}

/* --- ADAPTED NAVIGATION STYLES FOR OWL CAROUSEL --- */
.advisor-carousel .owl-nav button.owl-prev,
.advisor-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  padding: 0 !important;
}

.advisor-carousel .owl-nav button.owl-prev:hover,
.advisor-carousel .owl-nav button.owl-next:hover {
  background-color: #007bff !important;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.advisor-carousel .owl-nav button.owl-prev:hover svg,
.advisor-carousel .owl-nav button.owl-next:hover svg {
  stroke: #fff;
}

.advisor-carousel .owl-nav button.owl-prev {
  left: 0;
}
.advisor-carousel .owl-nav button.owl-next {
  right: 0;
}

.advisor-carousel .owl-nav button.owl-prev svg,
.advisor-carousel .owl-nav button.owl-next svg {
  width: 24px;
  height: 24px;
  stroke: #007bff;
  transition: stroke 0.3s ease;
}

.advisor-carousel .owl-dots {
    display: none;
}
.advisor-carousel .item {
    background: transparent;
}
/* ...and replace it with this more specific version. */
.advisor-card .advisor-card-header:first-child {
  position: relative;
  height: 100px;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  border-radius: 15px 15px 0 0;
}
/* === RESPONSIVE ADJUSTMENTS === */
@media (max-width: 768px) {
  .advisor-section-title {
    font-size: 1.8rem;
  }
  .advisor-carousel.owl-carousel {
    padding: 0 40px;
  }
  .advisor-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .advisor-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}





/* Exam and Certification */

/* --- Main Section & Layout --- */
:root {
  --ec-primary-color: #2563eb;
  --ec-primary-dark: #1e40af;
  --ec-text-color: #2d3748; /* Darker gray for better contrast */
  --ec-light-gray: #f3f4f6;
  --ec-border-color: #d1d5db;
  --ec-white: #fff;
  --ec-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --ec-border-radius: 8px;
}

.ec-section {
  padding: 60px 0; /* Increased top/bottom padding for the whole section */
}

.ec-section-title {
  font-family: "Lato", sans-serif;
  font-size: 2rem; /* 36px - Increased */
  font-weight: 700;
  color: var(--ec-text-color);
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

.ec-sidebar-sticky {
  position: sticky;
  top: 60px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ec-certificate-container {
  text-align: center;
  background: var(--ec-white);
  padding: 1rem;
  border-radius: var(--ec-border-radius);
  box-shadow: var(--ec-shadow);
}

.ec-certificate-image {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* --- Scoped Accordion Styles --- */
.ec-accordion-container {
  border: 1px solid var(--ec-border-color);
      border-radius: 3px;
    overflow: hidden;
    padding: 8px;
}

.ec-accordion-item {
  border-bottom: 1px solid var(--ec-border-color);
}
.ec-accordion-item:last-child {
  border-bottom: none;
}

.ec-accordion-header {
  width: 100%;
  background-color: var(--ec-white);
  border: none;
  padding: 0.75rem; /* Increased padding */
  font-size: 1.25rem; /* 20px - Increased */
  font-weight: 600;
  text-align: left;
  color: var(--ec-text-color);
  cursor: pointer;
  display: flex;
  align-items: baseline; /* Vertically align icon and text */
  gap: 0.75rem; /* Space between icon and text */
  transition: background-color 0.3s ease;
}

.ec-accordion-header:hover,
.ec-accordion-header.active {
  background-color: var(--ec-light-gray);
  color: var(--ec-primary-color);
}

.ec-accordion-title {
  flex-grow: 1; /* Allows text to take remaining space */
  font-size: 1rem;
}

.ec-accordion-caret {
  font-size: 1rem;
  width: 16px; /* Explicit width for alignment */
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.ec-accordion-header i {
  font-size: 0.93rem;
}

.ec-accordion-header.active .ec-accordion-caret {
  transform: rotate(180deg);
}

.ec-accordion-content {
  background-color: #fafafa; /* Slightly off-white for contrast */
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.ec-accordion-body {
  padding: 2rem 1.5rem; /* Increased top/bottom padding */
}
.ec-accordion-body p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.ec-accordion-body h4 {
  font-size: 1.1rem;
    margin: 15px 0;
    font-weight: 700;
}
.ec-accordion-body strong {
    font-size: 0.9rem;
    font-weight: 700;
}

/* --- Scoped Widgets & Forms --- */
.ec-widget {
  background: var(--ec-white);
  padding: 2rem;
  border-radius: var(--ec-border-radius);
  box-shadow: var(--ec-shadow);
}

.ec-widget-title {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem; /* ~26px - Increased */
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Other form styles remain the same but will inherit larger base fonts where applicable */
.ec-form .form-control {
  font-size: 1rem;
    height: 40px;
    padding-left: 28px;
	border-radius: 5px;
}
.input-group-addon {
    position: absolute;
    z-index: 999;
    padding-left: 8px;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-radius: 3px;
}
.ec-form .input-group{align-items:center;}
.ec-btn-submit {
  font-size: 1.2rem; /* Increased */
}

/* --- Responsive Design (Mobile Friendly) --- */
@media (max-width: 991px) {
  .ec-section-title {
    font-size: 2rem; /* 32px */
  }

  .ec-sidebar-sticky {
    position: static;
    margin-top: 3rem;
  }
}

/* --- "Show More" Functionality --- */

/* This class hides the extra accordion items by default */
.ec-accordion-item-hidden {
  display: none;
}

/* Styling for the "Show More" button */
.ec-btn-show-more {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 2rem auto 0;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--ec-primary-color);
  background-color: var(--ec-white);
  border: 2px solid var(--ec-primary-color);
  border-radius: var(--ec-border-radius);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.ec-btn-show-more:hover {
  background-color: var(--ec-primary-color);
  color: var(--ec-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

/* --- "Show More" & Animation Functionality --- */

/* This class still hides the items, preparing them for animation */
.ec-accordion-item-hidden {
  display: none;
}

/* Keyframe animation for the items fading and sliding up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* This class will be added by JavaScript to trigger the animation */
.ec-accordion-item.is-revealed {
  /* Apply the animation */
  animation: fadeInUp 0.5s ease-out forwards;
}

/* Styling for the "Show More" button (no changes, just for context) */
.ec-btn-show-more {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 2rem auto 0;
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ec-primary-color);
  background-color: var(--ec-white);
  border: 2px solid var(--ec-primary-color);
  border-radius: var(--ec-border-radius);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.ec-btn-show-more:hover {
  background-color: var(--ec-primary-color);
  color: var(--ec-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

/* --- Optional: Add a subtle fade-in for the whole section on page load --- */
.ec-section {
  /* Apply the same animation but with a slightly longer duration */
  animation: fadeInUp 0.8s ease-out;
}

/* Testimonial */
    

    /* --- Base Button Styles --- */
    #testimonial-carousel .owl-nav button.owl-prev,
    #testimonial-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        background-color: #fff !important;
        border: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        transition: all 0.3s ease !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #testimonial-carousel .owl-nav button.owl-prev:hover,
    #testimonial-carousel .owl-nav button.owl-next:hover {
        background-color: #007bff !important;
        box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    }
    
    /* ---  NEW: Styles for the SVG Icons Inside the Buttons --- */
    #testimonial-carousel .owl-nav button.owl-prev svg,
    #testimonial-carousel .owl-nav button.owl-next svg {
        width: 24px;
        height: 24px;
        stroke: #007bff; /* Initial color of the arrow */
        transition: stroke 0.3s ease;
    }

    #testimonial-carousel .owl-nav button.owl-prev:hover svg,
    #testimonial-carousel .owl-nav button.owl-next:hover svg {
        stroke: #fff; /* Arrow color on hover */
    }

 
    @media (max-width: 768px) {
        #testimonial-carousel.owl-carousel {
            padding: 0 35px;
        }
        #testimonial-carousel .owl-nav button.owl-prev {
            left: -12px;
        }
        #testimonial-carousel .owl-nav button.owl-next {
            right: -12px;
        }
    }
    
    /* --- Your Existing CSS Below --- */
    .testimonial-section-wrapper { background: #d6e4ff; padding: 40px 0; }
    .testimonial-section-title { font-family: "Lato", sans-serif; text-transform: none; font-size: 32px; font-weight: 700; margin-bottom: 30px; }
    .testimonial-view-all-link { font-size: 16px !important; margin-left: 15px; color: #2a5bd7; text-decoration: none; }
    .testimonial-view-all-link:hover { color: #074dff; }
    .testimonial-card { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); height: 100%; display: flex; flex-direction: column; }
    .testimonial-card-meta { display: flex !important; align-items: center; margin-bottom: 20px; padding: 3px !important; }
    .testimonial-card-avatar { max-width: 70px; height: 70px; object-fit: cover; border: 2px solid #e0e7ff6b; border-radius:50px; }
    .testimonial-card-author-info { margin-left: 15px; }
    .testimonial-card-author-name { font-family: "Lato", sans-serif; color: #272c37; margin: 0 0 5px 0 !important; font-size: 18px; font-weight: 600; }
    .testimonial-card-rating { width: 100px !important; height: auto; }
    .testimonial-card-body { flex-grow: 1; margin-bottom: 20px; }
    .testimonial-card-text { color: #5156e; line-height: 1.5; margin: 0; font-size: 15px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
    .testimonial-card:hover { transform: translateY(-1px); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) !important; transition: all 0.3s ease; }
    .owl-carousel .owl-stage { display: flex; }
    .owl-carousel .item { height: 100%; }
    @media (max-width: 768px) { .testimonial-section-wrapper { padding: 30px 0; } .testimonial-section-title { font-size: 28px !important; } .testimonial-view-all-link { display: block; margin-left: 0 !important; margin-top: 10px; } .testimonial-card { padding: 20px !important; } }

    #testimonial-carousel .owl-nav .owl-prev {
        /* CHANGED: Increased the negative value to push it further left */
        left: -50px; 
    }

    #testimonial-carousel .owl-nav .owl-next {
        /* CHANGED: Increased the negative value to push it further right */
        right: -50px;
    }




/* FAQ Start */
.faq-section-title {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
}

/* Start of Related Programs */
.related-programs-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f5f7ff 0%, #e8edff 100%);
  font-family: "Lato", Roboto, sans-serif;
}

.related-programs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.related-programs-title {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  text-transform: none;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.related-programs-title-underline {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #4a6cf7 0%, rgba(74, 108, 247, 0) 90%);
}

.related-programs-subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}

.related-programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.related-program-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e0e6ff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.related-program-card-top {
  display: flex;
  height: 140px;
}

.related-program-card-img {
  width: 40%;
  object-fit: cover;
  border-right: 1px solid #f0f0f0;
}

.related-program-card-content {
  padding: 16px;
  width: 60%;
  display: flex;
  flex-direction: column;
}

.related-program-card-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 0 0 8px;
  line-height: 1.3;
}

.related-program-card-tag-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.related-program-card-tag {
  background: #e6f0ff;
  color: #2a6df5;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.related-program-card-desc {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #555;
  margin: 0 0 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-program-card-footer {
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0;
  background: #f9faff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.related-program-card-rating {
  display: flex;
  align-items: center;
}

.related-program-card-stars {
  color: #ffb800;
  font-size: 14px;
  margin-right: 5px;
}

.related-program-card-rating-text {
  font-size: 12px;
  color: #666;
}

.related-program-card-explore-link {
  font-size: 13px;
  font-weight: 600;
  color: #2a6df5;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.related-program-card-explore-link:hover {
  text-decoration: none;
}

.related-program-card-explore-arrow {
  margin-left: 5px;
  font-size: 14px;
}

.related-programs-view-all-container {
  text-align: center;
  margin-top: 40px;
}

.related-programs-view-all-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(90deg, #4a6cf7 0%, #2a4fdf 100%);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(42, 79, 223, 0.3);
  transition: all 0.3s ease;
}

.related-programs-view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(42, 79, 223, 0.4);
}



/* Start of Other Cities - Redesigned & Aligned */

/* Style for the main title */
.other-cities-title {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 40px;
}

/* New container to hold the city links using Flexbox */
.city-links-container {
  display: flex;
  flex-wrap: wrap;
  /* This is the key change for alignment */
  justify-content: flex-start; /* Changed from 'center' to 'flex-start' */
  gap: 8px 12px;
  margin-bottom: 45px;
}

/* We style the link directly now, not the span inside */
.city-training-link {
  text-decoration: none;
  color: #34495e;
  background-color: #ffffff;
  border: 1px solid #dfe6e9;
  padding: 4px 9px;
  border-radius: 3px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.city-training-link:hover {
  background-color: #007bff;
  color: #ffffff;
  border-color: #007bff;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* The inner span doesn't need much styling anymore */
.city-badge {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}

/* Media query for better mobile view */
@media (max-width: 768px) {
  .other-cities-title {
    font-size: 26px;
  }

  .city-training-link {
    padding: 6px 15px;
    font-size: 14px;
  }

  /* On mobile, centering the buttons often looks better */
  .city-links-container {
    justify-content: center;
  }
}

/* Start of Trending Course */

/* Styles for the main section wrapper */
.trending-courses-section {
  background: #d6e4ff;
  padding: 25px 0 30px 0;
}

/* Start of Trending Courses Section Styles - Two-Row Grid */

/* Style for the main title (no change) */
.trending-courses-title {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 40px;
}

/* --- KEY CHANGES BELOW --- */
/* This container is now a CSS Grid on desktop */
.trending-courses-link-wrapper {
  display: grid;
  /* This creates 9 equal-width columns */
  grid-template-columns: repeat(9, 1fr);
  gap: 15px; /* Sets the space between the buttons */
}

/* Styling for each individual course link (no change) */
.trending-course-link {
  text-decoration: none;
  color: #34495e;
  background-color: #ffffff;
  border: 1px solid #dfe6e9;
  padding: 8px;
  border-radius: 4px; /* Pill shape */
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center; /* Ensures text is centered in the grid cell */
}

/* Hover effect for the course links (no change) */
.trending-course-link:hover {
  background-color: #007bff;
  color: #ffffff;
  border-color: #007bff;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* --- RESPONSIVE CHANGES BELOW --- */
/* On screens smaller than 1200px, we can reduce the columns */
@media (max-width: 1200px) {
  .trending-courses-link-wrapper {
    /* Adjust to fewer columns if needed on medium screens */
    grid-template-columns: repeat(6, 1fr);
  }
}

/* On mobile, we switch OFF the grid and go back to a centered flex layout */
@media (max-width: 768px) {
  .trending-courses-title {
    font-size: 26px;
  }

  .trending-courses-link-wrapper {
    display: flex; /* Switch from Grid to Flex */
    flex-wrap: wrap; /* Allow items to wrap */
    justify-content: center; /* Center them on the screen */
  }

  .trending-course-link {
    padding: 6px 15px;
    font-size: 14px;
  }
}

/* Media query for hidden */
@media (max-width: 640px) {
  .sidebar-widget-callus {
    display: none;
  }
  .sidebar-widget-form {
    display: none;
  }
}