.hero-trade {
    padding: 140px 0 100px;
    color: #fff;
}

.hero-badge {
    display: inline-flex;
    background: #ffffff1a;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    backdrop-filter: blur(4px);
    border: 1px solid #fff3;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.hero-badge svg {
    color: #ff2f92;
    opacity: 0.7;
    transform: scale(0.9);
}
.hero-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.hero-title span {
    display: inline-block;
    width: 100%;
    font-size: inherit;
    color: #ff8fc7;
}
.hero-desc {
    max-width: 42rem;
    margin: 15px auto;
    color: #fffc;
    letter-spacing: 0.5px;
}
.hero-search {
    max-width: 56rem;
    margin: 30px auto 15px;
    display: flex;
    background: rgba(255,255,255,0.15);
    border-radius: 9px;
    padding: 15px;
    backdrop-filter: blur(12px);
    gap: 15px;
    border: 1px solid #fff3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-search-multiple {
    display: flex;
    gap: 20px;
    width: 100%;
}
.hero-search button {
    background: #ff2f92;
    border: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    width: 180px;
    line-height: 1.4;
}
.hero-search-input {
    position: relative;
    width: calc(100% - calc(40px / 3));
}
.hero-search-input svg {
    position: absolute;
    top: 10px;
    left: 13px;
    color: #fff7;
    width: 20px;
}
.hero-search-input input[type="text"], .hero-search-input select, .hero-search-input .nice-select {
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 12px 12px 42px;
    backdrop-filter: blur(12px);
    font-size: 15px;
    border-radius: 10px;
    height: auto;
    line-height: 1.4;
    min-height: inherit;
}
.hero-search-input .nice-select span.current {
    font-size: 15px;
    color: #fff;
}

.hero-search-input input[type="text"]::placeholder {
    color: #fff7;
}
.hero-tags span {
    display: inline-block;
    margin: 6px;
    padding: 6px 16px;
    border-radius: 30px;
    background: rgba(255,255,255,0.15);
    border: 1px solid #fff3;
    color: #fff9;
    font-size: 14px;
}
.hero-stats {
    max-width: 42rem;
    margin: 50px auto 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.hero-stats-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hero-stats-item h3 {
    color: #fff;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 600;
}
.hero-stats-item p {
    color: #fff7;
    font-size: 14px;
    letter-spacing: 0.5px;
}


/* ===============================
   Students in Action Section
================================ */
.students-action, .trade-schools, .how-it-works {
    padding: 6rem 0;
    background: #eee8ea4d;
}


.students-action .section-badge, .trade-schools .section-badge, .how-it-works .section-badge {
    display: inline-block;
    background: #d926801a;
    color: #e94c89;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 13px;
}

.students-action .section-title, .trade-schools .section-title, .how-it-works .section-title{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2b1b23;
}
.students-action .section-title span, .trade-schools .section-title span, .how-it-works .section-title span {
    color: #d92680;
}

.students-action .section-desc, .trade-schools .section-desc, .how-it-works .section-desc {
    color: #8a6d7c;
    max-width: 46rem;
    margin: 0 auto 50px;
}

.students-action .students-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.students-action .student-card {
    position: relative;
    min-width: 260px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}
.students-action .student-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.students-action .card-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #e94c89;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
}

.students-action .students-slider {
    display: flex;
    gap: 20px;
    overflow: visible;
    white-space: nowrap;
    margin-bottom: 30px;
}

.students-action .student-card {
    min-width: 260px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #000;
}

