/*!
Theme Name: 3ptbg2
Theme URI: #
Version: 6.4.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 3ptbg2
*/

:root {
  --text-color: #2D3436;
  --heading-color: #00B894;
  --primary-btn-bg: #81ECEC;
  --secondary-btn-bg: #FDCB6E;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #00B894;
  --header-border: 1px solid #81ECEC;

  --footer-bg-color: #00B894;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #DFF9DB;
  --table-border-color: #00B894;
  --table-text-color: #0f3409;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #2D3436;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 62%;
  --banner-padding: 144px;
  --banner-border: 3px solid #81ECEC;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1479px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 26px;
  --py-2: 54px;
  --py-3: 78px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 145px;
  --menu-margin: 0;

  --animation-duration: 302ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --contrast-text-color: #fcfcfc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.c-phwrmiu {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h-lgqhamp {
        padding: var(--py) 0;
      }

      .header-kinxyfm {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .header-yfapmqt {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #c0f5f5;
      }

      .top-eglxufm {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top-eglxufm:hover {
        color: var(--primary-btn-bg);
      }


      .top-yhzbgow {
        display: flex;
        gap: 10px;
      }

      .head-jahwidm {
        display: none;
      }

      .l-evxqrko img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .header-kinxyfm {
          justify-content: space-between;
          flex-direction: row;
        }

        .top-eglxufm {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .header-yfapmqt {
    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-eglxufm {
    padding: 10px 0;
    display: block;
  }

  .header-yfapmqt.active {
    opacity: 1;
    visibility: visible;
  }

  .head-jahwidm {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head-jahwidm span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head-jahwidm.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head-jahwidm.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l-evxqrko {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l-evxqrko img {
  max-height: 80px;
}

.primary-hqjbkmg,
.sec-brjoknq {
  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;
}

.primary-hqjbkmg {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary-hqjbkmg:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-brjoknq {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-brjoknq:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer-qxbklai{
  position: relative;
}
.footer-qxbklai * {
  z-index: 1;
  position: relative;
}


      .txt-jitvuac > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #81ecec 0%, #56e6e6 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .txt-jitvuac > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt-jitvuac > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .ps-vltodgj {
      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-vltodgj a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .ps-vltodgj a:hover {
      opacity: .7;
    }

    .our__title-aeqmgcx {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer-qxbklai {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #00d1a7 0%, #005241 40%, #000000 60%);
    }

    .footer-qxbklai::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .bottom-xenygkd {
      max-width: 1536px;
      margin: 0 auto;
    }

    .f-ljznswi {
      position: relative;
    }

    .footer-zbrleqt {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .bot-ejiqcoy {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bot-ejiqcoy:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bot-qwkhoeg {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .foot-ixsjvok {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .footer-qxbklai {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .footer-zbrleqt {
        gap: 24px;
      }
    }
    


        .footer-qxbklai:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(135deg, #000000 25%, transparent 25%), linear-gradient(225deg, #000000 25%, transparent 25%), linear-gradient(45deg, #000000 25%, transparent 25%), linear-gradient(315deg, #000000 25%, #00ebbc 25%);
            background-position:  97px 0, 97px 0, 0 0, 0 0;
            background-size: 194px 194px;
            background-repeat: repeat;
            
        }
        

.footer-zbrleqt li:empty {
  display: none;
}

.hero-bkoxejp {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero-bkoxejp {
  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;
}

.hero-bkoxejp svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr-wlbmnhq{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero-uicnkel {
  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-ysxilmv{
  overflow-x: auto;
  width: 100%;
}

.txt-jitvuac {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt-jitvuac p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt-jitvuac ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt-jitvuac ul {
  list-style: none;
}

.txt-jitvuac ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt-jitvuac ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt-jitvuac 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-jitvuac ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt-jitvuac ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #81ecec 0%, #c5f6f6 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #81ECEC;
        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;
      }
    


      .tbl-ysxilmv {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .txt-jitvuac table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .txt-jitvuac table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .txt-jitvuac table th {
        padding: 20px 28px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .txt-jitvuac table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt-jitvuac table tbody tr:last-child {
        border-bottom: none;
      }

      .txt-jitvuac table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txt-jitvuac table td {
        padding: 18px 26px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .txt-jitvuac table td:first-child {
        font-weight: normal;
      }
    

.txt-jitvuac img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item-xkqrzfj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item-rcfnbsv {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols-rfyvdnx {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .cols-rfyvdnx::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #f2fdfd 50%, transparent 100%);
        z-index: 1;
      }

      .cols-rfyvdnx .texted-fazstmn:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .cols-rfyvdnx .texted-fazstmn:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .cols-rfyvdnx figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .cols-rfyvdnx figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #81ecec20 0%, #f2fdfd10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .cols-rfyvdnx figure:hover::before {
        opacity: 1;
      }

      .cols-rfyvdnx figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .cols-rfyvdnx h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .cols-rfyvdnx h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #81ecec;
        border-radius: 1px;
      }

      .cols-rfyvdnx p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .cols-rfyvdnx {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols-rfyvdnx::before {
          display: none;
        }

        .cols-rfyvdnx .texted-fazstmn:first-child {
          order: 1;
        }

        .cols-rfyvdnx .texted-fazstmn:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl-urxkjis {
  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%;
}

.tbl-urxkjis p,
.tbl-urxkjis h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl-urxkjis table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl-urxkjis table td,
.tbl-urxkjis table th {
  border: 0;
}

.tbl-urxkjis table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl-urxkjis tr:last-child {
  border-bottom: 0;
}

.tbl-urxkjis h2 {
  margin-top: 0;
}

/*
.rows-bhkfvup {
  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-ufthckd {
  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-ufthckd{
      background: linear-gradient(135deg, #333333 0%, #4d4d4d 100%);
      border-left: 5px solid var(--primary-btn-bg);
    }
    

.dark-ufthckd h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr-wlbmnhq{
    flex-direction: column;
  }

  .hero-uicnkel {
    width: 100%;
  }

  .tbl-urxkjis {
    padding: var(--py);
  }

  .dark-ufthckd {
    padding: var(--py);
  }
}

.map-cymjixs{
  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);
}
.map-cymjixs 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;
}
.map-cymjixs a:hover {
  color: var(--primary-btn-bg);
}
.map-cymjixs 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-hyvmilc {
      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-eqndylx {
      padding: 30px;
    }

    .fr-xadhbqy {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form-icpywlj {
      display: flex;
      flex-direction: column;
    }

    .fr-fthiemj {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .frm-uzsavpk, .form-wudzxoi {
      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;
    }

    .frm-uzsavpk:focus, .form-wudzxoi:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form-wudzxoi {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-eqndylx 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-eqndylx button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .frm-sckjbmt {
      text-align: center;
      margin-top: 20px;
    }

    .fr-viylhxd {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .frm-hyvmilc {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .form-eqndylx {
        padding: 20px;
      }

      .fr-xadhbqy {
        gap: 15px;
      }

      .frm-uzsavpk, .form-wudzxoi {
        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)
  }
}


            .hero-bkoxejp {
                padding: var(--py);
            }

            .hr-wlbmnhq {
                background-color: #ebe0e0;
                color: #000000;
                padding: 91px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .hr-wlbmnhq p {
                font-size: 18px;
                max-width: 74%;
                margin: 0 auto var(--mb);
            }

            .b-nzalqvd {
                text-align: center;
                font-size: 4rem;
                line-height: 1.25;
            }

            .b-nzalqvd span {
                color: #2bc0de;
                background: linear-gradient(90deg, #2bc0de, #2b67de);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .b-nzalqvd {
                    font-size: 35px;
                }

                .hr-wlbmnhq {
                    padding: 59px var(--py);
                }

                .hr-wlbmnhq p {
                    width: 100%;
                }
            }
        


        .row-vcrtfps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rows-bhkfvup {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .rows-bhkfvup::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #81ECEC, #FDCB6E);
        }

        .rows-bhkfvup:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rows-bhkfvup h3 {
            color: #2D3436;
        }

        .rows-bhkfvup p {
            color: #2D3436;
            margin: 0;
        }

        @media (max-width: 768px) {
            .row-vcrtfps {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        