.mt-100 {
    margin-top: 100px;
}

.sec-head.mb-20 {
    margin-bottom: 20px;
}

.nd-sm-title {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFDE1A;
}

.about-mascot-head p {
    font-size: 16px;
    font-weight: 400;
}

.about-mascot-sec {
    background-image: url(../img/mascot/about-mascot-bg.svg);
    position: relative;
    z-index: 5;
}

.about-mascot-head {
    max-width: 1118px;
    margin: 0 auto;
}

.mascot-service-box {
    display: flex;
    padding: 48px;
    border-radius: 24px;
    background: linear-gradient(125.82deg, rgba(255, 222, 26, 0) 1.82%, rgba(255, 222, 26, 0.0853604) 79.23%, rgba(255, 222, 26, 0.2) 100%);
    overflow: clip;
    align-items: center;
}

.mascot-service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mascot-service-sec .mascot-service-head {
    margin-bottom: 70px;
}

.mascot-service-inner {
    max-width: 1920px;
    margin: 0 auto;
}

.mascot-service-sec .service-head-right {
    padding-right: 240px;
}

.service-head-right .swiper-button-prev {
    left: 0;
}

.mascot-service-box .service-box-con {
    max-width: 364px;
    flex: 0 0 365px;
}

.mascot-service-box .service-box-img {
    flex-grow: 1;
    margin-right: 40px;
    border-radius: 24px;
    overflow: hidden;
    height: calc(400px - 40px);
    display: flex;
    align-items: center;
    padding: 20px;
}

.mascot-service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(96.44deg,
            rgba(255, 255, 255, 0.4) 0.29%,
            rgba(255, 255, 255, 0) 99.34%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.mascot-service-box .service-number {
    background-color: #FFFFFF1A;
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #FFDE1A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 8px;
}

.mascot-service-box .service-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    display: block;
    margin-bottom: 24px;
}

.mascot-service-box .cms-con {
    margin-bottom: 40px;
}

.mascot-service-box .cms-con p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
}

.mascot-service-slider,
.mascot-service-head {
    padding-left: 240px !important;
}

.mascot-service-box .service-box-img img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.mascot-service-sec .progress-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    color: #333;
    max-width: 270px;
    margin-top: 38px;
}

.mascot-service-sec .swiper-pagination-progressbar {
    position: relative;
    width: 100%;
    height: 4px;
    background: #FFFFFF33;
    border-radius: 12px;
    margin: 0 10px;
}

.mascot-service-sec .swiper-pagination-progressbar-fill {
    background: #FFDE1A !important;
    border-radius: 10px;
}

.mascot-service-sec .current-slide,
.mascot-service-sec .total-slides {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* service-sec */

.support-row .support-col:first-child {
    max-width: 42%;
    flex: 0 0 42%;
}

.service-support-inner .support-row {
    background-color: #FFDE1A;
    border-radius: 24px;
    padding: 70px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-support-left {
    max-width: 54%;
    flex: 0 0 54%;
}

.service-support-right {
    max-width: 42%;
    flex: 0 0 42%;
}

.section-subtitle.text-black {
    color: #000;
}

.service-support-left .section-title {
    font-weight: 500;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.service-support-left .section-title b {
    font-weight: 700;
}

.service-support-right .cms-con {
    margin-bottom: 20px;
}

.service-support-right .cms-con p {
    font-size: 20px;
    color: #000;
}

.our-benefits-head {
    text-align: center;
}

.our-benefits-head .section-title {
    margin-bottom: 15px;
}


/* benefits-sec */

.benefits-card-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 35px;
}

.benefits-card-col {
    width: 100%;
    min-height: 260px;
    position: relative;
    padding: 30px 25px;
    border: 1px solid #FFFFFF3D;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefits-card-col:hover .benefits-card-mc {
    transform: translateY(-60px);
    transition-duration: 0.4s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    transition: all .8s ease-in-out;
}

.benefits-card-mc .card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.benefits-card-mc .cms-con p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
}


.benefits-card-col .card-mc-icon img {
    object-fit: cover;
    max-width: 55px;
    max-height: 55px;
}

.benefits-card-mc .cms-con {
    margin-top: 25px;
    display: none;
    transition-duration: 0.4s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    transition: bottom .8s ease-in-out;
}

.benefits-card-mc:hover .cms-con {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.benefits-card-mc .card-mc-icon {
    transition: transform 0.4s ease;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    background-color: #000;
    border-radius: 100px;
    margin-inline: auto;
}

.explore-our-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore-our-head-con {
    max-width: 80%;
    flex: 0 0 80%;
}

.explore-our-head-con p {
    font-size: 16px;
}

.explore-our-head-btn {
    max-width: max-content;
    flex: 0 0 auto;
    padding-right: 0;
}

.explore-our-sec .explore-our-head {
    margin-bottom: 50px;
}

.explore-our-card {
    border-radius: 24px;
    padding: 20px;
    position: relative;
    transition: all .4s ease-in-out;
}

.explore-our-card-img img {
    margin: 0 auto;
}

.explore-our-card .explore-our-card-con {
    position: absolute;
    bottom: 25px;
    background-color: rgba(0, 0, 0, 0.8);
    left: 25px;
    right: 25px;
    padding: 20px;
    border-radius: 12px;
}

.explore-our-card .card-sub-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFDE1A;
    display: block;
    margin-bottom: 13px;
    transition: all .4s ease-in-out;
}

.our-card-con-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 8px;
}

