/* ============================================
   Dairytech Blog Banner
   ============================================ */

.dt-blog-banner header.entry-header.alignwide {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* ============================================
   Dairytech Breadcrumbs
   ============================================ */

.dt-blog-breadcrumb {
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.dt-blog-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.dt-blog-breadcrumb a:hover,
.dt-blog-breadcrumb a:focus {
    color: #fff;
    text-decoration: underline;
}

.dt-blog-breadcrumb .sep {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.5);
}

.dt-blog-breadcrumb .current {
    color: #fff;
    font-weight: 500;
}

/* ============================================
   Dairytech Search Styling
   ============================================ */

/* FAQ Section Custom */

.faq-section-home .dt-home-faq-extra {
    display: none;
}

.faq-section-home .dt-home-faq-list .ewd-ufaq-post-margin {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
}

.faq-section-home .dt-home-faq-list .ewd-ufaq-post-margin:focus-visible {
    outline: 2px solid var(--dairytech-base);
    outline-offset: 4px;
}

/* FAQ Toggle Button */

.faq-section-home .dt-home-faq-actions {
    margin-top: 10px;
}

.faq-section-home .dt-home-faq-toggle-btn {
    min-width: 160px;text-align: center;
}


.dt-blog-banner .blog-banner-search {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    padding: 0 16px;
    width: 100%;
}

.dt-blog-banner .blog-banner-search__form {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.dt-blog-banner .blog-banner-search .form-group {
    margin-bottom: 0;
    flex: 1;
}

.dt-blog-banner .blog-banner-search__field {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 15px;
}

.dt-blog-banner .blog-banner-search__field::placeholder {
    color: #999;
}

.dt-blog-banner .blog-banner-search__field:focus {
    outline: none;
}

.dt-blog-banner .blog-banner-search__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 50px;
    padding: 0;
    border: none;
    background: var(--dairytech-base);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dt-blog-banner .blog-banner-search__submit:hover,
.dt-blog-banner .blog-banner-search__submit:focus {
    background: var(--dairytech-base-dark, #5a9e1f);
}

.dt-blog-banner .blog-banner-search__submit .fa-search {
    font-size: 16px;
}


/* new homepage design */
/* New Homepage Design - PI Card */

.cs_wrap .cs-cards-row {
    margin-top: 8px;
    row-gap: 30px;
}

.cs_wrap .cs-card-col {
    display: flex;
}

.cs_wrap .pi-card {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(11, 11, 12, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cs_wrap .pi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(11, 11, 12, 0.12);
}

.cs_wrap .pi-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}

.cs_wrap .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ecefe6;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.12);
    text-align: center;
        border-radius: 20px 20px 0 0;
}

/* CS Wrap Icon Colors */
/* Icon Background Variations */
.cs_wrap .cs-card-col:nth-child(6n + 1) .pi-card .icon-wrapper, .erp-modules .erp-module-col:nth-child(6n + 1) .erp-module-card {
    background: #ecefe6;
    border-color: #d9dece;
}

.cs_wrap .cs-card-col:nth-child(6n + 2) .pi-card .icon-wrapper,
.erp-modules .erp-module-col:nth-child(6n + 2) .erp-module-card
{
    background: #e4eefa;
    border-color: #c9d9ef;
}

.cs_wrap .cs-card-col:nth-child(6n + 3) .pi-card .icon-wrapper,
.erp-modules .erp-module-col:nth-child(6n + 3) .erp-module-card
{
    background: #f8ebe3;
    border-color: #edd7ca;
}

.cs_wrap .cs-card-col:nth-child(6n + 4) .pi-card .icon-wrapper,
.erp-modules .erp-module-col:nth-child(6n + 4) .erp-module-card
{
    background: #eee7f7;
    border-color: #d9cdef;
}

.cs_wrap .cs-card-col:nth-child(6n + 5) .pi-card .icon-wrapper,
.erp-modules .erp-module-col:nth-child(6n + 5) .erp-module-card {
    background: #e5f4ee;
    border-color: #cce4da;
}

.cs_wrap .cs-card-col:nth-child(6n) .pi-card .icon-wrapper,
.erp-modules .erp-module-col:nth-child(6n) .erp-module-card {
    background: #f6efdf;
    border-color: #e6dac0;
}

.cs_wrap .icon-wrapper img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}

