/************************************** Fonts **************************************/
@font-face {
    font-family: "Roboto-Regular";
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'), ;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('assets/fonts/Roboto-Condensed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('assets/fonts/Roboto-CondensedItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('assets/fonts/Roboto-BoldCondensed.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('assets/fonts/Roboto-BoldCondensedItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archer Pro';
    src: url('assets/fonts/archerpro_medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archer Pro';
    src: url('assets/fonts/archerpro_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('assets/fonts/Copy_of_Expansiva.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('assets/fonts/Copy_of_Expansiva_italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('assets/fonts/Copy_of_Expansiva_bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('assets/fonts/Copy_of_Expansiva_bold_italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
  /* MOSTLY used in NEW Dairy page
   =========================================================
     BRAND COLORS (from Branding Guide.pdf)
     ========================================================= */
  --clock-dark-blue:  #012B3E; /* primary dark — backgrounds, body copy on light */
  --clock-logo-blue:  #1C9AD6; /* primary accent — logo, CTA links, chart 1 */
  --clock-light-green:#AECD40; /* energetic accent — highlights on dark, data viz pops */
  --clock-dark-green: #31713A; /* secondary — GreenFeed / sustainability contexts */
  --clock-grey:       #A9A9A9; /* neutral — rules, disabled, secondary icons */

  /* =========================================================
     EXTENDED NEUTRALS — derived from dark blue for surfaces
     ========================================================= */
  --clock-navy-900:   #001824;
  --clock-navy-800:   #012B3E; /* = dark-blue */
  --clock-navy-700:   #0A3E55;
  --clock-navy-600:   #14526D;
  --clock-navy-500:   #1F6885;
  --clock-ink:        #0A1620; /* near-black used behind grid bg */

  --clock-white:      #FFFFFF;
  --clock-paper:      #F4F6F7; /* light grid background paper */
  --clock-mist:       #E4E8EB;
  --clock-ash:        #C8CED2;
  --clock-stone:      #8F9AA2;

  /* =========================================================
     SEMANTIC SURFACE & TEXT TOKENS
     ========================================================= */
  /* Dark theme (default on dark grid) */
  --bg-dark:          var(--clock-navy-800);
  --bg-dark-elev:     var(--clock-navy-700);
  --bg-dark-ink:      var(--clock-ink);

  --fg-on-dark:       #FFFFFF;
  --fg-on-dark-soft:  rgba(255,255,255,0.72);
  --fg-on-dark-mute:  rgba(255,255,255,0.48);
  --rule-on-dark:     rgba(255,255,255,0.12);

  /* Light theme (on white grid or white paper) */
  --bg-light:         #FFFFFF;
  --bg-light-paper:   var(--clock-paper);
  --fg-on-light:      var(--clock-dark-blue);
  --fg-on-light-soft: #3A5565;
  --fg-on-light-mute: #6B8190;
  --rule-on-light:    #D9E0E4;

  /* Accents */
  --accent-primary:   var(--clock-logo-blue);
  --accent-highlight: var(--clock-light-green);  /* for callout words on dark */
  --accent-eco:       var(--clock-dark-green);   /* for GreenFeed context */

  /* Status (inferred — brand guide doesn't spec these) */
  --status-success:   #5FB86B;
  --status-warning:   #E9B949;
  --status-danger:    #D9534F;
  --status-info:      var(--clock-logo-blue);

  /* =========================================================
     TYPOGRAPHY STACKS
     ========================================================= */
  --font-display: 'Archer Pro', Georgia, serif;
  --font-wordmark: 'Expansiva', 'Archer Pro', sans-serif;
  --font-sans:    'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-sans-condensed: 'Roboto Condensed', 'Roboto', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', Consolas, monospace;

  /* Fluid type scale — anchored on 16px body */
  --text-xs:   0.75rem;   /* 12 — legal, ID tags */
  --text-sm:   0.875rem;  /* 14 — captions, meta */
  --text-base: 1rem;      /* 16 — body */
  --text-md:   1.125rem;  /* 18 — lead paragraphs */
  --text-lg:   1.375rem;  /* 22 — subhead */
  --text-xl:   1.75rem;   /* 28 — card title */
  --text-2xl:  2.25rem;   /* 36 — section head */
  --text-3xl:  3rem;      /* 48 — page head */
  --text-4xl:  4rem;      /* 64 — hero */
  --text-5xl:  5.25rem;   /* 84 — billboard */

  /* Weights */
  --fw-light:   300;
  --fw-regular: 400;
  --fw-medium:  500;
  --fw-bold:    700;
  --fw-black:   900;

  /* Line height */
  --lh-tight: 1.05;
  --lh-snug:  1.2;
  --lh-body:  1.5;
  --lh-loose: 1.7;

  /* Tracking — the wordmark is wide; use subtle positive tracking on all-caps */
  --track-tight:   -0.01em;
  --track-normal:  0;
  --track-wide:    0.04em;
  --track-wider:   0.08em;
  --track-widest:  0.16em; /* section eyebrows */

  /* =========================================================
     SPACING, RADII, SHADOWS, MOTION
     ========================================================= */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  96px;
  --space-10: 128px;

  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-xl: 16px;
  --radius-pill: 999px;

  /* Shadows — the brand uses almost no shadow in print; these are
     for interactive surfaces only */
  --shadow-sm: 0 1px 2px rgba(1,43,62,0.08);
  --shadow-md: 0 4px 12px rgba(1,43,62,0.10);
  --shadow-lg: 0 12px 32px rgba(1,43,62,0.14);
  --shadow-glow-blue: 0 0 0 1px rgba(28,154,214,0.30), 0 8px 24px rgba(28,154,214,0.20);
  --shadow-glow-lime: 0 0 0 1px rgba(174,205,64,0.35), 0 8px 24px rgba(174,205,64,0.22);

  --border-hairline: 1px solid var(--rule-on-dark);
  --border-rule-light: 1px solid var(--rule-on-light);
  --border-accent: 2px solid var(--accent-highlight);

  /* Motion — deliberate, technical; no bouncing */
  --ease-standard: cubic-bezier(0.2, 0.0, 0.2, 1);
  --ease-emphasized: cubic-bezier(0.2, 0.0, 0, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 360ms;
}

/************************************** Global Correction **************************************/
.dairypage .container,
.dairypage .frame-container {
    max-width: 1160px;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

.frame-container-fullwidth {
    position: relative;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.frame-halfleftcontainer {
    max-width: 530px;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.frame-halfrightcontainer {
    max-width: 530px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.frame-container-fullwidth>.frame-inner>.grid-container>.row {
    --bs-gutter-x: 0;
}

.frame-spacing-0 {
    /* --frame-spacing: 0; */
    padding: 0;
}

.frame-none {
    padding-top: 0;
}

.frame-layout-12 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.frame-layout-200 {
    display: none;
}

.frame-layout-12 img {
    max-height: 287px;
    transition: all 0.3s ease;
}

.frame-layout-12 .frame-header {
    display: flex;
    flex-direction: column-reverse;
}

.frame-layout-12 .frame-header h2 {
    text-transform: uppercase;
    font-family: 'Expansiva', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #aecd40;
}

.frame-layout-12 .frame-header h3 {
    text-transform: capitalize;
}

.frame-layout-10 {
    border: 2px solid #012b3e;
    border-radius: 20px;
    padding: 30px;
    font-size: 20px;
    height: 100%;
}

.frame-layout-10 p,
.frame-layout-10 ul {
    font-size: 16px;
}

.frame-layout-10 h2 {
    color: #012B3E;
}

.frame-layout-12 img:hover {
    transform: scale(1.15);
    /* filter: drop-shadow(0 0 30px #aecd40); */
    filter: drop-shadow(0 0 12px #aecd40) drop-shadow(0 0 30px #aecd40) drop-shadow(0 0 60px #aecd40);
}

.frame-left-indent {
    padding-left: 50px;
}

.frame-right-indent {
    padding-right: 50px;
}

.frame-no-gutter .container {
    --bs-gutter-x: 0 !important;
}

.frame-center {
    --frame-spacing: 0;

    .text-column {
        width: 100%;
        display: flex;
        justify-content: center;
        /* centers horizontally */
    }

    figure.table {
        width: auto;
        margin: 0;
    }

}

strong {
    font-weight: 700 !important;
}

.blueheader {
    color: #012B3E !important;

    a {
        color: #012B3E !important;
    }
}

.whiteheader {
    color: #ffffff;
}

.hoverheader {
    color: #aecd40;
    transition: all 0.3s ease;
}

.hoverheader:hover {
    color: #012B3E;
}

.breadcrumb-area-custom {
    padding: 15px 0 !important;
}

.frame-green-border {
    border: 2px solid #aecd40;
    border-radius: 20px;
    --frame-spacing: var(--frame-spacing-small);
    margin: 25px auto;
    width: 80%;

    header {
        margin-bottom: 0;
    }
}

.frame-green-button {
    border: 2px solid #aecd40;
    border-radius: 20px;
    --frame-spacing: var(--frame-spacing-small);
    margin: 25px auto;
    width: 80%;

    header {
        margin-bottom: 0;
    }
}

.frame-blue-border {
    border: 2px solid #012B3E;
    width: 80%;
    border-radius: 20px;
    --frame-spacing: var(--frame-spacing-small);
    margin: 25px auto;

    header {
        margin-bottom: 0;
    }

    .frame-header {
        padding: 20px 0;
    }
}

.frame-blue-button {
    border: 2px solid #012B3E;
    width: 80%;
    border-radius: 20px;
    --frame-spacing: var(--frame-spacing-small);
    margin: 25px auto;

    header {
        margin-bottom: 0;
    }

    .frame-header {
        padding: 20px 0;
    }
}

.bluearchertext {
    font-family: ArcherPro;
    /*font-size: 36px;*/
    color: #1c9ad6;
    /* text-transform: capitalize; */
    font-weight: bold;
}

.bluearcherheader {
    font-family: ArcherPro;
    /* font-size: 34px; */
    color: #1c9ad6;
    font-weight: bold;
    /* text-transform: capitalize; */
}

.whitearchertext {
    font-family: ArcherPro;
    /* font-size: 34px; */
    color: #ffffff;
    text-transform: capitalize;
}

.bluerobotoheader {
    /*font-size: 50px;*/
    color: #0a5476;
    font-family: "Roboto-Regular";
    font-weight: bold;
}

.frame-background-primary {
    background-color: #012B3E;
}

.frame-background-secondary {
    background-color: #1c9ad6;
}

.frame-round-border {
    border: 3px solid #012b3e;
    border-radius: 55px;
    padding: 40px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.frame-round-border h2 {
    /* font-size: 40px; */
    color: #012B3E;
    font-weight: bold;
    font-family: "Roboto-Regular";
}

.frame-round-border p {
    /* font-size: 25px; */
    color: #696969;
    font-family: "Roboto-Regular";
    font-weight: bold;
    /* line-height: 1.2; */
    padding-left: 20px;
}

.frame-round-border p:last-child {
    padding-bottom: 20px;
}

.frame-type-onecol .frame-type-container_1_columns {
    background: none !important;
}

.frame-type-container_1_columns.frame-spacing-0 section {
    background-size: cover;
}

.green-heading {
    font-family: "Roboto-Regular";
    font-weight: bold;
    color: #aecd40;
    line-height: 1;
    padding: 20px 0;
}

.green-heading a {
    color: #aecd40 !important;
}

.frame-less-padding .col-lg-6 {
    padding: 0 3px;
}

.frame-green-bottom-border {
    border-bottom: 23px solid #aecd40;
}

.frame-blue-bottom-border {
    border-bottom: 2px solid #012B3E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.frame-spacing-padding-0 {
    --frame-spacing: 0;
}

.frame-spacing-padding-0 .row {
    /* margin-left: 0;
    margin-right: 0; */
    --bs-gutter-x: 0;
}

.frame-spacing-padding-0 .row .col-12 {
    padding: 0;
}

.frame-smaller-container .frame-container {
    max-width: 900px;
}

.frame-light-blue-border img {
    border: 3px solid #1c9ad6;
    border-radius: 40px;
}

.green-Expansiva {
    font-family: 'Expansiva';
    color: #aecd40;
}

/************************************* RTE styling *************************************/
.whitearcher-text {
    font-family: ArcherPro;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}

.light-bluecolor {
    color: #1c9ad6;
    /* font-family: "Roboto-Regular"; */
}

.color-blue {
    font-family: "Roboto-Regular";
    font-weight: bold;
    color: #012B3E;
}

.blue-roboto {
    font-family: "Roboto-Regular";
    color: #012B3E;
    /*font-size: 20.5px;*/
    font-weight: bold;
    line-height: 1.2;
}

.bluerobototext {
    /* font-size: 25px; */
    font-family: "Roboto-Regular";
    color: #0a5476;
    line-height: 1.2;
}

.bluerobototext .whitecolor {
    /* font-size: 30px; */
}

.bluetext {
    font-family: "Roboto-Regular";
    color: #012B3E;
    font-weight: bold;
}

.greentext {
    color: #aecd40;
}

.font-400 {
    font-weight: 400;
}

.bluecolor {
    color: #012B3E;
}

.whiteheading {
    font-family: "Roboto-Regular";
    color: #ffffff;
    font-weight: bold;
}

.whitetext {
    color: #ffffff;
    font-family: "Roboto-Regular";
    /* font-size: 24px; */
    /* line-height: 1.3; */
    /* font-weight: bold; */
}

.whitecolor {
    color: #ffffff;
}

.greenheader {
    font-family: "Roboto-Regular";
    font-weight: bold;
    color: #aecd40;
    margin-bottom: 0;
}

.whiteheader {
    /* font-family: "Roboto-Regular"; */
    font-weight: bold;
    color: #ffffff;
}

.width-80 {
    width: 80%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
    padding-top: 20px;
    margin: 0 auto;
}

.width-90 {
    width: 90%;
    margin: 0 auto;
}

.smallrobototext {
    /*font-size: 25px;*/
    line-height: 1.2;
    font-family: "Roboto-Regular";
    font-weight: bold;
    color: #0a5476;
}

.font-18 {
    font-weight: bold;
    font-size: 18px;
}

.grey-font {
    color: #a5a2a1;
}

.font-family-expansiva {
    font-family: 'Expansiva';
}

/************************************* Default table styling *************************************/
.comparison-table-theme {
    padding: 30px;
}

.comparison-table-theme table {
    width: 100%;
    border-collapse: collapse;
    color: #000000;
    /* black color for table content */
    border: none;
}

.comparison-table-theme thead th {
    text-align: center !important;
    font-size: 18px;
    padding: 15px 10px 5px 10px;
}

.comparison-table-theme thead th {
    border-right: none !important;
}

.comparison-table-theme thead th {
    border-bottom: none !important;
}

.comparison-table-theme thead th {
    color: #000000;
    text-align: center;
    border: none !important;
    font-size: 20px;
}

.comparison-table-theme td {
    padding: 15px 12px;
    vertical-align: middle;
    border-bottom: 2px solid #000000;
}

.comparison-table-theme td:not(:last-child) {
    border-right: 2px solid #000000 !important;
}

.comparison-table-theme tbody td:nth-child(1) {
    color: #000000;
    font-weight: bold;
    width: 25%;
    /* font-size: 18px; */
}

.comparison-table-theme tbody td:nth-child(2) {
    color: #000000;
    font-weight: 500;
    /* font-size: 18px; */
    border-right: none !important;
    padding-left: 30px;
}

.comparison-table-theme tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table-theme thead {
    border-bottom: none !important;
}

.comparison-table-theme thead tr {
    border-bottom: none !important;
}

.comparison-table-theme tbody {
    border-top: none !important;
}

/************************************* Table with Border and Text color - White *************************************/

.comparison-table-theme .table-Border-white table {
    color: #ffffff;
}

.comparison-table-theme .table-Border-white tbody td:nth-child(2) {
    color: #ffffff;
}

.comparison-table-theme .table-Border-white tbody td:nth-child(1) {
    color: #a3c23a;
}

.comparison-table-theme .table-Border-white td:not(:last-child) {
    border-right: 2px solid #ffffff !important;
}

.comparison-table-theme .table-Border-white td {
    border-bottom: 2px solid #ffffff;
}

.comparison-table-theme .table-Border-white thead th {
    color: #ffffff;
    ;
}

/************************************* Table with Icons *************************************/
.comparison-table-theme .table-icon-table {
    padding: 30px;
    border: none;
}

.comparison-table-theme .table-icon-table table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
    border: none;
}

.comparison-table-theme .table-icon-table thead th {
    text-align: center !important;
    font-size: 18px;
    padding: 15px 10px 5px 10px;
    text-align: left;
    border-bottom: 1px solid #ffffff;
}

.comparison-table-theme .table-icon-table thead th {
    border-right: none !important;
}

.comparison-table-theme .table-icon-table thead th {
    border-bottom: none !important;
}

.comparison-table-theme .table-icon-table thead th:nth-child(1) {
    color: #ffffff;
}

.comparison-table-theme .table-icon-table thead th:nth-child(2) {
    /* color: #4eb0da; 
    text-align: center;
    text-transform: uppercase; */
    font-size: 0;
    position: relative;
}

.comparison-table-theme .table-icon-table thead th:nth-child(2)::after {
    content: "";
    display: block;
    height: 20px;
    background: url('/typo3conf/ext/site_package/Resources/Public/assets/img/C-LOCK_INC.-Blue.PNG') center no-repeat;
    background-size: contain;
}

.comparison-table-theme .table-icon-table thead th:nth-child(3) {
    color: #ffffff;
}

.comparison-table-theme .table-icon-table thead th {
    border: none !important;
}

.comparison-table-theme .table-icon-table td {
    padding: 15px 12px;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
}

.comparison-table-theme .table-icon-table td:not(:last-child) {
    border-right: 2px solid #ffffff !important;
}

.comparison-table-theme .table-icon-table tbody td:nth-child(1) {
    color: #a3c23a;
    font-weight: bold;
    width: 30%;
    text-align: center;
}

.comparison-table-theme .table-icon-table tbody td:nth-child(2) {
    color: #ffffff;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
    width: 40%;
}

.comparison-table-theme .table-icon-table tbody td:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url("/typo3conf/ext/site_package/Resources/Public/assets/fonts/Green-Checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.comparison-table-theme .table-icon-table tbody td:nth-child(3) {
    color: #ffffff;
    position: relative;
    padding-left: 45px;
}

.comparison-table-theme .table-icon-table tbody td:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url("/typo3conf/ext/site_package/Resources/Public/assets/fonts/Red-mark.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.comparison-table-theme .table-icon-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table-theme .table-icon-table thead {
    border-bottom: none !important;
}

.comparison-table-theme .table-icon-table thead tr {
    border-bottom: none !important;
}

.comparison-table-theme .table-icon-table tbody {
    border-top: none !important;
}

/************************************** Home Page Correction **************************************/
.about-style-one-info .title {
    color: #1c9ad6;
}

.site-heading .title {
    color: #1c9ad6;
}


.recent-news-info a {
    color: #1c9ad6;
}

.fun-fact-style-flex .counter {
    color: #1c9ad6;
}

.fun-fact-style-flex .medium {
    color: #aecd40;
}

ul.top-feature li {
    background: #1c9ad6;

    p {
        color: #ffffff;
    }
}

ul.top-feature li:nth-child(2) {
    background: #aecd40;
}

/************************************* Who We Serve Mask Element - Page who we serve *************************************/
.sBackground {
    background-size: cover;
    background-repeat: no-repeat;
}

.sBackground .page-title {
    margin-top: 0;
}

.sBackground .page-title h1 {
    color: #ffffff;
}

.who-we-serve-wrapper {
    /* background: url('Grid_BG.jpg') no-repeat center center; */
    padding: 65px 0;
    /* background-size: cover; */
    /* margin-bottom: 70px; */
    position: relative;
    font-family: 'Expansiva';
    font-weight: bold;
    margin-top: 2.625rem;
}

.wws-details {
    /* background-color: #ffffff; */
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* text-align: center; */
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.80);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.80);
    position: relative;
    color: #fff;
}

.wws-header {
    margin-top: 10px;
    margin-bottom: 35px;
}

.wws-header h2 {
    font-family: 'Expansiva';
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    transition: all 0s ease;
    word-break: break-all;
}

.wws-image {
    margin: auto;
    text-align: center;

}

.wws-image img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 50px;
}

.wws-title h4 {
    color: #ffffff;
    font-weight: 700;
    transition: all 0s ease;
    margin: 30px 0 20px 0;
}

.who-we-serve-title:hover,
.who-we-serve-header:hover {
    color: #ffffff;
}

.wws-list ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin: 0;
    padding: 0;
}

.wws-item-description p {
    font-size: 15px;
    color: #ffffff;
    transition: all 0s ease;
}

.wws-item-title {
    line-height: 28px;
    color: #aecd40;
    font-size: 18px;
    margin-bottom: 8px;
}

.wws-details:hover {
    /* border: 1px solid #012b3e; */
    background-color: #aecd40;

    .wws-item-title {
        color: #012b3e;
    }
}

.frame-image-center .grid-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/************************************* Data Insight Card Mask Element - Pgae Data insight and support *************************************/
.liquid-glass-wrapper {
    /* padding: 20px 30px; */
}

.liquid-glass-wrapper .liquid-glass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 50px 0px;
    /* padding: 20px 30px; */
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.80);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.80);
    position: relative;
    color: #fff;
    transition: all 0.4s ease;
}

.liquid-glass .liquid-glass-title h4 {
    color: #ffffff;
    text-align: center;
    /* font-size: 23px; */
}

.liquid-glass .liquid-glass-title h5 {
    color: #aecd40;
    text-align: center;
    font-size: 20px;
    /* font-size: 16px; */
}


.liquid-glass-image {
    text-align: center;
    margin: 0 auto;
}

.liquid-glass-image img {
    /* height: auto; dont add it otherwise image will not display in firefox browser */
    /* height: 250px; */
    /* height: auto;
    width: 60%;
    margin: 30px 0; */
    height: auto !important;
    width: auto !important;
    margin: 0 auto 14px !important;
    object-fit: contain;
    display: block;
}

.liquid-glass:hover {
    box-shadow: 0 0 30px 5px #aecd40;
    transform: scale(1.1);
}

.buttons-only {
    min-height: unset !important;
}

.liquid-glass {
    display: flex;
    flex-direction: column;
}

.liquid-glass-image {
    /* margin-top: auto; */
}

/************************************* Number Blocks Mask Element - Page Data Accuracy and Reliability *************************************/

/** Counter **/
.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

/**/
.frame-space-before-extra-large .repnumblock {
    margin-top: 50px;
}

.repnum-item {
    /* margin-bottom: 50px; */
    /* padding: 20px 0; */
}

.repnum-value {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #aecd40;
    /* lime green like image */
}

.repnum-label p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    color: #aecd40;
}

/************************************* Gas Emissions Mask Element - Page Data Accuracy and Reliability *************************************/
.ge-header h2 {
    color: #012b3e;
}

.gasemission {
    display: flex;
}

.gasemission .ge-img img {
    /* width: 50%; */
    margin: 20px auto;
    /* padding-top: 20px; */
    text-align: center;
    width: 100%;
    object-fit: contain;
}

.gasemission .gas-element {
    border-radius: 20px;
    /* padding: 25px; */
    padding: 5px 20px;
    transition: all 0.5s ease;

    h4 {
        color: #aecd40;
        font-weight: 700;
        transition: all 0s ease;
        margin: 15px 0 10px 0;
    }

    p {
        color: gray;
        transition: all 0s ease;
    }

    transition: all 0.5s ease;
}

.gasemission .gas-element:hover {
    background-color: #012b3e;

    p {
        color: #ffffff;
    }
}

.gasemission .ge-structure {
    max-width: 200px;
    transition: all 0.3s ease;
}

.gasemission .ge-structure.glow {
    filter: drop-shadow(0 0 14px rgba(0, 180, 255, 0.85));
    transform: scale(1.08);
}

.gasemission .gas-element {
    cursor: pointer;
    /* display: none; */
}

/**/
.gasemission .molecule-container {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

/* Hover states for molecules */
.gasemission .molecule-container.active {
    transform: scale(1.15);
    /* filter: drop-shadow(0 0 30px #aecd40); */
    filter: drop-shadow(0 0 12px #aecd40) drop-shadow(0 0 30px #aecd40) drop-shadow(0 0 60px #aecd40);
}

.gasemission .molecule-label {
    text-align: center;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.gasemission .molecule-container.active .molecule-label {
    opacity: 1;
}

.gasemission .molecule-container .gas-element {
    /* display: block; */
    display: none;
}


.gasemission .gas-element.active {
    background-color: #012b3e;

    p {
        color: #ffffff;
    }
}

/* 
.highlight-bar {
    height: 6px;
    width: 0;
    transition: width 0.7s ease, box-shadow 0.7s ease;
    border-radius: 9999px;
} */

.gasemission .gas-element.active .highlight-bar {
    width: 100%;
}



/************************************* Stacked Image -  *************************************/
.stacked-image {
    position: relative;
}

.stacked-image .base.odd {
    /* padding-right: 85px; */
    padding-right: 12%;
}

.stacked-image .base.even {
    padding-left: 12%;
    /* padding-left: 85px; */
}

.stacked-image .base img {
    width: 100%;
    height: auto;
    border-radius: 45px;
}

.stacked-image .base .si-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 60px; */
    position: relative;
    width: 100%;
    /* width: 90% */
}

.stacked-image .base .stacked-top-image {
    width: 100%;
    text-align: right;
    /* position: absolute;
    bottom: 0;
    right: 0; */
}

.stacked-image .base .stacked-top-image img {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    width: 50%;
    /* aspect-ratio: 1/1; */
    /* height: 350px; */
    object-fit: contain;
}

.stacked-image .base img.stacked-base-image {
    position: absolute;
    z-index: -1;
    height: 85%;
    width: 100%;
    object-fit: cover;
    bottom: 0;
}

.stacked-image .stacked-separator {
    /* text-align: center; */
}

.stacked-image .stacked-separator {
    padding-left: 50px;
}

.stacked-image .stacked-separator img {
    margin: -120px 0 -160px 0;
    max-width: 38%;
}


/************************************** Product Gallery **************************************/
.product-list-wrapper-inner .product-list-box-ex .product-list-box-ex-title {
    text-transform: uppercase;
}

/************************************** Card **************************************/
.card-wrapper {}

.card-wrapper.style1 {
    border-radius: 40px;
    margin: 15px 0;
    transition: all 0.2s ease-in;
}

.card-wrapper.style1:hover {
    filter: drop-shadow(0 0 30px #aecd40) drop-shadow(0 0 5px #aecd40);
}

.card-wrapper.style1 .card-content {
    padding: 40px 40px;
}

.card-wrapper.style1 .card-content .header {
    margin-bottom: 40px;
    margin-top: 25px;
}

.card-wrapper.style1 .card-content .header h2 {
    font-family: "Roboto-Regular";
    color: #aecd40;
    /* font-size: 80px;
    font-size: 70px;*/
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
}

.card-wrapper.style1 .card-content .subheader {
    font-family: "Roboto-Regular";
    font-weight: bold;
    font-style: italic;
    /*font-size: 27px;*/
    color: #ffffff;
}

.card-wrapper.style1 .card-content .card-body {
    padding: 0;
}

.card-wrapper.style1 .card-content .card-body p {
    font-family: "Roboto-Regular";
    color: #ffffff;
    /*font-size: 25px;*/
    font-weight: 400;
    line-height: 1.2;
}

.card-wrapper.style2 {
    margin: 8px 0;
    border-radius: 40px;
    padding-bottom: 25px;
}

.card-wrapper.style2 .card-content {
    padding: 30px;
}

.card-wrapper.style2 .card-content .header {
    h2 {
        font-size: 80px;
        color: #aecd40;
        opacity: 0.451;
        font-family: "Roboto-Regular";
        margin-bottom: 0;
        font-weight: bold;
    }
}

.card-wrapper.style2 .card-content .subheader {
    font-size: 25px;
    color: #aecd40;
    font-weight: bold;
    font-family: "Roboto-Regular";
    line-height: 1.4;
    margin: 10px 0 20px 0;
    /* padding-bottom: 10px; */
}

.card-wrapper.style2 .card-content .card-body {
    padding: 0;
}

.card-wrapper.style2 .card-content .card-body p {
    /* font-size: 20px; */
    color: #ffffff;
    font-family: "Roboto-Regular";
    font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

.card-wrapper.style3 {
    border-radius: 40px;
    margin: 15px 0;
    border: 4px solid #aecd40;
}

.card-wrapper.style3 .card-content {
    padding: 30px;
}

.card-wrapper.style3 .card-content .header h2 {
    /* font-size: 65px; */
    color: #aecd40;
    font-family: "Roboto-Regular";
    margin-bottom: 0;
    font-weight: bold;
}

.card-wrapper.style3 .card-content .subheader {
    color: #aecd40;
    /* font-size: 24px; */
    font-family: "Roboto-Regular";
    font-weight: bold;
    margin: 10px 0 10px 0;
    line-height: 1.2;
}

.card-wrapper.style3 .card-content .card-body {
    padding: 0;
}

.card-wrapper.style3 .card-content .card-body p {
    color: #ffffff;
    /* font-size: 24px; */
    font-family: "Roboto-Regular";
    padding: 0;
    font-weight: 400;
    line-height: 1.2;
}

.card-wrapper.style4 {
    margin: 15px 0;
    border-radius: 40px;
}

.card-wrapper.style4 .card-content {
    padding: 30px 15px;
}

.card-wrapper.style4 .card-content .header {
    margin-bottom: 15px;
}

.card-wrapper.style4 .card-content .header h2 {
    color: #aecd40;
    /* font-size: 50px; */
    /* text-align: center; */
    font-family: "Roboto-Regular";
    font-weight: bold;
}

.header.center {
    text-align: center;
}

.header.right {
    text-align: right;
}

.header.left {
    text-align: left;
}

.card-wrapper.style4 .card-content .card-body {
    padding: 0;
}

.card-wrapper.style4 .card-content .card-body p {
    /* font-size: 22px; */
    color: #ffffff;
    /* text-align: center; */
    font-weight: 400;
    font-family: "Roboto-Regular";
    padding: 0;
    /* line-height: 1.2; */
}

.card-wrapper.subheader-background {
    padding: 20px;
    transition: all 0.2s ease;
}

.card-wrapper.subheader-background:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgba(1, 43, 62, 0.25), inset 0 0 8px rgba(1, 43, 62, 0.35);
}

.card-wrapper.subheader-background .header h2 {
    color: #012B3E;
    margin-bottom: 5px;
}

.card-wrapper.subheader-background .subheader {
    display: inline-block;
    padding: 0px 20px;
    color: #ffffff;
    border-radius: 5px;
}

.card-wrapper.subheader-background .card-content .card-body {
    padding: 0;
}

.card-wrapper.subheader-background .card-content .card-body p {
    color: #012B3E;
    position: relative;
}

.card-wrapper.subheader-background .card-link a::after {
    content: "→";
    padding-left: 10px;
    color: #a9cd3f;
    font-weight: 700;
    transition: all 0.5s ease;
}

.card-wrapper.subheader-background .card-link a {
    display: inline-block;
    /* IMPORTANT */
    transition: all 0.5s ease;
    color: #aecd40;
}

.card-wrapper.subheader-background .card-link a:hover {
    transform: scale(1.1);
}

.card-wrapper.subheader-background .card-link a:hover::after {
    padding-left: 30px;
}

.frame .card-wrapper.subheader-background a[class=""]:hover,
.frame a:not([class]):hover {
    color: #aecd40;
}

/************************************** Rectangle Block **************************************/
.rectangularblock-wrapper.border-left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.rectangularblock-wrapper.border-left .block-body .block-header {
    color: #aecd40;
    font-size: 18px;
    font-family: "Roboto-Regular";
    font-weight: 400;
    margin-bottom: 20px;
}

.rectangularblock-wrapper.border-left .block-body .block-subheader h2 {
    color: #ffffff;
    /* font-size: 42px; */
    font-family: "Roboto-Regular";
    font-weight: bold;
    margin-bottom: 20px;
}

.rectangularblock-wrapper.border-left .block-body .block-content p {
    color: #ffffff;
    /* font-size: 20px; */
    font-family: "Roboto-Regular";
    font-weight: 400;
    margin-bottom: 20px;
    /* line-height: 1.2; */
}

.rectangularblock-wrapper.border-right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.rectangularblock-wrapper.border-right .block-header {
    color: #012B3E;
    font-size: 18px;
    font-family: "Roboto-Regular";
    font-weight: 400px;
    margin-bottom: 20px;
}

.rectangularblock-wrapper.border-right .block-body .block-subheader h2 {
    color: #ffffff;
    /* font-size: 42px; */
    font-family: "Roboto-Regular";
    margin-bottom: 20px;
    font-weight: bold;
}

.rectangularblock-wrapper.border-right .block-content p {
    color: #ffffff;
    /* font-size: 20px; */
    font-family: "Roboto-Regular";
    font-weight: 400;
    margin-bottom: 20px;
    /* line-height: 1.2; */
}

.rectangularblock-wrapper.border-right .block-content p:last-child,
.rectangularblock-wrapper.border-left .block-content p:last-child {
    padding-bottom: 20px;
}

/************************************** Feed Efficiency Table **************************************/
/* TABLE BASE */
.comparison-table-theme.table-feed-efficiency-comparison {
    padding: 20px !important;
}

.table-feed-efficiency-comparison {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

/* ALL CELLS */
.table-feed-efficiency-comparison tr td {
    padding: 10px 40px !important;
    border-right: none !important;
    /* font-size: 20px !important; */
}

/* HEADER */
.table-feed-efficiency-comparison tr:first-child td {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto-Regular";
}

/* HEADER COLORS */
.table-feed-efficiency-comparison tr:first-child td:first-child {
    background: #726f6f;
    color: #b1b0b0;
}

.table-feed-efficiency-comparison tr:first-child td:nth-child(2) {
    background: #0b5e00;
}

.table-feed-efficiency-comparison tr:first-child td:nth-child(3) {
    background: #d40000;
}

/* NORMAL CELLS */
.table-feed-efficiency-comparison td {
    border-bottom: 1px solid #ddd;
}

/* ✅ REVERSED ZEBRA STRIPING */
.table-feed-efficiency-comparison tr:not(:first-child) {
    background: #ffffff !important;
}

.table-feed-efficiency-comparison tr:nth-child(odd):not(:first-child) {
    background: #f2f2f2 !important;
}

/* FIRST COLUMN */
.table-feed-efficiency-comparison td:first-child {
    font-weight: 600;
    color: #333;
}

/* ============================= */
/* 🔥 LAST 2 ROWS (MERGE EFFECT) */
/* ============================= */


/* Prepare column 2 for centered text */
.table-feed-efficiency-comparison tr:nth-last-child(-n+2) td:nth-child(2) {
    position: relative;
    text-align: center;
}

.table-feed-efficiency-comparison tr:nth-last-child(2) td:nth-child(2),
.table-feed-efficiency-comparison tr:nth-last-child(2) td:nth-child(3) {
    background: #f2c7c7;
    color: #a90404;
}

.table-feed-efficiency-comparison tr:last-child td:nth-child(2),
.table-feed-efficiency-comparison tr:last-child td:nth-child(3) {
    background: #005d02;
    color: #ffffff;
}

.redbox,
.greenbox {
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 5px;
}

.flexclass {
    display: flex;
    flex-direction: row;
}

.redbox {
    background-color: #c20000;
}

.greenbox {
    background-color: #005d02;
}

.comparison-table-theme .table-feed-efficiency-comparison td:not(:last-child) {
    border-right: none !important;
}


/* Stretch text across both columns */
.merge-text {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 200%;
    /* span 2 columns */
    text-align: center;
    font-weight: 600;
}

/* Hide text in 3rd column */
.styled-comparison tr:nth-last-child(-n+2) td:nth-child(3) {
    color: transparent;
}

/* Colors */
.styled-comparison tr:nth-last-child(2) .merge-text {
    color: #b30000;
}

.styled-comparison tr:last-child .merge-text {
    color: #fff;
}

/************************************** Buttons **************************************/
.button-wrapper.blue-btn {
    margin: 25px auto;
    /* width: 90% !important; */
    text-align: center;
    z-index: 9999999;
    position: relative;
}

.button-wrapper.blue-btn a.button-header {
    border: 2px solid #012B3E;
    border-radius: 20px;
    background: transparent;
    transition: all 0.2s ease-in;
    display: inline-block;
    line-height: 1.2;
    /* padding: 20px 10px 0 10px; */
    padding: 13px 28px 0 28px;
    text-align: center;
    color: #012b3e;
    font-family: "Roboto-Regular";
    /* font-size: 40px; */
    font-weight: bold;
    margin-bottom: 0;

    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 350px;
}

.button-wrapper.blue-btn a.button-header::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: #012b3e;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-32%) skew(25deg) scale(0);
    transform: translateY(-32%) skew(25deg) scale(0);
}

.button-wrapper.blue-btn a.button-header:hover {
    color: #aecd40;
}

.button-wrapper.blue-btn a.button-header:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}


.button-wrapper.green-btn {
    margin: 25px auto;
    text-align: center;
    /* width: 90% !important; */
    z-index: 0;
    position: relative;
}

.button-wrapper.green-btn a.button-header {
    border: 2px solid #aecd40;
    border-radius: 20px;
    background: transparent;
    transition: all 0.2s ease-in;
    display: inline-block;
    line-height: 1.2;
    /* padding: 20px 10px 0 10px; */
    padding: 13px 28px 0 28px;
    text-align: center;
    color: #aecd40;
    font-family: "Roboto-Regular";
    /* font-size: 40px; */
    font-weight: bold;
    margin-bottom: 0;

    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 350px;
}

.button-wrapper.green-btn a.button-header::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 250px;
    width: 115%;
    z-index: -1;
    background-color: #aecd40;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-32%) skew(25deg) scale(0);
    transform: translateY(-32%) skew(25deg) scale(0);
}

.button-wrapper.green-btn a.button-header:hover {
    color: #012B3E;
}

.button-wrapper.green-btn a.button-header:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}

.button-wrapper.light-blue-btn.right {
    text-align: right;
}

.button-wrapper.light-blue-btn.left {
    text-align: left;
}

.button-wrapper.light-blue-btn,
.button-wrapper.light-blue-btn.center {
    margin: 25px auto;
    text-align: center;
    /* width: 90% !important; */
    z-index: 0;
    position: relative;
}

.button-wrapper.light-blue-btn a.button-header {
    border: 2px solid #1c9ad6;
    border-radius: 20px;
    background: transparent;
    transition: all 0.2s ease-in;
    display: inline-block;
    line-height: 1.2;
    /* padding: 20px 10px 0 10px; */
    padding: 13px 28px 0 28px;
    text-align: center;
    color: #1c9ad6;
    font-family: "Roboto-Regular";
    /* font-size: 40px; */
    font-weight: bold;
    margin-bottom: 0;

    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 350px;
}

.button-wrapper.light-blue-btn a.button-header::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 250px;
    width: 115%;
    z-index: -1;
    background-color: #1c9ad6;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-32%) skew(25deg) scale(0);
    transform: translateY(-32%) skew(25deg) scale(0);
}

.button-wrapper.light-blue-btn a.button-header:hover {
    color: #012B3E;
}

.button-wrapper.light-blue-btn a.button-header:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}


.frame-type-twocol .col-12>.frame-background-primary,
.frame-type-twocol .col-12>.frame-background-secondary {
    height: 100%;
}

/*********************************************************************** Product Card ***********************************************************************/
.product-card.subheader-below-image .product-header h3 {
    font-family: 'Expansiva';
    text-transform: uppercase;
    color: #aecd40;
}

.product-card.subheader-below-image .product-header.center h3,
.product-card.subheader-below-image .product-subheader.center h2 {
    text-align: center;
}

.product-card.subheader-below-image .product-header.right h2,
.product-card.subheader-below-image .product-subheader.right h2 {
    text-align: right;
}

.product-card.subheader-below-image .product-header.left h2,
.product-card.subheader-below-image .product-subheader.left h2 {
    text-align: left;
}

.product-card.subheader-below-image .product-image img {
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-card.subheader-below-image .product-image img:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 0 12px #aecd40) drop-shadow(0 0 30px #aecd40) drop-shadow(0 0 60px #aecd40);
}

.product-card.subheader-below-image .product-subheader h2 {
    /* font-family: "Roboto-Regular"; */
    color: #aecd40;
}

.product-card.subheader-below-image .product-title h3 {
    color: #012B3E;
    /* font-family: "Roboto-Regular"; */
    text-align: center;
    text-transform: capitalize;
}

.product-card.subheader-below-image .product-description p {
    color: #012B3E;
    font-size: 18px
}

/******************************************************************* Horizontal Process *******************************************************************/
.process-steps {
    display: flex;
    align-items: center;
    /* 🔥 THIS centers arrows vertically */
    justify-content: space-between;
    gap: 30px;
    padding: 15px;
}

/* Step */
.process-steps .process-step {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title */
.process-steps .process-title {
    color: #aecd40;
    font-weight: 600;
    border-bottom: 2px solid #8cc63f;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* Description */
.process-steps .process-desc p {
    line-height: 1.5;
    color: #ffffff !important;
    margin: 0;
}

/* Arrow */
.process-steps .process-arrow {
    font-size: 70px;
    color: #aecd40;
}



/****************************************************************** New Dairy 1 page ******************************************************************/
.dairypage {
    font-family: var(--font-sans);
    color: var(--fg-on-light);
    line-height: var(--lh-body);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
.dairypage a {
    text-decoration: none;
}

.dairypage img {
    display: block;
    max-width: 100%;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.eyebrow {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent-primary);
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--accent-primary);
}

section.dark .eyebrow {
    color: var(--accent-highlight);
}

section.dark .eyebrow::before {
    background: var(--accent-highlight);
}

.dairypage h1,
.dairypage h2,
.dairypage h3,
.dairypage h4,
.dairypage h5 {
    font-family: var(--font-display);
    color: var(--fg-on-light);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.1;
}

section.dairypage.dark h1,
section.dairypage.dark h2,
section.dairypage.dark h3,
section.dairypage.dark h4 {
    color: #fff;
}

.dairypage .hl {
    color: var(--accent-highlight);
}

.dairypage .hl-blue {
    color: var(--accent-primary);
}

.dairypage h2 {
    font-size: 52px;
    max-width: 920px;
}

.dairypage h3 {
    font-size: 28px;
}

.dairypage h4 {
    font-size: 22px;
}

.pad h2 {
    margin-bottom: 0;
}

.lede-p {
    font-size: 19px !important;
    line-height: 1.6 !important;
    color: var(--fg-on-light-soft);
    margin-top: 28px;
    max-width: 780px;
}

section.dark .lede-p {
    color: rgba(255, 255, 255, 0.82);
}

/* ============ HERO ============ */
.hero {
    background: var(--clock-dark-blue) url('assets/hero/dairy-hero-bg.png') center/cover;
    color: #fff;
    padding: 110px 0 90px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 31, 68, 0.15) 0%, rgba(10, 31, 68, 0.35) 55%, rgba(10, 31, 68, 0.78) 100%),
        radial-gradient(circle at 85% 20%, rgba(28, 154, 214, 0.12), transparent 55%),
        radial-gradient(circle at 10% 90%, rgba(174, 205, 64, 0.08), transparent 55%) !important;
    pointer-events: none;
}

.hero .wrap {
    position: relative;
    z-index: 1;
}

.hero-tag {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent-highlight);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-tag::before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--accent-highlight);
}

