header {
    z-index: 99 !important;
}

div a,
div a:hover {
    color: #FFAB40;
}

section {
    padding: 80px 0;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.container {
    max-width: 1170px !important;
}

a {
    text-decoration: none !important;
}

.fbc-page .fbc-wrap .fbc-items li a,
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
    color: #888888 !important;
    text-decoration: none;
}

.fbc-page .fbc-wrap .fbc-items li.active span {
    color: #e74c3c !important;
}

.swiper-pagination {
    z-index: 1;
}

.swiper-pagination-two,
.swiper-pagination-three {
    text-align: center;
    position: absolute;
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #C3C3C3;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    width: 43px !important;
    height: 12px !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    background-color: #e74c3c !important;
}








/* HOME PAGE */
.homebannerSection {
    padding: 0;
}

.home-banner {
    background-color: #11142B;
    /* height: calc(100vh - 60px); */
    height: calc(100vh - 0px);
    width: 100%;
}

.darkBlueBg {
    background-color: #11142B;
}

.home-banner .swiper-container {
    width: 100%;
    height: calc(100vh - 0px);
}

.home-banner .swiper-wrapper,
.home-banner .swiper-slide {
    width: 100%;
    height: calc(100vh - 0px);
}

.home-banner .swiper-slide p {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #C3C3C3;
}

.home-banner .swiper-slide h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-banner .swiper-slide h1 span.lite {
    font-weight: 300;
    color: #C3C3C3;
}

.home-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    /* margin-right: 20px; */
    height: 60px !important;
    border-left: 1px solid #313F53;
    border-right: 1px solid #313F53;
}

.home-banner .swiper-pagination-bullet {
    position: relative;
    width: 156px;
    height: auto;
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
}

.home-banner .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 10px;
    background-color: hotpink;
}

.home-banner .swiper-pagination-bullet b {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 2px;
    background-color: #E74C3C;
}

.home-banner .swiper-pagination-bullet-active {
    background-color: #171B39 !important;
    color: #fff !important;
}

.home-banner .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.slide-image img {
    position: absolute;
    bottom: -15%;
    right: 0;
    left: 0;
}

@keyframes countingBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.side {
    position: absolute;
    top: 0;
    height: calc(100vh - 60px);
    /* width: 350px; */
    width: 100%;
    /* adjust side width */
    z-index: 1;
}

#particles-js-left {
    left: 0;
}

#particles-js-right {
    right: 0;
}

canvas {
    display: block !important;
    height: calc(100vh - 0px) !important;
    width: 100% !important;
}

.home-banner a {
    min-width: 200px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 14px 24px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
}

.solid-btn {
    background: #E74C3C;
    transition: all linear .3s;
}

.solid-btn:hover {
    background-color: #B93D30;
    color: #fff;
    transition: all linear .3s;
}

.outline-btn {
    border: 1px solid #e74c3c;
    transition: all linear .3s;
}

.outline-btn:hover {
    color: #E74C3C;
    transition: all linear .3s;
}

.achievementImage img {
    max-width: 600px;
    width: 100%;
    margin-top: 3%;
}

.achievementImage p {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 1px !important;
    text-align: center;
    text-transform: capitalize !important;
    margin-top: 20px;
}

.home-banner .swiper-pagination {
    background-color: #11142B;
    border-top: 1px solid #313F53;
    min-height: 60px;
    bottom: 0;
    transition: all ease-in-out .5s;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 290px !important;
    color: #76787E;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 2%;
    text-transform: uppercase;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background: transparent;
    /* border-top:2px solid transparent; */
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #171B39 !important;
    border-left: 1px solid #313F53;
    border-right: 1px solid #313F53;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    /* border-top:2px solid #E74C3C; */
}

.bannerList {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 80px;
}

.bannerList li {
    border-left: 1px dashed #6A6A6A;
    padding-left: 14px;
}

.bannerList li p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #fff;
    text-transform: capitalize !important;
    margin-bottom: 6px;
}

.bannerList li p:last-child {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #FFBC66;
    text-transform: capitalize !important;
    margin-bottom: 0;
}

.gridSwiper .clientBox {
    min-height: 108px;
    border: 1px dashed #F5B7B1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 22px 16px;
    margin-top: 16px;
}

.gridSwiper .clientBox img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.gridSwiper .clientBox:hover img {
    -webkit-filter: none;
    filter: none;
}

.gridSwiper .clientBox h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0.3px;
}

.gridSwiper .clientBox h5 sup {
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
}

.gridSwiper .clientBox p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.heading3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.yellowBox {
    background-color: #FFAB40;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 32px;
}

.yellowBox p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #4D4D4D;
}

.yellowBox p span {
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #2F2F2F;

}

.yellowBox h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-transform: capitalize;
}

.yellowBox h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-transform: capitalize;
}

.pad_bot {
    padding-bottom: 64px;
}

.trusted_sec {
    padding: 80px 0;
}

.follow_pad {
    padding: 80px 0 !important;
}

.fs-14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.mar_top {
    margin-top: 45px !important;
}

.dashed-box {
    border: 1px dashed #F1948A;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 19px;
    min-height: 114px;
}

.dashed-box img {
    margin-bottom: 14px;
}

.dashed-box p {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #fff;
}

#collaborationAccordion .accordion-item {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    border: none;
}

.accordion-button:not(.collapsed) .accordionIcon {
    width: 32px;
    height: 32px;
    background-color: #E74C3C;
    padding: 8px;
    margin-right: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.accordion-button.collapsed .accordionIcon {
    width: 32px;
    height: 32px;
    background-color: #2F2F2F;
    padding: 8px;
    margin-right: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

#collaborationAccordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    background-color: #fff;
    border: none;
    box-shadow: none;
}

#collaborationAccordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

#collaborationAccordion .accordion-button:not(.collapsed)::after {
    color: #2F2F2F;
    width: 32px !important;
    height: 32px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
    background-color: #EDEDED;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #EDEDED;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    pointer-events: none;
}

#collaborationAccordion .accordion-button::after {
    width: 32px !important;
    height: 32px !important;
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background-position: center;
}

.accordion-inner {
    background-color: #11142B;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.accordion-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 22px;
}

.accordion-list p {
    color: #FFAB40;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

.accordion-list p span {
    width: 32px;
    height: 32px;
    background-color: #3A3F65;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 10px;
    font-weight: 500;
}

.accordion-inner a {
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 14px 24px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
}

.serviceSliderArea {
    background-color: #11142B;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    /* padding: 40px 40px 40px 0; */
    /* min-width: 100vw; */
    /* min-width: 900px; */
    width: 100vw;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 70px;
}

.transformBox {
    transform: translate(-50px, 0);
}

/* .transformBox .yellowBox{
    margin-top: 25px;
} */
.project {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    /* border: 2px solid #fff; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-left: -15px;
    transition: transform 0.3s;
}

.project:first-child {
    margin-left: 0;
}

.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 
.project:hover {
    transform: scale(1.1);
    z-index: 10;
} */

.serverHomeSlider .swiper-slide>div {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.serverHomeSlider .swiper-pagination-fraction {
    position: absolute;
    left: 45%;
    width: auto;
}

.serverHomeSlider .swiper-pagination {
    width: auto;
    right: -10%;
    text-align: right;
}

.serviceOverlay {
    background: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%, #323232 100%);
    padding: 24px 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all ease-in-out .5s;
    top: 0;
}

.serviceOverlay h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all ease-in-out .5s;
}

.serviceOverlay p {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #A5A5A5;
    margin-top: 16px;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.serviceOverlay:hover {
    background: #1d2247b4;
    top: 0;
    transition: all ease-in-out .2s;
}

.serviceOverlay:hover h3 {
    color: #FFAB40;
    transition: all ease-in-out .5s;
}

.serviceOverlay:hover p {
    opacity: 1;
    min-height: 100px;
    height: auto;
    transition: all ease-in-out .5s;
}

.watermarkText {
    color: #C3C3C3;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 54px;
    opacity: .48;
}

.watermarkText span {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
}

.expertiseSlider {
    clip-path: inset(0 -322px 0 40px);
}

.expertiseSlider .swiper-slide img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.expertiseSlider .swiper-slide img:hover {
    -webkit-filter: none;
    filter: none;
}

.whiteCard {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all ease-in-out .5s;
    position: relative;
}

.whiteCard:hover {
    background-color: #E74C3C;
    transition: all ease-in-out .5s;
}

.whiteCardInner {
    padding: 24px;
}

.whiteCard h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    text-transform: capitalize;
    color: #2F2F2F;
    margin-bottom: 12px;
    transition: all ease-in-out .5s;
}

.whiteCard h3 span {
    color: #E74C3C;
    transition: all ease-in-out .5s;
}

.whiteCard p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    transition: all ease-in-out .5s;
}

.whiteCard:hover h3 {
    color: #fff;
    transition: all ease-in-out .5s;
}

.whiteCard:hover h3 span {
    color: #FFAB40;
    transition: all ease-in-out .5s;
}

.whiteCard:hover p {
    color: #fff;
    transition: all ease-in-out .5s;
}

.expList span {
    border: 1px dashed #EC7063;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #2F2F2F;
}

.whiteCard:hover .expList span {
    border: 1px dashed #fff;
    color: #fff;
}

.expImg {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
}

.arrowIcon,
.serviceArrowIcon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    transition: all ease-in-out .5s;
}

.serviceArrowIcon {
    opacity: 0;
}

.serviceOverlay:hover .serviceArrowIcon {
    opacity: 1;
}

.whiteCard .arrowIcon svg,
.serviceArrowIcon svg {
    transition: all ease-in-out .5s;
}

.whiteCard:hover .arrowIcon svg,
.serviceOverlay .serviceArrowIcon:hover svg {
    transform: rotate(45deg);
    transition: all ease-in-out .5s;
}

.whiteCard:hover .arrowIcon svg path {
    stroke: #fff;
    transition: all ease-in-out .5s;
}

.homeTab-container,
.homeTabMain-container {
    display: flex;
    overflow: hidden;
}

.homeTabsMain {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.homeTabsMain .homeTabsMainMenu {
    background-color: #fff;
    min-width: 344px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 4px;
    position: relative;

}

.homeTabsMainMenu .homeTabMain {
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #2F2F2F;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    min-height: 48px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all ease-in-out .3s;
}

.homeTabsMainMenu .homeTabMain.active {
    background-color: #E74C3C;
    color: #fff;
    transition: all ease-in-out .3s;
}

.homeTabMain.service.active,
.homeTabMain.industry.active {
    background-color: transparent;
}

.active-state__bar {
    background-color: #E74C3C;
    width: 168px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    left: 5px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.homeTabMain.industry.active~.active-state__bar {
    left: 170px;
    /* right: 5px; */
    transition: all 0.3s ease-out;
}

.homeTabsMainMenu .homeTabMain.active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 1px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid transparent;
    border-top: 1px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -32px;
    transform: rotate(45deg);
    background: #FFAB40;
    transition: all ease-in-out .3s;
}

.homeTabMain-content,
.homeTab-content,
.industryTab-content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease, visibility 1s ease;
}

.homeTabMain-content.active,
.homeTab-content.active,
.industryTab-content.active {
    display: block;
    opacity: 1;
    transition: opacity 1s ease, visibility 1s ease;
}

.homeTab,
.industryTab {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
    color: #2F2F2F;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.homeTab.active,
.industryTab.active {
    color: #fff;
    border-bottom: 1px solid #fff;
    /* transition: all ease-in-out 1s; */
}

.tabRoundBox {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    background-color: #0C0E1C;
    position: relative;
    max-height: 380px;
}

.tabRoundBox img {
    opacity: 0.2;
    transition: opacity ease-in-out .5s;
}

.tabRoundBox:hover img {
    opacity: 0.6;
    transition: opacity ease-in-out .5s;
}

.tabRoundBoxInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
}

.tabRoundBoxInner h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 22px;
    color: #fff;
    padding-right: 30%;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tabRoundBoxInner>p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #C3C3C3;
    margin-bottom: 30px;
}

.tabRoundBoxInner .appInfo img {
    opacity: 1;
}

.tabRoundBoxInner .appInfo {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;

}

.tabRoundBoxInner .appInfo p {
    color: #FFAB40;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0;
    /* width: 120px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dashLine {
    width: 100%;
    border-top: 1px dashed #FFAB40;
    margin-left: 10px;
}

.industryTabDetails {
    background-color: #FFCD8C;
    border: 1px dashed #FFDDB3;
    padding: 32px;
    height: 100%;
    transition: all ease-in-out .5s;
    position: relative;
}

.tabRoundBox:hover .industryTabDetails {
    background-color: #FFEED9;
    border: 1px dashed #FFAB40;
    transition: all ease-in-out .5s;
}

.industryTabDetails h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.floatingArrow {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .5s;
    z-index: 1;
}

.tabRoundBox:hover .floatingArrow {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out .5s;
}

.numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.numbered-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 19px;
}

.numbered-list li:last-child {
    margin-bottom: 0;
}

.numbered-list li::before {
    content: counter(item);
    counter-increment: item;
    background: #2F2F2F;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
}

.numbered-list {
    counter-reset: item;
}

.iconTab {
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    background-color: #FDEDEB;
    padding: 6px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
}

.iconTab .iconBg {
    background-color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease-in-out .3s;
    position: relative;
}

.iconTooltip {
    display: inline-block;
    background-color: #2F2F2F;
    color: white;
    padding: 4px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    opacity: 0;
    position: absolute;
    /* left: 27px; */
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    z-index: 1;
    pointer-events: none;
    bottom: -35px;
    /* right: 0; */
    margin: 0 auto;
    width: fit-content;
    /* transform: translate(-34%, 0px); */
}

.iconTooltip:before {
    content: '';
    background: url("/wp-content/uploads/2025/08/tooltipArrow.png");
    width: 16px;
    height: 28px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    transform: rotate(270deg);
    top: -19px;
    right: 0;
    opacity: 0;
}

.iconBg:hover .iconTooltip {
    opacity: 1;
}

.iconTab.active .iconBg {
    background-color: #E74C3C;
    transition: all ease-in-out .3s;
}

.iconTab.active .iconBg svg path {
    -webkit-filter: invert(1) brightness(2);
    filter: invert(1) brightness(2);
    transition: all ease-in-out .3s;
}

.iconTab-content {
    background-color: #FDEDEB;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    flex: 1;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    min-height: 440px;
}

.iconTab-content.active {
    display: block;
    opacity: 1;
    transition: opacity .3s ease;
}

.iconTab-content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.iconTab-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
}

.iconTab-content a {
    min-width: 174px;
    height: 48px;
    padding: 14px 24px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #E74C3C;
    border: 1px solid #E74C3C;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-top: 43px;
}

.iconTab-content a:hover {
    color: #E74C3C;
}

.iconTab.active:before {
    content: '';
    position: absolute;
    inset: 0;
    left: -2px;
    top: -2px;
    border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
    background-image: linear-gradient(270deg, #FDEDEB 20%, #E74C3C 100%);
    width: 80px;
    height: 80px;
    z-index: -1;
    /* transition: all ease-in-out .5s; */
}

.iconTab-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.iconTab-image img {
    height: 100%;
    object-fit: cover;
}

.custom-dot {
    width: 12px;
    height: 12px;
    background: #C3C3C3;
    opacity: 40%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.custom-dot.active {
    background: #E74C3C;
    opacity: 1;
}

.roundedBtn {
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 14px 24px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.serviceMobileSlider .swiper-slide {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
}

.serviceMobileSlider .serviceOverlay h3 {
    font-size: 28px;
    line-height: 30px;
}

#technologiesAccordion .accordion-item {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    background-color: #FDEDEB;
    margin-bottom: 20px;
    border: none;
}

#technologiesAccordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#technologiesAccordion .accordion-button:not(.collapsed) {
    color: #E74C3C;
}

#technologiesAccordion .accordion-button:not(.collapsed)::after {
    color: #2F2F2F;
    width: 32px !important;
    height: 32px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #fff;
    background-position: center;
}