.explore-our-card .card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.explore-our-card .our-card-con-inner {
    margin-top: 16px;
}

.read-more-btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-decoration-line: underline;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.more-icon {
    mask-image: url(../img/mascot/more-icon.svg);
}

.explore-our-card-con .read-more-btn .icon {
    width: 6px;
    height: 6px;
}

.icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}

.our-card-con-inner {
    display: none;
    transition: bottom 0.4s ease-in-out;
}

.explore-our-card.active .explore-our-card-con {
    background-color: rgba(255, 222, 26, 1);
    backdrop-filter: blur(4px)
}

.explore-our-card.active .card-sub-title,
.explore-our-card.active .card-title {
    color: #000;
}

.explore-our-card-wrapper {
    padding: 0 15px;
}

.explore-our-slider {
    margin: 0 -15px;
}

.service-shap {
    position: absolute;
    bottom: -100%;
    z-index: -1;
    left: -30px;
    z-index: -1;
}

.gamedevelopment-img.mascot-style2-img {
    margin: 40px 0 0;
}

.gamedevelopment-img.mascot-style2-img img {
    display: block;
    margin: 0 auto;
}

.mascot-process-sec .service-shap {
    position: absolute;
    bottom: -10%;
    z-index: -1;
    left: -30px;
    z-index: -1;
}

.mascot-process-sec .service-shap.shap-2 {
    position: absolute;
    bottom: -50%;
    z-index: -1;
    right: -30px;
    z-index: -1;
    left: inherit;
}

.our-benefits-sec .service-shap.shap-2 {
    left: inherit;
    right: 0;
}

.hero-mascot-sec {
    margin-top: 130px;
}


.hero-mascot-sec .scene {
    position: relative;
    width: 100%;
    padding: 30px 20px 45px;
    overflow-x: clip;
}

.mascot-slider-label {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28251D;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #FFDE1A;
    border-radius: 34px;
    white-space: normal;
    text-align: center;
    display: flex;
    min-width: 180px;
    text-align: center;
    justify-content: center;
    opacity: 0;
}

.hero-mascot-btn {
    display: block;
    text-align: center;
}

.hero-mascot-sec {
    padding-bottom: 60px;
}

.hero-mascot-sec .card[data-pos="3"] .mascot-slider-label {
    opacity: 1;
}

.mascot-slider-label:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 15px;
    height: 15px;
    background-color: #28251D;
    border-radius: 3px;
    transform: rotate(45deg) translateX(-50%);
}



.hero-mascot-sec .label {
    position: absolute;
    top: 18px;
    font-family: 'Orbitron', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c8a84b;
    background: rgba(20, 15, 0, 0.85);
    border: 1px solid #c8a84b44;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 30;
}

.hero-mascot-sec .label-left {
    left: 20px;
}

.hero-mascot-sec .label-right {
    right: 20px;
}

.hero-mascot-sec .carousel-wrapper {
    position: relative;
    height: 380px;
}

