.main_nav .navbar .container-fluid,
.home-content .container-fluid,
.case-study-banner .container-fluid,
.case-study-content .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1599px) and (min-width: 992px) {

    .main_nav .navbar .container-fluid,
    .home-content .container-fluid,
    .case-study-banner .container-fluid,
    .case-study-content .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 1600px) {

    .main_nav .navbar .container-fluid,
    .home-content .container-fluid,
    .case-study-banner .container-fluid,
    .case-study-content .container-fluid {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.btn.btn-secondary-new {
    background-color: transparent;
    border-color: transparent;
    color: #121212;
    padding: 0;
    padding-left: 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    white-space: nowrap;
}

.btn.btn-secondary-new span {
    width: 48px;
    height: 48px;
    background-color: #E67101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
    font-size: 35px;
    z-index: 1;
}

.btn.btn-secondary-new span i {
    position: relative;
    top: 1px;
}

/* .btn.btn-secondary-new::before {
    content         : '';
    position        : absolute;
    top             : 0;
    right           : 0;
    width           : 100%;
    height          : 100%;
    border-radius   : 50px;
    background-color: #E67101;
} */

.btn.btn-secondary-new:hover {
    background-color: #E67101;
    color: #fff;
}

.btn.btn-secondary-new:hover span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.btn.btn-round-slider {
    padding: 0;
    border: 1px solid #E67101;
    color: #E67101;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 30px;
    border-radius: 50%;
}

.btn.btn-round-slider:hover {
    background-color: #E67101;
    color: #fff;
}

.btn.btn-round-slider.disabled,
.btn.btn-round-slider:disabled,
.btn.btn-round-slider:disabled:hover {
    border: 1px solid #f5800fb0;
    color: #f5800fb0;
}

.btn.btn-round-slider:disabled:hover {
    background-color: transparent;
}

.btn.btn-round-slider i {
    position: relative;
    top: 1px;
}

.btn-secondary-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #121212;
    padding: 0 0 0 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
}

.btn-secondary-transparent .circle {
    width: 48px;
    height: 48px;
    background-color: #E67101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    position: relative;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
    font-size: 35px;
    z-index: 2;
}

.btn-secondary-transparent::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    background-color: #E67101;
    border-radius: 50%;
    transform: translateY(-50%) scale(1);
    /* start as small circle on right */
    transform-origin: right center;
    /* expand from right edge */
    transition: transform 0.4s ease, border-radius 0.4s ease;
    z-index: -1;
}

.btn-secondary-transparent:hover::after {
    transform: translateY(-50%) scale(30);
    border-radius: 50px;
}


.btn-secondary-transparent:hover .circle {
    transform: rotate(0deg);
}

.btn-secondary-transparent:hover {
    color: #fff;
}

/* ==== Home Page New Banner Style ==== */

.home-banner {
    width: 100%;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 2.45%, #FFFFFF 100%);
    background-image: url('../../images/New/Capella.svg');
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 90px;
    padding-bottom: 40px;
}

.home-banner::after {
    content: '';
    position: absolute;
    width: 67px;
    height: 72px;
    top: 10%;
    right: 33%;
    transform: translateX(-50%);
    background-image: url('../../images/New/main-banner-star-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.home-banner .banner-badge {
    margin-bottom: 20px;
}

.home-banner .banner-badge span {
    border: 1px solid #E67101;
    padding: 6px 16px;
    color: #121212;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0;
    font-weight: 600;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
}

/* .home-banner h1 {
    font-family   : 'Montserrat', sans-serif;
    font-weight   : 700;
    font-size     : 54px;
    line-height   : 100%;
    letter-spacing: -2.16px;
    vertical-align: middle;
    color         : #13147AC7;
    margin-bottom : 72px;
    width         : 100%;
    max-width     : 630px;
}

.home-banner h1 span {
    color: #E67101;
} */

.home-banner p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    width: 100%;
    max-width: 500px;
    color: #121212;
    margin-bottom: 40px;
}