#technologiesAccordion .accordion-button::after {
    width: 32px !important;
    height: 32px !important;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background-position: center;
}

#technologiesAccordion .accordion-inner {
    background-color: transparent;
    border: 1px dashed #F5B7B1;
    padding: 0;
}

#technologiesAccordion .accordion-list p {
    color: #2F2F2F
}

#technologiesAccordion .accordion-list p span {
    color: #FFAB40
}

#technologiesAccordion .accordion-inner a {
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 14px 24px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #E74C3C;
}


/* END HOME PAGE */










.header-banner {
    width: 100%;
    min-height: 588px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    margin-top: 0px !important;
    padding: 160px 0 70px 0 !important;
}

.header-banner h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 32px;
}

.header-banner h1 span {
    color: rgba(255, 171, 64, 1);
    font-size: 50px;
    line-height: 40px;
}

.header-banner h1 small {
    font-size: 30px;
    font-weight: 400px;
    line-height: 40px;
    color: #fff;
}

.header-banner p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    color: rgba(195, 195, 195, 1);
    margin: 0;
    text-transform: uppercase;
}

.cardImg {
    /* transform: translate(0, 26%); */
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: -15%;
    right: 0;
}

.cardImg img {
    width: 100%;
}

.trustedIcon {
    margin-top: 74px;
}

.buttonBox {
    width: 100%;
    margin-top: 44px;
}

.buttonBox a+a {
    margin: 0 10px;
}

.trustedIcon p {
    color: rgba(195, 195, 195, 1);
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.redBtn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 10px 20px;
    line-height: 1.6;
    background-color: #e74c3c;
    transition: all ease-in-out .3s;
    display: inline-block;
    text-transform: uppercase;
}

.redBtn:hover,
.redBtn:focus,
.redBtn:active {
    background-color: #b93d30;
    transition: all ease-in-out .3s;
    color: #fff;
}

.yellowBtn {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 10px 20px;
    line-height: 1.6;
    background-color: #FFAB40;
    transition: all ease-in-out .3s;
    display: inline-block;
}

.yellowBtn:hover,
.yellowBtn:focus,
.yellowBtn:active {
    background-color: #D18B33;
    transition: all ease-in-out .3s;
    color: #000;
}

.redSection {
    background: #e74c3c;
    padding: 80px 0 80px;
}

.clientSlider {
    margin-top: 30px;
}

.clientSliderTop {
    margin-top: 35px;
}

.clientSlider .swiper-slide {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 0px 20px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    text-align: center;
}

.clientSlider .swiper-slide img,
.clientSliderTop .swiper-slide img {
    width: 100%;
}

.clientSliderTop .swiper-slide img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.clientSliderTop .swiper-slide:hover img {
    -webkit-filter: none;
    filter: none;
}

.clientSliderTop .swiper-slide {
    padding: 10px 10px;
    overflow: hidden;
    text-align: center;
}

.pageTitle {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    letter-spacing: .5px;
    color: #2F2F2F;
    margin-bottom: 32px;
}

.pageSubTitle {
    color: #4A4B4C;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 5px;
    text-align: center;
    text-wrap: balance;
}

.text-red {
    color: #e74c3c !important;
}

.text-yellow {
    color: #FFAB40;
}

.text-dark {
    color: #2F2F2F;
}

.text-gray {
    color: #A5A5A5;
}

.text-grayWhite {
    color: #FDEDEB;
}

.redDevider {
    position: relative;
    margin-bottom: -78px;
    z-index: 1;
    background: #fdedeb;
}

.gradientBg {
    background: linear-gradient(180deg, #FDEDEB 0%, #FFFFFF 100%);
    padding-top: 80px;
}

.tab-pane.fade.active {
    opacity: 1;
}

#featureTab,
#portfolioTab,
#expertiseTab {
    border-bottom: 1px solid #E74C3C;
}

#expTab {
    width: fit-content;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 24px;
    background-color: #fff;
    border: none;
    /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16); */
}

/* #expTab li{
    padding-bottom: 25px;
} */
#featureTab li {
    margin: 0 25px;
}

#featureTab .nav-link,
#expTab .nav-link {
    border: none;
    color: #2F2F2F;
    font-weight: 500;
    font-size: 16px;
    background: none;
    position: relative;
}

#featureTab .nav-link img {
    -webkit-filter: grayscale(1) brightness(0.8);
    filter: grayscale(1) brightness(0.8);
}

#featureTab .nav-link.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#featureTab .nav-link.active,
#expTab .nav-link.active {
    color: #E74C3C
}

#featureTab .nav-link.active:after,
#portfolioTab .nav-link.active:after,
#expertiseTab .nav-link.active:after,
#expTab .nav-link.active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e74c3c;
    border-right: 0px solid #e74c3c;
    border-bottom: 0px solid transparent;
    border-top: 1px solid #e74c3c;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    transform: rotate(45deg);
    background: #fef5f4;
}

#expTab .nav-link.active:after {
    bottom: -31px;
    background: #fff;
}

#expTabContent {
    border-top: 1px solid #e74c3c;
    padding-top: 30px;
}

#portfolioTab li,
#expertiseTab li {
    margin: 0 5px;
    margin-bottom: -1px;
}

#portfolioTab li .nav-link {
    color: rgba(47, 47, 47, 1);
    font-size: 16px;
    font-weight: 400;
    min-width: 180px;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
}

#expertiseTab li .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    min-width: 130px;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    text-transform: uppercase;
    background-color: #e74c3c;
    border: none;
}

#portfolioTab li .nav-link.active,
#expertiseTab li .nav-link.active {
    background: #e74c3c;
    color: #fff;
}

.featureBox {
    box-shadow: 0px 0px 16px 0px #00000029;
    background: #FFFFFF;
    padding: 10px 12px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
}

.fetureImg {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #F0F0F0;
    padding: 12px;
    width: 72px;
    height: 68px;
    margin-right: 10px;
}

.fetureImg img {
    height: 100%;
    object-fit: contain;
}

.featureName {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2%;
}

.featureName small {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

}

.topDevider {
    position: relative;
    margin-top: 100px;
}

.whiteBox {
    width: 100%;
    height: 100%;
    padding: 36px 30px 30px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    box-shadow: 0px 0px 10px 0px #00000014;
    background-color: #fff;
    position: relative;
}

.serviceIcon {
    margin-bottom: 24px;
}

.serviceDetails h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2F2F2F;
}

.serviceDetails p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #4D4D4D;
    margin: 0;
    text-wrap: balance;
}

.yellowSection {
    background-color: #FFAB40;
    padding: 80px 0;
}

.faq_sec_main {
    padding: 80px 0;
}

svg.radial-progress {
    height: auto;
    max-width: 120px;
    padding: 0;
    transform: rotate(-90deg);
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

section.svg-container svg.radial-progress:nth-child(even) {
    margin: 0 15px;
}

svg.radial-progress circle {
    fill: transparent;
    stroke: #FFCD8C;
}

svg.radial-progress circle.bar-static {
    stroke: #FFCD8C !important;
}

svg.radial-progress circle.bar--animated {
    stroke-dasharray: 219.91148575129;
    stroke: #2F2F2F;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 4px;
}

svg.radial-progress text {
    font-size: 0px;
    fill: #452D0D;
    text-anchor: middle;
}

.circleText {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #452D0D;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
}

.circleText sup {
    top: -4px;
    line-height: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.uspText {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 19px;
    margin-top: 15px;
    margin-bottom: 0;
}

.pinkishBg {
    background-color: #FFF5F4;
    padding: 80px 0;
    padding-bottom: 0px
}

.viewBox,
.ThumbItem {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.viewBox {
    height: 100%;
    position: relative;
    min-height: 465px;
    max-height: 465px;
}

.ThumbItem img,
.viewBox img {
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.ThumbItem {
    height: 148px;
}

.viewBox>img {
    min-height: 465px;
}

.thumbnail {
    border: none;
    margin: 0;
    padding: 0;
}

.playBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: none;
    background-color: #e74c3c;
}

.playBtn:hover {
    background-color: #B93D30;
}

.innerTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.platfromBox {
    border: 0.5px dashed #A5A5A5;
    border-left: none;
    border-right: none;
    padding: 64px 0;
}

.gradientBg2 {
    background: linear-gradient(180deg, #FFF5F4 0.04%, #FFFCFB 100.06%);
}

.gradientBg3 {
    background: linear-gradient(180deg, #FFFCFB 0%, #FFFFFF 100.01%);
}

.gradientBg4 {
    background: linear-gradient(180deg, #FDEDEB 0%, #FFF8F8 100%);
}

.faqBg {
    background: linear-gradient(180deg, #FDEDEB 0%, #ffffff 100%);
}

.removeSpace {
    padding-top: 40px !important;
    margin-top: 0 !important;
}

.darkBg {
    /* background-color: #11142B; */
    background-color: rgba(17, 20, 43, 1);
    padding-top: 250px;
    margin-top: -280px;
    /* height: auto !important; */
}

.techBox {
    border: 1px solid #DFDFDF;
    width: 100%;
    height: 80px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    background-color: #fff;
}

.techBox img {
    height: 80px;
    object-fit: cover;
}

.timeLine {
    width: 100%;
    height: 1px;
    background-color: #2F2F2F;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60.5%;
}

.stepNumber {
    width: 48px;
    height: 48px;
    background-color: #E74C3C;
    border: 0.8px solid #2F2F2F;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.topline,
.bottomline {
    position: relative;
}

.topline {
    margin-top: 25px;
    margin-bottom: 25px;
}

.bottomline {
    margin-top: 25px;
    margin-bottom: 25px;
}

.topline:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 24px;
    background-color: #2F2F2F;
    left: 0;
    right: 0;
    top: -24px;
    margin: 0 auto;
    border-right: 0.5px solid #2F2F2F;
}

.bottomline:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 24px;
    background-color: #2F2F2F;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: 0 auto;
    border-right: 0.5px solid #2F2F2F;
}

.timeLineBox h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.timeLineBox p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.processText {
    min-height: 160px;
}

.watermark {
    height: 160px;
}

.horizontalScroll {
    width: 100vw;
}

.bulletList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bulletList li {
    margin-bottom: 24px;
}

.bulletList li h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
}

.bulletList li h4 span {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #2F2F2F;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFAB40;
    display: inline-block;
}

.bulletList li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}

.testimonialBox {
    /* border: 1px solid #F5B7B1; */
    border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 100%;
    padding: 32px;
    background-color: #11142B;
    min-height: 411px;
}

/* .testimonialBox:hover{
    background-color: #fff;
} */
.testimonialContent {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 29px;
    color: #A5A5A5;
    margin: 15px 0;
    min-height: 235px;
    /*overflow: auto; */
    display: -webkit-box;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonialIcon {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFAB40;
    width: 250px;
    text-transform: capitalize;
}

.tIcon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #FADBD8;
    overflow: hidden;
    margin-right: 15px;
    /* padding: 5px; */
    background-color: #fff;
}

.rating {
    color: #C3C3C3
}

.accoladesSlider .swiper-pagination-bullets {
    bottom: 0 !important;
}

.blogContainer {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 480px;
    background-color: #2F2F2F;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.blogContainer img {
    object-fit: cover;
    height: 480px;
}

.blogContainer:hover img {
    opacity: .5;
    transition: all ease-in-out .5s;
}

.blogTitle,
.blogTitle a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
}

.blogContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 24px;
    padding-top: 54px;
    background: linear-gradient(0deg, #111111 42.77%, rgba(17, 17, 17, 0) 100%);
}

.blogContent p {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    /* change this to the number of lines you want */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.viewArrow {
    width: 40px;
    height: 40px;
    visibility: hidden;
    margin-bottom: 20px;
}

.viewArrow img {
    width: 100%;
    height: 100%;
}

.blogContainer:hover .viewArrow {
    visibility: visible;
    transition: all ease-in-out .5s;
}

.blogContainer:hover .viewArrow img {
    opacity: 1;
    transition: all ease-in-out .5s;
}

#faq .accordion-item {
    border: none;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    box-shadow: 0px 0px 16px 0px #00000029;
    margin-bottom: 15px;
    padding: 15px;
}

#faq .accordion-button {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2%;
    background-color: transparent;
    color: #2F2F2F;
}

#faq .accordion-button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

#faq .accordion-button span {
    width: 24px;
    height: 24px;
    background-color: #2F2F2F;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

#faq .accordion-button:not(.collapsed) span {
    background-color: #E74C3C;
}

#faq .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #2F2F2F;
}

#faq .accordion-body {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 35px;
}

.milestoneBox {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 8px 20px;
    height: 88px;
    text-align: center;
    margin-right: 5px;
}

.milestoneBox+.milestoneBox {
    margin: 0 5px;
}

.milestoneBox img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}

.dashedBorder {
    border: 1px dashed #A5A5A5;
    border-left: none;
    border-right: none;
    padding: 64px 0;
}

.contactInfo p,
.contactInfo p a {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    /* text-transform: capitalize; */
    color: #2F2F2F;
    margin: 0;
}

.rightdashedBorder {
    border-right: 1px dashed #A5A5A5;
}

.redRoundBox {
    background-color: #e74c3c;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    padding: 24px;
}

.redRoundBox h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.redRoundBox p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
}

.formHeading {
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.formHeading:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 1px dashed #fff;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 1px dashed #fff;
    left: 60px;
    right: 0;
    bottom: -6px;
    transform: rotate(45deg);
    background: #e74c3c;
}

.footerLink {
    color: #FFAB40;
    font-size: 14px;
}

.footerLink a {
    color: #fff !important;
    text-decoration: underline !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
}

.footer-form {
    background: transparent !important;
    position: relative;
    z-index: 1;
}

.footer-form input,
.footer-form textarea,
.footer-form select {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    height: 45px !important;
    color: #2F2F2F;
    margin-bottom: 0 !important;
}

.new_brief {
    position: relative;
}

.new_brief textarea {
    -webkit-appearance: none;
    appearance: none;
}

.file-btn2 {
    height: 33px;
    padding: 0px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #C3C3C3;
    border: none;
    color: #fff;
}

.file-btn2:hover {
    color: #000;
    background-color: #FFAB40;
}

.footer-form ::placeholder {
    color: #2F2F2F;
    opacity: 1;
    /* Firefox */
}

.footer-form ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #2F2F2F;
}

#nav_menu-2 {
    margin-bottom: 47px
}

#nav_menu-8 {
    margin-bottom: 34px;
}

#block-5 a {
    color: #fff;
}

.submit-button {
    background-color: #FFAB40 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.submit-button:hover {
    background-color: #D18B33 !important;
}

.submit-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.iti__country {
    font-size: 13px;
}

#fileName {
    position: relative;
    left: -58px;
    color: #2F2F2F;
}

.error {
    position: absolute;
    width: 100%;
    bottom: -17px !important;
    left: 15px;
    color: #FFAB40 !important;
}

.footer-form select {
    background-color: #fff !important;
}

.new_brief .attach_filesec {
    bottom: 1px !important;
    position: absolute;
    right: 5px;
    cursor: pointer;
    bottom: 5px;
}

.addressBox {
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    padding: 24px;
    background-color: #8B2E24;
}

.locationAddress h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.locationAddress h4 span {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;

}