.cs_wrap .card-heading {
    margin-bottom: 18px;
}

.cs_wrap .card-heading h3 {
    margin: 0;
    color: var(--dairytech-black);
    font-size: 21px;
    line-height: 1.4;
}

.cs_wrap .ii_wrap + .ii_wrap {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(var(--dairytech-base-rgb), 0.12);
}

.cs_wrap .ii_wrap h5 {
    margin-bottom: 12px;
    color: var(--dairytech-base);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cs_wrap .ii_wrap ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

/* II Wrap List Custom Arrows */
/* Arrow Color Sync with Icon */
.cs_wrap .ii_wrap li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    color: var(--dairytech-gray);
    font-size: 15px;
    line-height: 1.6;
    list-style: none;
}

.cs_wrap .ii_wrap li::before {
    content: "\2192";
    position: absolute;
    top: 0;
    left: 0;
    color: #ecefe6;
    font-size: 12px;
    line-height: 1.95;
    font-weight: 700;
}

.cs_wrap .ii_wrap li:last-child {
    margin-bottom: 0;
}

.cs_wrap .ii_wrap.impact li {
    list-style: disc;
    position: initial;
    padding-left: 0;
}
.cs_wrap .ii_wrap.impact ul {
    padding-left: 18px;
}
.cs_wrap .ii_wrap.impact li::marker, .go-live-steps-row .go-live-step-card li::marker {
    color: #6cab2d;
}
.cs_wrap .ii_wrap.impact li:before {
    display: none;
}
.cs_wrap .ii_wrap li::before{color: #6cab2d;}
/* New Homepage Design - PI Card Grid */

@media (min-width: 992px) {
    .cs_wrap .cs-cards-row {
        justify-content: center;
    }
}

/* New Homepage Design - ERP Modules */

.erp-modules .erp-modules-row {
    margin-top: 8px;
    row-gap: 30px;
}

.erp-modules .erp-module-col {
    display: flex;
}

.erp-modules .erp-module-card {
    width: 100%;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(11, 11, 12, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.erp-modules .erp-module-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--dairytech-base-rgb), 0.3);
    box-shadow: 0 18px 38px rgba(11, 11, 12, 0.12);
}

.erp-modules .erp-module-card h3 {
    margin: 0 0 20px;
    color: var(--dairytech-black);
    font-size: 24px;
    line-height: 1.35;
}

.erp-modules .erp-module-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.erp-modules .erp-module-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
    color: var(--dairytech-gray);
    font-size: 16px;
    line-height: 1.6;
}

.erp-modules .erp-module-card li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--dairytech-base);
}

.erp-modules .erp-module-card li:last-child {
    margin-bottom: 0;
}
.erp-module-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.mcd-cta {
    margin-top: 50px;
}

/* Ravi CEO Section */
.ravi-ceo-section {
    background: rgba(var(--dairytech-base-rgb), 0.10);
}

/* .ravi-ceo-shell {
    position: relative;
    padding: 36px;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(11, 11, 12, 0.08);
    overflow: hidden;
}

.ravi-ceo-shell::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--dairytech-base) 0%, var(--dairytech-primary) 100%);
} */
.ravi-ceo-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ravi-ceo-image-wrap img {
    width: 100%;
    display: block;
    box-shadow: 0 14px 30px rgba(11, 11, 12, 0.12);
}
.ravi-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 42%) 100%);
    padding: 20px;
}
.ravi-txt h5, .ravi-txt p {
    color: #fff;
    margin: 0;
}
.ceo-content {
    position: relative;
    padding-left: 20px;
}
.ceo-content:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #6cab2d;
    position: absolute;
    left: 0;
    border-radius: 5px;
}