.btn-primary-new {
    background-color: #13147A !important;
    border-color: #13147A;
    padding: 15px 24px;
    border-radius: 50px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px;
    position: relative !important;
    transition: color 0.2s ease, border-color 0.2s ease !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.hoverable_bg-stroke {
    position: absolute;
    top: 50%;
    left: 45%;
    width: calc(100% + 6rem);
    height: calc(100% + 6rem);
    background-color: #E67101;
    border-radius: 100%;
    transform: translate3d(0, 110px, 0) translate(-50%, -50%);
    transition: transform 0.3s ease;
    z-index: 0;
}

.btn-primary-new .span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-primary-new span {
    width: 22px;
    height: 22px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13147A;
    border-radius: 50%;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
    font-size: 24px;
}

.btn-primary-new span i {
    position: relative;
    top: 1px;
}

.btn-primary-new:hover {
    border-color: #E67101;
    color: #fff;
}

.btn-primary-new:hover span {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.btn-primary-new:hover .hoverable_bg-stroke {
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
}

.home-banner .gap-3 {
    gap: 33px;
}

.home-banner .avatar-stack {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.home-banner .avatar-stack .avatar {
    overflow: hidden;
    margin-right: -8px;
    border: 4px solid #fff;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 2px 10px 0px #00000054;
    transition: all 0.25s ease;
    position: relative;
}

.home-banner .avatar-stack .avatar:hover {
    transform: translateY(-5px);
}

.home-banner .avatar-sec {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home-banner .avatar-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    max-width: 65px;
}

.home-banner .video-wraper {
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    height: auto;
}

.home-banner .video-wraper .video-frame {
    width: 100%;
    height: 100%;
}

.home-banner .video-wraper .video-frame video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.home-banner .video-wraper .btn.video-btn {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #c6c8ca;
    z-index: 1;
}

.home-banner .video-wraper .btn.video-btn:hover {
    background-color: #f6f9fc;
}

.home-banner .video-wraper .video-hover-circle {
    position: fixed;
    width: 100px;
    height: 100px;
    background: #e67001c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform: translate(-75px, -75px) scale(0);
    transition:
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.3s ease;
    opacity: 0;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff;
    will-change: transform;
    z-index: 99;
}

body.cursor-active .home-banner .video-wraper .video-hover-circle {
    transform: translate(-75px, -75px) scale(1);
    opacity: 1;
}

.home-banner .video-wraper:hover .video-hover-circle {
    animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
    0% {
        transform: translate(-75px, -75px) scale(1);
        box-shadow: 0 0 0 0 rgba(230, 112, 1, 0.4);
    }

    100% {
        transform: translate(-75px, -75px) scale(1.05);
        box-shadow: 0 0 0 10px rgba(230, 112, 1, 0);
    }
}

.v-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    background: none;
    color: #000;
    font-size: 28px;
    transform: none;
    width: 30px;
    height: 30px;
    line-height: 24px;
    transition: all .3s;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .031372549);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-modal .btn-close:hover {
    color: #fff;
    background: #E67101;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1333333333), 0 0 3px 1px rgba(0, 0, 0, .0666666667);
    opacity: 1;
    transform: scale(1.1);
}

.home-banner .collaborated-sec {
    margin-top: 60px;
}

.home-banner .collaborated-sec h2 {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #121212;
    text-align: center;
    text-transform: uppercase;
}

.home-banner .collaborated-sec .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}

.home-banner .collaborated-sec .marquee .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
    animation-direction: reverse;
    animation-delay: -3s;
}

.home-banner .collaborated-sec .marquee .marquee__group .logo_img {
    display: grid;
    place-items: center;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
    height: 120px;
    position: relative;
    margin-bottom: 10px;
}

