/* ============================================
   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: #6cab2d;
    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;
}


/* Home Page - SF Portfolio Section */

.sf_portfolio {
    background: #F4F4F4;
}

.sf_portfolio_left {
    padding: 0;
}

.sf_portfolio_content {
    padding: 30px 20px;
    background: #535353;
}

.sf_portfolio_content h2 {
    color: #fff;
    font-size: 35px;
    margin: 0 0 15px;
    line-height: 1.2;
}

.sf_portfolio_content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: var(--dairytech-font);
    margin: 0;
}

.sf_portfolio_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sf_portfolio_right {
    display: flex;
    justify-content: flex-start;
    padding: 0px 0 0px 90px;
    align-items: flex-start;
}

.portfolio_right_inner {
    max-width: 570px;
    width: 100%;
}

/* SF Portfolio Accordion */

.sf_portfolio_right .accordion {
    margin: 0;
}

.sf_portfolio_right .accordion-item {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sf_portfolio_right .accordion-item + .accordion-item {
    margin: 0;
}

.sf_portfolio_right .accordion-header {
    padding: 0;
}

.sf_portfolio_right .accordion-button {
    padding: 18px 28px 18px 0;
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #E7E6E6;
    border-radius: 0;
    font-size: 21px;
    color: var(--dairytech-black);
    font-family: var(--dairytech-font);
    font-weight: 600;
    background: transparent;
    box-shadow: none;
    position: relative;
}

.sf_portfolio_right .accordion-button:hover {
    color: var(--dairytech-base);
}

.sf_portfolio_right .accordion-button:focus {
    box-shadow: none;
    border-color: #E7E6E6;
}

/* Plus/Minus toggle icon */
.sf_portfolio_right .accordion-button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 31px;
    width: 17px;
    height: 2px;
    background: var(--dairytech-black);
    background-image: none;
    border: none;
    transition: opacity 0.25s ease;
    transform: none;
}

.sf_portfolio_right .accordion-button::before {
    content: "";
    position: absolute;
    right: 7.5px;
    top: 24px;
    width: 2px;
    height: 16px;
    background: var(--dairytech-black);
    transition: opacity 0.25s ease;
}

.sf_portfolio_right .accordion-button:not(.collapsed)::before {
    opacity: 0;
}

/* SF Portfolio Accordion Body */

.sf_portfolio_right .accordion-collapse {
    background: #F4F4F4;
}

.sf_portfolio_right .accordion-body {
    padding: 15px 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: var(--dairytech-gray);
    font-family: var(--dairytech-font);
}

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

.sf_portfolio_right .accordion-body .ii_wrap ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.sf_portfolio_right .accordion-body .ii_wrap li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px;
    color: var(--dairytech-gray);
    font-size: 15px;
    line-height: 1.6;
}

.sf_portfolio_right .accordion-body .ii_wrap li::before {
    content: "\2192";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--dairytech-base);
    font-size: 12px;
    line-height: 1.95;
    font-weight: 700;
}

.sf_portfolio_right .accordion-body .ii_wrap.impact ul {
    padding-left: 18px;
}

.sf_portfolio_right .accordion-body .ii_wrap.impact li {
    list-style: disc;
    position: initial;
    padding-left: 0;
}

.sf_portfolio_right .accordion-body .ii_wrap.impact li::marker {
    color: var(--dairytech-base);
}

.sf_portfolio_right .accordion-body .ii_wrap.impact li::before {
    display: none;
}

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

/* SF Portfolio Responsive */

@media (max-width: 1319px) {
    .sf_portfolio_right {
        padding: 30px 25px;
    }
}

@media (max-width: 1199px) {
    .sf_portfolio_content h2 {
        font-size: 30px;
    }

    .sf_portfolio_content p {
        font-size: 16px;
    }

    .sf_portfolio_right .accordion-button {
        font-size: 19px;
    }
}