.locationAddress p {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 17px;
    color: #F5B7B1;
    margin-bottom: 0;
}

.darkBg .widget_nav_menu h3,
.darkBg .widget_block h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 10px;
}

.darkBg .widget_nav_menu h3:before,
.darkBg .widget_nav_menu h3:after,
.darkBg .widget_block h3:before,
.darkBg .widget_block h3:after {
    display: none;
}

.darkBg .menu a:before,
.darkBg .menu a:after {
    display: none !important;
}

.darkBg .menu a,
.darkBg .widget_block a {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #A5A5A5;
    padding: 5px 0 0px 0 !important;
}

.copyrightBox {
    background-color: #F3F3F3;
    color: #4D4D4D;
    padding: 18px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}

.footer-copyright-text span {
    display: inline-block;
    color: #C3C3C3;
    margin: 0 10px;
}

.footer-copyright-text a {
    color: #6A6A6A;
}

.accordion-button::after {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
    transition: all 0.5s;
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

.accordion-button:not(.collapsed)::after {
    color: #e74c3c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

.accordion-button::after {
    transition: all 0.5s;
}

.collapsBtn {
    display: none;
}

.engageFeature {
    background-color: #2E0F0C;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
}

.engageFeature-innerbox {
    background: linear-gradient(180deg, #604B49 0%, #473735 100%);
    box-shadow: 0px 0px 16px 0px #0000000F;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 16px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    min-width: 145px;
}

.engageFeature-innerbox img {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
}

.contact-checkbox {
    color: #fff;
}

.contact-checkbox:before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.contact-checkbox input:checked+ :after {
    content: '';
    display: block;
    position: absolute;
    top: 4px !important;
    left: 8px;
    width: 5px !important;
    height: 10px !important;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2;
}

.loader {
    right: 20px !important;
    top: 12px !important;
}

.submit-msg {
    background: transparent !important;
    color: #fff !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 5px;
    transform: translate(0px, 2px) !important;
    line-height: 20px !important;
    /* position: absolute; */
}

#file_error {
    right: 0;
    bottom: -21px !important;
}

.newSocial {
    display: block !important;
}

.newSocialLinks {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 120px;
}

.newSocialLinks li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.newSocialLinks li img {
    width: 24px;
    height: 24px;
}

div.widget ul.menu li a:hover,
.widget_block a:hover {
    color: #FFAB40 !important;
}

.engagementModel {
    margin-top: 100px;
    padding: 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;

}

.engagementModel h1 {
    font-size: 64px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
    color: #2F2F2F;
}

.engagementModel .subTxt {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #2F2F2F;
}

.characterPosition {
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.verticalSlider.swiper {
    width: 100%;
    height: 100%;
}

.verticalSlider .swiper-slide {
    font-size: 18px;
}

.verticalSlider h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.verticalSlider p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* text-align: justify; */
    margin-bottom: 20px;
}

.verticalSlider ul {
    /* list-style: none; */
    padding-left: 23px;
    margin-bottom: 40px;
}

.verticalSlider ul li::marker {
    font-size: 16px;
    color: #E74C3C;
}

.verticalSlider ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.verticalSlider h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.techItem span {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-right: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    border-color: #A5A5A5;
}

.red-border {
    border-color: #E74C3C !important;
}

.yellow-border {
    border-color: #FFAB40 !important;
}

.deliveryModel .swiper-slide {
    height: 100%;
}

.deliveryModel .whiteBox {
    min-height: 350px;
}

.deliveryModel .swiper-pagination {
    bottom: 0;
}

.modelTable {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    overflow: hidden;
    width: 167px;
}

.modelTable th {
    background-color: #B93D30;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modelTable td {
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 23.5px 0;
}

.tableHeading {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    background-color: #EC7063;
    border-color: #fff;
    color: #fff;
}

.tableHeadingSelected {
    background-color: #CF5C50
}

.modelTable td:last-child {
    border-bottom: 0;
}

.innerTable {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    width: 100%;
}

.innerTable th {
    background-color: #B93D30;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0px 7px 15px 0px #00000029;
}

.innerTable td {
    border-color: #EC7063;
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 14px 0;
    background-color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    box-shadow: 0px 7px 15px 0px #00000029;
}

.innerTableSelected {
    background-color: #FDEDEB !important;
}

.innerTable tr:last-child td {
    border-bottom: 0;
}

.bestFit {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    overflow: hidden;
    width: 100%;
}

.bestFit th {
    background-color: #B93D30;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bestFit td {
    border-color: #EC7063;
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 14px 0;
    background-color: #FADBD8;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}

.bestFit tr:last-child td,
.specialOffer tr:last-child td {
    border-bottom: 0;
}

.bestFitSelected {
    background-color: #FFCCC7 !important;
}

.specialOffer {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.specialOffer th {
    background-color: #8B2E24;
    color: #FFBC66;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.specialOffer td {
    background-color: #2E0F0C;
    color: #A5A5A5;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    border-color: #EC7063;
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 20px 0;
}

.tableBtn {
    padding: 8px 14px;
    color: #fff;
    background-color: #FFAB40;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.tableBtn:hover,
.tableBtn:focus,
.tableBtn:active {
    background-color: #D18B33;
    transition: all ease-in-out .3s;
    color: #000;
}

.offerBox {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px dashed #fff;
    padding: 30px 20px;
    width: 100%;
    position: relative;
}

.offerBox .yellowBtn {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFAB40;
    color: #fff;
    padding: 14px 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
}

.offerBox .yellowBtn:hover {
    background-color: #D18B33;
    transition: all ease-in-out .5s;
}

.offerBox p {
    color: #FDEDEB;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.offerBox:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 1px dashed #fff;
    border-left: 0px dashed #fff;
    border-top: 0px solid transparent;
    border-bottom: 1px dashed #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -9px;
    transform: rotate(45deg);
    background: #E74C3C;
}

.offerBox:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 1px dashed #fff;
    border-right: 0px dashed #fff;
    border-bottom: 0px solid transparent;
    border-top: 1px dashed #fff;
    /* left: 0; */
    right: 75px;
    margin: 0 auto;
    top: -9px;
    transform: rotate(45deg);
    background: #E74C3C;
}

.offerTablemobile {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

.offerTablemobile h2 {
    background-color: #EC7063;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    color: #fff;
    margin: 0;
}

.offerTablemobile table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
}

.offerTablemobile table td {
    border-bottom: 0.5px dashed #EC7063;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #2F2F2F;
    padding: 13px;
    height: 70px;

}

.offerTablemobile table td:first-child {
    color: #4D4D4D;
    /* white-space: nowrap; */
    width: 113px;
    padding-right: 0;
}

.tableYellowBtn {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 5px 13px;
    line-height: 1.6;
    background-color: #FFAB40;
    transition: all ease-in-out .3s;
    display: inline-block;
}

.offerRow {
    background-color: #2E0F0C;
}

.highlightedRow {
    background-color: #FADBD8;
}

.offerRow td {
    color: #A5A5A5 !important;
    border-bottom: none !important;
}

.mobileBorder {
    border: 1px solid #e74c3c;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

/* Service Page */
.service-banner {
    padding: 30px 0;
    margin-top: 100px;
    color: #2F2F2F;
    background: linear-gradient(180deg, rgba(255, 238, 238, 0) 13.53%, #FFE5E2 100%);

}

.service-banner h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 60px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-top: 20px;
}

.service-banner .boldText {
    font-weight: 800;
    font-size: 64px;
    line-height: 48px;
    letter-spacing: -1.7px;
    text-transform: uppercase;
}

.service-banner .subHead {
    font-weight: 300;
    font-size: 37px;
    line-height: 30px;
    letter-spacing: -1.4px;
    text-transform: uppercase;
}

.service-banner .subHead strong {
    font-weight: 700;
}

.service-banner .trustedIcon {
    margin-top: 75px;
}

.floatingPoints {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.floatingPoints ul {
    padding: 0;
    list-style: none;
}

.floatingPoints ul li {
    display: block;
    width: 60px;
    height: 60px;
    background: #F5B7B1;
    border: 1px solid #F5B7B1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-bottom: 10px;
    transition: all ease-in-out .5s;
    /* cursor: pointer; */
    position: relative;
}

.floatingPoints ul li:hover {
    background: #fff;
    border: 1px solid #FADBD8;
    box-shadow: 2px 2px 8px 0px #0000001A;
    transition: all ease-in-out .5s;
}

.floatingPoints ul li img {
    width: 30px
}

.floatingTooltip {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    padding: 4px 10px;
    background-color: #2F2F2F;
    z-index: 3;
    white-space: nowrap;
    /* margin: 0 auto; */
    width: fit-content;
    opacity: 0;
    transition: all ease-in-out .5s;
    pointer-events: none;
}

.floatingPoints ul li:hover .floatingTooltip {
    opacity: 1;
    transition: all ease-in-out .8s;
    right: 70px;
}

.darkBg svg.radial-progress {
    height: auto;
    max-width: 120px;
    padding: 0;
    transform: rotate(-90deg);
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.darkBg .svg-container svg.radial-progress:nth-child(even) {
    margin: 0 15px;
}

.darkBg svg.radial-progress circle {
    fill: transparent;
    stroke: #6A6A6A;
}

.darkBg svg.radial-progress circle.bar-static {
    stroke: #6A6A6A !important;
}

.darkBg svg.radial-progress circle.bar--animated {
    stroke-dasharray: 219.91148575129;
    stroke: #FFAB40;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 4px;
}

.darkBg svg.radial-progress text {
    font-size: 0px;
    fill: #fff;
    text-anchor: middle;
}

.darkBg .circleText {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
}

.darkBg .circleText sup {
    top: -4px;
    line-height: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.techBg {
    background-image: url(/wp-content/uploads/2025/05/techCharacter.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
}

.verticalSliderBg {
    background-color: #FDEDEB;
    padding: 80px 0;
}

.verticalSwipe .swiper-pagination {
    right: 0 !important
}

.verticalSwipe .swiper-pagination .swiper-pagination-bullet {
    width: 5px !important;
    height: 80px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    background-color: #2F2F2F;
    opacity: 80% !important;

}

.verticalSwipe .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 100% !important;
    background-color: #2F2F2F !important;
}

.serviceTab {
    margin-right: -1px;
}

.serviceTab button {
    background: none;
    color: #000;
    text-align: left;
    padding: 16px 26px;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #F1948A;
    border-top: 1px solid #F1948A;
    /* border-right:4px solid transparent; */
    /* box-shadow: 1px 0 0px 1px #F1948A; */
    margin-bottom: -1px;
    border-left: 8px solid transparent;
    border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
}

.serviceTab button:hover {
    color: #e74c3c !important;
}

.serviceTab button.active {
    color: #e74c3c !important;
    background: #fff !important;
    /* border-bottom: 1px solid #F1948A;
    border-top: 1px solid #F1948A; */
    border-left: 8px solid #E74C3C;
    border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    position: relative;
    border-right: 1px solid #fef4f3;
}

.serviceTab button.active:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #e74c3c;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.serviceTabIcon {
    border: 1px solid #F5B7B1;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.serviceProvideBox {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2F2F2F;
}

.dedicatedHiredTab {
    border: 1px solid #F1948A;
    border-radius: 8px;
    min-height: 420px;
}

.dedicatedHiredTab a {
    display: block;
    padding: 8px;
    border: 1px solid transparent;
    transition: all linear .3s;
}

.dedicatedHiredTab a:hover {
    background: #fff;
    display: block;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px 0px #0000002b;
    transition: all linear .3s;
}

.tabItem {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 480px;
    background-color: #2F2F2F;
}

.tabItem img {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
    transition: all linear .2s;
}

.tabItem:hover img {
    opacity: .5;
    transition: all linear .2s;
}

.tabItemOverlay {
    background: linear-gradient(0deg, #111111 42.77%, rgba(17, 17, 17, 0) 100%);
    padding: 24px;
    padding-top: 56px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all linear .2s;
    transform: translate(0, 0);
}

.tabItemOverlay h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #fff;
}

.tabItemOverlay img {
    width: 40px !important;
    height: 39px !important;
    min-height: auto !important;
    opacity: 0;
}

.tabItem:hover .tabItemOverlay img {
    opacity: 1;
}

.tabItemOverlay p {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    color: #888888;
    opacity: 1;
    transition: all linear .2s;
}

.tabItemOverlay p span {
    color: #C3C3C3;
    text-transform: uppercase;
}

.tabItem:hover .tabItemOverlay p {
    opacity: 0;
    transition: all linear .2s;
}

.tabItem:hover .tabItemOverlay {
    transition: all linear .2s;
    transform: translate(0, 20px);
}


.tabItem2 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 480px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #00000029;
    border: 1px solid transparent;
    transition: all ease-in .3s;

}

.tabItem2:hover {
    border: 1px solid #FFAB40;
    transition: all ease-in .3s;
}

.tabItemOverlay2 {
    padding: 24px;
    position: absolute;
    bottom: 0;
    top: 0;
    transition: all ease-in-out .2s;
    justify-content: end;
}

.tabItem2:hover .tabItemOverlay2 {
    transition: all ease-in-out .2s;
    background: #fff;
    justify-content: space-between;
}

.AppIcon {
    width: 48px;
    height: 48px;
    border: 1px solid #FFAB40;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 5px;
    margin-right: 10px;
}

.AppName {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #2F2F2F;
}

.AppDetails {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #4D4D4D;
    margin-top: 8px;
    margin-bottom: 30px;
    max-height: 42px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* transition: all ease-in-out .3s; */
    text-wrap: balance;
}

.tabItem2:hover .AppDetails {
    max-height: 100%;
    display: -webkit-box;
    line-clamp: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: hidden;
    text-overflow: unset;
    /* transition: all ease-in-out .3s; */
}

.AppStats h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-transform: lowercase;
    color: #2F2F2F;
}

.AppStats h2 sup {
    top: -7px;
    font-size: 18px;
}

.AppStats p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4D4D4D;
    margin: 0;
}

.openLink {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    transition: all ease-in-out .2s;
    z-index: 1;
}

.tabItem2:hover .openLink {
    opacity: 1;
    transition: all ease-in-out .3s;
}

.tech-img {
    background-color: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    height: 84px;
}

.tech-img .padding {
    padding: 4px 30px;
    ;
}

#expertiseTabContent .show {
    opacity: 1;
}

#expertiseTabContent .fade:not(.show) {
    height: 0;
    opacity: 0;
    overflow: hidden;
}


.vtab-container {
    display: flex;
    /* max-width: 1000px;
    margin: 50px auto; */
    /* border: 1px solid #f4cccc; */
    /* border-radius: 8px; */
    overflow: hidden;
}

.vtabs {
    /* width: 250px; */
    /* background-color: #fff0f0; */
    display: flex;
    flex-direction: column;
    /* border-right: 1px solid #f4cccc; */
    padding-top: 10px;
}

.vtab {
    background: none;
    color: #000;
    text-align: left;
    padding: 16px 26px;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #F1948A;
    border-top: 1px solid #F1948A;
    /* border-right: 4px solid transparent; */
    /* box-shadow: 1px 0 0px 1px #F1948A; */
    margin-bottom: -1px;
    border-left: 8px solid transparent;
    border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.vtab:hover {
    background-color: #fff5f5;
    color: #e74c3c;
    transition: all ease-in-out .3s;
}

.vtab.active {
    background-color: #fff5f5;
    border-left: 8px solid #e74c3c;
    color: #e74c3c;
    margin-right: -1px;
    border-right: 1px solid #fff5f5;
    z-index: 1;
}

.vtab-content {
    flex: 1;
    padding: 25px !important;
    background-color: #fff5f5;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 1px solid #F1948A;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    min-height: 420px;
}

.vtab-content.active {
    display: block;
    opacity: 1;
}

.vtab-content a {
    display: block;
    padding: 8px;
    border: 1px solid transparent;
    transition: 0.3s linear;
}

.vtab-content a:hover {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 5px 0px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    transition: 0.3s linear;
}





/* -------------------------------------------------------------- */


.industry_blog {
    padding: 80px 0;
}

.industry_blog h2 {
    text-align: left;
}

.industry_blog_inn {
    /* margin-top: 30px; */
    background: #ffab40;
    /* padding: 15px 15px 37px; */
    border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
}

.industry_blog_inn img {
    width: 100%;
}

.industry_blog_dwn {
    position: absolute;
    background: #ffab40;
    /* border-radius: 218px 175px 76px 17px;
    width: 100%;
    height: 215px;
    bottom: -1px;
    right: -37px;
    padding: 44px 66px 0 55px; */
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 500px;
    height: 500px;
    bottom: -317px;
    left: 15px;
    padding: 97px 150px 0 82px;
}

.industry_blog_dwn h6 {
    margin: 0px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    /* padding-top: 47px; */
}

.industry_blog_dwn p {
    margin: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding-top: 10px;
}

.arrow_kone {
    width: 40px;
    height: 46px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    bottom: 19px;
    text-align: center;
    padding-top: 7px;
    transition: all ease-in-out .5s;
    /* filter: invert(0%); */
    left: 38px;
}

.industry_blog_inn .arrow_kone {
    bottom: -55px
}

.industry_blog_inn .arrow_kone svg {
    transition: all ease-in-out .5s;
}

.industry_blog_inn:hover .arrow_kone svg {
    transform: rotate(45deg);
    transition: all ease-in-out .4s;
}

.industry_blog_inn:hover .arrow_kone svg path {
    stroke: #2F2F2F;
    transition: all ease-in-out .4s;
}

.explore_txt {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    padding-top: 30px;
    margin: 0px;
    text-decoration: underline !important;
    color: #2F2F2F;
    display: inline-block;
}

.blogSwiper .swiper-pagination {
    right: 17px;
    width: auto !important;
    bottom: -5px;
    left: auto !important;
}

.perspective_latest {
    width: 100%;
}

.perspective_latest h2 {
    margin: 0px;
    text-align: right !important;
}

.perspective_inn {
    width: 100%;
    border: 1px solid rgba(245, 183, 177, 1);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    background: #fbf3f2;
    transition: all ease-in-out .5s;
    overflow: hidden;
    position: relative;
}

.pers_lt {
    width: 100%;
    height: 100%
}

.pers_lt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    -webkit-border-radius: 16px;
}

.pers_rt {
    width: 100%;
    position: relative;
    padding: 16px;
}

.pers_rt span {
    font-size: 12px;
    line-height: 15px;
    color: #888888;
    font-weight: 500;
}

.pers_rt h6 {
    font-size: 19px;
    line-height: 22px;
    color: #2f2f2f;
    font-weight: 600;
    padding-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
}

.pers_rt p {
    font-size: 15px;
    line-height: 22px;
    color: #4d4d4d;
    font-weight: 400;
    padding-top: 12px;
    margin: 0px;
}

.publish span {
    font-size: 12px;
    line-height: 14px;
    color: #a5a5a5;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publish {
    font-size: 12px !important;
    line-height: 14px;
    color: #e74c3c !important;
    font-weight: 500;
    padding-top: 15px;
    margin: 0px;
}

.pers_rt .arrow_kone {
    right: 16px;
    top: 16px;
    left: auto;
}

.perspective_inn:hover .arrow_kone svg path {
    stroke: #fff;
    transition: all ease-in-out .5s;
}

.perspective_inn:hover {
    background: #e74c3c;
    transition: all ease-in-out .5s;
}

/* .perspective_inn:hover .pers_rt p {
    color: #fff;
    transition: all ease-in-out .5s;
}
.perspective_inn:hover .pers_rt h6 {
    color: #fff;
    transition: all ease-in-out .5s;
}
.perspective_inn:hover .pers_rt span {
    color: #fff;
    transition: all ease-in-out .5s;
}
.perspective_inn:hover .publish{
    color: #fff !important;
    transition: all ease-in-out .5s;
}
.perspective_inn:hover .publish span{
    color: #fff;
    transition: all ease-in-out .5s;
} */
.perspective_inn:hover .arrow_kone svg {
    transform: rotate(45deg);
    transition: all ease-in-out .5s;
}

.perspective_inn:last-child {
    margin-bottom: 0;
}

.industry_blog_sec {
    background: #ffac47;
    /* padding-bottom: 79px;  */
    border-radius: 16px;
    -webkit-border-radius: 16px;
    min-height: 595px;
    overflow: hidden;
}

.perspective_latest .swiper-pagination {
    text-align: right;
    bottom: -6px;
    width: auto;
    right: 0;
    left: unset;
}

.mobpersSwiper {
    display: none;
}

.persSwiper {
    display: block;
}

.blogHover {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    padding: 24px !important;
    background-color: #E74C3C;
    transition: all ease-in-out .5s;
    opacity: 0;

}

.perspective_inn:hover .blogHover {
    right: 0;
    opacity: 1;
    transition: all ease-in-out .5s;
}

.blogHover .pers_rt span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #F5B7B1;
}

.blogHover .pers_rt h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
}