/* Ravi CEO Content */
.ravi-ceo-content {
    padding-left: 20px;
}

.ravi-ceo-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--dairytech-base);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ravi-ceo-content h2 {
    margin-bottom: 18px;
    color: var(--dairytech-black);
    font-size: 40px;
    line-height: 1.2;
}

.ravi-ceo-content p {
    margin-bottom: 16px;
    color: var(--dairytech-gray);
    font-size: 17px;
    line-height: 1.8;
}

.ravi-ceo-author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.ravi-ceo-author-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(var(--dairytech-base-rgb), 0.18);
    flex: 0 0 64px;
}

.ravi-ceo-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ravi-ceo-author-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ravi-ceo-author-label {
    color: var(--dairytech-gray);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ravi-ceo-signature {
    color: var(--dairytech-black);
    font-size: 28px;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
}

/* Ravi CEO CTA */
.ravi-ceo-cta {
    margin-top: 30px;
}

.ravi-ceo-cta p {
    margin: 0 0 10px;
    color: var(--dairytech-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.page-template-home-new button.site-btn, .page-template-home-new .case-study-secondary-btn.site-btn {
    padding: 7px 15px;
    font-size: 16px;
}



/* TP Integration Section */
.tp_integration {
    background: #ffffff;
}

.tp_integration--layout .sec_title {
    margin-bottom: 34px;
    text-align: center;
}

.tp_integration--layout .sec_title h2 {
    margin: 0;
    color: var(--dairytech-black);
    font-size: 42px;
    line-height: 1.2;
}

/* TP Integration Tabs */
.tp_integration--layout .tp_integration_tabs {
    margin-top: 50px;
}

/* TP Tabs Navigation */
.tp_integration--layout .tpi_tabs_nav_wrap {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
}

.tp_integration--layout .tpi_tabs_nav_wrap::-webkit-scrollbar {
    display: none;
}

.tp_integration--layout .tpi_tabs_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    min-width: max-content;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.tp_integration--layout .tpi_tabs_nav .nav-item {
    margin: 0;
}

.tp_integration--layout .tpi_tabs_nav .nav-link {
    min-width: 190px;
    padding: 10px 20px;
    border: 1px solid rgba(var(--dairytech-black-rgb), 0.2) !important;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.72) !important;
    color: var(--dairytech-black) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.tp_integration--layout .tpi_tabs_nav .nav-link:hover,
.tp_integration--layout .tpi_tabs_nav .nav-link:focus {
    border-color: rgba(var(--dairytech-base-rgb), 0.35);
    background: rgba(var(--dairytech-base-rgb), 0.08);
    color: var(--dairytech-black);
}

.tp_integration--layout .tpi_tabs_nav .nav-link.active {
    border-color: transparent !important;
    background: var(--dairytech-base) !important;
    color: #fff !important;
}

/* TP Tabs Content */
.tp_integration--layout .tpi_tab_content {
    margin-top: 32px;
}

.tp_integration--layout .tpi_box {
    width: 100%;
}

.tp_integration--layout .tpi_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.tpi_icon_box {
    width: 100px;
    height: 100px;
    display: block;
    padding: 13px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(var(--dairytech-black-rgb), 0.08);
}
.tp_integration--layout .tpi_icons img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* TP Integration Responsive */

/* Case Study Section */
.case-study-section {
    background: rgba(var(--dairytech-base-rgb), 0.10);
}

/* .case-study-shell {
    position: relative;
    padding: 36px;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(var(--dairytech-base-rgb), 0.07) 0%, rgba(var(--dairytech-base-rgb), 0.02) 45%);
    box-shadow: 0 14px 35px rgba(var(--dairytech-black-rgb), 0.08);
    overflow: hidden;
}

.case-study-shell::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--dairytech-base) 0%, var(--dairytech-primary) 100%);
} */

/* Case Study Content */
.case-study-content {
    padding-right: 24px;
}

.case-study-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--dairytech-base);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.case-study-content h2 {
    margin-bottom: 18px;
    color: var(--dairytech-black);
    font-size: 33px;
    line-height: 1.18;
}

.case-study-content p {
    margin-bottom: 16px;
    color: var(--dairytech-gray);
    font-size: 17px;
    line-height: 1.8;
}

.case-study-content .case-study-emphasis {
    margin-bottom: 0;
    color: var(--dairytech-black);
    font-weight: 600;
}

/* Case Study Stats */
.case-study-stats {
    display: grid;
    gap: 18px;
}

.case-study-stat-card {
    padding: 24px 22px;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.14);
    border-radius: 18px;
    background: #f7f7f7;
    box-shadow: 0 14px 30px rgba(var(--dairytech-black-rgb), 0.07);
    display: flex;
    align-items: center;
    gap: 20px;
}

.case-study-stat-card p {
    margin: 0;
    color: var(--dairytech-black);
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
}

.case-study-stat-card span {
    color: var(--dairytech-base);
    font-size: 34px;
    font-weight: 700;
}
.cs-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #dfebd4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-icon img {
    width: 24px;
}
.cs-content p {
    color: #727274;
}
.cs-content .text-uppercase {
    font-size: 12px;
}
.cs-content .text-highlighter {
    color: var(--dairytech-black);
    font-size: 30px;
}
.cs-content .subtext {
    font-size: 14px;
}





