/*-----------------------------------------------------------------------------------

    Template Name: Handstand - Gym & Fitness HTMP Template
    Template URI: https://devitems.com/html/coffee-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. About Area
    2. Class Area
    3. Schedule Area
    4. Trainer Area
    5. Gallery Area
    6. Event Area
    7. Blog Area
    8. Pricing Area
    9. Newsletter Area
    10. Testimonial Area
    11. Map Area
    12. Newsletter Area

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1. About Area
/*----------------------------------------*/
/*.game-bg{position: relative; background: #fff; box-shadow: 0 0 4px 4px #ECECEC; height: 345px}*/
.about-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.visi-misi {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
  margin-top: 60px;
}

.visi,
.misi {
  background: none;
}

.visi h3,
.misi h3 {
  font-size: 1.4em;
  margin-top: 0;
  text-align: start;
}

.visi h6,
.misi h6 {
  text-align: start;
  font-size: 1em;
  color: rebeccapurple;
}

.visi p,
.misi p {
  text-align: justify;
  margin-top: 10px;
  color: #555;
}

.about-video {
  position: relative;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 4px 4px #ececec;
}
.game:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.game {
  position: relative;
  z-index: 2;
  margin: 10px;
}
.about-content > h2 {
  margin-top: 28px;
}
.about-content > h2,
.section-title h2 {
  color: #383838;
  font-size: 36px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 13px;
}
.about-content p {
  margin-bottom: 35px;
}
.about-content p.m-0 {
  margin-bottom: 0px;
}
.video-icon a {
  left: 0;
  margin-top: -30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9;
}
.video-icon a i {
  color: #fff;
  font-size: 60px;
}

@media (min-width: 768px) {
  .visi-misi {
    grid-template-columns: 1fr 1fr;
  }
}
/*----------------------------------------*/
/*  2. Class Area
/*----------------------------------------*/
.single-img,
.portfolio-img {
  position: relative;
  display: inline-table;
  height: 100%;
}
.single-img:after,
.portfolio-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transform: scaleY(0);
  background: rgba(192, 82, 255, 0.7);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-class:hover .single-img:after,
