  body { 
      background: url(../img/th.jpg) no-repeat;
      background-attachment: fixed;
      background-size: cover;
  }
  .bg-transparent { 
    background-color: transparent;
  } 
  .bg-light-08 {
    background-color: rgba(255, 255, 255, 0.75); /* Светлое стекло */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0 0 24px 24px;
    color: #474747; /* Темный текст для светлого фона */
  }

  .bg-light-1 {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
  }
  .breadcrumb a { 
    color: #c0c3c0;
  }
   .text-muted a { 
    /*color: #c0c3c0;*/
    color: #474747;
   }
   .br-2 { 
     border-radius: 2px; 
   }
  .ubuntu-panel {
      background-blend-mode: multiply, multiply, normal, normal;
      background-color: #2b585d;
      background-image: linear-gradient(to bottom left, rgba(71,145,154,0.16) 0, rgba(71,145,154,0.16) 49.9%, transparent 50%),linear-gradient(to bottom right, rgba(71,145,154,0.16) 0, rgba(71,145,154,0.16) 49.9%, transparent 50%),linear-gradient(to top left, #fff 0%, #fff 49.3%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%),linear-gradient(246deg, #47919a 0%, #47919a 53%, #2b585d 100%);
      color: #fff;
      background-position: top right, top left, right bottom -1px, left top;
      background-repeat: no-repeat;
      background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
      padding-bottom: 9rem;
      padding-top: 6rem; 
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .text-left { 
      text-align: left; 
  }
  .mleft-5 { 
    margin-left: 5px; 
  }
  .title-panel { 
    background-color: rgba(30, 30, 30, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e2e2 !important;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
  }

  /* Fix blue links in headers and make them larger */
  .title-panel .lead {
    font-size: 1.45rem; /* Крупнее, как просили */
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  .title-panel a.colord9, 
  .title-panel .lead a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .title-panel a.colord9:hover, 
  .title-panel .lead a:hover {
    color: #74b82d !important;
  }

  .title-panel:hover {
    transform: translateY(-8px);
    background-color: rgba(45, 45, 45, 0.85);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.4), 0 0 20px rgba(116, 184, 45, 0.1);
  }

  /* Specific glow for Poncy brand services */
  .col:nth-child(2) .title-panel:hover, /* Poncy Go */
  .col:nth-child(8) .title-panel:hover, /* Chess */
  .col:nth-child(9) .title-panel:hover /* Todo */ {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(5, 142, 29, 0.3);
    border-color: rgba(5, 142, 29, 0.4);
  }

  /* Glow for other services (blue/purple) */
  .col:nth-child(odd) .title-panel:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(104, 116, 179, 0.3);
    border-color: rgba(104, 116, 179, 0.4);
  }

  .card-body {
    display: flex !important;
    flex-direction: column;
    padding: 2rem !important;
  }

  .card-main-content {
    display: flex;
    flex-direction: column; /* Текст будет под изображением */
    gap: 1rem;
    margin-top: 1rem;
  }

  .card-img-link {
    display: block;
    width: 100%;
    max-width: 500px; /* Ограничим, чтобы на планшетах не были гигантскими */
    margin: 0 auto 1.5rem auto; /* Центрируем и добавляем отступ снизу */
    z-index: 2;
    text-align: center;
  }

  /* Prevent text from sticking to images globally */
  .card-body img {
    /*margin-bottom: 1.5rem;*/
    max-width: 100%;
  }

  .card-text-box {
    flex: 1;
    z-index: 1;
  }

  p.card-text > a { 
    color: white; 
    font-weight: bold;
  } 

  .logo-text {
      margin-left: 6px;
      font-size: 1.3em;
      margin-bottom: 5px;
  }

  span.logo-tld { 
      color: gray;
  }

  .gray-image-90 { 
      -webkit-filter: grayscale(90%);
      filter: grayscale(90%); 
      transition: all 1s ease;
  }

  .gray-image-90:hover { 
      filter: grayscale(0%); 
  }

  .rotate-image { 
    transform: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px -10px;
    transition: all 0.5s ease;
    border-radius: 4px;
  }

  .rotate-image:hover { 
     transform: scale(1.02);
     box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 40px -8px;
  }

    z-index: 2;
  }

  div.index-page .card-body img { 
    max-width: 100%;
    height: auto;
    display: inline-block; /* Для центрирования через text-align */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  }

  .card-text-area {
    flex: 1;
    z-index: 1;
  }


  .accordion-button-brown { 
      color: #303132 !important;
      background-color: #fffffd !important; 
  }
  .btn-outline-secondary { 
    color: white; 
  }
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  @media (max-width: 992px) {
    .card-main-content {
      flex-direction: column;
      gap: 1.5rem;
      align-items: center;
    }
    .card-img-link {
      width: 100%;
      max-width: 100%; /* На мобилках на всю ширину (за вычетом падингов) */
    }
    .rotate-image {
      transform: none !important; /* Убираем поворот на мобильных для удобства */
    }
  }

    
