.services-wrap { padding-top: 60px; padding-bottom: 80px; }

.intro-box { text-align: center; margin-bottom: 40px; padding: 30px; background: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.intro-title { font-size: 32px; color: #000000; margin-bottom: 10px; font-weight: 700; }
.intro-subtitle { font-size: 20px; color: #F7D098; margin-top: 0; margin-bottom: 20px; }
.intro-text { font-size: 16px; line-height: 28px; color: #555; }

.features-row { margin-top: 30px; }
.feature-box { background: #fff; border: 1px solid #e1e5ea; border-radius: 10px; padding: 30px 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); height: 100%; text-align: center; transition: transform 0.3s; }
.feature-box:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,74,172,0.1); border-color: #b3cce6; }
.feature-icon { width: 70px; height: 70px; background: #f2f4f7; color: #000000; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 30px; margin: 0 auto 20px auto; }
.feature-title { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 15px; }
.feature-text { margin: 0; color: #666; line-height: 26px; font-size: 14px;}

@media (min-width: 768px) {
  .row-flex { display: flex; flex-wrap: wrap; }
  .row-flex > [class*="col-"] { display: flex; margin-bottom: 30px; }
}

.service-category-title { font-size: 28px; color: #F7D098; margin-top: 50px; margin-bottom: 25px; font-weight: 600; text-transform: uppercase; border-bottom: 2px solid #e1e5ea; padding-bottom: 10px;}
.service-item-box { background: #f9fbfe; border: 1px solid #d7deea; border-radius: 10px; padding: 25px; margin-bottom: 20px; transition: transform 0.3s; }
.service-item-box:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,74,172,0.05); border-color: #b3cce6; }
.service-item-title { font-size: 20px; color: #000000; font-weight: 600; margin-bottom: 10px; margin-top: 0; }
.service-item-desc { color: #555; line-height: 26px; margin-bottom: 15px; }
.service-item-list { padding-left: 20px; margin-bottom: 10px; }
.service-item-list li { list-style: none; position: relative; color: #555; margin-bottom: 5px; }
.service-item-list li:before { content: '\f00c'; font-family: fontawesome; position: absolute; left: -20px; color: #F7D098; }

.service-text-white { color: #fff; }
.h-90 { height: 90%; }
.spa-intro-text { margin-bottom: 20px; font-size: 16px; color: #555; }

.highlight-note { background: #e9edf5; padding: 10px 15px; border-radius: 5px; font-size: 14px; color: #000000; font-weight: 500; display: inline-block; margin-top: 10px; }
.highlight-demat-1 { margin-bottom: 10px; background: #fff4e5; border-left: 4px solid #F7D098; }
.demat-note { margin-top: 10px; color: #555;}

.micro-list { list-style: none; padding: 0; }
.micro-list-item { background: #fff; padding: 15px; border: 1px solid #eee; border-radius: 5px; margin-bottom: 10px; color: #2d2d2d !important; }
.glow-up-box { background: #e9edf5; border-color: #000000; border-left: 6px solid #000000; }
.glow-up-title { font-size: 22px; }
.glow-up-text { font-size: 16px; }

.booking-btn-container { margin-top: 50px; text-align: center; }

.academy-section { padding-top: 40px; padding-bottom: 100px; }
.academy-header-box { background: #fff4e5; border-color: #F7D098; margin-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: none; }
.academy-header-title { color: #F7D098; font-size: 24px; }
.academy-header-desc { font-size: 16px; margin-bottom: 0; }
.puppy-academy-box { background: #f9fbfe; border: 1px solid #d7deea; border-radius: 15px; padding: 40px; margin-top: 20px; }
.academy-box-custom { border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0; }
.academy-title-main { margin-bottom: 10px; }
.academy-subtitle { font-size: 20px; color: #333; margin-top: 0; margin-bottom: 30px; }
.academy-intro-text { font-size: 16px; color: #555; line-height: 28px; margin-bottom: 30px; text-align: center; }
.journey-title { font-size: 22px; color: #000000; margin-bottom: 25px; border-bottom: 1px solid #d7deea; padding-bottom: 10px; }

.session-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
.last-session { margin-bottom: 0; }
.session-number { background: #000000; color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 18px; flex-shrink: 0; margin-right: 20px; margin-top: 3px; }
.session-content h5 { color: #000000; font-size: 20px; font-weight: 600; margin-top: 0; margin-bottom: 10px; }
.session-content p { color: #555; line-height: 26px; margin: 0; }

.video-placeholder { background: #e1e5ea; border-radius: 10px; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: #777; margin-bottom: 40px; border: 2px dashed #b3cce6; cursor: pointer; transition: all 0.3s; }
.video-placeholder:hover { background: #d7deea; color: #000000; }
.video-placeholder i { font-size: 60px; margin-bottom: 15px; }
.video-title { margin: 0; color: #555; }
.video-subtitle { margin: 5px 0 0 0; font-size: 14px; }

.academy-btn-container { text-align: center; margin-top: 40px; }
.btn-academy { border-color: #000000; color: #000000; }