/* Case Study CTA */
.case-study-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.case-study-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.2);
    border-radius: 5px;
    background: rgba(var(--dairytech-base-rgb), 0.02);
    color: var(--dairytech-black);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
}

.case-study-secondary-btn:hover,
.case-study-secondary-btn:focus {
    border-color: var(--dairytech-base);
    background: rgba(var(--dairytech-base-rgb), 0.08);
    color: var(--dairytech-black);
    text-decoration: none;
}


/* Global Modal Styles */
.dairytech-contact-modal {
    padding: 16px !important;
}

.dairytech-contact-modal .modal-dialog {
    max-width: 640px;
    margin: auto;
    min-height: calc(100% - 32px);
    display: flex;
    align-items: center;
}

.dairytech-contact-modal .modal-content {
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(var(--dairytech-black-rgb), 0.18);
    /* max-height: 85vh;
    overflow: auto; */
}

.dairytech-contact-modal .modal-header {
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 28px 32px 18px;
    border-bottom: 1px solid rgba(var(--dairytech-base-rgb), 0.12);
    position: relative;
}
.dairytech-contact-modal .modal-header button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    background-image: url(/wp-content/uploads/2026/04/download.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.dairytech-contact-modal .modal-header button.btn-close:hover {
    background-color: #28303d;
}
.dairytech-contact-modal__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dairytech-base);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dairytech-contact-modal .modal-title {
    margin: 0;
    color: var(--dairytech-black);
    font-size: 28px;
    line-height: 1.15;
}

.dairytech-contact-modal .btn-close {
    margin: 4px 0 0;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(var(--dairytech-base-rgb), 0.08);
    box-shadow: none;
    opacity: 1;
}

.dairytech-contact-modal .btn-close:hover,
.dairytech-contact-modal .btn-close:focus {
    background-color: rgba(var(--dairytech-base-rgb), 0.14);
}

/* .dairytech-contact-modal .modal-body {
    padding: 0 32px 32px;
} */
.dairytech-contact-modal .modal-body {
    padding: 0;
}

/* HubSpot Modal Design */
.dairytech-contact-modal__intro {
    color: var(--dairytech-gray);
    font-size: 17px;
    line-height: 1.7;
    margin-top: 14px;
}

#hubspot-form-container {
    min-height: 420px;
}

#hubspot-form-container.dairytech-contact-modal__status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px dashed rgba(var(--dairytech-base-rgb), 0.2);
    border-radius: 18px;
    color: var(--dairytech-gray);
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

#hubspot-form-container iframe,
#hubspot-form-container .hs-form-frame {
    width: 100% !important;
    max-width: 100%;
}

