/* Exported with SnipCSS extension (Ver 2.0.2) */
@font-face {
    font-family: "icomoon";
    src: url("https://themazine.com/mr/conalz-html/assets/vendors/conalz-icons/fonts/icomoon.eot?orkqwr");
    src: url("https://themazine.com/mr/conalz-html/assets/vendors/conalz-icons/fonts/icomoon.eot?orkqwr#iefix") format("embedded-opentype"),
        url("https://themazine.com/mr/conalz-html/assets/vendors/conalz-icons/fonts/icomoon.ttf?orkqwr") format("truetype"),
        url("https://themazine.com/mr/conalz-html/assets/vendors/conalz-icons/fonts/icomoon.woff?orkqwr") format("woff"),
        format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.support-content-component {
    /* CSS Variables moved from :root to component scope */
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --conalz-font: "Kumbh Sans", sans-serif;
    --conalz-font-two: "Titillium Web", sans-serif;
    --conalz-gray: #232323;
    --conalz-white: #ffffff;
    --conalz-base: #005cff;
    --conalz-black: #13121d;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;

    /* Base styles applied to component container */
    font-family: var(--conalz-font);
    color: var(--conalz-gray);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;

    * {
        box-sizing: border-box;
    }

    .service-details {
        position: relative;
        display: block;
        padding: 0px;
    }

    *,
    :after,
    :before {
        box-sizing: border-box;
    }

    .container {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {
        .container {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) / -2);
        margin-left: calc(var(--bs-gutter-x) / -2);
    }

    .row {
        --bs-gutter-x: 30px;
    }

    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
    }

    @media (min-width: 992px) {
        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.6666666667%;
        }
    }

    @media (min-width: 1200px) {
        .col-xl-4 {
            flex: 0 0 auto;
            width: 33.3333333333%;
        }
    }

    @media (min-width: 992px) {
        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.3333333333%;
        }
    }

    @media (min-width: 1200px) {
        .col-xl-8 {
            flex: 0 0 auto;
            width: 66.6666666667%;
        }
    }

    .service-details__sidebar {
        position: relative;
        display: block;
        margin-right: 10px;
    }

    .service-details__right {
        position: relative;
        display: block;
        margin-top: -15px;
    }

    .service-details__service-list-box {
        position: relative;
        display: block;
        background-color: #f1f3f6;
        padding: 44px 30px 40px;
        z-index: 1;
    }

    .service-details__service-list-box:before {
        position: absolute;
        top: 7px;
        left: 7px;
        right: -7px;
        bottom: -7px;
        content: "";
        border: 2px solid #7f8184;
        z-index: -1;
    }

    .service-details__brochures-box {
        position: relative;
        display: block;
        background-color: #f1f3f6;
        padding: 44px 30px 40px;
        z-index: 1;
    }

    .service-details__sidebar-single+.service-details__sidebar-single {
        margin-top: 40px;
    }

    .service-details__brochures-box:before {
        position: absolute;
        top: 7px;
        left: 7px;
        right: -7px;
        bottom: -7px;
        content: "";
        border: 2px solid #7f8184;
        z-index: -1;
    }

    .sidebar__call-box {
        position: relative;
        display: block;
        padding: 55px 40px 60px;
        background-color: #221e7d;
        z-index: 1;
    }

    h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h3 {
        font-size: calc(1.3rem + 0.6vw);
    }

    @media (min-width: 1200px) {
        h3 {
            font-size: 1.75rem;
        }
    }

    h3 {
        color: var(--conalz-black);
        margin: 0;
        font-family: var(--conalz-font-two);
    }

    .service-details__title-two {
        font-size: 50px;
        font-weight: 700;
        text-transform: camel;
        line-height: 60px;
        margin-bottom: 30px;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    p {
        margin: 0;
    }

    .service-details__text-1 {
        font-size: 18px;
        color: var(--conalz-black);
        opacity: 0.8;
    }

    .service-details__img {
        position: relative;
        display: block;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .service-details__problem-solve {
        position: relative;
        display: block;
    }

    .service-details__core-product {
        position: relative;
        display: block;
        margin-top: 40px;
    }

    .service-details__service-title {
        position: relative;
        display: inline-block;
        margin: 0;
        font-size: 24px;
        margin-bottom: 39px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 8px;
    }

    .service-details__service-title:before {
        position: absolute;
        top: 5px;
        left: -8px;
        width: 5px;
        height: 19px;
        background-color: var(--conalz-base);
        content: "";
    }

    ul {
        padding-left: 2rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .service-details__service-list {
        margin: 0;
    }

    .service-details__brochures-list {
        margin: 0;
    }

    .sidebar__call-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        mix-blend-mode: overlay;
        z-index: -1;
        background-image: url(assets/images/backgrounds/sidebar-call-bg.jpg);
    }

    .sideber__call-content {
        position: relative;
        display: block;
    }

    img {
        vertical-align: middle;
    }

    .service-details__img img {
        width: 100%;
    }

    .service-details__problem-solve-title {
        font-size: 30px;
        font-weight: 700;
        text-transform: camel;
        line-height: 40px;
        margin-bottom: 27px;
        color: #1842b6;
    }

    .service-details__problem-solve-text-1 {
        font-size: 18px;
        color: var(--conalz-black);
        opacity: 0.8;
        padding-bottom: 32px;
    }

    .service-details__problem-solve-text-2 {
        font-size: 18px;
        color: var(--conalz-black);
        opacity: 0.8;
    }

    .service-details__core-product-title {
        font-size: 30px;
        font-weight: 700;
        text-transform: camel;
        line-height: 40px;
        margin-bottom: 12px;
        color: #1842b6;
    }

    .service-details__core-product-text {
        font-size: 18px;
        color: var(--conalz-black);
        opacity: 0.8;
    }

    .service-details__core-product-points-box {
        position: relative;
        display: block;
        margin-top: 35px;
    }

    .service-details__benefits {
        position: relative;
        display: block;
        margin-top: 50px;
    }

    .service-details__faq {
        position: relative;
        display: block;
        margin-top: 30px;
    }

    .service-details__service-list li+li {
        margin-top: 3px;
    }

    .service-details__brochures-list li+li {
        margin-top: 3px;
    }

    .sideber__call-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        color: var(--conalz-white);
        text-transform: uppercase;
    }

    .sideber__call-number {
        position: relative;
        display: block;
        margin-top: 5px;
        margin-bottom: 58px;
    }

    .sideber__call-button {
        position: relative;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .service-details__benefits-title {
        font-size: 30px;
        font-weight: 700;
        text-transform: camel;
        line-height: 40px;
        margin-bottom: 13px;
        color: #1842b6;
    }

    .service-details__benefits-text-1 {
        font-size: 18px;
        color: var(--conalz-black);
        opacity: 0.8;
        padding-bottom: 35px;
    }

    a {
        color: #0d6efd;
        text-decoration: underline;
    }

    a {
        color: var(--conalz-gray);
    }

    a,
    a:visited {
        text-decoration: none;
    }

    .service-details__service-list li a {
        color: var(--conalz-black);
        font-size: 16px;
        font-weight: 500;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        padding: 11px 15px 11px;
        border: 1px solid transparent;
        border-bottom: 1px solid #e7e7e7;
    }

    .service-details__service-list li.active a {
        border: 1px solid #e7e7e7;
        color: var(--conalz-base);
    }

    .service-details__service-list li a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: var(--conalz-base);
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: right center;
    }

    a:hover {
        color: #0a58ca;
    }

    a,
    a:hover,
    a:visited {
        text-decoration: none;
    }

    .service-details__service-list li a:hover {
        border: 1px solid #e7e7e7;
        color: var(--conalz-base);
    }

    .service-details__service-list li a:hover::before {
        transform: scale(1, 1);
        transform-origin: left center;
    }

    a {
        text-decoration: none;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    .service-details__brochures-list li a {
        color: var(--conalz-black);
        font-size: 16px;
        font-weight: 500;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        padding: 11px 15px 11px;
        border: 1px solid #e7e7e7;
    }

    .service-details__brochures-list li a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: var(--conalz-base);
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: right center;
    }

    .service-details__brochures-list li a:hover {
        color: var(--conalz-base);
    }

    .service-details__brochures-list li a:hover::before {
        transform: scale(1, 1);
        transform-origin: left center;
    }

    .sideber__call-number p {
        color: var(--conalz-white);
    }

    .sideber__call-number h3 {
        font-size: 26px;
        font-weight: 600;
        font-family: var(--conalz-font);
    }

    .sideber__call-button-shape {
        position: absolute;
        bottom: -23px;
        left: -15px;
        border-radius: 50%;
        background-color: rgb(0, 92, 255);
        width: 79px;
        height: 79px;
        z-index: -1;
    }

    .sideber__call-button a {
        font-size: 16px;
        font-weight: 700;
        color: var(--conalz-white);
        font-family: var(--conalz-font-two);
        text-transform: uppercase;
        position: relative;
        display: flex;
        align-items: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .sideber__call-button a::before {
        content: "";
        position: absolute;
        bottom: 7px;
        left: 21px;
        right: 0;
        height: 1px;
        background-color: #8b8a95;
    }

    @media (min-width: 1200px) {
        .col-xl-6 {
            flex: 0 0 auto;
            width: 50%;
        }
    }



    [class^="icon-"] {
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .service-details__service-list li a span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: var(--conalz-black);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        border-top-left-radius: 15px;
        z-index: 1;
    }

    .service-details__service-list li.active a span {
        color: var(--conalz-white);
    }

    .icon-right-arrow1:before {
        content: "\e924";
    }

    .service-details__service-list li a span::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: var(--conalz-base);
        border-top-left-radius: 15px;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: right center;
        z-index: -1;
    }

    .service-details__service-list li.active a span::after {
        transform: scale(1, 1);
        transform-origin: left center;
    }

    .service-details__service-list li a:hover span {
        color: var(--conalz-white);
    }

    .service-details__service-list li a:hover span::after {
        transform: scale(1, 1);
        transform-origin: left center;
    }

    .service-details__brochures-list li a span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: var(--conalz-black);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 25px;
        border-top-left-radius: 15px;
        z-index: 1;
    }

    .icon-download:before {
        content: "\e90c";
    }

    .service-details__brochures-list li a span::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: var(--conalz-base);
        border-top-left-radius: 15px;
        transition: transform 500ms ease;
        transform: scale(0, 1);
        transform-origin: right center;
        z-index: -1;
    }

    .service-details__brochures-list li a:hover span {
        color: var(--conalz-white);
    }

    .service-details__brochures-list li a:hover span::after {
        transform: scale(1, 1);
        transform-origin: left center;
    }

    .sideber__call-number a {
        color: var(--conalz-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .sideber__call-button a i {
        position: relative;
        display: inline-block;
        top: 1px;
        margin-right: 5px;
    }

    .service-details__core-product-points-single {
        position: relative;
        display: block;
        background-color: #fcf8f8;
        padding: 30px 30px 35px;
    }

    .service-details__benefits-single {
        position: relative;
        display: block;
        border: 1px solid var(--conalz-black);
        padding: 25px 25px 30px;
        margin-bottom: 30px;
    }



    .service-details__core-product-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .service-details__core-product-text-2 {
        color: #433838;
        opacity: 0.8;
    }

    .service-details__benefits-icon-box {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .service-details__benefits-text-2 {
        color: #433838;
        opacity: 0.8;
    }

    h4 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    h4 {
        font-size: calc(1.275rem + 0.3vw);
    }

    @media (min-width: 1200px) {
        h4 {
            font-size: 1.5rem;
        }
    }

    h4 {
        color: var(--conalz-black);
        margin: 0;
        font-family: var(--conalz-font-two);
    }


    .service-details__core-product-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
        width: 65px;
        background-color: #0d6efd;
        border-radius: 50%;
        font-size: 30px;
        color: var(--conalz-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .service-details__core-product-points-single:hover .service-details__core-product-icon {
        background-color: #1842b6;
    }

    .service-details__core-product-content {
        margin-left: 15px;
    }

    .service-details__benefits-icon {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
        width: 65px;
        background-color: #0d6efd;
        border-radius: 50%;
        font-size: 35px;
        color: var(--conalz-white);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .service-details__benefits-single:hover .service-details__benefits-icon {
        background-color: #1842b6;
    }

    .service-details__benefits-content {
        margin-left: 15px;
    }



    .icon-marketing-analysis-marketing-research:before {
        content: "\e918";
    }

    .service-details__core-product-content h4 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 32px;
    }

    .icon-protection-rain-umbrella:before {
        content: "\e920";
    }

    .icon-team-teamwork-users:before {
        content: "\e931";
    }

    .service-details__benefits-content h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 32px;
    }

    .icon-chart-diagram-pie:before {
        content: "\e904";
    }

    /* Responsive adjustments */
    @media (max-width: 991px) {
        .service-details {
            padding: 80px 0 80px;
        }

        .service-details__title-two {
            font-size: 36px;
            line-height: 46px;
        }

        .service-details__sidebar {
            margin-right: 0;
            margin-bottom: 40px;
        }

        .service-details__right {
            margin-top: 0;
        }
    }

    @media (max-width: 767px) {
        .service-details {
            padding: 60px 0 60px;
        }

        .service-details__title-two {
            font-size: 28px;
            line-height: 38px;
            margin-bottom: 20px;
        }

        .service-details__problem-solve-title,
        .service-details__core-product-title,
        .service-details__benefits-title {
            font-size: 24px;
            line-height: 32px;
        }

        .service-details__service-title {
            font-size: 20px;
        }

        .col-xl-6 {
            width: 100%;
        }

        .service-details__core-product-points-single,
        .service-details__benefits-single {
            margin-bottom: 20px;
        }
    }
}