body {
  background: #fff;
  padding-top: 115px;
  transition: padding-top 0.2s ease;
}

.hero-section {
  background: url("/public/img/hero.webp") center bottom no-repeat;
  background-size: cover;
  height: 100%;
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
}

.hero-mobile {
  display: none;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  background: #a3833b;
  color: #fff;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
  transform: translateY(0);
  height: 40px;
}

.top-bar.hidden {
  transform: translateY(-100%);
}

.top-bar a {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.2s ease;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.9rem;
}

.navbar.top-bar-visible {
  top: 40px;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  color: #222 !important;
  font-weight: 500;
}

.btn-primary {
  background: #0a2c5a;
  border: none;
  border-radius: 3rem;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.btn-primary:hover {
  background: #0a2c5a !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(10, 44, 90, 0.3);
}

.logo-container {
  width: 9rem;
}

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

section .container-fluid {
  max-width: 1560px;
}

.btn-primary.book-now {
  padding: 0.75rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cormorant-infant {
  font-family: "Cormorant Infant", serif;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.slogan {
  font-size: 7.5rem;
  color: #919191;
}

.slogan-title {
  font-size: 1.75rem;
}

.slogan-desc {
  font-size: 1.3rem;
  color: #919191;
}

/* About/Intro Section Styles */
.about-section {
  background: url("/public/img/chair.webp") center bottom/cover no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.about-section .about-overlay {
  min-height: 70vh;
}
.about-section .about-content {
  padding: 3rem;
}
.about-content p {
  color: #676766;
}
.about-section .btn-primary {
  margin-top: 9rem;
}

@media (max-width: 991.98px) {
  .about-section {
    background-position: center center;
  }
  .about-section .about-signature {
    position: static;
    display: block;
    margin: 2rem auto 0 auto;
  }
}

/* Services Section Styles */
.services-section {
  background: #fff;
}

.services-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.service-name {
  font-size: 1.75rem;
}

.service-description {
  color: #676766;
  max-width: 24ch;
}

@media (max-width: 991.98px) {
  .coach-img-frame {
    margin-bottom: 2.5rem;
  }
  .services-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .coach-img-frame .coach-img {
    max-width: 220px;
  }
  .quote-box {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  body {
    padding-top: 95px !important;
  }
}

/* Counter Section Styles */
.counter-section {
  background: #0a2c5a url("/public/img/counter-background.webp") center
    center/cover no-repeat;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.counter-number {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.counter-desc {
  font-size: 1.15rem;
  color: #fff;
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .counter-number {
    font-size: 3rem;
  }
  .counter-desc {
    font-size: 1rem;
  }
}

/* Journey Steps Section Styles */
.journey-section {
  background: #f7f7f7;
}
.journey-title {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.journey-step {
  align-items: flex-start;
}
.step-dot {
  width: 20px;
  height: 20px;
  background: #0a2c5a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.35rem;
}
.step-title {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}
.step-desc {
  color: #676766;
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 45ch;
}
.journey-img {
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  .journey-title {
    font-size: 1.3rem;
  }
  .journey-img {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .journey-title {
    font-size: 1.1rem;
  }
  .step-title {
    font-size: 1.05rem;
  }
  .step-dot {
    width: 14px;
    height: 14px;
  }
}

/* Contact Section Styles */
.contact-section {
  background: #fff;
}
.contact-form .form-label {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}
.contact-form .form-control {
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  background: #fafbfc;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-form .form-control:focus {
  box-shadow: 0 4px 12px rgba(10, 44, 90, 0.15);
  border-color: #0a2c5a;
  outline: none;
}

.contact-form textarea.form-control {
  resize: none;
}

.btn-gold {
  background: #b99753;
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-size: 1.15rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  transition: background 0.2s;
}
.btn-gold:hover,
.btn-gold:focus {
  background: #a3833b;
  color: #fff;
}
.btn-gold:disabled {
  background: #fff;
  color: #000;
}
.contact-img {
  max-width: 420px;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  .contact-img {
    max-width: 300px;
    margin-top: 2rem;
  }
}
.contact-form-container {
  background: url("/public/img/contact-form.webp") center bottom/cover no-repeat;
}

/* Footer Styles */
.site-footer {
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #222;
  margin-top: 0;
}
.footer-top-border {
  border-top: 3px solid #b99753;
  width: 100%;
  margin-bottom: 1.5rem;
}
.footer-logo {
  max-width: 120px;
}
.footer-quote {
  font-family: "Cormorant Infant", serif;
  font-size: 1.15rem;
  color: #676766;
}
.footer-socials a {
  font-size: 1.3rem;
  color: #222;
  margin: 0 0.25rem;
  transition: color 0.2s;
}
.footer-socials a:hover {
  color: #b99753;
}
.footer-email {
  color: #222;
  text-decoration: none;
}
.footer-email:hover {
  color: #b99753;
  text-decoration: underline;
}
.footer-contacts {
  letter-spacing: 0.03em;
}
@media (max-width: 991.98px) {
  .footer-logo {
    margin-bottom: 1rem;
  }
  .footer-quote {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .footer-top-border {
    margin-bottom: 1rem;
  }
  .footer-quote {
    font-size: 0.95rem;
  }
  .navbar .logo-container {
    margin: 0 auto;
    display: block;
  }
}

body.top-bar-visible {
  padding-top: 115px;
}

@media (max-width: 991.98px) {
  .journey-title {
    font-size: 1.3rem;
  }
  .journey-img {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    flex-direction: column;
    aspect-ratio: unset;
    min-height: 320px;
    text-align: left;
    padding-right: 9rem;
    padding-top: 5.5rem;
    padding-bottom: 0.5rem;
    background-position: right -11.5rem center;
  }
  .hero-section .slogan {
    font-size: 2.1rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  .hero-section .slogan-container {
    margin-left: -0.5rem;
  }
  .hero-section .slogan-desc {
    font-size: 0.8rem;
  }
  .hero-section .slogan-title {
    font-size: 0.9rem;
  }
  .hero-section .btn-primary {
    margin-top: 2.5rem;
    margin-bottom: 0;
    width: max-content;
  }
  .btn-primary,
  .btn-primary.book-now {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    width: 85%;
    border-radius: 2rem;
    margin-bottom: 0.5rem;
  }
  .logo-container {
    width: 5rem;
    margin: 0 auto 1rem auto;
  }
  .about-section {
    background: url("/public/img/chair-mobile.webp") no-repeat;
    background-position: bottom -3rem center;
    background-size: cover;
    flex-direction: column;
    padding: 1.5rem 0.5rem 0 0.5rem;
    min-height: unset;
  }
  .about-section .about-content {
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .about-section .btn-primary {
    margin-top: 14rem;
    width: max-content;
  }
  .services-title,
  .journey-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-style: italic;
  }
  .services-section .btn-primary,
  .journey-section .btn-primary {
    font-size: 1.25rem;
  }
  .contact-section .btn-gold {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem !important;
  }
  .counter-section {
    padding: 1.2rem 0.5rem;
  }
  .counter-number {
    font-size: 2rem;
  }
  .counter-desc {
    font-size: 0.95rem;
  }
  .journey-img {
    max-width: 100%;
    height: auto;
  }
  .step-title {
    font-size: 1.2rem;
  }
  .step-desc {
    text-align: justify;
    margin-right: 1.2rem;
  }
  .site-footer {
    padding: 1.5rem 0.5rem;
    font-size: 0.95rem;
  }
  .footer-logo {
    max-width: 70px;
  }
  .footer-quote {
    font-size: 0.95rem;
  }
  .footer-socials a {
    font-size: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .journey-title {
    text-align: center;
  }
  .journey-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navbar-nav .btn-primary {
    width: 100%;
    text-align: center;
  }
  .contact-form-container {
    background-position: left -25rem bottom;
  }
}
@media (max-width: 991.98px) and (min-width: 575.99px) {
  .hero-section {
    padding-top: 3rem;
    padding-right: 14rem;
    background-position: right -6rem center;
  }
  .hero-section .slogan {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  .hero-section .slogan-container {
    margin-left: -0.5rem;
  }
  .hero-section .slogan-desc {
    font-size: 0.9rem;
  }
  .hero-section .slogan-title {
    font-size: 1.1rem;
  }
  .coach-img,
  .journey-img {
    max-width: 500px;
  }
  .journey-step {
    justify-content: center;
  }
  .journey-section .btn-primary {
    width: 60%;
  }
  .about-section .lead {
    margin-right: 15rem;
  }
  .about-section .btn-primary {
    margin-top: 12rem;
  }
  body {
    padding-top: 130px !important;
  }
  .contact-form-container {
    background-position: left bottom;
  }
}

@media (max-width: 1430px) and (min-width: 991.98px) {
  .hero-section .slogan {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  .hero-section .slogan-container {
    margin-left: 1.5rem;
  }
  .hero-section .slogan-desc {
    font-size: 1.1rem;
  }
  .hero-section .slogan-title {
    font-size: 1.3rem;
  }
}

/* Custom navbar-expand-custom for 1430px breakpoint */
@media (min-width: 1430px) {
  .navbar-expand-custom {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-custom .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-custom .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* Remove outline from navbar-toggler (burger menu) */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 1429.98px) {
  .navbar-expand-custom > .container,
  .navbar-expand-custom > .container-fluid,
  .navbar-expand-custom > .container-lg,
  .navbar-expand-custom > .container-md,
  .navbar-expand-custom > .container-sm,
  .navbar-expand-custom > .container-xl,
  .navbar-expand-custom > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-expand-custom .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-expand-custom .navbar-toggler {
    display: block;
  }
  .navbar-expand-custom .navbar-collapse.collapse.show {
    display: block !important;
  }
  .navbar-expand-custom .navbar-nav {
    gap: 0.5rem !important;
  }
  .navbar-expand-custom .navbar-collapse {
    padding-bottom: 2rem;
  }
}
