/* GLOBAL STYLES =======================================  */

/* For galaxy fold ===  */
@media (max-width: 440px) {
    .title-heading:not(.page-home) {
        font-size: 2.25em !important;
    }

    .display-4 {
        font-size: 1.7rem;
    }

    .h1,
    h1,
    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .h3,
    h3,
    .h4,
    h4 {
        font-size: 1.25rem;
    }

    .h5,
    h5 {
        font-size: 1.05rem;
    }
}

@media (min-width: 441px) and (max-width: 812px) {

    h1,
    .h1 {
        font-size: 1.85rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    .display-4 {
        font-size: 2.25em;
    }
}

/* Internal Title Headings ===  */
.title-heading:not(.page-home) {
    color: #fff;
    font-weight: 400 !important;
    font-size: 2.5em;
}

.btn-highlight,
.btn-highlight:focus {
    background-color: #0e775e;
    color: var(--color-theme-text-btn);
    border-color: #0e775e;
}

.btn-highlight:hover,
.btn-highlight:hover:focus,
.btn-highlight:not([disabled]):not(.disabled).active,
.btn-highlight:not([disabled]):not(.disabled):active,
.show > .btn-highlight.dropdown-toggle {
    background-color: #0e775e;
    color: var(--color-theme-text-btn) !important;
    border-color: #0e775e;
}

.text-green {
    color: #0e775e;
}

.bg-green {
    background: #f1f6f1;
}

/* INTERNAL TITLES ===================================== */
/* Fallback Title styling === */

.title {
    padding-top: 3em;
    padding-bottom: 3em;
    background: url(https://apihoard.webit.com/api/v1/Image/4B4F9CA56A04B2C69E7089DA6DC36717/4B4F9CA56A04B2C69E7089DA6DC36717.jpg?size=1920x1440) no-repeat 35% center/cover;
    margin-bottom: 3em;
}

/* HEADER  =============================================  */

.social-media img {
    width: 32px;
}

.header-business-phone {
    font-size: 2em !important;
}

/* HOME PAGE ===========================================  */

/* Hero === */

.cw-hero {
    background: url("https://apihoard.webit.com/api/v1/Image/FBF30A761C62D3D82AEB0E5DD86173D6/FBF30A761C62D3D82AEB0E5DD86173D6.jpg?size=1920x1440") no-repeat center center/cover;
    min-height: 432px;
}

.bg-image {
    background: url("https://apihoard.webit.com/api/v1/Image/C640BA33F4F9B2264823DF29C611A480/C640BA33F4F9B2264823DF29C611A480.png?size=1280x960") no-repeat 100% center/cover;
    min-height: 342px;
}

/* SALON SERVICES PAGE ================================= */

/* Services Listing ===  */
.list-services {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    text-align: center;
}

@media (min-width: 411px) and (max-width: 812px) {
    .list-services {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        text-align: left;
    }
}

@media (min-width: 813px) {
    .list-services {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
    }
}

/* Pricing ===  */
.border-grey {
    border: 1px solid #7f7f80;
    border-radius: 10px;
}

.prices-container li {
    clear: both;
    margin: 0;
    padding: 0 0 34px 0;
    position: relative;
    border-bottom: dotted 1px #999;
}

.prices-container strong {
    font-weight: 400;
    position: absolute;
    bottom: -0.3em;
    left: 0;
}

.prices-container em {
    position: absolute;
    bottom: -0.2em;
    right: 0;
}

/* Products ===  */
.container-product img {
    width: 90px;
    margin: 0.5em 0.25em;
    border-radius: 25%;
}

/* BOOK APPOINTMENT PAGE ======================================  */

.appointment-gallery img {
    border-radius: 50%;
    width: 40%;
    padding: 0.5%;
    border: 1px solid #00C3C5;
    margin: 0.5%;
}

@media (min-width: 575px) {
    .appointment-gallery img {
        border-radius: 50%;
        width: 22%;
        padding: 0.5%;
        border: 1px solid #00C3C5;
        margin: 0.5%;
    }
}

/* STYLISTS PAGE =====================================  */

.stylists-container img {
    border-radius: 50%;
    padding: 0.5em;
    border: 1px solid var(--color-theme-primary);
}



.tammy-feature {
    background: linear-gradient(to bottom, #faf7f2, #ffffff);
    overflow: hidden;
    position: relative;
  }

  .info-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
    position: relative;
    transition: 0.3s ease;
  }

  .info-card:hover {
    transform: translateY(-6px);
  }

  .section-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #0F3714;
    margin-bottom: 18px;
  }

  .info-card h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f1f1f;
    margin-bottom: 22px;
  }

  .info-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
  }

  .small-text {
    margin-bottom: 0;
  }

  .feature-list {
    margin-bottom: 25px;
  }

  .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 600;
    color: #222;
  }

  .feature-item i {
    color: #0F3714;
    margin-right: 12px;
    font-size: 16px;
  }


  .image-wrap {
    position: relative;
    display: inline-block;
  }

  .main-image {
    width: 100%;
    max-width: 380px;
    height: 520px;
    object-fit: cover;
    border-radius: 220px;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  }

  .image-border {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #0F3714;
    border-radius: 220px;
    z-index: 1;
  }

  .experience-badge {
    position: absolute;
    bottom: 30px;
    right: -25px;
    background: #1f1f1f;
    color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .experience-badge strong {
    font-size: 36px;
    line-height: 1;
  }

  .experience-badge span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .hours-box {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }

  .hours-box h4 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #222;
  }

  .hours-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #555;
  }

  .hours-row:last-child {
    border-bottom: 0;
  }

  .book-btn {
    display: inline-block;
    margin-top: 30px;
    background: #0F3714;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
  }

  .book-btn:hover {
    background: #608A39;
    color: #fff;
    text-decoration: none;
  }

  @media (max-width: 991px) {
    .info-card {
      text-align: center;
      padding: 35px 25px;
    }

    .info-card h2 {
      font-size: 30px;
    }

    .feature-item {
      justify-content: center;
    }

    .main-image {
      max-width: 300px;
      height: 420px;
    }

    .experience-badge {
      right: -10px;
      width: 95px;
      height: 95px;
    }

    .hours-row {
      font-size: 14px;
    }
  }