.hero-tag-sep {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: rgba(28, 154, 214, 0.55);
    margin: 0 4px;
    transform: translateY(2px);
}

.hero-tag-tag {
    color: var(--accent-highlight);
    letter-spacing: 0.22em;
}

.hero h1 {
    font-size: clamp(28px, 3.7vw, 48px);
    line-height: 1.05;
    color: #fff;
    max-width: 1000px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.hero h1 .accent {
    color: var(--accent-highlight);
}

.hero-lede {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.86);
    max-width: 680px;
    margin-top: 28px;
    line-height: 1.55;
    margin-bottom: 0;
}

.hero .tag-line {
    font-family: var(--font-sans);
    font-size: 13px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent-highlight);
    padding-bottom: 6px;
    border-bottom: 2px solid var(--accent-highlight);
    display: inline-block;
    margin-top: 36px;
    font-weight: 700;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 72px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stat .num {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    font-size: 78px;
    line-height: 1;
    color: var(--accent-highlight);
    letter-spacing: -0.03em;
}

.hero-stat .num .sym {
    color: rgba(174, 205, 64, 0.65);
    font-size: 0.55em;
    margin-right: 4px;
    vertical-align: 0.25em;
}

.hero-stat .lbl {
    font-family: var(--font-sans);
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.hero-stat .lbl .pop {
    color: var(--accent-highlight);
    font-weight: 700;
}

/* ============ TWO-COL PROBLEM BLOCK ============ */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 64px;
}