.icn-outr {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-section-home .ewd-ufaq-post-margin-symbol {
    text-align: center;
}
.faq-section-home .dt-home-faq-actions button:not(:hover):not(:active):not(.has-background) {
    background: #6cab2d;
    color: #fff;
}



/* Responsive Modal */

/* Go Live Section */
.go-live-section {
    background: #f7f7f7;
}

.go-live-intro {
    max-width: 920px;
    margin: 0 auto 34px;
}

.go-live-intro h2 {
    margin: 0 0 16px;
    color: var(--dairytech-black);
    font-size: 42px;
    line-height: 1.2;
}

.go-live-intro p {
    margin: 0;
    color: var(--dairytech-gray);
    font-size: 18px;
    line-height: 1.75;
}

/* Go Live Steps */
.go-live-steps-row {
    row-gap: 30px;
}

.go-live-step-col {
    display: flex;
}

.go-live-step-card {
    width: 100%;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
    border-radius: 20px;
    background: rgba(var(--dairytech-base-rgb), 0.02);
    box-shadow: 0 14px 35px rgba(var(--dairytech-black-rgb), 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.go-live-step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--dairytech-base-rgb), 0.3);
    box-shadow: 0 18px 38px rgba(var(--dairytech-black-rgb), 0.12);
}

.go-live-step-card::before {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--dairytech-base);
}

.go-live-step-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dairytech-base);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.go-live-step-card h3 {
    margin: 0 0 18px;
    color: var(--dairytech-black);
    font-size: 24px;
    line-height: 1.35;
}

.go-live-step-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.go-live-step-card li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
    color: var(--dairytech-gray);
    font-size: 16px;
    line-height: 1.6;
}

.go-live-step-card li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dairytech-base);
}

.go-live-step-card li:last-child {
    margin-bottom: 0;
}

/* Go Live Alt Minimal */
.go-live-section-alt {
    background: #f7f7f7;
}

.go-live-section-alt .go-live-intro {
    margin-bottom: 44px;
}

/* Step Flow Layout */
.go-live-section-alt .go-live-steps-row {
    position: relative;
    row-gap: 34px;
}

.go-live-section-alt .go-live-step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    overflow: visible;
    transition: none;
}

.go-live-section-alt .go-live-step-card:hover {
    transform: none;
    box-shadow: none;
}

.go-live-section-alt .go-live-step-card::before {
    display: none;
}

.go-live-section-alt .go-live-step-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--dairytech-base);
    color: #fff;
    box-shadow: 0 10px 24px rgba(var(--dairytech-base-rgb), 0.26);
    font-size: 20px;
    line-height: 1;
}