.home-banner .collaborated-sec .marquee .marquee__group .logo_img img {
    width: 140px;
    padding: 10px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* @media (min-width: 1550px) {
    .home-banner .video-wraper {
        height: calc(100vh - 350px);
    }
}

@media (min-width: 1800px) {
    .home-banner .video-wraper {
        height: calc(100vh - 400px);
    }
} */

@media (max-width: 992px) {

    .home-banner {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .home-banner h1 {
        font-size: 30px !important;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .home-banner p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .home-content .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .home-banner {
        padding-top: 50px;
        background-image: none;
        padding-bottom: 25px;
    }

    .home-banner .hb-bottom {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .home-banner .hb-bottom .btn-primary-new {
        width: 100%;
    }

    .home-banner .collaborated-sec {
        margin-top: 50px;
    }

    .home-banner::after {
        left: unset;
        right: 0;
        top: 6%;
    }
}

/* === solution Section ==== */

.solution {
    padding-top: 40px;
    padding-bottom: 40px;
}

.solution-carousel .swiper-wrapper {
    justify-content: space-between;
    align-items: stretch;
}

.solution-carousel .swiper-wrapper .swiper-slide {
    perspective: 1000px;
    transform: perspective(1000px);
    width: auto !important;
    height: auto !important;
}

.solution-carousel .solution-card {
    background: linear-gradient(224.37deg, rgba(19, 20, 122, 0.15) 0.75%, rgba(245, 128, 15, 0.3) 93.5%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 475px;
    min-width: 475px;
    height: 100%;
    margin-right: 40px;
    justify-content: space-between;
}

.solution-carousel .solution-card .card-holder-header {
    padding-top: 36px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.solution-carousel .solution-card .card-holder-img {
    position: relative;
    inset: 0% 0% auto;
    padding-top: 20px;
}

.solution-carousel .solution-card .card-holder-img img {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    object-fit: cover;
    bottom: 0;
    right: 0;
}


/* .solution-carousel .solution-card img {
    width   : 100%;
    height  : auto;
    position: absolute;
    bottom  : 0;
    right   : 0;
} */

.solution-carousel .card-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 48px;
    width: 636px;
    min-width: 636px;
    height: 100%;
    margin-right: 40px;
}

.solution-carousel .card-stack .solution-card {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: flex-end;
    width: 100%;
    min-height: 254px;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
}

.solution-carousel .card-stack .solution-card .card-holder-desp {
    width: 45%;
    max-width: none;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}

.solution-carousel .card-stack .solution-card .card-holder-img {
    height: 100%;
    position: absolute;
    inset: auto auto 0% 0%;
    padding: 0;
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.solution-carousel .card-stack .solution-card .card-holder-img img {
    width: 100%;
    height: 92%;
    display: flex;
    position: relative;
    object-fit: contain;
}

.solution-carousel .card-stack .solution-card:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .solution {
        padding-top: 25px;
        padding-bottom: 25px;
    }


    .solution-carousel .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .solution-carousel .solution-card {
        /*min-width   : auto;
            max-width   : 300px;*/
        width: 100%;
        min-width: 100%;
        margin-right: 20px;
    }

    .solution-carousel .solution-card .card-holder-header h5 {
        font-size: 16px;
    }

    .solution-carousel .solution-card .card-holder-header p {
        font-size: 14px;
    }

    .solution-carousel .card-stack {
        /*width       : 517px;
            min-width   : 517px;*/
        width: 100%;
        min-width: 100%;
        margin-right: 20px;
        gap: 20px;
    }

    .solution-carousel .card-stack .solution-card {
        min-height: 194px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .solution-carousel .card-stack .solution-card .card-holder-img {
        height: 100%;
        width: 40%;
        bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .solution-carousel .card-stack .solution-card .card-holder-desp {
        padding-top: 0;
        padding-bottom: 0;
        width: 50%;
    }

    .solution-carousel .card-stack .solution-card .card-holder-desp h5 {
        font-size: 16px;
    }

    .solution-carousel .card-stack .solution-card .card-holder-desp p {
        font-size: 14px;
    }

    .btn.btn-round-slider {
        width: 30px;
        height: 30px;
        font-size: 24px;
    }
}


/* ==== Count Numer Section ==== */

.number-animation {
    padding-top: 40px;
    padding-bottom: 40px;
}

.number-animation .number-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.number-animation .number-sec .number-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.number-animation .number-sec .number-col .heading {
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: 0;
    color: #121212;
    background: url('../../images/New/text-bg.png') no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-width: 190px;
    text-align: center;
}

/* .number-animation .number-sec .number-col .heading span {
    width     : 133px;
    display   : inline-block;
    text-align: center;
    margin    : auto;
} */

.number-animation .number-sec .number-col .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #121212CC;
    text-align: center;
}

@media (max-width: 1200px) {
    .number-animation .number-sec .number-col .heading {
        font-size: 45px;
        min-width: 170px;
    }

    .number-animation .number-sec .number-col .title {
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .number-animation .number-sec .number-col {
        gap: 10px;
    }

    .number-animation .number-sec .number-col .heading {
        font-size: 40px;
        min-width: 150px;

    }

    .number-animation .number-sec .number-col .title {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .number-animation {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .number-animation .number-sec {
        flex-direction: column;
        gap: 50px;
    }

    .number-animation .number-sec .number-col {
        gap: 16px;
    }

    .number-animation .number-sec .number-col .heading {
        font-size: 60px;
        min-width: 180px;
    }
}

.expertise {
    padding-top: 40px;
    padding-bottom: 80px;
}

.solution .sec-header,
.expertise .sec-header,
.discover .sec-header,
.clent-testominal .sec-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.solution .sec-header h1,
.expertise .sec-header h1,
.discover .sec-header h1,
.clent-testominal .sec-header h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0;
    color: #121212;
    width: 100%;
    max-width: 945px;
}

.discover.app_page .sec-header h1 {
    font-size: 42px !important;
    color: #121212 !important;
}

.discover.app_page .sec-header h1 span {
    color: #121212;
}

.sec-header .control-side span.line {
    width: 1px;
    height: 60px;
    background-color: #1212124D;
    margin: 0 20px;
}

.expertise .card {
    background: linear-gradient(224.37deg, rgba(245, 128, 15, 0.4) -20.71%, rgba(19, 20, 122, 0.04) 31.01%);
    border-radius: 40px;
    border: none;
    overflow: hidden;
}

.expertise .card .card-body {
    padding: 75px 35px;
    padding-bottom: 52%;
}

.expertise .card .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #121212;
    margin-bottom: 23px;
}

.expertise .card .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #121212CC;
    margin-bottom: 30px;
}

.expertise .card .card-body img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -50px;
    right: -3px;
}

.expertise .card .card-body img.healthCare {
    bottom: 0;
    width: 70%;
}

.expertise .card .card-body img.supplyChain {
    bottom: -15px;
}

@media (max-width: 767px) {

    .expertise {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .expertise .card .card-body {
        padding: 40px 20px;
        padding-bottom: 60%;
    }

    .expertise .card .title {
        font-size: 1.25rem;
    }

    .expertise .card .descreption {
        font-size: 16px;
        line-height: 130%;
    }
}


.power-solution .container-fluid .row .col-12.main {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(190deg, #F5800F -20.71%, #13147A 31.01%);
    border-radius: 20px;
    text-align: center;
}

.power-solution .heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 40px;
}

.power-solution .powerSolution-tabs {
    width: 100%;
    max-width: 1120px;
    margin: auto;
}

.power-solution ul.nav-tabs {
    gap: 20px;
}

.power-solution ul.nav-tabs li a.nav-link {
    color: #FFFFFFB2;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 20px;
    text-transform: uppercase;
    border: 0;
    border-bottom: 4px solid #FFFFFF26;
    position: relative;

}

.power-solution ul.nav-tabs li a.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    transition: 0.3s ease-in;
    height: 4px;
    background-color: #E67101;
}

.power-solution ul.nav-tabs li a.nav-link.active {
    color: #E67101;
    /* border-color    : #E67101; */
    background-color: transparent;
}

.power-solution ul.nav-tabs li a.nav-link:hover::after,
.power-solution ul.nav-tabs li a.nav-link.active::after {
    width: 100%;
}

.power-solution ul.nav-tabs li a.nav-link:hover {
    color: #E67101;
    /* border-color: #E67101; */
}

.power-solution .tab-content {
    margin-top: 40px;
}

ul.partner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

ul.partner-list li .partener-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

ul.partner-list li .partener-col img {
    width: 100%;
    /* height            : 100%; */
    max-height: 45px;
    object-fit: contain;
    -o-object-fit: contain;
    -moz-object-fit: contain;
    -webkit-object-fit: contain;
}

@media (max-width: 767px) {

    .power-solution .container-fluid .row .col-12.main {
        padding: 30px 40px;
    }

    .power-solution ul.nav-tabs {
        flex-direction: column;
    }

    ul.partner-list li .partener-col {
        width: 123px;
        height: 73px;
    }

    ul.partner-list li .partener-col {
        padding: 24px;
    }
}


.scroll-services {
    padding-top: 80px;
    padding-bottom: 40px;
}

.scroll-services .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 10px;
    padding: 10px 0px;
}

.scroll-services .marquee .marquee__group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration-bottom) linear infinite;
    animation-direction: reverse;
    animation-delay: -3s;
}

.scroll-services .marquee .marquee__group .service-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #121212;
    text-align: center;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.scroll-services .marquee .marquee__group .service-title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    width: 14px;
    height: 14px;
    background: #E67101;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .scroll-services .marquee .marquee__group .service-title {
        font-size: 30px;
    }

    .power-solution ul.nav-tabs li a.nav-link {
        font-size: 12px;
        padding: 10px 6px;
    }

    .power-solution ul.nav-tabs li a.nav-link::after {
        height: 2px;
    }
}

