/* Extracted inline and embedded styles */

/*
 * All inner pages (not index): same teal header, white nav, BOOK ONLINE pill, compact row as About.
 * Index (body.home) keeps its own transparent hero header + pill styles only.
 */
body.home .top_panel_wrap .menu_main_nav > li.rtms-book-online > a,
body:not(.home) .top_panel_wrap .menu_main_nav > li.rtms-book-online > a {
  border: 2px solid rgba(255, 255, 255, 0.95) !important;
  border-radius: 26px;
  padding: 7px 20px !important;
  margin-left: 8px;
  line-height: 1.1;
  color: #ffffff !important;
  background: transparent !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

body.home .top_panel_wrap .menu_main_nav > li.rtms-book-online > a:hover,
body.home .top_panel_wrap .menu_main_nav > li.rtms-book-online > a:focus,
body:not(.home) .top_panel_wrap .menu_main_nav > li.rtms-book-online > a:hover,
body:not(.home) .top_panel_wrap .menu_main_nav > li.rtms-book-online > a:focus {
  background-color: #1aa6b8 !important;
  border-color: #1aa6b8 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(8, 92, 102, 0.28);
}

/* Solid teal bar — top_panel_above + top_panel_over (selector skips .top_panel_position_over only) */
body:not(.home) .top_panel_style_6 .top_panel_middle {
  background: #5cc8bf !important;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  box-sizing: border-box;
}

body:not(.home) .top_panel_wrap.scheme_original .menu_main_nav > li:not(.rtms-book-online) > a {
  color: #ffffff !important;
}

body:not(.home).top_panel_fixed .top_panel_middle .menu_main_wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:not(.home).top_panel_fixed .top_panel_wrap .logo {
  margin: 0 !important;
}

body:not(.home).top_panel_fixed .top_panel_wrap .logo_fixed {
  max-height: 70px !important;
  width: auto !important;
}

body:not(.home) .top_panel_middle .content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.35em;
}

body:not(.home) .top_panel_middle .content_wrap::after {
  display: none;
}

body:not(.home) .top_panel_style_6 .contact_logo,
body:not(.home) .top_panel_style_6 .menu_main_wrap {
  float: none;
}

body:not(.home) .top_panel_middle .menu_main_wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:not(.home) .top_panel_wrap .logo {
  margin: 0;
  display: flex;
  align-items: center;
}

body:not(.home) .top_panel_wrap .logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}

/* Only style visible logo; .logo_fixed must stay display:none until sticky (theme) */
body:not(.home) .top_panel_wrap .logo img.logo_main {
  float: none;
  display: block;
  vertical-align: middle;
}

body:not(.home) .top_panel_wrap .logo_fixed {
  display: none !important;
}

body:not(.home).top_panel_fixed .top_panel_wrap .logo_main {
  display: none !important;
}

body:not(.home).top_panel_fixed .top_panel_wrap .logo_fixed {
  display: block !important;
}

body:not(.home) .top_panel_wrap .logo_main,
body:not(.home) .top_panel_wrap .logo_fixed {
  max-height: 70px;
  width: auto;
}

/* Absolute header over title band (e.g. About, home-2) */
body:not(.home).top_panel_over .top_panel_title_inner {
  padding-top: 5.35rem;
}

body:not(.home).top_panel_over .top_panel_title .page_title {
  padding: 1em 0 0.85em;
}

body:not(.home).top_panel_over .top_panel_title .breadcrumbs {
  padding: 0.9em 0.07em 0.85em;
}

/* Top header only: avoid stray filled “button” backgrounds on primary links */
.top_panel_wrap .menu_main_nav > li > a {
  background: none !important;
  box-shadow: none !important;
}

/* From acoustic-guitar.html */
.instr-hero {
  background: linear-gradient(135deg, #5cc8bf, #3da89f);
  padding: 60px 40px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.instr-hero h2 {
  color: #fff;
  font-size: 2.4em;
  margin-bottom: 15px;
}
.instr-hero p {
  font-size: 1.15em;
  opacity: 0.92;
  max-width: 700px;
  margin: 0 auto;
}
.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 50px;
}
.info-card {
  flex: 1 1 180px;
  background: #fff;
  border-radius: 12px;
  padding: 28px 18px;
  text-align: center;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #5cc8bf;
}
.info-card .ic {
  font-size: 2em;
  margin-bottom: 10px;
}
.info-card h4 {
  color: #384259;
  margin-bottom: 6px;
  font-size: 0.95em;
  font-weight: 700;
}
.info-card p {
  color: #777;
  font-size: 0.88em;
  margin: 0;
}
.cs {
  margin-bottom: 42px;
}
.cs h3 {
  color: #384259;
  font-size: 1.45em;
  border-left: 4px solid #5cc8bf;
  padding-left: 14px;
  margin-bottom: 18px;
}
.cs p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.learn-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.learn-list li {
  background: #f0faf9;
  border-radius: 8px;
  padding: 9px 16px;
  color: #2d8a83;
  font-size: 14.5px;
  border: 1px solid #c0e8e5;
}
.learn-list li::before {
  content: "\2713  ";
  font-weight: 700;
}
.tips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.tip-card {
  flex: 1 1 220px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 22px;
  border-left: 3px solid #5cc8bf;
}
.tip-card h5 {
  color: #384259;
  margin-bottom: 8px;
  font-size: 1em;
}
.tip-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.cta-block {
  background: linear-gradient(135deg, #5cc8bf, #3da89f);
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.cta-block h3 {
  color: #fff;
  font-size: 1.75em;
  margin-bottom: 14px;
}
.cta-block p {
  font-size: 1.05em;
  margin-bottom: 24px;
  opacity: 0.92;
}
.cta-btn {
  display: inline-block;
  background: #fff;
  color: #5cc8bf;
  padding: 13px 38px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5cc8bf;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 15px;
}

/* From bookonline.html */
.premium-booking-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
  align-items: stretch;
  max-width: 100%;
  box-sizing: border-box;
}

.premium-booking-col {
  flex: 1 1 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.premium-form-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  flex-grow: 1;
  box-sizing: border-box;
  max-width: 100%;
}

.premium-form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #5cc8bf;
  border-radius: 20px 20px 0 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.form-full {
  grid-column: 1 / -1;
}

.premium-input {
  width: 100%;
  max-width: 100%;
  padding: 12px 0px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  background: transparent;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.premium-input::placeholder {
  color: #2b3a4a;
}

.premium-input:-ms-input-placeholder {
  color: #2b3a4a;
}

.premium-input::-ms-input-placeholder {
  color: #2b3a4a;
}

.premium-input:focus {
  border-bottom-color: #5cc8bf;
  outline: none;
}

.premium-select-wrapper {
  position: relative;
}

.premium-select-wrapper::after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 10px;
}

select.premium-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px 35px 14px 15px;
  background: #ffffff;
  color: #2b3a4a;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-btn {
  background: #44b9af;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 16px 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  width: auto;
  min-width: 220px;
  box-shadow: 0 6px 20px rgba(68, 185, 175, 0.4);
  transition: all 0.3s ease;
}

.premium-btn-wrap {
  text-align: center;
  margin-top: 35px;
}

.premium-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(68, 185, 175, 0.5);
}

.info-card {
  background: linear-gradient(135deg, #44b9af, #3b9e95);
  border-radius: 20px;
  padding: 40px;
  color: #fff;
  flex-grow: 1;
  box-shadow: 0 10px 40px rgba(68, 185, 175, 0.25);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
}

.info-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.info-card h3 {
  color: #fff;
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-family: "Droid Serif", serif;
  font-weight: 400;
}

.info-card p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  position: relative;
  z-index: 1;
}

.info-list li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.info-list li i {
  background: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  flex-shrink: 0;
}

.info-list li span {
  flex: 1;
}

.support-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 28px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
}

.support-box p {
  margin: 0;
  font-size: 14px;
}

.support-box strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .premium-booking-wrap {
    gap: 30px;
  }

  .premium-form-container,
  .info-card {
    padding: 24px;
  }

  .info-card h3 {
    font-size: 26px;
  }

  .vc_row.wpb_row[style*="padding: 60px"],
  .vc_row.wpb_row[style*="padding:60px"] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* From bookonline.html */
.slot-btn {
  background: #fff;
  border: 1px solid #5cc8bf;
  color: #5cc8bf;
  padding: 8px 0;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.slot-btn:hover:not(.disabled) {
  background: #e8faf8;
}

.slot-btn.selected {
  background: #5cc8bf;
  color: #fff;
}

/* From bookonline.html */
.trial-banner h2 {
  font-size: 34px;
}

.trial-banner p {
  font-size: 16px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .trial-banner {
    padding: 40px 15px !important;
  }

  .trial-banner h2 {
    font-size: 26px !important;
  }

  .trial-banner p {
    font-size: 14px !important;
  }
}

/* From index.html */
.rtms-animate {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.rtms-animate.rtms-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.rtms-stagger-wrap .rtms-animate:nth-child(1) {
  transition-delay: 0.06s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(2) {
  transition-delay: 0.12s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(3) {
  transition-delay: 0.18s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(4) {
  transition-delay: 0.24s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(5) {
  transition-delay: 0.3s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(6) {
  transition-delay: 0.36s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(7) {
  transition-delay: 0.42s;
}
.rtms-stagger-wrap .rtms-animate:nth-child(8) {
  transition-delay: 0.48s;
}

.rtms-hover-lift {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.rtms-hover-lift:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14) !important;
}

.rtms-badge-pulse {
  animation: rtmsPulse 2.2s ease-in-out infinite;
}

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

@media (prefers-reduced-motion: reduce) {
  .rtms-animate,
  .rtms-hover-lift,
  .rtms-badge-pulse {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* From index.html */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.staggered-animated {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.staggered-animated:nth-child(1) {
  animation-delay: 0.1s;
}

.staggered-animated:nth-child(2) {
  animation-delay: 0.2s;
}

.staggered-animated:nth-child(3) {
  animation-delay: 0.3s;
}

.staggered-animated:nth-child(4) {
  animation-delay: 0.4s;
}

.staggered-animated:nth-child(5) {
  animation-delay: 0.5s;
}

.staggered-animated:nth-child(6) {
  animation-delay: 0.6s;
}

.staggered-animated:nth-child(7) {
  animation-delay: 0.7s;
}

.staggered-animated:nth-child(8) {
  animation-delay: 0.8s;
}

.staggered-animated:nth-child(9) {
  animation-delay: 0.9s;
}

.staggered-animated:nth-child(10) {
  animation-delay: 1s;
}

.staggered-animated:nth-child(11) {
  animation-delay: 1.1s;
}

.staggered-animated:nth-child(12) {
  animation-delay: 1.2s;
}

.staggered-animated:nth-child(13) {
  animation-delay: 1.3s;
}

.staggered-animated:nth-child(14) {
  animation-delay: 1.4s;
}

.staggered-animated:nth-child(15) {
  animation-delay: 1.5s;
}

.staggered-animated:nth-child(16) {
  animation-delay: 1.6s;
}

.staggered-animated:nth-child(17) {
  animation-delay: 1.7s;
}

.staggered-animated:nth-child(18) {
  animation-delay: 1.8s;
}

/* From index.html */
/* Reviews Marquee CSS */
.review-marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
}

.review-marquee-content {
  display: inline-block;
  animation: review-marquee 30s linear infinite;
}

.review-marquee-content:hover {
  animation-play-state: paused;
}

@keyframes review-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.review-card {
  display: inline-block;
  width: 350px;
  margin: 0 15px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  white-space: normal;
  vertical-align: top;
  text-align: left;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f0f0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #555;
  font-size: 20px;
}

.review-info {
  flex-grow: 1;
  line-height: 1.2;
}

.review-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.review-date {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.review-icon {
  width: 24px;
  height: 24px;
}

.review-stars {
  color: #ffd700;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* From index.html */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px 0;
  margin: 20px 0;
}

.marquee-content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-marquee 25s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-item {
  flex-shrink: 0;
  margin: 0 40px;
  /* Space between company logos */
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee-item img {
  height: 70px;
  /* Adjust logo height here */
  width: auto;
  object-fit: contain;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  cursor: pointer;
}

.marquee-item:hover img {
  transform: scale(1.1);
}

@keyframes scroll-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* From index.html */
/* [START] - PREMIUM RTMS FOOTER OVERRIDES */

/* ─── Footer wrapper ─────────────────────────────────────────── */
body.scheme_original footer#rtms-footer.footer_wrap {
  background: #1c2b3a !important;
  background:
    radial-gradient(
      ellipse 55% 45% at 8% 10%,
      rgba(76, 190, 180, 0.1) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 40% 35% at 92% 90%,
      rgba(76, 190, 180, 0.06) 0%,
      transparent 55%
    ),
    linear-gradient(160deg, #1e2d3d 0%, #141f2c 100%) !important;
  color: #c8d8e8;
  position: relative;
  overflow: hidden;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  padding: 0 !important;
  border-top: none !important;
}

#rtms-footer .footer_wrap_inner {
  padding: 0;
  background: transparent !important;
}

#rtms-footer .content_wrap {
  padding: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
}

/* ─── Shell (grid container) ─────────────────────────────────── */
#rtms-footer .rtms-shell {
  border-top: none;
  border-bottom: none;
  background: transparent;
}

/* ─── 4-column grid ──────────────────────────────────────────── */
#rtms-footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#rtms-footer-grid > aside {
  padding: 44px 36px 44px 36px;
  margin: 0 !important;
  background: transparent !important;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

#rtms-footer-grid > aside:last-child {
  border-right: none;
}

/* Brand column — no left padding offset needed */
#rtms-footer .rtms-brand {
  padding-left: 36px;
}

/* ─── Logo block ─────────────────────────────────────────────── */
.rtms-footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.rtms-footer-logo-img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2px rgba(76, 190, 180, 0.45),
    0 0 18px rgba(76, 190, 180, 0.3),
    0 0 36px rgba(76, 190, 180, 0.12);
  background: rgba(76, 190, 180, 0.08);
  padding: 4px;
}

.rtms-footer-logo-text {
  font-family: "Droid Serif", "Georgia", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff !important;
  text-decoration: none !important;
  display: block;
}

/* ─── Tagline ────────────────────────────────────────────────── */
.rtms-footer-tagline {
  font-size: 14.5px !important;
  color: rgba(200, 216, 232, 0.72) !important;
  margin: 0 0 26px !important;
  letter-spacing: 0.02em;
  line-height: 1.4 !important;
}

/* ─── CTA Button ─────────────────────────────────────────────── */
#rtms-footer .rtms-cta {
  display: inline-block;
  padding: 12px 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #4ec9c0 0%, #35a89f 100%) !important;
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  border: 1.5px solid rgba(78, 201, 192, 0.55);
  box-shadow:
    0 6px 22px rgba(47, 168, 157, 0.32),
    0 0 0 0 rgba(78, 201, 192, 0);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  text-decoration: none !important;
  margin-top: 0;
}

#rtms-footer .rtms-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 10px 30px rgba(47, 168, 157, 0.45),
    0 0 0 4px rgba(78, 201, 192, 0.15);
}

/* ─── Social icons ───────────────────────────────────────────── */
#rtms-footer .rtms-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

#rtms-footer .rtms-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #c8d8e8 !important;
  font-size: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
  text-decoration: none !important;
  flex-shrink: 0;
}

#rtms-footer .rtms-socials a:hover {
  background: #4ec9c0 !important;
  color: #ffffff !important;
  border-color: #4ec9c0 !important;
  transform: translateY(-2px);
}

/* WhatsApp SVG icon sizing */
#rtms-footer .rtms-socials a.rtms-social-wa svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}

/* WhatsApp hover — green tint */
#rtms-footer .rtms-socials a.rtms-social-wa:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}

/* ─── Column headings ────────────────────────────────────────── */
#rtms-footer h5 {
  margin: 0 0 22px;
  font-size: 16.5px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
  color: #ffffff !important;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.01em;
}

