/* Our Story Hero START */
.section-our-story-hero {
    width: 100%;
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 112px 50px;
    background-image: url("../../images/our-story-heron.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 0 45px 45px;
}
.section-our-story-hero__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.section-our-story-hero__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #F55822;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.section-our-story-hero h1 {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}
.section-our-story-hero p {
    max-width: 640px;
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
@media (max-width: 1100px) {
    .section-our-story-hero {
        min-height: 420px;
        padding: 90px 30px;
    }

    .section-our-story-hero h1 {
        font-size: 44px;
    }
}
@media (max-width: 768px) {
    .section-our-story-hero {
        min-height: 380px;
        padding: 70px 20px;
    }

    .section-our-story-hero h1 {
        font-size: 36px;
    }

    .section-our-story-hero p {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .section-our-story-hero {
        min-height: 340px;
        padding: 60px 16px;
        border-radius: 0 0 25px 25px;
    }

    .section-our-story-hero h1 {
        font-size: 38px;
    }

    .section-our-story-hero p {
        font-size: 14px;
    }
}
/* Our Story Hero END */



/* Broken Process Section START */
.section-broken-process-os {
    width: 100%;
    padding: 112px 50px;
    background-color: #fff;
    overflow: hidden;
}
.section-broken-process-os__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 440px);
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}
.section-broken-process-os__content {
    width: 100%;
}
.section-broken-process-os__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #F55822;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.section-broken-process-os h2 {
    margin: 0;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}
