/*Banner Section Css*/

.DcatBannerTop.apiSolution span.dcat2,
.DcatBannerTop.apiSolution span.dcat3 {
    font-family: "DRL Circular Book" !important;
    font-size: 50px !important;
    line-height: 62px !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.DcatBannerMid.apiSolution {
    font-size: 22px;
    line-height: 27px;
    max-width: 446px;
    color: #000 !important;
    margin-top: 20px;
    font-weight: 600;
}

.DcatBannerMid.apiSolution p {
    color: #000;
}


.newHomePage {
    width: 100vw !important;
    overflow-x: hidden;
}

#homeBanner {
    height: 32.50vw;
    display: block;
}

#homeBanner .item img {
    max-height: 29.6vw;
}

.newHomePage h2 {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 37px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    color: #502E92;
}

.newHomePage #homeBanner h2 {
    text-align: left;
}

/*Search Section Css*/

.newSearchSection {
    width: 100vw;
    min-height: 134px;
}

.newSearchContainer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 5px 32.2px rgba(93, 77, 145, 0.07);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    margin-top: -112px;
}

.searchNewWrapper {
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
    min-height: 134px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.searchNew {
    width: 64%;
    max-width: 645px;
    height: 56px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 20px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 34px;

}

.searchNew input[type='text'] {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 34px;
}

.homepageSearchButton {
    font-family: "DRLCircular-Light";
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 14px 28px;
    gap: 10px;
    width: 150px;
    height: 56px;
    border-radius: 61px;
    border: none;
    outline: none;
    transition: all 500ms;
    background: url(../images/search.svg) no-repeat center left 19px #502E92;
    top: 0px;
    right: 0px;
}

a.knowMore.cphiBtn.redButten {
    background-color: #502E92 !important;
    border-color: #502E92 !important;
    color: #fff !important;
    transition: all 500ms;

}

a.knowMore.cphiBtn.redButten:hover {
    background-color: #2e165b !important;
    border-color: #2e165b !important;
    color: #fff !important;
}

.homepageSearchButton:hover {
    background: url(../images/search.svg) no-repeat center left 19px #2e165b;
}

form#home-product-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.searchTextBlock {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #502E92;
    width: 27%;
    max-width: 315px;
    position: relative;
    background-color: #fff;
}


div#block-homepageproductsearch {
    /* border: 1px solid #DEDEDE; */
    border: 1px solid #ccc;
    border-radius: 34px;
    padding-left: 20px;
}

/*API Solution Section Css*/

.ApiSolutionSection {
    width: 100vw;
    background: url(../images/api-solution-right-bottom-bg.svg) #F2F3F8;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    padding: 126px 0px 70px;
    /* margin-top: -81px; */
}

.SolutionCarousalWrapper {
    margin-top: 30px;
}

.SolutionApi {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.SolutionApiBox {
    width: 23%;
    min-width: 23.6%;
    height: 174px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12.6px rgba(93, 77, 145, 0.07);
    border-radius: 18px;
    /* transition: all 500ms; */
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.SolutionApiBox a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #502E92;
    width: 100px;
    /* transition: all 500ms; */
}

.SolutionApiBox:hover {
    border-radius: 18px;
    background: linear-gradient(78.76deg, #6843B8 8.29%, #34C5F4 109.11%);
    /* transition: all 500ms; */
    color: #fff;
}

.SolutionApiBox h4 {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    /* transition: all 500ms; */
    word-wrap: break-word;
}

.SolutionApiBox p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #575757;
    transition: all 500ms;
    margin-bottom: 0px;
}

.SolutionApiBox p {
    display: none;
}

.SolutionApiBox:hover a,
.SolutionApiBox:hover p,
.SolutionApiBox:hover h4 {
    color: #fff;
}

.SolutionApiBox:hover img {
    filter: brightness(0) invert(1);
}



#solutionCarousal .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}



#solutionCarousal .owl-controls .owl-buttons div,
.newCapabilitiesSection .owl-controls .owl-buttons div,
.newreimagineSection .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.newCapabilitiesSection .owl-prev,
.newreimagineSection .owl-prev {
    left: auto;
    position: relative;
}

#solutionCarousal .owl-prev {
    left: -33px;
    position: relative;
    margin-top: inherit;
    top: 14px !important;
}

#solutionCarousal .owl-next,
.newCapabilitiesSection .owl-next,
.newreimagineSection .owl-next {
    right: auto;
    position: relative;
}


#solutionCarousal .owl-nav,
.newCapabilitiesSection .owl-nav {
    width: 80px;
    position: relative;
    display: flex;
    margin: 30px auto 0;
    justify-content: center;
    gap: 25px;
}