/* ─── General text / links ───────────────────────────────────── */
#rtms-footer p,
#rtms-footer li,
#rtms-footer a {
  color: #b8ccd8 !important;
  font-size: 14.5px;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* ─── Quick Links list ───────────────────────────────────────── */
#rtms-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

#rtms-footer ul li a {
  color: #b8ccd8 !important;
  font-size: 14.5px;
  transition: color 0.2s ease;
}

#rtms-footer ul li a:hover {
  color: #4ec9c0 !important;
}

/* ─── Services list (with arrow) ─────────────────────────────── */
#rtms-footer .rtms-link-arrow {
  color: #4ec9c0;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  /* Prevent fontello ::before from firing on this span */
  font-family: inherit !important;
}

#rtms-footer .rtms-link-arrow::before {
  content: none !important;
  display: none !important;
}

/* ─── Contact items ──────────────────────────────────────────── */
#rtms-footer .rtms-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 18px;
}

#rtms-footer .rtms-contact-item:last-child {
  margin-bottom: 0;
}

#rtms-footer .rtms-contact-item .sc_icon {
  color: #4ec9c0 !important;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 1.55;
}

#rtms-footer .rtms-contact-item p {
  margin: 0 !important;
  color: #b8ccd8 !important;
  font-size: 14.5px;
  line-height: 1.55;
}

#rtms-footer .rtms-contact-item a {
  color: #b8ccd8 !important;
  font-size: 14.5px;
}

#rtms-footer .rtms-contact-item a:hover {
  color: #4ec9c0 !important;
}

/* ─── Bottom bar ─────────────────────────────────────────────── */
#rtms-footer-copy-wrap {
  background: transparent !important;
  margin-top: 0;
}

#rtms-footer-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

#rtms-footer-copy p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(184, 204, 216, 0.65) !important;
  line-height: 1.4;
}

#rtms-footer-copy .rtms-copy-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

#rtms-footer-copy .rtms-copy-right a {
  font-size: 13.5px;
  color: rgba(184, 204, 216, 0.65) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

#rtms-footer-copy .rtms-copy-right a:hover {
  color: #4ec9c0 !important;
}

#rtms-footer-copy .rtms-copy-right span {
  color: rgba(184, 204, 216, 0.4) !important;
  font-size: 13.5px;
}

#rtms-footer-copy .rtms-credit {
  font-size: 13px;
  color: rgba(184, 204, 216, 0.55) !important;
  font-style: normal;
}

/* ─── Responsive: tablet ─────────────────────────────────────── */
@media (max-width: 959px) {
  #rtms-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  #rtms-footer-grid > aside {
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  #rtms-footer-grid > aside:nth-child(2n) {
    border-right: none;
  }

  #rtms-footer-grid > aside:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  #rtms-footer .rtms-brand {
    padding-left: 36px;
  }
}

/* ─── Responsive: mobile ─────────────────────────────────────── */
@media (max-width: 600px) {
  #rtms-footer-grid {
    grid-template-columns: 1fr;
  }

  #rtms-footer-grid > aside {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 32px 24px;
    text-align: center;
  }

  #rtms-footer-grid > aside:last-child {
    border-bottom: none;
  }

  #rtms-footer .rtms-brand {
    padding-left: 24px;
  }

  .rtms-footer-logo-wrap {
    justify-content: center;
  }

  #rtms-footer .rtms-socials {
    justify-content: center;
  }

  #rtms-footer ul {
    align-items: center;
  }

  #rtms-footer .rtms-contact-item {
    justify-content: center;
    text-align: left;
  }

  #rtms-footer-copy {
    flex-direction: column;
    text-align: center;
    padding: 20px 24px;
    gap: 12px;
  }

  #rtms-footer-copy .rtms-copy-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* [END] - PREMIUM RTMS FOOTER OVERRIDES */

/* From instruments-prices.html */
/* ===== Instruments & Prices Page Styles ===== */
.ip-section {
  padding: 70px 20px;
}
.ip-section-title {
  text-align: center;
  font-size: 2rem;
  color: #384259;
  margin-bottom: 10px;
}
.ip-section-subtitle {
  text-align: center;
  color: #777;
  font-size: 1.05rem;
  margin-bottom: 50px;
}
.ip-divider {
  border: none;
  border-top: 2px solid #e8e8e8;
  margin: 10px auto 50px;
  width: 60px;
}

/* --- Intro Banner (Enhanced Hero) --- */
.ip-intro-banner {
  position: relative;
  background: linear-gradient(
    135deg,
    #1a2340 0%,
    #2d4a6e 40%,
    #3a7a75 75%,
    #5cc8bf 100%
  );
  color: #fff;
  text-align: center;
  padding: 100px 20px 90px;
  overflow: hidden;
}
.ip-intro-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.ip-banner-notes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.ip-banner-notes span {
  position: absolute;
  font-size: 1.6rem;
  opacity: 0.12;
  animation: floatNote 8s ease-in-out infinite;
}
.ip-banner-notes span:nth-child(1) {
  left: 5%;
  top: 20%;
  animation-delay: 0s;
  animation-duration: 7s;
}
.ip-banner-notes span:nth-child(2) {
  left: 15%;
  top: 65%;
  animation-delay: 1s;
  animation-duration: 9s;
}
.ip-banner-notes span:nth-child(3) {
  left: 28%;
  top: 10%;
  animation-delay: 2s;
  animation-duration: 6s;
}
.ip-banner-notes span:nth-child(4) {
  left: 42%;
  top: 75%;
  animation-delay: 0.5s;
  animation-duration: 8s;
}
.ip-banner-notes span:nth-child(5) {
  left: 60%;
  top: 15%;
  animation-delay: 1.5s;
  animation-duration: 7s;
}
.ip-banner-notes span:nth-child(6) {
  left: 75%;
  top: 60%;
  animation-delay: 3s;
  animation-duration: 9s;
}
.ip-banner-notes span:nth-child(7) {
  left: 88%;
  top: 30%;
  animation-delay: 2.5s;
  animation-duration: 6s;
}
.ip-banner-notes span:nth-child(8) {
  left: 93%;
  top: 70%;
  animation-delay: 0.8s;
  animation-duration: 8s;
}
@keyframes floatNote {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-22px) rotate(8deg);
  }
}
.ip-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}
.ip-banner-eyebrow {
  display: inline-block;
  background: rgba(92, 200, 191, 0.25);
  color: #a8ede9;
  border: 1px solid rgba(92, 200, 191, 0.4);
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 20px;
  margin-bottom: 22px;
}
.ip-intro-banner h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.ip-intro-banner h2 span {
  color: #5cc8bf;
}
.ip-intro-banner p {
  font-size: 1.12rem;
  max-width: 700px;
  margin: 0 auto 36px;
  line-height: 1.85;
  opacity: 0.88;
  color: #dff5f4;
}
.ip-banner-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.ip-btn-white {
  display: inline-block;
  background: #fff;
  color: #1a2340;
  padding: 15px 38px;
  border-radius: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 1px;
  transition: all 0.3s;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.25);
}
.ip-btn-white:hover {
  background: #e0faf9;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}
.ip-btn-ghost {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 15px 38px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 1px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  transition: all 0.3s;
}
.ip-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
  border-color: #fff;
}
.ip-banner-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
}
.ip-banner-stat {
  flex: 1;
  min-width: 130px;
  padding: 22px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
.ip-banner-stat:last-child {
  border-right: none;
}
.ip-banner-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #5cc8bf;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.ip-banner-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* --- Instruments Grid --- */
.ip-instruments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
}
.ip-instrument-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 18px;
  text-align: center;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
  border: 2px solid transparent;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.ip-instrument-card:hover {
  border-color: #5cc8bf;
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(92, 200, 191, 0.2);
}
.ip-instrument-icon {
  font-size: 2.8rem;
  margin-bottom: 14px;
  color: #5cc8bf;
}
.ip-instrument-card h4 {
  font-size: 1rem;
  color: #384259;
  font-weight: 700;
  margin: 0 0 6px;
}
.ip-instrument-card .ip-level {
  font-size: 0.8rem;
  color: #5cc8bf;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ip-instrument-card .ip-price-badge {
  display: inline-block;
  margin-top: 12px;
  background: #f0fffe;
  color: #384259;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid #c7eeeb;
}

/* --- Full Pricing Table --- */
.ip-pricing-table-wrap {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
}
.ip-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}
.ip-pricing-table thead {
  background: #384259;
  color: #fff;
}
.ip-pricing-table thead th {
  padding: 18px 20px;
  font-size: 0.95rem;
  text-align: left;
  letter-spacing: 0.3px;
}
.ip-pricing-table tbody tr:nth-child(even) {
  background: #f8fdfd;
}
.ip-pricing-table tbody tr:hover {
  background: #e9faf9;
}
.ip-pricing-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  color: #444;
  font-size: 0.95rem;
}
.ip-pricing-table td:first-child {
  font-weight: 600;
  color: #384259;
}
.ip-price-highlight {
  color: #5cc8bf;
  font-weight: 700;
  font-size: 1.05rem;
}
.ip-popular-tag {
  display: inline-block;
  background: #5cc8bf;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  margin-left: 8px;
  vertical-align: middle;
}

/* --- Lesson Format Cards --- */
.ip-format-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.ip-format-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 24px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #5cc8bf;
  transition: transform 0.3s;
}
.ip-format-card:hover {
  transform: translateY(-4px);
}
.ip-format-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
}
.ip-format-card h4 {
  color: #384259;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.ip-format-card p {
  color: #666;
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0 0 14px;
}
.ip-format-card .ip-format-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #5cc8bf;
}

/* --- FAQ Accordion (Full Override) --- */
.ip-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ip-faq-item {
  background: #fff !important;
  border-radius: 14px !important;
  border: 1.5px solid #e6f7f6 !important;
  box-shadow: 0 4px 20px rgba(56, 66, 89, 0.07) !important;
  overflow: hidden !important;
  transition:
    box-shadow 0.3s,
    border-color 0.3s !important;
}
.ip-faq-item.active {
  border-color: #5cc8bf !important;
  box-shadow: 0 8px 32px rgba(92, 200, 191, 0.18) !important;
}