.single-class:hover .gallery-icon,
.grid-item:hover .portfolio-img:after,
.grid-item:hover .gallery-icon,
.single-blog:hover .gallery-icon {
  opacity: 1;
  transform: scaleY(1);
}
.gallery-icon {
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  opacity: 0;
  z-index: 9;
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-img i {
  color: #fff;
  font-size: 35px;
  z-index: 99;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table-cell;
  vertical-align: middle;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: auto;
  line-height: 42px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-img i:hover {
  color: #e375ff;
  background: #fff;
  transform: scale(1);
}
.single-content {
  background: #fff;
}
.single-content h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 20px 40px;
  border-bottom: 1px solid #f1f1f1;
}
.single-content h3 a {
  color: #757575;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-content h3:hover a {
  color: #d6ade6;
}
.single-content ul {
  margin: 0;
  padding: 20px 0 20px 40px;
  list-style: none;
}
.single-content ul li {
  display: inline-block;
  color: #7f7f7f;
  font-size: 14px;
  margin-right: 30px;
}
.single-content ul li:last-child {
  margin-right: 0px;
}
.single-content ul li i {
  color: #d6ade6;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/*----------------------------------------*/
/*  3. Schedule Area
/*----------------------------------------*/
.scehedule-table thead {
  background: #f1f1f1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
}
.scehedule-table table {
  width: 100%;
}
.scehedule-table thead th {
  text-align: center;
  padding: 20px 0;
}
.scehedule-table td {
  width: 12.5%;
}
td {
  padding: 35px 0px 28px 0;
  border-right: 1px solid #e9e9e9;
}
td.time p {
  font-size: 16px;
  color: #757575;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
tr {
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
td h4 {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  margin-bottom: 8px;
}
td p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
  line-height: 14px;
}
td.purple {
  background: #b2a1c7;
}
td.olive {
  background: #c2d69b;
}
td.blue {
  background: #ba7ffd;
}
td.pink {
  background: #ff91b8;
}
/*----------------------------------------*/
/*  4. Trainer Area
/*----------------------------------------*/
.single-trainer,
.blog-pic {
  position: relative;
  overflow: hidden;
}
.single-trainer:hover {
  box-shadow: 0 0 4px 4px #ececec;
}
.single-trainer:after,
.blog-pic:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(108, 82, 255, 0.527) none repeat scroll 0 0 padding-box content-box;
  opacity: 0;
  transform: scaleY(0);
  padding: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-trainer:hover::after,
.single-trainer:hover .trainer-hover h3,
.single-trainer:hover .trainer-hover ul,
.single-blog:hover .blog-pic:after {
  opacity: 1;
  transform: scaleY(1);
}
.trainer-hover {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  margin-top: -32px;
}
.trainer-hover h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.trainer-hover ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.trainer-hover ul li {
  display: inline-block;
  border: 12px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.trainer-hover ul li a {
  font-size: 16px;
  color: #8234ff;
  line-height: 28px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.trainer-hover ul li:hover {
  background: #8234ff;
}
.trainer-hover ul li:hover a {
  color: #3b3b3b;
}
/*----------------------------------------*/
/*  5. Gallery Area
/*----------------------------------------*/
.portfolio-img {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.portfolio-img::after {
  background: rgba(108, 82, 255, 0.527) none repeat scroll 0 0 padding-box content-box;
  padding: 7px;
}
.portfolio-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.grid-item:hover .portfolio-img::before {
  opacity: 1;
}
.grid-item:hover .portfolio-img {
  box-shadow: 0px 0px 4px 4px #ececec;
}
.grid .grid-item:first-child,
.grid .grid-item:nth-child(2),
.grid .grid-item:nth-child(3),
.grid .grid-item:nth-child(4),
.grid .grid-item:nth-child(5),
.grid .grid-item:nth-child(6) {
  padding-bottom: 30px;
}
.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  z-index: 99999;
}
.load a {
  background: #f04aff77;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 25px 4px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.load a:hover {
  color: #f04aff77;
}
/*----------------------------------------*/
/*  6. Event Area
/*----------------------------------------*/
.event-content {
  z-index: 2;
  position: relative;
}
.event-wrapper {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  padding: 60px 40px;
  box-shadow: 0 0 2px 2px #acc1fa;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  z-index: 9;
}
.event-area .section-title p {
  margin-bottom: 75px;
}
.event-wrapper:before {
  position: absolute;
  left: 30px;
  top: -20px;
  box-shadow: 0 0 4px 4px #ddd;
  background: #fff;
  height: 100%;
  content: "";
  right: 30px;
}
.event-content {
  padding: 0 30px;
}
*/ .event-content h3 {
  font-size: 20px;
  color: #757575;
  font-weight: 500;
  padding: 0 60px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.event-content h6 {
  padding: 1px 0;
  font-style: italic;
  font-weight: 600;
  color: rebeccapurple;
}
.event-content p {
  padding: 0;
  margin-bottom: 5px;
}
.event-content h4 {
  font-family: "Montserrat", sans-serif;
  color: #add8e6;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.event-content h5 {
  font-size: 16px;
  color: #7f7f7f;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*----------------------------------------*/
/*  7. Blog Area
/*----------------------------------------*/
.blog-pic {
  width: 30%;
  display: inline-block;
}
.single-blog {
  display: inline-block;
}
.blog-content {
  box-shadow: 0 0 4px 4px #f4f4f4;
  float: left;
  padding: 35px 30px;
  margin-top: 20px;
  width: 70%;
}
.blog-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #757575;
  font-weight: 500;
  margin-bottom: 12px;
}
.blog-content h6 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
  margin-bottom: 15px;
}
.blog-content p {
  margin-bottom: 15px;
}
.blog-content a {
  color: #757575;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-content a:hover {
  color: #e375ff;
}
/*----------------------------------------*/
/*  8. Pricing Area
/*----------------------------------------*/
.single-table {
  box-shadow: 0 0 4px 4px #e2e2e2;
}
.single-table:hover .table-head h2,
.single-table:hover .table-body,
.single-table:hover .table-body a {
  background: #e375ff;
}
.single-table:hover .table-head h2,
.single-table:hover .table-body ul li,
.single-table:hover .table-body a {
  color: #fff;
}
.single-table:hover .table-body ul li {
  border-bottom: 1px solid #5dc0a8;
}
.single-table:hover .table-body ul li:last-child {
  border-bottom: none;
}
.single-table:hover .table-body a {
  box-shadow: 0 0 4px 4px #59bba3;
}
.table-head h2 {
  font-size: 20px;
  color: #383838;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 25px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.table-head h1 {
  background: #fff;
  font-size: 48px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 25px 0;
}
.table-head h1 span {
  font-size: 12px;
  color: #7f7f7f;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.table-body {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.table-body ul {
  margin: 0;
  padding-top: 33px;
  padding-bottom: 30px;
  list-style: none;
}
.table-body ul li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eae8e8;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.table-body ul li:last-child {
  display: block;
  padding-bottom: 0;
  border-bottom: none;
}
.table-body a {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 25px;
  box-shadow: 0 0 4px 4px #e2e2e2;
  color: #e375ff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 33px;
  position: relative;
  text-transform: uppercase;
  top: 19px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/*----------------------------------------*/
/*  9. Newsletter Area
/*----------------------------------------*/

/*----------------------------------------*/
/*  10. Testimonial Area
/*----------------------------------------*/
.client-area .section-title p {
  margin-bottom: 5px;
}
.single-testimonial {
  background: #d6ade6d5 none repeat scroll 0 0;
  color: #ffffff;
  margin: 50px 85px;
  padding: 48px 105px;
  position: relative;
  text-align: center;
}
.single-testimonial i {
  position: absolute;
  height: 115px;
  width: 115px;
  border-radius: 50%;
  background: #d6ade6;
  box-shadow: 0 0 5px 0px #ababab;
  left: -45px;
  top: -45px;
  content: "";
  font-size: 70px;
  line-height: 120px;
}
.single-testimonial p {
  margin-bottom: 25px;
}
.single-testimonial h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.testimonial-owl.owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: auto;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
/*----------------------------------------*/
/*  11. Map Area
/*----------------------------------------*/
.contact-map-size {
  width: 100%;
  height: 380px;
}
.map-area {
  z-index: 1;
}
/*----------------------------------------*/
/*  12. Newsletter Area
/*----------------------------------------*/
.newsletter-wrapper {
  background: #add8e6;
  padding: 55px 40px;
  margin-top: -110px;
  z-index: 2;
  position: relative;
}
.newsletter-content h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.newsletter-content.section-title h2:after {
  background: none;
}
#mc-form {
  position: relative;
  width: 680px;
  margin: auto;
}
#mc-form > input {
  color: #eaeaea;
  font-size: 13px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 150px;
  background: #62c1aa;
  border: none;
  height: 45px;
}
.newsletter-form input#mc-email::-moz-placeholder {
  color: #eaeaea;
}
.newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #eaeaea;
}
#mc-form .default-btn {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 45px;
  line-height: 34px;
  padding: 0 35px;
  position: absolute;
  font-weight: 600;
  right: 0px;
  top: -10px;
  border-radius: 0;
  text-transform: capitalize;
}
#mc-form .default-btn:hover {
  color: #add8e6 !important;
}
#mc-form .default-btn:before {
  background: #fff none repeat scroll 0 0;
  z-index: -1;
}
.newsletter-area .default-btn:before,
.newsletter-area .default-btn:after {
  display: none;
}
.contact-form form {
  margin-top: 50px;
}
#contact-form .form-message,
#subscribe-form .subscribe-message {
  margin-top: 10px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  13. Our Partner