@media (max-width: 767px) {

    .scroll-services {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .scroll-services .marquee .marquee__group .service-title {
        font-size: 24px;
    }
}

.discover {
    padding-top: 40px;
    padding-bottom: 80px;
}

.discover .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: border-box;
}

.discover .swiper-slide {
    width: 60%;
    min-width: 680px;
    max-width: 1000px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    /* background-image   : url('../../images/New/aos-holidng-mockup.png'); */
}

.discover .discover-card a {
    height: clamp(450px, 34vw, 550px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(180deg, rgba(16, 16, 24, 0) 18.83%, #101018 84%);
    transition: ease-out .8s;
    text-decoration: none;
}

.discover .discover-card a:hover {
    background-color: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(18px);
    text-decoration: none;
}

.discover .discover-card .cs_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: clamp(20px, 2.5vw, 40px);
}

.discover .discover-card .cs_header .cs_industry {
    color: #fff;
    font-size: clamp(14px, 1vw, 16px);
    border-radius: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .48px;
    padding: clamp(6px, .5vw, 8px) clamp(14px, 1vw, 16px);
    background-color: #E67101;
}

.discover .discover-card .discoverCard-body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-left: clamp(20px, 2.5vw, 40px);
    transition: ease-out .3s;
    transform: translate(0px, 110px);
}

.discover .discover-card:hover .discoverCard-body {
    transform: translate(0, 0);
    transition: ease-out 0.3s;
}