.ip-faq-question {
  all: unset !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: left !important;
  padding: 22px 26px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #384259 !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
  line-height: 1.5 !important;
  transition: color 0.2s !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.ip-faq-question:hover {
  color: #5cc8bf !important;
}
.ip-faq-item.active .ip-faq-question {
  color: #5cc8bf !important;
}

.ip-faq-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #f0fffe;
  border: 2px solid #c7eeeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  color: #5cc8bf;
  transition: all 0.3s;
}
.ip-faq-item.active .ip-faq-num {
  background: #5cc8bf;
  border-color: #5cc8bf;
  color: #fff;
}

.ip-faq-q-text {
  flex: 1;
}

.ip-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #f0fffe;
  border: 1.5px solid #c7eeeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  color: #5cc8bf;
  transition: all 0.3s;
  line-height: 1;
}
.ip-faq-item.active .ip-faq-icon {
  background: #5cc8bf;
  border-color: #5cc8bf;
  color: #fff;
  transform: rotate(45deg);
}

.ip-faq-answer {
  display: none;
  padding: 0 26px 22px 82px;
  color: #666 !important;
  font-size: 0.95rem !important;
  line-height: 1.8 !important;
  border-top: 1px solid #f0f8f7;
  background: transparent !important;
}
.ip-faq-answer.open {
  display: block;
}

