/* Depackaging paid */

  .flex_column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .col_6 {
    padding: 0 15px;
    width: 100%;
    max-width: 50%;
  }
  .col_6 {
    padding: 0 15px;
    width: 100%;
    max-width: 50%;
  }
  .flex_column.gap_60 {
    margin: 0 -30px;
  }
  .gap_60 .col_6 {
    padding: 0 30px;
  }
  .gap_60 .col_6 {
    padding: 0 30px;
  }
  .wht-bg,
  body {
    background-color: #FFFFFF;
  }

  #main-nav-contained {
    position: unset !important;
    background: #FFFFFF;
  }

  #navigation ul li a {
    color: #181D27;
  }

  #navigation ul.sub-menu li a {
    color: #FFFFFF;
  }

  .main {
    padding-top: 150px;
  }

  .banner_section {
    margin-right: 55px;
    padding: 50px 0;
  }

  .banner_section:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-left: 189px solid transparent;
    border-bottom: 257px solid #FFFFFF;
  }

  .banner_section .from_block {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    color: #FFFFFF;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 550px;
  }

  .banner_section .from_block h1 {
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .banner_section .from_block p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
  }

  .banner_bg {
    background-image: url('/wp-content/themes/fyrestarter-child/assets/img/denali-depacking-food-waste-hero.webp');
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    animation: breathout 45s linear infinite;
    transform-origin: center;
    background-position: 50% 0%;
    background-size: cover;
  }

  @keyframes breathout {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  #page-header {
    display: none !important;
  }

  .gray_bg {
    background-color: #f0f0f0;
  }

  .planes_section {
    padding: 140px 0 50px;
  }

  .heading_block {
    margin-bottom: 70px;
    text-align: center;
  }

  .heading_block h2 {
    font-size: 40px;
    line-height: 1.25;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    color: #181D27;
    margin-bottom: 30px;
  }

  .heading_block p {
    font-size: 22px;
    color: #181D27;
    line-height: 1.27;
  }

  .plane_table_wrapper {
    overflow-x: auto;
  }

  .plane_table_wrapper::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }

  .plane_table_wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  .plane_table_wrapper::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 10px;
  }

  .plane_table_wrapper::-webkit-scrollbar-thumb:hover {
    background: #CCCCCC;
  }

  .plane_table {
    min-width: 100%;
    width: 100%;
    border-spacing: 0;
    text-align: center;
  }

  .plane_table th {
    padding: 20px 15px;
    font-size: 26px;
    color: #181D27;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
  }

  .plane_table thead tr:first-child th {
    padding: 43px 15px 23px;
  }

  .plane_table thead tr:first-child th .logo {
    max-width: 168px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .plane_table thead tr:first-child th:nth-child(2) {
    background-color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .plane_table td {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #181D27;
    font-family: "Lexend", sans-serif;
  }

  .plane_table td span img {
    height: 44px;
    width: 44px;
  }
  .plane_table td .other_text,
  .plane_table td .mobile_text,
  .plane_table td .logo {
    display: none;
  }

  .plane_table tbody tr td:first-child {
    text-align: left;
  }

  .plane_table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #CCCCCC;
  }

  .plane_table thead tr:first-child th:last-child {
    padding-left: 50px;
    padding-right: 0;
  }

  .plane_table tr td:first-child {
    padding-left: 0;
    padding-right: 36px;
  }

  .plane_table tr:not(:first-child) th:nth-child(3),
  .plane_table tr td:nth-child(3) {
    padding-right: 50px;
    padding-left: 15px;
  }

  .plane_table tr:not(:first-child) th:nth-child(2),
  .plane_table tr td:nth-child(2),
  .plane_table tr:not(:first-child) th:nth-child(4),
  .plane_table tr td:nth-child(4) {
    padding-left: 50px;
    padding-right: 15px;
  }

  .plane_table tr:not(:first-child) th:last-child,
  .plane_table tr td:last-child {
    padding-left: 15px;
    padding-right: 0;
  }

  .plane_table tr:not(:first-child) th:nth-child(3),
  .plane_table tr:not(:first-child) th:nth-child(2),
  .plane_table tr td:nth-child(2),
  .plane_table tr td:nth-child(3) {
    background-color: #FFFFFF;
  }

  .plane_table tbody tr:last-child td {
    padding-bottom: 30px;
  }

  .plane_table tbody tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 20px;
  }

  .plane_table tbody tr:last-child td:nth-child(3) {
    border-bottom-right-radius: 20px;
  }

  .transition_piece {
    position: absolute;
    bottom: 0;
    min-width: 3600px;
    right: 0;
  }

  .btm-cta-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    object-fit: contain;
  }

  .product-info-content {
    max-width: 700px;
  }

  .product-info-content p {
    max-width: 583px;
    font-size: 20px;
  }

  .opportunity_section {
    padding: 140px 0;
  }

  .opportunity_section h3 {
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 400 !important;
    margin-bottom: 16px;
  }
  
  .opportunity_section .wide-row p {
    font-size: 22px;
  }
  .opportunity_section .wide-row {
    margin: 0 -12px;
  }
  .opportunity_section .wide-row >* {
    padding: 0 12px;
  } 

  .cta_content_block {
    max-width: 923px;
    margin: 0 auto;
  }

    #mobile-btn {
        color: #000000;
    }

  .recirculate_section {
    padding: 120px 0 140px;
  }

  .recirculate_section h2 {
    font-size: 42px;
    font-weight: 400 !important;
  }

  .cost_seving_section {
    padding: 80px 0;
  }
  .cost_seving_section .content_block h2 {
    font-size: 32px;
    color: #181D27;
    margin-bottom: 30px;
  }
  .cost_seving_section .content_block p {
    font-size: 22px;
  }
  .estimator_form .column_group {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 26px;
    align-items: center;
  }
  .estimator_form .column_group input {
    border: 1px solid #181d2766;
    outline: none;
    padding: 6px 10px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 4px;
  }
  .estimator_form .column_group input[type="number"] {
    -moz-appearance: textfield;
  }
  .estimator_form .column_group input[type="number"]::-webkit-outer-spin-button,
  .estimator_form .column_group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .estimator_form .column_group .input_group {
    width: 100%;
    max-width: 153px;
  }
  .estimator_form .column_group .dollor_icon::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
  }
  .estimator_form .column_group .dollor_icon.show_icon::before {
    content: "$";
  }
  .estimator_form .column_group .dollor_icon input {
    padding-left: 18px;
  }
  .estimator_form label {
    color: #181D27;
    line-height: 1.3;
    font-size: 20px;
  }
  .cost_seving_section .content_block .info_text {
    font-size: 14px;
    color: #181D27;
    line-height: 1.28;
    display: block;
    margin-top: 30px;
    width: 100%;
    max-width: 495px;
  }
  .cost_seving_section .image_block .rec-ratio-img {
    padding-top: 90%;
  }
  .cost_seving_section .image_block .clip-img {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 88% 100%, 0 100%);
  }

  .email_block {
    margin-bottom: 34px;
  }
  .email_block input {
    border: 1px solid #181d2766;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    color: #181D27;
    padding: 16px 13px;
    width: 100%;
    max-width: 360px;
  }

  .error_message {
    color: red; 
    font-size: 12px; 
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
  }
  
  .form_block_2 {
    display: none;
  }

  .input_group {
    position: relative;
  }


  /****** 01-04-2025 [Depackaging Paid Result Start] ******/
  #calculate_results .container {
    max-width: 1436px;
  }
  #calculate_results .flex_column {
    margin: 0;
    gap: 0;
  }
  #calculate_results .content_block {
    flex: 1;
    padding: 31px 0 0;
    max-width: unset;
    width: auto;
  }
  #calculate_results .content_block h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 33px;
  }
  #calculate_results .annual-savings-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    max-width: 585px;
    width: 100%;
  }
  #calculate_results .annual-savings-text .h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    padding: 13px 0 0;
    margin: 0;
    flex: 1;
  }
  #calculate_results .annual-savings-text .h2 span {
    font-size: 60px;
    line-height: 1;
    color: #648D4A;
    display: block;
    margin: 5px 0 0;
  }
  #calculate_results .annual-savings-text .annual-savings-chart {
    max-width: 184px;
    width: 100% !important;
    display: block;
    object-fit: contain;
    object-position: top center;
  }
  #calculate_results .image_block {
    max-width: 754px;
    width: 55%;
    padding: 0 0 0 85px;
  }
  #calculate_results .image_block .image_block-content {
    position: relative;
    z-index: 1;
    padding: 24px 24px 24px 0;
    background-color: #FFFFFF;
  }
  #calculate_results .image_block h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 -24px 24px 0;
    text-align: center;
    padding: 0 10px;
  }
  #calculate_results .brochure-info {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 0px 0 0 -80px;
  }
  #calculate_results .brochure-info .brochure-image {
    max-width: 430px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  #calculate_results .brochure-info .brochure-image img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: rotate(9deg);
  }
  #calculate_results .brochure-info .brochure-text {
    max-width: 270px;
    width: 100%;
  }
  @media only screen and (max-width: 1280px) {
    #calculate_results .brochure-info {
      gap: 10px;
    }
    #calculate_results .image_block h2 {
      font-size: 24px;
      line-height: 40px;
    }
    #calculate_results .content_block h2,
    #calculate_results .annual-savings-text .h2 {
      font-size: 24px;
      line-height: 32px;
    }
  }
  @media only screen and (max-width: 1140px) {
    #calculate_results {
      padding: 60px 0;
    }
    #calculate_results .flex_column {
      flex-direction: column-reverse;
    }
    #calculate_results .image_block {
      max-width: 100%;
      width: 100%;
      padding: 0 0 0 40px;
    }
    #calculate_results .brochure-info {
      gap: 10px;
      margin: 0px 0 0 -65px;
    }
    #calculate_results .image_block h2 {
      font-size: 24px;
      line-height: 40px;
      margin: 0 -24px 0 0;
    }
    #calculate_results .brochure-info .brochure-text {
      max-width: 100%;
      width: 100%;
      flex: 1;
    }
    #calculate_results .brochure-info .brochure-image {
      width: 55%;
    }
    #calculate_results .content_block h2 {
      text-align: center;
    }
    #calculate_results .annual-savings-text {
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 640px) {
    #calculate_results {
      padding: 40px 0;
    }
    #calculate_results .image_block {
      padding: 0;
    }
    #calculate_results .brochure-info {
      flex-direction: column;
      margin: 0;
    }
    #calculate_results .brochure-info .brochure-image {
      width: 100%;
      margin: auto;
    }
    #calculate_results .image_block {
      max-width: 100%;
      width: 100%;
      padding: 0;
    }
    #calculate_results .image_block .image_block-content {
      padding: 24px;
    }
    #calculate_results .annual-savings-text .h2 span {
      font-size: 48px;
    }
    #calculate_results .image_block h2 {
      margin: 0;
    }
  }
  @media only screen and (max-width: 575px) {
    #calculate_results .image_block h2 {
      font-size: 20px;
      line-height: 26px;
    }
    #calculate_results .content_block h2,
    #calculate_results .annual-savings-text .h2  {
      font-size: 20px;
      line-height: 26px;
      padding: 0;
    }
    #calculate_results .annual-savings-text .h2 span {
      font-size: 40px;
    }
  }
  @media only screen and (max-width: 480px) {
    #calculate_results .content_block h2,
    #calculate_results .annual-savings-text .h2 {
      text-align: center;
    }
    #calculate_results .annual-savings-text .annual-savings-chart {
      margin: 10px auto 0;
    }
  }

  /****** 01-04-2025 [Depackaging Paid Result End] ******/

  
    /* Responsive CSS */
  @media only screen and (max-width: 1024px) {
    .col_md_12 {
      max-width: 100%;
    }
    
    .banner_section {
      margin-right: 0;
    }
    
    .transition_piece {
      right: -200px;
    }
    
    .banner_section:before {
      display: none;
    }
    
    .banner_section .from_block h1 {
      font-size: 34px;
      margin-bottom: 10px;
    }
    
    .recirculate_section,
        .opportunity_section {
      padding: 80px 0;
        }
    
    .planes_section {
      padding: 80px 0 10px;
    }

    .recirculate_section h2,
    .heading_block h2 {
      font-size: 26px;
      margin-bottom: 15px;
    }
    
    .opportunity_section h3 {
      font-size: 24px;
    }
    .estimator_form label,
    .cost_seving_section .content_block p,
    .opportunity_section .wide-row p,
    .heading_block p {
      font-size: 16px;
    }
    
    .heading_block {
      margin-bottom: 40px;
    }
    
    .plane_table th {
      font-size: 16px;
    }
    
    .plane_table td {
      font-size: 16px;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    
    .plane_table thead tr:first-child th .logo {
      max-width: 138px;
    }
    
    .plane_table td span img {
      height: 35px;
      width: 35px;
    }
    .plane_table tbody tr td:first-child {
      padding-right: 15px;
    }
    
    .plane_table tr:not(:first-child) th:nth-child(3),
    .plane_table tr td:nth-child(3) {
      padding-right: 15px;
    }
    
    .plane_table tr:not(:first-child) th:nth-child(2),
    .plane_table tr td:nth-child(2),
    .plane_table tr:not(:first-child) th:nth-child(4),
    .plane_table tr td:nth-child(4) {
      padding-left: 15px;
    }
    
    .plane_table thead tr:first-child th {
      padding: 15px 15px 13px;
    }

    .cost_seving_section .flex_column {
      flex-direction: column-reverse;
      gap: 30px;
    }
    .cost_seving_section h2 {
      font-size: 26px;
    }
    .estimator_form .column_group,
    .cost_seving_section .content_block h2 {
      margin-bottom: 20px;
    }
    .cost_seving_section .content_block > span {
      margin-top: 20px;
    }
    .cost_seving_section .image_block .rec-ratio-img {
      max-width: 60%;
      margin: 0 auto;
      padding-top: 60%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .banner_section .container {
      padding: 0 15px !important;
    }
    
    .banner_section .from_block {
      padding: 20px;
      border-radius: 20px;
    }

    .cost_seving_section .image_block .rec-ratio-img { 
      max-width: 100%;
      padding-top: 90%;
    }
    .plane_table {
      min-width: 100%;
    }
    .plane_table thead {
      display: none;
    }
    .plane_table td .other_text,
    .plane_table td .mobile_text,
    .plane_table td .logo {
      display: block;
    }
    .plane_table td .logo {
      height: auto;
      width: 100%;
      max-width: 100px;
    }
    .plane_table td .logo img {
      width: 100% !important;
      height: 100% !important;
    }
    .plane_table tr {
      display: flex;
      flex-direction: column;
      border-radius: 10px;
      background-color: #FFFFFF;
      margin-bottom: 10px;
    }
    .plane_table td {
      display: grid;
      align-items: center;
      gap: 10px;
      padding: 10px 15px !important;
      text-align: left;
      font-size: 18px;
    }
    .plane_table tr td:not(:first-child) {
      font-size: 16px;
      grid-template-columns: 1fr 4fr 1fr;
    }
    .plane_table .icon {
      text-align: right;
    }
    .plane_table .mobile_text {
      margin-right: auto;
    }
    .plane_table td span img {
      height: 30px;
      width: 30px;
    }
    .plane_table tbody tr td {
      border-bottom: 1px solid #CCCCCC;
    }
    .plane_table tbody tr td:last-child {
      border: none;
    }
    .plane_table tbody tr:last-child td:nth-child(2),
    .plane_table tbody tr:last-child td:nth-child(3) {
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 576px) {
    .estimator_form .column_group .input_group {
      max-width: 100px;
    }
    .plane_table td {
      font-size: 16px;
    }
    .plane_table tr td:not(:first-child) {
      grid-template-columns: 1fr 3fr 1fr;
      font-size: 14px;
    }
    .estimator_form .column_group .error_message {
      left: unset;
      right: 0;
      white-space: nowrap;
    }
    .estimator_form .column_group {
      gap: 5px;
    }
  }