.blog-hero h1,
.btn-view-all {
    font-family: Gilroy-Bold, sans-serif
}
.page-wrapper{
    overflow: visible !important;
}

.blog-main-content .pro-tip .pro-tip-highlight,
.blog-main-content p a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto
}

.btn-view-all svg,
.toc-toggle-icon .collapse-icon {
    transition: transform .3s
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('/wp-content/themes/DamcoNew/dist/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Heavy;
    src: url('/wp-content/themes/DamcoNew/dist/fonts/gilroy/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Light;
    src: url('/wp-content/themes/DamcoNew/dist/fonts/gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('/wp-content/themes/DamcoNew/dist/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Regular;
    src: url('/wp-content/themes/DamcoNew/dist/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    color: #1a1a1a;
    background-color: #f9f9f9;
    line-height: 1.7;
    font-size: 16px
}

a {
    text-decoration: none;
    color: inherit
}


.blog-hero {
    padding: 97px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/wp-content/themes/DamcoNew/dist/images/blog-new-common/top-section-text-background.png') center center/cover no-repeat;
    opacity: 1
}

.blog-hero h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin: 0 auto;
    line-height: 48px;
    position: relative;
    z-index: 1
}

.author-bar {
    padding: 24px 0;
    border-bottom: 1px solid #c7b7a0;
    background: #fbeedb
}

.author-bar .author-info {
    display: flex;
    align-items: center;
    gap: 14px
}

.author-bar .author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd
}

.author-bar .author-details {
    display: flex;
    flex-direction: column
}

.author-bar .author-category {
    color: #100d08;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px
}

.author-bar .author-name {
    color: #721562;
    margin-top: 2px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.author-bar .author-meta,
.blog-main-content p,
.btn-view-all {
    font-weight: 400;
    font-style: normal
}

.author-bar .author-meta {
    color: #100d08;
    font-family: Inter;
    font-size: 12px;
    line-height: 18px
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #e32200;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 32px;
    border: none;
    transition: background-color .3s;
    white-space: nowrap
}

.btn-view-all:hover {
    background-color: #b83200;
    color: #fff
}

.btn-view-all svg {
    width: 16px;
    height: 16px
}

.btn-view-all:hover svg {
    transform: rotate(45deg)
}

.blog-content-section {
    padding: 40px 0 60px
}

.blog-main-content {
    margin-top: 10px
}

.blog-main-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.blog-main-content p {
    font-family: Inter, sans-serif;
    color: #100d08;
    font-size: 16px;
    line-height: 28px
}

.blog-main-content h2,
.blog-main-content h3,
.blog-main-content h4,
.blog-main-content h5,
.blog-main-content h6,
.toc-widget .toc-title {
    font-family: Gilroy-Bold, sans-serif
}

.blog-main-content h4 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-main-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-main-content h6 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-main-content p a,
.blog-main-content ul li a {
    color: #721562;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-skip-ink: auto;
    text-underline-position: from-font
}

.blog-main-content p a:hover,
.toc-widget .toc-list li a:hover,
.blog-main-content ul li a:hover {
    color: #e32200
}

.blog-main-content .blog-featured-image {
    width: 100%;
    border-radius: 12px;
    margin: 24px 0;
    object-fit: cover
}

.blog-main-content .pdd20 {
    padding: 20px;
    border: 1px solid #c7b7a0;
    border-radius: 8px;
    background-color: #fbeedb;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-main-content .executive-summary { 
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #c7b7a0;
    border-radius: 8px;
    background-color: #fbeedb;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-main-content .rightDiv {
    background-color: #fbeedb;
    border: 1px solid #c7b7a0;
    padding: 15px;
    border-radius: 10px;
    float: right;
    margin: 20px 0 20px 20px;
    width: 345px;
}

.blog-main-content .rightDiv h2 {
    font-size: 24px;
    color: #282c32;
    font-weight: 700;
    /* font-family: "Poppins", sans-serif; */
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog-main-content .pdd20 p {
    font-size: 16px;
    line-height: 28px;
}

.blog-main-content .dot-bullet{
    list-style: disc !important;
    margin-left: 20px !important;
}
.blog-main-content .dot-bullet li{
    list-style: disc !important;
    margin-left: 20px !important;
}


.blog-main-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #100d08;
    margin-top: 40px;
    margin-bottom: 16px;
    line-height: 1.35
}

.blog-main-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #100d08;
    margin-top: 30px;
    margin-bottom: 12px;
    line-height: 28px
}

.blog-main-content .check-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px
}

.blog-main-content .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.7
}

.blog-main-content .check-list li .check-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 4px
}

.blog-main-content .check-list li strong {
    font-weight: 700;
    color: #1a1a1a
}

.blog-main-content .table.table-bordered {
    margin: 40px 0;
    border-collapse: collapse;
    border: none !important
}

.blog-main-content .table thead th {
    background-color: #721562 !important;
    color: #fff !important;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 18px 24px;
    border: none !important;
    text-align: left;
    vertical-align: middle
}

.blog-main-content .table tbody tr:nth-child(2n) td,
.blog-main-content .table tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #c7b7a0;
    background: #f9eddb !important
}