.discover .discover-card .discoverCard-body .cs_title {
    width: 85%;
    padding: 0 0 clamp(16px, 1.5vw, 24px) clamp(16px, 1.5vw, 24px);
}

.discover .discover-card .discoverCard-body .cs_title h3 {
    color: #fff;
    font-size: clamp(20px, 2.25vw, 36px);
    font-weight: 300;
    line-height: 130%;
    letter-spacing: .4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.discover .discover-card .discoverCard-body .kips {
    padding: clamp(16px, 1.5vw, 24px) calc(clamp(44px, 5vw, 80px) + 56px) clamp(24px, 2vw, 32px) clamp(16px, 1.5vw, 24px);
    border-top: 1px solid #626262;
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.5vw, 40px);
    min-height: clamp(58px, 7vw, 106px);
    justify-content: space-between;
}

.discover .discover-card .discoverCard-body .kips .cs_logo img {
    width: 190px;
    height: auto;


}

.discover .discover-card .discoverCard-body .kips .kpi {
    display: flex;
    align-items: center;
    gap: 10px;
}

.discover .discover-card .discoverCard-body .kips .kpi .value {
    font-size: clamp(18px, 2.5vw, 40px);
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.discover .discover-card .discoverCard-body .kips .kpi .text {
    color: #f8f8f8;
    font-size: clamp(10px, .75vw, 12px);
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
}

.discover .discover-card .discoverCard-body .cs_footer {
    padding: clamp(16px, 1.5vw, 24px) 0 clamp(24px, 2.5vw, 40px) clamp(24px, 2vw, 32px);
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 1vw, 16px);
}

