  .exp-text h3 {
    font-size: 18px !important;
  }

  .pageHero.-type-2 {
    position: relative;
    display: flex;
    align-items: center;
    height: 70vh;
    z-index: 0;
  }

  .heading-spaced {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2.8rem;
    color: #2B2B2B;
  }

  @media (max-width: 767px) {
    .heading-spaced {
      font-size: 1.7rem;
      margin-bottom: 1.8rem;
    }
  }

  .card {
    border-radius: 14px !important;
    overflow: hidden;
    border: 0;
    background: #fff;
    transition: all .25s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }

  .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .card img {
    height: 260px;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .card img {
      height: 200px;
    }

    .exp-para {
      text-align: justify !important;
    }
  }

  .card-body {
    padding: 1.5rem !important;
  }

  .card-body h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    color: #222;
  }

  .card-body p {
    font-size: 1rem;
    color: #555;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
  }

  .custom-popup .popup-content {
    border-radius: 14px;
    padding: 20px;
  }

  .book-btn {
    display: block;
    width: 100%;
    background: #bfae00;
    color: #F3A111;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
  }

  .book-btn:hover {
    background: #2a0903;
  }

  .experience-section {
    padding: 40px 0;
  }

  .experience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
  }

  /* Card */
  .exp-card {
    text-align: center;
    cursor: pointer;
  }

  .exp-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.4s ease;
  }

  .exp-card img:hover {
    transform: scale(1.03);
  }

  .clamp-js {
    margin-top: 5px;
    overflow: hidden;
    cursor: pointer;
  }
  .custom-popup
  {
      height:90%!important;
  }