body {
  font-size: 16px;
  font-family: inter;
}

#block-temphalla-site-branding img{
    width: 20%;
}

.navigation-button{
    text-decoration: none;
    background-color: #E0A434;
    padding: 8px 25px;
    border-radius: 1.5rem;
    color: #415051;
    font-size: 14px;
    font-weight: bold;
}

p {
  color: #7A8A92 !important;
  opacity: 1;
}

.path-user .temphalla-header {
  display: none;
}

#block-temphalla-socialmedia {
  text-align: right;
}

#block-temphalla-socialmedia a {
  text-decoration: none;
}

/* colors */
.yellow-color {
  color: #E0A434 !important;
}

.grey-color {
  color: #415051;
}

.light-grey-color {
  color: #A8B1B2;
}

/* font-size */
.font-40 {
  font-size: 4rem;
  letter-spacing: 1px;
}

.font-20 {
  font-size: 20px;
}

.font-12 {
  font-size: .85rem;
}

/* button class */
.grey-button {
  background-color: #415051;
  color: #ffffff;
}

.grey-button:hover {
  color: #ffffff;
}

.white-button {
  background-color: #ffffff;
  color: #415051;
}

.white-button:hover {
  color: #415051;
}

.btn-class {
  text-decoration: none;
  padding: 1.5rem 2rem;
  border-radius: 5rem;
}

.section01-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

/* margin */

.margin-bottom-class {
  margin-bottom: 2.5rem;
}

/* list - section02*/

ul.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  list-style: none;
  color: #A8B1B2;
}

/* Circle background */
ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: rgba(255, 99, 105, 0.15);
  border-radius: 50%;
}

/* X icon */
ul.custom-list li::after {
  content: "✕";
  /* the X */
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 14px;
  color: #ff6470;
  /* red/pink shade */
  opacity: 0.35;
  /* light version */
  transition: opacity 0.3s ease, color 0.3s ease;
}

ul.success-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  list-style: none;
  color: #415051;
}

ul.success-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #FFB800;
  border-radius: 50%;
}