#newWhoweare button.owl-dot {
    margin-top: 15px;
}

.searchTextBlock strong {
    font-family: "DRLCircular-Bold";
}



#solutionCarousal .item {
    width: 12.5%;
    /* 100 / 8 = 12.5% to fit 8 items in one row */
    box-sizing: border-box;
}

#solutionCarousal .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

#solutionCarousal .owl-item {
    margin-right: 0px;
    /* Remove default margin/padding between items */
}



.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

#solutionCarousal {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.SolutionApiBox {
    height: auto !important;
}



@media (max-width: 768px) {
    #solutionCarousal .owl-carousel .item-wrapper {
        flex-direction: column;
    }

    #solutionCarousal .owl-carousel .item {
        flex: 0 0 98%;
    }

    #newResources {
        width: 100%;
        margin: auto;
    }




}



/*Who We Are Section Css*/

.newWhoweareSection {
    width: 100vw;
    background-color: #fff;
    position: relative;
    padding: 70px 0px;
}

.newsSecmain {
    display: flex;
    justify-content: space-between;
    width: 95%;
    min-width: 1170px;
    margin: 0 auto;

}

.newsSecmain p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #575757;
}

.newsLeft {
    width: 40%;
    min-width: 465px;
}

.newsRight {
    width: 47%;
    min-width: 554px;
}

.newsRight h2 {
    text-align: left;
    margin-bottom: 14px;
}

.newSecReadMoreBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 28px;
    gap: 10px;
    width: 145px;
    height: 50px;
    background: #502E92;
    border-radius: 61px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: all 500ms;
}

.newSecReadMoreBtn:hover {
    color: #fff;
    background: #2e165b;
}

.whoweAreBottomSec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.whoweareBottomItem {
    width: 23%;
    padding-left: 20px;
    box-sizing: border-box;
    min-width: 270px;
    height: 77px;
    background: #FFFFFF;
    box-shadow: 0px 4px 19.6px rgba(93, 77, 145, 0.12);
    border-radius: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}

.whoweareBottomItem span {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}


#newWhoweare .owl-nav {
    display: none;
}

#newWhoweare .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: none;
}

#newWhoweare button.owl-dot {
    width: 8px !important;
    height: 8px !important;
}

#newWhoweare button.owl-dot.active {
    background: url(../images/dots-active.svg) no-repeat !important;
    width: 22px !important;
    height: 22px !important;
}

/*Capabilities Section Css*/
.newCapabilitiesSection {
    width: 100vw;
    background-color: #fff;
    position: relative;
    padding: 30px 0px 0px 0px;
}

.newCapabilitiesSection p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #575757;
}