.hero-mascot-sec .carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-mascot-sec .card {
    position: absolute;
    width: 300px;
    height: 350px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.hero-mascot-sec .card[data-pos="3"] {
    transform: translateX(0px) scale(1.0);
    z-index: 10;
}

.hero-mascot-sec .card[data-pos="2"] {
    transform: translateX(-200px) scale(0.85);
    z-index: 7;
}

.hero-mascot-sec .card[data-pos="4"] {
    transform: translateX(200px) scale(0.85);
    z-index: 7;
}

.hero-mascot-sec .card[data-pos="1"] {
    transform: translateX(-350px) scale(0.7);
    z-index: 5;
}

.hero-mascot-sec .card[data-pos="5"] {
    transform: translateX(350px) scale(0.7);
    z-index: 5;
}

.hero-mascot-sec .card[data-pos="0"] {
    transform: translateX(-500px) scale(0.6);
    z-index: 3;
}

.hero-mascot-sec .card[data-pos="6"] {
    transform: translateX(500px) scale(0.6);
    z-index: 3;
}

.hero-mascot-sec .card[data-pos="7"] {
    transform: translateX(650px) scale(0.5);
    z-index: 1;
    opacity: 0;
}

.hero-mascot-sec .card[data-pos="8"] {
    transform: translateX(650px) scale(0.5);
    z-index: 1;
    opacity: 0;
}

.hero-mascot-sec .card[data-pos="9"] {
    transform: translateX(650px) scale(0.5);
    z-index: 1;
    opacity: 0;
}

.hero-mascot-sec .card[data-pos="10"] {
    transform: translateX(650px) scale(0.5);
    z-index: 1;
    opacity: 0;
}

/* ─── Intro states ─── */
.hero-mascot-sec .card.intro-hidden {
    transform: translateX(0px) scale(0.92) !important;
    box-shadow: none !important;
    transition: none !important;
}

.hero-mascot-sec .card.intro-center {
    transform: translateX(0px) scale(1) !important;
    transition: none !important;
}

.hero-mascot-sec .card.animated {
    transition: transform 0.8s cubic-bezier(0.34, 1.15, 0.64, 1),
        opacity 0.8s ease,
        filter 0.8s ease;
}


/* Dots */
.hero-mascot-sec .dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.hero-mascot-sec .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3a3020;
    border: 1px solid #c8a84b44;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-mascot-sec .dot.active {
    background: #c8a84b;
    width: 22px;
    border-radius: 4px;
    box-shadow: 0 0 8px #c8a84b99;
}

/* Nav buttons */
.hero-mascot-sec .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(200, 168, 75, 0.10);
    border: 1px solid #c8a84b55;
    color: #c8a84b;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 20;
    backdrop-filter: blur(6px);
    display: none;
}

.hero-mascot-sec .nav-btn:hover {
    background: rgba(200, 168, 75, 0.25);
    box-shadow: 0 0 16px #c8a84b44;
}

.hero-mascot-sec .nav-prev {
    left: 0;
}

.hero-mascot-sec .nav-next {
    right: 0;
}

/* Progress bar */
.hero-mascot-sec .progress-wrap {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.hero-mascot-sec .progress-bar {
    width: 70px;
    height: 3px;
    background: #2a2010;
    border-radius: 2px;
    overflow: hidden;
}

.hero-mascot-sec .progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #c8a84b, #f0d070);
    border-radius: 2px;
}

@keyframes prog {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

.hero-mascot-head {
    text-align: center;
}

.hero-mascot-sec .section-title {
    font-weight: 900;
    font-size: 80px;
    line-height: 1.1;
}

.hero-mascot-head .sec-head {
    margin-bottom: 40px;
}

.hero-mascot-sec .service-shap.shap-2 {
    left: inherit;
    right: 0;
}

.hero-mascot-sec .service-shap {
    bottom: -30%;
}

.hero-mascot-sec .service-shap.shap-bottom {
    left: 10%;
    bottom: -10px;
    z-index: -1;
}

.cta-section.cta-style-2 .wrapper-cta-section-con {
    max-width: 1460px;
}

.page-template-pagesmascot-php .lets-discuss-row .lets-discuss-con {
    flex: 0 0 50%;
    max-width: 50%;
}

.page-template-pagesmascot-php.is-headerScroll .header-main-wrapper:before {
    opacity: 1;
}

.user-experience-sec .table-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    border: 1px solid #FFFFFF3D;
    border-radius: 12px;
    overflow: auto;
}

.user-experience-con {
    padding-inline: 30px;
    overflow-x: auto;
}

.user-experience-sec .metrics-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background-color: rgb(255 255 255 / 10%);
}