.go-live-section-alt .go-live-step-label {
    display: inline-block;
    margin: 0 0 7px;
    color: var(--dairytech-base);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.go-live-section-alt .go-live-step-card h3 {
    max-width: 190px;
    margin: 0 auto;
    color: var(--dairytech-black);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

@media (min-width: 992px) {
    /* Go Live Desktop Step Flow */
    .go-live-steps-row {
        counter-reset: go-live-step;
        row-gap: 0;
        flex-wrap: nowrap;
    }

    .go-live-steps-row .go-live-step-col {
        position: relative;
        counter-increment: go-live-step;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-top: 40px;
    }

    .go-live-steps-row .go-live-step-card {
        position: relative;
        padding: 60px 10px 15px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 12px 28px rgba(var(--dairytech-black-rgb), 0.07);
    }

    .go-live-steps-row .go-live-step-card::before {
        display: none;
    }

    .go-live-steps-row .go-live-step-card h3 {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.35;
    }

    .go-live-steps-row .go-live-step-card li {
        margin-bottom: 8px;
        padding-left: 0;
        font-size: 14px;
        line-height: 1.55;
        list-style: disc;
        text-align: left;
    }

    .go-live-steps-row .go-live-step-card li::before {
        display: none;
    }

    /* Go Live Step Connector */
    .go-live-steps-row .go-live-step-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 63px;
        left: calc(50% + 24px);
        width: calc(100% - 48px);
        border-top: 2px dashed rgba(var(--dairytech-base-rgb), 0.55);
        z-index: 1;
        pointer-events: none;
    }

    /* Go Live Step Number */
    .go-live-steps-row .go-live-step-label {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin: 0;
        border: 2px solid rgba(var(--dairytech-base-rgb), 0.24);
        border-radius: 50%;
        background: var(--dairytech-base);
        color: #fff;
        box-shadow: 0 10px 22px rgba(var(--dairytech-base-rgb), 0.22);
        font-size: 0;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        text-transform: none;
        transform: translateX(-50%);
    }

    .go-live-steps-row .go-live-step-label::before {
        content: counter(go-live-step);
        font-size: 18px;
    }

    .go-live-section-alt .go-live-steps-row {
        padding-top: 0;
    }

    /* Step Connector Line */
    .go-live-section-alt .go-live-steps-row::before {
        content: "";
        position: absolute;
        top: 29px;
        left: calc(8.333333% + 29px);
        right: calc(8.333333% + 29px);
        border-top: 2px dashed rgba(var(--dairytech-base-rgb), 0.45);
        z-index: 1;
        pointer-events: none;
    }

    .go-live-section-alt .go-live-step-col {
        padding-top: 0;
    }

    .go-live-section-alt .go-live-step-col:not(:last-child)::after {
        display: none;
    }

    .go-live-section-alt .go-live-step-card {
        min-height: 0;
        padding: 0 12px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .go-live-section-alt .go-live-step-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 16px;
        font-size: 20px;
    }

    .go-live-section-alt .go-live-step-label {
        position: static;
        width: auto;
        height: auto;
        margin: 0 0 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--dairytech-base);
        box-shadow: none;
        font-size: 16px;
        font-weight: 600;
        transform: none;
    }

    .go-live-section-alt .go-live-step-label::before {
        content: none;
    }

    .go-live-section-alt .go-live-step-card h3 {
        margin-bottom: 0;
        font-size: 17px;
    }
}
.page-template-home-new button:not(:hover):not(:active):not(.has-background) {
    background-color: #6cab2d;
    color: #fff;
}

.faq-section-home button:not(:hover):not(:active):not(.has-background) {
    background-color: #fff;
}
.page-template-home-new .dairytech-contact-modal button:not(:hover):not(:active):not(.has-background) {
    background-color: var(--global--color-primary);
}

.faq-section-home .row {
    align-items: center;
}

/* Go Live Responsive */

/* ============================================
   Dairytech Responsive
   ============================================ */

/* ================================
Responsive - 1199px
================================ */
@media (max-width: 1199px) {
    .cs_wrap .pi-card .card-body {
        padding: 24px 20px 22px;
    }

    .cs_wrap .card-heading h3 {
        font-size: 19px;
    }

    .ravi-ceo-shell {
        padding: 30px;
    }

    .ravi-ceo-content h2 {
        font-size: 34px;
    }

    .ravi-ceo-content p {
        font-size: 16px;
    }

    .tp_integration--layout .sec_title h2 {
        font-size: 36px;
    }

    .case-study-content h2 {
        font-size: 34px;
    }

    .case-study-stat-card p {
        font-size: 20px;
    }

    .case-study-stat-card span {
        font-size: 30px;
    }

    .go-live-intro h2 {
        font-size: 36px;
    }
}