.capabilitiesBottomSec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.capabilitiesBottomBox {
    width: 32%;
    min-width: 32%;
    height: auto;
    min-height: 220px;
    border: 1px solid #5F4BA0;
    border-radius: 20px;
    padding: 20px;
    /* padding: 7% 1%; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 500ms;

}

.capabilitiesBottomBox h4 {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 100%;
}

.capabilitiesBottomBox p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #575757;
    max-width: 100%;
}

.capabilitiesBottomBox a img {
    width: 44px;
    height: 44px;
}

.capabilitiesBottomBox:hover {
    background: linear-gradient(66.35deg, #6843B8 15.23%, #34C5F4 109.87%);
}

.capabilitiesBottomBox:hover h4,
.capabilitiesBottomBox:hover p {
    color: #fff;
}

.capabilitiesBottomBox:hover img {
    filter: brightness(0) invert(1);
}

.newreimagineSection {
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/reimagine-left-bg.svg), url(../images/reimagine-right-bg.svg), linear-gradient(65deg, rgba(52, 197, 244, 1) 0%, rgba(104, 67, 184, 1) 45%, rgba(104, 67, 184, 1) 100%);
    background-repeat: no-repeat;
    background-position: left bottom, right top;
}

.newreimagineBox {
    display: flex;
    gap: 115px;
    justify-content: space-between;
    align-items: center;
}

.newreimagineSection h2 {
    color: #fff;
    text-align: left;
    vertical-align: middle;
}

.newreimagineSection p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.reimagineBoxLeft {
    width: 42%;
    min-width: 492px;
}


.reimagineBoxRight {
    width: 43%;
    min-width: 508px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
    justify-content: space-between;
}

.reiconBox {
    width: 48%;
    min-width: 242px;
    height: 209px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20.8px rgba(93, 77, 145, 0.14);
    border-radius: 18px;
    margin: 12px 0px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;

}

.reiconBox img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.reiconBox p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #575757;
}

.reimagineBtn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 28px;
    gap: 10px;
    width: 267px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 61px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #502E92;
    transition: all 500ms;
}

.reimagineBtn:hover {
    color: #fff;
    background: #502E92;
}

.newEventSection {
    background: #fff;
    position: relative;
    padding: 60px 0px;

}

.newEventSection p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #575757;
}

.newEventBox {
    width: 100%;
    min-height: 436px;
    background: #FFFFFF;
    box-shadow: 0px 9px 25.4px rgba(84, 69, 134, 0.09);
    border-radius: 18px;
    position: relative;
}

.newEventImageBox {
    min-height: 214px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    position: relative;
    overflow: hidden;
}

.newEventImageBox img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 214px;
}

.newEventDescription {
    padding: 15px;
    min-height: 200px;
    position: relative;
}

.newEventDescription h4 {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}

.boothLabel {
    min-width: 137px;
    padding: 0px 12px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    background: #F0EAF9;
    border-radius: 4px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    color: #502E92;
}

.boothLabel strong {
    font-weight: bold;
    color: #000000;
}

.newEventDateLabel {
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50px;
    top: 12px;
    right: 12px;
    background: linear-gradient(62.18deg, #6843B8 17.27%, #34C5F4 130.25%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.newEventDateLabel img {
    width: 16px !important;
    height: 18px !important;
    min-height: 0;
}

.newEventDateLabel span {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 6px;
}

.newEventDateLabel span+span {
    font-size: 10.8738px;
    line-height: 9px;
    text-align: center;
    text-transform: uppercase;
    color: #AEC5FF;
}

.newEventPlace {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0px;
}

.newEventPlace img {
    width: 18px !important;
    height: 18px !important;
}

.newEventPlace span {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
}

.newEventBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 18px;
    gap: 10px;
    width: 164px;
    height: 40px;
    background: #F0504B;
    border-radius: 61px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 500ms;
    position: absolute;
    bottom: 20px;

}

.newEventBtn:hover {
    color: #fff;
    background: #d03b36;
}

img.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

/*New Contact Section Css*/
.newContactBanner {
    width: 100vw;
    height: auto;
    min-height: 116px;
    background-image: url(../images/contact-top-bg.svg), url(../images/contact-right-bg.svg), linear-gradient(90deg, rgba(104, 67, 184, 1) 0%, rgba(104, 67, 184, 1) 45%, rgba(52, 197, 244, 1) 100%);
    background-repeat: no-repeat;
    background-position: left top, right top;
}

.newContactWrapper {
    display: flex;
    min-height: 116px;
    align-items: center;
}

.newContactLeft {
    width: 73%;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.newContactRight {
    width: 27%;
}

.newContactBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 28px;
    gap: 10px;
    width: 147px;
    height: 50px;
    background: #502E92;
    border-radius: 61px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 500ms;
}

.newContactBtn:hover {
    background: #2e165b;
    color: #fff;
}

/*Resources Section Css*/


.newResourcesSection {
    width: 100vw;
    background: #F2F3F8;
    position: relative;
    padding: 70px 0px;
}

.newResourcesWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newResourcesLeft {
    width: 40%;
    min-width: 470px;
}

.newResourcesRight {
    width: 57%;
    min-width: 670px;
}

.resourcesLeftImageBlock {
    width: 100%;
    padding: 28px;
    box-sizing: border-box;
    min-height: 433px;
    background: #FFFFFF;
    border-radius: 21px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resourcesInfo {
    margin-top: 20px;

}

.rightContentSec {
    width: 49%;
    min-width: 32px;
}

.resourcesInfo.rightBox {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.rightimageSec {
    width: 20%;
    min-width: 123px;
    min-height: 118px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rightimageSec img {
    width: 100%;
    height: auto;
}

.resourcesInfo h4 {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.resourcesInfo p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #575757;
}

.resourcesDownloadBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 28px;
    gap: 10px;
    width: auto;
    max-width: 200px;
    height: 50px;
    background: #502E92;
    border-radius: 61px;
    color: #fff;
    transition: all 500ms;

}

.resourcesDownloadBtn img {
    filter: brightness(0) invert(1);
}

.resourcesDownloadLinkBtn {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #502E92;
    height: 24px;
}

.resourcesDownloadLinkBtn img {
    height: auto;
}

.resourcesDownloadBtn:hover {
    background: #2e165b;
    color: #fff;
}

#newResources {
    width: calc(100% - 20px);
    /* Adjust width to account for margin */
    margin: 0 10px 30px;
    /* Example margin to make space */
    overflow: hidden;
    /* Clip overflow */
    position: relative;
    /* Ensure position is relative */
    text-align: left;
}

#newResources .owl-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Hide overflow */
}

#newResources .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
    margin: 0;
    /* Remove default margin */
    padding: 0;
    /* Remove default padding */
}