.user-experience-sec .metrics-table th {
    background: #FFDE1A1A;
    color: #FFDE1A;
    padding: 25px 16px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #FFFFFF3D;
    border-right: 1px solid #FFFFFF3D;

    &:last-child {
        border-right: 0;
    }
}

.user-experience-sec .metrics-table td {
    padding: 16px;
    border-bottom: 1px solid #FFFFFF3D;
    border-right: 1px solid #FFFFFF3D;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.user-experience-sec .metrics-table td:last-child {
    border-right: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.user-experience-sec .metrics-table tr:last-child td {
    border-bottom: none;
}

.related-case-study-card .read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.related-case-study-card .card-con-hover p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 12px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.related-case-study-card .case-study-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.related-case-study-card .case-study-categories {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFDE1A;
    display: block;
    margin-bottom: 5px;
}

.related-case-study-card .read-more .icon-more {
    mask-image: url(../img/svg/icon-right.svg);
    background-color: #FFDE1A;
    width: 12px;
    height: 12px;
}

.related-case-study-card .card-con-hover {
    display: none;
    transition-duration: 0.4s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    transition: bottom .8s ease-in-out;
    margin-top: 15px;
}

.case-study-card-img img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
    transition: all .8s ease-in-out;

}

.related-case-study-card {
    padding: 0 15px;
    cursor: pointer;
}

.case-study-card-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #FFFFFF3D;
}

.related-case-study-slider {
    margin: 0 -15px;
}

.case-study-card-con {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 15px;
    z-index: 5;
}

.case-study-card-inner::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29405) 15.71%, rgba(0, 0, 0, 0.6) 41.31%, #000000 100%);
    transition: all .5s ease-in-out;
}
.related-case-study-card:hover .case-study-card-inner::after{height: 100%;}


@media screen and (hover:hover) {

    .service-support-right .btnn-outline-primary:hover {
        border-color: #000;
    }

    .related-case-study-card a:hover {
        text-decoration: none;
    }

    .related-case-study-card:hover .case-study-card-img img{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transition-duration: 2s;
        transition-duration: 2s;
    }
}

@media screen and (max-width: 1600px) {
    .mascot-service-box .service-box-img {
        height: calc(360px - 40px);
    }

    .mascot-service-box {
        padding: 38px;
    }

    .mascot-service-slider,
    .mascot-service-head {
        padding-left: 140px !important;
    }

    .mascot-service-sec .service-head-right {
        padding-right: 200px;
    }

    .hero-mascot-sec .section-title {
        font-size: 70px;
    }
}