/* ================================
Responsive - 991px
================================ */
@media (max-width: 991px) {
    .cs_wrap .cs-cards-row {
        row-gap: 24px;
    }

    .cs_wrap .pi-card .card-body {
        padding: 22px 18px 20px;
    }

    .cs_wrap .card-heading {
        margin-bottom: 16px;
    }

    .cs_wrap .card-heading h3 {
        font-size: 18px;
    }

    .erp-modules .erp-modules-row {
        row-gap: 24px;
    }

    .erp-modules .erp-module-card {
        padding: 24px 20px;
    }

    .erp-modules .erp-module-card h3 {
        font-size: 22px;
    }

    .ravi-ceo-shell {
        padding: 24px;
    }

    .ravi-ceo-image-wrap {
        margin-bottom: 24px;
    }

    .ravi-ceo-content {
        padding-left: 0;
    }

    .ravi-ceo-content h2 {
        font-size: 32px;
    }

    .ravi-ceo-cta {
        margin-top: 24px;
    }

    .tp_integration--layout .sec_title {
        margin-bottom: 28px;
    }

    .tp_integration--layout .sec_title h2 {
        font-size: 32px;
    }

    .tp_integration--layout .tp_integration_tabs {
        margin-top: 36px;
    }

    .tp_integration--layout .tpi_tab_content {
        margin-top: 28px;
    }

    .case-study-shell {
        padding: 24px;
    }

    .case-study-content {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .case-study-content h2 {
        font-size: 32px;
    }

    .case-study-cta {
        margin-top: 24px;
    }

    .dairytech-contact-modal .modal-dialog {
        max-width: 92%;
    }

    .dairytech-contact-modal .modal-header {
        padding: 24px 24px 16px;
    }

    /* .dairytech-contact-modal .modal-body {
        padding: 0 24px 24px;
    } */

    .dairytech-contact-modal .modal-title {
        font-size: 24px;
    }

    .go-live-intro {
        margin-bottom: 28px;
    }

    .go-live-intro h2 {
        font-size: 32px;
    }

    .go-live-intro p {
        font-size: 17px;
    }

    .go-live-steps-row {
        row-gap: 24px;
    }

    .go-live-step-card {
        padding: 24px 20px;
    }

    .go-live-step-card h3 {
        font-size: 22px;
    }

    /* Responsive Styles */
    .go-live-section-alt .go-live-intro {
        margin-bottom: 30px;
    }

    .go-live-section-alt .go-live-steps-row {
        row-gap: 22px;
    }

    .go-live-section-alt .go-live-step-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .go-live-section-alt .go-live-step-card {
        min-height: 0;
        padding: 24px 20px;
        border: 1px solid rgba(var(--dairytech-base-rgb), 0.14);
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 10px 26px rgba(var(--dairytech-black-rgb), 0.06);
    }

    .go-live-section-alt .go-live-step-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 16px;
        font-size: 20px;
    }

    .go-live-section-alt .go-live-step-label {
        font-size: 13px;
    }

    .go-live-section-alt .go-live-step-card h3 {
        font-size: 21px;
    }
    .faq-section-home .col-md-4.col-sm-12, .faq-section-home .col-md-8.col-sm-12 {
        width: 100%;
    }
}

/* ================================
Responsive - 767px
================================ */
@media (max-width: 767px) {
    .dt-blog-breadcrumb {
        font-size: 12px;
    }

    .dt-blog-breadcrumb .sep {
        margin: 0 5px;
    }

    .dt-blog-banner .blog-banner-search__form {
        max-width: 100%;
    }

    .dt-blog-banner .blog-banner-search__field {
        height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }

    .dt-blog-banner .blog-banner-search__submit {
        width: 48px;
        min-width: 48px;
        height: 46px;
    }
}