#newResources .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    min-width: 80px;
    max-width: 137px;
    height: 40px;
    border: 1px solid #B8B8B8;
    border-radius: 60px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #575757;
    transition: all 500ms;
    cursor: pointer;
}




#newResources .owl-item {
    width: auto !important;
    max-width: 137px;
    margin-bottom: 0px;
}

#newResources .item.active {
    background: #502E92;
    border-color: #502E92;
    color: #fff;
}

#newResources .owl-carousel .owl-item {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}

#newResources .owl-prev,
#newResources .owl-next {
    top: -10px !important;
}

#newResources .owl-nav,
#newEvent .owl-nav,
#newAward .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 0px;
    pointer-events: none;
}

#newResources .owl-prev,
#newResources .owl-next,
#newEvent .owl-prev,
#newEvent .owl-next,
#newAward .owl-prev,
#newAward .owl-next,
#solutionCarousal .owl-prev,
#solutionCarousal .owl-next,
.capabilitiesBottomSec .owl-prev,
.capabilitiesBottomSec .owl-next,
.reimagineBoxRight .owl-nav button.owl-prev,
.reimagineBoxRight .owl-nav button.owl-next {
    pointer-events: all;
    border-radius: 50%;
    width: 27px !important;
    height: 27px !important;
    display: flex;
    /* Ensure arrow content is centered */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    cursor: pointer;
    /* Pointer cursor */
    z-index: 1;
    /* Ensure arrows are above items */
    cursor: pointer;
    background: url(../images/chevron-left.svg) no-repeat !important;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.8) !important;

}

#newResources .owl-prev,
#newEvent .owl-prev,
#newAward .owl-prev {
    left: -6px;
}

#newResources .owl-next {
    right: 8px;
    transform: rotate(-180deg);
}

#newEvent .owl-next {
    right: -22px;
    transform: rotate(-180deg);
}

#newAward .owl-next {
    right: -22px;
    transform: rotate(-180deg);
}

#solutionCarousal .owl-next,
.capabilitiesBottomSec .owl-next,
.reimagineBoxRight .owl-nav button.owl-next {
    transform: rotate(-180deg);
}


.capabilitiesBottomSec .owl-next {
    margin-left: inherit;
}

#solutionCarousal .owl-next {
    margin-left: inherit;
    right: -12px;
}

.reimagineBoxRight .owl-nav button.owl-next {
    margin-left: auto;
    right: -4px;
    margin-top: auto;
}

#newResources .owl-prev span,
#newResources .owl-next span,
#newEvent .owl-prev span,
#newEvent .owl-next span,
#newAward .owl-prev span,
#newAward .owl-next span,
#solutionCarousal .owl-prev span,
#solutionCarousal .owl-next span,
.newCapabilitiesSection .owl-prev span,
.newCapabilitiesSection .owl-next span,
.newreimagineSection .owl-prev span,
.newreimagineSection .owl-next span {
    display: none !important;
}

#newResources .owl-carousel .owl-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.owl-prev.disabled,
.owl-next.disabled {
    pointer-events: none;
    /* Disable pointer events */
    opacity: 0.5;
    /* Example: Reduce opacity for disabled look */
}

.resourcesLeftImageBlock img {
    width: 100%;
}

.info-section {
    width: 100%;
    min-height: 546px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 25px;
    display: block !important;
}

.info-section.info-left {
    display: block !important;
    min-height: inherit;
    padding: inherit;
    box-sizing: border-box;
    border: none;
    border-radius: inherit;
}

.info-section.active,
.info-section-left.active {
    display: block;
}

.exploreAll {
    margin-top: 30px;
}

.exploreAllBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 28px;
    box-sizing: border-box;
    gap: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #502E92;
    border-radius: 61px;
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    background-color: #502E92;
}

.exploreAllBtn:hover {
    color: #fff;
}

.Carousalloader {
    display: none;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Award Section Css*/
.newAwardSection {
    width: 100vw;
    background-color: #fff;
    position: relative;
    padding: 70px 0px;
}

.newAwardSection #newAward {
    margin-top: 36px;
}

.newAwardSection #newAward .item {
    border-radius: 12px;
    overflow: hidden;
}

/*Schedule a Meeting Advertisement*/
.newScheduleMeetingSection {
    margin-bottom: 70px;
}