@media screen and (max-width: 1460px) {
    .mascot-service-box .service-number {
        margin-bottom: 20px;
    }

    .mascot-service-box .service-title {
        margin-bottom: 15px;
    }

    .mascot-service-box .cms-con {
        margin-bottom: 25px;
    }

    .mascot-service-box .service-box-img {
        margin-right: 20px;
    }

    .mascot-service-sec .service-head-right {
        padding-right: 150px;
    }

    .mascot-service-sec .mascot-service-head {
        margin-bottom: 70px;
    }

    .service-support-inner .support-row {
        padding: 70px 80px;
    }

    .benefits-card-col {
        min-height: 250px;
        padding: 20px;
    }

    .benefits-card-col:hover .benefits-card-mc {
        transform: translateY(-40px);
    }

    .hero-mascot-sec .section-title {
        font-size: 60px;
    }

    .user-experience-sec .metrics-table th {
        padding: 18px 14px;
    }

    .related-case-study-card .case-study-title {
        font-size: 18px;
    }

    .related-case-study-card .card-con-hover p {
        font-size: 14px;
    }

    .related-case-study-card .card-con-hover {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1348px) {}

@media screen and (max-width: 1299px) {

    .mascot-service-slider,
    .mascot-service-head {
        padding-left: 90px !important;
    }

    .mascot-service-sec .service-head-right {
        padding-right: 15px;
    }

    .mascot-service-sec .mascot-service-head {
        margin-bottom: 60px;
    }

    .service-support-inner .support-row {
        padding: 50px;
    }

    .benefits-card-mc .card-title {
        font-size: 20px;
    }

    .benefits-card-mc .card-mc-icon {
        margin-bottom: 15px;
    }

    .benefits-card-mc .cms-con {
        margin-top: 15px
    }

    .hero-mascot-sec .section-title {
        font-size: 50px;
    }

    .user-experience-sec .metrics-table th {
        font-size: 20px;
        padding: 14px 15px;
    }

    .user-experience-sec .metrics-table td {
        font-size: 18px;
        padding: 14px;
    }

    .related-case-study-card {
        padding: 0 10px;
    }

    .related-case-study-slider {
        margin: 0 -10px;
    }

    .related-case-study-card .case-study-title a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {

    .mascot-service-slider,
    .mascot-service-head {
        padding-left: 15px !important;
    }

    .mascot-service-slider {
        padding-right: 30% !important;
    }

    .mascot-service-box {
        padding: 23px;
    }

    .mascot-service-box .service-title {
        font-size: 20px;
    }

    .mascot-service-box .service-box-img {
        height: calc(330px - 40px);
    }

    .mascot-service-sec .mascot-service-head {
        margin-bottom: 50px;
    }

    .service-support-inner .support-row {
        padding: 30px;
        border-radius: 12px;
    }

    .service-support-right .cms-con p {
        font-size: 18px;
    }

    .benefits-card-mc .card-title {
        font-size: 18px;
    }

    .benefits-card-mc .cms-con {
        display: block;
    }

    .benefits-card-col:hover .benefits-card-mc {
        transform: translateY(0);
    }

    .benefits-card-col {
        min-height: fit-content;
    }

    .benefits-card-mc .card-mc-icon {
        margin-bottom: 5px;
    }

    .benefits-card-row {
        gap: 15px;
    }

    .benefits-card-mc .cms-con {
        margin-top: 10px;
    }

    .explore-our-card-wrapper {
        padding: 0 7px;
    }

    .explore-our-slider {
        margin: 0 -7px;
    }

    .explore-our-card .explore-our-card-con {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .explore-our-card .explore-our-card-con {
        font-size: 18px;
    }

    .our-card-con-inner {
        display: block;
    }

    .our-card-con-inner p {
        display: none;
    }

    .explore-our-card .explore-our-card-con {
        padding: 15px;
    }

    .explore-our-card .our-card-con-inner {
        margin-top: 8px;
    }

    .explore-our-card .card-sub-title {
        margin-bottom: 6px;
    }

    .explore-our-card .card-title {
        font-size: 17px;
    }

    .read-more-btn {
        color: #fff;
    }

    .explore-our-card-con .read-more-btn .icon {
        background-color: #fff;
    }

    .hero-mascot-sec {
        margin-top: 110px;
    }

    .user-experience-sec .metrics-table td {
        font-size: 16px;
    }

    .user-experience-sec .metrics-table th {
        font-size: 18px;
    }

    .related-case-study-card .case-study-title a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 992px) {
    .mascot-service-box .service-box-img {
        min-width: 30%;
    }

    .mascot-service-slider {
        padding-right: 15% !important;
    }

    .mascot-service-sec .progress-wrap {
        margin-top: 25px;
    }

    .mascot-service-box .service-number {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mascot-service-box {
        padding: 16px;
    }

    .service-support-right .cms-con p {
        font-size: 16px;
    }

    .benefits-card-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .explore-our-sec .explore-our-head {
        margin-bottom: 40px;
    }

    .explore-our-head-con {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hero-mascot-sec .section-title {
        font-size: 40px;
    }

    .hero-mascot-sec .scene {
        padding-bottom: 30px;
    }

    .hero-mascot-head .sec-head {
        margin-bottom: 25px;
    }

    .hero-mascot-sec {
        margin-top: 80px;
    }

    .user-experience-sec .table-wrapper {
        min-width: 800px;
    }

    .user-experience-sec .metrics-table td {
        font-size: 14px;
    }

    .user-experience-sec .metrics-table th {
        font-size: 16px;
    }

    .case-study-head-right.common-slide-arrow {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mascot-service-box .service-box-con {
        max-width: fit-content;
        flex: initial;
    }

    .mascot-service-box .cms-con {
        margin-bottom: 18px;
    }

    .mascot-service-box .service-title {
        margin-bottom: 11px;
        font-size: 18px;
    }

    .mascot-service-sec .current-slide,
    .mascot-service-sec .total-slides {
        font-size: 16px;
    }

    .service-support-inner .support-row {
        flex-direction: column;
    }

    .service-support-left,
    .service-support-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .support-row .service-support-left {
        margin-bottom: 15px;
    }

    .service-support-right .cms-con {
        margin-bottom: 15px;
    }

    .service-support-inner .support-row {
        padding: 25px;
    }

    .about-mascot-head p {
        font-size: 14px;
    }

    .sec-head.mb-20 {
        margin-bottom: 15px;
    }

    .nd-sm-title {
        margin-bottom: 10px;
    }

    .benefits-card-mc .card-title {
        font-size: 18px;
    }

    .benefits-card-mc .card-mc-icon {
        width: 50px;
        height: 50px;
    }
    .benefits-card-col .card-mc-icon img{max-width: 40px;max-height: 40px;}

    .benefits-card-col {
        padding: 15px;
    }

    .explore-our-sec .explore-our-head {
        margin-bottom: 30px;
    }

    .hero-mascot-sec .section-title {
        font-size: 35px;
    }

    .mascot-slider-label {
        font-size: 14px;
    }

    .user-experience-sec .metrics-table {
        border-radius: 8px;
    }

    .user-experience-sec .table-wrapper {
        min-width: 675px;
    }
    .page-template-pagesmascot-php .lets-discuss-row .lets-discuss-con{flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);}
}

@media screen and (max-width: 568px) {
    .mascot-service-box {
        flex-direction: column;
    }

    .mascot-service-box .service-box-img {
        min-width: 100%;
        border-radius: 0;
    }

    .mascot-service-box {
        padding: 0;
    }

    .mascot-service-box .service-box-con {
        padding: 15px;
    }

    .mascot-service-box .service-box-img {
        height: calc(210px - 40px);
    }

    .service-support-inner .support-row {
        padding: 20px;
    }

    .benefits-card-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .explore-our-card-img img {
        min-height: 260px;
        max-height: 260px;
    }

    .service-head-right {
        display: none;
    }

    .hero-mascot-sec .section-title {
        font-size: 30px;
    }

    .hero-mascot-head .sec-head {
        margin-bottom: 10px;
    }

    .mascot-slider-label {
        padding: 8px 12px;
        min-width: 145px;
    }

    .mascot-slider-label {
        top: 0;
    }

    .hero-mascot-sec .scene {
        padding-bottom: 0;
    }

    .hero-mascot-sec {
        padding-bottom: 50px;
    }

    .hero-mascot-sec .card.animated {
        -webkit-tap-highlight-color: transparent;
    }

    .hero-mascot-sec {
        margin-top: 70px;
    }

    .user-experience-con {
        padding: 0 15px;
    }

    .user-experience-sec .table-wrapper{min-width: max-content;max-width: 100%;}
    .user-experience-sec .metrics-table{max-width: 475px;}
    .page-template-pagesmascot-php .lets-discuss-row .lets-discuss-con{flex: 0 0 100%;max-width: 100%;}
    .user-experience-sec .metrics-table th,.user-experience-sec .metrics-table td{padding: 12px 12px;}
}

@media screen and (max-width: 390px) {}



@media screen and (max-width: 568px) {
    .hero-mascot-sec .carousel-wrapper {
        height: 270px;
    }

    .hero-mascot-sec .card {
        width: 230px;
        height: 270px;
    }

    .hero-mascot-sec .card img {
        max-width: 100%;
        max-height: 170px;
    }

    .hero-mascot-sec .card[data-pos="2"] {
        transform: translateX(-80px) scale(0.8);
    }

    .hero-mascot-sec .card[data-pos="4"] {
        transform: translateX(80px) scale(0.8);
    }

    .hero-mascot-sec .card[data-pos="1"] {
        transform: translateX(-130px) scale(0.65);
    }

    .hero-mascot-sec .card[data-pos="5"] {
        transform: translateX(130px) scale(0.65);
    }

    .hero-mascot-sec .card[data-pos="0"] {
        transform: translateX(-250px) scale(0.5);
    }

    .hero-mascot-sec .card[data-pos="6"] {
        transform: translateX(250px) scale(0.5);
    }

    .hero-mascot-sec .card[data-pos="7"],
    .hero-mascot-sec .card[data-pos="9"] {
        transform: translateX(-250px) scale(0.5);
    }

    .hero-mascot-sec .card[data-pos="8"],
    .hero-mascot-sec .card[data-pos="10"] {
        transform: translateX(250px) scale(0.5);
    }


}