@font-face {
  font-family: "MinionPro-Regular";
  src: url('menu-fonts/MinionPro-Regular.otf');
}

@font-face {
  font-family: "Hannik";
  src: url('menu-fonts/Hannik.otf');
}

@font-face {
  font-family: "BlackGround";
  src: url('menu-fonts/BlackGround.otf');
}

@font-face {
  font-family: "VentiCF-Regular";
  src: url('menu-fonts/VentiCF-Regular.otf');
}

@font-face {
  font-family: "VentiCF-Black";
  src: url('menu-fonts/VentiCF-Black.otf');
}

@font-face {
  font-family: "VentiCF-Bold";
  src: url('menu-fonts/VentiCF-Bold.otf');
}


.info_bg {
  background-color: #2DBCA3;
  padding: 5px;
  position: relative;
  display: flex;
  gap: 20px;
}

.info_bg:before{
  content: '';
  width: 4px;
  top: 5px;
  height: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  position: absolute;
}

.info_bg ul{
  width: 50%;
  color: #fff!important;
  padding: 0;
  margin: 0!important;
  list-style-type: none!important;
}

.info_bg ul li{
  margin: 0!important;
}


/* Masonry grid container - 3 columns, items pack to fill gaps */
.menu_wrap-container {
  position: relative;
}