.blogHover .pers_rt p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #FADBD8;
}

.blogHover .publish {
    color: #FFBC66 !important;
}

/*21.07.2025*/
.pinkishBg ul {
    background: #fff !important;
    border: none !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.pinkishBg ul li {
    margin: 0px !important;
    padding: 4px !important;
}

.pinkishBg_inner {
    border-bottom: 1px solid #E74C3C;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.pinkishBg_inner ul li button:after {
    bottom: -38px !important;
}

.pinkishBg_inner ul li button {
    padding: 12px 0;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}



/* ======================================== ABOUT US ============================================= */



.aboutUsBanner {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE5E2 100%);
    padding-top: 178px;
    padding-bottom: 70px;
}

.aboutUsBanner h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
}

.aboutUsBanner p {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.aboutBannerSlider {
    background-color: #e74c3c;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    padding: 32px;
    max-width: 536px;
    height: 326px;
    left: 0;
    bottom: -30px;
    z-index: 3;
    position: absolute;
}

.aboutBannerSlider p:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.aboutBannerSlider h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 41px;
    text-transform: capitalize;
    color: #FFBC66;
    margin-bottom: 0;
}

.aboutBannerSlider h2 sup {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    top: -15px;
}

.aboutBannerSlider p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #FADBD8;
    text-transform: capitalize;
    margin-bottom: 0;
}

.aboutSlider {
    height: 100%;
}

.aboutSlider .swiper-pagination {
    top: 37px;
    right: 32px;
    bottom: unset;
    width: auto;
    left: unset;
}

.aboutSlider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFAB40 !important;
}

.aboutSlider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.24);
}

.videoBox {
    max-width: 695px;
    height: 482px;
    object-fit: cover;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    position: relative;
}

#playPauseBtn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: none;
    background: none;
    z-index: 2;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11142B;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
    /* display: none; */
}

.fade-overlay {
    opacity: 0;
    visibility: hidden;
    /* prevents click interaction when invisible */
    transition: opacity 0.5s ease;
}

.fade-overlay.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
}

#aboutUsTab {
    background: #fff !important;
    border: none !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16) !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-top: 64px;
}

#aboutUsTab li {
    margin: 0px !important;
    padding: 4px !important;
}

#aboutUsTab li .nav-link {
    color: rgba(47, 47, 47, 1);
    font-size: 16px;
    font-weight: 400;
    min-width: 180px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    padding: 0;
}

#aboutUsTab li .nav-link.active {
    background: #e74c3c;
    color: #fff;
    transition: all ease-in-out .5s;
}

#aboutUsTab .nav-link.active:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e74c3c;
    border-right: 0px solid #e74c3c;
    border-bottom: 0px solid transparent;
    border-top: 1px solid #e74c3c;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -38px;
    transform: rotate(45deg);
    background: #fff;
    transition: all ease-in-out .5s;
}

.aboutTabMenu {
    border-bottom: 1px solid #E74C3C;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.productBox {
    background-color: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    box-shadow: 0px 0px 16px 0px #00000029;
    position: relative;
    border: 1px solid transparent;
    transition: all ease-in-out .3s;
    overflow: hidden;
}

.productBox:hover {
    border: 1px solid #FFAB40;
}

.productImg {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}

.productDetails {
    padding: 24px;
    width: 100%;
    min-height: 245px;
    height: 100%;
}

.productTitle {
    margin-bottom: 8px;
}

.productLogo {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    overflow: hidden;
    border: 1px solid #FADBD8;
    margin-right: 10px;
}

.productName {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0.25;
    color: #2F2F2F;
}

.productLink {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
}

.productDetails h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0%;
    margin: 0;
}

.productDetails h2 sup {
    font-size: 17px;
}

.productDetails p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4D4D4D;
    margin: 0;
}

.shortDesc {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 21px !important;
    color: #4D4D4D;
}

.productHoverBox {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 24px;
    width: 100%;
    height: 392px;
    overflow: auto;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.productHoverBox .productLogo {
    border: 1px solid #FFAB40;
}

.productBox:hover .productHoverBox {
    opacity: 1;
    transition: all ease-in-out .3s;
}

.knowledgeImg {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
}

.knowledgeDetails {
    margin-top: 30px;
}

.knowledgeDetails p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.knowledgePoint {
    margin-top: 34px;
}

.knowledgePoint span {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
    background-color: #2F2F2F;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.knowledgePoint td {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.25;
    padding-bottom: 10px;
}

.journeySection {
    background-color: #FDEDEB;
}

.journeyPagination {
    /* position: absolute; */
    bottom: unset !important;
}

.journeyPagination:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e74c3c;
    left: 0;
    right: 0;
    position: absolute;
    top: 7px;
    z-index: -1;
}

.journeyPagination .swiper-pagination-bullet {
    width: 40px !important;
    height: 16px !important;
    border: 1px solid #e74c3c;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    background-color: #FDEDEB;
    transition: all ease-in-out .3s;
}

.swiper-pagination-bullet i {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #E74C3C;
    margin-top: 25px;
    display: inline-block;
    transition: all ease-in-out .3s;
}

.journeyPagination .swiper-pagination-bullet {
    position: relative;
}

.journeyPagination .swiper-pagination-bullet-active {
    background: none !important;
    /* border: none; */
    border-color: transparent;
    transition: all ease-in-out .3s;
}

.journeyPagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 48px;
    background: url("/wp-content/uploads/2025/09/RedAppleIcon.png") no-repeat;
    background-size: contain;
    top: -25px;
    left: 0;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.journeyPagination .swiper-pagination-bullet-active:before {
    opacity: 1;
    transition: all ease-in-out .3s;
}

.journeyPagination .swiper-pagination-bullet-active i {
    font-weight: 600;
    transition: all ease-in-out .3s;
}

.journeyImage {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
}

.journeySlider {
    margin-top: 64px;
    margin-bottom: 50px;
}

.journeySlider h2 {
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #2F2F2F;
    margin-bottom: 40px;
}

.journeyList {
    /* padding: 0; */
    margin: 0;
}

.journeyList li {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #2F2F2F;
    margin-bottom: 10px;
}

.journeyList li::marker {
    color: #E74C3C;
    /* bullet color */
    font-size: 1.2em;
    /* optional: make bullet bigger */
}

/* .slide-content {
    opacity: 0;
    transform: translateY(40px);
} */
.ceoCorner {
    background-color: #11142B;
    padding: 80px 0 40px 0;
}