.newMeetingWrapper {
    width: 100%;
    min-height: 147px;
    background-image: url(../images/advertisement-left-bg.svg), url(../images/advertisement-right-bg.svg), linear-gradient(70.66deg, #6843B8 2.84%, #34C5F4 136.65%);
    background-repeat: no-repeat;
    background-position: left bottom, right top;
    border-radius: 20px;
}

.newMeetingInner {
    width: 76%;
    min-height: 147px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newMeetingInner h4 {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.newMeetingInner p {
    font-family: 'DRL Circular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #F4EFFF;
    margin-bottom: 0px;
}

.advertisementDesc {
    width: 67%;
}

.advertiseBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 28px;
    box-sizing: border-box;
    gap: 10px;
    min-width: 220px;
    height: 50px;
    background: #F0504B;
    border-radius: 61px;
    color: #fff;
    transition: all 500ms;

}

.advertiseBtn:hover {
    color: #fff;
    background: #d03b36;
}

#newAward .owl-nav,
#newEvent .owl-nav {

    width: 104% !important;
    margin-left: -2%;
}


/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {

    .whoweAreBottomSec {
        justify-content: center;
    }

    .capabilitiesBottomBox {
        width: 340px;
        min-width: auto;
        height: 340px;
        min-height: auto;
        /* padding: 80px 40px 42px; */
        max-height: 340px;
    }

    .newSearchContainer {
        max-width: 90%;
        margin-top: -44px;
    }

    #homeBanner .item img {
        max-height: fit-content;
    }

    .bannerSec {
        height: auto;
    }

    .ApiSolutionSection {
        margin-top: -90px;
    }

    .newsSecmain {
        min-width: auto;

    }

    .newreimagineBox {
        gap: 20px;
    }

    .reimagineBoxRight {
        width: 50%;
        min-width: auto;
        gap: 20px;
    }

    .reiconBox {
        width: 45%;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {

    .whoweAreBottomSec {
        justify-content: center;
    }

    .capabilitiesBottomBox {
        width: 340px;
        min-width: auto;
        height: 340px;
        min-height: auto;
        /* padding: 80px 40px 42px; */
        max-height: 340px;
    }

    .newSearchContainer {
        max-width: 90%;
        margin-top: -69px;
    }

    /* #homeBanner .item img {
        max-height: fit-content;
    } */

    .bannerSec {
        height: auto;
    }

    .ApiSolutionSection {
        margin-top: -90px;
    }

    .newsSecmain {
        min-width: auto;

    }

    .newreimagineBox {
        gap: 20px;
    }

    .reiconBox {
        width: 45%;
    }

    .newResourcesSection, .newAwardSection, .newEventSection, .newreimagineSection, .newScheduleMeetingSection, .footerWrapper, .newCapabilitiesSection, .newWhoweareSection {
        width: 100%;
        padding: 48px 24px;
        box-sizing: border-box;
    }

    .newContactBanner {
        padding: 0 24px;
    }

    .ApiSolutionSection {
        margin-top: -130px;
        padding-top: 179px;
    }
}






@media only screen and (min-width: 1600px) {
    .ApiSolutionSection {
        margin-top: -30px;
    }

    .newSearchContainer {
        margin-top: -170px;
    }



}


@media only screen and (min-width: 1440px) {
    .bannerSec {
        height: auto;
        max-height: 32.50vw;
    }

    #homeBanner .owl-dots {
        top: 70%;
    }

    #homeBanner .item .mycon a.knowMore {
        margin-top: 20px !important;
    }

    #homeBanner .item .mycon {
        top: 50px;
    }

    .DcatBannerTop {
        margin-top: 0px !important;
    }
}

@media (min-width: 1400px) and (max-width: 1439px) {
    #homeBanner .item .mycon {
        top: 30px;
    }

    #homeBanner .item .mycon a.knowMore {
        margin-top: 10px !important;
    }

    .DcatBannerTop {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1440px) {
    /* .searchTextBlock::before {
        left: -65%;
    } */

    #newResources .owl-prev {
        left: 40px;
    }
}







@media only screen and (max-width: 1440px) {

    .DcatBannerTop.apiSolution span.dcat2, .DcatBannerTop.apiSolution span.dcat3 {
        font-size: 36px !important;
        line-height: 46px !important;

    }

    .DcatBannerMid.apiSolution {
        margin-top: 10px;
    }

    .newSearchSection {
        background: linear-gradient(90deg, rgba(57, 183, 237, 1) 0%, rgba(57, 183, 237, 1) 62%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 1) 100%);
    }
}


@media only screen and (max-width: 1400px) {
    #newEvent .owl-next, #newAward .owl-next {
        right: -6px !important;
    }
}

@media only screen and (max-width: 1366.99px) {
    #newEvent .owl-prev, #newAward .owl-prev {
        left: 37px !important;
    }
}