/* ================================
Responsive - 575px
================================ */
@media (max-width: 575px) {
    .cs_wrap .cs-cards-row {
        row-gap: 20px;
    }

    .cs_wrap .pi-card .card-body {
        padding: 20px 16px 18px;
    }

    .cs_wrap .icon-wrapper img {
        width: 46px;
        height: 46px;
    }

    .cs_wrap .card-heading h3 {
        font-size: 17px;
    }

    .cs_wrap .ii_wrap + .ii_wrap {
        margin-top: 16px;
        padding-top: 16px;
    }

    .cs_wrap .ii_wrap li {
        font-size: 14px;
    }

    .erp-modules .erp-modules-row {
        row-gap: 20px;
    }

    .erp-modules .erp-module-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .erp-modules .erp-module-card h3 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .erp-modules .erp-module-card li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .erp-modules .erp-module-card li::before {
        top: 9px;
    }

    .ravi-ceo-shell {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .ravi-ceo-content h2 {
        font-size: 28px;
    }

    .ravi-ceo-content p {
        font-size: 15px;
    }

    .ravi-ceo-author {
        gap: 12px;
    }

    .ravi-ceo-author-image {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .ravi-ceo-signature {
        font-size: 24px;
    }

    .ravi-ceo-cta {
        padding: 18px 16px;
    }

    .ravi-ceo-cta .site-btn {
        width: 100%;
        text-align: center;
    }

    .tp_integration--layout .sec_title {
        margin-bottom: 24px;
    }

    .tp_integration--layout .sec_title h2 {
        font-size: 28px;
    }

    .tp_integration--layout .tp_integration_tabs {
        margin-top: 28px;
    }

    .tp_integration--layout .tpi_tabs_nav {
        gap: 10px;
    }

    .tp_integration--layout .tpi_tabs_nav .nav-link {
        min-width: auto;
        padding: 12px 18px;
        font-size: 15px;
    }

    .tp_integration--layout .tpi_tab_content {
        margin-top: 22px;
    }

    .tp_integration--layout .tpi_box {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .tp_integration--layout .tpi_icons {
        gap: 20px 24px;
    }

    .case-study-shell {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .case-study-content h2 {
        font-size: 28px;
    }

    .case-study-content p {
        font-size: 15px;
    }

    .case-study-stats {
        gap: 16px;
    }

    .case-study-stat-card {
        padding: 20px 16px;
    }

    .case-study-stat-card p {
        font-size: 18px;
    }

    .case-study-stat-card span {
        font-size: 28px;
    }

    .case-study-cta {
        flex-direction: column;
    }

    .case-study-cta .site-btn,
    .case-study-secondary-btn {
        width: 100%;
        text-align: center;
    }

    .dairytech-contact-modal .modal-dialog {
        max-width: calc(100% - 24px);
        margin: 1rem auto;
    }

    .dairytech-contact-modal .modal-content {
        border-radius: 20px;
    }

    .dairytech-contact-modal .modal-header {
        gap: 14px;
        padding: 20px 20px 14px;
    }

    .dairytech-contact-modal .modal-title {
        font-size: 20px;
    }

    .dairytech-contact-modal__intro {
        margin-bottom: 20px;
        font-size: 15px;
    }

    /* .dairytech-contact-modal .modal-body {
        padding: 0 20px 20px;
    } */

    .go-live-intro {
        margin-bottom: 24px;
    }

    .go-live-intro h2 {
        font-size: 28px;
    }

    .go-live-intro p {
        font-size: 15px;
    }

    .go-live-steps-row {
        row-gap: 20px;
    }

    .go-live-step-card {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .go-live-step-label {
        font-size: 13px;
    }

    .go-live-step-card h3 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .go-live-step-card li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .go-live-step-card li::before {
        top: 9px;
    }

    /* Responsive Styles */
    .go-live-section-alt .go-live-intro {
        margin-bottom: 22px;
    }

    .go-live-section-alt .go-live-steps-row {
        row-gap: 18px;
    }

    .go-live-section-alt .go-live-step-card {
        padding: 22px 16px;
    }

    .go-live-section-alt .go-live-step-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 14px;
        font-size: 18px;
    }

    .go-live-section-alt .go-live-step-label {
        font-size: 12px;
    }

    .go-live-section-alt .go-live-step-card h3 {
        font-size: 19px;
    }
}

/* ================================
Responsive - 480px
================================ */
@media (max-width: 480px) {
    .dt-blog-banner .blog-banner-search {
        padding: 0 8px;
    }

    .dt-blog-banner .blog-banner-search__field {
        height: 44px;
    }

    .dt-blog-banner .blog-banner-search__submit {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }
}