.ceoImg {
    transform: translate(0, 92px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ceoSpeech {
    font-weight: 300;
    font-style: Italic;
    font-size: 20px;
    line-height: 42px;
    color: #C3C3C3;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ceoName {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #888888;
}

.ceoName span {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    color: #FFAB40;
}

.leaderShipBox {
    background-color: #FFDDB3;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 350px;
    transition: all ease-in-out .5s;
}

.leaderShipBox:hover {
    background-color: #11142B;
    transition: all ease-in-out .5s;
}

.leaderDetails {
    width: 100%;
    padding: 18px 20px;
}

.leaderDetails h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    color: #11142B;
    margin: 0;
    transition: all ease-in-out .5s;

}

.leaderDetails p {
    color: #2F2F2F;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    margin: 0;
    transition: all ease-in-out .5s;
}

.leaderShipBox:hover .leaderDetails h3,
.leaderShipBox:hover .leaderDetails p {
    color: #fff;
    transition: all ease-in-out .5s;
}

.leaderLink {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 33px;
    height: 33px;
    border-radius: 50px;
}

/* .leaderShipBox:hover .leaderLink{
    background-color: #fff;
}
.leaderShipBox:hover .leaderLink svg path{
    fill:#111111;
    stroke: #fff; 
}*/
.isoBox {
    background-color: #E74C3C;
    padding: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FADBD8;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    /* position: absolute; */
    max-width: 360px;
}

.isoIcon {
    margin-bottom: 24px;
}

.isoIcon p {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.isoIcon h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
}

.pinkBg2 {
    background-color: #FADBD8;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    position: relative;
    width: 685px;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 10px;
}

.innerPadding {
    padding: 48px 30px;
}

.partnerBox {
    background-color: #fff;
    border: 1px dashed #F5B7B1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 30px 0;
    transition: all ease-in-out .3s;
}

.partnerBox img {
    transition: all ease-in-out .3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.partnerBox:hover img {
    transition: all ease-in-out .3s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.corporateBox {
    background-color: #11142B;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 40px;
    margin-right: 250px;
    padding-right: 290px;

}

.corporateBox p {
    color: #C3C3C3;
}

.corporateImg {
    background-color: #FFAB40;
    width: 500px;
    height: 512px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    right: 0;
    top: -24px;
}




/* ======================================== ABOUT US ============================================= */


/* ======================================== Industry ============================================= */


.industryMainSection {
    background-color: #11142B;
    padding-top: 180px;
    padding-bottom: 0;
    height: 700px;
    margin-bottom: 150px;
}

.industryMainHeader h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.industryMainHeader p {
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.25;
    text-transform: uppercase;
    color: #C3C3C3;
    margin: 0;
}

.industryBox {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}

.industryBox>img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 119px;
    width: 192px;
    object-fit: cover;
}

.industryBoxInner {
    padding: 24px;
}

.industryBoxInner h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.industryBoxInner p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.industryCenterSlider {
    margin-top: 75px;
}

.industryLink {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.industryLink img {
    transform: rotate(-45deg);
}

.industryCenterSlider .swiper-slide.swiper-slide {
    transform: scale(1);
    transform-origin: bottom;
    transition: opacity ease-in-out .5s;

}

.industryCenterSlider .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transform-origin: bottom;
    transition: opacity ease-in-out .5s;
    opacity: 1;
    width: 296px !important;
}

.industryCenterSlider .swiper-slide.swiper-slide-active .industryBox {
    box-shadow: 0px 0px 16px 0px #00000029;

}

.industryCenterSlider .swiper-slide.swiper-slide-active .industryBox:hover {
    background-color: #e74c3c;
    color: #fff;
    transition: all ease-in-out .5s;
}

.industryCenterSlider .swiper-slide.swiper-slide-active .industryBox:hover .industryLink img {
    filter: brightness(100);
    transform: rotate(0deg);
    transition: all ease-in-out .5s;
}

.industryCenterSlider .swiper-slide.swiper-slide-active .industryBoxInner h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.industryCenterSlider .swiper-slide.swiper-slide-active .industryBoxInner p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
}

.industryCenterSlider .swiper-slide.swiper-slide-active .industryBox>img {
    height: 216px;
    width: 296px !important;
}

.industryCenterSlider .swiper-slide.swiper-slide-next .industryBox>img,
.industryCenterSlider .swiper-slide.swiper-slide-prev .industryBox>img {
    height: 172px;
    width: 100% !important;
}

.industryCenterSlider .swiper-slide {
    opacity: 0.4;
    transition: opacity ease-in-out .5s;
}

.industryCenterSlider .swiper-slide.swiper-slide-next,
.industryCenterSlider .swiper-slide.swiper-slide-prev {
    opacity: 0.6;
    transition: opacity ease-in-out .5s;
}

.gradientBg5 {
    background: linear-gradient(360deg, #FDEDEB 0%, #FFFFFF 100%);
}

.industryParent .homeTabMain {
    font-size: 14px !important;
}

.industryParent .homeTabMain.active:after {
    bottom: -33px;
}

.industryParent {
    width: auto !important;
    margin: 0 auto;
}

.industryParent .homeTabMain {
    white-space: nowrap;
    padding: 0 20px;
}


/* ======================================== Industry ============================================= */






/* ======================================== Dedicated Hire ============================================= */
.dedicatedHireBg {
    background-color: #11142B;
    min-height: 730px;
    background-image: url('/wp-content/uploads/2025/08/hiringBg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.dedicatedHireBgColor {
    background: radial-gradient(41.99% 50% at 50% 50%, rgba(17, 20, 43, 0) 0%, #11142B 100%);
    height: 100%;
    width: 100%;
    min-height: 730px;
}

.dedicatedHireBg h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    text-transform: uppercase;
}

.dedicatedHireBg .bannerList {
    margin: 58px 0;
}

.bannerAnimation {
    position: relative;
    margin-top: 100px;
}

.arrowImg {
    position: absolute;
    top: -120px;
    right: 0;
}

.bannerList {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 30px 0;
}

.bannerList li {
    position: relative;
    margin-bottom: 15px;
    border: none;
    padding-left: 0;
    color: #fff;
}

.bannerList li:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/uploads/2025/09/gray-bullet.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.left,
.right {
    flex: 1;
    position: relative;
}

.right {
    max-width: 244px;
}

.badge {
    min-height: 40px;
    padding: 0 15px;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 40px !important;
}

.badge span {
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #FFAB40;
}

.info-1,
.info-2,
.info-3,
.info-4,
.info-5 {
    min-width: 174px;
    position: absolute;
    /* opacity: 0; */
    transition: transform 0.3s ease-out;
    z-index: 1;
    background: rgba(255, 255, 255, .24);
    left: -35px;
    border-radius: 8px !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    /* Safari */
    box-shadow: 0px 0px 16px 0px #00000024;

}

.info-1 {
    top: -85px;
}

.info-2 {
    top: -25px;
}

.info-3 {
    top: 35px;
}

.info-4 {
    top: 95px;
    left: -44px;
}

.info-5 {
    top: 155px;
    left: -15px;
    min-width: 148px;
}

.no-scrollbar {
    /* or overflow-y: auto; */
    -ms-overflow-style: none;
    /* IE 10+ / old Edge */
    scrollbar-width: none;
    /* Firefox */
}

.no-scrollbar::-webkit-scrollbar {
    /* Chrome/Safari/Opera */
    display: none;
}

.topSlider {
    border-radius: 24px;
    background-color: #ffffff21;
    overflow: hidden;
}

.expert-card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff;
    font-size: 13px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.expert-card p {
    color: #A5A5A5;
    font-style: italic;
}

.expert-card p span {
    color: #fff;
}

.expert-card-inner {
    border-radius: 0 0 24px 24px;
    background-color: #ffffff21;
    font-style: normal;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.expert-card-inner p {
    color: #fff;
    font-style: normal;
    font-size: 15px;
    margin: 0;
}

.expert-card-inner strong {
    font-style: italic;
    font-weight: 600;
}

.developer-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
    /* margin-bottom: -50px; */
}

.success-rate {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #A5A5A5;
}

.hired-count {
    margin-top: 18px;
    color: #C3C3C3;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.hired-count span {
    color: #C3C3C3;
    font-weight: 600;
}

.serviceBadge {
    position: absolute;
    max-width: 41px;
    top: 10px;
    right: 10px;
}

.thumb-swiper {
    width: 180px !important;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 27px;

}

.sliderThumb {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}

.thumb-active .sliderThumb {
    border: 1px solid #e74c3c;
    z-index: 1;
}

.dedicatedHiredTab .serviceTabIcon {
    border: 1px solid #F5B7B1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.dedicatedHiredTab .serviceProvideBox {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2F2F2F;
    text-align: center;
}

.dedicatedHiredTab h3 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.dedicatedHiredTab p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}

.darkBg2 {
    background-color: #11142B;
}

.darkBg2 #portfolioTab {
    background-color: #ffffff1a;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: none;
    width: fit-content;
    border-radius: 50px;
    margin: 0 auto;
    padding: 5px;
    height: 56px;
}

.darkBg2 #portfolioTab li {
    margin: 0;
}

.darkBg2 #portfolioTab li .nav-link {
    border-radius: 50px;
    background: transparent;
    color: #888888;
    height: 46px;
    min-width: 320px;
}

.darkBg2 #portfolioTab li .nav-link.active {
    background-color: #E74C3C;
    color: #fff;
}

.darkBg2 #portfolioTab li .nav-link.active:after {
    bottom: -43px;
    background-color: #11142B;
}

.dedicatedTab {
    border-bottom: 1px solid #E74C3C;
    margin-bottom: 25px;
    margin-top: 48px;
}


.parameterTable {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    width: 290px;
}

.parameterTable th {
    background-color: #B93D30;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.parameterTable td {
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 23.5px 0;
}

.tableHeading {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    background-color: #EC7063;
    border-color: #fff;
    color: #fff;
}

.tableHeadingSelected {
    background-color: #CF5C50
}

.parameterTable td:last-child {
    border-bottom: 0;
}

.innerTable {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 0px 8px 8px 0;
    overflow: hidden;
    width: 100%;
}

.innerTable th {
    background-color: #B93D30;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0px 7px 15px 0px #00000029;
}

.innerTable td {
    border-color: #EC7063;
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 25px 0;
    background-color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    box-shadow: 0px 7px 15px 0px #00000029;
}

.innerTableSelected {
    background-color: #FDEDEB !important;
}

.innerTable tr:last-child td {
    border-bottom: 0;
}

.techTable {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 8px;
    overflow: hidden;
    min-width: 290px;
}

.techTable th {
    background-color: #B93D30;
    color: #fff;
    padding: 38px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.techTable td {
    border-color: #EC7063;
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 25px 0;
    background-color: #FADBD8;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}

.techTable tr:last-child td,
.specialOffer tr:last-child td {
    border-bottom: 0;
}

.bestFitSelected {
    background-color: #FFCCC7 !important;
}

.specialOffer {
    box-shadow: 0px 0px 16px 0px #00000029;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.specialOffer th {
    background-color: #8B2E24;
    color: #FFBC66;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.specialOffer td {
    background-color: #2E0F0C;
    color: #A5A5A5;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    border-color: #EC7063;
    border-style: dashed;
    border-width: 1px;
    border-left: none;
    border-right: none;
    padding: 20px 0;
}

.tableBtn {
    padding: 8px 14px;
    color: #fff;
    background-color: #FFAB40;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.tableBtn:hover,
.tableBtn:focus,
.tableBtn:active {
    background-color: #D18B33;
    transition: all ease-in-out .3s;
    color: #000;
}

#techAccordion .accordion-button {
    background-color: #e74c3c;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
}

#techAccordion .accordion-button.collapsed {
    background-color: #fff;
    border-radius: 3px;
    color: #2F2F2F;
}

#techAccordion .accordion-item {
    border: 1px solid #e74c3c !important;
    margin-bottom: 15px;
    border-radius: 4px;
}

#techAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}


#dedicatedAccordion .accordion-button{
    background-color: #e74c3c;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
#dedicatedAccordion .accordion-button.collapsed{
    background: transparent;
    border-radius: 4px;
    color: #888888;
}
#dedicatedAccordion .accordion-item {
    background: #FFFFFF1A;
    border: 1px solid #888888;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    margin-bottom: 15px;
    border-radius: 4px;
}
#dedicatedAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}
#dedicatedAccordion .accordion-button::after {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
    transition: all 0.5s;
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

/* ======================================== Dedicated Hire ============================================= */


.tIcon {
    width: 80px;
    height: 80px;
}

#faq .accordion-item:last-child {
    margin-bottom: 0px !important;
}

.ban_rt_img {
    position: absolute;
    min-width: 485px;
    width: 100%;
}

#expTab .nav-link.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#expTab .nav-link img {
    -webkit-filter: grayscale(1) brightness(0.8);
    filter: grayscale(1) brightness(0.8);
}

#expTab {
    gap: 80px;
}

.trustedIcon {
    width: 585px;
}

.game_service_desk1 {
    display: block;
}

.game_service_mob {
    display: none;
}

.disclaimer {
    width: 100%;
    display: block;
    background-color: #e74c3c;
    color: #fff;
    padding: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}

.copyrightMobile a {
    color: #6A6A6A !important;
}

.contact-checkbox input {
    width: 20px !important;
    height: 22px !important;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
}



@media only screen and (max-width: 600px) {

    /* .industry_blog_dwn h6{font-size: 20px; line-height: 26px;} */
    /* .industry_blog_dwn{padding: 0px 0px 0px 88px;} */
    .perspective_latest {
        padding-top: 30px;
    }

    .perspective_latest h2 {
        margin: 0px;
        text-align: center !important;
    }

    .mobpersSwiper {
        display: block;
    }

    .persSwiper {
        display: none;
    }

    .perspective_latest .swiper-pagination {
        text-align: right;
        bottom: -6px;
        right: 0px;
    }

    .pers_rt h6 {
        padding-top: 22px;
    }

    .yellowSection br {
        display: none;
    }

    .rounded__score {
        font-size: 12px;
    }

    .trustedIcon {
        width: 100%;
    }

    .game_service_mob_box .whiteBox {
        height: auto;
        text-align: center;
        padding: 36px 23px 30px;
    }

    .game_service_desk1 {
        display: none;
    }

    .game_service_mob {
        display: block;
    }

    .game_service_mob_box .whiteBox img {
        width: 64px;
    }

    .game_service_mob_box .whiteBox .serviceDetails h4 {
        height: 60px;
    }

    .trustedIcon img {
        width: 90%;
    }

    .trustedIcon {
        text-align: center;
    }

    .bulletList li p {
        text-align: justify;
        font-size: 13px;
        line-height: 20px;
        color: rgba(47, 47, 47, 1);
    }

    .bulletList li:last-child {
        margin-bottom: 0px;
    }

    .platform_slide_sec {
        padding: 14px 0;
    }
}



/* ------------------------------------------------------------- */


/*whitepaper*/
.inner_up_sec {
    width: 100%;
    background: rgba(17, 20, 43, 1);
    padding: 238px 0 134px;

}

.inner_up_txt {
    width: 100%;
    text-align: center;
}

.inner_up_txt h1 {
    margin: 0px;
    font: 700 52px/54px "Poppins", sans-serif;
    color: rgba(231, 76, 60, 1);
    text-transform: uppercase;
    text-align: center;
}

.inner_up_txt h1 span {
    color: rgba(255, 171, 64, 1);
}

.hed_txt_mid {
    color: rgba(195, 195, 195, 1) !important;
    font: 300 52px/54px "Poppins", sans-serif;
}

.inner_up_txt h3 {
    margin: 24px 0 0px;
    font: 700 30px/34px "Poppins", sans-serif;
    color: rgba(195, 195, 195, 1);
    text-transform: uppercase;
}
.inner_up_txt2 h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color:#C3C3C3;
}
.inner_up_txt2 h1{
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    margin-top:30px;
    margin-bottom:24px;

}

.white_paper_sec {
    width: 100%;
    padding: 80px 0;
    background: rgba(253, 237, 235, 1);
}

.white_paper_inn {
    width: 100%;
    margin-bottom: 32px;
}

.white_paper_inn h2 {
    text-align: center;
}

.white_paper_inn p {
    margin-top: 35px;
}

.paper_bar {
    width: 100%;
    margin-top: 16px !important;
    background: #fff;
    border-radius: 16px;
    transition: all ease-in-out .4s;
}

.paper_bar_lt {
    width: 100%;
}

.paper_bar_lt img {
    width: 100%;
    border-radius: 16px;
}

.paper_bar_rt {
    width: 100%;
    padding: 30px;
}