.col-card {
    border-left: 3px solid var(--accent-highlight);
    padding: 4px 0 4px 28px;
}

.col-card .label {
    font-family: var(--font-sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fg-on-light-mute);
    font-weight: 700;
    margin-bottom: 10px;
}

section.dark .col-card .label {
    color: rgba(255, 255, 255, 0.6);
}

.col-card h3 {
    margin-top: 4px;
    font-size: 30px;
}

.col-card p {
    margin-top: 14px;
    font-size: 16px;
    color: var(--fg-on-light-soft);
    line-height: 1.65;
}

section.dark .col-card p {
    color: rgba(255, 255, 255, 0.78);
}

/* grid-bg variant — dark navy card with faint dot-grid texture + accent rail */
.col-card.grid-bg {
    background-color: var(--clock-dark-blue);
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1.5px),
        radial-gradient(rgba(174, 205, 64, 0.04) 1px, transparent 1.5px);
    background-size: 24px 24px, 12px 12px;
    background-position: 0 0, 6px 6px;
    border-radius: var(--radius-md);
    padding: 32px 36px 32px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(10, 31, 68, 0.10);
    transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);
}

/* inner accent rail — lime by default */
.col-card.grid-bg::before,
.col-card.grid-bg.card-50-green::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 26px;
    bottom: 26px;
    width: 2px;
    background: var(--accent-highlight);
    border-radius: 2px;
}