/*----------------------------------------*/
.partner-section {
  padding: 22px 0;
}
.partner-section.bg-color {
  background: #d6ade6ce;
}
.partner-section h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 10px;
}
.partner-section img {
  margin: 0 auto;
}

.partner-slider .item img {
  width: 100px;
  height: 90px;
}

/*----------------------------------------*/
/*  14. Stats
/*----------------------------------------*/
.stats-area .col-md-3 {
  border-right: 1px solid #979797;
}
.stats-area .col-md-3:last-child {
  border-right: none;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

svg:hover circle {
  fill: #d1c4e9; /* warna saat hover */
  transition: fill 0.3s ease;
}

/* ---------------------------------------- */
/* 14. Difference */
/* ---------------------------------------- */
.difference-video {
  position: relative;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 4px 4px #ececec;
}
.difference-content > h2 {
  margin-top: 28px;
}
.difference-content > h2,
.section-title h2 {
  color: #383838;
  font-size: 36px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 13px;
}
.difference-content p {
  margin-bottom: 35px;
}
.difference-content p.m-0 {
  margin-bottom: 0px;
}

/* ----------------------------------------- */
/* 15. Contact Page Spa Center 
/* ----------------------------------------- */
.the-wellness {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.the-wellness .row {
  --bs-gutter-x: 0px;
}

.the-wellness-four {
  position: relative;
  display: block;
  padding: 30px 50px 31px;
  margin-bottom: 30px;
  z-index: 1;
}

.the-wellness-four::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.the-wellness-four:hover:before {
  opacity: 1;
}

.services-four-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #d248fc42;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.services-four-icon span {
  font-size: 32px;
  color: #333333;
}

.the-wellness-title {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 23px;
}

.the-wellness-contact {
  position: relative;
  text-align: center;
  display: block;
}

.the-wellness-contact a {
  position: relative;
  display: block;
  font-weight: 600;
  color: #b40cb4b7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.the-wellness-contact a:hover {
  color: #27252a;
}

/* ------------------------------- */
/* Why The Wellness Hub */
/* ------------------------------- */

.why-thewellnesshub-area h2 {
  text-align: center;
}

.accordion {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  background-color: #f0f0f0;
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  background-color: #e0e0e0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background-color: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion.active .accordion-content {
  padding: 15px;
  max-height: 200px;
}

.arrow {
  transition: transform 0.3s ease;
}

.accordion.active .arrow {
  transform: rotate(180deg);
}

/* ------------------------------ */
/* 3 Step Untuk Bergabung */
/* ------------------------------ */

.steps-container {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 40px auto;
  max-width: 900px;
  gap: 20px;
  flex-wrap: wrap;
}

.step {
  flex: 1 1 30%;
  min-width: 250px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
  transition: transform 0.3s ease;
}

.step-image-wrapper {
  position: relative;
  display: inline-block;
}

.step img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 4px solid #ff4eff44;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.step img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.step h6 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #555555;
}