@media only screen and (max-width: 1365px) {
    /* .searchTextBlock::before {
        left: -56%;
    } */

    .searchNew {
        width: 90%;
        max-width: 100%;
    }

    .searchNew div {
        width: 100%;
    }


}


@media only screen and (max-width: 1359px) {
    .newreimagineBox {
        gap: 50px;
    }

    .reimagineBoxLeft {
        min-width: auto;
    }

    section.newreimagineSection {
        padding: 50px 24px;
    }

}

@media only screen and (max-width: 1024px) {

    #solutionCarousal .item {
        width: 30%;
        box-sizing: border-box;
    }


    .newSearchSection {
        background: linear-gradient(180deg, rgba(57, 183, 237, 1) 0%, rgba(57, 183, 237, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    }

    .searchNewWrapper {
        flex-direction: column;
    }

    .searchNew {
        width: 100%;
        max-width: 100%;
        margin: 15px 0px;
    }

    .searchTextBlock {
        width: 100%;
        max-width: 100%;
        padding-top: 15px;
    }

    /* .searchTextBlock::before {
        display: none;
    } */

    .newsSecmain {
        min-width: 100%;
    }

    .newResourcesWrapper {
        flex-direction: column;
        gap: 30px;
    }

    .newResourcesRight {
        width: 100%;
        min-width: 100%;
    }

    .newResourcesLeft {
        width: 100%;
        min-width: 100%;
    }

    .capabilitiesBottomSec {
        justify-content: center;
    }

    .newsRight {
        min-width: auto;
    }

}


@media only screen and (max-width: 991px) {


    .SolutionApiBox {
        width: 45%;
    }

    .newsSecmain {
        flex-direction: column;
    }

    .newsLeft {
        width: 100%;
        min-width: auto;
    }

    .newsRight {
        width: 100%;
        min-width: auto;
    }

    .newreimagineBox {
        flex-direction: column;
    }

    .reimagineBoxLeft {
        width: 100%;
    }

    .reiconBox {
        width: 48%;
    }

    .reimagineBoxRight {
        width: 100%;
        min-width: auto;
        gap: 20px;
        justify-content: flex-start;
    }

    .capabilitiesBottomBox {
        width: 340px;
        min-width: auto;
        height: 340px;
        min-height: auto;
        /* padding: 80px 40px 42px; */
        max-height: 340px;
    }

    .DcatBannerTop.apiSolution span.dcat2, .DcatBannerTop.apiSolution span.dcat3 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    #homeBanner .item .mycon a.knowMore {
        margin-top: 0px !important;
    }

}


