.commen-title-heading.text-center h2{
    max-width: 100%;
    margin-bottom: 20px;
}
h1.title{
    margin-bottom: 15px;
}
.padding-top{
    padding-top: 60px;
}
.commen-title-heading p {
    max-width: 62%;
}
.golive-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1) !important;
    margin-top: 26px;
    text-align: center;
}
.snpc2-section {
    padding: 72px 0;
}

.snpc2-section--alt {
    background: #f6f8ff;
}

.snpc2-narrow {
    max-width: 1120px;
}

.snpc2-hero {
    padding: 42px 0 32px;
    background: #fff;
}

.snpc2-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
    gap: 34px;
    align-items: center;
}

.snpc2-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1167e8;
}

.snpc2-hero__content h1 {
    margin-bottom: 16px;
    max-width: 540px;
    font-size: 42px;
    line-height: 1.12;
}

.snpc2-hero__content p {
    max-width: 560px;
    margin-bottom: 18px;
    color: #4b5563;
}

.snpc2-hero__points {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.snpc2-hero__points li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.6;
    color: #111827;
}

.snpc2-hero__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1167e8;
}

.snpc2-hero__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(17, 103, 232, 0.12);
}
.right-slider-banner img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.snpc2-logos {
    padding: 20px 0 10px;
    background: #fff;
}

.snpc2-grid {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}

.snpc2-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.snpc2-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.snpc2-card {
    position: relative;
    padding: 24px 22px;
    background: #FCFCFC;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
}

.snpc2-card img {
    /* margin-bottom: 14px; */
}

.snpc2-card h3,
.snpc2-benefit h3,
.snpc2-why-card h3,
.snpc2-resource-card h3,
.snpc2-case-study__content h3 {
    margin: 10px 0 10px;
    font-size: 18px;
    line-height: normal;
}
.snpc2-card h3, .snpc2-benefit h3, .snpc2-why-card{margin: 10px 0 10px;}

.snpc2-card p,
.snpc2-benefit p,
.snpc2-why-card p,
.snpc2-resource-card__body span,
.snpc2-resource-card__body p,
.snpc2-case-study__content p {
    margin: 0;
    color: #5C6E82;
    line-height: 26px;
    font-size: 16px;
}

.snpc2-card--step {
    /* padding-top: 52px; */
}


.snpc2-banner {
    margin-top: 50px;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(90deg, #0d2046 0%, #142f63 100%);
    border-radius: 16px;
    color: #fff;
}

.snpc2-banner strong {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.3;
}

.snpc2-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.snpc2-benefits {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.snpc2-benefit {
    padding: 26px 22px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #E9E9E9;
}

.snpc2-benefit img {
    margin-bottom: 14px;
}

.snpc2-card--center {
    max-width: 540px;
    grid-column: 1 / -1;
    justify-self: center;
}

.snpc2-why-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.snpc2-why-card {
    padding: 26px 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e4e9f5;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.snpc2-why-card img {
    margin-bottom: 14px;
}

.snpc2-case-study {
    margin-top: 28px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #09162f;
}

.snpc2-case-study > img {
    width: 100%;
    height: auto;
    display: block;
}

.snpc2-case-study__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    background: linear-gradient(180deg, rgba(9, 22, 47, 0) 0%, rgba(9, 22, 47, 0.94) 78%);
}

.snpc2-case-study__content span {
    display: inline-block;
    margin-bottom: 8px;
    color: #8eb9ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.snpc2-case-study__content h3 {
    max-width: 520px;
    color: #fff;
}

.snpc2-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #1167e8;
    font-weight: 700;
}

.snpc2-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.snpc2-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9d4ea;
}

.snpc2-dots .is-active {
    width: 24px;
    border-radius: 99px;
    background: #1167e8;
}

.snpc2-resource-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.snpc2-resource-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    /* border: 1px solid #e8edf5; */
    /* box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05); */
    position: relative;
    gap: 0;
}
.snpc2-resource-card.blog-list-blck > img {
    border-radius: 12px;
    overflow: hidden;
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.snpc2-resource-card > span{
    opacity: 1;
    border-radius: 4.53px;
    padding: 6.47px;
    background: #48DB9B;
    display: inline;
    width: auto;
    position: absolute;
    font-size: 12.33px;
    color: #FFFFFF;
    top: 15px;
    left: 15px;
}
.snpc2-resource-card:nth-child(2) > span{
    background:#DB4877;
}
.snpc2-resource-card:nth-child(3) > span{
    background:#DB5E48;
}

.snpc2-resource-card__image {
    position: relative;
    display: block;
}

.snpc2-resource-card__image img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    display: block;
}

