/*!
Theme Name: 8mfb5v
Theme URI: #
Version: 7.3.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 8mfb5v
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF8C00;
  --primary-btn-bg: #FF3D00;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF8C00;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF3D00;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #FF8C00;
  --table-text-color: #333333;

  --body-bg-color: #661C1C;
  --card-bg-color: #b43131;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 60%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #5C4033;
  --banner-text-color: #ffffff;

  --container-max-width: 1571px;
  --container-padding: 0 15px;
  --border-radius: 15px;
  --py: 22px;
  --py-2: 73px;
  --py-3: 80px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 103px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 349ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.wrxujhdq {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .hulrnyi {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .topfjlsnm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .headernqhkwg {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .headerrdubtp {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ff9e7f;
      }

      .headerrdubtp:hover {
        color: var(--primary-btn-bg);
      }


      .headergulpma {
        display: flex;
        gap: 10px;
      }

      .topcspotg {
        display: none;
      }
    

@media (max-width: 1024px) {
  .headernqhkwg {
    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;
  }

  .headerrdubtp {
    padding: 10px 0;
    display: block;
  }

  .headernqhkwg.active {
    opacity: 1;
    visibility: visible;
  }

  .topcspotg {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .topcspotg span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .topcspotg.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .topcspotg.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brandeounjs {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brandeounjs img {
  max-height: 80px;
}

.primaryzxbcht,
.secondarygyjdks {
  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;
}

.primaryzxbcht {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primaryzxbcht:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarygyjdks {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarygyjdks:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foothftklb{
  position: relative;
}
.foothftklb * {
  z-index: 1;
  position: relative;
}


      .textydchrv > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .textydchrv > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .textydchrv > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .pswfxkrl {
      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);
    }

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

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

    .prugseon {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foothftklb {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footywpbrn {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bottomfpunsx {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .fezcgnb {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .fezcgnb:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .footbhygvk {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bottomsxokga {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .bottomfpunsx {
        gap: 16px;
      }
    }
    



.bottomfpunsx li:empty {
  display: none;
}

.bannernbityj {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bannernbityj {
  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;
}

.bannernbityj svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bcejzyt{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.herodeobzp {
  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;
}

.tbvdjemk{
  overflow-x: auto;
  width: 100%;
}

.textydchrv {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textydchrv p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textydchrv ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textydchrv ul {
  list-style: none;
}

.textydchrv ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textydchrv ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textydchrv 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;
    }

    .textydchrv ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .textydchrv ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff3d00 0%, #ff764d 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF3D00;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .textydchrv table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .textydchrv table th,
      .textydchrv table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.textydchrv img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.itemiomyej {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.postxdtesv {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedcgiszl {
        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;
      }

      .textedcgiszl::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ff8a6605 0%, transparent 70%);
        z-index: 0;
      }

      .textedcgiszl .textedporzac {
        position: relative;
        z-index: 1;
      }

      .textedcgiszl .textedporzac:first-child {
        order: 1;
      }

      .textedcgiszl .textedporzac:last-child {
        order: 2;
      }

      .textedcgiszl 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;
      }

      .textedcgiszl figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .textedcgiszl figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .textedcgiszl 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%, #ff3d00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .textedcgiszl h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ff3d00 0%, #cc3000 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ff3d0040;
      }

      .textedcgiszl p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .textedcgiszl {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .textedcgiszl .textedporzac:first-child {
          order: 1;
        }

        .textedcgiszl .textedporzac:last-child {
          order: 2;
        }

        .textedcgiszl figure {
          transform: none;
        }

        .textedcgiszl figure:hover {
          transform: scale(1.02);
        }

        .textedcgiszl h2 {
          font-size: 2rem;
        }
      }
    

.tblxpnaer {
  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%;
}

.tblxpnaer p,
.tblxpnaer h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tblxpnaer table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tblxpnaer table td,
.tblxpnaer table th {
  border: 0;
}

.tblxpnaer table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tblxpnaer tr:last-child {
  border-bottom: 0;
}

.tblxpnaer h2 {
  margin-top: 0;
}

/*
.cardsbizmnr {
  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);
}
  */