@media (max-width: 991px) {

    .sf_portfolio_right .accordion-button {
        font-size: 18px;
        padding: 20px 28px 10px 0;
    }

    .portfolio_right_inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sf_portfolio .row {
        flex-direction: column;
    }

    .sf_portfolio_left,
    .sf_portfolio_right {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sf_portfolio_content {
        padding: 25px 15px;
    }

    .sf_portfolio_content h2 {
        font-size: 26px;
    }

    .sf_portfolio_content p {
        font-size: 15px;
    }

    .sf_portfolio_image img {
        max-height: 300px;
    }

    .sf_portfolio_right {
        padding: 20px 15px;
    }

    .sf_portfolio_right .accordion-button {
        font-size: 17px;
        padding: 18px 25px 10px 0;
    }

    .sf_portfolio_right .accordion-body {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    .sf_portfolio_content h2 {
        font-size: 24px;
    }

    .sf_portfolio_right .accordion-button {
        font-size: 16px;
    }

    .sf_portfolio_right .accordion-body .ii_wrap li {
        font-size: 14px;
    }
}





/* Home Page - SF Portfolio Section End */

/* 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 {
    background: #ecefe6;
    border-color: #d9dece;
}

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

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

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

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

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

.erp-modules .erp-modules-row .erp-module-col:nth-child(-n + 3) .erp-module-card {
    border-top-color: #639922;
}

.erp-modules .erp-modules-row .erp-module-col:nth-child(n + 4):nth-child(-n + 6) .erp-module-card {
    border-top-color: #1D9E75;
}

.erp-modules .erp-modules-row .erp-module-col:nth-child(n + 7):nth-child(-n + 9) .erp-module-card {
    border-top-color: #7F77DD;
}

.erp-modules .erp-modules-row .erp-module-col:nth-child(-n + 3) .erp-module-card .erp-module-icon {
    background: #EAF3DE;
}
.erp-modules .erp-modules-row .erp-module-col:nth-child(n + 4):nth-child(-n + 6) .erp-module-card .erp-module-icon {
    background: #E1F5EE;
}
.erp-modules .erp-modules-row .erp-module-col:nth-child(n + 7):nth-child(-n + 9) .erp-module-card .erp-module-icon {
    background: #EEEDFE;
}
.erp-modules .erp-modules-row .erp-module-col:nth-child(-n + 3) .erp-module-card li::before {
    background: #639922;
}
.erp-modules .erp-modules-row .erp-module-col:nth-child(n + 4):nth-child(-n + 6) .erp-module-card li::before {
    background: #1D9E75;
}
.erp-modules .erp-modules-row .erp-module-col:nth-child(n + 7):nth-child(-n + 9) .erp-module-card li::before {
    background: #7F77DD;
}
.erp-icon-head {
    display: flex;
    align-items: center;
    gap: 10px;
}
.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-top-width: 4px;
    border-radius: 0 0 20px 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;
    min-width: 60px;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.mcd-cta {
    margin-top: 50px;
}

/* ERP Modules - Mobile Accordion */

.erp-modules-accordion {
    display: none;
}

.erp-modules-accordion .accordion {
    margin: 0;
}

.erp-modules-accordion .accordion-item {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.erp-modules-accordion .accordion-item + .accordion-item {
    margin: 0;
}

.erp-modules-accordion .accordion-header {
    padding: 0;
}

.erp-modules-accordion .accordion-button {
    padding: 18px 28px 18px 0;
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #E7E6E6;
    border-radius: 0;
    font-size: 19px;
    color: var(--dairytech-black);
    font-family: var(--dairytech-font);
    font-weight: 600;
    background: transparent;
    box-shadow: none;
    position: relative;
}

.erp-modules-accordion .accordion-button:hover {
    color: var(--dairytech-base);
}

.erp-modules-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: #E7E6E6;
}

/* Plus/Minus toggle icon */
.erp-modules-accordion .accordion-button::after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    width: 17px;
    height: 2px;
    background: var(--dairytech-black);
    background-image: none;
    border: none;
    transition: opacity 0.25s ease;
    transform: none;
}

.erp-modules-accordion .accordion-button::before {
    content: "";
    position: absolute;
    right: 7.5px;
    top: 20px;
    width: 2px;
    height: 16px;
    background: var(--dairytech-black);
    transition: opacity 0.25s ease;
}

.erp-modules-accordion .accordion-button:not(.collapsed)::before {
    opacity: 0;
}

.erp-modules-accordion .accordion-body {
    padding: 15px 0 20px;
}

.erp-modules-accordion .accordion-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.erp-modules-accordion .accordion-body li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    color: var(--dairytech-gray);
    font-size: 15px;
    line-height: 1.6;
}

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

.erp-modules-accordion .accordion-body li:last-child {
    margin-bottom: 0;
}

/* ERP Modules - Mobile Accordion End */