.paper_bar_rt_up {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paper_bar_rt_up_lt {
    width: auto;
}

.paper_bar_rt_up_lt h6 {
    margin: 0px;
    font: 600 22px/31px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
}

.paper_bar_rt_up_rt {
    width: auto;
    background: rgba(195, 195, 195, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    font: 500 11px/17px "Poppins", sans-serif;
    padding: 4px 10px;
    text-transform: uppercase;
}

.paper_bar_rt p {
    margin-top: 20px;
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(77, 77, 77, 1);
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paper_arrow_kone {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(250, 219, 216, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.paper_arrow_kone svg {
    /* transition: all ease-in-out .5s; */
    margin-right: 4px;
}

.paper_bar_rt_dwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.paper_date {
    font: 500 12px/15px "Poppins", sans-serif;
    color: rgba(136, 136, 136, 1);
}

.paper_bar:hover {
    background: #e74c3c;
    transition: all ease-in-out .4s;
}

.paper_bar:hover .paper_arrow_kone svg {
    transform: rotate(45deg);
    transition: all ease-in-out .4s;
}

.paper_bar:hover .paper_bar_rt_up_lt h6 {
    color: #fff;
}

.paper_bar:hover .paper_bar_rt p {
    color: #fff;
}

.paper_bar:hover .paper_date {
    color: #fff;
}

.paper_bar:hover .paper_date svg path {
    stroke: rgba(255, 171, 64, 1);
}

.paper_bar:hover .paper_arrow_kone svg path {
    stroke: #fff;
}

.load-more_sec {
    width: 100%;
    padding: 48px 0 0;
    text-align: center;
}

.load-more_sec a {
    width: 100%;
    display: inline-block;
    color: rgba(47, 47, 47, 1) !important;
    font: 500 14px/20px "Poppins", sans-serif;
    text-decoration: underline !important;
}

.whitepaper_ban_lt .inner_up_txt {
    text-align: left;
    padding-top: 32px;
}

.whitepaper_ban_lt .inner_up_txt h1 {
    text-align: left;
}

.whitepaper_ban_rt {
    width: 100%;
    background: #35384b;
    border-radius: 16px 16px 0 0;
    padding: 16px;
    backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border: 10px solid #1f2236;
    border-bottom: 0px;
}

.whitepaper_ban_rt h6 {
    margin: 0px;
    font: 600 22px/25px "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.whitepaper_ban_rt h6 span {
    color: rgba(231, 76, 60, 1);
}

.whitepaper_ban_rt p {
    padding-top: 12px;
    margin: 0px;
    font: 500 12px/17px "Poppins", sans-serif;
    color: rgba(165, 165, 165, 1);
    text-align: center;
}

.white_paper_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 14px;
    margin-bottom: 20px;
}

.white_paper_social a {
    font: 500 13px/19px "Poppins", sans-serif;
    color: rgba(231, 76, 60, 1);
    text-decoration: underline !important;
}

.white_paper_social a img {
    width: 16px;
    margin-right: 6px;
}

.white_paper_social span {
    color: rgba(77, 77, 77, 1);
}

.paperbox {
    position: relative;
}

.paperbox input[required]::placeholder {
    color: rgba(47, 47, 47, 1);
    /* normal placeholder color */
}

.paperbox input[type="text"],
.paperbox input[type="email"],
.paperbox input[type="tel"] {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: none;
    padding: 12px 16px;
    color: rgba(47, 47, 47, 1);
    font: 400 14px/21px "Poppins", sans-serif;
}

.paperbtn button {
    background: rgba(231, 76, 60, 1);
    padding: 14.5px 0;
    width: 100%;
    border-radius: 50%;
    font: 500 16px/21px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 16px;
}

.white_details {
    padding-top: 139px;
}

.whitedetails_mid {
    width: 100%;
    padding: 80px 0;
}

.whitedetails_mid_lt {
    width: 100%;
}

.whitedetails_mid_lt img {

    border-radius: 16px;

}

.whitedetails_mid_rt {
    width: 100%;
}

.whitedetails_mid .row.customwhite-gap {
    --bs-gutter-x: 48px;
}

.whitedetails_mid_rt p {
    color: rgba(47, 47, 47, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    margin: 0px;
    padding-top: 40px;
    text-align: justify;
}

.whitedetails_mid_rt h6 {
    margin: 0px;
}

.other_whitepaper {
    width: 100%;
    padding: 80px 0;
    background: rgba(253, 237, 235, 1);
}

.other_whitepaper_inner h6 span {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
}

.other_whitepaper_inner p {
    padding-top: 6px;
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    margin-bottom: 0px;
    text-align: center;
}

.other_whitepaper_inner h2 {
    text-align: center;
    text-align: center;
}

.whitepaper_panel_box {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    transition: all ease-in-out .4s;
}

.whitepaper_panel_box_up {
    width: 100%;
}

.whitepaper_panel_box_up img {
    width: 100%;
    border-radius: 16px;
}

.whitepaper_panel_box_dwn {
    width: 100%;
    padding: 32px;
}

.whitepaper_panel_box_dwn_top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.whitepaper_panel_box_dwn_top_lt {
    width: auto;
}

.whitepaper_panel_box_dwn_top h6 {
    margin: 0px;
    font: 600 22px/31px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    display: inline-block;
    max-width: 13ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whitepaper_panel_box_dwn_top_rt {
    width: auto;
    background: rgba(195, 195, 195, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    font: 500 11px / 17px "Poppins", sans-serif;
    padding: 4px 10px;
    text-transform: uppercase;
}

.whitepaper_panel_box_dwn p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: rgba(77, 77, 77, 1);
    font: 400 16px/24px "Poppins", sans-serif;
    display: -webkit-box;
    /* required for webkit line-clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* show 3 lines */
    overflow: hidden;
    /* hide the rest */
    text-overflow: ellipsis;
    /* show ... */
    /* Optional: make sure it behaves like a block with predictable width */
    max-width: 100%;
    line-height: 1.5;
}

.whitepaper_panel_box:hover {
    background: #e74c3c;
    transition: all ease-in-out .4s;
}

.whitepaper_panel_box:hover .whitepaper_panel_box_dwn_top_rt {
    background: rgb(255 170 170 / 34%);
}


.whitepaper_panel_box:hover .whitepaper_panel_box_dwn_top_lt h6 {
    color: #fff;
}

.whitepaper_panel_box:hover .whitepaper_panel_box_dwn p {
    color: #fff;
}

.whitepaper_panel_box:hover .paper_bar_rt_dwn .paper_date {
    color: #fff;
}

.whitepaper_panel_box:hover .paper_bar_rt_dwn .paper_date svg path {
    stroke: rgba(255, 171, 64, 1);
}

.whitepaper_panel_box:hover .paper_bar_rt_dwn .paper_arrow_kone svg {
    transform: rotate(45deg);
    /* transition: all ease-in-out .4s; */
}

.whitepaper_panel_box:hover .paper_bar_rt_dwn .paper_arrow_kone svg path {
    stroke: #fff;
}

.other_paper_slide {
    padding-top: 48px;
}

.whitepaper_ban_lt {
    width: 100%;
    padding-top: 70px;
}

.roundBox {
    border-radius: 8px;
    overflow: hidden;
}


/*Events*/
.events_sec {
    padding-top: 207px;
}

.event_mid {
    padding: 80px 0;
    background: rgba(253, 237, 235, 1);
}

.event_mid_txt {
    width: 100%;
    text-align: center;
}

.event_mid_txt p {
    margin: 0px;
    padding-top: 6px;
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
}

.event_mid_txt h2 {
    margin-bottom: 0px;
}

.paper_date_main .paper_date {
    width: 100%;
    margin: 1px 0 6px;
}

.event_panel_box {
    width: 100%;
    margin-top: 48px;
}

.event_panel_box .whitepaper_panel_box_dwn {
    padding: 32px;
}

.event_details_sec {
    width: 100%;
    padding: 149px 0 40px;
}

.event_detail_inn {
    width: 100%;
    text-align: center;
}

.event_detail_inn img {
    padding: 32px 0 16px;
}

.event_detail_inn h1 {
    margin: 0px;
    font: 700 52px / 54px "Poppins", sans-serif;
    color: rgba(255, 171, 64, 1);
    text-transform: uppercase;
    text-align: center;
}

.event_details_date {
    width: 100%;
    margin-top: 32px;
}

.event_details_date a img {
    padding: 0px;
}

.event_details_date a {
    font: 500 14px/21px "Poppins", sans-serif;
    color: rgba(195, 195, 195, 1);
    cursor: auto;
}

.event_details_date span {
    padding: 0 24px;
}

.event_details_mid_inn {
    width: 100%;
}

.event_details_mid_inn h6 {
    text-align: center;
}

.event_details_mid_inn p {
    text-align: center;
}

.event_details_mid {
    width: 100%;
    background: rgba(253, 237, 235, 1);
}

.glimpse_event {
    width: 100%;
    background: rgba(255, 171, 64, 1);
    padding-top: 80px;
    padding-bottom: 0px;
}

.glimpse_event_inn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.glimpse_event_inn_lt {
    width: auto;
}

.glimpse_event_inn_lt h6 {
    margin: 0px;
    font: 600 40px/40px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    width: 280px;
}

.glimpse_event_inn_lt h6 span {
    color: rgba(47, 47, 47, 1);
}

.glimpse_event_inn_rt {
    width: auto;
}

.glimpse_event_inn_rt p {
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
}

.glipse_event_slide {
    width: 100%;
    padding-top: 64px;
}

.glipse_event_box {
    width: 100%;
}

.glipse_event_box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.glipse_event_box_inn {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.glipse_event_box_inn span img {
    width: 16px;
    margin-right: 8px;
}

.glipse_event_box_inn h6 {
    margin: 8px 0 0px;
    font: 600 16px/22px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
}

.glipse_event_box_inn span {
    color: rgba(195, 195, 195, 1);
    font: 500 13px/17px "Poppins", sans-serif;
}

.shadow {
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0) 100%);
    width: 100%;
    height: auto;
    top: 138px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 1;
}

.event_detail_inn .fbc-page .fbc-wrap .fbc-items {
    width: 100%
}

.event_details_mid_inn p {
    margin-bottom: 0px;
}

.ebook_inner {
    width: 100%;
    margin-top: 48px;
}

.ebook_inner_box {
    width: 100%;
    background: #fff;
    border-radius: 16px;
}

.ebook_inner_box_dwn {
    width: 100%;
    padding: 32px;
}

.ebook_inner_box_dwn h6 {
    font: 600 22px/31px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    margin: 0px;
    display: -webkit-box;
    /* required for webkit line-clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* show 3 lines */
    overflow: hidden;
    /* hide the rest */
    text-overflow: ellipsis;
}

.ebook_inner_box_dwn_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.ebook_inner_box_dwn_inner_lt {
    width: 78%;
}

.ebook_inner_box_dwn_inner_lt p {
    margin: 0px;
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(77, 77, 77, 1);
    display: -webkit-box;
    /* required for webkit line-clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* show 3 lines */
    overflow: hidden;
    /* hide the rest */
    text-overflow: ellipsis;
}

.ebook_inner_box_up {
    width: 100%;
}

.ebook_inner_box_up img {
    width: 100%;
    border-radius: 16px;
}

.ebook_inner_box:hover {
    background: #e74c3c;
    transition: all ease-in-out .4s;
}

.ebook_inner_box:hover .ebook_inner_box_dwn h6 {
    color: #fff;
}

.ebook_inner_box:hover .ebook_inner_box_dwn_inner_lt p {
    color: #fff;
}

.ebook_inner_box:hover .paper_arrow_kone svg {
    transform: rotate(45deg);
}

.ebook_inner_box:hover .paper_arrow_kone svg path {
    stroke: #fff;
}

.new_ebook_rt {
    width: 100%;
}

.new_ebook_rt img {
    width: 100%;
}

.ebook_detail_dwn h6 {
    margin-bottom: 40px;
}

.ebook_detail_dwn p {
    padding-top: 24px;
}

.ebook_detail_btm {
    margin-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.ebook_detail_btm_lt {
    width: auto;
    padding-right: 20px;
}

.ebook_detail_btm_lt p {
    margin: 0px;
    font: 600 22px/25px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    text-transform: uppercase;
    padding: 0px;
}

.ebook_detail_btm_lt p span {
    color: rgba(231, 76, 60, 1);
}

.ebook_detail_btm_rt {
    width: auto;
    padding-left: 20px;
    border-left: 1px dashed rgba(165, 165, 165, 1);
}

.ebook_detail_btm_rt a {
    background: rgba(231, 76, 60, 1);
    border-radius: 50px !important;
    padding: 14.5px 24px;
    border-radius: 4px;
    font: 500 16px/19px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1) !important;
    border: none;

}

.blog_inn {
    width: 100%;
}

.blog_inn h1 {
    font: 700 52px/56px "Poppins", sans-serif;
    color: rgba(255, 171, 64, 1);
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}

.blog_inn h1 span {
    color: rgba(231, 76, 60, 1);
}

.blog_inn h3 {
    font: 700 30px/34px "Poppins", sans-serif;
    color: rgba(195, 195, 195, 1);
    text-transform: uppercase;
    margin: 24px 0 0px;
    text-align: center;
}

.searching_sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
}

.searching_sec_lt {
    width: 240px;
    position: relative;
}

.searching_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0px auto;
    max-width: 800px;
}

.searching_sec_lt select {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(47, 47, 47, 1);
    outline: none;
    width: 240px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    outline: none;

}

.searching_sec_rt {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.searching_sec_rt input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}

.searching_sec_rt input::placeholder {
    color: rgba(47, 47, 47, 1);
    /* text color */
    font-size: 14px;
    /* font size */
    font-weight: 400;

}

.searching_sec_rt button {
    background: none;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
}


.searching_sec_lt i {
    position: absolute;
    right: 16px;
    color: rgba(47, 47, 47, 1);
    top: 13px;
    pointer-events: none;
}

.blog_main {
    min-height: 492px;
}

.blog_mid {
    background: rgba(253, 237, 235, 1);
    padding: 80px 0;
}

.blog_list_label {
    display: flex;
    justify-content: start;
    align-items: center;
}

.blog_list_label span {
    width: auto;
    background: rgba(195, 195, 195, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    font: 500 11px / 17px "Poppins", sans-serif;
    padding: 4px 10px;
    text-transform: uppercase;
}

.blog_list_hed {
    width: 100%;
}

.blog_list_hed h6 {
    margin: 0px;
    font: 600 22px/31px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_list_hed {
    padding-top: 20px;
}

.whitepaper_panel_box:hover .blog_list_hed h6 {
    color: #fff;
}

.blog_list_label span {
    margin-right: 6px;
}

.whitepaper_panel_box:hover .paper_date span {
    color: rgba(255, 171, 64, 1) !important;
}

.whitedetails_mid {
    position: relative;
    z-index: -1;
}

.paperbtn {
    position: relative;
}

.paperbtn .loader {
    position: absolute;
    bottom: 10px !important;
    top: auto !important;
}
.loader2 {
    position: absolute;
    width: 20px;
    right: 20px;
    top: 24px;
}


#phone_error {
    padding-left: 16px;
}

.ebook_detail_dwn h6 {
    margin-bottom: 16px;
}


/* =============================Services Inner Main Page====================================== */
.videoBg {
    background-color: #11142B;
}

.videoBg video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    mix-blend-mode: Luminosity;
    object-fit: cover;
}

.videoBg h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    text-transform: uppercase;
}

.videoBgSubTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #C3C3C3;
    margin-bottom: 24px
}

.gameDevSideImg {
    background: #FFFFFF1A;
    backdrop-filter: blur(24px);
    border-radius: 24px;
    max-height: 522px;
    padding: 6px;
    position: relative;
}

.element1 {
    position: absolute;
    top: -38px;
    right: 38px;
}

.element2 {
    position: absolute;
    top: 45px;
    left: -45px;
}

.element3 {
    position: absolute;
    bottom: 160px;
    left: -28px;
}

.element4 {
    position: absolute;
    bottom: -18px;
    right: 11px;
}

.awardImg {
    margin-top: 97px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 587px;
}

.portfolioLink {
    font-weight: 300;
    font-style: Italic;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    width: 140px;
    bottom: 24px;
    left: 24px;
}

.portfolioLink span {
    font-weight: 600;
}

.portfolioLink p {
    margin-top: 20px;
}

.portfolioLink a img {
    transition: all ease-in-out .3s;
}

.portfolioLink a:hover img {
    transform: rotate(45deg);
    transition: all ease-in-out .3s;
}

.workBox {
    position: relative;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.workBoxOverlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 56px 24px 24px 24px;
    background: linear-gradient(0deg, #111111 42.77%, rgba(17, 17, 17, 0) 100%);
}

.workBoxOverlay h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.25;
    color: #fff;
}

.workBoxOverlay p {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #888888;
}

.workBoxOverlay p span {
    color: #C3C3C3;
}

/* =============================Services Inner Main Page====================================== */


.whitepaper_panel_box:hover .blog_list_label span {
    background: #ff9085;
}

.paginate {
    width: 100%;
    text-align: center;
}

.paginate .page-numbers {
    padding: 6px 12px;
    border-right: 1px solid #e94b3c;
}

.paginate_inn {
    width: auto;
    display: inline-block;
    border: 1px solid #e74c3c;
    border-radius: 25px;
    padding: 6px 12px;
}

.paginate .page-numbers:last-child {
    border: none;
}



/*08.09.2025*/
.new_blog_details {
    width: 100%;
    padding: 170px 0px 64px;
    background: rgba(17, 20, 43, 1);
}

.new_blog_details_txt {
    width: 100%;
    text-align: center;
}

.new_blog_details_txt h1 {
    color: rgba(255, 171, 64, 1);
    margin: 0px;
    font: 700 52px/54px "Poppins", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.new_blog_date {
    width: 100%;
    margin-top: 32px;
    color: rgba(136, 136, 136, 1);
    font: 400 15px/20px "Poppins", sans-serif;
    gap: 16px;
}

.contactus-form .contact-checkbox:before {
    border: 1px solid #A1A1A1 !important;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, .06) !important;
}

.blog_details_mid_lt_img {
    width: 100%;
}

.blog_details_mid_lt_img img {
    width: 100%;
    border-radius: 16px;
}

.blog_details_mid_rt {
    width: 100%;
    background: rgba(253, 237, 235, 1);
    padding: 24px;
    border-radius: 16px;
}

.blog_details_mid_rt h4 {
    margin: 0px;
    font: 600 30px/32px "Poppins", sans-serif;
    text-transform: uppercase;
    color: rgba(47, 47, 47, 1);
}

.blog_details_mid_rt h4 span {
    color: rgba(231, 76, 60, 1);
}

.blog_details_mid_rt ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.blog_details_mid_rt ul li {
    padding-top: 20px;
    font: 600 15px/19px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    display: flex;
    align-items: flex-start;
}

.blog_details_mid_rt ul li::before {
    content: "•";
    font-size: 24px;
    color: rgba(231, 76, 60, 1);
    margin-right: 8px;
}

.blog_details_mid_rt a {
    width: 100%;
    margin-top: 20px;
    padding: 14.5px 0;
    border-radius: 50px;
    background: rgba(231, 76, 60, 1);
    font: 500 16px/19px "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border: none;
}

.blog_details_mid_dwn {
    width: 100%;
    padding-top: 40px;
}

.blog_details_mid_dwn_bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(253, 237, 235, 1);
    padding: 24px;
    border-radius: 16px;
}

.blog_details_mid_dwn_bar_lt {
    width: auto;
}

.blog_details_mid_dwn_bar_lt p {
    margin: 0px;
    font: 600 22px/27px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    text-transform: uppercase;
}

.blog_details_mid_dwn_content {
    width: 100%;
    padding: 40px 0 0;
}

.blog_details_mid_dwn_content1 {
    width: 100%;
}

.blog_details_mid_dwn_content1 p {
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    margin: 0px;
    text-align: justify;
    padding-top: 24px;
}

.blog_details_mid_dwn_content2 {
    width: 100%;
    margin-top: 40px;
}

.blog_details_mid_dwn_content2 p {
    font: 400 16px/24px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    padding-top: 24px;
    margin: 0px;
}

.blog_details_mid_dwn_content2 h2 {
    margin: 0px;
    font: 600 30px/34px "Poppins", sans-serif;
    color: rgba(47, 47, 47, 1);
    text-transform: uppercase;
}

.blog_details_mid_dwn_content2 h3 {
    font: 400 24px/40px "Poppins", sans-serif;
    margin: 0px;
}

.blog_details_mid_dwn_bar_rt {
    width: 32px;
    height: 32px;
    border: 1px solid #fbdbd8;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
}

.blog_details_mid_lt {
    width: 100%;
    padding-right: 18px;
}

/* ======================================Game Dev New York============================================= */

.newYorkBg{
    background-color: #11142B;
    min-height: 730px;
    background-image: url(/wp-content/uploads/2025/09/gamedevNewyork.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.newYorkBg h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    text-transform: uppercase;
}
.liteTxt{
    font-weight: 300;
    color:#C3C3C3;
}
.mapBg{
    width: 100%;
}
.mapClientBox {
    min-height: 176px;
    border: 1px dashed #F5B7B1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 32px;
    margin-top: 16px;
}
.mapClientBox h5{
    font-weight: 600;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 0.25;
}
.mapClientBox h5 sup{
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.25;
}
.mapClientBox p{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}
.serviceBg{
    background: linear-gradient(180deg, #FDEDEB 0%, #FFFFFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 83.85%, #FDEDEB 100%);

}
.hide-until-init {
    visibility: hidden;
}
.expertiseTech img{
    filter: grayscale(1);
    transition: all ease-in-out .3s;
}
.expertiseTech img:hover{
    filter: grayscale(0);
    transition: all ease-in-out .3s;
}
.newTab-container{
    min-width: 344px;
    border-radius: 50px;
    padding: 4px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px #00000029;
    margin:48px 0;
}
.newTab-container .tab-button{
    width: 100%;
    border-radius: 50px;
    text-align: center;
    padding: 12px 46px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
.newTab-container .tab-button.active{
    background-color: #e74c3c;
    color:#fff;
}
.vtab-wrapper {
    width: 100%;
}

.vtab-list {
    width: 250px;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px 0 0 16px;
    box-shadow: 0px 0px 24px 0px #00000029;
}

.vtab-item {
    padding: 12px 20px;
    cursor: pointer;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.vtab-item:hover {
    background-color: #f9f9f9;
}

.vtab-item.vactive {
    color: #f44336;
    font-weight: bold;
    border-left: 4px solid #f44336;
}

.v-tab-content {
    flex-grow: 1;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px #00000029;
    border-radius: 16px;
}
.vcontent {
    display: none;
}

.vcontent.vactive {
    display: block;
}



/* ======================================Game Dev New York============================================= */


@media only screen and (min-width: 1600px) and (max-width: 3840px) {

    .home-banner,
    .home-banner .swiper-container,
    .home-banner .swiper-slide {
        height: 780px;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 3840px) {
    .home-banner .swiper-slide>.container {
        padding-top: 3%;
    }

    .achievementImage img {
        margin-top: 50px !important
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .whitepaper_panel_box_dwn {
        padding: 16px;
    }

    .whitepaper_panel_box_dwn_top h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .whitepaper_panel_box_dwn p {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .whitepaper_panel_box_dwn {
        padding: 16px;
    }

    .whitepaper_panel_box_dwn_top h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .whitepaper_panel_box_dwn p {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog_mid .whitepaper_panel_box_dwn {
        padding: 15px;
    }

    .blog_list_hed h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog_mid .whitepaper_panel_box_dwn {
        padding: 15px;
    }

    .blog_main {
        padding-top: 140px !important;
        min-height: auto !important;
    }

    .blog_list_hed h6 {
        font-size: 20px;
    }

    .glimpse_event {
        padding-bottom: 0px !important;
    }

    .inner_up_txt h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .ebook_main .whitepaper_ban_lt {
        padding-top: 35px;
    }

    .ebook_main .inner_up_txt .hed_txt_mid {
        font-size: 36px;
        line-height: 36px;
    }

    .ebook_main {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 1024px) {

    .home-banner,
    canvas,
    .side,
    .home-banner .swiper-container,
    .home-banner .swiper-wrapper,
    .home-banner .swiper-slide {
        height: auto !important;
    }

    .particle-container {
        opacity: 0;
    }

    .homebannerSection {
        padding: 0 !important;
        margin-top: 100px;
    }

    .home-banner {
        padding: 35px 0px 0px;
    }

    .home-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        text-align: center
    }

    .home-banner .swiper-slide p {
        font-size: 13px !important;
        line-height: 21px !important;
        font-weight: 500 !important;
        text-align: center;
    }

    .home-banner .swiper-slide h1 {
        font-size: 30px;
        line-height: 35px;
        padding: 0 0px;
        text-align: center;
    }

    .bannerList {
        margin: 30px 0 70px;
    }

    #featuresAccordion .accordion-button,
    #expAccordion .accordion-button,
    #portfolioAccordion .accordion-button {
        background-color: #e74c3c;
        box-shadow: none;
        outline: none;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

    #featuresAccordion .accordion-button.collapsed,
    #expAccordion .accordion-button.collapsed,
    #portfolioAccordion .accordion-button.collapsed {
        background-color: #fff;
        /* border: 1px solid #e74c3c; */
        border-radius: 4px;
        color: #2F2F2F;
    }

    #featuresAccordion .accordion-item,
    #expAccordion .accordion-item,
    #portfolioAccordion .accordion-item {
        border: 1px solid #e74c3c !important;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    #featuresAccordion .accordion-button:not(.collapsed)::after,
    #expAccordion .accordion-button:not(.collapsed)::after,
    #portfolioAccordion .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
        background-size: 20px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .homeTabs,
    .industryTabs {
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 25px;
        gap: 10px;
    }

    .industryTabs {
        width: auto;
        margin: 0 auto;
    }

    .industryTabs .industryParent .homeTabMain {
        white-space: nowrap;
        padding: 0 20px;
    }

    .perspective_latest h2 {
        text-align: center !important;
    }

    .expList span {
        margin-bottom: 5px;
    }

    .serviceOverlay h3 {
        font-size: 30px;
    }

    header .nav>li.flm5 {
        margin-left: 0;
    }

    header .navbar-nav li>a {
        padding: 10px;
    }

    header .navbar-nav>li {
        padding-left: 5px;
    }
}


@media only screen and (max-width: 820px) {

    .home-banner {
        padding: 0;
        /* padding-bottom: 25px; */
    }

    .home-banner,
    canvas,
    .side,
    .home-banner .swiper-container,
    .home-banner .swiper-wrapper,
    .home-banner .swiper-slide {
        height: 100% !important;
    }

    .home-banner .swiper-slide p {
        font-size: 13px !important;
        line-height: 21px !important;
        font-weight: 500 !important;
        text-align: center;
    }

    .home-banner .swiper-slide h1 {
        font-size: 32px;
        line-height: 35px;
        padding: 0 5px;
        text-align: center;
    }

    .home-banner a {
        min-width: 108px;
    }

    .achievementImage {
        margin-bottom: 20px;
    }

    .achievementImage img {
        padding: 0 20px;
        margin-top: 25px;
    }

    .home-banner .swiper-pagination-bullet {
        position: relative;
        width: 156px;
        height: auto;
        text-align: left;
        border-radius: 0;
        opacity: 1;
        margin-right: 20px;
        background-color: #f00;
    }

    .home-banner .swiper-pagination-bullet-active b {
        display: none;
    }

    section {
        padding: 50px 25px !important;
    }

    .topClientSlider .swiper-slide .clientBox {
        border: 1px dashed #F5B7B1;
        min-height: 108px;
        border-radius: 16px;
    }

    .topClientSlider .swiper-slide .clientBox img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .topClientSlider .swiper-slide .clientBox:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .particle-container {
        padding-top: 40px;
    }

    .home-banner .darkBlueBg.swiper-slide-active~.particle-container {
        display: none !important;
    }

    .hiddenMobile {
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

    .custom-pagination {
        bottom: 13px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .heading3,
    .pageTitle {
        font-size: 35px;
        line-height: 40px;
    }

    .aboutUsBanner {
        padding: 0 !important;
        margin-top: 90px;
    }

    .videoBox {
        max-width: 100%;
        width: 100%;
        height: 400px;
        border-radius: 0;
    }

    .aboutUsBannerTxt {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        padding: 24px;
        background: linear-gradient(360deg, #090B1B 0%, rgba(9, 11, 27, 0) 100%);
    }

    .aboutUsBannerTxt h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .aboutUsBannerTxt p {
        font-size: 22px;
        line-height: 27px;
        color: #fff;
        font-weight: 400;
    }

    .aboutBannerSlider {
        position: unset;
        border-radius: 0;
        padding: 25px;
        max-width: unset;
        width: 100%;
    }

    .aboutBannerSlider h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .aboutBannerSlider p:first-child {
        font-size: 22px;
    }

    .aboutBannerSlider p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .aboutBannerSlider h2 sup {
        font-size: 23px;
        top: -10px;
    }

    .abutNo {
        font-size: 35px !important;
    }

    .journeySlider {
        margin-top: 14px;
        margin-bottom: 50px;
    }

    .journeySlider h2 {
        font-size: 37px;
        line-height: 37px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .journeyList li {
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .journeyPagination {
        left: 0;
    }

    .ceoCorner {
        padding: 80px 25px;
    }

    .ceoImg {
        transform: translate(0, 112px);
        position: unset;
    }

    .corporateBox {
        margin-right: 0;
        padding-right: 0;
        padding: 24px 0;
    }

    .corporateImg {
        position: relative;
        width: 60%;
        height: auto;
        top: 0px;
        margin: 0 auto;

        margin-top: 25px;
    }

    .pinkBg2 {
        width: 100%;
        right: 0;
        opacity: 0;
    }

    .isoBox {
        padding: 24px;
        border-radius: 8px;
        max-width: unset;
        width: 100%;
    }

    .pinkBgInner {
        background-color: #FADBD8;
        border-radius: 8px;
        padding: 24px;
        margin-top: 24px;
    }

    .innerPadding {
        padding: 0;
    }

    .darkForMobile {
        background-color: #11142B;
    }

    .moreAboutSlider .whiteBox {
        min-height: 340px;
    }

    .industryParent .homeTabMain {
        padding: 0 18px;
    }

    .darkBg {
        margin-top: -85px;
    }

    /* .contact-checkbox input:checked + :after{
        left: 15px !important;
    } */
    .secondCheck input:checked+ :after {
        left: 8px !important;
    }

    .dedicatedHireBg {
        min-height: auto;

    }

    .dedicatedHireBgColor {
        min-height: auto;
        padding: 120px 15px 40px;
    }

    .videoBg video {
        display: none;
    }

    .serviceTabIcon {
        width: 78px;
        height: 78px;
        margin-bottom: 15px;
    }




}

@media only screen and (max-width: 768px) {
    section {
        padding: 40px 15px;
    }

    .home-banner .swiper-wrapper {
        align-items: center;
        padding-bottom: 28px;
    }

    .aboutUsBanner {
        padding: 0 !important;
        margin-top: 90px;
    }

    .videoBox {
        max-width: 100%;
        width: 100%;
        height: 400px;
        border-radius: 0;
    }

    .aboutUsBannerTxt {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        padding: 24px;
        background: linear-gradient(360deg, #090B1B 0%, rgba(9, 11, 27, 0) 100%);
    }

    .aboutUsBannerTxt h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .aboutUsBannerTxt p {
        font-size: 22px;
        line-height: 27px;
        color: #fff;
        font-weight: 400;
    }

    .aboutBannerSlider {
        position: unset;
        border-radius: 0;
        padding: 25px;
        max-width: unset;
        width: 100%;
    }

    .aboutBannerSlider h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .aboutBannerSlider p:first-child {
        font-size: 22px;
    }

    .aboutBannerSlider p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }

    .aboutBannerSlider h2 sup {
        font-size: 23px;
        top: -10px;
    }

    .abutNo {
        font-size: 35px !important;
    }

    .whatWeDo .whiteBox {
        padding: 12px !important;
    }

    .whatWeDo .serviceIcon {
        width: 40px;
        height: 40px;
        background-color: #F0F0F0;
        border-radius: 6px;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 10px;
    }

    .whatWeDo .serviceIcon img {
        width: 100%;
    }

    .whatWeDo .serviceDetails h4 {
        font-size: 13px;
        line-height: 17px;
    }

    .whatWeDo .serviceDetails p {
        font-size: 12px;
        line-height: 16px;
    }

    .productHoverBox .pageSubTitle {
        font-size: 14px;
        line-height: 22px;
    }

    .journeySlider {
        margin-top: 14px;
        margin-bottom: 50px;
    }

    .journeySlider h2 {
        font-size: 37px;
        line-height: 37px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .journeyList li {
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .journeyPagination {
        left: 0;
    }

    .swiper-custom-nav {
        position: absolute;
        bottom: 55px;
        left: 0;
        gap: 15px;
        z-index: 10;
        right: 0;
        width: 100px;
        margin: 0 auto;
    }

    .swiper-custom-nav .swiper-button-prev,
    .swiper-custom-nav .swiper-button-next {
        background: none;
        cursor: pointer;
        user-select: none;
        width: 32px;
        height: 32px;
    }

    .swiper-custom-nav .swiper-button-disabled {
        opacity: 0.2;
    }

    .swiper-custom-nav .swiper-button-prev img {
        transform: rotate(180deg);
    }

    .yellowBox h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .ceoSpeech,
    .ceoName {
        text-align: center;
    }


    .corporateBox {
        margin-right: 0;
        padding-right: 0;
        padding: 24px 0;
    }

    .corporateImg {
        position: relative;
        width: 60%;
        height: auto;
        top: 0px;
        margin: 0 auto;

        margin-top: 25px;
    }

    .pinkBg2 {
        width: 100%;
        right: 0;
        opacity: 0;
    }

    .isoBox {
        padding: 24px;
        border-radius: 8px;
        max-width: unset;
        width: 100%;
    }

    .pinkBgInner {
        background-color: #FADBD8;
        border-radius: 8px;
        padding: 24px;
        margin-top: 24px;
    }

    .innerPadding {
        padding: 0;
    }

    .ceoSpeech {
        font-size: 18px;
        line-height: 30px;
    }

    .ceoImg {
        position: unset;
        transform: translate(0, 112px);
    }

    .darkForMobile {
        background-color: #11142B;
    }

    .moreAboutSlider .whiteBox {
        min-height: 340px;
    }

    .whatWeDoSection {
        background: linear-gradient(180deg, #FDEDEB 0%, #FFFFFF 100%);

    }

    .industry_blog_dwn {
        width: 680px;
        height: 600px;
        bottom: -227px;
        padding: 97px 80px 0 140px;
    }

    .industry_blog_inn .arrow_kone {
        bottom: 86px;
    }

    .industry_blog_dwn h6 {
        font-size: 30px;
    }

    .industry_blog_dwn p {
        font-size: 20px;
        line-height: 30px;
    }

    .industryParent .homeTabMain.active:after {
        display: none;
    }

    .dedicatedHireBg,
    .dedicatedHireBgColor {
        min-height: auto;
    }
    .gridSwiper .clientBox h5 sup{
        font-weight: 700;
        font-size: 20px;
        line-height: 17px;
        top: -8px;
    }
}

@media only screen and (max-width: 600px) {
    .blog_details_mid_lt {
        width: 100%;
        padding-right: 0px;
    }

    .new_blog_details_txt h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .new_blog_date {
        flex-direction: column; gap:6px;
    }

    .new_blog_date .pipe {
        display: none;
    }
    .blog_details_mid_dwn_content2 h2{font-size: 24px; line-height: 28px;}
.blog_details_mid_dwn_content2 p{margin: 0px;}
.blog_details_mid_dwn_content2{margin-top: 24px;}
    .new_blog_details {
        width: 100%;
        padding: 130px 0px 32px !important;
    }

    .blog_inn h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .blog_inn h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .blog_inn h3 br {
        display: none;
    }

    .searching_sec {
        max-width: 100%;
        flex-direction: column;
    }

    .blog_main {
        padding-top: 140px !important;
        min-height: auto !important;
    }

    .white_paper_social a {
        font-size: 10px;
    }

    .bannerList {
        margin: 30px 0 30px;
    }

    .bannerList li {
        padding-left: 5px;
    }

    .ebook_main {
        padding-top: 55px !important;
    }

    .ebook_detail_btm {
        margin-top: 16px;
        flex-direction: column;
    }

    .ebook_detail_btm_rt a {
        margin-top: 19px;
        display: inline-block;
    }

    .ebook_detail_btm_rt {
        border: none;
        padding: 0px;
    }

    .ebook_detail_btm_lt {
        padding: 0px;
    }

    .ebook_inner {
        margin-top: 20px;
    }

    .ebook_main {
        padding-top: 57px !important;
    }

    .new_ebook_rt {
        margin-top: 16px;
    }

    .inner_up_txt h1 {
        font-size: 30px;
        line-height: 34px;
        text-align: center !important;
    }

    .event_details_sec {
        padding-top: 124px !important;
    }

    .events_sec {
        padding-top: 120px !important;
    }

    .event_details_date a {
        width: 100%;
        display: inline-block;
    }

    .event_details_date span {
        display: none;
    }

    .event_details_mid_inn p br {
        display: none;
    }

    .glimpse_event_inn {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .event_panel_box {
        margin-top: 16px;
    }

    .glipse_event_slide {
        padding-top: 16px;
    }

    .glimpse_event {
        padding-bottom: 0px !important;
    }

    .glimpse_event_inn_lt h6 {
        font-size: 30px;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }

    .glimpse_event_inn_rt p {
        text-align: center;
    }

    .glimpse_event_inn_lt {
        width: 100%;
    }

    .event_detail_inn h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .hed_txt_mid {
        font-size: 30px;
        line-height: 34px;
    }

    .inner_up_txt h3 {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-top: 14px;
    }

    .whitedetails_mid_rt {
        width: 100%;
        padding-top: 16px;
    }

    .whitedetails_mid_rt p {
        padding-top: 16px;
        text-align: justify;
    }

    .whitedetails_mid_rt h6 {
        text-align: center;
    }

    .other_paper_slide {
        padding-top: 20px;
    }

    .other_whitepaper_inner .text-red {
        font-size: 22px;
        line-height: 25px;
    }

    .whitepaper_ban_rt {
        margin-top: 16px;
        padding: 10px;
    }

    .whitepaper_form .error {
        font-size: 10px;
    }

    .hiddenMobile {
        height: 0;
        overflow: hidden;
        opacity: 0;
    }

    .home-banner,
    canvas,
    .side,
    .home-banner .swiper-container,
    .home-banner .swiper-wrapper,
    .home-banner .swiper-slide {
        height: auto !important;
    }

    .home-banner .swiper-slide p {
        font-size: 13px !important;
        line-height: 21px !important;
        font-weight: 500 !important;
        text-align: center;
    }

    .home-banner .swiper-slide h1 {
        font-size: 32px;
        line-height: 35px;
        padding: 0 5px;
        text-align: center;
    }

    .home-banner a {
        min-width: 108px;
    }

    .ceoImg {
        position: unset;
        transform: translate(0, 62px);
    }

    .achievementImage img {
        padding: 0 20px;
        margin-top: 48px;
    }

    .home-banner .swiper-pagination-bullet {
        position: relative;
        width: 156px;
        height: auto;
        text-align: left;
        border-radius: 0;
        opacity: 1;
        margin-right: 20px;
        background-color: #f00;
    }

    .home-banner .swiper-pagination-bullet-active b {
        display: none;
    }

    .dashed-box {
        padding: 8px;
        min-height: auto;
    }

    .serviceOverlay {
        padding: 15px;
    }

    .whiteCardInner {
        padding: 15px;
    }

    .whiteCard p {
        font-size: 14px;
        line-height: 20px;
    }

    .expList span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .homeTabsMainMenu .homeTabMain {
        min-height: 38px;
        line-height: 38px;
    }

    .tabRoundBox {
        min-height: 320px;
        max-height: 100%;
    }

    .tabRoundBoxInner h3 {
        font-size: 20px;
        line-height: 21px;
        padding-right: 14%;
    }

    .tabRoundBox img {
        object-fit: cover;
        min-height: 320px;
    }

    .tabRoundBoxInner>p {
        margin-bottom: 0;
    }

    .testimonialBox {
        min-height: 400px;
    }



    section {
        padding: 25px 15px !important;
    }

    .heading3 {
        font-size: 22px;
        line-height: 28px;
    }

    .card_sm_txt {
        padding-top: 16px;
    }

    .buttonBox {
        text-align: center;
        margin-top: 28px;
    }

    .header-banner {
        min-height: auto;
        background-position: 70% center;
    }

    .follow_pad {
        padding: 25px 0 !important;
    }

    .bulletList li {
        margin-bottom: 14px;
    }

    .header-banner h1 {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
    }

    .header-banner h1 span {
        font-size: 30px;
        line-height: 24px;
    }

    .header-banner h1 small {
        font-size: 24px;
        line-height: 24px;
    }

    .fbc-wrap {
        text-align: center;
    }

    .fbc-items {
        margin: 0 auto !important;
        float: none !important;
    }

    .header-banner p {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .buttonBox .yellowBtn {
        display: block;
        text-align: center;
    }

    .trustedIcon {
        margin-top: 24px;
    }

    .pageTitle {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .mob_games_btm {
        padding-top: 0px !important;
    }

    .redSection {
        padding: 24px 0;
    }

    .pinkishBg_mob {
        margin-bottom: 24px !important;
    }

    .clientSlider {
        margin-top: 0;
    }

    .redBtn {
        display: block;
    }

    .uspText {
        margin-top: 10px;
    }

    .platfromBox {
        padding: 24px 0 16px;
    }

    .watermark {
        display: none;
    }

    .timeLine {
        bottom: 12%;
        top: unset;
    }

    .bottomline:before {
        top: -24px;
        bottom: unset;
    }

    #faq .accordion-button {
        font-size: 12px;
    }

    #faq .accordion-button span {
        padding: 0 8px;
    }

    .formHeading {
        border-bottom: 0;
    }

    .formHeading:after {
        display: none;
    }

    .featureName {
        margin-top: 10px;
        font-size: 13px;
        line-height: 17px;
    }

    .featureBox {
        height: 100%;
    }

    .fetureImg {
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .techBox {
        height: auto;
    }

    .timeLineBox h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .timeLineBox p {
        font-size: 13px;
        line-height: 20px;
    }

    .viewBox,
    .ThumbItem {
        min-height: auto;
        height: auto;
    }

    .viewBox {
        aspect-ratio: 16/9;
    }

    .ThumbItem {
        aspect-ratio: 16/13;
    }

    .playBtn {
        border-radius: 30px;
        padding: 0;
    }

    .innerTitle {
        font-weight: 600;
        font-size: 22px;
        line-height: 24px;
    }

    .contactInfo p {
        text-transform: capitalize;
    }

    .contactInfo p,
    .contactInfo p a {
        font-weight: 600;
        font-size: 13px;
        line-height: 30px;
        text-align: center;
    }

    .contactInfo p a {
        text-transform: none;
    }

    .rightdashedBorder {
        border: none;
        margin-bottom: 16px;
    }

    /* .new_brief .attach_filesec {
        bottom: 32px !important;
    } */
    .locationAddress {
        text-align: left;
    }

    .redRoundBox,
    .addressBox {
        border-radius: 0;
    }

    .darkBg {
        margin-top: 0;
        position: relative;
        padding: 3px 15px !important;
        height: 0;
        overflow: hidden;
    }

    .footerNavOpen {
        height: auto;
    }

    .footer-form {
        margin-bottom: 0 !important;
    }

    .collapsBtn {
        width: 24px;
        height: 24px;
        position: absolute;
        display: block;
        right: 20px;
        top: -3px;
    }

    .active-state__bar {
        height: 40px;
    }

    .rotated {
        transform: rotate(180deg);
    }

    .copyrightBox {
        padding-top: 25px;
        text-align: center;
    }

    .dashedBorder {
        padding: 20px 0;
        /* border:none; */
    }

    .viewBox>img {
        min-height: auto;
    }

    .engagementModel h1 {
        font-size: 30px;
        line-height: 24px;
    }

    .engagementModel .subTxt {
        font-size: 24px;
    }

    .offerBox:after {
        display: none;
    }

    .techItem span {
        padding: 8px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .verticalSlider ul {
        display: inline-block;
    }

    .verticalSlider h2 {
        margin: 20px 0;
        font-size: 22px;
        line-height: 24px;
    }

    .techBg {
        background-image: none;
    }

    .service-banner h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .service-banner .boldText {
        font-size: 30px;
        line-height: 38px;
    }

    .service-banner .subHead {
        font-size: 25px;
        line-height: 25px;
    }

    .floatingPoints ul li {
        width: 30px;
        height: 30px;
    }

    .floatingPoints ul li img {
        width: 16px;
    }

    .floatingTooltip {
        font-size: 10px;
        padding: 0px 5px;
    }

    .floatingPoints ul li:hover .floatingTooltip {
        bottom: -22px;
    }

    .service-banner .trustedIcon {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tech-img {
        height: 60px;
    }

    .tech-img .padding {
        padding: 4px 22px;
    }

    .videoBox {
        height: 272px;
    }

    .corporateImg {
        width: 100%;
    }


    .industryMainSection {
        height: auto;
        margin-bottom: 0;
        padding-top: 120px !important;
        padding-bottom: 35px !important;
    }

    .industryMainHeader h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .industryMainHeader p {
        font-size: 13px;
        line-height: 21px;
    }

    .industryCenterSlider .swiper-slide.swiper-slide-active {
        width: inherit !important;
    }

    .industryCenterSlider .swiper-slide.swiper-slide-active .industryBox>img {
        width: 100% !important;
    }

    .industry_blog_sec {
        min-height: auto;
    }

    .industry_blog_dwn {
        border-radius: 100%;
        width: 400px;
        height: 400px;
        bottom: -200px;
        left: 15px;
        padding: 43px 106px 0 100px;
    }

    .pers_rt .arrow_kone {
        right: 0;
        top: 6px;
    }

    .industry_blog_inn .arrow_kone {
        bottom: 30px;
        left: 50px;
    }

    .industry_blog_dwn h6 {
        font-size: 20px;
        line-height: 23px;
    }

    .industry_blog_dwn p {
        font-size: 13px;
        line-height: 20px;
    }

    .perspective_inn {
        border: 1px solid #E74C3C;
        background-color: #FFF5F4;
    }

    .swiper-slide-active .perspective_inn {
        background-color: #E74C3C;
    }

    .pers_rt span,
    .pers_rt p,
    .publish span {
        color: #F5B7B1;
    }

    .pers_rt h6 {
        color: #FFFFFF;
    }

    .publish {
        color: #fff !important;
    }

    .pers_rt span {
        width: 195px;
        display: block;

    }

    .blogShortDesc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .newSocialLinks {
        width: auto;
    }

    .expertiseSlider {
        clip-path: unset;
    }

    .expertiseSlider .swiper-slide {
        border: 1px dashed #F5B7B1;
        border-radius: 16px;
    }

    .aboutBannerSlider h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .processText {
        min-height: 175px;
    }

    .dedicatedHireBg .bannerList {
        padding-left: 25px;
        margin: 30px 0;
    }
    .dedicatedHireBg .redBtn{
        width: 100%;
    }
    .dedicatedHireBg h1{
        font-size:32px;
        line-height: 35px;
    }

    .awardImg {
        margin-top: 24px;
    }

    #file_error {
        right: 0 !important;
        bottom: -15px !important;
        left: unset;
        width: 100%;
        text-align: left !important;
    }



}

@media only screen and (max-width: 480px) {
    .searching_sec_rt input {
        width: 70%;
    }

    .blog_mid .whitepaper_panel_box_dwn {
        padding: 24px;
    }

    .blog_list_label span {
        margin-bottom: 7px;
    }

    .aboutBannerSlider p {
        font-size: 12px;
        line-height: 15px;
    }

    .abutNo {
        font-size: 20px !important;
    }


    .aboutBannerSlider h2 sup {
        font-size: 14px;
        top: -5px;
    }

    .productDetails h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .productHoverBox {
        height: 325px;
    }

    .shortDesc {
        font-size: 12px !important;
        line-height: 21px !important;
    }

    .productHoverBox .pageSubTitle {
        font-size: 12px;
        line-height: 20px;
    }

    .knowledgeDetails p,
    .knowledgePoint td {
        font-size: 12px;
        line-height: 22px;
    }

    .moreAboutSlider .whiteBox {
        min-height: 362px;
        padding: 20px;
    }

    .ceoSpeech {
        font-size: 14px;
        line-height: 22px;
    }

    .pageSubTitle {
        font-size: 14px;
        line-height: 22px;
    }

    .gridSwiper .clientBox p {
        font-size: 12px;
    }

    .video-overlay img {
        width: 120px;
    }

    .aboutUsBannerTxt h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .aboutUsBannerTxt p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        font-weight: 400;
    }


}

@media only screen and (max-width: 380px) {
    .blog_list_label {
        flex-direction: column;
        align-items: start;
    }
}