.snpc2-resource-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.snpc2-resource-card__tag--green {
    background: #54d98a;
}

.snpc2-resource-card__tag--pink {
    background: #f05d8d;
}

.snpc2-resource-card__tag--orange {
    background: #f07f5a;
}

.snpc2-resource-card__body {
    padding: 14px 15px 0;
    display: flex;
    /* flex-direction: column; */
    flex-flow: row wrap;
    justify-content: space-between;
}

.snpc2-resource-card__body h3 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: normal;
    letter-spacing: -0.02em;
    color: #1f2937;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autor-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.autor-wrapper a{
    text-decoration:none;
}
.avtar-img-wrapper {
    border-radius: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
.autor-wrapper h4, .autor-wrapper span.author-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1d2026;
    margin-bottom: 0;
    display: block;
    text-decoration: n;
}
.autor-wrapper h6, .autor-wrapper span.date, .autor-wrapper span.designation {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #5d6476;
    margin-bottom: 0;
    text-align: left;
}
.snpc2-resource-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.snpc2-resource-card__body p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: normal;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: .5px solid #D0D0D0;
    margin-bottom: 15px;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */   /* number of lines */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.blog-list-blck a.linking-arrow img, .blog-list-blck a.linking-arrow svg {
  transition: .5s;
  width: 53px;
}

.blog-list-blck:hover a.linking-arrow img, .blog-list-blck:hover a.linking-arrow svg{
  transform: rotate(45deg)
}
.blog-list-blck:hover a.linking-arrow img, .blog-list-blck:hover a.linking-arrow svg {
    transform: rotate(45deg);
}

.snpc2-resource-card__meta {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.snpc2-resource-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.snpc2-resource-card__author img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.snpc2-resource-card__author strong,
.snpc2-resource-card__author span {
    display: block;
    line-height: 1.2;
}

.snpc2-resource-card__author strong {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
}

.snpc2-resource-card__author span {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #7b869c;
}

.snpc2-resource-card__arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9f0ff;
    color: #5f8efc;
    text-decoration: none;
    flex: 0 0 auto;
}

.snpc2-faq {
    padding-top: 72px;
}

.snpc2-final-cta {
    margin-top: 30px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 18px;
    background: #eef5ff;
}

.snpc2-final-cta > img {
    border-radius: 50%;
    flex: 0 0 auto;
}

.snpc2-final-cta__content {
    flex: 1;
}

.snpc2-final-cta__content strong {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.3;
    color: #111827;
}

.snpc2-final-cta__content p {
    margin: 0;
    color: #4b5563;
}

.snpc2-banner .blue-button,
.snpc2-final-cta .blue-button {
    flex: 0 0 auto;
    white-space: nowrap;
}
article.snpc2-benefit ul {
    list-style: none;
    padding: 0;
}

article.snpc2-benefit ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    color: #323232;
}
article.snpc2-benefit  p{
    color: #323232;
}
p.obligation {
    max-width: 630px;
    padding: 8px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #10B9811A;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-style: italic;
    color: #10B981;
}
section.faq-wrapper-section{
    padding-top: 70px;
}

@media (max-width: 1199px) {
    .snpc2-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
.commen-title-heading p {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .snpc2-section {
        padding: 56px 0;
    }

    .snpc2-hero {
        padding-top: 28px;
    }

    .snpc2-hero__grid,
    .snpc2-grid--three,
    .snpc2-grid--two,
    .snpc2-benefits,
    .snpc2-resource-grid {
        grid-template-columns: 2fr;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .snpc2-banner,
    .snpc2-final-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .snpc2-card--center {
        max-width: 100%;
    }

    .snpc2-hero__content h1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .snpc2-hero__content h1 {
        font-size: 30px;
    }

    .snpc2-card,
    .snpc2-benefit,
    .snpc2-why-card,
    .snpc2-final-cta {
        padding: 20px;
    }

    .snpc2-case-study__content {
        position: static;
        background: #09162f;
    }

    .snpc2-resource-card__image img {
        height: auto;
    }

    .snpc2-resource-card__body h3 {
        font-size: 19px;
    }

    .snpc2-why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .case-study-wrapper a, .case-study-wrapper h3, .case-study-wrapper h4 {
        color: #000;
        line-height: normal;
        font-size: 18px;
    }
    .snpc2-hero__grid,
    .snpc2-grid--three,
    .snpc2-grid--two,
    .snpc2-benefits,
    .snpc2-resource-grid {
        grid-template-columns: 1fr;
    }
}