/* second card in a pair gets blue rail */
.col-card.grid-bg.card-50-blue::before {
    background: var(--accent-primary);
}

.col-card.grid-bg:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(10, 31, 68, 0.16);
}

.col-card.grid-bg>* {
    position: relative;
    z-index: 1;
}

.col-card.grid-bg .label {
    color: var(--accent-highlight);
    letter-spacing: 0.2em;
    font-size: 11px;
    margin-bottom: 8px;
    padding-left: 4px;
}

.col-card.grid-bg h3 {
    color: var(--accent-primary);
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 14px;
    padding-left: 4px;
}

.col-card.grid-bg h3 .hl-blue {
    color: var(--accent-primary);
}

.col-card.grid-bg p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14.5px;
    line-height: 1.6;
    padding-left: 4px;
    margin-top: 0;
}

section.pad {
    padding: 110px 0;
}

/* ============ STAT PAIR ============ */
.stat-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 64px;
}

.stat-block .label-sm {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-primary);
}

section.dark .stat-block .label-sm {
    color: var(--accent-highlight);
}

.stat-block .big {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    font-size: 88px;
    line-height: 1;
    color: var(--clock-dark-blue);
    letter-spacing: -0.03em;
    margin: 14px 0 16px;
}

section.dark .stat-block .big {
    color: var(--accent-highlight);
}