.discover .discover-card .discoverCard-body .cs_footer .cs_desp {
    width: 70%;
    color: var(--white);
    font-family: var(--manrope);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.discover .discover-card .cs_card_arrow {
    height: 44px !important;
    width: 44px !important;
    object-fit: contain;
    position: absolute;
    bottom: clamp(18px, 2vw, 32px);
    right: clamp(24px, 2.5vw, 40px);
    transition: ease-out .2s;
}

.discover .discover-card:hover .cs_card_arrow {
    transform: rotate(45deg);
}

@media (max-width: 768px) {

    .discover {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .discover .swiper-slide {
        min-width: unset;
        width: 334px;
    }

    .discover .discover-card .discoverCard-body {
        transform: translate(0px, 0px);
    }

    .discover .discover-card .discoverCard-body .cs_title h3 {
        letter-spacing: .4px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .discover .discover-card .discoverCard-body .cs_footer .cs_desp {
        width: 95%;
        font-size: 14px;
    }

    .discover .discover-card .cs_card_arrow {
        display: none;
    }

    .discover .discover-card .discoverCard-body .kips .cs_logo img {
        width: 100px;
    }

    .discover .discover-card .discoverCard-body .kips {
        padding: 16px 20px;
        gap: 16px;
    }
}

.vision {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.vision::before {
    content: '';
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 100%;
    background-image: url('../../images/New/vission-bg.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.vision .vision-content .vision-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0F0928;
    margin-bottom: 14px;
}

.vision .vision-content .vision-heading {
    font-weight: 600;
    font-size: 54px;
    line-height: 67.8px;
    letter-spacing: -2.16px;
    color: #121212;
    margin-bottom: 40px;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vision .vision-content .vision-heading span {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
    display: inline-block;
    transition: all 0.5s ease-out;
    margin: 0 4px;
}

.vision .vision-content .vision-heading.visible span {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.vision .vision-content .vision-heading span:nth-child(1) {
    transition-delay: 0.1s;
}

.vision .vision-content .vision-heading span:nth-child(2) {
    transition-delay: 0.3s;
}

.vision .vision-content .vision-heading span:nth-child(3) {
    transition-delay: 0.5s;
}

.vision .vision-content .vision-heading span:nth-child(4) {
    transition-delay: 0.7s;
}

.vision .vision-content .vision-heading span:nth-child(5) {
    transition-delay: 0.9s;
}

.vision .vision-content .vision-heading span:nth-child(6) {
    transition-delay: 1.1s;
}

.vision ul {
    align-items: center;
    gap: 50px;
    margin-bottom: 70px;
}

.vision ul li .btn-primary-new {
    text-transform: uppercase;
    padding: 19px 65px;
    box-shadow: 32px 20px 32px 0px #2C2E8133;
    letter-spacing: 1.17px;
}

.vision ul li .btn-secondary-new {
    text-transform: uppercase;
    padding: 8px 8px 8px 35px;
    border: 1px solid #E67101;
    color: #13147A;
    letter-spacing: 1.17px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.vision ul li .btn-secondary-new .span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.vision ul li .btn-secondary-new:hover {
    background-color: transparent;
}

.vision ul li .btn-secondary-new:hover .hoverable_bg-stroke {
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .vision .vision-content .vision-heading {
        font-size: 32px !important;
        line-height: 44px;
        max-width: 265px;
    }

    .vision ul {
        margin-bottom: 0;
        gap: 15px;
    }

    .vision::before {
        top: 0;
        width: 300px;
    }

    .vision ul li .btn-primary-new {
        text-transform: uppercase;
        padding: 14px 40px;
        font-size: 12px;
    }

    .vision ul li .btn-secondary-new {
        padding: 8px 8px 8px 16px;
        font-size: 12px;
    }

    .btn.btn-secondary-new span {
        width: 28px;
        height: 28px;
        font-size: 22px;
    }
}

.clent-testominal {
    padding-top: 40px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .clent-testominal {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .solution .sec-header,
    .expertise .sec-header,
    .discover .sec-header,
    .clent-testominal .sec-header {
        margin-bottom: 30px;
    }
}


section.case-study-banner {
    padding-top: 24px;
    padding-bottom: 40px;
}

.case-study-banner .container-fluid .protfolio-banner-top {
    background-color: #F6F6F6;
    background-image: url('../../images/New/protfolio-banner-bg.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}

.case-study-banner .container-fluid .protfolio-banner-top h1 {
    margin-bottom: 0;
    color: #121212;
    font-weight: 700;
}

.case-study-banner .container-fluid .protfolio-banner-top ul.nav {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    gap: 16px;
}

.case-study-banner .container-fluid .protfolio-banner-top ul.nav li {
    padding: 14px 18px;
    border-radius: 50px;
    color: #121212B2;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background-color: #fff;
    border: 1px solid #13147A26;
    cursor: pointer;
}

.case-study-banner .container-fluid .protfolio-banner-top ul.nav li:hover {
    border: 1px solid #13147A;
    color: #13147A;
}

.case-study-banner .container-fluid .protfolio-banner-top ul.nav li.active {
    background-color: #13147A;
    color: #fff;
}

.case-study-content {
    padding-top: 40px;
    padding-bottom: 80px;
}

.case-study-content .case-study-card {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.case-study-content a.protfolio-link {
    color: #121212;
    text-decoration: none;
    /*width          : calc(90% - clamp(32px, 3.5vw, 56px));*/
    width: 100%;
    display: flex;
}

.case-study-content .case-study-card .cs-card-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.case-study-content .case-study-card .cs-card-img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.case-study-content .case-study-card .cs-card-img img {
    height: auto;
    min-height: clamp(250px, 25vw, 500px) !important;
    width: 100%;
    object-fit: cover;
    transition: ease-out 0.3s;
    scale: 1;
}

.case-study-content .case-study-card .cs-card-img:hover img {
    scale: 1.1;
    transition: ease-out 0.3s;
}

.case-study-content .case-study-card .cs-card-img .link_arrow {
    display: inline-flex;
    padding: 12px;
    border: 1px solid #D2D9D9;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #D2D9D9;
    transition: ease-out 0.4s;
    opacity: 0;
    position: absolute;
    bottom: 32px;
    right: 32px;
}

.case-study-content .case-study-card .cs-card-img:hover .link_arrow {
    opacity: 1;
}

.case-study-content .case-study-card .cs-card-content .industry-sec img {
    width: 100px;
    height: auto;
}

.case-study-content .case-study-card .cs-card-content .industry-sec .industry-name {
    background: #E8ECF3;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #121212;
}

.case-study-content .case-study-card .cs-card-content .title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 28.8px;
    letter-spacing: 0;
    color: #121212;
}

.case-study-content .case-study-card .cs-card-content .descp {
    color: #4D4B4B;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.case-study-content a.protfolio-link:hover .case-study-card .cs-card-content .title {
    text-decoration: underline;
}

.case-study-content a.protfolio-link:hover .case-study-card .cs-card-content .industry-sec .industry-name {
    background-color: #E67101;
    color: #fff;
}

@media (min-width: 992px) {
    .case-study-content .row.pr-outer {
        gap: 70px;
    }

    .case-study-content .row .col-lg-6:nth-child(odd) {
        /* padding-right: 50px; */
        flex: 0 0 calc(50% - 35px);

    }

    .case-study-content .row .col-lg-6:nth-child(even) {
        /* padding-left: 50px; */

        flex: 0 0 calc(50% - 35px);

    }
}

@media (max-width: 992px) {

    .case-study-banner .container-fluid .protfolio-banner-top {
        padding-top: 35px;
        padding-bottom: 35px;
        gap: 35px;
    }

    .case-study-content .row .col-lg-6:nth-child(even) {
        margin-top: 0;
    }

    .case-study-banner .container-fluid .protfolio-banner-top ul.nav {
        padding: 0px 20px;
    }

    .case-study-banner .container-fluid .protfolio-banner-top ul.nav li {
        font-size: 13px;
        padding: 12px 18px;
    }
}

@media (max-width: 767px) {

    .case-study-banner .container-fluid .protfolio-banner-top {
        background-size: cover;
    }

    .case-study-banner .container-fluid,
    .case-study-content .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    section.case-study-banner {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .case-study-banner .container-fluid .protfolio-banner-top {
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 24px;
    }

    .case-study-banner .container-fluid .protfolio-banner-top ul.nav {
        padding: 0px 20px;
    }

    .case-study-banner .container-fluid .protfolio-banner-top ul.nav li {
        font-size: 12px;
        padding: 12px 18px;
    }

    .case-study-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .case-study-content .case-study-card .cs-card-content .title {
        font-size: 24px;
    }

    .case-study-content .case-study-card .cs-card-content .descp {
        font-size: 16px;
        line-height: 24px;
    }

    .case-study-content a.protfolio-link {
        width: 100%;
    }

    .case-study-content .case-study-card {
        margin-bottom: 40px;
        width: 100%;
    }

    .case-study-content .case-study-card .cs-card-img img {
        min-height: clamp(350px, 25vw, 500px) !important;
    }
}

.hero-section .col.col-left {
    width: 100%;
    max-width: 70%;
}

.hero-section .col.col-right {
    width: 100%;
    max-width: 30%;
}

.hero_content_heading {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
}

.hero_heading {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: -2.16px;
    vertical-align: middle;
    color: #13147A;
    margin-top: 0;
    margin-bottom: 0;
}

.hero_animation_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 10px;
    min-height: 3rem;
    overflow: hidden;
    position: relative;
}

.hero_heading.span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 5rem;
}

.sliding-words {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 5rem;
    overflow: hidden;
    vertical-align: bottom;
    width: 100%;
    color: #E67101;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: -2.16px;
}

.sliding-words span {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    opacity: 0;
    /*transform: translate3d(0, 100%, 0);
    animation: slideUp 10s ease-in-out infinite;*/
}

/* Stagger animation for each word */
.sliding-words span:nth-child(1) {
    animation-delay: 0s;
}

.sliding-words span:nth-child(2) {
    animation-delay: 2s;
}

.sliding-words span:nth-child(3) {
    animation-delay: 4s;
}

.sliding-words span:nth-child(4) {
    animation-delay: 6s;
}

.sliding-words span:nth-child(5) {
    animation-delay: 8s;
}

@keyframes slideWords {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    20% {
        transform: translateY(0);
        opacity: 1;
    }

    30% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

/* Animation keyframes */
@keyframes slide-up-in {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    60% {
        opacity: 1;
        transform: translateY(-20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-up-out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        transform: translateY(-120%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.slide-up-in {
    animation: slide-up-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.slide-up-out {
    animation: slide-up-out 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}


.animate-tax {
    color: #121212 !important;
}

@media (max-width: 1500px) {
    .sliding-words {
        font-size: 3.8rem;
    }
}

@media (max-width: 1400px) {
    .hero_heading {
        font-size: 3.2rem;
    }

    .hero_heading.span {
        min-height: 4rem;
    }

    .sliding-words {
        font-size: 3.2rem;
        min-height: 4rem;
    }
}

@media (max-width: 1200px) {
    .hero_heading {
        font-size: 2.5rem;
    }

    .hero_heading.span {
        min-height: 3rem;
    }

    .sliding-words {
        font-size: 2.5rem;
        height: 3rem;
    }
}

@media (max-width: 992px) {

    .hero-section.row {
        flex-direction: column;
    }

    .hero-section .col.col-left,
    .hero-section .col.col-right {
        width: 100%;
        max-width: 100%;
    }

    .home-banner::after {
        right: 10%;
    }

}

@media (max-width: 767px) {

    .hero_content_heading {
        margin-bottom: 30px;
    }

    .sliding-words {
        font-size: 30px;
        min-height: 3.7rem;
    }

    .sliding-words span {
        top: 30%;
    }

    .hero_animation_wrap {
        margin-top: 0;
    }

    .hero_heading.span.hide-mob {
        display: none;
    }
}


.case-study-detail {
    padding-top: 30px;
    padding-bottom: 60px;
}

.case-study-detail .breadcrumb {
    background-color: transparent;
}

.case-study-detail .breadcrumb li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(18, 18, 18, 0.7);
}

.case-study-detail .breadcrumb li.active {
    color: rgba(18, 18, 18, 1);
}

.case-study-detail .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\F285' !important;
    font-family: bootstrap-icons !important;
    line-height: 1;
    position: relative;
    top: 3px;
    font-size: 16px;
    color: rgba(18, 18, 18, 0.7)
}

.case-study-detail .breadcrumb li.active::before {
    color: rgba(18, 18, 18, 1) !important;
}

.case-study-detail h1 {
    color: #13147A4D;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 700;
    background-image: url('../../images/New/text-bg-case-study.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

.case-study-detail h1 a.back-btn {
    color: #13147A4D;
    -webkit-text-fill-color: transparent;
    background-image: url('../../images/New/text-bg-case-study.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-attachment: scroll;
    font-size: 40px;
    text-decoration: none;
    padding: 5px;
    margin: 0;
}

.case-study-detail .company-name-hd {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}

.case-study-detail .company-name-hd .hd-top {
    padding: 17px 0px;
}

.case-study-detail .company-name-hd .hd-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    color: #13147A4D;
    font-weight: 700;
    font-size: 120px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: inherit;
    opacity: 0.1;
    z-index: -1;
    display: flex;
    align-items: center;
}

.case-study-detail .company-card {
    padding: 34px 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background-image: url('../../images/New/company-card-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.case-study-detail .company-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000840AB;
    z-index: -1;
}

.case-study-detail .company-card .c-col {
    display: flex;
    flex-direction: column;
    padding: 18px 0px;
    gap: 3px;
}

.case-study-detail .company-card .c-col:first-child {
    padding-top: 0;
}

.case-study-detail .company-card .c-col:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.case-study-detail .company-card .c-col .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFFB2;
    text-transform: uppercase;
}

.case-study-detail .company-card .c-col .desp {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.case-study-detail .company-card .c-col .desp .badge-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.case-study-detail .company-card .c-col .desp .d-badge {
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #121212;
}

.case-study-hero-img {
    margin-bottom: 60px;
}

.case-study-hero-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.caseStudy-summry {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 40px;
    color: #121212;
}

.caseStudy-summry .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    position: relative;
}

/* .caseStudy-summry .title::before {
    content         : '';
    position        : absolute;
    top             : 50%;
    left            : -25px;
    width           : 14px;
    height          : 14px;
    border-radius   : 50%;
    background-color: #E67101;
    transform       : translateY(-50%);
} */

.caseStudy-summry .descp,
.caseStudy-summry .descp p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #434343;
}

.caseStudy-summry .show-case-img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.caseStudy-summry .show-case-img img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) and (min-width: 992px) {

    .case-study-detail .company-name-hd {
        margin-bottom: 30px;
    }

    .case-study-detail .company-name-hd .hd-backdrop {
        font-size: 90px;
    }

    /*.case-study-detail h1 {
        margin-bottom: 50px;
    }*/

    .caseStudy-summry .title {
        font-size: 28px;
        padding-left: 25px;
    }

    /* .caseStudy-summry .title::before {
        left: 0;
    } */

    .caseStudy-summry {
        gap: 18px;
        margin-bottom: 26px;
    }

    .caseStudy-summry .descp {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {

    /*.case-study-detail h1 {
        margin-bottom: 40px;
    }*/

    .case-study-detail .company-name-hd {
        margin-bottom: 10px;
    }

    .caseStudy-summry {
        gap: 18px;
        margin-bottom: 26px;
    }

    .caseStudy-summry .title {
        font-size: 28px;
    }

    .caseStudy-summry .descp {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {

    .case-study-hero-img {
        margin-bottom: 30px;
    }

    .case-study-detail .company-name-hd .hd-top {
        padding: 0px 0px;
    }

    .case-study-detail h1 {
        font-size: 26px !important;
    }

    .case-study-detail h1 a.back-btn {
        font-size: 30px;
    }

    .case-study-detail .company-name-hd .hd-backdrop {
        font-size: 60px;
    }

    .caseStudy-summry .title {
        font-size: 24px;
    }

    /* .caseStudy-summry .title::before {
        left: 0;
    } */

    .caseStudy-summry .show-case-img img {
        height: auto;
        object-fit: contain;
    }

    .caseStudy-summry .descp {
        font-size: 16px;
        line-height: 24px;
    }

    .case-study-detail {
        padding-bottom: 0px;
    }

    .case-study-detail .company-card {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .case-study-detail .company-card .c-col {
        padding: 0px 10px;
        width: 45%;
    }

    .case-study-detail .company-card .c-col.badge-col {
        width: 100%;
    }
}


.globalnav-curtain {
    background: rgba(232, 232, 237, .4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .12s cubic-bezier(.4, 0, .6, 1) 80ms, visibility .32s step-end 80ms;
    background: rgba(0, 0, 0, .4);
    z-index: 9;
}

.main_nav.menu-open~.globalnav-curtain {
    opacity: 1;
    visibility: visible;
    transition: opacity .12s cubic-bezier(.4, 0, .6, 1) 80ms, visibility .32s step-start 80ms;
}

.modal-backdrop.show {
    opacity: 0.9 !important;
}

.wp-block-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    position: relative;
    color: #000 !important;
}