/* Animations */
@keyframes slide-ltr {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@keyframes slide-rtl {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

.students-action .slider-ltr {
    animation: slide-ltr 40s linear infinite;
}

.students-action .slider-rtl {
    animation: slide-rtl 45s linear infinite;
}

.students-action .students-slider:hover {
    animation-play-state: paused;
}

/* ===== GRID ===== */
.schools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* ===== CARD ===== */
.school-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.school-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}
.school-card .card-image {
    position: relative;
    height: 210px;
    overflow: hidden;
}
.school-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.school-card .discount {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #e91e63;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
}
.school-card .card-body {
    padding: 22px 22px 26px;
}


.school-card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.school-card .tags span {
    background: #eee8ea;
    color: #7a525f;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
}

.school-card .meta {
    display: flex;
    font-size: 13px;
    color: #777;
    margin-bottom: 25px;
    gap: 15px;
    margin-top: 25px;
}
.school-card .meta .meta-item {
    display: flex;
    gap: 4px;
}
.school-card .meta .meta-item > span {
    color: #7a525f;
    font-size: 14px;
}
.school-card .meta .meta-item svg {
    width: 19px;
    height: 17px;
    margin-top: 2px;
    stroke: #E91E63;
}
.school-card .btn-book {
    display: block;
    text-align: center;
    background: #7b1b3a;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.school-card .btn-book:hover {
    background: #5f102c;
    color: #fff;
}

.school-card .verified-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #7b1b3a;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.school-card .verified-badge svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}
.school-card .card-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: #fff;
    z-index: 2;
}

.school-card .card-title {
    font-family: inherit;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: inherit;
    filter: drop-shadow(0px 1px 1px #0007);
}

.school-card .card-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: inherit !important;
    filter: drop-shadow(0px 1px 1px #0007);
}
.school-card .card-location span {
    color: inherit !important;
}

.school-card .card-location svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}
.school-card .rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.school-card .rating-stars {
    display: flex;
    gap: 2px;
}

.school-card .star {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

.school-card .star.filled {
    fill: #f5b301;
    stroke: #f5b301;
}

.school-card .star.half {
    stroke: #f5b301;
}

.school-card .star.muted {
    fill: #e0e0e0;
    stroke: #e0e0e0;
}

.school-card .rating-value {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.school-card .rating-count {
    font-size: 14px;
    color: #888;
}
.btn-book {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.6rem 1.9rem;
    background-color: transparent;
    color: #7e1b3c;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 2px solid #7e1b3c;
}

.btn-book:hover {
    background-color: #7e1b3c;
    color: #fff;
    transform: translateY(-2px);
}

.btn-arrow {
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.btn-book:hover .btn-arrow {
    transform: translateX(3px);
}
.btn-book span.btn-arrow {
    position: relative;
    top: -1px;
    color: inherit;
}


/* Container */
.process-steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  position: relative;
}

/* Responsive grid */
@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .process-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service-breadcrumbs {
    margin-top: 90px;
}
.breadcrumb-list li {
    font-size: 14px;
    color: #321b22;
}
.breadcrumb-list li a {
    color: #7a525f;
    text-decoration: none;
}
/* Card */
.process-card {
  position: relative;
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  transition: all .4s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* Step number badge */
.step-number {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(340 70% 22%) 0%, hsl(340 65% 30%) 50%, hsl(330 55% 45%) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon box */
.step-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(236,72,153,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background .3s ease;
}

.process-card:hover .step-icon {
  background: rgba(236,72,153,.2);
}

.step-icon svg {
    width: 24px;
    height: 24px;
    color: #ec4899;
}

/* Text */
.step-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
    text-align: left;
}
.step-desc {
    color: #7a525f;
    line-height: 1.7;
    font-size: 16px;
    text-align: left;
    font-family: 'Raleway';
}
.process-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 48px;
    left: 100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(236,72,153,.5), transparent);
    z-index: 0;
}

.service-header-section {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}

.service-header-section .header-left h1 {
    font-weight: 700;
    margin: 0;
    color: #321b22;
    font-size: 2.25rem;
    line-height: 1.4;
}

.service-header-section .header-left p {
    margin-top: 0.5rem;
    color: #7a525f;
    max-width: 42rem;
    font-size: 16px;
    font-weight: 400;
}

.service-header-section .header-right {
    width: 100%;
    max-width: 420px;
}

.service-header-section.school-page .header-right {
    width: 100%;
    max-width: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.service-header-section .header-right label {
    font-weight: 500;
    color: #321b22;
    font-size: .875rem;
    line-height: 1.25rem;
}
.search-box svg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 1rem;
    color: #7a525f;
}

.service-header-section .search-box {
    position: relative;
    margin-top: 0;
}

.service-header-section .search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  stroke: #7a525f;
  fill: none;
  stroke-width: 2;
}
.service-header-section .search-box input {
    width: 100%;
    height: auto;
    padding: 12px 0.75rem 12px 2.25rem;
    border: 1px solid #e7dade;
    border-radius: 6px;
    font-size: .875rem;
    line-height: 1.3;
    background: #fbfaf9;
    color: #321b22;
    min-height: inherit;
}
/* Placeholder color */
.service-header-section .search-box input::placeholder {
    color: #7a525f; 
    opacity: 1;
}