/* 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,
.page-template-dairy-erp-software button.site-btn,
.page-template-dairy-erp-software .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),
.page-template-dairy-erp-software button:not(:hover):not(:active):not(.has-background) {
    background-color: #6cab2d;
    color: #fff;
}

.page-template-home-new .sf_portfolio_right .accordion-button:not(:hover):not(:active):not(.has-background),
.page-template-home-new .erp-modules-accordion .accordion-button:not(:hover):not(:active):not(.has-background),
.page-template-dairy-erp-software .sf_portfolio_right .accordion-button:not(:hover):not(:active):not(.has-background),
.page-template-dairy-erp-software .erp-modules-accordion .accordion-button:not(:hover):not(:active):not(.has-background) {
    background-color: transparent;
    color: var(--dairytech-black);
}

.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),
.page-template-dairy-erp-software .dairytech-contact-modal button:not(:hover):not(:active):not(.has-background) {
    background-color: var(--global--color-primary);
}

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


/* Single Guide Page */
/* eGuides → Guides Migration Fix */
/* Single Case Study Page */
/* HubSpot TOC Replacement */

.single-guides .toc_box, /* eGuides → Guides Migration Fix */
.single-case-study .toc_box {
	border: 1px solid rgba(var(--dairytech-base-rgb), 0.16);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(11, 11, 12, 0.08);
	padding: 20px;
}

.single-guides .toc_box iframe, /* eGuides → Guides Migration Fix */
.single-case-study .toc_box iframe {
	max-width: 100%;
}

/* single page style */
.singular .entry-header {margin-bottom: 0;border-bottom: none;padding-bottom: 0;}
.single .site-main article {margin-top: 0;}
.single-form-box h3 {font-size: 24px;margin-bottom: 10px;}
.single-form-box h3 span {display: block;font-size: 18px;margin-bottom: 5px;font-weight: 300;}
.single .detail-blog ul {padding-left: 25px;}
.single .detail-blog ul li {list-style: disc;list-style-position: inside;text-indent: -25px;}
/* single page style */



#primary-menu-list .menu-item-has-children .menu-image-title-before.menu-image-title {padding-right: 0;}


/* single eguide page style */
.single-eguide header.entry-header.alignwide {
    text-align: left;
}
.single-eguide .entry-header .entry-title {
    padding: 0;
}
.single-eguide .entry-header .banner-description p {
    color: #fff;
}
@keyframes floatVertical {0%, 100% {transform: translateY(0px);}50% {transform: translateY(-15px);}}
.single-eguide .banner-featured-image{animation: floatVertical 4s ease-in-out infinite;}
.single-eguide .banner-featured-image img {
    max-height: 400px;
}
/* single eguide page style */

.sec_heading_wrap.mob {
    display: none;
}



/* Go Live Responsive */

.page-template-dairy-erp-software .upper-menu-outer, .page-template-dairy-erp-software #primary-menu-list li, .page-template-dairy-erp-software .main-footer {display: none;}
.page-template-dairy-erp-software #primary-menu-list li:last-child {display: block;}
.our-clients-wrap .item a {pointer-events: none;cursor: default;}