ul.success-list li::after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.badge-soft-pink {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  background: #FFECE8;
  color: #A64A2A !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.badge-yellow {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  background: #FFB800;
  color: #394455 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

.content-4528-width .card-group {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.content-4528-width .card-group .card {
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
  width: 100%;
  max-width: 550px;
}

.logic-dominance-wrapper {
  background: #fff;
  border-radius: 22px;
  padding: 35px 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.awakened-intuition-wrapper {
  background: #fff;
  border-radius: 22px;
  padding: 35px 40px;
  border: 2px solid rgba(255, 184, 0, 0.35);
  box-shadow: 0 8px 30px rgba(255, 184, 0, 0.2);
}

.logic-dominance-wrapper:hover .custom-list li {
  color: #808080;
}

.logic-dominance-wrapper:hover .custom-list li::after {
  opacity: 1;
  color: #ff6470;
}

/* section03 */

.intuition-left {
  flex: 1;
}

.badge-inner-intel {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  /* thin soft outline */
  color: #FFB800;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: transparent;
  line-height: 1;
}

.intuition-left .title {
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #EAF3F3;
}

.intuition-left .title span {
  color: #FFB800;
}

.intuition-left .description {
  color: #B8C5C6 !important;
  line-height: 1.6;
  margin-bottom: 18px;
}

.intuition-left .subtitle {
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #EAEAEA;
}

.recognize-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recognize-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #D7E0E0;
  font-size: 16px;
  line-height: 1.5;
}

/* SVG container */
.intuition-left .icon-svg {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
}

/* Make icons gold */
.intuition-left .icon-svg svg {
  width: 20px;
  height: 20px;
  stroke: #FFB800;
  /* TSA gold */
}


/* RIGHT BLOCK CARD */
.intuition-right {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.intuition-right .right-title {
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 600;
}

.intuition-right .right-text {
  color: #B5C0C0 !important;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* 4 small blocks */
.intuition-right .block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.intuition-right .block-item {
  background-color: #415051;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.intuition-right .block-item h6 {
  color: #FF9B6A;
  margin-bottom: 5px;
}

.intuition-right .block-item p {
  color: #B8C5C6 !important;
  font-size: 14px;
}

/* SOLUTION SECTION */
.solution {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  margin-top: 10px;
}

.solution-icon {
  font-size: 22px;
  color: #FFB800;
}

.solution h6 {
  margin: 0;
  color: #FFFFFF;
}

.solution p {
  color: #B8C5C6 !important;
  margin-top: 3px;
}

.solution-icon-svg {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.solution-icon-svg svg {
  width: 24px;
  height: 24px;
  stroke: #FFB800;
}

.section-426-4547-outer-wrapper {
  border-radius: 0 0 2rem 2rem;
}

/* section 04 */
/* RESET COUNTER */
.card-group {
  counter-reset: card-counter;
  display: flex;
  flex-wrap: wrap;
}

.tsa-card {
  counter-increment: card-counter;
}

.tsa-num::before {
  content: counter(card-counter, decimal-leading-zero);
}

/* MAIN CARD */
.tsa-card {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  counter-increment: card-counter;
  height: 100%;
  display: flex;
}

/* SHARED LAYER STYLES */
.tsa-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  transition: all .25s ease;
}

/* YELLOW BACKGROUND */
.yellow-layer {
  background: #FDB900;
  z-index: 1;
  transform: translate(10px, 10px);
}

/* WHITE CARD */
.white-layer {
  background: #FFF;
  border: 2px solid #1F2E2F;
  padding: 30px;
  position: relative;
  z-index: 2;
  transform: translate(0, 0);
}

/* NUMBER (AUTO) */
.tsa-num::before {
  content: counter(card-counter, decimal-leading-zero);
}

.tsa-num {
  position: absolute;
  top: 18px;
  right: 25px;
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 184, 0, 0.25);
  transition: .25s ease;
}

.tsa-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EAF2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tsa-icon svg {
  width: 20px;
  height: 20px;
  stroke: #233436;
  fill: none;
  stroke-width: 2;
}

/* HOVER EFFECT */
.tsa-card:hover .white-layer {
  transform: translate(-4px, -4px);
}

.tsa-card:hover .yellow-layer {
  transform: translate(14px, 14px);
}

.tsa-card:hover .tsa-icon {
  background: #1F2E2F;
}

.tsa-card:hover .tsa-icon svg {
  stroke: #FFF;
}

.tsa-card:hover .tsa-num {
  color: rgba(255, 184, 0, 0.45);
}

.white-layer p {
  color: #536b6c;
  line-height: 1.6;
  font-size: 15px;
  flex-grow: 1;
}

/* section 05 */

.personal-training-block-heading {
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.training-card {
  position: relative;
  background: rgba(59, 130, 246, 0.05);
  padding: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid rgba(59, 130, 246, 0.2);
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

.training-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.training-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  background: rgba(59, 130, 246, 0.15);
  border-radius: 50%;
  filter: blur(60px);
  transition: background 0.4s ease;
}

.training-card.orange {
  background: rgba(255, 146, 43, 0.05);
  border-color: rgba(255, 146, 43, 0.2);
}

.training-card.orange::before {
  background: rgba(255, 146, 43, 0.15);
}

/* Hover color change */
.training-card:hover::before {
  background: rgba(59, 130, 246, 0.2);
}

.training-card.orange:hover::before {
  background: rgba(255, 146, 43, 0.25);
}

/* HEADER ICON */
.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 1.25rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

/* BADGE */
.duration-badge {
  background: #DBEAFE;
  color: #2563EB;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.training-card.orange .duration-badge {
  background: #FFE8CC;
  color: #EA580C;
}

/* TITLES */


.card-subtitle {
  color: #3B82F6;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.training-card.orange .card-subtitle {
  color: #F97316;
}

.card-text {
  color: #64748B;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* FEATURE ROWS */
.feature-item {
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.feature-item svg {
  width: 22px;
  height: 22px;
}

.feature-title {
  font-weight: bold;
  color: #415051;
  font-size: 0.95rem;
}

.feature-desc {
  font-size: 14px;
  color: #94A3B8;
}

.blue-color {
  color: #2563EB;
}

.orange-color {
  color: #EA580C;
}

.kids-icon svg,
.kids-card-subtitle,
.kids-feature-list svg {
  color: #2563EB !important;
}

.adults-icon svg,
.adults-card-subtitle,
.adults-feature-list svg {
  color: #EA580C !important;
}

/* .content-4610-width .card-group .card {
    display: flex !important;
} */

/* .content-4610-width .card-group .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
} */

.training-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-list {
  margin-top: auto;
}

/* section 06 */

.tsa-transform-card {
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Stars */
.tsa-stars {
  display: flex;
  gap: 3px;
  color: #f4b400;
}

.tsa-star {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
}

/* Title */
.tsa-transform-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

/* Description */
.tsa-transform-desc {
  color: #d7dede;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 90%;
}

/* Percentage */
.tsa-percentage {
  font-size: 3rem;
  font-weight: 700;
  color: #f4c542;
  margin-top: 1.5rem;
}

/* Label */
.tsa-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #f4c542;
}

.landing-testimonial-profile-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user-name h6 {
  font-weight: 600;
  color: #415051;
  font-size: 18px;
  margin-bottom: 0;
}

.user-role {
  font-size: 0.85rem;
  color: #7a8a8a;
}

.landing-testimonial-icon svg {
  color: #f4c542;
}

.landing-testimonial-description {
  font-style: italic;
}

/* Main Card */
.tsa-wide-testimonial {
  /*     background: white; */
  /*     padding: 2rem 2.5rem; */
  /*     border-radius: 1.75rem; */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  /*     max-width: 100%; */
  font-family: system-ui, sans-serif;
}

/* Main Quote Text */
.tsa-wide-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #2b3c3c;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

/* Bottom Row: user & tags aligned */
.tsa-wide-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* User info section */
.tsa-wide-user {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.user-name {
  font-weight: 700;
  color: #415051;
  font-size: 18px;
}

.user-role {
  color: #7c8a8a;
  font-size: .9rem;
}

.dot {
  width: 4px;
  height: 4px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
}

/* Tags */
.tsa-wide-tags {
  display: flex;
  gap: .5rem;
}

.tag {
  padding: .25rem .75rem;
  border-radius: 1rem;
  font-size: .85rem;
  font-weight: 500;
  display: inline-block;
}

/* Individual Tag Colors */
.tag-green {
  background: #e6faec;
  color: #3aa55c;
}

.tag-blue {
  background: #eef2ff;
  color: #516dff;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
  .tsa-wide-testimonial {
    padding: 1.5rem;
  }

  .tsa-wide-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Section 07 */

.sneak-peek-badge {
  background-color: #fdece5;
  color: #c27957;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.badge-text {
  font-size: 0.75rem;
}

.session-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #415051;
  margin-bottom: 1rem;
}

.session-subtitle {
  color: #6b7575;
  font-size: 1rem;
}

.landingpage-youtube {
  width: 100%;
  height: 35vh;
}

.youtube-video-desc {
  background: #FFFCF2;
  padding: 1rem 1rem;
  border-radius: 14px;
  font-weight: 500;
  margin-top: 2rem;
}

.youtube-video-desc p {
  margin-bottom: 0;
  color: #415051 !important;
}

.yellow-button {
  background-color: #FBBF24;
  padding: 1rem 2.5rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 7px;
}

.yellow-button:hover {
  color: #ffffff;
}

/* section 08 */

/* Base card */
.program-training-card {
  background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 80%);
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  height: 100%;
  position: relative;
  overflow: visible;
}

/* Left & Right Hover Lift */
.program-training-card:not(.featured):hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Highlighted Middle Card */
.program-training-card.featured {
  border: 2px solid #F4C542;
  box-shadow: 0 16px 50px rgba(244, 197, 66, 0.35);
  transform: translateY(-8px);
  z-index: 20;
}

/* Badge */
.recommended-badge {
  background: #1A1A1A;
  color: #fff;
  padding: 6px 22px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}

/* Typography */
.program-training-card .program-tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #77858F;
  font-weight: 700;
  margin-bottom: 18px;
}

.program-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2D4040;
  margin-bottom: 8px;
}

.program-subtitle {
  font-size: 16px;
  color: #718086;
  margin-bottom: 1rem;
}

/* Feature List */
.program-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.program-feature-list li {
  margin-bottom: 16px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #718086;
}

/* CTA Buttons */
.book-btn {
  background: #2F3E3E;
  color: white;
  padding: 10px 15px;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.book-btn:hover {
  background: #1C2B2B;
  color: #ffffff;
}

.book-btn.featured {
  background: #F7C400;
  color: #000;
}

.book-btn.featured:hover {
  background: #E3B300;
}

.common-margin-bottom {
  margin-bottom: 5rem;
}

/* section 09 */

.tsa-FAQ .accordion-button:not(.collapsed)::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/faq-minus-icon.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

.tsa-FAQ .accordion-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/faq-plus-icon.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

.faq-question-icon {
  width: 55px;
  height: 55px;
  background: #e8f3f3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 12px;
}

.faq-question-icon svg {
  color: #415051;
}

.accordion-item {
  margin-bottom: 1rem;
}

.tsa-accordion.accordion-item {
  border: 1px solid #e3e3e3;
  border-radius: 16px !important;
  margin-bottom: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #e3e3e3 !important;
}

.accordion-button {
  padding: 20px 24px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #677381;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 16px !important;
}

/* Highlight the entire accordion item when open */
.tsa-FAQ .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 2px solid #f7c843 !important;
}

.accordion-button:not(.collapsed) {
  color: #415051;
}

/* section 10 */

.tsa-form-wrapper {
  background: #ffffff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.tsa-form-wrapper .form-control {
  background: #fffdf7;
  border: 1px solid #f3f1e9;
  padding: 14px 18px;
  border-radius: 10px;
  transition: 0.25s ease;
  margin-bottom: 15px;
}

/* radio btn */
#edit-type input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tsa-radio-group #edit-type{
    display: flex;
    justify-content:space-between;
}
#edit-type label.option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px 10px 34px;
    background: #fffdf7;
    border: 1px solid #eee8d9;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #555;
    transition: 0.25s ease;
}
#edit-type label.option::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ffb800;
    box-sizing: border-box;
    transition: 0.25s ease;
}
#edit-type input[type="radio"]:checked + label.option {
    border-color: #ffb800;
    background: #fff7dd;
    font-weight: 600;
    color: #415051;
}

#edit-type input[type="radio"]:checked + label.option::before {
    background: #ffb800;
    box-shadow: inset 0 0 0 2px #ffffff;
}

.common-contact-button {
    background: #ffb800 !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    padding: 14px;
    transition: 0.3s ease;
    margin-top: 15px;
    border: 0;
}

.common-contact-button:hover {
    background: #e0a200 !important;
}

.tsa-radio-group .fieldset-legend{
    font-size: 16px;
}



@media (max-width: 992px) {
  .card-group {
    flex-direction: column;
    gap: 25px;
  }
}

/*responsive for 1366 width*/
@media (max-width: 1366px) {
  .temphalla-main-menu #block-temphalla-main-menu ul li a {
    font-size: 15px !important;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul li {
    padding-left: 18px !important;
  }

  #navbarSupportedContent {
    justify-content: end;
  }

  .typing-banner-title {
    font-size: 58px !important;
  }

  /* test */
  .layout-22-4-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 110px;
  }
}