.service-header-section .search-box input:focus {
  outline: none;
  border-color: #000;
}

.info-bar {
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: space-between;
    align-items: center;
}



.info-bar p {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.info-bar .count {
  font-weight: 500;
  color: #000;
}

/* Button */
.info-bar .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  height: 40px;
  padding: 0 1rem;

  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;

  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #000;

  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.info-bar .btn-outline:hover {
  background-color: #d92680;
  color: #fff;
}

.btn-outline:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.services-section {
    margin: 2.5rem auto;
}
.services-grid {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    width: 100%;
}
.service-card {
    border: 1px solid #321b22;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - calc(3rem / 3));
}
.service-header {
  padding: 1.5rem;
}

.service-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #321b22;
}
.service-header p {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #7a525f;
}

.service-media {
  aspect-ratio: 16 / 10;
  background: #f0f0f0;
}

.service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}




/* Tabs */
.service-tabs.tabs {
  padding: 0 1.5rem 1rem;
}

.service-tabs .tab-buttons {
    display: flex;
    gap: 0.5rem;
    padding: 0.25rem;
    background: #eee8ea;
    border-radius: 8px;
}

.service-tabs .tab-buttons button {
    flex: 1;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 7px;
    border: 1px solid #ccc0;
    background: transparent;
    cursor: pointer;
    color: #7a525f;
}

.service-tabs .tab-buttons button.active {
    background: #fff;
    color: #321b22;
}

.service-tabs .tab-content {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

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

/* Accordion */
.service-card .accordion {
  margin: 1rem 1.5rem;
}

.service-card .accordion-button {
    display: flex;
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: #eee8ea33 !important;
    border: 1px solid #e7dade80 !important;
    border-radius: 6px;
    cursor: pointer;
    flex-direction: column;
    text-align: left;
    justify-content: start;
    align-items: flex-start;
}

.service-card .accordion-panel {
    padding: 0;
    font-size: 0.875rem;
    color: #7a525f;
    box-shadow: none;
}
.service-card .accordion-button::after {
    background-image: var(--bs-accordion-btn-icon) !important;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background-size: 15px;
    transform: rotate(0);
    background-position: center;
}
.service-card .accordion-button:not([aria-expanded="false"])::after {
    transform: var(--bs-accordion-btn-icon-transform);
}
.service-card .accordion-button span {
    color: #321b22;
    font-size: 0.875rem;
    font-weight: 500;
}
.service-card .accordion-button p {
    color: #7a525f;
    font-size: .75rem;
    line-height: 1rem;
    margin-top: 5px;
}
.service-card .accordion .accordion {
    margin: 0px 0 0;
}
.service-card .accordion .accordion .accordion-item {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
}
.service-card .accordion .accordion button.accordion-button {
    border-radius: 0 !important;
    border: none !important;
    color: #321b22;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    box-shadow: none;
}
.service-card .accordion-button[aria-expanded="true"] {
    box-shadow: none;
    border-radius: 6px 6px 0 0;
}

/* Footer buttons */
.service-footer {
    padding: 0.3rem 1.5rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-footer .btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.45rem;
    text-decoration: none;
    background: #7e1b3c;
    color: #fff;
    transition: 0.3s;
}

.service-footer .btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}