.stat-block .big .unit {
    font-size: 0.45em;
    color: var(--accent-primary);
    margin-left: 6px;
    font-weight: 700;
    letter-spacing: 0;
}

section.dark .stat-block .big .unit {
    color: var(--accent-highlight);
}

.stat-block p {
    font-size: 15px;
    color: var(--fg-on-light-soft);
    max-width: 440px;
    line-height: 1.6;
}

section.dark .stat-block p {
    color: rgba(255, 255, 255, 0.78);
}

/* ============ PULL QUOTE ============ */
.dairypage .ds-bottom-header h2{
    font-family: var(--font-sans);
    font-weight: 900;
    color: var(--accent-primary);
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.dairypage .ds-bottom-header + .pull {
    margin-top: 0px;
}
.pull {
    margin: 88px auto 0 auto;
    max-width: 960px;
    text-align: center;
    padding: 56px 40px;
    border-top: 2px solid var(--accent-highlight);
    border-bottom: 2px solid var(--accent-highlight);
}

.pull h3 {
    font-size: 42px;
    line-height: 1.15;
    color: var(--clock-dark-blue);
    font-weight: 700;
}

section.dark .pull h3 {
    color: #fff;
}

.pull p {
    font-size: 16px;
    color: var(--fg-on-light-soft);
    margin-top: 20px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

section.dark .pull p {
    color: rgba(255, 255, 255, 0.78);
}

.sol-analogy-tag {
    margin-top: 24px;
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.sol-analogy-tag p {
    padding: 22px 0 0 4px;
    font-style: italic;
    font-weight: 500;
    font-size: 22px !important;
    font-family: var(--font-display);
    line-height: 1.4;
    color: #fff;
}

.sol-analogy-tag .hl {
    font-style: italic;
    font-weight: 700;
}

.sol-bottom {
    font-size: 36px !important;
    line-height: 1.25;
    color: var(--clock-dark-blue);
    font-weight: 700;
    max-width: 980px;
    margin: 0 auto;
}

.sol-how {
    margin-top: 32px;
}

.sol-how .col-card.grid-bg {
    padding: 36px 36px 32px 44px;
}

.sol-how-foot {
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
    margin-top: 22px;
}

.sol-how-foot p {
    padding-top: 16px;
    font-size: 13px;
    color: var(--accent-highlight) !important;
    line-height: 1.55;
    font-style: italic;
    padding-left: 4px;
}

.col-card.grid-bg.card-100 {
    grid-column: 1 / -1;
}

.col-card.grid-bg.width-50 {
    width: auto;
}

/* ============ COMPARE (side-by-side) ============ */
.compare-card {
    background: #fff;
    border: 1px solid var(--rule-on-light);
    margin-top: 56px;
    padding: 40px 40px 32px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.compare-card .cc-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
}

.compare-card .cc-head h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.compare-card .cc-hint {
    font-family: var(--font-sans);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fg-on-light-mute);
    font-weight: 700;
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 28px;
}

.compare-pane {
    padding: 32px 32px 28px;
    border-radius: var(--radius-md);
    border: 1px solid var(--rule-on-light);
}

.compare-a {
    background: linear-gradient(135deg, #f3f8f0 0%, #e8f2e0 100%);
    border-left: 4px solid var(--clock-dark-green);
}

.compare-b {
    background: linear-gradient(135deg, #fdeceb 0%, #f9d6d4 100%);
    border-left: 4px solid var(--status-danger);
}

.compare-pane .tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: var(--radius-pill);
}

.compare-a .tag-pill {
    background: var(--clock-dark-green);
    color: #fff;
}

.compare-b .tag-pill {
    background: var(--status-danger);
    color: #fff;
}

.compare-pane .cow-label {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 32px;
    color: var(--clock-dark-blue);
    margin-top: 14px;
    letter-spacing: -0.02em;
}

.compare-pane .cow-sub {
    font-size: 14px;
    color: var(--fg-on-light-mute);
    margin-top: 4px;
}

.compare-pane .mini-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mm .mm-lbl {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fg-on-light-mute);
    font-weight: 700;
}

.mm .mm-val {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    color: var(--clock-dark-blue);
    margin-top: 6px;
}

.compare-a .mm .mm-val.pop {
    color: var(--clock-dark-green);
}

.compare-b .mm .mm-val.pop {
    color: var(--status-danger);
}

.compare-caption {
    margin-top: 22px;
    font-size: 13px;
    color: var(--fg-on-light-mute);
    font-style: italic;
}

.mei-table-wrap {
    margin-top: 56px;
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--rule-on-light);
    box-shadow: var(--shadow-sm);
}

.mei-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.mei-table th,
.mei-table td {
    padding: 18px 24px;
    text-align: left;
    border-bottom: 1px solid var(--rule-on-light);
}

.mei-table table.table tr:first-child td {
    text-transform: uppercase;
}

.mei-table table.table th,
.mei-table table.table td {
    border-right: none !important;
}

.mei-table table.table {
    border: none;
    margin-bottom: 0;
}

.mei-table .table {
    margin-bottom: 0;
}

.mei-table table.table tbody {
    border-bottom: none;
}

.mei-table th {
    background: var(--clock-dark-blue);
    color: #fff;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mei-table th:nth-child(2) {
    background: var(--clock-dark-green);
}

.mei-table th:nth-child(3) {
    background: var(--status-danger);
}

.mei-table td {
    color: var(--fg-on-light-soft);
}

.mei-table td:first-child {
    font-weight: 600;
    color: var(--clock-dark-blue);
}

.mei-table .good {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    color: var(--clock-dark-green);
    font-weight: 700;
}

.mei-table .bad {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    color: var(--status-danger);
    font-weight: 700;
}

.mei-table tr:last-child td {
    border-bottom: none;
    background: var(--clock-paper);
}

.mei-table tr:last-child td {
    font-weight: 700;
    color: var(--clock-dark-blue);
}

/* ============ CTA SECTION -- NEXT Steps (blue finale) ============ */
.next-step {
    margin-bottom: 56px;
}

section.cta-finale {
    background-color: var(--accent-primary);
    background-image:
        radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.18), transparent 45%),
        radial-gradient(circle at 90% 90%, rgba(174, 205, 64, 0.22), transparent 50%),
        radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1.5px);
    background-size: auto, auto, 24px 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