/* Shrink #content top padding to match the collapsed header (no .upper-menu-outer) */
.page-template-dairy-erp-software div#content { padding-top: 70px; }
.page-template-dairy-erp-software .sf_portfolio_content {background: #ecefe6;}
.page-template-dairy-erp-software .sf_portfolio_content h2 {color: var(--dairytech-black);}
.page-template-dairy-erp-software .sf_portfolio_content p {color: var(--dairytech-black);}



/* Dairy ERP Main Banner */
.main-banner.home.landing-banner { padding-top: 60px; padding-bottom: 60px; }
.landing-banner .main-banner-content {padding: 0;display: flex;flex-direction: column;gap: 30px;}
.main-banner.home.landing-banner .banner-content { display: flex; flex-direction: column; gap: 28px; padding-right: 60px; }
.main-banner.home.landing-banner .head-xl { color: var(--dairytech-black); margin: 0; }
.main-banner.home.landing-banner .banner-content > p { color: var(--dairytech-gray); margin: 0; }
.main-banner.home.landing-banner .orng-txt { color: inherit; }
.landing-banner .main-banner-content p {margin: 0;}

.main-banner.home.landing-banner .banr-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.main-banner.home.landing-banner .banr-btns a.new-btn { display: inline-block; padding: 14px 28px; font-size: 16px; font-weight: 500; line-height: 1.2; text-align: center; text-decoration: none; border-radius: 50px; background: #6cab2d; border: 1px solid #6cab2d; color: #fff; margin: 0; transition: all .25s ease; }
.main-banner.home.landing-banner .banr-btns a.new-btn span { color: #fff; }
.main-banner.home.landing-banner .banr-btns a.new-btn:hover { background: #5a9e1f; border-color: #5a9e1f; }
.main-banner.home.landing-banner .banr-btns a.new-btn.btn-outlined { background: #fff; border: 1px solid #6cab2d; color: #6cab2d; }
.main-banner.home.landing-banner .banr-btns a.new-btn.btn-outlined span { color: #6cab2d; }
.main-banner.home.landing-banner .banr-btns a.new-btn.btn-outlined:hover { background: #6cab2d; }
.main-banner.home.landing-banner .banr-btns a.new-btn.btn-outlined:hover span { color: #fff; }

.main-banner.home.landing-banner .proof-row,
.main-banner.home.landing-banner .logo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.main-banner.home.landing-banner .logo-strip { grid-template-columns: repeat(5, 1fr); }
.main-banner.home.landing-banner .proof-card,
.main-banner.home.landing-banner .logo-img { background: #fff; border: 1px solid #eaecf0; border-radius: 16px; padding: 14px 12px; box-shadow: 0 6px 18px rgba(16, 24, 40, .05); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.main-banner.home.landing-banner .proof-card strong { color: var(--dairytech-black); font-size: 20px; line-height: 1.2; }
.main-banner.home.landing-banner .proof-card span { color: var(--dairytech-gray); font-size: 13px; line-height: 20px; font-weight: 500; }
.main-banner.home.landing-banner .logo-img img { width: 50%; height: auto; object-fit: contain; }
.main-banner.home.landing-banner .form-note { text-align: center; font-size: 12px; color: var(--dairytech-gray); margin-bottom: 40px; }











/* ============================================
   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 - 1024px
================================ */
@media (max-width: 1024px) {
    .single-case-study .detail-blog .col-md-3, .single-guides .detail-blog .col-md-3 {display: block;width: 100%;} /* eGuides → Guides Migration Fix */
    .single-case-study .toc_box, .single-guides .toc_box {margin-top: 30px;} /* eGuides → Guides Migration Fix */
    .single-case-study  .contact-section-home, .single-guides .contact-section-home {display: none;} /* eGuides → Guides Migration Fix */
}


/* ================================
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%;
    }
    .sf_portfolio_left {
        display: none;
    }
    .sec_heading_wrap.mob {
        display: block;
    }
    .col-md-6.col-sm-12.sf_portfolio_right {
        flex: 0 0 100%;
        width: 100%;
        padding: 0 15px;
    }

    /* ERP Modules - Mobile Accordion */
    .erp-modules .erp-modules-row {
        display: none;
    }

    .erp-modules-accordion {
        display: block;
        margin-top: 8px;
    }




}

/* ================================
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;
    }
}

/* ============================================
   eGuide Banner - Layout
   ============================================ */

.dt-blog-banner {
    position: relative;
    min-height: auto;
    padding: 60px 0;
}

.dt-blog-banner .container {
    position: relative;
    z-index: 2;
}

.dt-blog-banner .row {
    align-items: center;
}

/* ============================================
   eGuide Banner - Left Column
   ============================================ */

.dt-blog-banner .banner-content-left {
    padding-right: 40px;
}

.dt-blog-banner .dt-blog-breadcrumb {
    margin-bottom: 16px;
}

.dt-blog-banner .entry-title {
    margin-bottom: 20px;
    color: var(--dairytech-black);
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.dt-blog-banner .banner-description {
    margin-bottom: 0;
    color: var(--dairytech-gray);
    font-size: 16px;
    line-height: 1.6;
}

/* ============================================
   eGuide Banner - Right Image
   ============================================ */

.dt-blog-banner .banner-featured-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt-blog-banner .banner-featured-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* ============================================
   eGuide Banner - Responsive
   ============================================ */

@media (max-width: 991px) {
    .dt-blog-banner {
        padding: 40px 0;
    }

    .dt-blog-banner .banner-content-left {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .dt-blog-banner .entry-title {
        font-size: 32px;
    }

    .dt-blog-banner .banner-description {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .dt-blog-banner {
        padding: 30px 0;
    }

    .dt-blog-banner .row {
        flex-direction: column;
    }

    .dt-blog-banner .col-lg-8,
    .dt-blog-banner .col-md-8,
    .dt-blog-banner .col-lg-4,
    .dt-blog-banner .col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .dt-blog-banner .banner-content-left {
        margin-bottom: 24px;
    }

    .dt-blog-banner .entry-title {
        font-size: 28px;
    }

    .dt-blog-banner .banner-description {
        font-size: 15px;
    }

    .dt-blog-banner .dt-blog-breadcrumb {
        font-size: 12px;
    }

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

@media (max-width: 575px) {
    .dt-blog-banner {
        padding: 24px 0;
    }

    .dt-blog-banner .entry-title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .dt-blog-banner .banner-description {
        font-size: 14px;
    }

    .dt-blog-banner .dt-blog-breadcrumb {
        margin-bottom: 12px;
    }
}

/* Dairy ERP Banner Form */
.main-banner.home.landing-banner .banner-form-wrap { display: flex; align-items: flex-start; justify-content: center; }
.main-banner.home.landing-banner .banner-form { width: 100%; max-width: 520px; background: #fff; border: 1px solid rgba(var(--dairytech-base-rgb), 0.16); border-radius: 14px; box-shadow: 0 24px 60px rgba(var(--dairytech-black-rgb), 0.12); }
.main-banner.home.landing-banner .banner-form .banner-form-hubspot { width: 100%; }
.main-banner.home.landing-banner .banner-form .hubspot-form-container iframe,
.main-banner.home.landing-banner .banner-form .hubspot-form-container .hs-form-frame { width: 100% !important; max-width: 100%; }

/* Dairy ERP Banner Responsive */
@media (max-width: 1199px) {
    .main-banner.home.landing-banner .banner-content { padding-right: 30px; gap: 22px; }
    .main-banner.home.landing-banner .banr-btns a { padding: 12px 20px; }
}

@media (max-width: 991px) {
    .main-banner.home.landing-banner { padding-top: 40px; padding-bottom: 40px; }
    .main-banner.home.landing-banner .banner-content { padding-right: 0; gap: 20px; margin-bottom: 30px; }
    .main-banner.home.landing-banner .banner-form { max-width: 100%; }
    .main-banner.home.landing-banner .proof-card strong { font-size: 18px; }
    .landing-banner .row .col-md-6 {width: 100%;}
    .landing-banner .main-banner-content{gap: 20px;margin-bottom: 20px;;}
}

@media (max-width: 767px) {
    .main-banner.home.landing-banner .banner-form-wrap { order: 2; }
    .main-banner.home.landing-banner .banr-btns a { padding: 12px 16px; font-size: 15px; }
}

@media (max-width: 575px) {
    .main-banner.home.landing-banner .banr-btns { gap: 10px; }
    .main-banner.home.landing-banner .banr-btns a { padding: 10px 14px; font-size: 14px; flex: 1 1 auto; text-align: center; }
    .main-banner.home.landing-banner .proof-row,
    .main-banner.home.landing-banner .logo-strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .main-banner.home.landing-banner .logo-strip { grid-template-columns: repeat(3, 1fr); }
    .main-banner.home.landing-banner .logo-img img { width: 60%; }
    .main-banner.home.landing-banner .proof-card { padding: 12px 10px; }
    .main-banner.home.landing-banner .proof-card strong { font-size: 16px; }
    .main-banner.home.landing-banner .proof-card span { font-size: 12px; line-height: 18px; }
}

/* Dairytech Single Blog Layout */
.dt-single-banner {
    background: #f6f8f3;
    padding: 60px 0 50px;
    text-align: center;
    margin-bottom: 0;
}
.dt-single-banner .container-fluid,
.dt-single-wrap .container-fluid {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 0;
    margin-right: 0;
}
.dt-single-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: var(--dairytech-gray);
    margin-bottom: 18px;
}
.dt-single-breadcrumb a { color: var(--dairytech-black); text-decoration: none; }
.dt-single-breadcrumb a:hover,
.dt-single-breadcrumb .current { color: var(--dairytech-base); }
.dt-single-breadcrumb .current{max-width: 480px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.dt-single-breadcrumb .sep { color: var(--dairytech-gray); }
.dt-single-banner h1 {
    font-family: var(--dairytech-font, "Inter", sans-serif);
    font-size: 40px;
    line-height: 1.25;
    color: var(--dairytech-black);
    margin: 0 0 18px;
}
.dt-single-banner-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
    color: var(--dairytech-gray);
}
.dt-single-banner-meta .banner-cat a,
.dt-single-banner-meta .banner-author a { color: var(--dairytech-base); text-decoration: none; font-weight: 600; }
.dt-single-banner-meta .banner-cat a:hover,
.dt-single-banner-meta .banner-author a:hover { color: var(--dairytech-hover); }
.dt-single-banner-meta .meta-sep { color: rgba(11, 11, 12, 0.25); }

.dt-single-wrap { padding: 70px 0; margin: 0; }
.dt-single-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 3fr) minmax(260px, 1fr);
    gap: 40px;
    align-items: start;
}

.dt-single-main { min-width: 0; }
.dt-single-post-content { font-size: 18px; line-height: 1.7; color: var(--dairytech-black); }
.dt-single-post-content h2,
.dt-single-post-content h3 { scroll-margin-top: 110px; color: var(--dairytech-black); }
.dt-single-post-content h2 { font-size: 32px; margin: 36px 0 16px; }
.dt-single-post-content h3 { font-size: 24px; margin: 28px 0 12px; }
.dt-single-post-content img { max-width: 100%; height: auto; border-radius: 8px; }
.dt-single-post-content a, .single-post .dt-single-post-content p a strong { color: var(--dairytech-base); }
.dt-single-post-content a:hover { color: var(--dairytech-hover); }

.dt-single-signature {
    display: flex;
    gap: 24px;
    margin: 48px 0 24px;
    padding: 24px;
    border: 1px solid rgba(var(--dairytech-base-rgb, 108, 171, 45), 0.16);
    border-radius: 16px;
    background: #fff;
}
.dt-single-signature .sign-left {
    flex: 0 0 auto;
    padding-right: 24px;
    border-right: 2px solid var(--dairytech-base);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.dt-single-signature .sign-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(11, 11, 12, 0.1);
    padding: 6px;
}
.dt-single-signature .sign-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.dt-single-signature .sign-social {
    display: flex;
    list-style: none;
    gap: 8px;
    padding: 0;
    margin: 0;
}
.dt-single-signature .sign-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--dairytech-primary) !important;
    color: #fff;
}
.dt-single-signature .sign-social a path {
    color: #fff !important;
}
.dt-single-signature .sign-social a:hover { background: var(--dairytech-base); }
.dt-single-signature .sign-content .sign-head { display: flex; gap: 12px; align-items: baseline; }
.dt-single-signature .sign-content .name { font-size: 20px; font-weight: 700; color: var(--dairytech-black); }
.dt-single-signature .sign-content .light { font-size: 14px; color: var(--dairytech-gray); }
.dt-single-signature .sign-content .txt { font-size: 15px; line-height: 1.65; color: var(--dairytech-gray); margin: 10px 0 0; }

.dt-single-postnav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 24px 0 0;
}
.dt-single-postnav .arrowLeft a,
.dt-single-postnav .arrowRight a {
    display: inline-block;
    background: var(--dairytech-base);
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s linear;
}
.dt-single-postnav a:focus {background: #70aa33 !important;}
.dt-single-postnav .arrowLeft a:hover,
.dt-single-postnav .arrowRight a:hover { background: var(--dairytech-hover); }

.dt-single-related { margin-top: 60px; }
.dt-single-related-title {
    text-align: center;
    font-size: 28px;
    color: var(--dairytech-black);
    margin: 0 0 28px;
    position: relative;
}
.dt-single-related-title::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 50%;
    height: 1px;
    background: rgba(11, 11, 12, 0.08);
    z-index: 0;
}
.dt-single-related-title span {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    background: #fff;
    z-index: 1;
}
.dt-single-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.dt-single-related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(11, 11, 12, 0.06);
    display: flex;
    flex-direction: column;
}
.dt-single-related-card .card-media { position: relative; }
.dt-single-related-card .card-media img { width: 100%; height: 100% !important; object-fit: cover; display: block; }
.dt-single-related-card .card-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: var(--dairytech-base);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}
.dt-single-related-card .card-badge a { color: #fff; text-decoration: none; }
.dt-single-related-card .card-body { padding: 18px; }
.dt-single-related-card .card-date { font-size: 13px; color: var(--dairytech-gray); margin: 0 0 8px; }
.dt-single-related-card .card-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--dairytech-black);
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: 12px;
}
.dt-single-related-card .card-title:hover { color: var(--dairytech-base); }
.dt-single-related-card .card-read {
    display: inline-block;
    font-size: 14px;
    color: var(--dairytech-base);
    text-decoration: none;
}
.dt-single-related-card .card-read:hover { color: var(--dairytech-hover); }

/* Blog Sidebar/Form */
.dt-single-toc-outer {
    position: sticky;
    top: 110px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.dt-single-toc-outer .toc_box {
    background: #fff;
    border: 1px solid rgba(var(--dairytech-base-rgb, 108, 171, 45), 0.18);
    border-left: 3px solid var(--dairytech-base);
    border-radius: 12px;
    padding: 18px 18px 8px;
    max-height: 65vh;
    overflow-y: auto;
    box-shadow: 0 4px 14px rgba(11, 11, 12, 0.04);
}
.dt-single-toc-outer .toc_box h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--dairytech-black);
}
.dt-single-toc-outer .scroll-div {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid rgba(11, 11, 12, 0.05);
    cursor: pointer;
    font-size: 14px;
    line-height: 1.45;
}
.dt-single-toc-outer .scroll-div:last-child { border-bottom: none; }
.dt-single-toc-outer .scroll-div .counter { color: var(--dairytech-base); font-weight: 700; min-width: 18px; }
.dt-single-toc-outer .scroll-div a { color: var(--dairytech-black); text-decoration: none; }
.dt-single-toc-outer .scroll-div:hover a,
.dt-single-toc-outer .scroll-div.active a { color: var(--dairytech-base); }
.dt-single-google-badge a {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(0, 110, 239, 0.45);
    background: #fbfcfd;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #006eef;
}
.dt-single-google-badge img { width: 22px; height: 22px; flex: 0 0 auto; }
.dt-single-google-badge p { font-size: 13px; margin: 0; color: #006eef; }
.dt-single-google-badge.mob { display: none; margin: 40px 0 0; }

.additional-wrap-form {
    position: sticky;
    top: 110px;
    align-self: start;
}
.additional-wrap-form .blog-sidebar-inner {
    background: #f6f8f3;
    border: 1px solid rgba(var(--dairytech-base-rgb, 108, 171, 45), 0.18);
    border-radius: 12px;
    padding: 20px;
}
.additional-wrap-form .blog-sidebar-inner h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dairytech-black);
    margin: 0 0 14px;
}
.single-post .dt-single-post-content ul {
    margin: 10px 0;
}
.single-post .dt-single-post-content ul li {
    list-style: disc;
    list-style-position: inside;
}
.single-post .dt-single-post-content h4 {
    margin-bottom: 7px;
}








/* Single Blog Responsive */
@media (max-width: 1399px) {
    .dt-single-banner .container-fluid,
    .dt-single-wrap .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 1199px) {
    .dt-single-grid {
        grid-template-columns: minmax(200px, 1fr) minmax(0, 2.6fr);
        gap: 32px;
    }
    .additional-wrap-form {
        grid-column: 1 / -1;
        position: static;
    }
    .dt-single-banner .container-fluid,
    .dt-single-wrap .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 991px) {
    .dt-single-banner { padding: 40px 0 32px; }
    .dt-single-banner h1 { font-size: 32px; }
    .dt-single-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .dt-single-banner .container-fluid,
    .dt-single-wrap .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }
    .dt-single-toc-outer { display: none; }
    .dt-single-toc-outer .toc_box { max-height: none; }
    .dt-single-google-badge { display: none; }
    .dt-single-google-badge.mob { display: block; }
    .dt-single-related-grid { grid-template-columns: 1fr; }
    .dt-single-signature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .dt-single-signature .sign-left {
        padding-right: 0;
        border-right: none;
        border-bottom: 2px solid var(--dairytech-base);
        padding-bottom: 16px;
    }
    .dt-single-signature .sign-content .sign-head {justify-content: center;}
}
@media (max-width: 767px) {
    .dt-single-breadcrumb .current{max-width: 200px;}

}
@media (max-width: 575px) {
    .dt-single-banner h1 { font-size: 26px; line-height: 1.3; }
    .dt-single-banner-meta { font-size: 13px; }
    .dt-single-post-content { font-size: 16px; line-height: 1.65; }
    .dt-single-post-content h2 { font-size: 24px; }
    .dt-single-post-content h3 { font-size: 20px; }
    .dt-single-postnav { flex-direction: column; }
    .dt-single-banner .container-fluid,
    .dt-single-wrap .container-fluid {padding-left: 16px;padding-right: 16px;}
}

/* Dairytech Archive (Category) Layout */
.dt-archive-wrap { padding: 50px 0 70px; }
.dt-archive-desc {
    max-width: 800px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--dairytech-gray);
    text-align: center;
}
.dt-archive-empty {
    text-align: center;
    padding: 60px 0;
    color: var(--dairytech-gray);
    font-size: 18px;
}