.service-footer .btn-secondary {
  height: 40px;
  font-size: 0.875rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}

.service-footer .btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.video-card {
    border: 1px solid #e7dade80;
    background-color: #fcfafb;
    border-radius: 12px;
    overflow: hidden;
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
}
.video-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
}

.video-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7a525f33;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a525f;
}

.video-icon svg {
  width: 20px;
  height: 20px;
  color: #7a525f;
}
.video-text .title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #321b22;
}

.video-text .subtitle {
    margin: 0;
    font-size: 0.75rem;
    color: #7a525f;
}
.service-body p, .service-body li {
    color: #7a525f;
    font-size: .875rem;
    line-height: 1.25rem;
}
.service-body p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.service-body p > b {
    color: #321b22;
    font-weight: 500;
}
.service-body ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.accordion-item-details-list {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    width: 100%;
}
.accordion-item-details {
    display: flex;
    gap: .25rem;
    flex-direction: column;
    width: calc(50% - 0.45rem);
    font-size: .875rem;
    line-height: 1.25rem;
    color: #321b22;
}
.accordion-item-details span.title {
    color: #7a525f;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.accordion-item-details span {
    font-size: inherit;
    color: inherit;
    text-transform: none;
}
.service-card .accordion .accordion .accordion-item .accordion-body {
    background: #fcfafb;
}
.service-card .accordion-button:focus {
    box-shadow: none;
}
.accordion-item:last-child {
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
.school-wrapper {
    margin-bottom: 80px !important;
    margin-top: 25px !important;
}
.filter-card {
    background: #fff;
    border: 1px solid #eadfe3;
    border-radius: 16px;
    padding: 20px;
    margin: 1.5rem 0;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.filter-card .field {
    grid-column: span 4;
}

.filter-card .field-wide {
    grid-column: span 6;
}

.filter-card label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3b1f27;
    margin-bottom: 6px;
}

.filter-card input, .filter-card select, .filter-card .nice-select {
    width: 100%;
    height: 45px;
    border: 1px solid #e7dade;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    background: #fbfaf9;
    color: #321b22;
    min-height: auto;
}
.filter-card .nice-select span.current {
    font: inherit;
    line-height: 45px;
    display: flex;
    width: 100%;
}

.filter-card select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239b8b90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 36px;
}

.filter-card .input-icon {
    position: relative;
}

.filter-card .input-icon input {
    padding-left: 36px;
}

.filter-card .input-icon .icon {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #9b8b90;
    pointer-events: none;
}
.filter-card .input-icon .icon svg {
    width: 20px;
}

.filter-card .result-box {
    background: #f1edef;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: #7b6a70;
    width: 100%;
    border: 1px solid #d3d3d3;
}

.filter-card .align-end {
    display: flex;
    align-items: flex-end;
}

.service-header-section.school-page .header-right .btn-outline {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    background: #fbfaf9;
    padding: 0.7rem 1.5rem;
    border: 1px solid #e7dade;
    border-radius: 0.55rem;
    transition: 0.5s;
    color: #7a525f;
}
.service-header-section.school-page .header-right .btn-outline:hover {
    background: #e91e63;
    color: #fff;
    border-color: #e91e63;
}

.filter-card input::placeholder  {
    color: #7a525f !important; 
    opacity: 1;
}



.ts-details {
    background: #fafafa;
    color: #2b2b2b;
    font-family: inherit;
    margin-top: 70px;
    padding-top: 20px;
}
/* -----------------------------
   Breadcrumb
------------------------------ */

.ts-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #321b22;
}
.ts-breadcrumb * {
    font-size: 14px;
}

.ts-breadcrumb a {
    color: #7a525f;
    text-decoration: none;
    transition: 0.2s ease;
}

.ts-breadcrumb a:hover {
    color: #8b1e3f;
}