/* --- CTA Banner --- */
.ip-cta-banner {
  background: linear-gradient(135deg, #5cc8bf 0%, #384259 100%);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}
.ip-cta-banner h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.ip-cta-banner p {
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 30px;
  opacity: 0.9;
  line-height: 1.8;
}
.ip-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ip-btn-solid {
  display: inline-block;
  background: #fff;
  color: #384259;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
.ip-btn-solid:hover {
  background: #f0fffe;
  transform: translateY(-2px);
}
.ip-btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.ip-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* --- Discount Banner --- */
.ip-discount-banner {
  background: #f0fffe;
  border: 1px solid #c7eeeb;
  border-radius: 12px;
  padding: 24px 30px;
  max-width: 900px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ip-discount-icon {
  font-size: 2rem;
}
.ip-discount-text h4 {
  color: #384259;
  margin: 0 0 4px;
  font-size: 1rem;
}
.ip-discount-text p {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
}

/* From piano-lessons.html */
.instr-hero {
  background: linear-gradient(135deg, #5cc8bf, #3da89f);
  padding: 60px 40px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.instr-hero h2 {
  color: #fff;
  font-size: 2.4em;
  margin-bottom: 15px;
}
.instr-hero p {
  font-size: 1.15em;
  opacity: 0.92;
  max-width: 700px;
  margin: 0 auto;
}
.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 50px;
}
.info-card {
  flex: 1 1 180px;
  background: #fff;
  border-radius: 12px;
  padding: 28px 18px;
  text-align: center;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #5cc8bf;
}
.info-card .ic {
  font-size: 2em;
  margin-bottom: 10px;
}
.info-card h4 {
  color: #384259;
  margin-bottom: 6px;
  font-size: 0.95em;
  font-weight: 700;
}
.info-card p {
  color: #777;
  font-size: 0.88em;
  margin: 0;
}
.cs {
  margin-bottom: 42px;
}
.cs h3 {
  color: #384259;
  font-size: 1.45em;
  border-left: 4px solid #5cc8bf;
  padding-left: 14px;
  margin-bottom: 18px;
}
.cs p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}
.learn-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.learn-list li {
  background: #f0faf9;
  border-radius: 8px;
  padding: 9px 16px;
  color: #2d8a83;
  font-size: 14.5px;
  border: 1px solid #c0e8e5;
}
.learn-list li::before {
  content: "✓  ";
  font-weight: bold;
}
.tips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.tip-card {
  flex: 1 1 220px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 22px;
  border-left: 3px solid #5cc8bf;
}
.tip-card h5 {
  color: #384259;
  margin-bottom: 8px;
  font-size: 1em;
}
.tip-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
.cta-block {
  background: linear-gradient(135deg, #5cc8bf, #3da89f);
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.cta-block h3 {
  color: #fff;
  font-size: 1.75em;
  margin-bottom: 14px;
}
.cta-block p {
  font-size: 1.05em;
  margin-bottom: 24px;
  opacity: 0.92;
}
.cta-block a.cta-btn {
  display: inline-block;
  background: #fff;
  color: #5cc8bf;
  padding: 13px 38px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5cc8bf;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 15px;
}

/* Converted inline styles */
.ext-inline-1 {
  height: 45px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
.ext-inline-2 {
  background-image: url(images/bg1-Parallax.jpg) !important;
  background-position: 50% 50% !important;
}
.ext-inline-3 {
  margin: auto !important;
  max-width: 500px !important;
  width: 100% !important;
}
.ext-inline-4 {
  height: 1.7em !important;
}
.ext-inline-5 {
  max-width: 1020px !important;
}
.ext-inline-6 {
  max-width: 940px !important;
}
.ext-inline-7 {
  background-image: url(images/bg2-Parallax.jpg) !important;
  background-position: 50% 50% !important;
}
.ext-inline-8 {
  margin-bottom: 1.55rem !important;
  text-align: center !important;
  color: #ffffff !important;
}
.ext-inline-9 {
  max-width: 590px !important;
}
.ext-inline-10 {
  color: #ffffff !important;
  font-size: 1.3846em !important;
  line-height: 1.4em !important;
}
.ext-inline-11 {
  margin-top: 1.5rem !important;
}
.ext-inline-12 {
  height: 45px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
.ext-inline-13 {
  height: 45px !important;
  width: auto !important;
  object-fit: contain !important;
}
.ext-inline-14 {
  padding: 60px 0 !important;
}
.ext-inline-15 {
  font-size: 5em !important;
  margin-bottom: 15px !important;
}
.ext-inline-16 {
  margin-top: 15px !important;
}
.ext-inline-17 {
  color: #5cc8bf !important;
}
.ext-inline-18 {
  width: 33% !important;
}
.ext-inline-19 {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  font-size: 24px !important;
  color: #2b3a4a !important;
  font-family: "Droid Serif", serif !important;
  font-weight: 400 !important;
}
.ext-inline-20 {
  display: none !important;
}
.ext-inline-21 {
  display: none !important;
  margin-top: 20px !important;
}
.ext-inline-22 {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-size: 24px !important;
  color: #2b3a4a !important;
  font-family: "Droid Serif", serif !important;
  font-weight: 400 !important;
}
.ext-inline-23 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px !important;
  background: #f9f9f9 !important;
  padding: 10px !important;
  border-radius: 8px !important;
}
.ext-inline-24 {
  border: none !important;
  background: none !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #5cc8bf !important;
}
.ext-inline-25 {
  color: #333 !important;
}
.ext-inline-26 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 10px !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.ext-inline-27 {
  display: block !important;
  font-size: 12px !important;
  color: #777 !important;
}
.ext-inline-28 {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}
.ext-inline-29 {
  margin-top: 15px !important;
  text-align: left !important;
}
.ext-inline-30 {
  display: none !important;
  width: 100% !important;
}
.ext-inline-31 {
  background: #5cc8bf !important;
  color: white !important;
  padding: 15px !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  font-weight: bold !important;
}
.ext-inline-32 {
  width: 100% !important;
  background: #4caf50 !important;
}
.ext-inline-33 {
  display: none !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.ext-inline-34 {
  width: 80px !important;
  height: 80px !important;
  background: #4caf50 !important;
  color: white !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 40px !important;
  margin: 0 auto 20px !important;
}
.ext-inline-35 {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-size: 24px !important;
  color: #2b3a4a !important;
}
.ext-inline-36 {
  color: #777 !important;
}
.ext-inline-37 {
  padding: 60px 0 !important;
  background: #f9f9f9 !important;
}
.ext-inline-38 {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.ext-inline-39 {
  color: #333 !important;
  font-size: 30px !important;
  margin-bottom: 8px !important;
}
.ext-inline-40 {
  color: #777 !important;
  font-size: 15px !important;
}
.ext-inline-41 {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}
.ext-inline-42 {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 35px 30px !important;
  text-align: center !important;
  flex: 1 !important;
  min-width: 220px !important;
  max-width: 280px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07) !important;
  transition: transform 0.3s !important;
}
.ext-inline-43 {
  width: 64px !important;
  height: 64px !important;
  background: linear-gradient(135deg, #5cc8bf, #3da89f) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  font-size: 26px !important;
  color: #fff !important;
  font-weight: bold !important;
}
.ext-inline-44 {
  color: #333 !important;
  margin-bottom: 10px !important;
}
.ext-inline-45 {
  color: #777 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
.ext-inline-46 {
  background: linear-gradient(135deg, #5cc8bf 0%, #3da89f 100%) !important;
  padding: 50px 0 !important;
  text-align: center !important;
}
.ext-inline-47 {
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  margin-bottom: 16px !important;
}
.ext-inline-48 {
  color: #fff !important;
  margin-bottom: 12px !important;
}
.ext-inline-49 {
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 580px !important;
  margin: 0 auto 28px !important;
}
.ext-inline-50 {
  display: inline-block !important;
  background: #fff !important;
  color: #5cc8bf !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 38px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s !important;
}
.ext-inline-51 {
  padding: 60px 0 !important;
  background: #fff !important;
}
.ext-inline-52 {
  overflow-x: auto !important;
}
.ext-inline-53 {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 14px !important;
}
.ext-inline-54 {
  background: linear-gradient(135deg, #5cc8bf, #3da89f) !important;
  color: #fff !important;
}
.ext-inline-55 {
  padding: 14px 18px !important;
  text-align: left !important;
  border-radius: 8px 0 0 0 !important;
}
.ext-inline-56 {
  padding: 14px 18px !important;
  text-align: center !important;
}
.ext-inline-57 {
  opacity: 0.8 !important;
}
.ext-inline-58 {
  padding: 14px 18px !important;
  text-align: center !important;
  border-radius: 0 8px 0 0 !important;
}
.ext-inline-59 {
  background: #f9f9f9 !important;
  border-bottom: 1px solid #eee !important;
}
.ext-inline-60 {
  padding: 12px 18px !important;
  font-weight: 600 !important;
  color: #333 !important;
}
.ext-inline-61 {
  padding: 12px 18px !important;
  text-align: center !important;
}
.ext-inline-62 {
  background: #e8f9f8 !important;
  color: #5cc8bf !important;
  padding: 4px 12px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
}
.ext-inline-63 {
  background: #fff !important;
  border-bottom: 1px solid #eee !important;
}
.ext-inline-64 {
  background: #fff !important;
}
.ext-inline-65 {
  color: #bbb !important;
  font-size: 13px !important;
}
.ext-inline-66 {
  padding: 60px 0 !important;
  background: #f9f9f9 !important;
}
.ext-inline-67 {
  display: flex !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.ext-inline-68 {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 30px !important;
  flex: 1 !important;
  min-width: 240px !important;
  max-width: 320px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
  position: relative !important;
}
.ext-inline-69 {
  color: #5cc8bf !important;
  font-size: 40px !important;
  line-height: 1 !important;
  margin-bottom: 12px !important;
}
.ext-inline-70 {
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  font-style: italic !important;
}
.ext-inline-71 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.ext-inline-72 {
  width: 44px !important;
  height: 44px !important;
  background: linear-gradient(135deg, #5cc8bf, #3da89f) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.ext-inline-73 {
  color: #333 !important;
  font-size: 14px !important;
}
.ext-inline-74 {
  color: #5cc8bf !important;
  font-size: 12px !important;
}
.ext-inline-75 {
  margin-top: 14px !important;
}
.ext-inline-76 {
  background: #f9f9f9 !important;
  border-radius: 12px !important;
  padding: 30px 24px !important;
  text-align: center !important;
  flex: 1 !important;
  min-width: 200px !important;
  max-width: 240px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
  transition: transform 0.3s !important;
}
.ext-inline-77 {
  width: 80px !important;
  height: 80px !important;
  background: linear-gradient(135deg, #5cc8bf, #3da89f) !important;
  border-radius: 50% !important;
  margin: 0 auto 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 30px !important;
  color: #fff !important;
}
.ext-inline-78 {
  color: #333 !important;
  margin-bottom: 4px !important;
}
.ext-inline-79 {
  color: #5cc8bf !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.ext-inline-80 {
  color: #777 !important;
  font-size: 13px !important;
  margin-top: 10px !important;
  line-height: 1.6 !important;
}
.ext-inline-81 {
  max-width: 780px !important;
  margin: 0 auto !important;
}
.ext-inline-82 {
  background: #fff !important;
  border-radius: 10px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden !important;
}
.ext-inline-83 {
  padding: 18px 24px !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-size: 15px !important;
}
.ext-inline-84 {
  color: #5cc8bf !important;
  font-size: 22px !important;
  transition: transform 0.3s !important;
}
.ext-inline-85 {
  display: none !important;
  padding: 0 24px 18px !important;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.ext-inline-86 {
  background-image: url(images/bg3-Parallax.jpg) !important;
  background-position: 50% 50% !important;
}
.ext-inline-87 {
  width: 50% !important;
}
.ext-inline-88 {
  width: 76% !important;
}
.ext-inline-89 {
  width: 100% !important;
  height: 28.62em !important;
}
.ext-inline-90 {
  max-width: 770px !important;
}
.ext-inline-91 {
  height: 70px !important;
}
.ext-inline-92 {
  text-align: center !important;
}
.ext-inline-93 {
  height: 30px !important;
}
.ext-inline-94 {
  height: 105px !important;
}
.ext-inline-95 {
  text-align: center !important;
}
.ext-inline-96 {
  margin: 0px auto !important;
  background-color: transparent !important;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ext-inline-97 {
  z-index: 5 !important;
  white-space: nowrap !important;
}
.ext-inline-98 {
  z-index: 6 !important;
  white-space: nowrap !important;
}
.ext-inline-99 {
  z-index: 7 !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  cursor: pointer !important;
}
.ext-inline-100 {
  visibility: hidden !important;
}
.ext-inline-101 {
  background-image: url(images/banner2.jpg) !important;
  width: 49% !important;
  left: 0 !important;
}
.ext-inline-102 {
  width: 51% !important;
  float: right !important;
  background-image: url(images/bg_1.png) !important;
}
.ext-inline-103 {
  max-width: 831px !important;
  background-image: url(images/banner1.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.ext-inline-104 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.ext-inline-105 {
  margin-top: 0.65rem !important;
  color: #ffffff !important;
}
.ext-inline-106 {
  margin-top: 1rem !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 3.23em !important;
}
.ext-inline-107 {
  text-transform: uppercase !important;
  margin-top: -0.8em !important;
  color: #ffffff !important;
  font-size: 1.077em !important;
}
.ext-inline-108 {
  max-width: 550px !important;
}
.ext-inline-109 {
  margin-top: 0.85rem !important;
}
.ext-inline-110 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 0 !important;
  gap: 30px !important;
  flex-wrap: nowrap !important;
}
.ext-inline-111 {
  margin: 0 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
.ext-inline-112 {
  margin: 0 !important;
  white-space: nowrap !important;
  flex-shrink: 1 !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.ext-inline-113 {
  flex-shrink: 0 !important;
  margin: 0 !important;
  min-width: max-content !important;
}
.ext-inline-114 {
  margin: 0 !important;
}
.ext-inline-115 {
  text-align: center !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}
.ext-inline-116 {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  margin-bottom: 30px !important;
}
.ext-inline-117 {
  margin-right: 15px !important;
}
.ext-inline-118 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
.ext-inline-119 {
  width: 20% !important;
  padding: 0 15px !important;
}
.ext-inline-120 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.ext-inline-121 {
  width: 62px !important;
  height: 62px !important;
  object-fit: contain !important;
}
.ext-inline-122 {
  font-size: 1.1em !important;
  line-height: 1.3em !important;
}
.ext-inline-123 {
  max-width: 1020px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
.ext-inline-124 {
  max-width: 600px !important;
  margin: 0 auto 3.5rem !important;
}
.ext-inline-125 {
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.ext-inline-126 {
  height: 220px !important;
  overflow: hidden !important;
}
.ext-inline-127 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.ext-inline-128 {
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}
.ext-inline-129 {
  flex-grow: 1 !important;
}
.ext-inline-130 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 25px !important;
  border-top: 1px dashed rgba(0, 0, 0, 0.1) !important;
  padding-top: 20px !important;
}
.ext-inline-131 {
  font-size: 13px !important;
  font-weight: 700 !important;
}
.ext-inline-132 {
  margin-right: 8px !important;
}
.ext-inline-133 {
  position: relative !important;
  height: 447.4px !important;
}
.ext-inline-134 {
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  opacity: 1 !important;
}
.ext-inline-135 {
  position: absolute !important;
  left: 399px !important;
  top: 0px !important;
  opacity: 1 !important;
}
.ext-inline-136 {
  position: absolute !important;
  left: 799px !important;
  top: 0px !important;
  opacity: 1 !important;
}
.ext-inline-137 {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}
.ext-inline-138 {
  flex: 1 !important;
  min-width: 250px !important;
}
.ext-inline-139 {
  background: #ffffff !important;
}
.ext-inline-140 {
  padding: 4rem 15px 3.6rem !important;
}
.ext-inline-141 {
  max-width: 1120px !important;
  margin: 0 auto !important;
}
.ext-inline-142 {
  text-align: center !important;
  margin-bottom: 0.35rem !important;
}
.ext-inline-143 {
  text-align: center !important;
  letter-spacing: 1.2px !important;
}
.ext-inline-144 {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0.8rem auto 0 !important;
  color: #5f6b74 !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
}
.ext-inline-145 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 24px !important;
  margin-top: 2.2rem !important;
}
.ext-inline-146 {
  flex: 1 !important;
  min-width: 200px !important;
  max-width: 210px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #edf2f5 !important;
  box-shadow: 0 10px 28px rgba(10, 45, 67, 0.08) !important;
  background: #fff !important;
}
.ext-inline-147 {
  background: linear-gradient(135deg, #56d0c5, #2fa89d) !important;
  padding: 18px 14px !important;
  text-align: center !important;
}
.ext-inline-148 {
  font-size: 2rem !important;
  margin-bottom: 8px !important;
}
.ext-inline-149 {
  color: #fff !important;
  margin: 0 !important;
  font-size: 1.08rem !important;
  line-height: 1.2 !important;
}
.ext-inline-150 {
  padding: 18px 15px 20px !important;
  text-align: center !important;
}
.ext-inline-151 {
  font-size: 0.93rem !important;
  color: #5f6b74 !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}
.ext-inline-152 {
  background: linear-gradient(135deg, #ea8d49, #c7652a) !important;
  padding: 18px 14px !important;
  text-align: center !important;
}
.ext-inline-153 {
  background: linear-gradient(135deg, #9468d8, #7247bc) !important;
  padding: 18px 14px !important;
  text-align: center !important;
}
.ext-inline-154 {
  background: linear-gradient(135deg, #ec4f78, #c22d56) !important;
  padding: 18px 14px !important;
  text-align: center !important;
}
.ext-inline-155 {
  background: linear-gradient(135deg, #3f90df, #1f66b7) !important;
  padding: 18px 14px !important;
  text-align: center !important;
}
.ext-inline-156 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ext-inline-157 {
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fb 100%) !important;
}
.ext-inline-158 {
  padding: 3.8rem 15px !important;
}
.ext-inline-159 {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0.85rem auto 2.1rem !important;
  color: #5f6b74 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}
.ext-inline-160 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 22px !important;
  margin-top: 1.2rem !important;
}
.ext-inline-161 {
  flex: 1 !important;
  min-width: 230px !important;
  max-width: 262px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #e6edf3 !important;
  box-shadow: 0 10px 28px rgba(15, 44, 66, 0.09) !important;
  background: #fff !important;
}
.ext-inline-162 {
  background: linear-gradient(135deg, #5cc8bf, #3a9e96) !important;
  padding: 21px 18px !important;
  text-align: center !important;
}
.ext-inline-163 {
  color: #fff !important;
  margin: 0 !important;
  font-size: 1.06rem !important;
}
.ext-inline-164 {
  padding: 18px 18px 20px !important;
  text-align: center !important;
}
.ext-inline-165 {
  background: linear-gradient(135deg, #e07b39, #c05a20) !important;
  padding: 21px 18px !important;
  text-align: center !important;
}
.ext-inline-166 {
  background: linear-gradient(135deg, #8a5cc8, #6a3ca8) !important;
  padding: 21px 18px !important;
  text-align: center !important;
}
.ext-inline-167 {
  background: linear-gradient(135deg, #3a7cc8, #1a5ca8) !important;
  padding: 21px 18px !important;
  text-align: center !important;
}
.ext-inline-168 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.ext-inline-169 {
  text-align: center !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}
.ext-inline-170 {
  text-align: center !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 2.5rem !important;
  font-size: 0.95em !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.ext-inline-171 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 25px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.ext-inline-172 {
  flex: 1 !important;
  min-width: 185px !important;
  max-width: 210px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25) !important;
}
.ext-inline-173 {
  background: linear-gradient(135deg, #5cc8bf, #3a9e96) !important;
  padding: 22px 15px !important;
  text-align: center !important;
}
.ext-inline-174 {
  font-size: 2.1rem !important;
  margin-bottom: 8px !important;
}
.ext-inline-175 {
  color: #fff !important;
  margin: 0 !important;
  font-size: 0.95em !important;
}
.ext-inline-176 {
  padding: 18px 15px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  text-align: center !important;
}
.ext-inline-177 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.82em !important;
  margin: 0 !important;
}
.ext-inline-178 {
  background: linear-gradient(135deg, #e07b39, #c05a20) !important;
  padding: 22px 15px !important;
  text-align: center !important;
}
.ext-inline-179 {
  background: linear-gradient(135deg, #8a5cc8, #6a3ca8) !important;
  padding: 22px 15px !important;
  text-align: center !important;
}
.ext-inline-180 {
  background: linear-gradient(135deg, #e0395c, #b01a3c) !important;
  padding: 22px 15px !important;
  text-align: center !important;
}
.ext-inline-181 {
  background: linear-gradient(135deg, #3a7cc8, #1a5ca8) !important;
  padding: 22px 15px !important;
  text-align: center !important;
}
.ext-inline-182 {
  max-width: 1020px !important;
  margin: 0 auto !important;
  padding: 3rem 15px !important;
}
.ext-inline-183 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  margin-top: 2rem !important;
  justify-content: center !important;
}
.ext-inline-184 {
  flex: 1 !important;
  min-width: 240px !important;
  max-width: 360px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
}
.ext-inline-185 {
  background: linear-gradient(135deg, #5cc8bf, #3a9e96) !important;
  padding: 28px !important;
  color: #fff !important;
  text-align: center !important;
}
.ext-inline-186 {
  font-size: 2.5rem !important;
  margin-bottom: 8px !important;
}
.ext-inline-187 {
  color: #fff !important;
  margin: 0 !important;
  font-size: 1.2em !important;
}
.ext-inline-188 {
  padding: 25px !important;
  background: #fff !important;
}
.ext-inline-189 {
  color: #555 !important;
  font-size: 0.88em !important;
  margin-bottom: 15px !important;
}
.ext-inline-190 {
  display: block !important;
  text-align: center !important;
}
.ext-inline-191 {
  background: linear-gradient(135deg, #e07b39, #c05a20) !important;
  padding: 28px !important;
  color: #fff !important;
  text-align: center !important;
}
.ext-inline-192 {
  background: linear-gradient(135deg, #8a5cc8, #6a3ca8) !important;
  padding: 28px !important;
  color: #fff !important;
  text-align: center !important;
}
.ext-inline-193 {
  padding: 3rem 0 !important;
}
.ext-inline-194 {
  max-width: 1020px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
.ext-inline-195 {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 40px !important;
}
.ext-inline-196 {
  flex: 1 !important;
  min-width: 260px !important;
}
.ext-inline-197 {
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.85em !important;
}
.ext-inline-198 {
  color: #ffffff !important;
  font-size: 1.9em !important;
  margin-bottom: 1rem !important;
  line-height: 1.2 !important;
}
.ext-inline-199 {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.92em !important;
  line-height: 1.8 !important;
  margin-bottom: 1.2rem !important;
}
.ext-inline-200 {
  color: #fff !important;
}
.ext-inline-201 {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.92em !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5rem !important;
}
.ext-inline-202 {
  flex: 1 !important;
  min-width: 260px !important;
  text-align: center !important;
}
.ext-inline-203 {
  display: inline-grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  text-align: center !important;
}
.ext-inline-204 {
  background: rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  padding: 22px 18px !important;
}
.ext-inline-205 {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 4px !important;
}
.ext-inline-206 {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.82em !important;
}
.ext-inline-207 {
  padding: 3.5rem 15px !important;
}
.ext-inline-208 {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto 2rem !important;
  color: #666 !important;
}
.ext-inline-209 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  justify-content: center !important;
}
.ext-inline-210 {
  flex: 1 !important;
  min-width: 220px !important;
  max-width: 330px !important;
  border: 1px solid #e7ecef !important;
  border-radius: 12px !important;
  padding: 24px !important;
  background: #fbfcfd !important;
}
.ext-inline-211 {
  font-size: 1.8rem !important;
  margin-bottom: 10px !important;
}
.ext-inline-212 {
  margin: 0 0 8px !important;
}
.ext-inline-213 {
  margin: 0 !important;
  color: #666 !important;
  font-size: 0.9em !important;
}
.ext-inline-214 {
  background: #f7f9fb !important;
}
.ext-inline-215 {
  padding: 3.2rem 15px !important;
}
.ext-inline-216 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
  justify-content: center !important;
  margin-top: 2rem !important;
}
.ext-inline-217 {
  flex: 1 !important;
  min-width: 180px !important;
  max-width: 210px !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 22px !important;
  text-align: center !important;
}
.ext-inline-218 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #3a9e96 !important;
}
.ext-inline-219 {
  font-size: 0.86em !important;
  color: #666 !important;
}
.ext-inline-220 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #c05a20 !important;
}
.ext-inline-221 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #6a3ca8 !important;
}
.ext-inline-222 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #1a5ca8 !important;
}
.ext-inline-223 {
  text-align: center !important;
  max-width: 780px !important;
  margin: 1.4rem auto 0 !important;
  color: #666 !important;
}
.ext-inline-224 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  justify-content: center !important;
  margin-top: 2rem !important;
}
.ext-inline-225 {
  flex: 1 !important;
  min-width: 260px !important;
  max-width: 345px !important;
  border-radius: 12px !important;
  border: 1px solid #eceff1 !important;
  padding: 22px !important;
}
.ext-inline-226 {
  margin: 0 0 8px !important;
  color: #666 !important;
  font-size: 0.88em !important;
}
.ext-inline-227 {
  margin: 0 !important;
  color: #666 !important;
  font-size: 0.88em !important;
}
.ext-inline-228 {
  background: #f8f8f8 !important;
}
.ext-inline-229 {
  max-width: 960px !important;
  margin: 0 auto !important;
}
.ext-inline-230 {
  overflow-x: auto !important;
  margin-top: 1.6rem !important;
}
.ext-inline-231 {
  width: 100% !important;
  border-collapse: collapse !important;
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.ext-inline-232 {
  background: #3a9e96 !important;
  color: #fff !important;
}
.ext-inline-233 {
  padding: 14px !important;
  text-align: left !important;
}
.ext-inline-234 {
  border-bottom: 1px solid #edf1f4 !important;
}
.ext-inline-235 {
  padding: 14px !important;
}
.ext-inline-236 {
  text-align: center !important;
  color: #666 !important;
  margin: 1rem 0 0 !important;
}
.ext-inline-237 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  justify-content: center !important;
  margin-top: 1.5rem !important;
}
.ext-inline-238 {
  flex: 1 !important;
  min-width: 250px !important;
  max-width: 345px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 20px !important;
  background: #fff !important;
}
.ext-inline-239 {
  margin-top: 0 !important;
}
.ext-inline-240 {
  margin: 0 0 8px !important;
  color: #666 !important;
}
.ext-inline-241 {
  display: inline-block !important;
  margin-top: 8px !important;
  font-size: 0.8em !important;
  background: #fff1f1 !important;
  color: #b01a3c !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}
.ext-inline-242 {
  display: inline-block !important;
  margin-top: 8px !important;
  font-size: 0.8em !important;
  background: #eff8ff !important;
  color: #1a5ca8 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}
.ext-inline-243 {
  display: inline-block !important;
  margin-top: 8px !important;
  font-size: 0.8em !important;
  background: #eef9f6 !important;
  color: #2d7b64 !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
}
.ext-inline-244 {
  text-align: center !important;
  margin: 2.4rem 0 0.6rem !important;
}
.ext-inline-245 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  justify-content: center !important;
}
.ext-inline-246 {
  flex: 1 !important;
  min-width: 220px !important;
  max-width: 350px !important;
  border: 1px solid #eceff1 !important;
  border-radius: 10px !important;
  padding: 16px !important;
}
.ext-inline-247 {
  margin: 8px 0 0 !important;
  color: #666 !important;
}
.ext-inline-248 {
  background: #f9fbfc !important;
}
.ext-inline-249 {
  max-width: 1020px !important;
  margin: 0 auto !important;
}
.ext-inline-250 {
  margin-top: 1.8rem !important;
  display: grid !important;
  gap: 14px !important;
}
.ext-inline-251 {
  background: #fff !important;
  border-radius: 10px !important;
  padding: 16px 18px !important;
  border: 1px solid #ecf0f2 !important;
}
.ext-inline-252 {
  text-align: center !important;
  color: #666 !important;
  margin: 1.4rem 0 0 !important;
}
.ext-inline-253 {
  padding: 3.4rem 15px !important;
}
.ext-inline-254 {
  text-align: center !important;
  max-width: 780px !important;
  margin: 0 auto 2rem !important;
  color: #666 !important;
}
.ext-inline-255 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}
.ext-inline-256 {
  flex: 1 !important;
  min-width: 220px !important;
  max-width: 340px !important;
  border: 1px solid #e9eff2 !important;
  border-radius: 12px !important;
  padding: 20px !important;
  background: #fff !important;
}
.ext-inline-257 {
  margin: 0 !important;
  color: #666 !important;
  font-size: 0.89em !important;
}
.ext-inline-258 {
  margin-right: 10px !important;
}
.ext-inline-259 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
  justify-content: center !important;
  margin-top: 1.8rem !important;
}
.ext-inline-260 {
  flex: 1 !important;
  min-width: 250px !important;
  max-width: 350px !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  padding: 20px !important;
}
.ext-inline-261 {
  margin: 0 0 10px !important;
}
.ext-inline-262 {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.ext-inline-263 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  margin-top: 1.6rem !important;
}
.ext-inline-264 {
  flex: 1 !important;
  min-width: 280px !important;
  background: #fff !important;
  border: 1px solid #e8eef1 !important;
  border-radius: 12px !important;
  padding: 20px !important;
}
.ext-inline-265 {
  margin: 0 !important;
  color: #666 !important;
}
.ext-inline-266 {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 14px !important;
}
.ext-inline-267 {
  margin: 0 0 16px !important;
}
.ext-inline-268 {
  display: none !important;
  position: fixed !important;
  z-index: 9999 !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.ext-inline-269 {
  background-color: #fff !important;
  margin: 10% auto !important;
  padding: 40px !important;
  border-radius: 12px !important;
  max-width: 500px !important;
  text-align: center !important;
  position: relative !important;
}
.ext-inline-270 {
  position: absolute !important;
  right: 20px !important;
  top: 15px !important;
  font-size: 28px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #999 !important;
}
.ext-inline-271 {
  margin-top: 0 !important;
  color: #333 !important;
}
.ext-inline-272 {
  color: #666 !important;
  font-size: 16px !important;
  margin-bottom: 25px !important;
}
.ext-inline-273 {
  width: 100% !important;
  padding: 12px !important;
  margin-bottom: 20px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
}
.ext-inline-274 {
  width: 100% !important;
  padding: 15px !important;
  background-color: #5cc8bf !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  font-weight: bold !important;
}
.ext-inline-275 {
  display: none !important;
  color: #2d7b64 !important;
  margin-top: 14px !important;
  font-size: 14px !important;
}
.ext-inline-276 {
  background: #f9f9f9 !important;
}
.ext-inline-277 {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.ext-inline-278 {
  background: #fff !important;
}
.ext-inline-279 {
  margin-top: 30px !important;
}
.ext-inline-280 {
  padding: 60px 0 !important;
}
.ext-inline-281 {
  font-size: 5em !important;
  margin-bottom: 15px !important;
}
.ext-inline-282 {
  display: flex !important;
  justify-content: space-between !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}
.ext-inline-283 {
  text-align: center !important;
  color: #384259 !important;
}
.ext-inline-284 {
  text-align: center !important;
  font-size: 18px !important;
  color: #555 !important;
  max-width: 800px !important;
  margin: 0 auto 50px !important;
  line-height: 1.7 !important;
}
.ext-inline-285 {
  text-align: center !important;
  color: #384259 !important;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.ext-inline-286 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  justify-content: center !important;
}
.ext-inline-287 {
  flex: 1 1 300px !important;
  max-width: 400px !important;
  background: #fff !important;
  border-radius: 10px !important;
  border-top: 4px solid #5cc8bf !important;
  padding: 40px 30px !important;
  text-align: left !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}
.ext-inline-288 {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}
.ext-inline-289 {
  color: #5cc8bf !important;
  font-size: 32px !important;
  margin-right: 15px !important;
}
.ext-inline-290 {
  margin: 0 !important;
  color: #333 !important;
  font-size: 20px !important;
}
.ext-inline-291 {
  color: #666 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}
.ext-inline-292 {
  margin-top: 60px !important;
  background: linear-gradient(135deg, #5cc8bf, #3da89f) !important;
  border-radius: 15px !important;
  padding: 50px !important;
  text-align: center !important;
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(92, 200, 191, 0.3) !important;
}
.ext-inline-293 {
  color: #fff !important;
  margin-bottom: 20px !important;
}
.ext-inline-294 {
  font-size: 18px !important;
  margin-bottom: 30px !important;
  opacity: 0.9 !important;
}
.ext-inline-295 {
  display: inline-block !important;
  background: #fff !important;
  color: #5cc8bf !important;
  padding: 15px 40px !important;
  border-radius: 30px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: transform 0.3s !important;
}
.ext-inline-296 {
  background-image: url(images/banner.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.ext-inline-297 {
  margin: auto !important;
  max-width: 380px !important;
  width: 100% !important;
}
.ext-inline-298 {
  text-align: left !important;
}
.ext-inline-299 {
  padding: 0 1em !important;
}
.ext-inline-300 {
  background-image: url(images/gitara.jpg) !important;
}
.ext-inline-301 {
  background-image: url(images/image-15.jpg) !important;
  width: 100% !important;
}
.ext-inline-302 {
  background-image: url(images/image-16.jpg) !important;
  width: 100% !important;
}
.ext-inline-303 {
  background-image: url(images/image-8.jpg) !important;
  width: 100% !important;
}
.ext-inline-304 {
  background-image: url(images/image-17.jpg) !important;
  width: 100% !important;
}
.ext-inline-305 {
  background-image: url(images/image-18.jpg) !important;
  width: 100% !important;
}
.ext-inline-306 {
  background-image: url(images/image-5.jpg) !important;
  width: 100% !important;
}
.ext-inline-307 {
  background-image: url(images/image-4-1.jpg) !important;
  width: 100% !important;
}
.ext-inline-308 {
  background-image: url(images/image-1.jpg) !important;
  width: 100% !important;
}
.ext-inline-309 {
  background-image: url(images/image-2.jpg) !important;
  width: 100% !important;
}
.ext-inline-310 {
  background-image: url(images/image-3.jpg) !important;
  width: 100% !important;
}
.ext-inline-311 {
  max-width: 565px !important;
}
.ext-inline-312 {
  background-color: #59c6bc !important;
}
.ext-inline-313 {
  background-color: #77e5db !important;
}
.ext-inline-314 {
  background-color: #3ba399 !important;
}
.ext-inline-315 {
  background-color: #207870 !important;
}
.ext-inline-316 {
  max-width: 370px !important;
}
.ext-inline-317 {
  background-color: #59c6bc !important;
  border-color: #59c6bc !important;
}
.ext-inline-318 {
  margin-top: 0.45em !important;
  margin-bottom: 1.15em !important;
  border-top-style: solid !important;
  border-top-color: #efeeed !important;
}
.ext-inline-319 {
  margin-top: 0.45em !important;
  margin-bottom: 1.15em !important;
  border-top-style: solid !important;
  border-top-color: #59c6bc !important;
}
.ext-inline-320 {
  margin-top: 0.45em !important;
  margin-bottom: 1.15em !important;
  border-top-style: solid !important;
  border-top-color: #fff568 !important;
}
.ext-inline-321 {
  background-color: #5bc7be !important;
  border-color: #5bc7be !important;
}
.ext-inline-322 {
  border: 0 !important;
}
.ext-inline-323 {
  text-align: center !important;
  color: #000000 !important;
}
.ext-inline-324 {
  color: #59c6bc !important;
}
.ext-inline-325 {
  color: #333745 !important;
}

.rtms-esgbox-video-wrap {
  width: 100%;
  height: 100%;
}
.rtms-esgbox-title-wrap {
  padding: 0px 0px 0px 0px;
}

/* Instrument cards section on index */
.rtms-instruments-wrap {
  margin-top: 1.5em;
}

.rtms-instrument-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 20px 16px;
}

.rtms-instrument-card {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  border: 1px solid #c9d8e2;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  text-align: center;
  padding: 18px 12px 14px;
  text-decoration: none;
  color: #384259;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(24, 53, 78, 0.06);
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  animation: rtmsCardEnter 0.55s ease forwards;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.rtms-instrument-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  top: -95px;
  right: -80px;
  background: radial-gradient(
    circle,
    rgba(88, 199, 192, 0.2) 0%,
    rgba(88, 199, 192, 0) 72%
  );
  transition: transform 0.4s ease;
}

.rtms-instrument-card:hover {
  transform: translateY(-5px);
  border-color: #8bc7d2;
  box-shadow: 0 14px 30px rgba(31, 56, 76, 0.16);
}

.rtms-instrument-card:hover::before {
  transform: scale(1.12);
}

.rtms-instrument-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  transform-origin: center;
  animation: rtmsIconFloat 3.2s ease-in-out infinite;
}

.rtms-instrument-card span {
  font-size: 22px;
  line-height: 1.25;
  color: #384259;
  position: relative;
  z-index: 1;
}

.rtms-instrument-card:nth-child(1) {
  animation-delay: 0.02s;
}
.rtms-instrument-card:nth-child(2) {
  animation-delay: 0.05s;
}
.rtms-instrument-card:nth-child(3) {
  animation-delay: 0.08s;
}
.rtms-instrument-card:nth-child(4) {
  animation-delay: 0.11s;
}
.rtms-instrument-card:nth-child(5) {
  animation-delay: 0.14s;
}
.rtms-instrument-card:nth-child(6) {
  animation-delay: 0.17s;
}
.rtms-instrument-card:nth-child(7) {
  animation-delay: 0.2s;
}
.rtms-instrument-card:nth-child(8) {
  animation-delay: 0.23s;
}
.rtms-instrument-card:nth-child(9) {
  animation-delay: 0.26s;
}
.rtms-instrument-card:nth-child(10) {
  animation-delay: 0.29s;
}
.rtms-instrument-card:nth-child(11) {
  animation-delay: 0.32s;
}
.rtms-instrument-card:nth-child(12) {
  animation-delay: 0.35s;
}
.rtms-instrument-card:nth-child(13) {
  animation-delay: 0.38s;
}
.rtms-instrument-card:nth-child(14) {
  animation-delay: 0.41s;
}
.rtms-instrument-card:nth-child(15) {
  animation-delay: 0.44s;
}
.rtms-instrument-card:nth-child(16) {
  animation-delay: 0.47s;
}
.rtms-instrument-card:nth-child(17) {
  animation-delay: 0.5s;
}
.rtms-instrument-card:nth-child(18) {
  animation-delay: 0.53s;
}

@keyframes rtmsCardEnter {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rtmsIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@media (max-width: 959px) {
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .rtms-instrument-card span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 14px;
  }

  .rtms-instrument-card {
    min-height: 120px;
    padding: 14px 10px 12px;
  }

  .rtms-instrument-card img {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .rtms-instrument-card span {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rtms-instrument-card,
  .rtms-instrument-card img {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* =============================================================
   RTMS RESPONSIVE DESIGN — Custom Component Media Queries
   Covers: Mobile (320–480px), Tablet (481–768px),
           Small Laptop (769–1024px), Desktop (1025px+)
   IMPORTANT: Do NOT change any colours, fonts, or design style.
   ============================================================= */

/* ── Global box-sizing & overflow guard ────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

/* ── Responsive utility ─────────────────────────────────────── */
.wrap,
.content_wrap {
  width: 100% !important;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* =============================================================
   Desktop (1025px and above) — baseline / reinforcement
   ============================================================= */
@media (min-width: 1025px) {
  /* Instrument cards — 4 columns */
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }

  /* Intro banner hero */
  .ip-intro-banner h2 {
    font-size: 3rem;
  }

  /* IP format grid — min 4 per row */
  .ip-format-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  /* Book online form grid — 2 columns */
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Instr hero default */
  .instr-hero {
    padding: 60px 40px;
  }

  /* CTA block default */
  .cta-block {
    padding: 50px;
  }
}

/* =============================================================
   Small Laptop (769px – 1024px)
   ============================================================= */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Instrument cards — 3 columns */
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 16px;
  }

  .rtms-instrument-card span {
    font-size: 19px;
  }

  /* Wrap width */
  .wrap,
  .content_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* IP intro banner */
  .ip-intro-banner {
    padding: 70px 20px 60px;
  }

  .ip-intro-banner h2 {
    font-size: 2.4rem;
  }

  /* IP instruments grid */
  .ip-instruments-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 18px;
  }

  /* IP format grid */
  .ip-format-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  /* Info cards (instr pages) */
  .info-cards {
    gap: 16px;
  }

  .info-card {
    flex: 1 1 160px;
  }

  /* Booking form */
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .premium-booking-wrap {
    gap: 28px;
  }

  /* CTA block */
  .cta-block {
    padding: 40px 30px;
  }

  /* Instr hero */
  .instr-hero {
    padding: 50px 30px;
  }

  .instr-hero h2 {
    font-size: 2em;
  }

  /* IP section titles */
  .ip-section-title {
    font-size: 1.75rem;
  }

  /* IP banner stats */
  .ip-banner-stats {
    max-width: 580px;
  }

  /* IP CTA banner */
  .ip-cta-banner h2 {
    font-size: 1.9rem;
  }

  /* Ext-inline-110 layout (call-to-action bar) */
  .ext-inline-110 {
    flex-wrap: wrap !important;
    gap: 16px !important;
  }

  /* Music groups columns — 2 per row on tablet-small */
  .sc_services.sc_services_style_services-1 .sc_columns .column-1_4 {
    width: 50% !important;
  }

  /* Blog/news section */
  .ext-inline-145 {
    gap: 18px !important;
  }

  .ext-inline-146 {
    min-width: 180px !important;
    max-width: 200px !important;
  }
}

/* =============================================================
   Tablet (481px – 768px)
   ============================================================= */
@media (min-width: 481px) and (max-width: 768px) {
  /* Instrument cards — 2 columns */
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px;
  }

  .rtms-instrument-card {
    min-height: 120px;
    padding: 14px 10px 12px;
  }

  .rtms-instrument-card img {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .rtms-instrument-card span {
    font-size: 17px;
  }

  /* Wrap */
  .wrap,
  .content_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* IP intro banner */
  .ip-intro-banner {
    padding: 60px 16px 50px;
  }

  .ip-intro-banner h2 {
    font-size: 2rem;
  }

  .ip-intro-banner p {
    font-size: 1rem;
  }

  .ip-banner-btns {
    gap: 12px;
    margin-bottom: 40px;
  }

  .ip-btn-white,
  .ip-btn-ghost {
    padding: 12px 26px;
    font-size: 12.5px;
  }

  .ip-banner-stats {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .ip-banner-stat {
    min-width: 120px;
    flex: 1 1 calc(50% - 1px);
  }

  /* IP instruments grid */
  .ip-instruments-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  }

  /* IP format grid */
  .ip-format-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 18px;
  }

  /* IP section */
  .ip-section {
    padding: 50px 16px;
  }

  .ip-section-title {
    font-size: 1.6rem;
  }

  /* IP pricing table */
  .ip-pricing-table-wrap {
    overflow-x: auto;
  }

  /* IP CTA banner */
  .ip-cta-banner {
    padding: 50px 16px;
  }

  .ip-cta-banner h2 {
    font-size: 1.75rem;
  }

  /* IP discount banner */
  .ip-discount-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  /* Info cards */
  .info-cards {
    gap: 16px;
  }

  .info-card {
    flex: 1 1 calc(50% - 16px);
  }

  /* Instr hero */
  .instr-hero {
    padding: 40px 20px;
    margin-bottom: 30px;
  }

  .instr-hero h2 {
    font-size: 1.8em;
  }

  .instr-hero p {
    font-size: 1em;
  }

  /* Tips grid */
  .tips-grid {
    gap: 14px;
  }

  .tip-card {
    flex: 1 1 calc(50% - 14px);
  }

  /* CTA block */
  .cta-block {
    padding: 35px 20px;
  }

  .cta-block h3 {
    font-size: 1.5em;
  }

  /* Learn list */
  .learn-list li {
    flex: 1 1 calc(50% - 10px);
  }

  /* Booking form */
  .form-grid {
    grid-template-columns: 1fr;
  }

  .premium-booking-wrap {
    gap: 24px;
  }

  .premium-form-container,
  .info-card {
    padding: 24px;
  }

  .premium-btn {
    min-width: 180px;
    padding: 14px 32px;
  }

  /* Trial banner */
  .trial-banner {
    padding: 40px 16px !important;
  }

  .trial-banner h2 {
    font-size: 24px !important;
  }

  .trial-banner p {
    font-size: 14px !important;
  }

  /* Music groups — 2 columns */
  .sc_services.sc_services_style_services-1 .sc_columns .column-1_4 {
    width: 50% !important;
  }

  /* CS section */
  .cs h3 {
    font-size: 1.2em;
  }

  /* Ext-inline layout helpers */
  .ext-inline-110 {
    flex-direction: column !important;
    gap: 14px !important;
  }

  .ext-inline-111,
  .ext-inline-112,
  .ext-inline-113 {
    white-space: normal !important;
    overflow: visible !important;
  }

  /* ext-inline-41 (info row) */
  .ext-inline-41 {
    gap: 20px !important;
  }
  .ext-inline-42 {
    min-width: 180px !important;
    max-width: 100% !important;
  }

  /* Review cards */
  .review-card {
    width: 280px;
  }

  /* Blog/instrument listing cards */
  .ext-inline-145 {
    gap: 14px !important;
  }

  .ext-inline-146 {
    min-width: 160px !important;
    max-width: 180px !important;
  }

  /* ext-inline-160 (services cards) */
  .ext-inline-160 {
    gap: 16px !important;
  }

  .ext-inline-161 {
    min-width: 210px !important;
    max-width: 240px !important;
  }

  /* IP FAQ answer indent */
  .ip-faq-answer {
    padding: 0 16px 18px 70px;
  }
}

/* =============================================================
   Mobile (320px – 480px)
   ============================================================= */
@media (max-width: 480px) {
  /* Global font size scale-down */
  body {
    font-size: 15px;
  }

  /* Wrap padding */
  .wrap,
  .content_wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  /* Instrument cards — 2 narrow columns */
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .rtms-instrument-card {
    min-height: 108px;
    padding: 12px 8px 10px;
    border-radius: 10px;
  }

  .rtms-instrument-card img {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
  }

  .rtms-instrument-card span {
    font-size: 14px;
  }

  /* IP intro banner */
  .ip-intro-banner {
    padding: 48px 14px 36px;
  }

  .ip-intro-banner h2 {
    font-size: 1.65rem;
    line-height: 1.25;
  }

  .ip-intro-banner p {
    font-size: 0.93rem;
  }

  .ip-banner-eyebrow {
    font-size: 0.72rem;
    padding: 5px 14px;
  }

  .ip-btn-white,
  .ip-btn-ghost {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    font-size: 12px;
  }

  .ip-banner-btns {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }

  .ip-banner-stats {
    flex-wrap: wrap;
    max-width: 100%;
    border-radius: 12px;
  }

  .ip-banner-stat {
    flex: 1 1 calc(50% - 1px);
    min-width: 0;
    padding: 16px 10px;
  }

  .ip-banner-stat-num {
    font-size: 1.6rem;
  }

  /* IP instruments grid */
  .ip-instruments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ip-instrument-card {
    padding: 20px 12px;
  }

  /* IP format grid */
  .ip-format-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* IP section */
  .ip-section {
    padding: 36px 14px;
  }

  .ip-section-title {
    font-size: 1.4rem;
  }

  .ip-section-subtitle {
    font-size: 0.95rem;
  }

  /* IP pricing table */
  .ip-pricing-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ip-pricing-table {
    min-width: 520px;
  }

  /* IP CTA banner */
  .ip-cta-banner {
    padding: 40px 14px;
  }

  .ip-cta-banner h2 {
    font-size: 1.5rem;
  }

  .ip-cta-banner p {
    font-size: 0.95rem;
  }

  .ip-cta-btns {
    flex-direction: column;
    gap: 10px;
  }

  .ip-btn-solid,
  .ip-btn-outline {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* IP discount banner */
  .ip-discount-banner {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 12px;
  }

  /* IP FAQ answer indent reduced */
  .ip-faq-answer {
    padding: 0 14px 16px 14px;
  }

  .ip-faq-question {
    padding: 18px 16px !important;
  }

  .ip-faq-num {
    display: none;
  }

  /* Info cards — all 1 column on mobile */
  .info-cards {
    flex-direction: column;
    gap: 14px;
  }

  .info-card {
    flex: 1 1 100%;
  }

  /* Instr hero */
  .instr-hero {
    padding: 32px 16px;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .instr-hero h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .instr-hero p {
    font-size: 0.95em;
  }

  /* Tips grid — single column */
  .tips-grid {
    flex-direction: column;
    gap: 12px;
  }

  .tip-card {
    flex: 1 1 100%;
  }

  /* Learn list — single column */
  .learn-list {
    flex-direction: column;
    gap: 8px;
  }

  .learn-list li {
    flex: 1 1 100%;
  }

  /* CTA block */
  .cta-block {
    padding: 28px 16px;
    border-radius: 12px;
    margin-top: 32px;
  }

  .cta-block h3 {
    font-size: 1.3em;
  }

  .cta-btn,
  .cta-block a.cta-btn {
    padding: 12px 28px;
    font-size: 13px;
  }

  /* Booking form — full stack */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .premium-form-container,
  .info-card {
    padding: 20px 16px;
  }

  .premium-booking-wrap {
    gap: 20px;
  }

  .premium-btn {
    min-width: 100%;
    padding: 14px 20px;
    font-size: 14px;
  }

  /* Trial banner */
  .trial-banner {
    padding: 30px 14px !important;
  }

  .trial-banner h2 {
    font-size: 22px !important;
  }

  .trial-banner p {
    font-size: 13px !important;
    padding: 0 !important;
  }

  /* Popup modal */
  .rtms-popup-modal {
    padding: 32px 18px;
    border-radius: 12px;
  }

  .rtms-popup-title {
    font-size: 22px;
  }

  .rtms-popup-description {
    font-size: 13px;
  }

  /* Music groups — 1 per row */
  .sc_services.sc_services_style_services-1 .sc_columns .column-1_4 {
    width: 100% !important;
  }

  /* Reviews marquee — narrower cards */
  .review-card {
    width: 240px;
    padding: 16px;
  }

  .review-name {
    font-size: 14px;
  }

  .review-text {
    font-size: 13px;
  }

  /* CS section */
  .cs {
    margin-bottom: 28px;
  }

  .cs h3 {
    font-size: 1.1em;
    padding-left: 10px;
  }

  .cs p {
    font-size: 15px;
  }

  /* Back link */
  .back-link {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* Ext-inline layout helpers */
  .ext-inline-110 {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .ext-inline-111,
  .ext-inline-112,
  .ext-inline-113 {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
  }

  /* ext-inline-41 (info boxes) */
  .ext-inline-41 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }

  .ext-inline-42 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-67 (testimonials) */
  .ext-inline-67 {
    flex-direction: column !important;
    align-items: center !important;
  }

  .ext-inline-68 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-137 (team/members) */
  .ext-inline-137 {
    flex-direction: column !important;
    align-items: center !important;
  }

  .ext-inline-138 {
    min-width: 100% !important;
  }

  /* ext-inline-145 (instrument listing) */
  .ext-inline-145 {
    gap: 12px !important;
  }

  .ext-inline-146 {
    min-width: 140px !important;
    max-width: 160px !important;
  }

  /* ext-inline-160 (services listing) */
  .ext-inline-160 {
    gap: 12px !important;
  }

  .ext-inline-161 {
    min-width: 90% !important;
    max-width: 100% !important;
  }

  /* ext-inline-171 (instrument showcase) */
  .ext-inline-171 {
    gap: 14px !important;
  }

  .ext-inline-172 {
    min-width: 140px !important;
    max-width: 160px !important;
    flex: 1 1 calc(50% - 14px) !important;
  }

  /* ext-inline-183 (group boxes) */
  .ext-inline-183 {
    gap: 16px !important;
  }

  .ext-inline-184 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-195 (2-col layout) */
  .ext-inline-195 {
    flex-direction: column !important;
    gap: 24px !important;
  }

  /* ext-inline-203 (stat grid) */
  .ext-inline-203 {
    gap: 12px !important;
  }

  .ext-inline-204 {
    padding: 16px 12px !important;
  }

  .ext-inline-205 {
    font-size: 1.8rem !important;
  }

  /* ext-inline-209 (benefit cards) */
  .ext-inline-209 {
    gap: 14px !important;
  }

  .ext-inline-210 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-216 (teacher stats) */
  .ext-inline-216 {
    gap: 14px !important;
  }

  .ext-inline-217 {
    min-width: calc(50% - 7px) !important;
    max-width: 100% !important;
  }

  /* ext-inline-224/225 (schedule/info rows) */
  .ext-inline-224 {
    gap: 14px !important;
  }

  .ext-inline-225 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-237/238 (blog cards) */
  .ext-inline-237 {
    gap: 14px !important;
  }

  .ext-inline-238 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-245/246 (resource list) */
  .ext-inline-245 {
    gap: 12px !important;
  }

  .ext-inline-246 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-255 (video tutorials grid) */
  .ext-inline-255 {
    gap: 14px !important;
  }

  .ext-inline-256 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-259/260 (news cards) */
  .ext-inline-259 {
    gap: 14px !important;
  }

  .ext-inline-260 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-263/264 (session cards) */
  .ext-inline-263 {
    gap: 16px !important;
  }

  .ext-inline-264 {
    min-width: 100% !important;
  }

  /* ext-inline-282 (three-column info) */
  .ext-inline-282 {
    flex-direction: column !important;
    gap: 16px !important;
  }

  /* ext-inline-286 (services 3-card) */
  .ext-inline-286 {
    gap: 16px !important;
  }

  .ext-inline-287 {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  /* ext-inline-292 (CTA large block) */
  .ext-inline-292 {
    padding: 30px 16px !important;
    border-radius: 12px !important;
  }

  /* ext-inline-15/281 font icons */
  .ext-inline-15,
  .ext-inline-281 {
    font-size: 3.5em !important;
  }

  /* Hide fixed-width extras that break layout */
  .ext-inline-18 {
    width: 100% !important;
  }

  .ext-inline-87 {
    width: 100% !important;
  }

  .ext-inline-88 {
    width: 100% !important;
  }

  /* Table scrolling */
  .ext-inline-52,
  .ext-inline-230,
  .ext-inline-206 {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Slot calendar on mobile */
  .ext-inline-26 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* Markers logo */
  .ext-inline-1,
  .ext-inline-12,
  .ext-inline-13 {
    height: 38px !important;
  }
}

/* =============================================================
   Extra-small phones (max-width: 360px) — micro tweaks
   ============================================================= */
@media (max-width: 360px) {
  .rtms-instrument-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .rtms-instrument-card {
    min-height: 96px;
    padding: 10px 6px 8px;
  }

  .rtms-instrument-card img {
    width: 32px;
    height: 32px;
  }

  .rtms-instrument-card span {
    font-size: 12px;
  }

  .ip-intro-banner h2 {
    font-size: 1.4rem;
  }

  .ip-section-title {
    font-size: 1.25rem;
  }

  .instr-hero h2 {
    font-size: 1.3em;
  }

  .cta-block h3 {
    font-size: 1.15em;
  }

  .premium-form-container,
  .info-card {
    padding: 16px 12px;
  }

  .rtms-popup-modal {
    padding: 24px 14px;
  }

  .rtms-popup-title {
    font-size: 19px;
  }

  .ext-inline-26 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ==========================================================
   ABOUT EXTRA - REDESIGN SECTION (raex-)
   ========================================================== */
.rtms-about-extra {
    padding: 80px 0;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #384259;
}

.raex-section {
    margin-bottom: 90px;
}

.raex-section-head {
    text-align: center;
    margin-bottom: 50px;
}

.raex-eyebrow {
    display: inline-block;
    background: rgba(92, 200, 191, 0.1);
    color: #44b9af;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.raex-title {
    font-size: 36px;
    color: #2b3a4a;
    font-weight: 800;
    margin: 0;
}

/* Story Split */
.raex-story-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.raex-story-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.raex-mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.raex-mv-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 4px solid #44b9af;
    transition: transform 0.3s ease;
}

.raex-mv-card:hover {
    transform: translateY(-5px);
}

.raex-mv-icon {
    font-size: 30px;
    margin-bottom: 15px;
}

.raex-mv-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2b3a4a;
}

.raex-mv-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #666;
}

.raex-story-images {
    position: relative;
    height: 450px;
}

.raex-story-img {
    position: absolute;
    width: 280px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    margin: 0;
    border: 6px solid #fff;
}

.raex-img-top {
    top: 0;
    right: 0;
    z-index: 2;
}

.raex-img-bottom {
    bottom: 0;
    left: 0;
    z-index: 1;
}

.raex-story-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.raex-story-img:hover img {
    transform: scale(1.05);
}

/* Info Cards Row */
.raex-info-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 90px;
}

.raex-info-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.raex-info-card:hover {
    border-color: #44b9af;
    box-shadow: 0 15px 40px rgba(68, 185, 175, 0.1);
}

.raex-info-icon {
    font-size: 36px;
    margin-bottom: 20px;
}

.raex-info-card h3 {
    font-size: 22px;
    color: #2b3a4a;
    margin-bottom: 15px;
}

.raex-info-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.raex-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.raex-check-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.raex-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #44b9af;
    font-weight: 900;
}

.raex-link {
    margin-top: auto;
    color: #44b9af;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.raex-link:hover {
    color: #384259;
}

/* Testimonials */
.raex-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.raex-testimonial-card {
    background: #fcfcfc;
    padding: 40px;
    border-radius: 24px;
    position: relative;
    border: 1px solid #eee;
}

.raex-testimonial-featured {
    background: linear-gradient(135deg, #f0faf9 0%, #ffffff 100%);
    border-color: #c0e8e5;
    transform: scale(1.05);
    z-index: 2;
}

.raex-quote-icon {
    font-size: 40px;
    color: #44b9af;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: -10px;
}

.raex-testimonial-card p {
    font-size: 17px;
    font-style: italic;
    color: #444;
    line-height: 1.7;
    position: relative;
}

.raex-testimonial-card cite {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    font-style: normal;
    color: #2b3a4a;
    font-size: 14px;
}

.raex-community-note {
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    color: #777;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ stack (About-style vertical bars) */
.raex-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.raex-faq-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    border-left: 5px solid #44b9af;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.raex-faq-card h4 {
    font-size: 18px;
    color: #2b3a4a;
    margin-bottom: 15px;
    font-weight: 700;
}

.raex-faq-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* FAQ accordion (dynamic markup — light bar + / −) */
.raex-faq-card.raex-faq-item {
    padding: 0;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    border-left: 1px solid #e3e3e3;
    box-shadow: none;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.raex-faq-card.raex-faq-item:hover {
    background: #f3f3f3;
    border-color: #d6d6d6;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.raex-faq-item.is-open {
    background: #f5f5f5;
    border-color: #cfcfcf;
}

@media (prefers-reduced-motion: reduce) {
    .raex-faq-card.raex-faq-item,
    .raex-faq-reveal,
    .raex-faq-panel,
    .raex-faq-toggle-icon::before {
        transition: none !important;
    }
    .raex-faq-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

.raex-faq-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--raex-faq-d, 0ms);
}

.raex-faq-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.raex-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 18px 22px;
    font: inherit;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #3a3a3a;
}

.raex-faq-trigger:focus-visible {
    outline: 2px solid #44b9af;
    outline-offset: 2px;
}

.raex-faq-q {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.4;
    color: #3a3a3a;
}

.raex-faq-toggle-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44b9af;
    font-size: 1.45rem;
    font-weight: 300;
    line-height: 1;
}

.raex-faq-toggle-icon::before {
    content: "+";
    display: block;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.raex-faq-item.is-open .raex-faq-toggle-icon::before {
    content: "\2212";
    font-weight: 400;
}

.raex-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.raex-faq-item.is-open .raex-faq-panel {
    grid-template-rows: 1fr;
}

.raex-faq-panel-inner {
    overflow: hidden;
    min-height: 0;
    background: #ffffff;
    border-top: 1px solid #ededed;
}

.raex-faq-panel-inner p {
    margin: 0;
    padding: 16px 22px 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a5a5a;
}

.raex-faq-panel-inner a {
    color: #44b9af;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* CTA Block */
.raex-cta-block {
    margin-top: 40px;
    background: linear-gradient(135deg, #384259 0%, #2b3a4a 100%);
    border-radius: 30px;
    padding: 70px 40px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(56, 66, 89, 0.25);
}

.raex-cta-block::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(68, 185, 175, 0.2) 0%, transparent 70%);
    top: -150px;
    right: -100px;
}

.raex-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.raex-cta-text h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 800;
}

.raex-cta-text p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    line-height: 1.6;
}

.raex-cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.raex-cta-primary {
    background: #44b9af;
    color: #fff;
    padding: 18px 40px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(68, 185, 175, 0.3);
    transition: all 0.3s ease;
}

.raex-cta-primary:hover {
    background: #3da89f;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(68, 185, 175, 0.4);
}

.raex-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 18px 40px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.raex-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .raex-story-grid {
        grid-template-columns: 1fr;
    }
    .raex-story-images {
        height: 400px;
        max-width: 500px;
        margin: 0 auto;
    }
    .raex-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .raex-mission-vision, .raex-faq-grid {
        grid-template-columns: 1fr;
    }
    .raex-cta-actions {
        flex-direction: column;
    }
    .raex-cta-primary, .raex-cta-secondary {
        width: 100%;
    }
    .raex-testimonial-featured {
        transform: none;
    }
    .raex-story-images {
        height: 350px;
    }
    .raex-story-img {
        width: 200px;
    }
}

/* ░░ IMAGE SPLIT HERO (Matches User Request Image) ░░ */
.raex-image-split {
    display: flex;
    align-items: stretch;
    background: #fff;
    margin-bottom: 80px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.raex-is-media {
    flex: 1;
    min-height: 400px;
}

.raex-is-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.raex-is-content {
    flex: 1;
    background: #f9f9f9;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.raex-is-decor {
    font-size: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.5;
}

.raex-is-title {
    font-size: 42px;
    line-height: 1.25;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Droid Serif', serif;
}

.raex-is-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.raex-is-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 45px;
}

.raex-is-stat {
    display: flex;
    align-items: center;
    gap: 15px;
}

.raex-is-stat-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.raex-is-num {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1;
}

.raex-is-label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.raex-is-actions {
    display: flex;
    align-items: center;
    gap: 40px;
}

.raex-btn-lime {
    background: #5cc8bf; /* Theme Teal */
    color: #ffffff !important;
    padding: 16px 36px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(92, 200, 191, 0.2);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.raex-btn-lime:hover {
    background: #44b9af;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(92, 200, 191, 0.3);
}

.raex-is-bird {
    width: 50px;
    height: 50px;
    background: #384259; /* Theme Navy */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(56, 66, 89, 0.2);
}

@media (max-width: 1200px) {
    .raex-is-content {
        padding: 40px;
    }
    .raex-is-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .raex-image-split {
        flex-direction: column;
    }
    .raex-is-media {
        min-height: 350px;
    }
}

@media (max-width: 600px) {
    .raex-is-stats {
        flex-direction: column;
        gap: 20px;
    }
    .raex-is-title {
        font-size: 28px;
    }
    .raex-is-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
/* ░░ PREMIUM IMAGE STYLING (About Page Design) ░░ */
.rtms-premium-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: #f1f5f9;
}

.rtms-premium-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.rtms-premium-img-wrap:hover {
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.2);
    transform: translateY(-5px);
}

.rtms-premium-img-wrap:hover .rtms-premium-img {
    transform: scale(1.08) rotate(1deg);
}

/* Subtle glass overlay on images */
.rtms-premium-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(15, 23, 42, 0.15) 100%);
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.5s ease;
}

.rtms-premium-img-wrap:hover::after {
    opacity: 0.3;
}

/* Specific Tweak for the Intro Media to maintain its aspect ratio */
.rtms-about-intro-media.rtms-premium-img-wrap {
    aspect-ratio: 4 / 3;
}

/* Polish for instrument icons */
.rtms-about-instrument-icon {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rtms-about-instrument-grid a:hover .rtms-about-instrument-icon {
    background: #5cc8bf;
    border-color: #5cc8bf;
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 12px 24px rgba(92, 200, 191, 0.4);
}

.rtms-about-instrument-grid a:hover .rtms-about-instrument-icon img {
    filter: brightness(0) invert(1);
}

/* Photo strip enhancements */
.rtms-about-photo-strip figure {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.rtms-about-photo-strip figure::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5cc8bf;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.rtms-about-photo-strip figure:hover::before {
    opacity: 0.15;
}

/* Teachers Section Image Polish */
.sc_team_item_avatar {
    position: relative;
    overflow: hidden;
}

.sc_team_item_avatar::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 0 solid rgba(92, 200, 191, 0.3);
    transition: border-width 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.sc_team_item:hover .sc_team_item_avatar::after {
    border-width: 8px;
}

.raex-panel-instrument-icons li {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.raex-panel-instrument-icons li:hover {
    background: #5cc8bf;
    border-color: #5cc8bf;
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 10px 20px rgba(92, 200, 191, 0.3);
}

.raex-panel-instrument-icons li:hover img {
    filter: brightness(0) invert(1);
}


/* Piano Page Specific Enhancements */
.piano-hero-plus {
    position: relative;
    overflow: hidden;
    background: url(images/piano_hero_detail.png) center/cover no-repeat;
    border-radius: 20px;
    margin-bottom: 40px;
}
.piano-hero-overlay {
    background: linear-gradient(135deg, rgba(58, 168, 159, 0.94), rgba(56, 66, 89, 0.85));
    padding: 80px 40px;
    color: #fff;
    text-align: center;
}
.piano-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.3);
}
.piano-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}
.spec-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}
.spec-card:hover { transform: translateY(-5px); }
.spec-img { height: 180px; background-size: cover; background-position: center; }
.spec-content { padding: 25px; }
.spec-content h4 { color: #384259; margin-bottom: 12px; }
.spec-content p { font-size: 14px; color: #666; line-height: 1.6; }

.journey-wrap {
    background: #fcfcfc;
    padding: 50px 30px;
    border-radius: 20px;
    margin: 50px 0;
    border: 1px solid #f0f0f0;
}
.journey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    position: relative;
}
.journey-item {
    text-align: center;
    position: relative;
    z-index: 1;
}
.step-num {
    width: 50px;
    height: 50px;
    background: #5cc8bf;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(92, 200, 191, 0.4);
}
.rtms-faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.rtms-faq-question {
    font-weight: 600;
    color: #384259;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.rtms-faq-answer {
    padding: 10px 0 20px;
    color: #666;
    display: none;
}
.rtms-faq-item.active .rtms-faq-answer { display: block; }

.lead-magnet-box {
    background: #384259;
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    margin: 60px 0;
}
.lead-magnet-box h4 { color: #fff; margin-bottom: 15px; }
.lead-magn-input {
    display: flex;
    max-width: 500px;
    margin: 20px auto 0;
    gap: 10px;
}
.lead-magn-input input {
    flex: 1;
    padding: 12px 20px;
    border-radius: 30px;
    border: none;
}
.lead-magn-btn {
    background: #5cc8bf;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

/* ==========================================================
   Instrument lesson pages (piano-lessons, flute, etc.)
   — migrated from per-page <style>; responsive below
   ========================================================== */

.premium-timeline {
  position: relative;
  padding: 60px 0;
  max-width: 900px;
  margin: 0 auto;
}

.premium-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #5cc8bf, transparent);
  transform: translateX(-50%);
}

.timeline-item {
  margin-bottom: 50px;
  position: relative;
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline-dot {
  width: 24px;
  height: 24px;
  background: #5cc8bf;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 0 15px rgba(92, 200, 191, 0.5);
  border: 4px solid #fff;
}

.timeline-content {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(92, 200, 191, 0.15);
}

.timeline-item h5 {
  color: #384259;
  font-size: 1.25em;
  margin-bottom: 10px;
  font-family: "Lora", serif;
}

.timeline-item p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.path-card-premium {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.path-card-premium:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.path-img-wrap {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.path-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.path-card-premium:hover .path-img-wrap img {
  transform: scale(1.1);
}

.path-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(92, 200, 191, 0.9);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(5px);
}

.path-info {
  padding: 30px;
  text-align: center;
}

.path-info h4 {
  font-size: 1.4em;
  color: #384259;
  margin-bottom: 15px;
  font-family: "Lora", serif;
}

.path-info p {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
}

.glass-faq-wrap {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  padding: 40px;
  margin-top: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.glass-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}

.glass-faq-item:last-child {
  border-bottom: none;
}

.glass-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.15em;
  color: #384259;
  font-weight: 600;
  transition: color 0.3s ease;
  gap: 12px;
}

.glass-faq-question:hover {
  color: #5cc8bf;
}

.glass-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: #555;
  line-height: 1.7;
  padding-top: 0;
}

.glass-faq-item.active .glass-faq-answer {
  max-height: 200px;
  padding-top: 15px;
}

.faq-toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #5cc8bf;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.glass-faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
  background: #384259;
}

.rtms-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.rtms-popup-overlay.active {
  display: flex;
}

.rtms-popup-modal {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 50px 40px;
  max-width: 500px;
  width: 90%;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: rtms-popup-slide-in 0.4s ease;
  box-sizing: border-box;
}

@keyframes rtms-popup-slide-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.rtms-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  font-size: 32px;
  color: #b8b8b8;
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtms-popup-close:hover {
  color: #888;
}

.rtms-popup-title {
  font-size: 36px;
  color: #5a7a8a;
  margin: 0 0 18px 0;
  text-align: center;
  font-weight: 400;
  font-family: "Lora", "Droid Serif", serif;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.rtms-popup-description {
  font-size: 15px;
  color: #999;
  text-align: center;
  margin: 0 0 32px 0;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.rtms-popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rtms-popup-input {
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
  color: #5a7a8a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  transition: border-color 0.3s ease;
  font-family: "Open Sans", sans-serif;
  background-color: #fafbfc;
  max-width: 100%;
  box-sizing: border-box;
}

.rtms-popup-input:focus {
  outline: none;
  border-color: #58c7c0;
  background-color: #ffffff;
}

.rtms-popup-input::placeholder {
  color: #aaa;
}

.rtms-popup-button {
  padding: 15px 30px;
  background-color: #58c7c0;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

.rtms-popup-button:hover {
  background-color: #45a9a2;
  box-shadow: 0 6px 16px rgba(88, 199, 192, 0.25);
}

.premium-learn-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.premium-tag {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 10px 22px;
  color: #3da89f;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  cursor: default;
}

.premium-tag i {
  font-size: 12px;
  background: #3da89f;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.premium-tag:hover {
  transform: translateY(-3px);
  border-color: #3da89f;
  box-shadow: 0 8px 20px rgba(61, 168, 159, 0.15);
  background: #f0faf9;
}

.premium-quote-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 100%);
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #edf2f4;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.premium-quote-card::before {
  content: '"';
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 180px;
  color: rgba(61, 168, 159, 0.05);
  font-family: "Lora", serif;
  line-height: 1;
}

.quote-text {
  font-style: italic;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  animation: rtms-logo-pulse 3s infinite ease-in-out;
}

.author-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes rtms-logo-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(61, 168, 159, 0.2);
  }
}

.sc_blogger_horizontal .columns_wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -15px !important;
}

.sc_blogger_horizontal .column-1_3 {
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

@media (max-width: 959px) {
  .sc_blogger_horizontal .column-1_3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  .sc_blogger_horizontal .column-1_3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* --- Breakpoints: small laptop (769px – 1024px) --- */
@media (min-width: 769px) and (max-width: 1024px) {
  .piano-hero-overlay {
    padding: 64px 32px;
  }

  .piano-hero-overlay h2 {
    font-size: 2.65em !important;
  }

  .piano-hero-overlay p {
    font-size: 1.12em !important;
  }

  .post_content .wrap div.rtms-animate[style*="background: #fafbfc"] {
    padding: 64px 24px !important;
    margin: 52px 0 !important;
    border-radius: 24px !important;
  }

  .path-img-wrap {
    height: 200px;
  }

  .glass-faq-wrap {
    padding: 32px;
  }

  .premium-quote-card {
    padding: 32px;
  }
}

/* --- Tablet and down (max 768px): timeline, columns, hero, FAQ --- */
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  .rtms-popup-modal {
    padding: 40px 25px;
  }

  .rtms-popup-title {
    font-size: 24px;
  }

  .rtms-popup-description {
    font-size: 14px;
  }

  .premium-timeline {
    padding: 40px 0;
  }

  .premium-timeline::before {
    left: 40px;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 80px;
    padding-right: 18px;
    text-align: left !important;
  }

  .timeline-dot {
    left: 40px;
  }

  .post_content .vc_row .vc_column_container.vc_col-sm-6 {
    width: 100% !important;
    float: none !important;
  }

  .piano-hero-overlay {
    padding: 48px 22px;
  }

  .piano-hero-overlay h2 {
    font-size: 2em !important;
  }

  .piano-hero-overlay p {
    font-size: 1.05em !important;
    max-width: 100% !important;
  }

  .piano-spec-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 22px !important;
  }

  .glass-faq-wrap {
    padding: 24px 20px;
    margin-top: 36px;
    border-radius: 20px;
  }

  .glass-faq-question {
    font-size: 1.05em;
    align-items: flex-start;
  }

  .glass-faq-item.active .glass-faq-answer {
    max-height: 1200px;
  }

  .premium-quote-card {
    padding: 28px 22px;
  }

  .quote-text {
    font-size: 16px;
  }

  .post_content .wrap div.rtms-animate[style*="background: #fafbfc"] {
    padding: 48px 18px !important;
    margin: 44px 0 !important;
    border-radius: 22px !important;
  }

  .post_content .cs h3[style*="font-size: 2.4em"] {
    font-size: 2em !important;
  }

  .post_content h3[style*="font-size: 2.4em"][style*="Lora"] {
    font-size: 2em !important;
  }

  .post_content h3[style*="font-size: 2.2em"] {
    font-size: 1.75em !important;
  }
}

/* --- Mobile (320px – 480px) — instrument lesson refinements --- */
@media (max-width: 480px) {
  .premium-timeline::before {
    left: 28px;
  }

  .timeline-item {
    padding-left: 68px;
    padding-right: 10px;
    margin-bottom: 36px;
  }

  .timeline-dot {
    left: 28px;
  }

  .timeline-content {
    padding: 18px 16px;
  }

  .piano-hero-plus {
    border-radius: 16px;
    margin-bottom: 28px;
  }

  .piano-hero-overlay {
    padding: 36px 16px;
  }

  .piano-hero-overlay h2 {
    font-size: 1.55em !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
  }

  .piano-hero-overlay p {
    font-size: 0.95em !important;
    margin-bottom: 22px !important;
  }

  .piano-hero-overlay > div:last-of-type {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .piano-hero-overlay .cta-btn {
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .piano-badge {
    font-size: 11px;
    padding: 5px 12px;
    margin-bottom: 14px;
  }

  .piano-spec-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .path-img-wrap {
    height: 180px;
  }

  .path-info {
    padding: 22px 16px;
  }

  .path-info h4 {
    font-size: 1.2em;
  }

  .glass-faq-wrap {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .glass-faq-item {
    padding: 16px 0;
  }

  .premium-tag {
    padding: 8px 16px;
    font-size: 13px;
  }

  .premium-quote-card {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .premium-quote-card::before {
    font-size: 120px;
    right: 12px;
  }

  .quote-text {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .post_content .wrap div.rtms-animate[style*="background: #fafbfc"] {
    padding: 36px 12px !important;
    margin: 36px 0 !important;
    border-radius: 18px !important;
  }

  .post_content .wrap[style*="padding: 40px"] {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .post_content .cs h3[style*="font-size: 2.4em"] {
    font-size: 1.65em !important;
    margin-bottom: 14px !important;
  }

  .post_content h3[style*="font-size: 2.4em"][style*="Lora"] {
    font-size: 1.65em !important;
  }

  .post_content h3[style*="font-size: 2.2em"] {
    font-size: 1.5em !important;
  }
}