.section-broken-process-os p {
    max-width: 520px;
    margin: 20px 0 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
.section-broken-process-os .glb-btns-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
}
.section-broken-process-os .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}
.section-broken-process-os .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}
.section-broken-process-os .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
    color: #fff;
}
.section-broken-process-os .glb-btns-new .btn-sec {
    border: 2px solid #F55822;
    background-color: #fff;
    color: #F55822;
}
.section-broken-process-os .glb-btns-new .btn-sec:hover {
    background-color: rgba(245, 88, 34, 0.08);
    color: #F55822;
}
.section-broken-process-os__media {
    width: 100%;
}
.section-broken-process-os__media img {
    width: 100%;
    max-width: 440px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .section-broken-process-os {
        padding: 100px 30px;
    }

    .section-broken-process-os__inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 45px;
    }

    .section-broken-process-os__content {
        max-width: 720px;
        margin: 0 auto;
    }

    .section-broken-process-os__media {
        max-width: 520px;
        margin: 0 auto;
    }

    .section-broken-process-os__media img {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .section-broken-process-os {
        padding: 80px 20px;
    }

    .section-broken-process-os h2 {
        font-size: 32px;
    }

    .section-broken-process-os p {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .section-broken-process-os {
        padding: 80px 16px;
    }

    .section-broken-process-os h2 {
        font-size: 28px;
    }

    .section-broken-process-os .glb-btns-new {
        gap: 10px;
    }

    .section-broken-process-os .glb-btns-new .btn {
        width: 100%;
    }
}
/* Broken Process Section END */


/* Money Stay Section START */
.section-money-stay-os {
    width: 100%;
    padding: 112px 50px;
    background-color: #fff;
    overflow: hidden;
}
.section-money-stay-os__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.section-money-stay-os__head {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.section-money-stay-os__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.section-money-stay-os__head h2 {
    margin: 0;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}
.section-money-stay-os__head p {
    max-width: 760px;
    margin: 22px auto 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
.section-money-stay-os__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px;
    margin-top: 70px;
}
.section-money-stay-os__item {
    text-align: center;
}
.section-money-stay-os__item h3 {
    margin: 0;
    color: #F55822;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}
.section-money-stay-os__item p {
    max-width: 280px;
    margin: 15px auto 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
@media (max-width: 1100px) {
    .section-money-stay-os {
        padding: 90px 30px;
    }

    .section-money-stay-os__grid {
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .section-money-stay-os {
        padding: 70px 20px;
    }

    .section-money-stay-os__head h2 {
        font-size: 32px;
    }

    .section-money-stay-os__head p {
        font-size: 14px;
    }

    .section-money-stay-os__grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 48px;
    }

    .section-money-stay-os__item p {
        margin-top: 12px;
    }
}
@media (max-width: 560px) {
    .section-money-stay-os {
        padding: 60px 16px;
    }

    .section-money-stay-os__head h2 {
        font-size: 28px;
    }

    .section-money-stay-os__head p {
        font-size: 14px;
    }

    .section-money-stay-os__item h3 {
        font-size: 15px;
    }

    .section-money-stay-os__item p {
        font-size: 14px;
    }
}
/* Money Stay Section END */




/* Different Section START */
.section-different-os {
    width: 100%;
    padding: 65px 50px;
    background-color: #fff;
    overflow: hidden;
}

.section-different-os__inner {
    width: 100%;
    max-width: 1200px;
    min-height: 395px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(90deg, #F05A28 0%, #C73A0B 100%);
    overflow: hidden;
}

.section-different-os__content {
    width: 100%;
    padding: 54px 0 54px 38px;
    position: relative;
    z-index: 3;
}

.section-different-os__content h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.section-different-os__content > p {
    max-width: 415px;
    margin: 18px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-different-os__points {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.section-different-os__point {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
}

.section-different-os__point span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.section-different-os__point p {
    max-width: 410px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-different-os__point strong {
    font-weight: 800;
}

.section-different-os .glb-btns-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
}

.section-different-os .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}

.section-different-os .glb-btns-new .btn-light {
    border: 1px solid #fff;
    background-color: #fff;
    color: #F55822;
}

.section-different-os .glb-btns-new .btn-light:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #F55822;
}

.section-different-os__media {
    position: absolute;
    top: 0;
    right: -6rem;
    width: 64%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
    clip-path: ellipse(78% 95% at 78% 50%);
}

.section-different-os__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 1100px) {
    .section-different-os {
        padding: 90px 30px;
    }

    .section-different-os__inner {
        grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
    }

    .section-different-os__content {
        padding: 44px 0 44px 30px;
    }

    .section-different-os__content h2 {
        font-size: 34px;
    }

    .section-different-os__media {
        width: 56%;
    }
}

@media (max-width: 900px) {
    .section-different-os__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: auto;
    }

    .section-different-os__content {
        padding: 44px 30px 34px;
    }

    .section-different-os__media {
        position: relative;
        width: 100%;
        height: 340px;
        clip-path: none;
        border-radius: 0;
        display: none;
    }

    .section-different-os__content h2 {
        max-width: 100%;
    }

    .section-different-os__content > p,
    .section-different-os__point p {
        max-width: 100%;
    }
    .section-different-os__media img {
        object-position: center center;
    }
}

@media (max-width: 768px) {
    .section-different-os {
        padding: 70px 20px;
    }

    .section-different-os__content h2 {
        font-size: 32px;
    }

    .section-different-os__content > p,
    .section-different-os__point p {
        font-size: 14px;
    }

}

@media (max-width: 560px) {
    .section-different-os {
        padding: 60px 16px;
    }

    .section-different-os__inner {
        border-radius: 14px;
    }

    .section-different-os__content {
        padding: 34px 20px 30px;
    }

    .section-different-os__content h2 {
        font-size: 28px;
    }

    .section-different-os .glb-btns-new {
        gap: 10px;
    }

    .section-different-os .glb-btns-new .btn {
        width: 100%;
    }

    .section-different-os__media {
        height: 240px;
    }
}
/* Different Section END */ 





/* Name Choice Section START */
.section-name-choice-os {
    width: 100%;
    padding: 112px 50px;
    background-color: #fff;
    overflow: hidden;
}

.section-name-choice-os__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-name-choice-os__head {
    max-width: 790px;
}

.section-name-choice-os__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}

.section-name-choice-os__head h2 {
    margin: 0;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.4px;
}

.section-name-choice-os__head p {
    max-width: 760px;
    margin: 22px 0 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-name-choice-os__cards {
    display: grid;
    grid-template-columns: minmax(0, 280px) minmax(0, 575px) minmax(0, 280px);
    gap: 20px;
    margin-top: 45px;
}

.section-name-choice-os__card {
    min-height: 130px;
    padding: 26px 24px;
    border-radius: 7px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
    border: 1px solid #E5E5E5;
}

.section-name-choice-os__card h3 {
    margin: 0;
    color: #282828e1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.section-name-choice-os__card p {
    margin: 15px 0 0;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.section-name-choice-os .glb-btns-new {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 50px;
}

.section-name-choice-os .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}

.section-name-choice-os .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}

.section-name-choice-os .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
    color: #fff;
}

.section-name-choice-os .glb-btns-new .btn-sec {
    border: 2px solid #F55822;
    background-color: #fff;
    color: #F55822;
}

.section-name-choice-os .glb-btns-new .btn-sec:hover {
    background-color: rgba(245, 88, 34, 0.08);
    color: #F55822;
}

@media (max-width: 1100px) {
    .section-name-choice-os {
        padding: 90px 30px;
    }

    .section-name-choice-os__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .section-name-choice-os {
        padding: 70px 20px;
    }

    .section-name-choice-os__head h2 {
        font-size: 32px;
    }

    .section-name-choice-os__head p {
        font-size: 14px;
    }

    .section-name-choice-os__cards {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 38px;
    }

    .section-name-choice-os__card {
        min-height: auto;
        padding: 24px 20px;
    }

    .section-name-choice-os__card p {
        margin-top: 14px;
    }
}

@media (max-width: 560px) {
    .section-name-choice-os {
        padding: 60px 16px;
    }

    .section-name-choice-os__head h2 {
        font-size: 28px;
    }

    .section-name-choice-os__head p {
        font-size: 14px;
    }

    .section-name-choice-os .glb-btns-new {
        gap: 10px;
        margin-top: 34px;
    }

    .section-name-choice-os .glb-btns-new .btn {
        width: 100%;
    }
}
/* Name Choice Section END */



/* Service Detail FAQ Start */
.servd-faq {
    width: 100%;
    padding-block: 112px;
    background: linear-gradient(110deg, #fff 0%, #fff 60%, #FFE3D0 100%);
    overflow: hidden;
}
.servd-faq__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.servd-faq__head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}
.servd-faq__head span {
    display: block;
    margin-bottom: 10px;
    color: #979797;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}
.servd-faq__head h2 {
    margin: 0;
    color: #282828;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.4px;
}
.servd-faq__head p {
    max-width: 620px;
    margin: 14px auto 0;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
.servd-faq__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 27px;
}
.servd-faq__tabs button {
    min-height: 28px;
    padding: 7px 20px;
    border: 0;
    border-radius: 999px;
    background-color: #FFF0EC;
    color: #F55822;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    transition: 180ms ease;
}
.servd-faq__tabs button.is-active,
.servd-faq__tabs button:hover {
    background-color: #F55822;
    color: #fff;
}
.servd-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 34px;
    align-items: start;
}
.servd-faq__item {
    overflow: hidden;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(23, 21, 21, 0.05);
}
.servd-faq__question {
    width: 100%;
    min-height: 74px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    border: 0;
    background-color: #fff;
    color: #181532;
    text-align: left;
    cursor: pointer;
}
.servd-faq__plus {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #181532;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    transition: 180ms ease;
}
.servd-faq__question strong {
    color: #181532;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
.servd-faq__answer {
    display: none;
}
.servd-faq__answer p {
    margin: 0;
    padding: 0 28px 22px 68px;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.servd-faq__answer ul,
.servd-faq__answer ol {
    list-style: none;
    margin: 0;
    padding: 0 28px 22px 68px;
}
.servd-faq__answer li {
    margin: 0;
    padding: 0;
    color: #5C5C5C;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.servd-faq__item.is-open .servd-faq__answer {
    display: block;
}

.servd-faq__item.is-open .servd-faq__plus {
    transform: rotate(45deg);
}
.servd-faq__plus {
    display: inline-flex;
    transition: 180ms ease;
}
.servd-faq__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 60px;
    margin-top: 32px;
}
.servd-faq__testimonial {
    max-width: 350px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin-left: 30px;
    position: relative;
    z-index: 2;
}
.servd-faq__cta {
    min-width: 360px;
}
.servd-faq__cta h3 {
    margin: 0 0 17px;
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}
.servd-faq .glb-btns-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}
.servd-faq .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}
.servd-faq .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}
.servd-faq .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
}
.servd-faq .glb-btns-new .btn-sec {
    border: 2px solid #F55822;
    background-color: #fff;
    color: #F55822;
}
.servd-faq .glb-btns-new .btn-sec:hover {
    background-color: rgba(245, 88, 34, 0.08);
}
@media (max-width: 1160px) {
    .servd-faq {
        padding-inline: 30px;
    }
}
@media (max-width: 900px) {
    .servd-faq__grid {
        grid-template-columns: 1fr;
    }

    .servd-faq__bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .servd-faq__cta {
        min-width: 0;
    }
}
@media (max-width: 768px) {
    .servd-faq {
        padding-block: 112px;
        padding-inline: 20px;
    }

    .servd-faq__head h2 {
        font-size: 32px;
    }

    .servd-faq__tabs {
        gap: 10px;
    }

    .servd-faq__question {
        padding: 18px 20px;
    }

    .servd-faq__answer p,
    .servd-faq__answer ul,
    .servd-faq__answer ol {
        padding: 0 20px 20px 60px;
    }
}
@media (max-width: 480px) {
    .servd-faq {
        padding-block: 112px;
        padding-inline: 16px;
    }

    .servd-faq__head h2 {
        font-size: 28px;
    }

    .servd-faq__tabs button {
        width: 100%;
    }

    .servd-faq__question {
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .servd-faq__answer p,
    .servd-faq__answer ul,
    .servd-faq__answer ol {
        padding-left: 52px;
    }

    .servd-faq__testimonial {
        margin-left: 0;
    }

    .servd-faq .glb-btns-new .btn {
        width: 100%;
    }
}
/* Service Detail FAQ End */




/* Service Detail CTA Banner Start */
.servd-cta-banner {
    width: 100%;

    background-color: #fff;
}
.servd-cta-banner__inner {
    width: 100%;
    /* max-width: 1280px; */
    min-height: 192px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 112px 30px;
    background-image: url("../../images/cta-new-sd.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.servd-cta-banner__content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.servd-cta-banner__content h2 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.4px;
}
.servd-cta-banner__content p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}
.servd-cta-banner__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}
.servd-cta-banner__tags span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
}
.servd-cta-banner__tags span svg {
    flex-shrink: 0;
}
.servd-cta-banner .glb-btns-new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}
.servd-cta-banner .glb-btns-new .btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    transition: 180ms ease;
}
.servd-cta-banner .glb-btns-new .btn-prim {
    border: 1px solid #F55822;
    background-color: #F55822;
    color: #fff;
}
.servd-cta-banner .glb-btns-new .btn-prim:hover {
    background-color: #df4617;
    border-color: #df4617;
}
.servd-cta-banner .glb-btns-new .btn-sec {
    border: 2px solid #F55822;
    background-color: #fff;
    color: #F55822;
}
.servd-cta-banner .glb-btns-new .btn-sec:hover {
    background-color: rgba(245, 88, 34, 0.08);
}
@media (max-width: 1240px) {
    /* .servd-cta-banner {
        padding: 0 20px 112px;
    } */
}
@media (max-width: 768px) {
    /* .servd-cta-banner {
        padding: 0 16px 112px;
    }

    .servd-cta-banner__inner {
        min-height: auto;
        padding: 28px 20px;
        background-position: 68% center;
    } */

    .servd-cta-banner__content h2 {
        font-size: 32px;
    }

    .servd-cta-banner__content {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .servd-cta-banner__content h2 {
        font-size: 28px;
    }

    .servd-cta-banner__tags {
        gap: 8px;
    }

    .servd-cta-banner__tags span {
        font-size: 11px;
        padding: 6px 12px;
    }

    .servd-cta-banner .glb-btns-new {
        gap: 10px;
    }

    .servd-cta-banner .glb-btns-new .btn {
        width: 100%;
    }
}
/* Service Detail CTA Banner End */