@media only screen and (max-width: 768px) {


    #solutionCarousal .item {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
    }

    .newsSecmain {
        min-width: 100%;
        flex-direction: column;
    }

    .newsLeft {
        width: 100%;
        min-width: 100%;
    }

    .newsRight {
        width: 100%;
        min-width: 100%;
    }


    .newResourcesWrapper {
        flex-direction: column;
    }



    .newContactWrapper {
        flex-direction: column;
        gap: 15px;
    }

    .newContactLeft {
        width: 100%;
    }

    .newContactRight {
        width: 100%;
    }

    .reimagineBoxLeft {
        width: 100%;
        min-width: 100%;
    }

    .reimagineBoxRight {
        width: 100%;
        min-width: 100%;
        gap: 15px;
        justify-content: center;
    }

    /* .SolutionApiBox {
        min-width: 100%;
    } */

    .ApiSolutionSection {
        margin-top: -64px;
        padding-top: 184px !important;
    }

    .newreimagineBox {
        flex-direction: column;
        gap: 30px;
    }

    .reiconBox {
        width: 48%;
    }

    .newContactBanner {
        padding: 30px 0px;
    }

    .resourcesInfo.rightBox {
        gap: 15px;
        justify-content: center;
        flex-direction: column;
    }

    .rightimageSec {
        width: 100%;
    }

    .rightContentSec {
        width: 100%;
    }

    .resourcesLeftImageBlock {
        min-height: auto;
    }

    .info-section {
        min-height: auto;
    }

    /* .searchTextBlock::before {
        content: '';
        position: absolute;
        left: -24px;
        top: 0;
        background: #fff;
        width: 25px;
        height: 100%;
        display: block;
    } */

    /* .searchTextBlock::after {
        content: '';
        position: absolute;
        right: -24px;
        top: 0;
        background: #fff;
        width: 25px;
        height: 100%;
        display: block;
    } */


    input[type="text"]::placeholder {
        content: attr(data-short-placeholder);
    }

    #newAward .owl-next,
    #newEvent .owl-next {
        right: 0px;
    }

    .newEventBox {
        height: auto;
    }

    /* .whoweareBottomItem {
        width: 100%;
    } */

    #newResources .owl-item {
        flex: 1;
    }

    .newMeetingInner {
        width: 100%;
        flex-direction: column;
        padding: 30px;
    }

    .advertisementDesc {
        width: 100%;
        margin-bottom: 15px;
    }

    #newResources .owl-prev {
        left: 0px;
    }

    #newResources .owl-item {
        width: auto !important;
        max-width: 100% !important;
    }

    #newResources .item {
        max-width: 100%;
    }

    .searchTextBlock {
        padding-bottom: 15px;
    }

    .ApiSolutionSection,
    .newWhoweareSection,
    .newreimagineSection,
    .newEventSection,
    .newResourcesSection,
    .newAwardSection {
        padding: 30px 0px;
    }

    .newCapabilitiesSection {
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 480px) {


    .newEventBox {
        height: auto;
        width: 90%;
        margin: 0 auto;
    }

    .info-section {
        padding: 15px;
        border-radius: 20px;
    }

    .whoweAreBottomSec {
        margin-top: 0px;
    }

    .ApiSolutionSection, .newWhoweareSection, .newreimagineSection, .newEventSection, .newResourcesSection, .newAwardSection {
        padding: 15px 0px 0px;
    }

    section.newEventSection {
        padding-top: 0px !important;
    }

    section.newreimagineSection {
        padding: 15px 24px;
    }

    .newScheduleMeetingSection {
        margin-bottom: 30px;
    }

    .reimagineBoxRight .owl-item {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .reimagineBoxLeft p {

        margin-bottom: 15px;
    }

    .newAwardSection #newAward {
        margin-top: 0px;
    }

    .reiconBox {
        width: 100%;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .reiconBox p {
        font-size: 14px;
        line-height: 16px;
    }

    .DcatBannerTop.cphiJapan2024.milan2024 span.dcat2, .DcatBannerTop.cphiJapan2024.milan2024 span.dcat3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .DcatBannerBottom.cphiJapan2024.milan2024 span.dcatDate::before {
        filter: none !important;
    }

    .DcatBannerBottom.cphiJapan2024.milan2024 span.dcatPlace::before {
        filter: none !important;
    }

    .DcatBannerMid.cphiJapan2024.milan2024 span {
        color: #000 !important;
    }

    .DcatBannerMid.cphiJapan2024.milan2024 span.dcat4 strong {
        color: #000 !important;
    }

    .DcatBannerBottom.cphiJapan2024.milan2024 span {
        color: #000 !important;
    }

    .shortInfo {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        transition: max-height 0.2s ease-out;
        max-height: 4.5em;
        margin-bottom: 0px !important;
        /* Adjust this value based on the number of lines */
    }

    .shortInfo.expanded {
        display: block;
        -webkit-line-clamp: unset;
        /* Removes line clamp */
        max-height: none;
        /* Allows full height */
    }

    a.toggleButton {
        display: inline-block;
        margin-top: 10px;
        cursor: pointer;
        color: blue;
        font-weight: bold;
        text-decoration: underline;
    }

    section.newreimagineSection .container {
        padding: 0px !important;
    }

    .reiconBox {
        width: 100%;
    }

    .newreimagineBox {
        gap: 0px;
    }

    .reimagineBoxRight {
        gap: 0px;
    }


    .reimagineBoxRight {
        width: 100%;
        min-width: 100%;
        display: block;
    }

    .newContactBtn {
        height: 40px;
        width: auto !important;
        max-width: 150px;
        margin: 0 auto;
    }

    .exploreAllBtn {
        width: auto;
        height: 40px;
        max-width: fit-content;
        margin: 0 auto;
    }

    .newContactBanner {
        padding: 15px 0px;
    }

    #newResources {
        margin: 0 10px 15px;
    }

    .reiconBox {
        height: auto;
    }

    .reiconBox p {
        margin-bottom: 0px;
    }

    #newEvent .owl-prev, #newAward .owl-prev {
        left: -6px !important;
    }

    .capabilitiesBottomSec .owl-prev,
    .capabilitiesBottomSec .owl-next {
        background-color: transparent !important;
        background: url(../images/chevron-left.svg) no-repeat !important;
        box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.8) !important;

    }

    .newResourcesLeft {
        display: none;
    }

    #newResources .item {
        max-width: 50%;
        margin: 0 auto;
    }

    #homeBanner .item img {
        max-height: max-content;
    }

    .newSearchContainer {
        width: 90%;
        margin-top: -40px;
        min-height: 211px;
        align-items: flex-start;
    }

    /* .ApiSolutionSection {
        padding: 20px 0px 20px !important;
        margin-top: 0px;
    } */



    .SolutionCarousalWrapper {
        margin-top: 20px;
    }

    .SolutionApi .owl-item {
        margin-bottom: 0px !important;
    }

    .SolutionApiBox h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .homepageSearchButton {
        /* background-image: none; */
        background-position: left 105px center;
    }

    .searchNew {
        padding-left: 0px;
    }

    .newHomePage section .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .newHomePage #homeBanner .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    form#home-product-search-form {
        flex-direction: column;
        gap: 10px;
    }

    .homepageSearchButton {
        height: 40px;
        text-align: left;
        line-height: 0;
    }

    div#block-homepageproductsearch {
        border: none;
        border-radius: 0;
        padding-left: 0px;
    }

    .searchNew input[type='text'] {
        border: 2px solid #DEDEDE;
        height: 42px;
        padding: 0 10px;
        font-size: 12px;
    }

    #solutionCarousal .item-wrapper {
        gap: 10px;
        width: 90%;
        margin: 0 auto;
    }

    .SolutionApiBox {
        min-width: 100%;
    }

    #solutionCarousal .owl-nav, .newCapabilitiesSection .owl-nav {
        width: 107%;
    }

    #solutionCarousal {
        width: 88%;
        display: block;
        margin: 0 auto;
    }


    /* section.ApiSolutionSection .container {
        padding-right: 0px !important;
    } */

    section.ApiSolutionSection .no-js .owl-carousel, section.ApiSolutionSection .owl-carousel.owl-loaded {
        display: flex;
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
    }

    .item.SolutionApiBox a {
        display: flex;
        font-size: 14px;
        justify-content: center;
    }

    .item.SolutionApiBox a img {
        width: 16px;
    }

    .SolutionApiBox {
        height: auto;
        min-height: 140px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 5px;
        gap: 20px;
    }

    #solutionCarousal .owl-nav {
        margin-top: auto;
        position: absolute;
        top: 40%;
    }

    .newSecReadMoreBtn {
        width: auto;
        max-width: 150px;
        height: 40px;
        margin: 0 auto;
    }

    .reimagineBoxRight .owl-item img {
        width: auto;
    }

    .capabilitiesBottomBox {
        width: 90%;
        min-width: auto;
        height: auto;
        min-height: auto;
        /* padding: 80px 40px 42px; */
        max-height: 340px;
        justify-content: center;
        margin: 0 auto;
        border-radius: 12px;
        padding: 20px;
        box-sizing: border-box;

    }

    .newHomePage h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }

    .newHomePage .owl-carousel .owl-nav button.owl-prev {
        left: -14px;
        z-index: 99999;
    }

    .newCapabilitiesSection {
        padding: 15px 0px 0px 0px;
    }

    .newEventSection p {
        margin-bottom: 15px;
    }

    .newCapabilitiesSection .owl-nav {
        width: 102% !important;
        position: absolute;
        margin-top: -40%;
        display: flex;
    }

    .newreimagineSection .owl-nav {
        width: 102% !important;
        position: absolute;
        margin-top: -29%;
        display: flex;
    }

    .whoweareBottomItem {
        width: 100%;
    }

    #newResources .owl-prev {
        left: 0px;
    }

    #newResources .owl-stage {
        justify-content: flex-start;
    }



    .newHomePage {
        overflow-x: hidden;
    }

    #homeBanner .item::after {
        display: none !important;
    }

    .DcatBannerTop span {
        color: #000 !important;
    }

    .DcatBannerTop h2 {
        color: #000 !important;
    }

    .DcatBannerTop.apiSolution span.dcat2,
    .DcatBannerTop.apiSolution span.dcat3 {
        font-size: 24px !important;
        line-height: 20px !important;
        margin-top: 0px !important;
        letter-spacing: -1px !important;
        margin-bottom: 10px !important;
        color: #000 !important;
    }

    .DcatBannerMid.apiSolution {
        font-size: 13px;
        line-height: 15px;
        color: #000 !important;
        margin-top: 0px;
    }

    .DcatBannerMid.apiSolution p {
        color: #000 !important;
    }

    .resourcesDownloadBtn,
    .newContactBtn,
    .reimagineBtn,
    .newSecReadMoreBtn {
        /* width: 100%; */
        margin: 0 auto;
    }

    .newsLeft {
        margin-bottom: 0px;
    }

}



@media screen and(max-width: 480px) {
    .SolutionApiBox {
        width: 100% !important;
    }

    .SolutionApiBox {
        min-width: auto !important;

    }

    #solutionCarousal .item {
        width: 100%;
        box-sizing: border-box;
    }

    #solutionCarousal {
        width: 88% !important;
        display: block !important;
        margin: 0 auto !important;
    }



}