/* Archive Pagination (shared by category + author) */
.dt-archive-pagination { margin-top: 30px; }
.dt-archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.dt-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid rgba(var(--dairytech-base-rgb, 108, 171, 45), 0.25);
    background: #fff;
    color: var(--dairytech-black);
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.dt-archive-pagination .page-numbers:hover,
.dt-archive-pagination .page-numbers.current {
    background: var(--dairytech-base);
    border-color: var(--dairytech-base);
    color: #fff;
}
.dt-archive-pagination .page-numbers.dots {
    border: none;
    background: transparent;
}

/* Dairytech Author Page */
.dt-author-hero {
    background: #f6f8f3;
    padding: 60px 0;
}
.dt-author-breadcrumb {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: var(--dairytech-gray);
    margin-bottom: 28px;
}
.dt-author-breadcrumb a { color: var(--dairytech-black); text-decoration: none; }
.dt-author-breadcrumb a:hover,
.dt-author-breadcrumb .current { color: var(--dairytech-base); }
.dt-author-breadcrumb .sep { color: var(--dairytech-gray); }

.dt-author-hero-row { align-items: center; }
.dt-author-hero-img-col { display: flex; justify-content: center; }
.dt-author-hero-img img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 30px rgba(11, 11, 12, 0.12);
    display: block;
}
.dt-author-hero-info { padding-left: 40px; }
.dt-author-name {
    font-family: var(--dairytech-font, "Inter", sans-serif);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dairytech-black);
    margin: 0 0 6px;
}
.dt-author-role {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--dairytech-base);
    margin-bottom: 18px;
}
.dt-author-bio {
    font-size: 16px;
    line-height: 1.7;
    color: var(--dairytech-gray);
    margin: 0 0 24px;
    max-width: 720px;
}
.dt-author-social { display: flex; gap: 12px; }
.dt-author-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--dairytech-base);
    color: #fff;
    transition: background 0.3s linear;
}
.dt-author-social a:hover { background: var(--dairytech-hover); }