.step p {
  font-size: 0.95rem;
  color: #555;
}

.step:hover {
  transform: translateY(-5px);
  background-color: #f5d5ff;
}

/* Badge angka unik */
.step-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #e45dff;
  color: white;
  width: 28px;
  height: 28px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}

/* ✅ RESPONSIF UNTUK LAYAR KECIL */
@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
  }

  .step {
    width: 80%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
  }
}

/* ----------------------------- */
/* Blog Single  */
/* ----------------------------- */

.single-blog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-blog h3 {
  text-align: left;
  color: #333333;
  padding-bottom: 2%;
}

.single-blog h6 {
  color: #ba7ffd;
  padding-bottom: 2%;
}

.single-blog ul {
  margin-bottom: 5%;
}

.single-blog .content ul {
  margin-bottom: 1px;
}

.single-blog ul li {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

.single-blog .meta {
  color: #ba7ffd;
  font-weight: 600;
  margin-bottom: 2%;
}

.single-blog .meta span {
  margin-right: 15px;
}

.single-blog .meta i {
  margin-right: 5px;
}

.single-blog img {
  border-radius: 4px;
  box-shadow: 0 0px 8px #333333;
  margin-bottom: 2%;
}

.img-title {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 800px;
  margin: 10px auto;
}

.img-title img {
  width: 100px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.img-title .text-content {
  max-width: 500px;
}

.img-title .text-content h2 {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.img-title p {
  font-size: 14px;
  color: #555;
  margin-top: 1px;
}

.img-title a {
  color: #aa76ff;
  text-decoration: underline;
}

.single-blog .content {
  text-align: justify;
  padding-right: 16%;
}

.kat li:hover {
  text-decoration: 1.5px underline rgb(173, 100, 241);
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.share-btn {
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  transition: background 0.3 ease;
}

.share-btn.facebook {
  background: #3b5998;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn.copylink {
  background: #555;
}

.share-btn:hover {
  opacity: 0.8;
}

.blog-tags {
  margin-top: 30px;
  font-size: 14px;
}

.blog-tags span {
  font-weight: bold;
  margin-right: 10px;
}

.blog-tags a {
  display: inline-block;
  background-color: #f1f1f1;
  color: #333;
  padding: 6px 12px;
  margin-right: 8px;
  margin-bottom: 6px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3 ease;
}

.blog-tags a:hover {
  background-color: #ddd;
}

/* ------------------------- */
/* Icon Share */
/* ------------------------- */

.share-section {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  color: #e092ff;
}

.share-label {
  font-weight: bold;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons .facebook {
  color: #3b5998;
  border-color: #3b5998;
}

.social-icons .twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

.social-icons .instagram {
  color: #ffb7b7;
  border-color: #ffb7b7;
}

.social-icons a:hover {
  background-color: #f0f0f0;
}

/* --------------- */
/* Komen Dibawah  */
/* ------------- */

#comment-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 50%;
}

#comment-form input,
#comment-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

#comment-form button {
  background-color: #f130ffbb;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}

#comment-form button:hover {
  background-color: #bd17cc;
}

#comment-list {
  margin-top: 30px;
}

.comment-item {
  background: white;
  border-left: 4px solid #f476ff;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.comment-item strong {
  display: block;
  margin-bottom: 5px;
  color: #333;
}

.comment h3 {
  margin-top: 3%;
}

/* ------------ */
/* tabs pills  */
/* ---------- */

.nav-pills .nav-link {
  color: rebeccapurple !important;
  font-weight: 600;
  background-color: white !important;
}

.nav-pills .nav-link.active {
  background-color: rebeccapurple !important;
  color: white !important;
}

/* -------------- */
/* What We Offer */
/* ------------ */

.offer-section {
  text-align: center;
}

.offer-section h6.subtitle {
  font-style: italic;
  font-weight: 600;
  padding-top: 1%;
  padding-bottom: 3%;
  color: rebeccapurple;
}

.offer-cards {
  display: flex;
  padding-bottom: 3%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.card {
  background-color: #e9d8fd !important;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(75, 0, 130, 0.1);
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(75, 0, 130, 0.15);
}

.offer-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.95rem;
  color: #444;
}

@media (max-width: 600px) {
  .offer-section h2 {
    font-size: 2rem;
  }

  .card {
    padding: 16px;
  }
}

/* --------- */
/* Our Team */
/* ------- */
.team-section {
  text-align: center;
  background-color: #ffffff;
}

.team-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.team-section .subtitle {
  font-style: italic;
  font-weight: 600;
  color: rebeccapurple;
  padding-top: 1%;
  padding-bottom: 3%;
}

.team-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.team-member {
  width: 200px;
  background: #ecdaff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-member img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-member h3 {
  font-size: 1.1rem;
  margin: 0;
  color: #333;
}

.team-member span {
  font-size: 0.9rem;
  color: #888;
}

/* --------------- */
/* Our Values */
/* ------------- */
.our-values {
  text-align: center;
  padding: 80px 20px;
}

.our-values .section-title {
  max-width: 800px;
  margin: 0 auto 40px;
}

.our-values h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.our-values h6.subtitle {
  font-style: italic;
  font-weight: 600;
  color: rebeccapurple;
  padding-top: 1%;
  padding-bottom: 3%;
}

.values-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.value-item {
  background-color: #ede9fed8;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  cursor: pointer;
  flex: 1 1 220px;
  max-width: 250px;
  text-align: center;
}

.value-item:hover {
  transform: translateY(-10px);
}

.value-item img.value-icon {
  width: 80px;
  margin-bottom: 15px;
}

.value-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #6339a8;
}

@media (max-width: 768px) {
  .values-list {
    flex-direction: column;
    align-items: center;
  }

  .value-item {
    max-width: 90%;
  }
}

/* ---------- */
/* For Space */
/* -------- */
.partnership-section {
  position: relative;
  background-image: url("img/singleblog/s-blog-4.jpg"); /* Ganti dengan URL gambar yang kamu inginkan */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 900px;
  margin: 60px auto;
  border-radius: 16px;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.795); /* lapisan hitam muda */
  z-index: 1;
  border-radius: 16px;
}