section.cta-finale::before {
    /* horizontal rule over the top */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--accent-highlight) 0%, var(--accent-highlight) 33%, transparent 33%, transparent 66%, #fff 66%);
}

section.cta-finale .eyebrow {
    color: #013b3e;
}

section.cta-finale .eyebrow::before {
    background: #013b3e;
}

section.cta-finale h2 {
    color: #fff;
}

section.cta-finale h2 .hl-blue {
    color: #012b3e;
}

section.cta-finale .lede-p {
    color: rgba(255, 255, 255, 0.92);
}

section.cta-finale .tagline-foot p {
    color: rgba(255, 255, 255, 0.85);
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 0;
}

.cta-card {
    background: #fff;
    color: var(--clock-dark-blue);
    padding: 44px 40px 40px;
    border-radius: var(--radius-md);
    border-top: 4px solid var(--accent-highlight);
    position: relative;
    overflow: hidden;
    transition: transform var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);
    box-shadow: 0 14px 40px rgba(10, 31, 68, 0.18);
}

.cta-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(174, 205, 64, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(10, 31, 68, 0.26);
}

.cta-card.blue {
    background: #102b3e;
    color: #fff;
    border-top-color: var(--accent-highlight);
}

.cta-card.blue::before {
    background: radial-gradient(circle, rgba(28, 154, 214, 0.32) 0%, transparent 70%);
}

.cta-card .cta-kicker {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent-primary);
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

.cta-card.blue .cta-kicker {
    color: var(--accent-highlight);
}