.blog-main-content .table tbody td {
    color: #100d08 !important;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 24px;
    border: 1px solid #e5d5bc !important;
    vertical-align: middle
}

.blog-main-content .table tbody td:first-child {
    font-weight: 700 !important
}

.blog-main-content .pro-tip {
    background-color: #fbeedb;
    border: 1px solid #c7b7a0;
    border-radius: 8px;
    padding: 24px;
    margin: 40px 0
}

.blog-main-content .pro-tip .pro-tip-title {
    color: #721562;
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.4
}

.blog-main-content .pro-tip .pro-tip-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    color: #181a2a;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px
}

.blog-main-content .pro-tip .pro-tip-highlight {
    color: #721562;
    text-decoration: underline;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-decoration-skip-ink: none
}

.blog-sidepanel {
    position: relative;
    height: 100%
}

.toc-sticky-wrapper {
    position: sticky;
    top: 100px
}

.toc-widget {
    padding: 10px;
    /* margin-bottom: 40px */
}

.toc-widget .toc-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.latest-blog-widget .toc-line,
.toc-widget .toc-line {
    border-bottom: 2px solid #ff9408;
    margin-bottom: 10px !important;
    width: 100%
}

.toc-widget .toc-list {
    list-style: none;
    padding: 3px;
    margin: 0;
    border-radius: 12px;
    border: 1px solid #d0cfcf;
    max-height: 300px;
    overflow-y: scroll;
}


.toc-widget .toc-list::-webkit-scrollbar {
  width: 5px;
}

.toc-widget .toc-list::-webkit-scrollbar-track {
  background: transparent;
}

.toc-widget .toc-list::-webkit-scrollbar-thumb {
  background-color: rgba(148, 148, 148, 0.801);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.toc-widget .toc-list li {
    /* border-bottom: 1px solid #d0cfcf; */
    padding: 10px 0 5px 10px;
    transition: .3s
}

.toc-widget .toc-list li a {
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: 18px;
    display: block;
    transition: color .3s
}

.toc-widget .toc-list li.active {
    color: #e32200;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.toc-widget .toc-list li.active a {
    color: #e32200;
    font-weight: 600
}

.toc-widget .toc-list li.toc-h3 {
    padding-left: 32px
}

.d-lg-none.collapsed .collapse-icon {
    transform: rotate(0)
}

.d-lg-none:not(.collapsed) .collapse-icon {
    transform: rotate(180deg)
}

.latest-blog-widget {
    margin-bottom: 40px;
    padding: 20px 16px
}

.latest-blog-widget .widget-title {
    font-family: Gilroy-Bold, sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px
}

.latest-blog-card {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #ececec;
    align-items: flex-start
}

.latest-blog-card:first-child {
    padding-top: 0
}

.latest-blog-card:last-child {
    border-bottom: none
}

.latest-blog-card .blog-card-img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover
}

.latest-blog-card .blog-card-content {
    flex: 1
}

.latest-blog-card .blog-card-content h4 {
    font-family: Gilroy-Bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 6px
}

.latest-blog-card .blog-card-content h4 a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.latest-blog-card .blog-card-content h4 a:hover {
    color: #d63a00
}

.latest-blog-card .blog-card-content p {
    color: #100d08;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.cta-container {
    background-color: #721562;
    border-radius: 8px;
    padding: 30px 40px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 40px 0 !important
}

.cta-container p.para:first-child {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.3;
    font-family: Gilroy-Bold, sans-serif;
    max-width: 60%
}

.cta-container p.para:last-child {
    margin-bottom: 0;
    margin-left: 0 !important;
    flex-shrink: 0
}

.cta-container .theme-btn {
    background-color: #e32200;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-family: Gilroy-Bold, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background-color .3s;
    text-decoration: none !important
}

.cta-container .theme-btn:hover,
.erp-cta-btn:hover {
    background-color: #b83200
}

.cta-container .theme-btn .btn-title {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
    font-family: Inter, sans-serif
}