/* Column width reference for Masonry */
.menu_wrap-container .grid-sizer {
  width: calc((100% - 24px) / 2);
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Masonry item - 1 column default */
.menu_wrap-container>.menu_wrap-item {
  width: calc((100% - 24px) / 2);
  margin-bottom: 24px;
}

/* Masonry item - 2 columns wide */
.menu_wrap-container>.menu_wrap-item.menu_wrap-item--wide {
  width: 100%;
}

.menu_wrap-table-intro-text h6{
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
}

.menu_wrap-table-list{
  position: relative;
  z-index: 10;
}

.menu_wrap-table-list-cols-3 {
      grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.menu_wrap-table-title {
  text-align: center;
}

.menu_wrap-logo {
  text-align: center;
  margin-bottom: 30px;
}

.menu_wrap-table-title{
  text-align: left;
  display: flex;
  align-items: center;
}

.menu_wrap-table-title h2 {
  font-size: 46px;
  line-height: 40px;
  color: #2DBCA3;
  font-family: "BlackGround";
  display: inline-block;
  background-color: #fff; 
  padding: 0px 0px 0 0;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  letter-spacing: 0;
  flex: 0 0 auto;
}

.menu_wrap-table-title:after{
  content: '';
  width: 265px;
  height: 18px;
  background-image: url('/wp-content/uploads/2026/04/h2-line.png');
  background-position: center;
  background-size: auto;
  background-repeat: repeat-x;
  display: inline-block;
  margin-left: 8px;
}

.menu_wrap-table-title h4{
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  color: #2DBCA3;
  font-family: "BlackGround";  
}

.menu_wrap-table-title h4 em{
    vertical-align: top;
  font-family: "Guttery";
}

.menu_wrap-table-title-wrap {
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}

.menu_wrap-table-title-wrap:last-child{
  margin-bottom: 0;
}

.menu_wrap-table-title h2 em {
  font-size: 44px;
  /* margin-right: 10px; */
  vertical-align: top;
  font-family: "Guttery";
}

.h2_centroyo {
       font-family: "VentiCF-Regular";
}

.menu_wrap-table-list-title-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
}

.menu_wrap-table-list-image {
  flex: 0 0 auto;
  margin-bottom: -4px;
}

.menu_wrap-table-list-image img {
  width: auto
}

.menu_wrap-table-mobile-head {
  display: none;
}

.menu_wrap-table {
  position: relative;
}

.menu_wrap-table-image {
  position: absolute;
  z-index: 6;
}


.menu_wrap-table-intro-text ul{
  margin: 0;
}

.menu_wrap-table-intro-text ul li{
      font-size: 14px;
    line-height: 16px;
    color: #263A8B;
    padding-left: 20px;
    text-align: left;
    position: relative;
    margin: 0;
}

.menu_wrap-table-intro-text ul li strong{
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu_wrap-table-list-item.bordered{
  border: 2px solid #2DBCA3;
  padding: 4px;
}

.menu_wrap-table-intro-text{
  margin-top: 15px;
}

.menu_wrap-table-intro-text p {
    font-size: 18px;
    line-height: 21px;
    font-family: "VentiCF-Black";
    color: #000;
    margin-bottom: 0;
}

.menu_wrap-table-subtitle {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    min-width: 240px;
    min-height: 30px;
    justify-content: center;
        font-family: "VentiCF-Regular";
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

.menu_wrap-table-subtitle-wrap{
  position: relative;
}

.menu_wrap-table-subtitle-image{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
}

.menu_wrap-table-list-item {
  position: relative;
}

.menu_wrap-table-list-title-wrap,
.menu_wrap-table-list-text {
  position: relative;
  z-index: 5;
}

.menu_col,
.menu_wrap-table-list.menu_wrap-table-list-cols-1 {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.menu_wrap-table-list-item-bg-image {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 0;
  /* max-width: 100%; */
}

.menu_info{
    display: flex;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.menu_info h3{
  margin-bottom: 0;
  font-size: 34px;
  font-family: "Hannik";
}

.menu_info h3 strong{
  font-size: 20px;
}

.menu_info ~ p{
  font-size: 11px;
  font-family: "VentiCF-Regular";
  margin-bottom: 0;
  margin-top: 30px;
}

.menu_wrap-table-intro-text pre,
.menu_wrap-table-list-text pre{
    font-size: 14px;
  line-height: 16px;
        font-family: "VentiCF-Regular";
    color: #272A58;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0;
    overflow: unset;
    text-transform: uppercase;
}

.menu_wrap-table-intro-text pre strong,
.menu_wrap-table-list-text pre strong{
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu_wrap-table-list-item-bg-image img {
  width: 100%;
}

.menu_wrap-table-list-text p {
  font-size: 14.7px;
  line-height: 18px;
  font-family: "VentiCF-Regular";
  margin-bottom: 0;
}

.menu_wrap-table-list-title {
  text-transform: uppercase;
  font-family: "Hannik";
  color: #272A58;
  font-size: 18px;
}

.menu_wrap-table-list-title h3{
  margin-bottom: 0;
      font-size: 28px;
      line-height: 34px;
    letter-spacing: 0;
    font-family: "Hannik";
    color: #000;
}

.menu_wrap-table-list {
  display: grid;
}

.menu_wrap-table-list-cols-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.menu_wrap-table {
  position: relative;
  border: none;
  padding: 20px 20px 20px;
}


.menu_wrap-table.bordered::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: inherit;
  z-index: 7;
}

/* TOP */
.menu_wrap-table.bordered::before {
  background:
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'>\<path d='M0 5 Q5 0 10 5 T20 5 T30 5 T40 5 T50 5 T60 5 T70 5 T80 5 T90 5 T100 5' stroke='%2370ADBB' fill='none' stroke-width='2'/>\</svg>") top repeat-x,

    /* BOTTOM */
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'>\<path d='M0 5 Q5 10 10 5 T20 5 T30 5 T40 5 T50 5 T60 5 T70 5 T80 5 T90 5 T100 5' stroke='%2370ADBB' fill='none' stroke-width='2'/>\</svg>") bottom repeat-x,

    /* LEFT */
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 100'>\<path d='M5 0 Q0 5 5 10 T5 20 T5 30 T5 40 T5 50 T5 60 T5 70 T5 80 T5 90 T5 100' stroke='%2370ADBB' fill='none' stroke-width='2'/>\</svg>") left repeat-y,

    /* RIGHT */
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 100'>\<path d='M5 0 Q10 5 5 10 T5 20 T5 30 T5 40 T5 50 T5 60 T5 70 T5 80 T5 90 T5 100' stroke='%2370ADBB' fill='none' stroke-width='2'/>\</svg>") right repeat-y;

  background-size:
    100px 10px,
    /* top */
    100px 10px,
    /* bottom */
    10px 100px,
    /* left */
    10px 100px;
  /* right */
}

.menu_wrap-table.bordered.red::before {
    background:
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'>\<path d='M0 5 Q5 0 10 5 T20 5 T30 5 T40 5 T50 5 T60 5 T70 5 T80 5 T90 5 T100 5' stroke='%23BF9D95' fill='none' stroke-width='2'/>\</svg>") top repeat-x,

    /* BOTTOM */
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'>\<path d='M0 5 Q5 10 10 5 T20 5 T30 5 T40 5 T50 5 T60 5 T70 5 T80 5 T90 5 T100 5' stroke='%23BF9D95' fill='none' stroke-width='2'/>\</svg>") bottom repeat-x,

    /* LEFT */
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 100'>\<path d='M5 0 Q0 5 5 10 T5 20 T5 30 T5 40 T5 50 T5 60 T5 70 T5 80 T5 90 T5 100' stroke='%23BF9D95' fill='none' stroke-width='2'/>\</svg>") left repeat-y,

    /* RIGHT */
    url("data:image/svg+xml,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 100'>\<path d='M5 0 Q10 5 5 10 T5 20 T5 30 T5 40 T5 50 T5 60 T5 70 T5 80 T5 90 T5 100' stroke='%23BF9D95' fill='none' stroke-width='2'/>\</svg>") right repeat-y;
  
    background-size:
    100px 10px,
    /* top */
    100px 10px,
    /* bottom */
    10px 100px,
    /* left */
    10px 100px;
  /* right */
}

/* .menu_wrap-container{
	display: grid;
	grid-template-columns: repeat(3,1fr)
} */

.menu_wrap-head{
  display: none;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 21;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 20px;  
}

.menu_wrap-table-mobile-inner {
  display: flex;
      gap: 15px;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.menu_wrap-head{
  overflow-x: auto;
}

.menu_wrap-head-item:empty{
  display: none;
}

.menu_wrap-head-item{
    flex: 0 0 auto;
    border: 1px solid #2DBCA3;
    border-radius: 100px;
    padding: 5px 10px;
    text-transform: capitalize;
    line-height: 14px;
    height: 44px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.menu_wrap-head-item.active{
  background-color: #2DBCA3;
}

.menu_wrap-head-item h4{
  display: none;
}

.menu_wrap-head-item h2 {
  color: #2DBCA3;
}

.menu_wrap-head-item h2,
.menu_wrap-head-item h2 em,
.menu_wrap-head-item h2 strong{
  margin-bottom: 0;
  font-size: 18px !important;
      font-family: "BlackGround";
  line-height: 40px;
  font-style: normal;
  font-weight: 500;
}

.menu_wrap-head-item.active h2{
  color: #fff;
}

@media screen and (max-width:768px) {
  .menu_wrap-table-list-cols-3{
    grid-template-columns: repeat(1, 1fr);
  }
  .menu_wrap-table-subtitle-wrap{
    margin-top: 10px;
  }
  .menu_wrap-item{
    position: static!important;
  }
  .menu_wrap-container{
    height: auto!important;
  }
  .menu_wrap-head{
    display: flex;
  }
  .menu_wrap-table-image,
  .menu_wrap-table-list-item-bg-image{
    display: none;
  }
  .menu_wrap-table-title {
    margin: 0!important;
  }

  .menu_wrap-container .grid-sizer,
  .menu_wrap-container>.menu_wrap-item,
  .menu_wrap-container>.menu_wrap-item.menu_wrap-item--wide,
  .menu_wrap-container>.menu_wrap-item.menu_wrap-item--wide-3 {
    width: 100%;
  }
  .menu_wrap-table-list-cols-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .menu_wrap-table-title h2{
        font-size: 46px !important;
  }
  .menu_wrap-table-list-text p br{
    display: none;
  }
  .menu_wrap-head-item br{
    display: none;
  }
  .content_wrapper .section_wrapper, .container, .four.columns .widget-area{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
      html body.responsive-overflow-x-mobile {
        overflow-x: unset!important;
    }
    html {
      overflow-x: unset!important;
    }
    .menu_wrap-table-list-title + .menu_wrap-table-list-text{
      margin-top: 10px;
    }
    .menu_wrap-table{
      padding: 20px 0;
    }
    .menu_wrap-container>.menu_wrap-item{
      margin-bottom: 0;
    }
    .menu_info{
      flex-wrap: wrap;
    } 
    .menu_wrap-table-intro-text br{
      display: none;
    }
    .menu_wrap-table-list-title-wrap br, .menu_wrap-table-list-text br{
      display: none;
    }
    .menu_info ~ p br{
      display: none;
    }
    #wpadminbar{
      display: none!important;
    }
}