.content {
  position: relative;
  z-index: 2;
}

.partnership-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.partnership-section h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.partnership-section p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background-color: #00796b;
  color: #fff;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #004d40;
}

/* ------------- */
/* Why Wellness */
/* ----------- */
.wellness-section {
  position: relative;
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background-color: #f5f4f9;
  border: 2px solid #ccc;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.wellness-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("img/singleblog/s-blog-3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.2;
  z-index: 0;
}

.wellness-section h2,
.wellness-section p {
  position: relative;
  z-index: 1;
}

.wellness-section h2 {
  font-size: 2em;
  color: #5e3f79;
  margin-bottom: 20px;
}

.wellness-section p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* team new */
.teams-section {
  max-width: 1000px;
  margin: 80px auto;
  text-align: center;
  padding: 20px;
  color: #333;
  font-family: "Segoe UI", sans-serif;
}

.teams-section h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #5e3f79;
}

.teams-section .subtitle {
  color: #666;
  font-size: 1em;
  margin-bottom: 40px;
}

.teams-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.teams-member {
  background-color: #f5f0fa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 280px;
  position: relative;
  text-align: left;
}

.teams-member img {
  width: 100%;
  height: auto;
  display: block;
}

.member-info {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.member-info h3 {
  margin: 0;
  font-size: 1.2em;
  color: #5e3f79;
}

.member-info p {
  margin: 4px 0;
  font-size: 0.9em;
  color: #555;
}

/* New Schedule Start */
.calendar-container {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 10px;
}

.calendar-container iframe {
  width: 100%;
  min-height: 600px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

@media (max-width: 600px) {
  .calendar-container iframe {
    min-height: 500px;
  }
}

@media (max-width: 400px) {
  .calendar-container iframe {
    min-height: 400px;
  }
}
/* New Schdule End */