.cta-card h3 {
    color: var(--clock-dark-blue);
    font-size: 32px;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.cta-card.blue h3 {
    color: #fff;
}

.cta-card p {
    color: var(--fg-on-light-soft);
    margin-top: 14px;
    font-size: 15px;
    max-width: 420px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.cta-card.blue p {
    color: rgba(255, 255, 255, 0.82);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 14px 24px;
    background: var(--accent-highlight);
    color: var(--clock-dark-blue);
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: var(--radius-sm);
    transition: transform var(--dur-fast) var(--ease-standard),
        background var(--dur-base) var(--ease-standard);
}

.btn:hover {
    background: #bdd951;
    transform: translateY(-1px);
}

.cta-card.blue .btn {
    background: var(--accent-highlight);
    color: var(--clock-dark-blue);
}

.cta-card.blue .btn:hover {
    background: #bdd951;
}

.tagline-foot {
    text-align: center;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 24px;
    color: var(--clock-dark-blue);
    margin-top: 72px;
    font-weight: 500;
}

.cta-finale .btn:hover {
    color: #012b3e;
}

.mei-mark {
    color: var(--accent-highlight);
    font-weight: 700;
    font-family: var(--font-sans);
    font-size: 0.55em;
    letter-spacing: 0.02em;
    vertical-align: 0.18em;
    margin-left: 6px;
}

/************************* Removing Margin Bottom *************************/
.dairypage p {
    margin-bottom: 0 !important;
    font-family: var(--font-sans);
    line-height: var(--lh-body);
    font-size: 16px;
}

@media (max-width: 1080px) {
    .nav ul {
        gap: 18px;
        font-size: 13px;
    }

    .nav li a {
        font-size: 13px;
    }

    .nav .cta {
        padding: 9px 14px;
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .hero h1 {
        font-size: 32px;
    }

    .dairypage h2 {
        font-size: 34px;
    }

    .wrap {
        padding: 0 24px;
    }

    .sol-bottom {
        font-size: 26px !important;
    }

    .two-col,
    .stat-pair,
    .product-grid,
    .three-col,
    .vs-grid,
    .cta-grid,
    .steps,
    .hero-stats,
    .cred-strip,
    .dist-legend,
    .compare-grid {
        grid-template-columns: 1fr;
    }

    .flag-grid {
        grid-template-columns: 1fr 1fr;
    }

    .flag {
        border-right: none;
        border-bottom: 1px solid var(--rule-on-light);
    }

    .calc-result {
        grid-template-columns: 1fr !important;
    }

    .nav ul {
        display: none;
    }

    .slider-row {
        grid-template-columns: 1fr !important;
        gap: 8px;
    }

    .slider-row .s-val {
        text-align: left !important;
    }

}

/******************************************************************* Responsive *******************************************************************/

@media (min-width: 1400px) {
    .color-blue {
        /*font-size: 65px;*/
    }

    .greenheader {
        /* font-size: 100px; */
    }

    .bluetext {
        /* font-size: 62px; */
    }

    .whiteheading {
        /* font-size: 60px; */
    }

    .whitecolor {
        color: #ffffff;
    }

    .greenheader {
        /* font-size: 100px; */
    }

    .whiteheader {
        /* font-size: 36px; */
    }

    .green-heading {
        font-size: 50px;
    }

    .blueheader a {
        font-size: 50px;
    }
}

@media (max-width:1400px) {
    /* .button-wrapper.green-btn .button-header {
        font-size: 40px;
    } */
}

@media (max-width:1399px) {
    .wws-header h2 {
        font-size: 25px;
    }

    /* .card-wrapper.style1 .card-content .header h2, .card-wrapper.style2 .card-content .header h2 {
        font-size: 65px;
    }  */
    /* .card-wrapper.style3 .card-content .header h2 {
        font-size: 50px;
    } */
    /* .card-wrapper.style4 .card-content .header h2 {
        font-size: 40px;
    } */
    .frame-layout-101 .col-12 h2 {
        font-family: 40px;
    }

    /* .bluerobototext .whitecolor {
        font-size: 25px;
    } */
    /* .card-wrapper.style1 .card-content .card-body p {
        font-size: 22px;
    } */
    /* .smallrobototext {
        font-size: 20px;
    } */
    /* .bluerobototext {
        font-size: 22px;
    } */
    /* .table-feed-efficiency-comparison tr td {
        font-size: 18px;
    } */
    /* .card-wrapper.style3 .card-content .card-body p{
        font-size: 20px;
    } */
    /* .whitetext {
        font-size: 20px;
    } */
    /* .card-wrapper.style4 .card-content .card-body p {
        font-size: 20px;
    } */
    /* .frame-round-border p {
        font-size: 20px;
    } */
    /* .frame-round-border h2 {
        font-size: 35px;
    } */
}

@media (max-width:1199px) {
    .card-wrapper.style2 {
        margin: 15px 0;
    }

    /***************** General Responsiveness *****************/
    .frame-twocolumn .col-lg-3 {
        width: 50%;
    }

    /***************** Who We Serve Responsiveness *****************/
    .wws-header h2 {
        font-size: 20px;
    }

    .wws-title {
        font-size: 20px;
    }

    .wws-item-title {
        font-size: 15px;
    }

    .wws-item-description p {
        font-size: 12px;
    }

    /***************** Stacked Image Responsiveness *****************/
    .stacked-image .base img {
        border-radius: 35px !important;
    }

    .stacked-image .base:first-child {
        margin-top: 100px;
    }

    .stacked-image .stacked-separator img {
        margin: -100px 0 -130px 0;
        width: 37%;
    }

    .stacked-separator {
        padding-left: 50px;
    }

    /***************** Number Blocks Responsiveness *****************/
    .repnum-value {
        font-size: 50px;
    }

    /***************** Gas Emission Responsiveness *****************/
    .liquid-glass {
        margin: 15px 0;
    }

    .liquid-glass .liquid-glass-title h4 {
        font-size: 25px;
    }

    .liquid-glass .liquid-glass-title h5 {
        font-size: 18px;
    }

    /* .rectangularblock-wrapper.border-right .block-body .block-subheader h2, .rectangularblock-wrapper.border-left .block-body .block-subheader h2 {
        font-size: 30px;
    } */
    /* .rectangularblock-wrapper.border-left .block-body .block-content p, .rectangularblock-wrapper.border-right .block-body .block-content p
    {
        font-size: 18px;
    } */

    /* .button-wrapper.green-btn .button-header {
        font-size: 35px;
    } */
    /* .button-wrapper.blue-btn .button-header {
        font-size: 35px;
    } */
    .calc-result .res-main .res-val {
        font-size: 55px !important;
    }
}

@media (max-width: 1023px) {

    /*****************  Dairy Page Card Wrapper Responsiveness *****************/
    /* .card-wrapper.style1 .card-content .header h2, .card-wrapper.style2 .card-content .header h2 {
        font-size: 50px;
    }  */
    .card-wrapper.style2 .card-content .subheader {
        font-size: 20px;
    }

    /* .card-wrapper.style3 .card-content .header h2 {
        font-size: 50px;
    } */
    /* .card-wrapper.style4 .card-content .header h2 {
        font-size: 30px;
    } */
    /* .card-wrapper.style1 .card-content .card-body p, 
    .card-wrapper.style2 .card-content .card-body p,
    .card-wrapper.style3 .card-content .card-body p,
    .card-wrapper.style4 .card-content .card-body p
    {
        font-size: 18px;
    } */
}

@media (max-width: 991px) {

    .rectangularblock-wrapper.border-right,
    .rectangularblock-wrapper.border-left {
        border-radius: 30px;
    }

    /***************** General Changes *****************/
    .frame-left-indent {
        padding-left: 0px;
    }

    .frame-right-indent {
        padding-right: 0px;
    }

    .width-80,
    .width-85,
    .width-50 {
        width: 100%;
    }

    .frame-green-border,
    .frame-green-button {
        margin: 25px auto;
    }

    .process-steps {
        flex-direction: column;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 2px dotted #aecd40;
    }

    .process-steps .process-arrow {
        transform: rotate(90deg);
    }

    /***************** Comparison Table Responsiveness *****************/

    .comparison-table-theme .table-icon-table tbody td:nth-child(1) {
        width: 15%;
    }

    .comparison-table-theme .table-icon-table tbody td:nth-child(2) {
        width: 20%;
    }

    .comparison-table-theme .table-icon-table tbody td:nth-child(3) {
        width: 15%;
    }

    .comparison-table-theme .table-icon-table {
        padding: 15px;
    }

    .comparison-table-theme .table-icon-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table-theme .table-icon-table table {
        min-width: 800px;
    }

    .comparison-table-theme .table-icon-table::-webkit-scrollbar {
        height: 6px;
    }

    .comparison-table-theme .table-icon-table::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.15);
    }

    .comparison-table-theme .table-icon-table::-webkit-scrollbar-thumb {
        background: #4eb0da;
        border-radius: 10px;
    }

    /***************** Who We Serve Responsiveness *****************/
    .wws-header h2 {
        font-size: 40px;
    }

    .wws-title {
        font-size: 24px;
    }

    .wws-item-title {
        font-size: 18px;
    }

    .wws-item-description p {
        font-size: 15px;
    }

    /***************** Stacked Image Responsiveness *****************/
    .stacked-image .base .stacked-top-image img {
        width: 45%;
    }

    .stacked-image .base .si-bg-img {
        margin-top: 0px;
    }

    .stacked-image .stacked-separator img {
        z-index: 1;
        margin: -105px 0 -150px 0;
        width: 25%;
    }

    .stacked-image .base.odd {
        padding-right: 0px;
    }

    .stacked-image .base.even {
        padding-left: 0px;
    }

    .stacked-image .stacked-separator {
        padding-left: 0px;
        text-align: center;
    }

    /***************** Gas Emission Responsiveness *****************/
    .gasemission .ge-header h2 {
        font-size: 32px;
    }

    .frame-layout-10 {
        margin-bottom: 30px;
        height: auto;
    }

    .gasemission .molecule-container {
        text-align: center;
    }

    .gasemission .molecule-container .gas-element {
        display: block;
    }

    .gasemission .molecule-label {
        opacity: 1.0;
    }

    .gasemission .gas-element {
        display: none;
    }

    .gasemission .ge-img img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .gas-element {
        margin: 0;
    }

    /***************** Number Blocks Responsiveness *****************/
    .frame-space-before-extra-large .repnumblock {
        margin-top: 0px;
    }

    /***************** Default table Responsiveness *****************/
    .comparison-table-theme tbody td:nth-child(1) {
        width: 20%;
    }

    .comparison-table-theme {
        padding: 15px;
    }

    .comparison-table-theme {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table-theme table {
        min-width: 800px;
    }

    .comparison-table-theme::-webkit-scrollbar {
        height: 6px;
    }

    .comparison-table-theme::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.15);
    }

    .comparison-table-theme::-webkit-scrollbar-thumb {
        background: #4eb0da;
        border-radius: 10px;
    }

    /* .frame-round-border h2
    {
        font-size: 30px;
    } */
    /* .frame-round-border p 
    {
        font-size: 22px;
    } */
    /* .button-wrapper .button-header 
    {
        font-size: 30px;
    } */

    .frame-halfleftcontainer {
        margin-left: auto;
        margin-right: auto;
    }

    .frame-halfrightcontainer {
        margin-left: auto;
        margin-right: auto;
    }

    .calc-result .res-main .res-val {
        font-size: 45px !important;
    }
}