.contrasthdclqz {
  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);
}


    .contrasthdclqz{
      background: linear-gradient(135deg, #ff3d00 0%, #ff6600 50%, #ffe600 100%);
      padding: 57px;
    }
    

.contrasthdclqz h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bcejzyt{
    flex-direction: column;
  }

  .herodeobzp {
    width: 100%;
  }

  .tblxpnaer {
    padding: var(--py);
  }

  .contrasthdclqz {
    padding: var(--py);
  }
}

.mapmqplvt{
  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);
}
.mapmqplvt 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;
}
.mapmqplvt a:hover {
  color: var(--primary-btn-bg);
}
.mapmqplvt h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formktxdac {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .formjgtwsh {
      display: flex;
      flex-direction: column;
    }

    .formfwxraq, .formtgcklx {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .formfwxraq:focus, .formtgcklx:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formtgcklx {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formktxdac button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .formktxdac button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formktxdac {
        max-width: 100%;
        gap: 15px;
      }

      .formfwxraq, .formtgcklx {
        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)
  }
}


        .bannernbityj {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 23px var(--py) 90px;
            overflow: hidden;
        }

        .herowbhapg {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .bannercuynws {
            position: absolute;
            border-radius: 50%;
            filter: blur(108px);
        }

        .bannercuynws:nth-child(1) {
            top: 30%;
            left: 27%;
            width: 342px;
            height: 382px;
            background: rgba(255, 61, 0, 0.1);
        }

        .bannercuynws:nth-child(2) {
            top: 38%;
            right: 23%;
            width: 343px;
            height: 315px;
            background: rgba(255, 215, 0, 0.1);
        }

        .bannercuynws:nth-child(3) {
            bottom: 25%;
            left: 44%;
            width: 275px;
            height: 298px;
            background: rgba(255, 61, 0, 0.15);
        }

        .mainedpfgr {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1053px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(27px);
            border-radius: 37px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 79px;
            box-shadow: 0 16px 41px rgba(0, 0, 0, 0.3);
        }

        .mainedpfgr::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -45px;
            width: 120px;
            height: 158px;
            background: linear-gradient(to bottom right, rgba(255, 61, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(40px);
        }

        .mainedpfgr::after {
            content: '';
            position: absolute;
            bottom: -45px;
            left: -43px;
            width: 116px;
            height: 115px;
            background: linear-gradient(to top left, rgba(255, 215, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(34px);
        }

        .bcdozri {
            position: absolute;
            border-radius: 50%;
            animation: pulse 3s ease-in-out infinite;
        }

        .bcdozri:nth-child(1) {
            top: 24px;
            right: 64px;
            width: 7px;
            height: 7px;
            background: #FF3D00;
            animation-delay: 0s;
        }

        .bcdozri:nth-child(2) {
            bottom: 53px;
            left: 46px;
            width: 4px;
            height: 5px;
            background: #FFD700;
            animation-delay: 0.5s;
        }

        .bcdozri:nth-child(3) {
            top: 62px;
            left: 79px;
            width: 4px;
            height: 6px;
            background: white;
            animation-delay: 1s;
        }

        .bannerjrxzcq {
            font-size: clamp(56px, 8vw, 88px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .bannerjrxzcq .italic {
            font-style: italic;
            color: #FF3D00;
            opacity: 0.9;
        }

        .herotebuhm {
            font-size: 16px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 610px;
            margin: 0 auto 35px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .mainedpfgr {
                padding: 54px;
            }

            .bannerjrxzcq {
                font-size: 37px;
            }

            .herotebuhm {
                font-size: 15px;
            }
        }
        


        .blockzfshrw {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cardsbizmnr {
            background: #b43131;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .cardsbizmnr::before {
            content: '';
            position: absolute;
            top: 30%;
            left: 46%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF3D0020, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .cardsbizmnr:hover::before {
            width: 475px;
            height: 475px;
        }

        .cardsbizmnr:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .cardsbizmnr h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .cardsbizmnr:hover h3 {
            color: #FF3D00;
        }

        .cardsbizmnr p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blockzfshrw {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        