.dt-author-posts { padding: 60px 0 70px; }
.dt-author-posts-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--dairytech-black);
    margin: 0 0 36px;
    position: relative;
}
.dt-author-posts-title::before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 50%;
    height: 1px;
    background: rgba(11, 11, 12, 0.08);
    z-index: 0;
}
.dt-author-posts-title span {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    background: #f6f8f3;
    z-index: 1;
}
.dt-author-posts.dt-archive-wrap .dt-author-posts-title span { background: #fff; }

/* Archive / Author Responsive */
@media (max-width: 991px) {
    .dt-author-hero { padding: 40px 0; }
    .dt-author-hero-row {
        text-align: center;
    }
    .dt-author-hero-img-col { margin-bottom: 24px; }
    .dt-author-hero-info { padding-left: 0; padding-top: 6px; }
    .dt-author-hero-img img { width: 200px; height: 200px; }
    .dt-author-bio { margin-left: auto; margin-right: auto; }
    .dt-author-social { justify-content: center; }
    .dt-author-breadcrumb { justify-content: center; }
}
@media (max-width: 767px) {
    .dt-author-name { font-size: 28px; }
    .dt-author-hero-img img { width: 180px; height: 180px; }
}
@media (max-width: 575px) {
    .dt-archive-wrap { padding: 32px 0 50px; }
    .dt-author-posts { padding: 40px 0 50px; }
    .dt-archive-pagination .page-numbers { min-width: 36px; height: 36px; font-size: 14px; }
}