.categories-course h4 {
	font-size: 15px;
}
.brand-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

.brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-logo img {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.brand-logo span {
  font-size: 15px;
  font-weight: 600;
  color: #1a7f37;
}

.brand-divider {
  font-size: 32px;
  font-weight: 700;
  color: #999;
}

.brand-note {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  max-width: 800px;
  margin: auto;
  text-align:center;
}


.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.why-card {
  background: #ffffff;
  padding: 32px 26px;
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 60px;
  height: 60px;
  background: #b257af;
  color: #ffffff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 20px;
}

.why-card h3 {
  font-size: 20px;
  color: #0a2540;
  margin-bottom: 15px;
}

.why-card ul {
  padding-left: 18px;
  margin: 0;
}

.why-card ul li {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 6px;
}

.welcome-clean {
  background: #fff;
}

.welcome-heading {
  font-size: 36px;
  font-weight: 500;
  color: #111;
  text-align:center
}

.welcome-heading span {
  color: #792c77;
}

.welcome-para {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-top: 12px;
}

.support-line {
  margin-top: 22px;
  font-size: 16px;
  color: #333;
}

.support-line .frank {
  color: #1b7e2f;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  font-size: 15px;
  color: #444;
}

.trust-list li::before {
  content: "✔";
  color: #792c77;
  margin-right: 8px;
}

.action-btns {
  margin-top: 30px;
}

.btn-main {
  background: #792c77;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
}

.btn-main:hover {
  background: #641f62;
  color: #fff;
}

.btn-outline {
  border: 1px solid #792c77;
  color: #792c77;
  padding: 10px 25px;
  border-radius: 4px;
  margin-left: 10px;
}

.btn-outline:hover {
  background: #792c77;
  color: #fff;
}

/* Logo Strip */
.brand-strip {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-strip img {
  max-height: 55px;
}

.brand-strip span {
  font-size: 22px;
  color: #aaa;
}

/* Mobile */
@media (max-width: 768px) {
  .welcome-heading {
    font-size: 28px;
  }
  .trust-list {
    flex-direction: column;
    gap: 10px;
  }
  .brand-strip {
    justify-content: center;
  }
}
.support-focus {
  background: #fafafa;
}

.support-eyebrow {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f4a36b;
  margin-bottom: 10px;
}

.support-title {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}

.support-title span {
  color: #1cd041;
}

.support-logos {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.support-logos img {
  max-height: 60px;
}

.support-logos .divider {
  font-size: 26px;
  color: #bbb;
}

.support-desc {
  font-size: 16px;
  color: #fff;
  max-width: 750px;
  margin: auto;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .support-title {
    font-size: 26px;
  }
}

.infographic-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  margin: 10px 0px 30px 0px;
  flex-wrap: wrap;
}

.info-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 18px;
  width: 260px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.info-step:hover {
  transform: translateY(-6px);
}

.info-step h4 {
  font-size: 1.5rem;
  color: #333;
  margin: 14px 0 8px;
}

.info-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.info-icon {
  width: 52px;
  height: 52px;
  background: #ecdeef;
  color: #8f198b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 22px;
}

.info-step.highlight {
  background: linear-gradient(135deg, #850880, #d59cdf);
  color: #ffffff;
}

.info-step.highlight h4,
.info-step.highlight p,
.info-step.highlight .info-icon {
  color: #ffffff;
}

.info-step.highlight .info-icon {
  background: rgba(255,255,255,0.2);
}

.info-arrow {
  display: flex;
  align-items: center;
  color: #952693;
  font-size: 22px;
}
.compareHeading
{
	font-size: 30px;
  font-weight: 500;
  color: #111;
}

/* Mobile Optimization */
@media (max-width: 900px) {
  .infographic-flow {
    flex-direction: column;
  }

  .info-arrow {
    display: none;
  }

  .info-step {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.booking-actions {
  background: #ffffff;
}

.action-card {
  padding: 10px 5px;
}

.booking-actions {
  background: #fff;
}

.action-group {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.action-item {
  text-align: center;
}

.action-btn {
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  border: none;
}

.action-btn.enquiry {
  background: #e53935;
  color: #fff;
}

.action-btn.app {
  background: #f44336;
  color: #fff;
}

.action-btn.website {
  background: #d32f2f;
  color: #fff;
}

.action-btn:hover {
  opacity: 0.9;
  color: #fff;
}

.action-desc {
  margin-top: 2px;
  font-size: 12px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .action-group {
    gap: 18px;
  }
}