.erp-cta-banner {
    background-color: #722b67;
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.erp-cta-banner .erp-cta-text {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3
}

.erp-cta-btn,
.erp-cta-btn .btn-title {
    color: #fff;
    font-family: Gilroy-Bold, sans-serif;
    font-size: 20px;
    font-weight: 400
}

.erp-cta-btn {
    border-radius: 8px;
    background: var(--Red, #e32200);
    text-align: center;
    font-style: normal;
    line-height: 24px;
    border: none;
    padding: 12px 30px;
    transition: background-color .3s
}

@media (max-width:991.98px) {
    .blog-hero {
        padding: 40px 0
    }

    .blog-hero h1 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 16px
    }

    .toc-widget {
        display: none !important
    }

    .blog-content-section {
        padding: 30px 0 40px
    }

    .blog-main-content h2 {
        font-size: 22px
    }

    .blog-main-content h3 {
        font-size: 18px
    }

    .blog-sidepanel {
        margin-bottom: 30px;
        margin-top: 0
    }

    .toc-sticky-wrapper {
        position: static;
        max-height: none;
        overflow-y: visible
    }
}

@media (max-width:767.98px) {
    .blog-hero {
        padding: 32px 0
    }

    .blog-hero h1 {
        font-size: 24px;
        line-height: 32px
    }

    .author-bar .row {
        gap: 16px;
        justify-content: center !important
    }

    .author-bar .col-auto,
    .author-info {
        justify-content: center
    }

    .author-bar .col-auto {
        display: flex
    }

    .toc-widget {
        display: none !important;
        padding: 20px 16px
    }

    .btn-view-all {
        width: 100%;
        justify-content: center
    }

    .blog-main-content h2 {
        font-size: 20px;
        margin-top: 30px
    }

    .blog-main-content h3 {
        font-size: 17px
    }

    .blog-main-content p {
        font-size: 14px
    }

    .blog-main-content .table thead th {
        font-size: 16px;
        padding: 14px 16px
    }

    .blog-main-content .table tbody td {
        font-size: 14px;
        padding: 14px 16px
    }

    .latest-blog-card .blog-card-img {
        width: 75px;
        min-width: 75px;
        height: 60px
    }

    .cta-container {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 20px
    }

    .cta-container p.para:first-child {
        max-width: 100%;
        font-size: 20px
    }
}

.contactus {
    background: #f9f9f9 !important;
}


.contactus .hs-input{
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
}
.formSectionPadding{
    padding-top: 10px !important;
}

.neverMiss{
    background: white;
    padding: 18px;
    border-radius: 10px;
}

.neverMiss h3{
    font-size: 20px !important;
    font-weight: 600 !important;
}
.blog-main-content .cta-container .theme-btn {
    background-color: #e32200;
    color: #fff !important;
    padding: 0px 20px !important;
    gap: 0px;
}

.blog-main-content .cta-container .theme-btn::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2699 1.26986L16.508 1.26984M16.508 1.26984L16.508 16.5079M16.508 1.26984L1.26992 16.5079' stroke='white' stroke-width='2.53968' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.blog-main-content .cta-container .theme-btn:hover::after {
    /* background-color: #b83200 !important; */
    transform: rotate(45deg);
    transition: none;
}

.blog-main-content .btn-style-one .btn-title::before{
    background-color: rgba(192, 23, 34, 0) !important; 
    transition: none !important;
}

.blog-main-content .btn-style-one .btn-title::after{
    background-color: rgba(192, 23, 34, 0) !important; 
    transition: none !important;
}

.blog-main-content .btn-style-one .btn-title span{
    transition: none !important;
    background-color: none !important;
    background: none !important;
}

.blog-main-content .theme-btn.btn-style-one.all-blogs-btn:hover{
    background-color: #b83200 !important;
}

.blog-main-content #faqAccordion .accordion-header{
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: #ffffff00 !important;
}
.blog-main-content #faqAccordion .accordion-item{
    background-color: #ffffff00;
    border: none;
}

.blog-main-content #faqAccordion h3 button{
    font-size: 20px !important;
}

.blog-main-content #faqAccordion .accordion-button.collapsed{
    /* border-radius: 10px; */
    background-color: #ffffff00 !important;
}

.blog-main-content .accordion .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff00;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.blog-main-content .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e32200'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Success Story */
.filter-bar {padding: 24px 0;border-bottom: 1px solid #c7b7a0;background: #fbeedb;}
.filter-row {display: flex;align-items: center;justify-content: space-between;gap: 30px;}
.filter-left {flex: 0 0 auto;}
.filter-right {display: flex;align-items: center;justify-content: flex-end;gap: 20px;flex: 1;}
.filter-group {display: flex;align-items: center;gap: 10px;white-space: nowrap;}
.filter-label {font-weight: 700;margin: 0;font-size: 16px;}
.custom-select {width: 240px;height: 46px;border-radius: 8px;border: 1px solid #bfbfbf;padding: 8px 12px;font-size: 14px;}

@media (max-width: 991px) {
    .filter-row {flex-direction: column;align-items: flex-start;}
    .filter-right {width: 100%;flex-wrap: wrap;}.filter-group {width: 48%;justify-content: space-between;}.custom-select {width: 60%;}
}

@media (max-width: 576px) { 
    .filter-group {flex-direction: column;align-items: flex-start;width: 100%;}.custom-select {width: 100%;}
    .btn-view-all { width: 100%; text-align: center;
  }
}
.card-img-top {
    border-radius: 8px;
    overflow: hidden;
}

.card{border: none;padding: 24px;box-shadow: rgba(100, 100, 111, 0.1) 0px 6px 18px 0px;}
.card-badge{background: #F4E4F1;border: 1px solid #721562;padding: 10px;border-radius: 4px;color: #000000;font-size: 10px;font-weight: 400;}
.h3, .title, .card-title {font-size: 1.5rem; color: #100D08; font-weight: 700; margin-bottom: 15px; overflow-wrap: normal;}
.card-text{color: #2b2b2b; font-size: 16px;}
.card-header, .card-footer {border-radius: 0; background-color: transparent; border: none; padding-top: 0; padding-bottom: 0; padding: 0;}
.card-footer {margin-top: 20px;}
.card-footer a {color: #E32200; font-weight: 700; text-decoration: none;}