/************************************** Global Correction **************************************/
.container .container {
    padding-left: 0;
    padding-right: 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 {
    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";
    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";
}

.frame-round-border p {
    font-size: 25px;
    color: #696969;
    font-family: "Roboto";
    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";
    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-spacing-padding-0
{
    --frame-spacing: 0;
}
.frame-spacing-padding-0 .col-12 
{
    padding: 0;
}
/************************************* RTE styling *************************************/
.whitearcher-text
{
    font-family: ArcherPro;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
.light-bluecolor
{
    color: #1c9ad6;
}
.color-blue {
    font-family: "Roboto";
    font-weight: bold;
    color: #012B3E;
}

.blue-roboto {
    font-family: "Roboto";
    color: #012B3E;
    font-size: 20.5px;
    font-weight: bold;
    line-height: 1.2;
}

.bluerobototext {
    font-size: 25px;
    font-family: "Roboto";
    color: #0a5476;
    line-height: 1.2;
}

.bluerobototext .whitecolor {
    font-size: 30px;
}

.bluetext {
    font-family: "Roboto";
    color: #012B3E;
    font-weight: bold;
}

.greentext {
    color: #aecd40;
}
.font-400
{
    font-weight: 400;
}
.bluecolor {
    color: #012B3E;
}

.whiteheading {
    font-family: "Roboto";
    color: #ffffff;
    font-weight: bold;
}

.whitetext {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

.whitecolor {
    color: #ffffff;
}

.greenheader {
    font-family: "Roboto";
    font-weight: bold;
    color: #aecd40;
    margin-bottom: 0;
}

.whiteheader {
    font-family: "Roboto";
    font-weight: bold;
    color: #ffffff;
}
.width-80 
{
    width: 80%;
}
.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";
    font-weight: bold;
    color: #0a5476;
}
/************************************* 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;
    width: 60%;
    margin: 30px 0;
}

.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;
    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";
    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";
    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";
        margin-bottom: 0;
        font-weight: bold;
    }
}

.card-wrapper.style2 .card-content .subheader {
    font-size: 25px;
    color: #aecd40;
    font-weight: bold;
    font-family: "Roboto";
    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";
    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";
    margin-bottom: 0;
    font-weight: bold;
}

.card-wrapper.style3 .card-content .subheader {
    color: #aecd40;
    font-size: 25px;
    font-family: "Roboto";
    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";
    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 h2 {
    color: #aecd40;
    font-size: 60px;
    text-align: center;
    font-family: "Roboto";
    font-weight: bold;
}

.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";
    padding: 0;
    line-height: 1.2;
}

/************************************** 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";
    font-weight: 400;
    margin-bottom: 20px;
}

.rectangularblock-wrapper.border-left .block-body .block-subheader h2 {
    color: #ffffff;
    font-size: 42px;
    font-family: "Roboto";
    font-weight: bold;
    margin-bottom: 20px;
}

.rectangularblock-wrapper.border-left .block-body .block-content p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Roboto";
    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";
    font-weight: 400px;
    margin-bottom: 20px;    
}

.rectangularblock-wrapper.border-right .block-body .block-subheader h2 {
    color: #ffffff;
    font-size: 42px;
    font-family: "Roboto";
    margin-bottom: 20px;
    font-weight: bold;
}

.rectangularblock-wrapper.border-right .block-content p {
    color: #ffffff;
    font-size: 20px;
    font-family: "Roboto";
    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";
}

/* 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: 17px;
    font-family: "Roboto";
    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;
}
/************************************** Nedia Queries or Responsiveness **************************************/
.button-wrapper.blue-btn
{
    margin: 25px auto;
    width: 90% !important;
}
.button-wrapper.blue-btn a.button-header
{
    border: 2px solid #012B3E;
    border-radius: 20px;
    background: transparent;
    transition: all 0.2s ease-in;
    display: block;
    line-height: 1.2;
    padding: 20px 10px 0 10px;
    text-align: center;
    color: #012b3e;
    font-family: "Roboto";
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;

    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.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;
    width: 90% !important;
}
.button-wrapper.green-btn a.button-header {
    border: 2px solid #aecd40;
    border-radius: 20px;
    background: transparent;
    transition: all 0.2s ease-in;
    display: block;
    line-height: 1.2;
    padding: 20px 10px 0 10px;
    text-align: center;
    color: #aecd40;
    font-family: "Roboto";
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;

    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.button-wrapper.green-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: #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);
}


.frame-type-twocol .col-12 > .frame-background-primary, .frame-type-twocol .col-12 > .frame-background-secondary {
    height: 100%;
}

@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;
    }
}

@media (max-width: 1023px) {

    /****************** Data Insight Card Responsiveness *****************/
    .liquid-glass-image img {
        height: 200px;
    }
    /*****************  Dairy Page Card Wrapper Responsiveness *****************/
    .card-wrapper.style1 .card-content .header h2, .card-wrapper.style2 .card-content .header h2 {
        font-size: 50px;
    } 
    .card-wrapper.style1 .card-content .subheader, .card-wrapper.style2 .card-content .subheader {
        font-size: 30px;
    } 
    .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: 100%;
    }
    .frame-green-border, .frame-green-button
    {
        margin: 25px auto;
    }


    /***************** 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;
    }
}

@media (min-width: 768px) {
    .frame-no-gutter .lessspace .container {
        --bs-gutter-x: 0 !important;
    }
}

@media (max-width: 767px) {

    /****************** Data Insight Card Responsiveness *****************/
    .liquid-glass-image img {
        width: 50%;
    }

    /****************** 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;
    }
}

@media (max-width:480px) {

    /****************** Data Insight Card Responsiveness *****************/
    .liquid-glass {
        padding: 10px;
    }

    .liquid-glass-image img {
        height: 150px;
    }

    /***************** 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: 25px;
    }
    .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;
    }
}

@media (max-width:360px) {
    .frame-center {
        figure.table {
            width: 100%;
        }
    }

    /****************** Who We Serve Responsiveness *****************/
    .wws-header h2 {
        font-size: 18px;
    }

    /******************* Stacked Image Responsiveness *****************/
    .stacked-image .stacked-separator img {
        margin: -100px 0 -120px 0;
    }
}