/*!
Theme Name: rkl8wh
Theme URI: #
Version: 7.7.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rkl8wh
*/

:root {
  --text-color: #2E2E2E;
  --heading-color: #D32F2F;
  --primary-btn-bg: #1976D2;
  --secondary-btn-bg: #00897B;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FAFAFA;
  --header-text-color: #D32F2F;
  --header-border: 1px solid #1976D2;

  --footer-bg-color: #1976D2;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #D32F2F;
  --table-text-color: #333333;

  --body-bg-color: #FAFAFA;
  --card-bg-color: #ffffff;
  --card-text-color: #2E2E2E;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 62%;
  --banner-padding: 216px;
  --banner-border: 2px solid #1976D2;
  --banner-bg-color: #FAFAFA;
  --banner-text-color: #000000;

  --container-max-width: 1358px;
  --container-padding: 0 15px;
  --border-radius: 5px;
  --py: 37px;
  --py-2: 73px;
  --py-3: 66px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 126px;
  --menu-margin: 0;

  --animation-duration: 679ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #fafafa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wraper__wjdmuipgb {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h__zuidlwcny {
        color: var(--header-text-color);
        padding: 0;
      }

      .h__zuidlwcny .wraper__wjdmuipgb {
        border-bottom: 1px solid #8cbae8;
      }

      .h__xmbcnfshr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top__muwjftpkq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top__ymalifxwr {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top__ymalifxwr:hover {
        color: var(--primary-btn-bg);
      }


      .h__qachiypde {
        display: flex;
        gap: 10px;
      }

      .head__stdcbpmaf {
        display: none;
      }

      @media (max-width: 1024px) {
        .top__ymalifxwr {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top__muwjftpkq {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .top__ymalifxwr {
    padding: 10px 0;
    display: block;
  }

  .top__muwjftpkq.active {
    opacity: 1;
    visibility: visible;
  }

  .head__stdcbpmaf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head__stdcbpmaf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head__stdcbpmaf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head__stdcbpmaf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l__xiuhkoflp {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l__xiuhkoflp img {
  max-height: 80px;
}

.p__nywxlukja,
.secondary__gwpzlifsk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.p__nywxlukja {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p__nywxlukja:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__gwpzlifsk {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__gwpzlifsk:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom__eclbsrmoi{
  position: relative;
}
.bottom__eclbsrmoi * {
  z-index: 1;
  position: relative;
}


      .txt__vszohqclu > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #64a8ed;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .txt__vszohqclu > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .txt__vszohqclu > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .ps__axtcrloeg {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .ps__axtcrloeg a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .ps__axtcrloeg a:hover {
      opacity: .7;
    }

    .pr__kdwzfoiam {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottom__eclbsrmoi {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .f__lwtrqoebm {
      max-width: 1280px;
      margin: 0 auto;
    }

    .footer__ixcwtsfry {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f__advrsqnfe {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .f__advrsqnfe:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .foot__qbgcpamfz {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bottom__oepgbcasl {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .footer__ixcwtsfry {
        gap: 16px;
      }
    }
    


        .bottom__eclbsrmoi:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: radial-gradient(#030f1b 1.3px, #368fe7 1.3px);
            background-size: 74px 74px;
            
        }
        

.footer__ixcwtsfry li:empty {
  display: none;
}

.main__uykzediwb {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main__uykzediwb {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.main__uykzediwb svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr__dynhipcwj{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban__zqgjpleyx {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.tbl__jeawzkcvb{
  overflow-x: auto;
  width: 100%;
}

.txt__vszohqclu {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt__vszohqclu p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt__vszohqclu ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt__vszohqclu ul {
  list-style: none;
}

.txt__vszohqclu ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt__vszohqclu ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt__vszohqclu ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .txt__vszohqclu ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt__vszohqclu ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #1976d2 0%, #114f8d 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #1976D2;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .txt__vszohqclu table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #e6e6e6;
        box-shadow: 0 25px 50px -12px #e6e6e6;
      }

      .txt__vszohqclu table thead {
        background-color: #ffffff;
      }

      .txt__vszohqclu table thead tr {
        border-bottom: 1px solid #e6e6e6;
      }

      .txt__vszohqclu table th {
        padding: 18px 27px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .txt__vszohqclu table tbody tr {
        border-bottom: 1px solid #e6e6e6;
      }

      .txt__vszohqclu table tbody tr:last-child {
        border-bottom: none;
      }

      .txt__vszohqclu table td {
        padding: 25px 29px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .txt__vszohqclu table td:first-child {
        font-weight: 500;
      }
    

.txt__vszohqclu img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post__ugpdqblty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts__ehrsnpcwu {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols__egohacxbu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .cols__egohacxbu::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #64a8ed05 0%, transparent 70%);
        z-index: 0;
      }

      .cols__egohacxbu .column__hnfocyldu {
        position: relative;
        z-index: 1;
      }

      .cols__egohacxbu .column__hnfocyldu:first-child {
        order: 1;
      }

      .cols__egohacxbu .column__hnfocyldu:last-child {
        order: 2;
      }

      .cols__egohacxbu figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .cols__egohacxbu figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .cols__egohacxbu figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols__egohacxbu h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #1976d2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .cols__egohacxbu h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #1976d2 0%, #135ca4 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #1976d240;
      }

      .cols__egohacxbu p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .cols__egohacxbu {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .cols__egohacxbu .column__hnfocyldu:first-child {
          order: 1;
        }

        .cols__egohacxbu .column__hnfocyldu:last-child {
          order: 2;
        }

        .cols__egohacxbu figure {
          transform: none;
        }

        .cols__egohacxbu figure:hover {
          transform: scale(1.02);
        }

        .cols__egohacxbu h2 {
          font-size: 2rem;
        }
      }
    

.table__nwsbuhxvd {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.table__nwsbuhxvd p,
.table__nwsbuhxvd h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table__nwsbuhxvd table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table__nwsbuhxvd table td,
.table__nwsbuhxvd table th {
  border: 0;
}

.table__nwsbuhxvd table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table__nwsbuhxvd tr:last-child {
  border-bottom: 0;
}

.table__nwsbuhxvd h2 {
  margin-top: 0;
}

/*
.card__yrenghifw {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.dark__brpzodmyk {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .dark__brpzodmyk{
      background: linear-gradient(135deg, #1976d2 0%, #1956d2 50%, #3819d2 100%);
      padding: 47px;
    }
    

.dark__brpzodmyk h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr__dynhipcwj{
    flex-direction: column;
  }

  .ban__zqgjpleyx {
    width: 100%;
  }

  .table__nwsbuhxvd {
    padding: var(--py);
  }

  .dark__brpzodmyk {
    padding: var(--py);
  }
}

.sitemap__uxsmpitjz{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.sitemap__uxsmpitjz a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.sitemap__uxsmpitjz a:hover {
  color: var(--primary-btn-bg);
}
.sitemap__uxsmpitjz h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm__mksgtbeou {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .form__bavrchmxn {
      padding: 30px;
    }

    .frm__amshpcnge {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form__euwnzmypi {
      display: flex;
      flex-direction: column;
    }

    .form__dmywcxjnv {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .form__mfdlnxbwe, .frm__akohqcxwd {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .form__mfdlnxbwe:focus, .frm__akohqcxwd:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__akohqcxwd {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form__bavrchmxn button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .form__bavrchmxn button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .frm__gzhirljfm {
      text-align: center;
      margin-top: 20px;
    }

    .form__qkumcbhzt {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .frm__mksgtbeou {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .form__bavrchmxn {
        padding: 20px;
      }

      .frm__amshpcnge {
        gap: 15px;
      }

      .form__mfdlnxbwe, .frm__akohqcxwd {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .main__uykzediwb {
            position: relative;
            padding: 198px var(--py) 136px;
            background-color: #FAFAFA;
            overflow: hidden;
        }

        .hr__dynhipcwj {
            max-width: 1216px;
            margin: 0 auto;
        }

        .ban__zqgjpleyx {
            position: relative;
        }

        .hr__jgankyxfw {
            position: absolute;
            top: -184px;
            left: 50%;
            transform: translateX(-50%);
            width: 861px;
            height: 800px;
            background: radial-gradient(circle, rgba(25, 118, 210, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(72px);
            pointer-events: none;
        }

        .ban__jraulsfgv {
            font-size: 67px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 32px;
            line-height: 0.95;
            letter-spacing: -0.02em;
            display: block;
        }

        .hr__apqwynrig {
            font-size: 20px;
            color: #000000;
            opacity: 0.5;
            max-width: 503px;
            margin-bottom: 43px;
            line-height: 1.6;
            letter-spacing: 0.01em;
        }

        @media (max-width: 1024px) {
            .main__uykzediwb {
                padding: 123px var(--py) 92px;
            }

            .ban__jraulsfgv {
                font-size: 41px;
            }

            .hr__apqwynrig {
                font-size: 17px;
            }

            .hr__jgankyxfw {
                width: 512px;
                height: 585px;
            }
        }
        


        .row__nvltfyjhu {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .card__yrenghifw {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 3px solid #1976D2;
        }

        .card__yrenghifw:nth-child(even) {
            border-left-color: #00897B;
            margin-left: 14px;
        }

        .card__yrenghifw:nth-child(odd) {
            margin-right: 14px;
        }

        .card__yrenghifw::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #1976D205, #00897B05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .card__yrenghifw:hover::before {
            opacity: 1;
        }

        .card__yrenghifw:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .card__yrenghifw h3 {
            color: #2E2E2E;
            position: relative;
            z-index: 1;
        }

        .card__yrenghifw p {
            color: #2E2E2E;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .row__nvltfyjhu {
                max-width: 100%;
            }

            .card__yrenghifw:nth-child(even),
            .card__yrenghifw:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        