@media (min-width: 768px) {
    .frame-no-gutter .lessspace .container {
        --bs-gutter-x: 0 !important;
    }
}

@media (max-width: 767px) {

    /****************** Stacked Image Responsiveness *****************/
    .stacked-image .stacked-separator img {
        margin: -100px 0 -130px 0;
    }

    /****************** Number Blocks Responsiveness *****************/
    .repnum-item {
        width: 100%;
    }

    .repnum-value {
        font-size: 48px;
    }
}

@media (max-width: 576px) {

    /***************** General Responsiveness *****************/
    .frame-twocolumn .col-lg-3 {
        width: 100%;
    }

    /****************** Comparison Table Responsiveness *****************/
    .comparison-table-theme .table-icon-table table {
        min-width: 700px;
    }

    .comparison-table-theme table {
        min-width: 700px;
    }

    /*****************  Dairy Page Card Wrapper Responsiveness *****************/
    .card-wrapper.style2 .card-content .header h2 {
        font-size: 50px;
    }

    /* .card-wrapper.style1 .card-content .header h2 {
        font-size: 35px;
    }  */
    /* .card-wrapper.style3 .card-content .header h2 {
        font-size: 35px;
    } */
    /* .card-wrapper.style4 .card-content .header h2 {
        font-size: 30px;
    } */
    .frame-layout-101 .col-12 h2 {
        font-size: 30px;
    }

    /* .card-wrapper.style1 .card-content .subheader {
        font-size: 25px;
    } */
    /* .table-feed-efficiency-comparison tr td 
    {
        font-size: 20px !important;
    } */
    /* .button-wrapper.green-btn .button-header {
        font-size: 25px;
    } */
    .frame-round-border {
        padding: 25px;
    }

    .frame-round-border p {
        /* font-size: 18px; */
        padding-left: 0;
    }

    /*  .button-wrapper.blue-btn .button-header {
        font-size: 25px;
    } */
    /* .bluerobototext .whitecolor {
        font-size: 18px;
    } */
    /* .card-wrapper.style1 .card-content .card-body p {
        font-size: 18px;
    } */
    /*  .smallrobototext {
        font-size: 18px;
    }
    .bluerobototext {
        font-size: 18px;
    } */
    /* .table-feed-efficiency-comparison tr td {
        font-size: 18px;
    } */
    /* .card-wrapper.style3 .card-content .card-body p{
        font-size: 18px;
    } */
    /* .whitetext {
        font-size: 18px;
    } */
    /* .card-wrapper.style4 .card-content .card-body p {
        font-size: 18px;
    } */
    /* .frame-round-border p {
        font-size: 18px;
    } */
    /* .frame-round-border h2 {
        font-size: 22px;
    } */
    .card-wrapper.style1 .card-content {
        padding: 25px;
    }

    /* .blue-roboto {
        font-size: 18px;
    } */

    .calc-result .res-main .res-val {
        font-size: 36px !important;
    }
}

@media (max-width:480px) {

    /****************** Data Insight Card Responsiveness *****************/
    .liquid-glass {
        padding: 10px;
    }

    /***************** Who We Serve Responsiveness *****************/
    .wws-header h2 {
        font-size: 22px;
    }

    /****************** Stacked Image Responsiveness *****************/
    .stacked-image .stacked-separator img {
        margin: -100px 0 -125px 0;
        width: 30%;
    }

    .stacked-image .base img {
        border-radius: 40px;
    }

    /*****************  Dairy Page Card Wrapper Responsiveness *****************/
    /* .card-wrapper.style1 .card-content .header h2, 
    .card-wrapper.style2 .card-content .header h2,
     .card-wrapper.style3 .card-content .header h2,
    .card-wrapper.style4 .card-content .header h2
    {
        font-size: 25px;
    }  */
    /* .card-wrapper.style1 .card-content .subheader {
        font-size: 20px;
    } */
    .card-wrapper.style2 .card-content .subheader {
        font-size: 20px;
    }

    .card-wrapper.style1 .card-content .card-body p,
    .card-wrapper.style2 .card-content .card-body p,
    .card-wrapper.style3 .card-content .card-body p,
    .card-wrapper.style4 .card-content .card-body p {
        padding: 0 !important;
        /* font-size: 15px; */
        /* line-height: 25px; */
    }

    .button-wrapper.green-btn a.button-header,
    .button-wrapper.light-blue-btn a.button-header,
    .button-wrapper.blue-btn a.button-header {
        min-width: 290px;
    }

    .calc-result .res-main .res-val {
        font-size: 28px !important;
    }

    .compare-card {
        padding: 40px 20px 32px;
    }
}

@media (max-width:360px) {
    .frame-center {
        figure.table {
            width: 100%;
        }
    }

    .compare-card {
        padding: 40px 10px 32px;
    }

    /****************** Who We Serve Responsiveness *****************/
    .wws-header h2 {
        font-size: 18px;
    }

    /******************* Stacked Image Responsiveness *****************/
    .stacked-image .stacked-separator img {
        margin: -100px 0 -120px 0;
    }

    .calc-result .res-main .res-val {
        font-size: 20px !important;
    }
}



.calc {
    background: #fff;
    border: 1px solid var(--rule-on-light);
    border-top: 4px solid var(--accent-primary);
    padding: 48px;
    border-radius: var(--radius-md);
    margin-top: 56px;
    box-shadow: var(--shadow-md);
}

.calc .calc-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.calc h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.calc .calc-sub {
    color: var(--fg-on-light-mute);
    font-size: 15px;
    max-width: 520px;
}

.calc .calc-badge {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: var(--accent-highlight);
    color: var(--clock-dark-blue);
    padding: 6px 12px;
    border-radius: var(--radius-sm);
}

.calc-result {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 24px;
    margin-top: 36px;
    align-items: end;
}

.calc-result .res-main {
    background: var(--clock-dark-blue) url('assets/backgrounds/grid-dark.png') center/cover;
    color: #fff;
    padding: 28px 32px;
    border-radius: var(--radius-sm);
    border-top: 3px solid var(--accent-highlight);
}

.calc-result .res-main .res-lbl {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-highlight);
    font-weight: 700;
}

.calc-result .res-main .res-val {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.03em;
    margin-top: 10px;
}

.calc-result .res-main .res-val .currency {
    color: var(--accent-highlight);
}

.calc-result .res-main .res-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.res-side {
    padding: 20px 22px;
    border: 1px solid var(--rule-on-light);
    border-radius: var(--radius-sm);
    background: var(--clock-paper);
}

.res-side .res-lbl {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fg-on-light-mute);
    font-weight: 700;
}

.res-side .res-val {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    font-size: 30px;
    color: var(--clock-dark-blue);
    margin-top: 6px;
    letter-spacing: -0.02em;
}

.res-side .res-val .unit {
    color: var(--accent-primary);
    font-size: 0.6em;
    margin-left: 4px;
}

.slider-group {
    margin-top: 32px;
}

.slider-row {
    display: grid;
    grid-template-columns: 160px 1fr 120px;
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid var(--rule-on-light);
}

.slider-row:first-of-type {
    border-top: none;
}

.slider-row .s-lbl {
    font-size: 13px;
    font-weight: 700;
    color: var(--clock-dark-blue);
    letter-spacing: 0.04em;
}

.slider-row .s-lbl small {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: var(--fg-on-light-mute);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-top: 2px;
}

.slider-row input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: var(--rule-on-light);
    border-radius: 4px;
    outline: none;
}

.slider-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent-primary);
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(28, 154, 214, 0.4);
    cursor: pointer;
    transition: transform var(--dur-fast);
}

.slider-row input[type=range]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.slider-row input[type=range]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--accent-primary);
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(28, 154, 214, 0.4);
    cursor: pointer;
}

.slider-row .s-val {
    font-family: var(--font-sans);
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    font-size: 22px;
    color: var(--clock-dark-blue);
    text-align: right;
    letter-spacing: -0.01em;
}

.slider-row .s-val .unit {
    color: var(--accent-primary);
    font-size: 0.65em;
    margin-left: 4px;
    font-weight: 700;
}

.calc-foot {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--rule-on-light);
    font-size: 13px;
    color: var(--fg-on-light-mute);
    font-style: italic;
    line-height: 1.6;
}

.slider-group .slider-row input[type=range] {

    min-height: 0 !important;

}

.calc p {
    margin: 0 !important;
}