/* -----------------------------
   Top Grid Layout
------------------------------ */

.ts-top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
    overflow: visible; /* very important */
}

.ts-main-content {
    width: 100%;
}

/* -----------------------------
   Hero Image
------------------------------ */

.ts-image-wrap {
    position: relative;
    margin-bottom: 40px;
    border-radius: 25px;
    overflow: hidden;
}

.ts-image-wrap img {
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}
.ts-image-content {
    position: absolute;
    bottom: 0;
    padding: 30px 25px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.ts-image-overlay {
    background-image: linear-gradient(to bottom, #321b2200 40%, #321b22b3 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.ts-image-content h1.ts-image-title {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    font-family: Playfair Display, serif;
    margin-bottom: 10px;
}
.ts-image-content p.ts-image-location {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #fff;
}
.ts-image-content p.ts-image-location svg {
    width: 15px;
    height: 15px;
    margin-top: -4px;
    margin-right: 2px;
}


/* Badges */

.ts-badge-discount {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #d92680;
    color: #fff;
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 20px;
    font-weight: 500;
    font-family: 'Raleway';
}

.ts-badge-verified {
    position: absolute;
    top: 18px;
    left: 90px;
    background: #7e1b3ce6;
    color: #fff;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 20px;
    border: 1px solid #eee;
}
.ts-badge-verified svg {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
/* -----------------------------
   Sections
------------------------------ */

.ts-section {
    margin-bottom: 50px;
}

.ts-section h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #321b22;
    font-family: Playfair Display, serif;
}

.ts-section p {
    line-height: 1.7;
    color: #7a525f;
    font-size: 0.975rem;
}

/* Section header row */

.ts-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ts-muted-small {
    color: #7a525f;
    font-size: .875rem;
    line-height: 1.25rem;
}

/* -----------------------------
   Services Grid
------------------------------ */

.ts-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ts-service-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease;
}

.ts-service-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.ts-service-card h4 {
    margin: 0 0 6px;
    font-size: 0.975rem;
    font-weight: 500;
    color: #321b22;
    font-family: 'Raleway';
}
.ts-price {
    background: #f7f2f4;
    color: #7a525f;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    font-family: 'Raleway';
}

/* -----------------------------
   Gallery
------------------------------ */

.ts-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ts-gallery-item {
    overflow: hidden;
    border-radius: 14px;
}

.ts-gallery-item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ts-gallery-item:hover img {
    transform: scale(1.05);
}


.ts-booking {
    position: sticky;
    top: 140px;
    align-self: start;
    overflow: visible;
    margin-bottom: 20px;
}

.ts-booking-card {
    position: static;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.ts-small-label {
    color: #7a525f;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}

.ts-booking-card h3 {
    margin: 0 0 12px;
    font-weight: 600;
    color: #321b22;
    font-size: 1.5rem;
    line-height: 2rem;
}

.ts-muted {
    font-size: 0.975rem;
    margin-bottom: 22px;
    line-height: 1.6;
    color: #7a525f;
}

.ts-btn-primary {
    display: block;
    width: 100%;
    background: #8b1e3f;
    border: 1px solid #8b1e3f;
    color: #ffffff;
    padding: 10px 12px;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 12px;
    transition: 0.3s;
}

.ts-btn-primary:hover {
    background: #d92680;
    color: #fff;
    border: 1px solid #d92680;
}
.ts-btn-outline {
    display: block;
    width: 100%;
    padding: 10px 12px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #e7dade;
    color: #7a525f;
    font-weight: 500;
    transition: all 0.2s ease;
    font-size: .875rem;
    line-height: 1.25rem;
    background: #fbfaf9;
    transition: 0.3s;
}

.ts-btn-outline:hover {
    background: #d92680;
    color: #fff;
    border: 1px solid #d92680;
}

.ts-note {
    font-size: 12px;
    color: #7a525f;
    margin-top: 16px;
    line-height: 1.5;
}



