.scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.homesection {
    height: 100vh;
    scroll-snap-align: center;
    scroll-margin-top: 66px;
    overflow: hidden;
}

.homesectionfooter {
    scroll-snap-align: center;
    scroll-margin-top: 66px;
    /* overflow: hidden; */
}

.animate-fadeouttopright {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
    animation-duration: 2.5s;
    animation-fill-mode: both;
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0% 1);
        transform: translate3d(0% 1);
    }
}

/* header .right-nav .mainUL li .menuCol, 
.header .right-nav .mainUL li .menuCol{
    opacity: 1;
    visibility: visible;
} */

.site-inner header,
header.fixedTop,
.header.fixedTop {
    background: transparent !important;
}

.site-inner header.Fixed-top {
    background: white !important;
    margin-top: 0px !important;
}

.header-logo {
    height: auto;
    width: 150px;
}

/* header .right-nav .mainUL .whoweare .leftside{
    position: relative;
    top: 50px;
}
header .right-nav .mainUL .whoweare .leftside .byindustry{
    position: absolute;
    top: -50px;
} */
/*
header .right-nav .mainUL .whoweare .leftside li:nth-child(6){
    margin-top: 48px;
}
header .right-nav .mainUL .whoweare .leftside .byindustry a,
header .right-nav .mainUL .whoweare .rightside .byrole a{
    color: #383838;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
}

ul.mainUL.result-menu li span{
    color: #949494;
}
ul.mainUL.result-menu li span:hover{
    color: #F18C49;
}
.web-daffogray-logo{
    display: none;
}
.header-section .logohover .web-daffogray-logo{
    display: block;
}
.header-section .logohover .web-daffo-logo{
    display: none;
}
.web-daffo-logo:hover{
    display: block;
}


header .right-nav .mainUL li .menuCol:before, 
.header .right-nav .mainUL li .menuCol:before{
    display: none;
}

header .right-nav .mainUL, .header .right-nav .mainUL{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0;
    margin-right: 90px;
}
header .right-nav .mainUL li .menuCol.expertiseMenuone ul li, 
.header .right-nav .mainUL li .menuCol.expertiseMenuone ul li{
    width: 100% !important;
}

header .right-nav .mainUL li, .header .right-nav .mainUL li{
    list-style: none;
    min-height: 47px;
    display: flex;
    align-items: self-start;
    margin-right: 40px;
    font-size: 16px;
    padding: 20px 0;
}
header .right-nav .mainUL li a:before, 
header .right-nav .mainUL li span:before, 
.header .right-nav .mainUL li a:before, 
.header .right-nav .mainUL li span:before{
    display: none;
}
header .right-nav .mainUL li .menuCol ul li h3, .header .right-nav .mainUL li .menuCol ul li h3{
    color: #383838;
    margin: 20px 0px 20px;
}

header .right-nav .mainUL li, .header .right-nav .mainUL li{
    padding: 0px 0px;
}
header .right-nav .mainUL li .menuCol ul li, .header .right-nav .mainUL li .menuCol ul li{
    margin-bottom: 0px;
}
header .right-nav .mainUL li .menuCol ul li:hover, .header .right-nav .mainUL li .menuCol ul li:hover{
    padding-left: 0px;
}*/

header .right-nav .mainUL li {
    /* width: 80%; */
}

/*
     .header .right-nav .mainUL li{
    min-height: 50px;
}
header .right-nav .mainUL li .menuCol ul li h3 a, .header .right-nav .mainUL li .menuCol ul li h3 a,
header .right-nav .mainUL li .menuCol ul li h3, .header .right-nav .mainUL li .menuCol ul li h3
{
    color: #383838;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
}
header .right-nav .mainUL li .menuCol ul li a, .header .right-nav .mainUL li .menuCol ul li a{
    color: #383838;
    font-size: 15px;
    font-weight: 500;
}
header .right-nav .mainUL li a, 
header .right-nav .mainUL li span, 
.header .right-nav .mainUL li a, 
.header .right-nav .mainUL li span{
    z-index: 9;
}
header .right-nav .mainUL li span{
    cursor: pointer;
}

.header-section .navbarBrand{
    z-index: 9;
}
header .right-nav .mainUL li .menuCol.threeColums ul, .header .right-nav .mainUL li .menuCol.threeColums ul{
    width: 25%;
}

header .right-nav .mainUL li .menuCol.threeColums:first-child{
    display: flex;
    align-items: center;
}

header .right-nav .mainUL li .menuCol.threeColums,
header .right-nav .mainUL li .menuCol.withHeading, 
header .right-nav .mainUL li .menuCol.expertiseMenuone, 
.header .right-nav .mainUL li .menuCol.expertiseMenuone
header .right-nav .mainUL li .menuCol.expertiseMenu, 
.header .right-nav .mainUL li .menuCol.expertiseMenu,
header .right-nav .mainUL li .menuCol.expertiseMenu,
.header .right-nav .mainUL li .menuCol.expertiseMenu
{
    position: fixed;
    width: 100%;
    background-color: #D9D9D9;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 80px 0px 50px 0px;
    top: 0px;
    margin: 0 auto;
    border: solid 1px #d1d1d1;
}

.menuleftside-text{
    display:flex;
    justify-content: center;
    width: 25% !important;
}
.menuleftside-text li p{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    padding-right: 40px;
}

header .right-nav .mainUL li .menuCol ul.active li a, .header .right-nav .mainUL li .menuCol ul.active li a{
    color: #383838 !important;
}

header .right-nav .mainUL li .menuleftside-text li span{
    font-family: 'BwAletaNo10-Regular';
    width: 100%;
    display: inline-block;
    line-height: 35px;
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    left: 5px;
    line-height: 1.6;
}
header .right-nav .mainUL li .menuCol ul.active li h3 a, .header .right-nav .mainUL li .menuCol ul.active li h3 a{
    color: #383838 !important;
}
header .right-nav .mainUL li .menuCol ul.active li h3,
.header .right-nav .mainUL li .menuCol ul.active li h3{
color: #FF8F1F !important;
}

 .header .right-nav{
    width: auto;
    display: flex;
}
header .right-nav .mainUL li .menuCol.expertiseMenuone ul li, 
.header .right-nav .mainUL li .menuCol.expertiseMenuone ul li{
    width: 100%;
}
header .right-nav .mainUL li .menuCol.withHeading .rightside li, 
.header .right-nav .mainUL li .menuCol.withHeading .rightside li{
    display: inline-flex;
    align-items:self-end;
}
header .right-nav .mainUL .whoweare .leftside{
    column-count: 2;
    width: 45%;
}
header .right-nav .mainUL .whoweare .rightside{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: -25px;
}
header .right-nav .mainUL li .menuCol.expertiseMenuone ul li, 
.header .right-nav .mainUL li .menuCol.expertiseMenuone ul li{
    width: auto;
}
header .right-nav .mainUL .expertiseMenuone .rightside{
    column-count: 3;
    width: 72%;
}
header .right-nav .mainUL .discoverMenu .rightside{
    column-count: 3;
    width: 72%;
}
.mainUL .megamenu{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
} */

header .right-nav .mainUL li .menuCol.withHeading ul,
.header .right-nav .mainUL li .menuCol.withHeading ul {
    width: 100%;
}

header .right-nav .mainUL li .menuCol.expertiseMenuone ul,
.header .right-nav .mainUL li .menuCol.expertiseMenuone ul {
    width: 100%;
    display: inline-block;
}

header .right-nav .getbtn,
.header .right-nav .getbtn {
    /* background: linear-gradient(91.26deg, #FFA51F 0%, #FF8F1F 99.71%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    color: #383838;
    border: solid 1px #FFA51F;
    padding: 10px 20px 10px 50px;
    position: relative;
    height: 44px;
    font-size: 16px;
    font-weight: 600; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #EF6722 !important;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Red Hat Display';
    text-decoration: none;
    line-height: 24px;
    position: relative;
    transition: all ease-in-out 0.4s;
    text-transform: capitalize;
}

header .right-nav .getbtn:hover,
.header .right-nav .getbtn:hover {
    background: linear-gradient(91.26deg, transparent 0%, transparent 99.71%);
    color: #fff;
    border: 1px #CA4605;
    /* padding: 10px 50px 10px 20px; */
    background-color: #CA4605 !important;
    font-weight: 600;
}

header .right-nav .getbtn:before,
.header .right-nav .getbtn:before {
    content: '';
    position: absolute;
    left: 12px;
    background-image: url(../images/arrowrightblack1.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: all ease-in-out 0.4s;
}

header .right-nav .getbtn:hover:before,
.header .right-nav .getbtn:hover:before {
    background-image: url(../images/arrowright-orange.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 124px;
}

.button-blackeffect {
    background: linear-gradient(91.26deg, #FFA51F 0%, #FF8F1F 99.71%);
    border-radius: 30px;
    padding: 10px 20px 10px 45px;
    border: solid 1px #FFA51F;
    color: #383838;
    font-weight: 600;
    position: relative;
    transition: all ease-in-out 0.4s;
}

.button-blackeffect:before {
    content: '';
    position: absolute;
    left: 10px;
    background-image: url(../images/arrowrightblack.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: all ease-in-out 0.4s;
}

.button-blackeffect:hover:before {
    left: auto;
    right: 12px;
    background-image: url(../images/arrowright-orange.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.button-blackeffect:hover {
    background: linear-gradient(91.26deg, transparent 0%, transparent 99.71%);
    padding: 10px 45px 10px 15px;
    color: #fff;
    border: solid 1px #fff;
}

/* white text hover button */
.button-whiteeffect {
    background: linear-gradient(91.26deg, #FFA51F 0%, #FF8F1F 99.71%);
    border-radius: 30px;
    padding: 10px 20px 10px 45px;
    border: solid 1px #FFA51F;
    color: #383838;
    font-weight: 600;
    position: relative;
    transition: all ease-in-out 0.4s;
}

.button-whiteeffect:before {
    content: '';
    position: absolute;
    left: 10px;
    background-image: url(../images/arrowrightblack.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: all ease-in-out 0.4s;
}

.button-whiteeffect:hover:before {
    left: auto;
    right: 12px;
    background-image: url(../images/arrowright-orange.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.button-whiteeffect:hover {
    background: linear-gradient(91.26deg, transparent 0%, transparent 99.71%);
    padding: 10px 45px 10px 15px;
    color: #383838;
    border: solid 1px #FFA51F;
}

.home.page-template .site-content {
    background-color: #ffffff;
}

.homepage-video-section .video-banner-text .videotext {

    color: #B8B8B8;
    font-size: 48px;
    font-weight: 700;
    position: fixed;
    font-family: 'BwAletaNo10-Regular';
    z-index: 9;
    top: 79px;
    transition: all ease-in-out 0.5s;
    z-index: 9
}

.removewheretext .homepage-video-section .video-banner-text .where-text {
    display: none;
}

.new-footer-design .footer-address-design{
    padding-bottom: 40px;
}
.new-footer-design .footer-address-design h3{
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0%;
    color: #000;
    /* border-bottom: 1px solid #000000; */
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.new-footer-design .footer-address-design p{
    width: 220px;
    margin: 0 auto;
    font-family: 'BwAletaNo10-Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.new-footer-design .footer-address-design .contact-number{
    /* padding-top: 22px; */
}

.footer-section-design {
    padding: 40px 0;
    font-family: 'BwAletaNo10-Regular';
    height: auto;
    /* border-top:2px solid #B8B8B8; */
}

.footer-section-design .topSection {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-section-design .footer-nav-list li {
    margin-bottom: 20px !important;
    line-height: 1;
}

.footer-section-design .footer-nav-list li:last-child {
    margin-bottom: 0px;
}

.footer-section-design .footer-nav-list li a {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: all ease-in-out 0.2s;
}

/*.footer-section-design .footer-nav-list li a:hover:before{
    content: '';
    position: absolute;
    left: 0px;
    background-image: url(../images/footer-arrow-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 18px;
    top: 0px;
}*/
.footer-section-design .footer-nav-list li a:hover {
    color: #F18C49;
}

.bottom-footer-section {
    margin: 0px 0px 40px;
    display: flex;
}

a {
    color: #EF6722;
    font-family: 'Red Hat Display';
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #EF6722;
}

body.page-template-home-page .homeBanner {
    margin-bottom: 0;
}

.whyDaffodil h4 {
    font-size: 18px;
    color: #f5a100;
    font-family: 'BwAletaNo10-Bold';
    margin-bottom: 30px;
}

.last-footer-section {
    height: 100%;
}

.last-footer-section .bottom-footer-btn h1,
.last-footer-section .bottom-footer-btn h2,
.last-footer-section .bottom-footer-btn h3 {
    font-family: 'BwAletaNo10-Regular';
    font-size: 20px;
    color: #383838;
    font-weight: 600;
}

.last-footer-section .bottom-footer-btn {
    position: relative;
}

.last-footer-section .bottom-footer-btn p {
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
}

.last-footer-section .footnote-button {
    border: 0;
    background: transparent;
    color: #F18C49;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'BwAletaNo10-Regular';
}

.bottom-footer-section .container {
    position: relative;
    color: #f5a100;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'BwAletaNo10-Regular';
}

.last-footer-section .bottom-footer-btn #contentParagraph {
    padding-top: 30px;
}

.last-footer-section .bottom-footer-btn #contentParagraph.off {
    position: absolute;
    left: -10000px;
    top: -30px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.last-footer-section .bottom-footer-btn #contentParagraph.on {
    position: static;
    left: -10000px;
    top: auto;
    width: auto;
    height: auto;
    overflow: hidden;
}

.last-footer-section .col-md-12 {
    min-height: inherit;
}

/*
.footer-section-design .topSection .container{
    position: relative;
    padding-bottom: 35px;
}
.bottom-footer-section .topSection .container{
    padding-top: 42px;
    padding-bottom: 0px;
}
.bottom-footer-section{
    position: relative;
} */
/* .bottom-footer-section .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #bbb;
    width: 100%;
} */

.bottom-footer-section .socialLinks li {
    margin-right: 18px;
}

.bottom-footer-section .copyright p {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.footer-section-design .topSection ul.socialLinks{
    display: flex;
    gap: 18px;
}

.footer-section-design .topSection .get-in-touch{
    padding-top: 46px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 24px !important;
    line-height: 30px;
    letter-spacing: 0;
    color: #EA7D36;
}
.rightside-footer-section .hs-fieldtype-intl-phone.hs-input select{
    margin: 0px;
}


.rightside-footer-section .input input {
    font-family: 'BwAletaNo10-Regular';
    width: 100%;
    /* height: 25px; */
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ffff;
    /* border-bottom: 1px solid #000; */
    background: transparent;
    font-size: 12px;
    line-height: 31px;
    font-weight: 600;
    color: #7D828B;
    height: auto;
    padding: 8px 16px;
    margin-bottom: 10px;

}
.rightside-footer-section .input input::placeholder {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    /* 'Medium' is not a valid value for font-style */
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
    vertical-align: middle !important;
    color: #C7C7C7 !important;
}

.rightside-footer-section .hs-fieldtype-intl-phone.hs-input select {
    width: 44px;
    height: 48px;
    border-radius: 12px 0 0 12px;
    /* border: 1px solid #575757; */
    padding: 14px 16px;
    /* background: #1C1C1C; */
    opacity: 1;
    border-right: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.6px;
    /* 5% of 12px */
    color: #fff;
}

.rightside-footer-section .hs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    gap: 8px;
    border-radius: 12px;
    background: #EF6722;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    margin-left: 0px;
    display: inline-block;
    position: relative;
    transition: all ease-in-out 0.4s;
    border: 2px solid transparent;
}

.rightside-footer-section .actions {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 0px;
}
.rightside-footer-section .actions::after{
    content: '';
    position: absolute;
    right: 22px;
    background-image: url(../images/footer-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 14px;
    filter: brightness(0);
}
.rightside-footer-section .actions:hover:after{
    filter: invert(51%) sepia(335%) saturate(445%) hue-rotate(-9deg);
}

.rightside-footer-section .hs-button:hover,
.rightside-footer-section .actions:hover {

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.rightside-footer-section .hs-fieldtype-intl-phone.hs-input{
    display: flex;
}

.rightside-footer-section .wpcf7 form>div, .wpcf7 form>p{
    margin-bottom: 0px;
}

.hs-error-msg {
    color: red;
    font-size: 12px;
}


.rightside-footer-section .email-info{
    display: flex;
    align-items:center;
    /* padding-bottom: 20px; */
    padding-block: 20px;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.rightside-footer-section .email-info span{
    font-family: 'BwAletaNo10-Light';
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    line-height: 24px;
}
.rightside-footer-section .email-info a{
    font-size: 14px;
    margin-left: 5px;
}
.rightside-logodesign{
    display: flex;
    align-items:center;
}

.footer-section-design .cmmi-level {
    margin-top: 0px !important;
}
.footer-section-design .cmmi-level p{
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 10px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    /* margin-left: 22px;
    margin-top: 15px; */
    margin-bottom: 0px;
}
.footer-section-design .cmmi-level img{
    margin-left: 20px !important;
}
.footer-section-design .cmmi-level p{
    text-align: center;
    line-height: normal;
}
.footer-section-design .cmmi-level{
    display:flex;
    align-items:center;
    gap: 10px;
    margin: 0px !important;
    position: relative;
}
.footer-section-design .cmmi-level::before{
    content: '';
    position: absolute;
    left: 10px;
    width: 1px;
    height: 100%;
    border-left: solid 1px #000;
}
.footer-section-design .cmmi-level p{
    line-height: normal;
}

.bottom-footer-section .container .row {
    display: flex;
    align-items: center;
}

.bottom-footer-section .mailLink {
    position: relative;
    color: #F18C49;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
}

.bottom-footer-section .mailLink::before {
    content: '';
    position: absolute;
    left: 0px;
    background-image: url(../images/envelope-mail.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 31px;
    top: -3px;
}

.bottom-footer-section a {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
}

.footer-section-design .cmmi-level {
    margin-top: 10px;
    margin-bottom: 70px;
}

.footer-section-design .cmmi-level img {
    width: 80px;
    margin-left: 30px;
}

.footer-section-design .footerLogo img {
    width: 140px;
}

.footer-section-design .cmmi-level img {
    width: auto;
}

.footer-section-design .cmmi-level p {
    font-size: 10px;
}

.footer-section-design .topSection h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #EA7D36;
    font-weight: 600;
    margin-bottom: 21px;
}

.col-md-12.footnote-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.footnote-container button#toggleButton {
    border: 0;
    background: transparent;
    position: absolute;
    top: -35px;
    color: #F18C49;
}

/* header .right-nav .mainUL li .discoverMenu{
    visibility: visible;
    opacity: 1;
}
header .right-nav .mainUL li .threeColums{
    visibility: visible;
    opacity: 1;
}*/
.homepage-video-section {
    position: relative;
    max-height: 100%;
    overflow: hidden;
}

.homepage-video-section .overlayBlack {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -6px;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
}

/* .homepage-video-section .video-banner-text{
    display: flex;
} */
.homepage-video-section .video-banner-text .where-text {
    color: #FFA51F;
    font-size: 48px;
    font-weight: 700;
    position: fixed;
    /* top:0; */
    font-family: 'BwAletaNo10-Regular';
    z-index: 9;
    /* display: none; */
    transition: all ease-in-out 0.5s;
}

.homepage-video-section .video-banner-text .videotext {
    color: #FFA51F;
    font-size: 48px;
    font-weight: 700;
    position: fixed;
    font-family: 'BwAletaNo10-Regular';
    z-index: 9;
    top: 76px;
    transition: all ease-in-out 0.5s;
}

.homepage-video-section .video-banner-text .video-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin: 0px;
    padding: 0px;
    line-height: 55px;
    font-family: 'BwAletaNo10-Regular';
}

.homepage-video-section .video-banner-text .video-content h3 span {
    color: #FFA51F;
}

.homepage-video-section .video-banner-text .video-content h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    font-family: 'BwAletaNo10-Light';
    letter-spacing: 0.3px;
    margin-top: 10px;
}

.homepage-video-section .video-banner-text .video-content {
    padding-left: 180px;
    padding-top: 9px;
}

.slide-images-section {
    margin: 40px 0px;
}

.quality-meets-section {
    margin: 54px 0 83px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quality-meets-section .threeBoxes-section {
    height: 100%;
    display: flex;
    align-items: center;
}

.quality-meets-section h2 {
    padding-left: 180px;
    font-size: 48px;
    font-family: 'BwAletaNo10-Regular';
    color: #000;
    font-weight: 700;
    margin: 0px 0px 60px;
}

.quality-meets {
    background-color: #383838;
    border-radius: 24px;
}

.quality-meets .img {
    width: 100%;
    height: 100%;
}

.quality-meets .img img {
    width: 100%;
    height: 100%;
}

.quality-meets .th-bx-cont {
    padding: 24px 20px 42px;
}

.quality-meets .th-bx-cont h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: 'BwAletaNo10-Regular';
    margin: 0px;
    padding-bottom: 16px;
}

.quality-meets .th-bx-cont p {
    color: #D9D9D9;
    font-size: 16px;
    font-family: 'BwAletaNo10-Regular';
    margin-bottom: 30px;
}

.techonology-shape-section {
    background-color: #1C1B1F;
    /* margin-top: 100px; */
    padding: 86px 0px 107px;
    height: 100%;
}

.techonology-shape-section h3 {
    padding-bottom: 42px;
    margin: 0px;
}

.techonology-shape-section h3 .techtext {
    color: #fff;
    font-family: 'BwAletaNo10-Regular';
    font-size: 48px;
    font-weight: 700;
}

.techonology-shape-section h3 .techtext span {
    /* display: block; */
    text-align: right;
    padding-left: 180px;
}

.techonology-shape-section h3 p {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #E8E8E8;
    font-size: 48px;
    text-align: right;
    line-height: 60px;
    padding: 50px 0px 30px;
}

.techonology-shape-section h3 {
    padding-right: 80px;
}

.techonology-shape-section p {
    padding-right: 30px;
}

.techonology-shape-section p {
    color: #F6F6F6;
    font-size: 18px;
    line-height: 30px;
}

.techonology-shape-section .button-blackeffect {
    margin-top: 48px;
    display: inline-block;
}

.techonology-shape-section .techonology-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.techonology-right {
    position: relative;
}

.techonology-right .technology-button {
    position: absolute;
    left: 50%;
    top: 50%;
}

.techonology-right .technology-button a {
    position: relative;
}

.techonology-right .technology-button a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    background-image: url(../images/watchvideoicon.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.realworld-section {
    margin: 54px 0 96px;
    padding-top: 0px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.realworld_content-slide {
    height: 100%;
    display: flex;
    align-items: center;
}

.realworld-section h2 {
    padding-left: 180px;
    font-size: 48px;
    font-family: 'BwAletaNo10-Regular';
    color: #000;
    font-weight: 700;
    margin-bottom: 35px;
}

.realworld-section .real-world p {
    margin: 0px;
    padding: 0px;
    color: #777777;
    font-size: 18px;
    font-weight: 500;
    max-width: 550px;
    margin-bottom: 40px;
}

.realworld-section .real-world-container {
    margin: 59px 0 35px;
    position: relative;
    display: flex;
}

.realworld-section .real-world-container .realworld-content {
    background: #B8B8B8;
    box-shadow: 18px -11px 40px 20px rgba(35, 35, 35, .08);
    border-radius: 24px;
    max-width: 600px;
    padding: 20px;
    height: 100%;
    transition: all ease-in-out 0.2s;
}

.realworld-section .real-world-container .realworld-content.active {
    background-color: #ffffff;
    z-index: 4 !important;
}

.realworld-section .real-world-container .realworld-content:nth-child(1) {
    z-index: 2;
}

.realworld-section .real-world-container .realworld-content:nth-child(2) {
    margin-left: -200px;
    margin-right: -200px;
    z-index: 2;
}

.realworld-section .real-world-container .realworld-content:nth-child(3) {
    z-index: 1;
}

.realworld-section .real-world-container .realworld-content p {
    max-width: 560px;
    margin: 0;
    padding: 51px 0px 28px;
}

.realworld-section .real-world-container .realworld-content .btnBo a {
    color: #727171;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.realworld-section .next-button {
    text-align: right;
}

.realworld-section .next-button .btnBox a {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
}

.realworld-section .next-button .btnBox a:before {
    content: '';
    position: absolute;
    right: -1px;
    background-image: url(../images/arrowrightblack1.svg);
    width: 24px;
    height: 24px;
    top: 1px;
    background-size: 22px;
    background-repeat: no-repeat;
}

.brand-transform-section {
    background-color: #1C1B1F;
    padding: 67px 0 166px;
    background-image: url(../images/brand-union.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    height: 100%;
}

.brand-transform-section .brand-logo {
    border: 1px solid #FFF;
    border-radius: 12px;
    width: 159px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.brand-transform-section .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.brand-transform-section .transform-logo {
    padding-left: 200px;
    display: flex;
    align-items: center;
    height: 100%;
}

.brand-transform-section .brand-title h3 {
    font-family: 'BwAletaNo10-Regular';
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding-bottom: 10px;
    padding-left: 180px;
}

.carrer-daffodil-btn {
    width: 270px;
}

.possible-section-design {
    padding-top: 0px;
}

.our-possibleattitude-section {
    padding: 0px 0 0px;
    background-image: url(../images/brand-union.svg);
    background-repeat: no-repeat;
    background-position-y: 250px;
}

.our-possibleattitude-section .possible-rightimg .greatplace {
    display: flex;
    justify-content: right;
}

.our-possibleattitude-section .possible-rightimg .greatplace img {
    width: 247px;
}

.our-possibleattitude-section h3 {
    color: #383838;
    font-family: 'BwAletaNo10-Regular';
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 38px;
    /* padding-left: 105px; */
}

.our-possibleattitude-section .left-cult h3 .where-text-mobile {
    display: none;
}

.our-possibleattitude-section h3 span:nth-child(2) {
    color: #f5a100;
    display: block;
}

.our-possibleattitude-section h3 span:last-child {
    color: #f5a100;
    display: inline-block;
}

.our-possibleattitude-section .left-cult p {
    color: #5B5B5B;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 30px;
    max-width: 600px;
}

.our-possibleattitude-section .left-cult {
    padding-left: 276px;
    padding-top: 0px;
}

.possible-attuide-cotent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-possibleattitude-section .possible-rightimg {
    text-align: right;
    position: relative;
    right: -15px;
}

.connect-leads-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    padding: 50px 0;
    object-fit: cover;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-position-y: 33px;
}

.connect-leads-section .connect-section {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 100%;
}

.connect-leads-section .connect-leads {
    width: 100%;
    display: block;
    align-items: center;
}

.connect-leads-section .connect-leads h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    /* margin-bottom: 48px; */
    padding-left: 180px;
    font-family: 'BwAletaNo10-Regular';
}

.connect-leads-section .connect-leads p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.connect-leads-section .button-blackeffect {
    margin-top: 48px;
    display: inline-block;
}

/* .footer-section-design{
    padding: 70px 0 22px;
} */

.socialLinks {
    display: flex;
}

.cmmi-level {
    display: block;
}

.cmmi-level-mobile {
    display: none;
}

.carrer-daffodil-btn {
    width: 350px;
}

/* partner page design */

.page-template-partners .innerBanner {
    height: 578px;
    position: relative;
}
.page-template-partners .innerBanner:before{
    content: '';
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.page-template-partners .innerBanner .container{
    z-index: 2;
}

.page-template-partners .innerBanner h1 {
    margin-bottom: 15px;
    font-size: 38px;
}

.page-template-partners .innerBanner p {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    letter-spacing: 0%;
    color: #fff;
}

.page-template-partners .partnersIntro {
    padding: 40px 0px;
    margin-top: 0;
}

.page-template-partners .partnersIntro h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #333333;
}

.partnership-sectiion {
    position: relative;
}

.partnersList .col-lg-4.col-md-6{
    margin-bottom: 25px;
}

.partnership-sectiion .partners-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 15.4px 0px #00000014;
    border-bottom: 10px;
    background-color: #fff;
    padding: 31px 19px;
    height: 100%;
    position: relative;
}

.partnership-sectiion .partners-design p {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.8px !important;
    /* 5% of 16px */
    color: #515151 !important;

}

@media screen and (max-width: 767px) {
    .partnership-sectiion .partners-design p {
        font-size: 12px !important;
        line-height: 18px !important;
        letter-spacing: 0.6px !important;
        /* 5% of 12px */
    }
}

.partnership-sectiion .partners-design h2{
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #F5A100;
}

.page-template-partners .cta-with-green-bg .get-in-touch .heading {
    max-width: 750px;
}

.page-template-partners .col-sm-6 {
    margin-bottom: 30px;
}

.partnership-sectiion .partners-design .imgBox {
    padding-bottom: 20px;
    height: 119px;
}

.page-template-partners .partners-design .knowmore-btn {
    background-color: #FF8F1F;
    font-family: 'BwAletaNo10-Regular';
    color: #000;
    border-radius: 20px;
    padding: 7px 35px 7px 20px;
    position: relative;
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}
.page-template-partners .partners-design .knowmore-btn:before{
    content: '';
    position: absolute;
    right: 16px;
    background-image: url("https://d2jchxptcbs4oo.cloudfront.net/uploads/2024/09/Right-arrow.svg");
    background-repeat: no-repeat;
    width: 13.6px;
    height: 6px;
    top: 12px;
    filter: brightness(0);
}

.page-template-partners .get-in-touch .heading p {
    font-family: 'BwAletaNo10-Bold';
    font-size: 36px;
    color: #fff;
    line-height: 1.4;
    max-width: 750px;
}

.page-template-partners .cta-with-green-bg .get-in-touch .getin-touch-btn a {
    font-family: 'BwAletaNo10-Bold';
    padding: 20px 60px;
    color: #fff;
    border-radius: 32px;
    background-color: #f5a100;
    font-size: 20px;
}

.page-template-partners .pro-aw-footer h2 {
    font-family: 'BwAletaNo10-Light';
    color: #494949;
    text-align: center;
}

.pro-aw-footer h2 {
    margin-bottom: 40px;
    padding-top: 0;
    text-align: center !important;
    color: #333333 !important;
    font-family: 'Red Hat Display' !important;
    font-size: 28px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
}
.pro-aw-footer h3 {
    margin-bottom: 40px;
    padding-top: 0;
    text-align: center !important;
    color: #333333 !important;
    font-family: 'Red Hat Display' !important;
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
}

.page-template-partners .cta-with-green-bg {
    margin: 0px;
}

.page-template-partners .partnership-sectiion .partnersList .container {
    position: relative;
}

.page-template-partners .partnership-sectiion .partnersList .container {
    position: relative;
}

.last-footer-section .col-md-12 {
    min-height: inherit;
}

.hrms-formdesign-section .request-demo h2 {
    text-align: center;
    padding: 0 0 40px;
    font-size: 30px;
}

span.blinking-vendor:hover {
    animation: blinkingText 0.0s infinite;
}

.blinking-vendor {
    animation: blinkingText 1.5s infinite;
    color: red;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}


.vendor-main {}

.healthCaregetInTouch .contact-form select {
    margin: 0;
}

.getInTouch .contact-form select {
    margin: 0;
}

.contact-form select option {
    color: #494949 !important;
}

.vendor-top-bar {
    padding: 34px 517px 33px 113px;
    border: solid 1px #979797;
    background-color: #999999;
    display: block;
}

.vendor-logo {
    width: 126px;
    height: 39px;
    margin: 0 278px 0 0;
    display: inline-block;
}

.vendor-topbar-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

.vendor-form-div {
    padding: 40px 83px;
    background-color: #f6f6f6;
}

.vendor-form-head {
    margin: 40px 0 40px 0;
    padding: 15px 0px 1px 0px;
    background-color: #f5a100;
}

.vendor-form-head-text {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
}

.vendor-form-row {
    display: inline-flex;
}

/*.vendor-form {
  display: inline-flex;
}*/
.vendor-form-input {
    border: none;
    border-bottom: 1px solid #a4a4a4;
    background: transparent;
    margin: 15px;
    border-radius: 0px;
}

button,
.btn,
button:active,
button:hover,
button:focus,
button:visited,
input input:focus,
input:visited,
select,
select:active,
select:focus,
select:visited {
    border: none;
    outline: none;
}

select,
.vendor-form-select,
.vendor-form-select option {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a4a4a4;
    background: transparent;
    margin: 15px;
    opacity: 0.8;
    border-radius: 0px;
    font-size: 14px;
}

.vendor-form-select option,
.vendor-main input::placeholder {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #494949;
}

.vendor-detail select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-control:disabled,
.form-control[readonly] {
    background: transparent;
}

.form-control:focus {
    box-shadow: none;
    background: transparent;
}

label.form-check-label {
    float: left;
    margin-right: 35px;
}

#company_desc {
    height: 50%;
}

.vendor-form-file,
span.wpcf7-form-control-wrap.pan_no,
.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="pan_no"] {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="lut_no"],
.vendor-form-file,
span.wpcf7-form-control-wrap.lut_no {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="gst_no"],
.vendor-form-file,
span.wpcf7-form-control-wrap.gst_no {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="itr_no_1"],
.vendor-form-file,
span.wpcf7-form-control-wrap.itr_no_1 {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="form-10f"],
.vendor-form-file,
span.wpcf7-form-control-wrap.form-10f {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="trc"],
.vendor-form-file,
span.wpcf7-form-control-wrap.trc {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap.canceled_cheque,
.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="canceled_cheque"] {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="msme"],
.vendor-form-file,
span.wpcf7-form-control-wrap.msme {
    display: none;
}

.vendor-form-file,
span.wpcf7-form-control-wrap.contract,
.vendor-form-file,
span.wpcf7-form-control-wrap[data-name="contract"] {
    display: none;
}

.vendor-form-footer {
    display: flex;
    justify-content: space-between;
}

.vendor-robo-check {}

.vendor-btn {
    display: inline-flex;
    float: left;
}

.vendor-btn-cancel {
    width: 280px;
    height: 56px;
    margin: 0px 16px 0 40px;
    padding: 16px 108px 16px 109px;
    border-radius: 28px;
    border: solid 1px #979797;
}

.vendor-btn-submit {
    width: 280px;
    height: 56px;
    margin: 0px 0 0 16px;
    padding: 16px 106px 16px 107px;
    border-radius: 28px;
    background-color: #f5a100;
}

label.vendor-attach {
    position: relative;
    display: inline-flex;
}

label.vendor-attach:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("https://d2jchxptcbs4oo.cloudfront.net/uploads/2021/05/iconspace-attachment-25-px.svg") center / contain no-repeat;
}

.vendor-doc-cross {
    content: "";
    position: relative;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 24px;
    cursor: pointer;
}

.vendor-form-input-file {
    padding: 10px 30px;
    margin: 7px 15px;
}

.vendor-form-input.form-control {
    font-size: 14px;
}

.wpcf7-form-control-wrap[data-name="customselect"] select {
    border: 0;
    border-bottom: 1px solid rgba(73, 73, 73, 0.5);
    -webkit-border-bottom: 1px solid rgba(73, 73, 73, 0.5);
    -moz-border-bottom: 1px solid rgba(73, 73, 73, 0.5);
    margin-right: 30px;
    background: transparent;
    font-size: 15px;
    line-height: 31px;
    font-weight: 300;
    color: #494949;
    height: 55px;
    padding: 0 0 0 20px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-top: 0;
}

.customselect select,
.hs_country_dropdown .input select {
    border: 0;
    border-bottom: 1px solid rgba(73, 73, 73, 0.5);
    -webkit-border-bottom: 1px solid rgba(73, 73, 73, 0.5);
    -moz-border-bottom: 1px solid rgba(73, 73, 73, 0.5);
}

.wpcf7-form-control-wrap[data-name="customselect"] select {
    padding-left: 15px !important;
    background-image: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 20px;
    background-position-y: 16px !important;
    background-position-x: 216px !important;
}

.valueexpertiesbg .value-bringhealth-section {
    background-image: linear-gradient(to right, #40ADF8, #AD50F7);
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-size: 100%;
}

.engege-model-section .tab-background {
    position: relative;
    background-image: none !important;
    padding: 0px 0 68px;
}

.engege-model-section .tab-background .container {
    padding-top: 69px;
}

/* .engege-model-section .tab-background::before {
    content: "";
    position: absolute;
    width: 64%;
    min-height: 100%;
    background-image: linear-gradient(to right, #AD50F7, #40ADF8);
    border-radius: 0 180px 0px 0;
} */

/* features list section */

.features-list-section {
    background-color: #FEFEFE;
    /* padding: 70px 0px 61px; */
    padding: 40px 0px 40px;
}

.features-list-section h2 {
    font-weight: 500;
    margin: 0px 0px 20px;
    padding: 0px;
    line-height: 43.2px;
}

.features-list-section h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    padding-bottom: 66px;
}

.features-list-section .features-list {
    width: 100%;
}

.features-list-section .features-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.features-list-section .features-list ul li {
    margin-right: 40px;
    width: 130px;
}

.features-list-section .features-list ul li {
    margin-right: 40px;
    width: 130px;
}

.features-list-section .features-list ul li:nth-child(7n) {
    margin-right: 0;
}

.features-list-section .features-list ul li .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.features-list-section .features-list ul li .list-item .icon {
    background-color: #f5a10021;
    padding: 14px;
    border-radius: 12px;
}

.features-list-section .features-list ul li .list-item .icon-text {
    font-family: 'BwAletaNo10-Light';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin: 10px 0px 44px;
}

.features-list-section .features-list-btn {
    display: flex;
    justify-content: center;
}

.features-list-section .features-list-btn a {
    display: inline-block;
    font-size: 14px;
    line-height: 19.7px;
    position: relative;
    color: #f5a100;
}

.features-list-section .features-list-btn a::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f5a100;
    position: absolute;
    bottom: 0px;
}

.new-footer-design {
    background-color: #2E2E2E;
    position: relative;
    border-bottom: 2px solid #B8B8B8;
    padding-top: 47px;

    background-image: url('../default_images/footer-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    /* Optional: Default/fallback width & height if needed */
    width: 100%;
}

/* Mobile style (for screen width ≤ 768px) */
@media screen and (max-width: 768px) {
    .new-footer-design {
        opacity: 1;
        background-image: url('../default_images/footer-background-mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
.new-footer-design::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    box-shadow: 0px 4px 14px 0px #00000026;
}

.page-template-partners .innerBanner h1{
    max-width: 558px;
    font-family: 'BwAletaNo10-Regular';
    font-size: 32px;
    font-weight: 600;
    border-bottom: solid 1px #fff;
    padding-bottom: 22px;
    margin-bottom: 0px;
}

.page-template-partners .innerBanner .title-section p{
    font-family: 'BwAletaNo10-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 172%;
    letter-spacing: 0%;
    padding-top: 22px;
}
.innerBanner .title-section .title-banner{
    width: 100%;
}
.page-template-partners .innerBanner .btn-section{
    width: 220px;
    background-color: #f5a100;
    border: none;
    border-radius: 20px;
    position: relative;
    text-align: left;
    padding: 8px 20px;
    margin-top: 58px;
}
.page-template-partners .innerBanner .btn-section a{
    background-color: transparent;
}
.page-template-partners .innerBanner .btn-section .button{
    color: #000;
    font-size: 14px;
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    background-color:transparent;
}
.page-template-service-template .btn-section .button{
    font-family: 'BwAletaNo10-Regular';
    position: relative;
    display: block;
}
.page-template-partners .button::before{
    content: '';
    position: absolute;
    right: 25px;
    background-image: url("https://d2jchxptcbs4oo.cloudfront.net/uploads/2024/09/Right-arrow.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    top: 16px;
    filter: brightness(0);
}
.page-template-partners .banner-subheading{
    display: inline-block;
    padding-top: 22px;
    width: 572px;
}

.custom_custReview h2 {
    padding-bottom: 30px;
    line-height: 48px !important;
    color: #292929;
}

.custom_custReview .custReviewSlider .owl-theme {
    position: relative;
}

.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 42%;
    background-image: url(../images/owl-left.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.page-template-service-template .client-testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: #e7e7e7;
    width: 12px;
    height: 12px;
}

.page-template-service-template .client-testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background: #EF6722;
    width: 12px;
    height: 12px;
}

.page-template-service-template .client-testimonials-section .owl-theme .owl-nav .owl-dots.disabled {
    display: none !important;
}

.page-template-service-template .client-testimonials-section .owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    margin: 0px 0px;
    padding: 4px 50px;
}


.page-template-service-template .client-testimonials-section .owl-theme .owl-nav button.owl-prev {
    top: 52%;
    font-size: 46px;
    color: #EF6722;
}

.page-template-service-template .client-testimonials-section .owl-theme .owl-nav button.owl-prev:hover,
.page-template-service-template .client-testimonials-section .owl-theme .owl-nav button.owl-next:hover {
    background: transparent
}

.page-template-service-template .client-testimonials-section .owl-theme .owl-nav button.owl-next {
    top: 52%;
    font-size: 46px;
    color: #EF6722;
}

.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-prev span,
.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-next span {
    color: transparent;
    background-color: transparent;
}

.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-prev:hover,
.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-prev:hover {
    background-image: url(../images/owl-left.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-color: transparent;
}

.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-next:hover {
    background-image: url(../images/owl-right.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-color: transparent;
}

.custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 42%;
    background-image: url(../images/owl-right.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.page-template-service-template .client-testimonials-section {
    padding: 40px 0px 0px;
}

.page-template-service-template .client-testimonials-section .client-video .video-part {
    margin-top: 0px;
}

.client-testimonials-section .owl-carousel.owl-drag .owl-item {
    margin-top: 130px
}

.page-template-service-template .client-testimonials-section .client-video .video-part .mute-button {
    bottom: 70px;
}

.page-template-service-template .testimonial-link {
    display: flex;
    justify-content: center;
    /* margin: 20px 0px; */
}

.page-template-service-template .testimonial-link a {
    display: inline-block;
    justify-content: center;
    background-color: #f5a100;
    border: none;
    border-radius: 20px;
    color: #000;
    padding: 9px 45px 9px 20px;
    font-family: "BwAletaNo10-Regular";
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;

}

/* .page-template-service-template .testimonial-link a:before{
    content: '';
    background-image: url("https://d2jchxptcbs4oo.cloudfront.net/uploads/2024/09/Right-arrow.svg");
    width: 16px;
    height: 8px;
    position: absolute;
    right: 18px;
    top: 15px;
} */

@media screen and (max-width:1024px) {
    .features-list-section .features-list ul li:nth-child(7n) {
        margin-right: 40px;
    }

    .features-list-section .features-list ul li:nth-child(5n) {
        margin-right: 0px;
    }
}

@media screen and (min-width:991px) {
    .features-list-section .features-list-btn a {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .page-template-podcast-detail .mic-image {
        height: 88px;
        width: 63px;
    }

    .page-template-podcast-detail .card p {
        font-size: 13px;
    }

    .page-template-podcast-detail .innerBanner {
        height: 720px !important;
    }

    .filter .right .filterHeading {
        margin-top: 20px;
    }

    .page-template-podcast-detail .profile-image {
        margin: 0 0 0 35px !important;
    }

    .profile-section .profile-image img {
        width: 224px !important;
        height: 271px !important;
    }

    .custom-hr-podcast {
        margin-top: 1rem !important;
    }

    .page-template-podcast-detail .innerBanner .client-background-box .guest-heading {
        font-size: 11px !important;
        font-weight: 500 !important;
        width: 100% !important;
    }

    .page-template-podcast-detail .client-description {
        font-size: 11px !important;
    }

    .page-template-podcast-detail .innerBanner .container .profile {
        margin-top: 5em !important;
    }

    .page-template-podcast-detail .podtitle-section {
        width: auto !important;
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0px 40px;
    }

    .page-template-podcast-detail .summary .sumaary-heading {
        font-size: 16px !important;
        line-height: 172% !important;
    }

    .page-template-podcast-detail .person-description p {
        font-size: 13px !important;
        color: #000;
    }

    .page-template-podcast-detail .transcript-heading {
        font-size: 16px !important;
    }

    .page-template-podcast-detail .transcript-text p {
        font-size: 13px;
    }

    .page-template-podcast-detail .more-episode {
        font-size: 16px !important;
    }

    .page-template-podcast-detail .summary p {
        font-size: 13px !important;
    }

    .custom_custReview .custReviewSlider .owl-theme .owl-stage-outer .owl-item .item {
        width: 400px;
        margin: 0 auto;
    }

    .custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-prev {
        left: 80px;
    }

    .custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-next {
        right: 80px;
    }

    .features-list-section .features-list ul {
        justify-content: space-around;
    }
    .list-design-hidden {
        display: none;
    }
    .features-list-section {
        padding: 40px 0px 40px;
    }
    .features-list-section h2 {
        font-size: 26px;
    }
    .features-list-section h3 {
        font-size: 14px;
        padding: 0px;
        margin: 0px;
        padding-bottom: 50px;
    }
    .features-list-section .features-list-btn a {
        display: block;
    }
    .features-list-section .features-list ul li:nth-child(7n) {
        margin-right: auto;
    }
    .features-list-section .features-list ul li:nth-child(5n) {
        margin-right: auto;
    }
    .features-list-section .features-list ul li:nth-child(4n) {
        margin-right: auto;
    }

    .page-template-service-template .owl-carousel.owl-drag .owl-item .item {
        width: 350px;
        margin: 0 auto;
    }

    .page-template-service-template .client-testimonials-section .owl-theme .owl-nav button.owl-prev {
        left: 100px;
    }

    .page-template-service-template .client-testimonials-section .owl-theme .owl-nav button.owl-next {
        right: 100px;
    }

    .page-template-service-template .client-testimonials-section .owl-theme .owl-nav {
        display: flex;
        align-items: center;
        height: auto;
        justify-content: center;
    }

    .page-template-service-template .client-testimonials-section .owl-theme .owl-nav .owl-dots {
        margin-top: 10px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .custom_custReview .custReviewSlider .owl-theme .owl-stage-outer .owl-item .item {
        width: 100%;
        margin: 0 auto;
    }

    .custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-prev {
        left: auto;
        display: none;
    }

    .custom_custReview .custReviewSlider .owl-theme .owl-nav button.owl-next {
        right: auto;
        display: none;
    }

    .custom_custReview .custBox figcaption {
        padding: 0px 15px;
    }

    .custom_custReview .custBox figcaption p {
        overflow: auto;
        height: auto;
    }
    .features-list-section h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 13px;
        font-weight: 500;
    }
    .features-list-section h3 {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
    }
    .features-list-section .features-list ul li {
        margin-right: 60px;
    }
    .features-list-section .features-list ul li:nth-child(4n) {
        margin-right: 60px;
    }
    .features-list-section .features-list ul li:nth-child(7n) {
        margin-right: 60px;
    }
    .features-list-section .features-list ul li:nth-child(5n) {
        margin-right: 60px;
    }
    .features-list-section .features-list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .vendor-form-div {
        padding: 0 !important;
    }

    .vendor-form-row {
        display: block !important;
    }

    .vendor-form-input {
        margin-left: 0 !important;
    }

    .vendor-form-select {
        margin-left: 0 !important;
    }

    label.vendor-attach:before {
        left: 0 !important;
    }

    .vendor-btn-cancel {
        margin: 0 16px 20px 16px !important;
    }

    .page-template-partners .banner-subheading {
        width: 100%;
    }

    .page-template-service-template .client-testimonials-section .owl-theme .owl-nav {
        display: flex;
        align-items: center;
    }

    .page-template-service-template .client-testimonials-section .item .client-testimonials-design {
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .client-testimonials-section .client-video .video-part {
        height: 450px;
        margin-top: 0px;
    }

    .page-template-service-template .owl-carousel.owl-drag .owl-item .item {
        width: 100%;
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1365px) {
    .our-possibleattitude-section .left-cult {
        padding-left: 245px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    .our-possibleattitude-section .left-cult {
        padding-left: 324px;
    }
}

@media only screen and (min-width: 1536px) and (max-width: 1599px) {
    .our-possibleattitude-section .left-cult {
        padding-left: 375px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .our-possibleattitude-section .left-cult {
        padding-left: 402px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2000px) {
    .our-possibleattitude-section .left-cult {
        padding-left: 562px;
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1365px) {

    /* .homepage-video-section .video-banner-text .where-text{
        top: 33.3%!important;
    }
    .homepage-video-section .video-banner-text .videotext{
        top: 14%!important;
    } */
    .quality-meets-section {
        padding: 0px 0 83px;
        margin: 48px 0 83px;
    }

    .quality-meets-section h2 {
        margin: 0 0 40px;
    }

    .quality-meets .img {
        height: 150px;
        overflow: hidden;
        display: block;
    }

    .quality-meets .img img {
        height: auto;
    }

    .techonology-shape-section {
        padding: 55px 0 20px;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
        line-height: 55px;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 0px;
    }

    .connect-leads-section {
        padding: 51px 0;
    }

    .realworld-section {
        padding-top: 0px;
        margin: 50px 0 96px;
    }

    .realworld-section h2 {
        margin-bottom: 20px;
    }

    .realworld-section .real-world p {
        margin-bottom: 30px;
    }

    .realworld-section .real-world-container {
        margin: 40px 0 35px;
    }

    .brand-transform-section {
        /* background-position-y:220px; */
        padding: 52px 0 50px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 20px;
    }

    .possible-section-design {
        padding-top: 30px;
    }

    .our-possibleattitude-section h3 {
        padding-top: 16px;
    }

    .our-possibleattitude-section .left-cult {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .left-cult p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 73%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 183px;
    }

    .our-possibleattitude-section {
        background-position-y: 150px;
    }

    /* .connect-leads-section .connect-leads{
        padding:53px 0px;
    } */
    .brand-transform-section .brand-logo {
        height: 75px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {

    /* .our-possibleattitude-section .left-cult{
        position: relative;
        left: 110px;
    }
    .homepage-video-section .video-banner-text .where-text{
        top: 35.5%!important;
    }
    .homepage-video-section .video-banner-text .videotext{
        top: 12%!important;
    } */
    .quality-meets-section {
        padding: 0px 0 83px;
        margin: 52px 0 83px;
    }

    .quality-meets-section h2 {
        margin: 0 0 40px;
        font-size: 45px;
    }

    .techonology-shape-section {
        padding: 50px 0 20px;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
        line-height: 56px;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 0px;
    }

    .realworld-section {
        margin: 50px 0 96px;
    }

    .realworld-section h2 {
        margin-bottom: 20px;
    }

    .realworld-section .real-world p {
        margin-bottom: 30px;
    }

    .realworld-section .real-world-container {
        margin: 40px 0 35px;
    }

    .brand-transform-section {
        /* background-position-y:220px; */
        padding: 52px 0 50px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 30px;
    }

    .possible-section-design {
        padding-top: 36px;
    }

    .our-possibleattitude-section h3 {
        padding-top: 15px;
    }

    .our-possibleattitude-section .left-cult {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .left-cult p {
        margin-bottom: 15px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 81%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 215px;
    }

    .our-possibleattitude-section .left-cult {
        padding-left: 290px;
    }

    .our-possibleattitude-section {
        background-position-y: 150px;
    }

    /* .connect-leads-section{
        background-position-y:33px;
    } */
    /* .connect-leads-section .connect-leads{
        padding-top:53px;
    } */
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {

    /* .our-possibleattitude-section .left-cult{
        position: relative;
        left: 160px;
    }
    .homepage-video-section .video-banner-text .where-text{
        top: 36.3%!important;
    }
    .homepage-video-section .video-banner-text .videotext{
        top: 11%!important;
    } */
    .quality-meets-section {
        padding: 0px 0 83px;
        margin: 49px 0 83px;
    }

    .quality-meets-section h2 {
        margin: 0 0 40px;
        font-size: 45px;
        padding-top: 4px;
    }

    .quality-meets .img {
        height: 150px;
        overflow: hidden;
        display: block;
    }

    .quality-meets .img img {
        height: auto;
    }

    .techonology-shape-section {
        padding: 55px 0 20px;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
        line-height: 55px;
    }

    .techonology-shape-section p {
        font-size: 16px;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 0px;
    }

    .realworld-section {
        padding-top: 0px;
    }

    .realworld-section h2 {
        margin-top: -4px;
        margin-bottom: 20px;
    }

    .realworld-section .real-world p {
        margin-bottom: 30px;
    }

    .realworld-section .real-world-container {
        margin: 40px 0 35px;
    }

    .brand-transform-section {
        /* background-position-y:220px; */
        padding: 55px 0 50px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 20px;
    }

    .possible-section-design {
        padding-top: 30px;
    }

    .our-possibleattitude-section h3 {
        padding-top: 23px;
    }

    .our-possibleattitude-section .left-cult {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .left-cult p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 90%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 256px;
    }

    .our-possibleattitude-section {
        background-position-y: 150px;
    }

    .connect-leads-section {
        padding: 52px 0;
    }

    /* .connect-leads-section .connect-leads{
        padding-top:53px;
    } */
    .brand-transform-section .brand-logo {
        height: 98px;
    }
}

@media only screen and (min-width: 1536px) and (max-width: 1599px) {

    /* .our-possibleattitude-section .left-cult{
        position: relative;
        left: 27%;
    }
    .homepage-video-section .video-banner-text .where-text{
        top: 37.5%!important;
    }
    .homepage-video-section .video-banner-text .videotext{
        top: 10.2%!important;
    } */
    .connect-leads-section {
        padding: 51px 0;
    }

    .quality-meets-section {
        padding: 2px 0 83px;
        margin: 46px 0 83px;
    }

    .quality-meets-section h2 {
        margin: 0 0 40px;
    }

    .quality-meets .img {
        height: 150px;
        overflow: hidden;
        display: block;
    }

    .quality-meets .img img {
        height: auto;
    }

    .techonology-shape-section {
        padding: 55px 0 20px;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
        line-height: 55px;
    }

    .techonology-shape-section p {
        font-size: 16px;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 0px;
    }

    .realworld-section {
        padding-top: 0px;
    }

    .realworld-section h2 {
        margin-bottom: 20px;
    }

    .realworld-section .real-world p {
        margin-bottom: 30px;
    }

    .realworld-section .real-world-container {
        margin: 40px 0 35px;
    }

    .brand-transform-section {
        /* background-position-y:220px; */
        padding: 55px 0 50px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 20px;
    }

    .possible-section-design {
        padding-top: 30px;
    }

    .our-possibleattitude-section h3 {
        padding-top: 23px;
    }

    .our-possibleattitude-section .left-cult {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .left-cult p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 80%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 244px;
    }

    .our-possibleattitude-section {
        background-position-y: 150px;
    }

    /* .connect-leads-section .connect-leads{
        padding-top:53px;
    } */
    .brand-transform-section .brand-logo {
        height: 98px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {

    /* .our-possibleattitude-section .left-cult{
        position: relative;
        left: 30%;
    }
    .homepage-video-section .video-banner-text .where-text{
        top: 36%!important;
    }
    .homepage-video-section .video-banner-text .videotext{
        top: 11.2%!important;
    } */
    .quality-meets-section {
        padding: 3px 0 83px;
    }

    .quality-meets-section h2 {
        margin: 0 0 40px;
    }

    .quality-meets .img {
        height: 150px;
        overflow: hidden;
        display: block;
    }

    .quality-meets .img img {
        height: auto;
    }

    .techonology-shape-section {
        padding: 55px 0 20px;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
        line-height: 55px;
    }

    .techonology-shape-section p {
        font-size: 16px;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 0px;
    }

    .realworld-section {
        padding-top: 0px;
    }

    .realworld-section h2 {
        margin-bottom: 20px;
    }

    .realworld-section .real-world p {
        margin-bottom: 30px;
    }

    .realworld-section .real-world-container {
        margin: 40px 0 35px;
    }

    .brand-transform-section {
        /* background-position-y:220px; */
        padding: 55px 0 50px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 30px;
    }

    .possible-section-design {
        padding-top: 30px;
    }

    .our-possibleattitude-section h3 {
        padding-top: 23px;
    }

    .our-possibleattitude-section .left-cult {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .left-cult p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 75%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 238px;
    }

    .our-possibleattitude-section {
        background-position-y: 150px;
    }

    /* .connect-leads-section .connect-leads{
        padding-top:53px;
    } */
    .brand-transform-section .brand-logo {
        height: 98px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2000px) {

    /* .our-possibleattitude-section .left-cult{
        position: relative;
        left: 43%;
    }
    .homepage-video-section .video-banner-text .where-text{
        top: 39%!important;
    }
    .homepage-video-section .video-banner-text .videotext{
        top: 9%!important;
    } */
    .quality-meets-section {
        padding: 5px 0 83px;
    }

    .quality-meets-section h2 {
        margin: 0 0 40px;
    }

    .quality-meets .img {
        height: 150px;
        overflow: hidden;
        display: block;
    }

    .quality-meets .img img {
        height: auto;
    }

    .techonology-shape-section {
        padding: 55px 0 20px;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
        line-height: 55px;
    }

    .techonology-shape-section p {
        font-size: 16px;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 0px;
    }

    .realworld-section {
        padding-top: 0px;
    }

    .realworld-section h2 {
        margin-bottom: 20px;
    }

    .realworld-section .real-world p {
        margin-bottom: 30px;
    }

    .realworld-section .real-world-container {
        margin: 40px 0 35px;
    }

    .brand-transform-section {
        /* background-position-y:220px; */
        padding: 55px 0 50px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 30px;
    }

    .possible-section-design {
        padding-top: 30px;
    }

    .our-possibleattitude-section h3 {
        padding-top: 23px;
    }

    .our-possibleattitude-section .left-cult {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .left-cult p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 75%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 289px;
    }

    .our-possibleattitude-section {
        background-position-y: 150px;
    }

    /* .connect-leads-section .connect-leads{
        padding-top:53px;
    } */
    .brand-transform-section .brand-logo {
        height: 98px;
    }
}

.where-text-mobile {
    display: none;
}

@media screen and (max-width:1024px) {
    .partnership-sectiion::before {
        display: none;
    }

    .page-template-partners .partnership-sectiion .partnersList .container::before {
        display: none;
    }

    .where-text {
        display: none;
    }

    .where-text-mobile {
        display: inline-block;
        margin-right: 5px;
        color: #FFA51F !important;
    }

    .bottom-footer-section .copyright p {
        right: 0px;
        padding: 25px 0px 5px;
    }

    header .right-nav .mainUL,
    .header .right-nav .mainUL {
        display: none;
    }

    .header-section .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100% !important;
    }

    header .right-nav .mainUL li,
    .header .right-nav .mainUL li {
        width: 100%;
        margin-right: 0;
        padding: 0 15px;
    }

    header .right-nav .mainUL li .menuCol.withHeading ul,
    .header .right-nav .mainUL li .menuCol.withHeading ul {
        width: 100%;
        margin-bottom: 10px;
        padding: 0px;
    }

    header .right-nav .mainUL li .menuCol ul li h3,
    .header .right-nav .mainUL li .menuCol ul li h3 {
        padding-bottom: 5px;
        border-bottom: solid 1px #ffffff;
    }

    header .right-nav .mainUL li .menuCol.threeColums,
    header .right-nav .mainUL li .menuCol.withHeading,
    header .right-nav .mainUL li .menuCol.expertiseMenuone,
    .header .right-nav .mainUL li .menuCol.expertiseMenuone header .right-nav .mainUL li .menuCol.expertiseMenu,
    .header .right-nav .mainUL li .menuCol.expertiseMenu,
    header .right-nav .mainUL li .menuCol.expertiseMenu,
    .header .right-nav .mainUL li .menuCol.expertiseMenu {
        background-color: #000000;
    }

    header .right-nav .mainUL li .menuCol ul li a,
    .header .right-nav .mainUL li .menuCol ul li a {
        color: #fff;
    }

    header .right-nav .mainUL li .menuleftside-text li span {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        left: 0px;
    }

    header .right-nav .mainUL li .menuCol ul li h3 a,
    .header .right-nav .mainUL li .menuCol ul li h3 a,
    header .right-nav .mainUL li .menuCol ul li h3,
    .header .right-nav .mainUL li .menuCol ul li h3 {
        width: 100%;
        color: #fff;
        text-decoration: none;
    }

    header .right-nav .mainUL .whoweare .leftside {
        column-count: 1;
    }

    header .right-nav .mainUL .expertiseMenuone .rightside {
        column-count: 1;
    }

    header .right-nav .mainUL li .menuCol.threeColums,
    header .right-nav .mainUL li .menuCol.withHeading,
    header .right-nav .mainUL li .menuCol.expertiseMenuone,
    .header .right-nav .mainUL li .menuCol.expertiseMenuone header .right-nav .mainUL li .menuCol.expertiseMenu,
    .header .right-nav .mainUL li .menuCol.expertiseMenu,
    header .right-nav .mainUL li .menuCol.expertiseMenu,
    .header .right-nav .mainUL li .menuCol.expertiseMenu {
        position: relative;
        padding: 10px 0 20px 0;
        border: none;
    }

    header .right-nav .mainUL li,
    .header .right-nav .mainUL li {
        min-height: auto;
    }

    header .right-nav .mainUL li,
    .header .right-nav .mainUL li {
        display: block;
    }

    header .right-nav .getbtn,
    .header .right-nav .getbtn {
        padding: 10px 20px 10px 35px;
    }

    header .right-nav .getbtn:before,
    .header .right-nav .getbtn:before {
        left: 7px;
        background-size: 22px;
        top: 10px;
    }

    header .right-nav .getbtn:hover,
    .header .right-nav .getbtn:hover {
        padding: 10px 40px 10px 20px;
    }

    header .right-nav .getbtn:hover:before,
    .header .right-nav .getbtn:hover:before {
        left: 125px;
    }

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

    header .right-nav .mainUL li .menuCol ul li,
    .header .right-nav .mainUL li .menuCol ul li {
        margin-bottom: 20px;
    }

    header .right-nav .mainUL.active,
    .header .right-nav .mainUL.active {
        padding-right: 10px;
    }

    header .right-nav.active,
    .header .right-nav.active {
        z-index: 9;
    }

    header .right-nav .mainUL li .menuCol.expertiseMenuone ul li,
    .header .right-nav .mainUL li .menuCol.expertiseMenuone ul li {
        width: 100%;
    }

    header .right-nav .mainUL .discoverMenu .rightside {
        column-count: 1;
    }

    header .right-nav .mainUL li .menuleftside-text li span {
        width: auto;
        padding-right: 5px;
    }

    .sticky-top {
        z-index: 9;
    }

    header .right-nav .mainUL,
    .header .right-nav .mainUL {
        margin-right: 0px;
    }

    .scroll-container {
        height: 100%;
        overflow-y: visible;
        scroll-snap-type: inherit;
    }

    .homepage-video-section .video-banner-text .video-content {
        padding-left: 0px;
    }

    .techonology-shape-section h3 .techtext span {
        padding-left: 0px;
    }

    .our-possibleattitude-section .left-cult h3 .where-text-mobile {
        display: inline-block;
    }

    .our-possibleattitude-section h3 span:nth-child(2) {
        color: #f5a100;
        display: inline-block;
    }

    .footer-section-design h2 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .homesection {
        height: 100%;
        scroll-snap-align: center;
        scroll-margin-top: 0px;
    }

    .homepage-video-section .video-banner-text .video-content h3 {
        font-size: 34px;
        line-height: 1.3;
    }

    .homepage-video-section .video-banner-text .video-content h4 {
        font-size: 18px;
    }

    .homepage-video-section .video-banner-text .where-text {
        display: none;
    }

    .quality-meets-section h2 {
        padding-left: 0px;
        margin: 0 0 30px;
        font-size: 34px;
    }

    .quality-meets-section {
        margin: 25px 0 25px;
    }

    .quality-meets {
        margin-bottom: 25px;
    }

    .techonology-shape-section h3 {
        padding-left: 0px;
    }

    .techonology-shape-section h3 .techtext span {
        display: inline-block;
        text-align: left;
        margin-right: 15px;
    }

    .techonology-shape-section h3 .techtext {
        font-size: 34px;
    }

    .techonology-shape-section {
        padding: 25px 0 25px;
    }

    .techonology-shape-section .techonology-right {
        justify-content: center;
    }

    .techonology-shape-section .button-blackeffect {
        margin-top: 10px;
    }

    .techonology-shape-section .techonology-right {
        margin-top: 20px;
    }

    .realworld-section {
        margin: 34px 0 34px;
        padding-top: 0;
    }

    .realworld-section h2 {
        padding-left: 0px;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .brand-transform-section .brand-title h3 {
        font-size: 34px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .brand-transform-section {
        padding: 60px 0 60px;
    }

    .brand-transform-section .brand-logo {
        margin-top: 30px;
    }

    .brand-transform-section .transform-logo {
        padding-left: 150px;
    }

    .brand-transform-section {
        /* background-position-y: 380px; */
        background-size: 150px;
    }

    .our-possibleattitude-section {
        background-position-y: 200px;
        background-size: 150px;
        padding-bottom: 30px;
    }

    .our-possibleattitude-section h3 span:first-child {
        display: inline-block;
    }

    .our-possibleattitude-section h3 {
        margin-top: 20px;
        font-size: 34px;
        padding-bottom: 20px;
    }

    .our-possibleattitude-section .left-cult {
        padding-left: 150px;
    }

    .possible-attuide-cotent {
        justify-content: flex-start;
    }

    .our-possibleattitude-section .possible-rightimg {
        position: relative;
        right: -15px;
        display: block;
        margin: 0px 0px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 100%;
        height: 100%;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 199px;
        height: auto;
    }

    .connect-leads-section {
        min-height: 100%;
        background-size: cover;
        padding: 80px 0px 60px;
    }

    .connect-leads-section .connect-leads h3 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 18px;
        padding-left: 0px;
    }

    .footer-section-design {
        display: block;
    }

    .our-possibleattitude-section h3 span:last-child {
        color: #000;
    }

    .partnership-sectiion .partners-design {
        padding: 31px 19px;
    }

    .page-template-partners .get-in-touch .heading p {
        font-size: 24px;
        max-width: 900px;
    }

    .page-template-partners .cta-with-green-bg .get-in-touch .getin-touch-btn a {
        padding: 14px 40px;
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .page-template-partners .get-in-touch .heading p {
        font-size: 24px;
        max-width: 500px;
    }

    .our-possibleattitude-section {
        background-position-y: 200px;
        background-size: 150px;
    }

    .our-possibleattitude-section .left-cult {
        padding-left: 150px;
    }

    .our-possibleattitude-section .possible-rightimg {
        position: relative;
        right: auto;
        display: flex;
        margin: 80px 0px 0px;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 186px;
    }
}


@media screen and (max-width:767px) {
    .page-template-service-template .site-inner header.Fixed-top .header-logo.abouts-page {
        display: block;
    }

    .page-template-service-template .site-inner header.Fixed-top .header-logo.blaks {
        display: none;
    }

    .realworld_content-slide {
        height: 100%;
        display: block;
        max-width: inherit !important;
    }

    .realworld-section .real-world-container {
        padding: 15px 0;
    }

    .page-template-partners .partnersIntro {
        padding: 35px 0 27px;
    }
    
    .partnersList .col-lg-4.col-md-6{
        margin-bottom: 29px;
    }

    .page-template-partners .innerBanner h1 {
        font-size: 24px;
    }

    .page-template-partners .innerBanner h1{
        font-weight: 600;
        font-size: 28px !important;
        line-height: 40px;
        border-bottom:none !important;
        padding-bottom: 0px;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .page-template-partners .banner-subheading{
        padding-top: 0px;
    }
    .page-template-partners .innerBanner p{
        font-weight: 500;
        font-size: 13px;
        line-height: 172%;
        letter-spacing: 0%;
        vertical-align: middle;
        padding-top: 10px;
    }
    .page-template-partners .partnersIntro h2{
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0%;
    }
    .page-template-partners .right-nav.mainNav .respMenu svg:last-child{
        color: #fff;
    }
    .page-template-partners .Fixed-top .right-nav.mainNav .respMenu svg:last-child{
        color: #000;
    }
    .page-template-partners .innerBanner{
        align-content:end;
        padding-bottom:62px;
    }
    .page-template-partners .innerBanner .btn-section{
        margin-top: 27px;
    }

    .page-template-partners .innerBanner {
        height: 578px;
        background-position-x: -670px;
        background-size: cover;
    }

    .page-template-partners .get-in-touch .heading p {
        font-size: 16px;
        max-width: 500px;
        line-height: 1.5;
    }

    .page-template-partners .cta-with-green-bg {
        padding: 20px 0 30px;
    }

    .page-template-partners .cta-with-green-bg .get-in-touch .getin-touch-btn a {
        padding: 10px 30px;
        font-size: 16px;
    }

    .footer-section-design .topSection .container {
        padding-bottom: 0px;
    }

    .cmmi-level {
        display: none;
    }

    .cmmi-level-mobile {
        display: none;
        padding: 37px 0px 42px;
        text-align: center;
    }

    .rightside-footer-section .email-info {
        justify-content: flex-start;
    }

    .footer-section-design .topSection .container::before {
        display: none;
    }

    .footer-section-design {
        /* padding: 32px 0 30px; */
        padding: 40px 0;
    }

    .footer-section-design .cmmi-level {
        margin-bottom: 50px;
    }

    .bottom-footer-section .socialLinks {
        padding-bottom: 25px;
    }

    .bottom-footer-section .mailLink {
        padding-bottom: 25px;
        display: block;
    }

    .bottom-footer-section .copyright p {
        /* padding: 20px 0 0px; */
        padding: 0;
        text-align: center;
    }

    .bottom-footer-section .mailLink::before {
        top: -1px;
    }

    .footer-section-design .topSection {
        max-width: 100%;
    }

    .homepage-video-section .video-banner-text .video-content {
        padding-left: 0px;
    }

    .homepage-video-section video {
        min-height: 590px;
        object-fit: cover;
    }

    .homepage-video-section .video-banner-text .video-content h3 {
        font-size: 28px;
        line-height: normal;
    }

    .homepage-video-section .video-banner-text .video-content h4 {
        font-size: 16px;
        margin-top: 16px;
    }

    .quality-meets-section h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .quality-meets .th-bx-cont p {
        font-size: 14px;
    }

    .button-blackeffect {
        font-size: 14px;
    }

    .our-possibleattitude-section .left-cult {
        padding-left: 0;
    }

    .techonology-shape-section h3 {
        padding-bottom: 0px;
    }

    .techonology-shape-section p {
        padding-right: 0px;
    }

    .techonology-shape-section {
        padding: 24px 0 24px;
    }

    .realworld-section h2 {
        font-size: 24px;
    }

    .realworld-section .real-world p {
        font-size: 14px;
    }

    .brand-transform-section {
        background-image: none;
        padding: 24px 0 24px;
    }

    .brand-transform-section .brand-logo {
        border: none;
    }

    .brand-transform-section .transform-logo {
        padding-left: 0px;
    }

    .brand-transform-section .brand-title h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    .our-possibleattitude-section h3 span:first-child {
        color: #383838;
    }

    .our-possibleattitude-section {
        background-image: none;
    }

    .our-possibleattitude-section h3 {
        margin-top: 32px;
    }

    .our-possibleattitude-section .possible-rightimg {
        padding: 10px 0 0px;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace img {
        width: 186px;
        border-radius: 15px;
        margin-right: 20px;
    }

    .connect-leads-section {
        padding: 80px 0 50px;
    }

    .connect-leads-section .connect-leads h3 {
        font-size: 24px;
    }

    .connect-leads-section .connect-leads p {
        font-size: 14px;
        color: #D9D9D9;
    }

    .connect-leads-section .button-blackeffect {
        margin-top: 0px;
    }

    .footer-section-design h2 {
        text-align: center;
    }

    .footer-nav-list {
        /* text-align: center; */
        margin-bottom: 25px;
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }

    .footer-logo,
    .cmmi-level {
        text-align: center;
    }

    .socialLinks {
        /* Issue On Footer */
        /* justify-content: center; */
    }

    .email-text,
    .copyright-text {
        display: flex;
        justify-content: center;
    }

    h2.footer-title.close {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        color: #383838;
        opacity: 1;
    }

    h2.footer-title.close:after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 10px;
        height: 10px;
        background-color: red;
    }

    /* .realworld-section .real-world-container .realworld-content:nth-child(2){
        margin-left: auto;
        margin-right: auto;
    } */
    .techonology-shape-section h3 {
        display: flex;
    }

    .techonology-shape-section h3 .techtext {
        font-size: 24px;
    }

    .our-possibleattitude-section h3 {
        font-size: 24px;
    }

    .techonology-shape-section h3 .techtext span {
        margin-right: 5px;
    }

    /* ul.accordion-list {
        position: relative;
        left: -40px;
    } */
    .page-template-tpl-home-new ul.accordion-list {
        padding-bottom: 30px;
    }

    ul.accordion-list li {
        display: block;
    }

    ul.accordion-list li.active h2:after {
        transform: rotate(180deg);
    }

    ul.accordion-list li h2 {
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 15px;
    }

    ul.accordion-list li h2:after {
        content: '';
        background-image: url(../images/footer-arrow.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 15px;
        position: absolute;
        right: 40px;
        top: 1px;
        transition: all 0.3s ease-in-out;
        transform: rotate(270deg);
    }

    h2.footer-title.active:after {
        transform: translate(10px);
        right: 50px;
    }

    ul.accordion-list li div.answer {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    ul.accordion-list li div.answer p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 15px 0;
        font-size: 14px;
    }

    .footer-section-design h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /* .footer-section-design .footerLogo img {
        display: none;
    } */

    .bottom-footer-section .container {
        padding-top: 0px;
    }

    .realworld-section .real-world-container {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .realworld-section .realworld-content {
        flex: 1 0 85%;
        margin-right: 20px;
    }

    .realworld-section .real-world-container .realworld-content:nth-child(2) {
        margin-left: auto;
        z-index: 2;
        margin-right: 20px;
    }

    .realworld-section .real-world-container .realworld-content {
        background: #fff;
    }

    .our-possibleattitude-section .possible-rightimg {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .our-possibleattitude-section .possible-rightimg .possible-img {
        flex: 1 0 85%;
        margin-right: 20px;
    }

    .our-possibleattitude-section .possible-rightimg .greatplace {
        flex: 1 0 85%;
        margin-right: 20px;
        justify-content: flex-start;
    }

    .header-logo {
        width: 85px;
    }

    footer .bottom_layer {
        padding: 10px 0 33px;
    }

    .bottom-footer-section {
        margin: 0 0 25px;
    }
}

ul.accordion-list.top-space {
    padding-top: 20px;
}

.what-we-do-menu ul li:first-child a {
    font-size: 16px;
    font-weight: 600;
    color: #FEFEFE;
}

.what-we-do-menu ul li:nth-child(7) a {
    font-size: 16px;
    font-weight: 600;
    color: #FEFEFE;
}

.what-we-do-menu ul li:nth-child(10) a {
    font-size: 14px;
    font-weight: 700;
    color: #FEFEFE;
}

body,
html {
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}

.Testimonials-section .main-container {
    display: flex;
    gap: 70px;
    margin-top: 56px;
}

.Testimonials-section {
    padding: 88px 0 68px;
    background-color: #f6f6f6;
}

.Testimonials-section .testimonials_heading {
    color: #494949;
    font-family: 'BwAletaNo10-Light';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Testimonials-section .carousel-container .carousel-slider {
    overflow: hidden;
}

.Testimonials-section .container-testimonials {
    overflow: hidden;
}

.Testimonials-section .carousel-container .embed-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Testimonials-section.carousel-container .mySlides {
    display: none;
}

.Testimonials-section .carousel-container .next {
    right: -55px;
}

.Testimonials-section .carousel-container .prev {
    left: -55px;
}

.Testimonials-section .carousel-container .prev,
.Testimonials-section .carousel-container .next {
    cursor: pointer;
    position: absolute;
    top: 42%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    user-select: none;
}

.Testimonials-section .carousel-container .embed-container {
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.5);
}

.Testimonials-section .carousel-container .embed-container iframe {
    border-radius: 31px;
}

.Testimonials-section .carousel-container .contents-of-video span {
    color: #494949;
    font-weight: 500;
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    line-height: 24px;
    min-height: 104px;
}

.Testimonials-section .carousel-container .contents-of-video {
    padding: 22px 120px 0 5px;
}

.Testimonials-section .container-testimonials {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
}

.container-testimonials .cards {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #31323B;
    width: 387px;
    height: 400px;
}

.container-testimonials .card-body .cards-images {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
}

.container-testimonials .card-body .cards-images img {
    object-fit: cover;
    margin: auto;
}

.container-testimonials .cards .card-body .designation {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FBFBFB;
    font-family: 'BwAletaNo10-Light';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 7px;
}

.container-testimonials .cards .card-body {
    padding-top: 7px;
}

.container-testimonials .cards .card-body p {
    margin: 0;
}

.container-testimonials .cards .card-body .card-contents p {
    display: flex;
    align-items: center;

    color: #FFF;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.container-testimonials .cards .card-body .Title-Name {
    text-align: center;
    margin: 0;
    color: #FFF;
    font-family: 'BwAletaNo10-Light';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container-testimonials .card-body {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonials-cards {
    display: none;
}

#testimonials-cards.active {
    display: flex;
    animation: moving 2s;
}

/* .slider-content.active {
    display: block;
    padding: 84px 0;
  
} */

section.service-offering {
    /* margin-top: 84px; */
    padding: 0px;
}

@keyframes moving {
    from {
        transform: translateX(100%);
        /* Start from the right */
        opacity: 0;
    }

    to {
        transform: translateX(0);
        /* Slide towards the left */
        opacity: 1;
    }

}

.carousel-container {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    /* height: 300px; Adjust the height as needed */
}

.carousel-slide {

    display: none;
    animation: movings 1s ease-in-out forwards;
}

@keyframes movings {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.container-testimonials .indicators {
    margin-top: 5px;
}

.indicators button {
    background: none;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #72737b;
    cursor: pointer;
    margin-left: 5px;
    transition: .5s;
}

button.active-button {
    border-radius: 50px;
    background: #31323B;
}

/* media query */
@media (max-width: 768px) {
    .Testimonials-section .testimonials_heading {
        font-size: 26px;
        line-height: 30px;
    }

    .Testimonials-section .main-container {
        display: block;
    }

    .container-testimonials .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0 0;
    }

    .Testimonials-section .carousel-container .prev {
        left: -5px;
    }

    .Testimonials-section .carousel-container .next {
        right: -5px;
    }

    .Testimonials-section .carousel-container .contents-of-video {
        padding: 22px 120px 0 50px;
    }
}

@media (max-width: 425px) {
    .Testimonials-section .testimonials_heading {
        font-size: 22px;
    }

    .Testimonials-section .carousel-container .contents-of-video {
        padding: 20px 0 0;
    }

    .Testimonials-section .container-testimonials .cards {
        width: 350px;
    }

    .container-testimonials .wrapper {
        align-items: inherit;
    }

    .Testimonials-section .carousel-container .embed-container iframe {
        border-radius: 29px;
        height: 218px;
    }

    .Testimonials-section .container-testimonials {
        overflow: unset;
    }

    .Testimonials-section .carousel-container .carousel-slider {
        /* overflow: unset; */
    }

    .Testimonials-section .carousel-container .next {
        right: -33px;
    }

    .Testimonials-section .carousel-container .prev {
        left: -33px;
    }

    .Testimonials-section .carousel-container .prev img,
    .Testimonials-section .carousel-container .next img {
        width: 10px;
    }
}

@media (max-width: 320px) {
    .Testimonials-section .container-testimonials .cards {
        width: 290px;
    }

    .container-testimonials .cards .card-body .Title-Name {
        font-size: 14px;
    }

    .container-testimonials .cards .card-body .designation {
        font-size: 9px;
    }

    .container-testimonials .cards .card-body .card-contents p {
        font-size: 11px;
        line-height: 21x;
    }

    .Testimonials-section .carousel-container .embed-container iframe {
        height: 196px;
        width: 100%;
    }

    .Testimonials-section .carousel-container .prev,
    .Testimonials-section .carousel-container .next {
        top: 35%;
    }
}

.not-found-page-section {
    /* padding: 88px 0 0;. */
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.heading-404 {
    width: 100%;
    max-width: 374px;
    height: 116px;
    /* padding: 0 0 31px; */
}

.heading-404 span {
    font-family: 'BwAletaNo10-Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.heading-404 .not_found_heading_higlight_color {
    color: #FFA51F;

}

.heading-404 .not_found_heading_white_color {
    color: #FFF;
}

.not-found-page-section .not-found-images {
    max-width: 100%;
}

.not-found-page-section .cards-ontainer {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 31px 0 0;
}

.not-found-page-section .cards-ontainer .buttons-cards {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    width: 116px;
    border-radius: 7px;

}

.not-found-page-section .not-found-img-box {
    padding: 6px 34px 16px 34px;
}

.not-found-page-section .cards-ontainer .buttons-cards .bnt-container {
    width: 100%;
    height: 62px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #FFA51F;
    display: flex;
    align-items: center;
    justify-content: center;

}

.not-found-page-section .cards-ontainer .buttons-cards .bnt-container a {
    color: #263238;
    text-align: center;
    font-family: Bw Aleta No 10;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.not-found-page-section .cards-ontainer .buttons-cards .bnt-container.btn-index-0 {
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .page-template-service-template .site-inner header.Fixed-top .header-logo.abouts-page {
        display: block;
    }

    .page-template-service-template .site-inner header.Fixed-top .header-logo.blaks {
        display: none;
    }

    .not-found-page-section {
        height: auto;
        padding: 85px 0 80px;
    }

    .heading-404 span {
        font-size: 24px;
    }

    .heading-404 {
        max-width: 300px;
    }

    .not-found-page-section .container .row {
        gap: 35px;
    }

    .not-found-page-section .cards-ontainer {
        padding: 21px 0px 0px;
    }
}

.new-homesection .homepage-video-section .video-banner-text .video-content {
    padding: 200px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-asdfgh {
    position: relative;
    margin-top: 60px;
    cursor: pointer;
}

.btn-asdfgh::before {
    content: '';
    top: -31px;
    content: '';
    right: 3px;
    position: absolute;
    background-repeat: no-repeat;
    width: 24px;
    height: 31px;
    background-image: url(../images/buttonlines.svg);
    transition: all ease-in-out 0.4s;
}

.homesection .overlayBlack .banner-text {
    text-align: center;
    color: #FFF;
    font-family: 'BwAletaNo10-Regular' 10;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
    /* 54.72px */
}

.homesection .overlayBlack .yellow-text {
    color: #EBA300;
}

.homepage-video-section .video-banner-text .video-content .video-content-subtitle {
    color: #FFF;
    text-align: center;
    font-family: Bw Aleta No 10;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152%;
}

.Your-Industry-Our-Expertise {
    padding: 70px 0 119px;
}

/* home contact forms  */
.contact-form-home {
    padding: 40px;
    flex-shrink: 0;
    background: #F1F1F1;
}

.contact-form-home .names p {
    display: flex;
    gap: 40px;
}

.contact-form-home .wpcf7-form-control-wrap {
    padding: 40px 0 0;
}

.contact-form-home input,
.contact-form-home textarea {
    background: #F1F1F1;
}

.contact-form-home input,
button,
select,
optgroup,
textarea {
    color: #696969;
    font-family: BwAletaNo-light;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.contact-form-home .emails-phone .wpcf7-form-control.wpcf7-checkbox {
    border: none;
    padding: 32px 0 0;
}

.contact-form-home .submit-button {
    border-radius: 33px;
    background: #F5A100;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    color: #000;
    font-family: Bw Aleta No 10;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 152%;
    /* 21.28px */
    margin-top: 56px;
}

.contact-form-home .emails-phone .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.contact-form-home textarea {
    height: 40px;
}

.contact-form-home .names p input {
    border: none;
    border-bottom: 2px solid #000;
    width: 100%;
    font-family: 'BwAletaNo10-light';
}

.contact-form-home .emails-phone .wpcf7-form-control {
    border: none;
    border-bottom: 2px solid #000;
    width: 100%;
    font-family: 'BwAletaNo10-light';
}

/* tabs  */
.title-container {

    width: 340px;
    height: 604px;
    flex-shrink: 0;

}

.title-container {
    width: 340px;
    height: 604px;
    flex-shrink: 0;
    position: relative;
    /* Establish a positioning context for the pseudo-element */

    /* Set the background image */
    background-image: url(../images/Masktitle.png);
    background-size: cover;
    /* Adjust as needed */
    background-repeat: no-repeat;
    /* Adjust as needed */
}

.title-container::before {
    content: "";
    /* Required for the pseudo-element to appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Define the radial gradient */
    background: radial-gradient(110.09% 144.62% at 0% 0%, #FFCD6D 21.59%, #F5A100 86.46%);
    ;
    opacity: 0.8;
    /* Adjust the opacity as needed to control the overlay strength */
}

.tab-titles {
    padding: 142px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab-title-img h5 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    /* margin-left: 50px; */
    font-family: 'BwAletaNo10-light';
}

.active h5 {
    font-weight: 600;
    font-family: 'BwAletaNo10-Medium';
}

.tab-title-img {
    padding: 0 0 0 41px;
    position: relative;
    display: flex;
    gap: 18px;
    align-items: center;
    gap: 18px;
    position: relative;
    right: 14px;
    transition: top 0.5s ease;
}

.tab-title-img.active {
    z-index: 1;
    width: 406px;
    height: 63px;
    flex-shrink: 0;
    border-radius: 0px 120px 120px 0px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    top: 0;
    align-items: center;
}

.home-tab-row {
    align-items: center;
}

.contents-container {
    padding: 0;
}

.tab-pane-new {
    height: 504px;
    background: linear-gradient(135deg, #20D3FE 0%, #38B2FD 21.49%, #6A75FF 66.67%, #9C3BFE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 67px 0 77px;

}

.future-ready-section .tab-pane.active {
    display: block;
}

.tab-pane.active {
    display: flex;
}

.tab-pane .card {
    width: 300px;
    padding: 0 0 34px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.21);
    height: 465px;
}

.title-contents-img {
    padding: 31px 0 0 32px;
}

.title-contents-img img {
    width: 89px;
    height: 24px;
    flex-shrink: 0;
}

.title-contents-img p {
    padding: 21px 13px 0 0;
    color: #000;
    font-family: 'BwAletaNo10-light';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.tab-pane-new .title-contents-img .read-our-btn {
    color: #F5A100;
    font-family: 'BwAletaNo10-bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    text-decoration-line: underline;
}

.title-contents-img .read-more-ntns {
    padding: 41px 0 0;
    display: flex;
    gap: 11px;
    align-items: center;

}

.title-contents-img .read-more-ntns img {
    display: none;
}

.title-contents-img:hover .read-more-ntns img {
    width: 19px;
    height: 19px;
    display: block;
    flex-shrink: 0;
}

.right-contents {
    padding: 0 0 0 34px;
    height: 415px;
}

.right-contents .contents {
    padding-bottom: 17px;
}

.right-contents p {
    color: #FFF;
    font-family: 'BwAletaNo10-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.right-contents .heading {
    color: #FFF;
    font-family: 'BwAletaNo10-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.right-contents .button {
    color: #000;
    font-family: 'BwAletaNo10-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.28px;
    /* 21.28px */
    border-radius: 33px;
    background: #F5A100;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.right-contents .trusted_by_heading {
    color: #FFF;
    font-family: 'BwAletaNo10-Medium';
    font-size: 16px;
    padding: 33px 0 0;
}

.trusted-img {
    padding: 25px 0 0;
    gap: 21px;
}

.arrow-left-side {
    display: none;
}

.title-img-container {
    max-width: 29px;
}

.title-img-container img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .right-contents .button {
        margin-left: 20%;
    }

    .title-contents-img p {
        font-size: 12px;
    }

    .title-container {
        width: 100%;
        height: auto;
    }

    .tab-titles {
        flex-direction: row;
        /* padding-left: 20px; */
    }

    .tab-title-img img {
        display: none;

    }

    .tab-pane {
        flex-direction: column;
        padding: 43px 45px;
        height: auto;
    }

    .tab-title-img {
        padding: 8px 0;
    }

    .title-contents-img .read-more-ntns {
        padding: 57px 0 29px;
    }

    .tab-title-img {
        width: auto;
        height: auto;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 0 18px;
        z-index: 0;
    }

    .tab-title-img h5 {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
    }

    .tab-title-img.active {
        width: auto;
        height: auto;
    }

    .tab-title-img h5 {
        font-family: 'BwAletaNo10-Regular';
    }

    .tab-title-img {
        z-index: 1;
        border-radius: 23px !important;
        width: auto;
        z-index: 1;
        padding: 8px 18px;
        flex-shrink: 0;
        border-radius: 0 120px 120px 0;
        background: #FFF;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .11);
        display: flex;
        top: 0;
        align-items: center;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .tab-titles {
        padding: 7px 41px 7px 20px;
        overflow-x: auto;
    }

    .tab-pane .card {
        width: auto;
        height: auto;
        margin-bottom: 55px;
    }

    .right-contents {
        padding: 0;
    }

    .home-tab-row {
        position: relative;
    }

    .arrow-left-side {
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        padding: 7px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(0px);
        position: absolute;
        right: 0;
        top: 0;
    }

}

.contents-container .tab-content>.active {
    display: flex;
}

.elementor-shortcode .contents-container {
    padding-left: 0;
}

.elementor-shortcode input,
.elementor-shortcode textarea {
    border: none;
    border-bottom: 1px solid #000;
    background: #F1F1F1;
    padding: 0 0 15px;
    color: #696969;
    font-family: 'BwAletaNo10-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.elementor-shortcode textarea {
    padding: 0 0 51px;
}

.elementor-shortcode input::placeholder,
.elementor-shortcode textarea::placeholder {
    padding-bottom: 15px;
    color: #696969;
    font-family: 'BwAletaNo10-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.elementor-shortcode .fieldtype-intl-phone select {
    margin: 0 !important;
}

.elementor-shortcode .fieldtype-intl-phone input {
    padding: 0 !important;
}

.elementor-shortcode .fieldtype-intl-phone .select {
    color: #696969;
    font-family: 'BwAletaNo10-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.elementor-shortcode .fieldtype-intl-phone input {
    padding: 0;
}

.elementor-shortcode .form-columns-1 {
    padding-top: 30px;
}

.elementor-shortcode .fieldtype-intl-phone {
    display: flex;
}

.elementor-shortcode .hs-fieldtype-intl-phone {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #000 !important;
}

.elementor-shortcode .hs-fieldtype-intl-phone.hs-input select {
    color: #696969;
    font-family: 'BwAletaNo10-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 0;
    border: none;
}

.elementor-shortcode .hs-fieldtype-intl-phone input {
    border: none;
}

.elementor-shortcode .hs-submit .actions {
    margin: 57px 0 0;
    border: none;
    justify-content: left !important;
}

.elementor-shortcode .hs-submit .actions input {
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 33px;
    background: #F5A100;
    /* fonts  */
    color: #000;
    font-family: 'BwAletaNo10-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 152%;
}

.elementor-shortcode form {
    padding: 40px 20px 30px;
    flex-shrink: 0;
    background: #F1F1F1;
}

.elementor-shortcode .hs-error-msg {
    color: #f5a100;
}

@media only screen and (max-width: 768px) {
    form fieldset {
        padding: 0;
    }

    /* .elementor-shortcode form{} */
    /* .elementor-shortcode form fieldset .hs_firstname, */
    .elementor-shortcode form fieldset .hs_lastname {
        padding-top: 30px;
    }
}

header .navbar .right-nav .mainUL li:last-child,
.header .navbar .right-nav .mainUL li:last-child,
header .navbar .right-nav .mainUL li {
    margin-right: 40px;
}

header .right-nav .mainUL li:last-child {
    margin-right: 31px;
}

header .right-nav .mainUL li span {
    font-size: 14px;
}

header .right-nav {
    width: 81%;
}

header .navbar .right-nav {
    width: auto;
    float: none;
}

header .navbar .right-nav .mainUL li {
    margin-right: 30px;
    padding-right: 20px;
}


.arrow-hover-box .elementor-icon-list-item .elementor-icon-list-text {
    position: relative;
}

.arrow-hover-box .elementor-icon-list-item .elementor-icon-list-text::before {
    content: '';
    position: absolute;
    right: -28px;
    top: 7px;
    background-image: url(../images/arrow-yellow.svg);
    background-repeat: no-repeat;
    width: 24px;
    display: none;
    height: 24px;
    transition: all ease-in-out 0.4s;

}

.arrow-hover-box .elementor-icon-list-item .elementor-icon-list-text:hover::before {
    display: block;
    transform: translateX(-100%);
    /* Start off the screen to the left */
    animation: slideIn 1s forwards;
    /* Apply the slideIn animation */
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


.arrow-hover-box .elementor-icon-list-item .elementor-icon-list-text:hover {
    text-decoration: underline;
    color: #F5A100;
}

.headings-links {
    display: flex;
    gap: 118px;
    z-index: 2;
    position: relative;
}

.headings-links .heading h2 {
    color: #FFF;
    font-family: 'BwAletaNo10-Regular';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;

}

.links {
    display: flex;
    gap: 80px;
    align-items: center;
}

.links .links-contents a {
    color: #F5A100;
    text-align: center;
    font-family: 'BwAletaNo10-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
}

.containe-over {
    /* content: ""; */
    display: flex;
    align-items: center;
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 19%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    bottom: 0;
}

/* hot bug fixes */

.page-template-tpl-home-new .section-top-title h2 {
    margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
    .headings-links {
        display: block;
        gap: 20px;
        /* top: 150px; */
    }

    .containe-over {
        height: 28%;
    }

    .links-contents {
        width: auto;
        font-size: 14px;
    }

    .links {
        gap: 40px;
    }

    .headings-links .heading h2 {
        line-height: 23px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .caseBanner .buttonLayer {
        margin: 20px 0px 20px;
    }
}

@media screen and (max-width: 430px) {
    .links {
        flex-direction: row;
        gap: 15px;
        padding-bottom: 37px;
    }

    .containe-over::before {
        height: 32%;
        /* padding: 20px 0; */
    }

    .links .links-contents a {
        font-size: 11px;
        line-height: normal;
    }

    .headings-links {
        margin-top: 20px;
    }
}

.page-template-service-template .innerBanner {
    height: auto;
    min-height: 388px;
}

.page-template-service-template .innerBanner .all-inner-banner {
    margin-top: 62px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-content .whyDaffodil {
    background: none
}

.site-content .whyDaffodil p {
    color: #000;
    font-family: 'BwAletaNo10-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-imgage-box {
    width: 274.79px;
    height: 181.657px;
    /* background-image: url(../images/cards-bg-images.png); */
    /* border: 2px solid rgba(235, 163, 0, 0.47); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-content .whyDaffodil-cards .contents {
    color: #000;
    font-family: "BwAletaNo10-Regular";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 29px 0 0;
}

.site-content .whyDaffodil .row-cards {
    margin-top: 73px;
}

.site-content .whyDaffodil .strip-row {
    box-shadow: 0px 0px 10px 0px rgba(116, 116, 116, .5);
    padding: 48px 37px 40px 68px;
    border-radius: 26.008px;
    background: var(--neutral-100, #FFF);
    margin-top: 46px;
    align-items: flex-start;
}

.site-content .whyDaffodil .number-head,
.number-head {
    text-align: center;
    color: #eba300;
    font-family: "BwAletaNo10-Bold";
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 2px;
}

.mobile-viewe-sections {
    display: none;
    background: #6a66660f;
}

.carousel-control-prev,
.carousel-control-next {
    color: #eba300;
    opacity: unset;
    font-size: 30px;
    font-weight: 400;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: unset;
    color: #eba300;
}

.whyDaffodil-cards p.strip-row-contents {
    padding: 0;
    text-align: center;
    color: #333333;
    font-family: "BwAletaNo10-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.site-content .whyDaffodil .strip-row .col-lg-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whyDaffodil .carousel-inner {
    padding: 100px 20%;
}

@media screen and (max-width: 768px) {
    .site-content .whyDaffodil {
        padding: 144px 0 20px;
    }

    .mobile-viewe-sections {
        margin-bottom: 40px;
    }

    .number-head {
        text-align: center;
    }

    .carousel-inner {
        overflow: visible !important;
    }

    .strip-row {
        display: none;
    }

    .site-content .whyDaffodil {
        padding-bottom: 0;
    }

    .mobile-viewe-sections {
        display: block;
        padding: 70px 0;
    }
}

@media screen and (max-width: 450px) {
    .site-content .whyDaffodil p {
        font-size: 14px;
    }

    .site-content .whyDaffodil .cards {
        width: 270px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .site-content .whyDaffodil .row-cards {
        margin-left: 20px;
        margin-top: auto;
    }
}

.healthcare-softdev-section {
    padding: 84px 0 0;
}

.healthcare-softdev-section .future-ready-heading a,
.healthcare-softdev-section .future-ready-heading {
    font-family: 'BwAletaNo10-Regular';
    padding-top: 23px;
    padding-bottom: 19px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 27.36px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
 
.healthcare-softdev-section .future-ready-heading a {
    padding: 0;
}

.tool-and-tech-section {
    position: relative;
    padding: 88px 0;
    background-color: #fbfafa;
}

.tool-and-tech-section .contents {
    margin: 30px 0 40px;
}

.tool-and-tech-section .header-container {
    border-bottom: 4px solid #F5A100;
    margin-bottom: 51px;
}

.tool-and-tech-section .programming-language {
    display: flex;
    align-items: center;
    box-shadow: 0px 3.12px 7.8px 0px #00000026;
    background-color: #fff;
    margin-bottom: 30px;
}

.tool-and-tech-section .programming-language:last-child {
    margin-bottom: 0;
}

/* .tool-and-tech-section .programming-language-heade {
    padding-bottom: 19px;
    border-bottom: 2px solid rgba(73, 73, 73, 0.23);
    ;
} */

/* .tool-and-tech-section .lists {
    padding: 32px 0 0;
} */

/* services template ui design start here 15 jan 2025 */

.page-template-service-template .site-inner header,
.page-template-partners .site-inner header
{
    background-color: transparent !important;
}

.page-template-service-template .site-inner header.Fixed-top,
.page-template-partners .site-inner header.Fixed-top
{
    background-color: #fff !important;
    margin: 0px !important;
}

.page-template-service-template header .right-nav.mainNav ul.mainUL li span,
.page-template-partners header .right-nav.mainNav ul.mainUL li span
{
    color: #fff !important;
}

.page-template-service-template header .plus svg,
.page-template-partners header .plus svg
{
    color: #fff;
}

.page-template-service-template header .right-nav .mainUL li a,
.page-template-partners header .right-nav .mainUL li a,
.page-template-daffodil-tv header .right-nav .mainUL li a,
.page-template-podcast-detail header .right-nav .mainUL li a {
    color: #fff;
}

.page-template-service-template header.Fixed-top .right-nav .mainUL li a,
.page-template-partners header.Fixed-top .right-nav .mainUL li a,
.page-template-daffodil-tv header.Fixed-top .right-nav .mainUL li a,
.page-template-podcast-detail header.Fixed-top .right-nav .mainUL li a {
    color: #000;
}

.page-template-daffodil-tv header.Fixed-top .right-nav .mainUL li a {
    color: #000 !important;
}

.page-template-service-template header.Fixed-top .right-nav.mainNav ul.mainUL li span,
.page-template-partners header.Fixed-top .right-nav.mainNav ul.mainUL li span,
.page-template-daffodil-tv header.Fixed-top .right-nav.mainNav ul.mainUL li span,
.page-template-podcast-detail header.Fixed-top .right-nav.mainNav ul.mainUL li span {
    color: #000 !important;
}

.page-template-service-template header.Fixed-top .plus svg,
.page-template-partners header.Fixed-top .plus svg,
.page-template-daffodil-tv header.Fixed-top .plus svg,
.page-template-podcast-detail header.Fixed-top .plus svg {
    color: #000 !important;
}

.page-template-service-template .custom-container-class .menu-item a,
.page-template-partners .custom-container-class .menu-item a
{
    color: #fff;
}

.page-template-service-template .Fixed-top .custom-container-class .menu-item a,
.page-template-partners .Fixed-top .custom-container-class .menu-item a,
.page-template-daffodil-tv .Fixed-top .custom-container-class .menu-item a,
.page-template-podcast-detail .Fixed-top .custom-container-class .menu-item a {
    color: #000;
}

.page-template-service-template .category_logo a .header-logo.web-daffo-logo,
.page-template-partners .category_logo a .header-logo.web-daffo-logo
{
    display: none;
}

.page-template-service-template .Fixed-top .category_logo a .header-logo.web-daffo-logo,
.page-template-partners .Fixed-top .category_logo a .header-logo.web-daffo-logo
{
    display: block;
}

.page-template-service-template img.header-logo.web-daffo-logo.abouts-page,
.page-template-partners img.header-logo.web-daffo-logo.abouts-page
{
    display: block;
}

.page-template-service-template .category_logo img.mobile-black,
.page-template-partners .category_logo img.mobile-black
{
    display: none;
}

.page-template-service-template .Fixed-top .category_logo img.mobile-black,
.page-template-partners .Fixed-top .category_logo img.mobile-black
{
    display: block;
}

.page-template-service-template .Fixed-top img.header-logo.web-daffo-logo.abouts-page,
.page-template-partners .Fixed-top img.header-logo.web-daffo-logo.abouts-page
{
    display: none;
}

.page-template-service-template img.header-logo.web-daffo-logo.blaks,
.page-template-partners img.header-logo.web-daffo-logo.blaks
{
    display: none;
}

.page-template-service-template .Fixed-top img.header-logo.web-daffo-logo.blaks,
.page-template-partners .Fixed-top img.header-logo.web-daffo-logo.blaks
{
    display: block;
}

.page-template-service-template .custom-container-class .custom-menu-class .menu-item-has-children::after {
    /* filter: invert(1); */
}

.page-template-service-template .Fixed-top .custom-container-class .custom-menu-class .menu-item-has-children::after {
    filter: none;
}

.page-template-service-template .recommedded-reading-section {
    /* padding-bottom: 75px !important; */
    background-color: #FFFFFF;
}

.page-template-service-template .innerBanner h1 {
    max-width: 800px;
    font-family: 'BwAletaNo10-Bold';
    font-size: 32px;
    border-bottom: solid 1px #fff;
    padding-bottom: 22px;
}

.page-template-service-template .banner-subheading {
    width: 613px;
    display: block;
}

.page-template-service-template .banner-subheading p {
    font-family: 'BwAletaNo10-Regular';
    font-size: 16px;
    display: contents;
}

.page-template-service-template .btn-section .button {
    font-family: 'BwAletaNo10-Regular';
    position: relative;
    display: block;
    margin-top: 58px;
}

.page-template-service-template .innerBanner {
    height: 673px;
}

.page-template-service-template .trusted_by_main_container .trusted-by-row {
    margin-top: 28px;
    margin-bottom: 28px;
}

.page-template-service-template h3.trusted-by-heading {
    font-family: 'BwAletaNo10-Regular';
    font-size: 21.6px;
    font-weight: 500;
    line-height: 37.15px;
    text-align: left;
    color: #000;
}
.page-template-service-template .healthcare-softdev-section {
    background-color: #fff;
}
.page-template-service-template .healthcare-softdev-section .add-service-cards .add-service-card {
    box-shadow: 0px 4px 15.4px 0px #00000014;
    background-image: url(../images/services-section-icon.svg);
    background-size: 41px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}
.page-template-service-template .healthcare-softdev-section h2{
    font-family: 'BwAletaNo10-Regular';
    font-size: 32px;
    font-weight: 700;
    line-height: 48.64px;
    text-align: left;
    color: #F5A100;
}

.page-template-service-template .healthcare-softdev-section .future-ready-heading {
    max-width: 330px;
    padding: 34px 28px 14px;
    line-height: 27.36px;
}

.page-template-service-template .your-service .add-service-card a[data-title="HealthCare Section Link"],
.your-service .add-service-card a[data-title="HealthCare Section Link"] {
    padding: 0px 0px 0px;
    position: absolute;
    bottom: 15px;
}

.page-template-service-template .healthcare-softdev-section .future-ready-text {
    padding: 0 28px 0;
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #000;
}

.page-template-service-template .healthcare-softdev-section .future-ready-text p {
    padding-bottom: 25px;
}

.page-template-service-template .healthcare-softdev-section .future-ready-text a {
    padding: 0;
}

.page-template-service-template .healthcare-softdev-section .add-service-cards .add-service-card {
    padding-bottom: 28px;
}

.page-template-service-template .healthcare-softdev-section h3.future-ready-heading a{
    font-family: 'BwAletaNo10-Regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 27.36px;
    text-align: left;
    color: #000;
}

.page-template-service-template .valueexpertiesbg {
    background-color: #fff;
}
.discover-challenge-section {
    background: linear-gradient(180deg, #14044A 0%, #000000 100%);
    padding-bottom: 104px;
}
.discover-challenge-section h2{
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48.64px;
    text-align: left;
    color: #F5A100;
    margin-top: 97px;
    margin-bottom: 48px;
}

.discover-challenge-section .expertise-right-block {
    margin-right: 136px;
}
.discover-challenge-section .expertise-right-block .expertise-pop .tab-content-title{
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.36px;
    text-align: left;;
    color: #fff;
    cursor: pointer;
}

.discover-challenge-section .expertise-right-block .expertise-pop.active {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.36px;
    text-align: left;
    color: #F5A100;
    border-bottom: 1px solid #F5A100;
    background-image: url(../images/active-discover-arrow-down.svg);
    background-size: 18px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px;
}
.discover-challenge-section .expertise-right-block .expertise-pop.active h3.tab-content-title{
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.36px;
    text-align: left;;
    color: #F5A100;
    border-bottom: 1px solid #F5A100; }

.discover-challenge-section .expertise-right-block .expertise-pop.active .tab-content-title {
    border-bottom: 1px solid #F5A100;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.discover-challenge-section .expertise-right-block .expertise-pop {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.36px;
    text-align: left;
    color: #fff;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #fff;
    background-image: url(../images/discover-arrow.svg);
    background-size: 18px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px;
}

.discover-challenge-section .expertise-right-block .expertise-pop p {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.innovation-redefined-section .left-text-section h2.title {
    font-family: 'BwAletaNo10-Light';
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    line-height: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 47px;
}

.page-template-service-template .recommedded-reading-section h2,
.page-template-service-template .weekly-popular-posts h2
{
    font-family: 'BwAletaNo10-Light';
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    text-align: left;
    color: #494949;
    padding: 0 0 60px;
}
.recommedded-reading-section .related-blog-section .blogs-text{
    margin: 0px;
}

.engagement-models-section {
    background: linear-gradient(180deg, #14044A 0%, #000000 100%);
    padding: 84px 0px;
}

.engagement-models-section h2 {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48.64px;
    text-align: left;
    color: #F5A100;
    margin-bottom: -2px;
}

.engagement-models-section .models-section {
    display: block;
    margin-top: 51px;
}

.engagement-models-section .models-section .right-side h3 {
    line-height: 24px;
    padding-top: 17px;
    margin: 0px;
}


.engagement-models-section .models-section .expertise-img {
    background: #FFFFFF;
    min-width: 86px;
    width: 86px;
    height: 86px;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-right: 0px;
}

.engagement-models-section .right-side .title-text {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.36px;
    text-align: left;
    color: #F5A100;
}

.engagement-models-section .right-side ul li a {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #fff;
    text-decoration: underline;
}

.engagement-models-section .right-side ul li a[href="#"] {
    text-decoration: none;
}

.engagement-models-section .right-side ul {
    margin-top: 10px;
}

.engagement-models-section .right-side ul li {
    position: relative;
    padding-left: 16px;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #fff;
    position: relative;
}

.engagement-models-section .right-side ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F5A100;
}

.engagement-models-section .right-side p {
    width: 344px;
    padding-top: 12px;
    margin: 0px;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #fff;
}

.inner-banner-trusted-logo .trusted_by_main_container {
    display: none;
}

.embrace-your-healthcare-section {
    padding: 84px 0px;
}

.embrace-your-healthcare-section h2 {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48.64px;
    text-align: left;
    color: #F5A100;
    margin-bottom: 48px;
}

.embrace-your-healthcare-section .embrace-section-design:first-child {
    border-top: solid 1px #000;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-title h3{
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.52px;
    text-align: left;
    color: #000;
    margin: 0px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-title{
    background-image: url(../images/embrace-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 70px) 45px;
    padding: 42px 0px 35px;
    height: auto;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.52px;
    text-align: left;
    color: #000;
    padding-left: 52px;
    border-bottom: solid 1px #000;
    cursor: pointer;
	display: flex;
    align-items: center;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-title .inactive-img {
    margin-right: 22px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-title span {
    background-color: #727272;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description {
    display: flex;
    border-bottom: solid 1px #000;
    padding-top: 21px;
    background-image: url(../images/embrace-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 70px) 25px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description .embrace-design {
    display: flex;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description .left-section {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.52px;
    text-align: left;
    color: #000;
    display: inline-block !important;
}

.embrace-your-healthcare-section .embrace-section-design.active .embrace-description .left-section h3{
    color: #F5A100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "BwAletaNo10-Regular", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 27.52px;
    text-align: left;
}

.embrace-your-healthcare-section .embrace-section-design.active .embrace-description .left-section span.bullet-icon.active {
    margin-bottom: 22px;
}

.embrace-your-healthcare-section .embrace-section-design.active .embrace-description .left-section .active-img {
    margin-bottom: 22px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description .left-section span {
    background-color: #727272;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.embrace-your-healthcare-section .embrace-section-design.active .embrace-description .left-section span {
    background-color: #F5A100;
    position: relative;
    top: 5px;
    min-width: 15px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description .left-section
{
    width: 40%;
    padding-left: 52px;
    display: flex;
    padding-right: 20px;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description .right-section {
    width: 60%;
    padding-right: 130px;
    cursor: pointer;
}

.embrace-your-healthcare-section .embrace-section-design .embrace-description .right-section p {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.healthcare-softdev-section .add-service-cards .add-service-card .future-ready-text button.button-link {
    background-color: transparent;
    width: 310px;
    border: none;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    padding: 0px;
    font-family: 'BwAletaNo10-Regular';
    position: relative;
    text-align: left;
    color: #f5a100;
    font-weight: normal;
    position: relative;
}
.healthcare-softdev-section .add-service-cards .add-service-card .future-ready-text button.button-link .button-text .arrow-img {
    content: '';
    position: absolute;
    background-image: url(../images/arrowss.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 6px;
}

.tools-tech-container {
    margin-bottom: 84px;
}

.tools-technologies-section {
    margin-top: 84px;
    padding: 0px 5px 5px;
}

.tools-technologies-section h2 {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48.64px;
    margin-bottom: 20px;
    padding: 0px;
    text-align: left;
    color: #F5A100;
}

.tools-technologies-section p {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.52px;
    text-align: left;
    color: #494949;
    margin: 0px;
    padding-bottom: 48px;
}

.tools-technologies-design .tools-tabs-tech {
    display: flex;
    margin-top: 28px;
    width: 100%;
}

.tools-technologies-design .tools-tabs-tech .list-items {
    width: 50%;
    background: #F6F7F9;
    padding: 60px 45.5px 60px 40.5px;
    box-shadow: -3px -1px 24px 0px #00000026;
}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs {
    display: block;
    max-width: 100%;
    height: 465px;
    padding-right: 48px;
    overflow: auto;
    border-bottom: none;
    position: relative;
}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;

}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #696969;
    border-radius: 10px;
    background-color: #696969;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 px #F5A100;
    background-color: #F5A100;
}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs::-webkit-scrollbar {
    width: 10px;
}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.tools-technologies-design .tools-tabs-tech .list-items .nav-tabs::-webkit-scrollbar-thumb {
    background: #F5A100;
    border-radius: 10px;
    width: 20px;
}

.tools-technologies-design .tools-tabs-tech .nav-tabs .nav-link {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 17.23px;
    font-weight: 500;
    line-height: 20.68px;
    text-align: left;
    color: #000;
    padding: 22px 0px 22px 26px;
}

.tools-technologies-design .tools-tabs-tech .nav-tabs .nav-link.active {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    background-color: #F5A100;
    border-radius: 12px;
    color: #000;
    font-size: 17.23px;
    font-weight: 600;
    line-height: 20.68px;
    text-align: left;
    padding: 22px 0px 22px 26px;
    border: solid 2px #fff;
    position: relative;
}

.tools-technologies-design .tools-tabs-tech .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    right: 25px;
    background-image: url(../images/list-right-arrow.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.tools-technologies-design .tools-tabs-tech .nav-tabs .nav-link {
    border-color: transparent;
}

.tools-technologies-design .tools-tabs-tech .tab-content {
    width: 50%;
    box-shadow: 0px 0px 24px 0px #00000026;
}

.tools-technologies-design .tools-tabs-tech .tab-content {
    padding: 45px 33.5px;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 510px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #696969;
    border-radius: 10px;
    background-color: #696969;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

}

.tools-technologies-design .tools-tabs-tech .tab-content .lists::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 px #F5A100;
    background-color: #F5A100;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists::-webkit-scrollbar {
    width: 10px;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists::-webkit-scrollbar-track {
    background: transparent;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists::-webkit-scrollbar-thumb {
    background: #F5A100;
    border-radius: 10px;
    width: 20px;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists .languages {
    width: 45%;
    background: #F7F7F7;
    padding: 20px 26px 20px 26px;
    border-radius: 12px;
    text-align: center;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 76px;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists .languages .lang-image {
    width: 80px;
    height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists .languages .lang-image img {
    max-width: 35px;
    max-height: 40px;
}

.tools-technologies-design .tools-tabs-tech .tab-content .lists .languages .lang-title {
    min-width: 80px;
    display: block;
}

.tool-and-tech-section .programming-language h4.programming-language-heade {
    width: 24%;
    padding: 50px;
    background-color: #F5A100;
    margin: 0px 25px 0px 0px;
    font-size: 18.72px;
    line-height: 26.52px;
}

.programming-language .lists {
    width: 76%;
}

.tool-and-tech-section .lists .languages {
    display: inline-flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 47px;
    border: 1px solid #F5A100;
    color: rgba(0, 0, 0, 1);
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26.33px;
    margin: 5px;
}

.tool-and-tech-section h3 {
    font-weight: 500;
}

.tool-and-tech-section:before {
    content: '';
    position: absolute;
    right: -40px;
    background-image: url(../images/Isolation_Mode.svg);
    background-repeat: no-repeat;
    width: 135px;
    height: 139px;
}

.tool-and-tech-section:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 430px;
    background-image: url(../images/Isolation_Mode.svg);
    background-repeat: no-repeat;
    width: 135px;
    height: 139px;
}

.programming-language-first {
    position: relative;
}

.programming-language-first::before {
    content: '';
    position: absolute;
    left: -130px;
    background-image: url(../images/Isolation_Mode.svg);
    background-repeat: no-repeat;
    width: 135px;
    height: 139px;
    top: 75px;
}

.pillarSection .PillarsTile.active {
    top: 100px;
    position: fixed;
    left: auto;
    margin-left: -15px;
}

.pillarSection .PillarsTile.topSpacing {
    padding-top: 0px;
}

.PillarsTile.bgleftside.active {
    top: 110px;
    position: fixed;
    left: auto;
    padding-right: 0;
}

.pillar-section-design {
    position: relative;
    height: 461px;
}

/* section.innerBanner.pillarBanner.pillar-section-design {
    margin-top: 82.5px;
} */

.pillar-section-design h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 54.72px;
    text-align: left;
}

.pillar-section-design .author-name-date {
    color: #fff;
    display: flex;
}

.pillar-section-design .author-name-date .authored-by {
    margin-right: 27px;
    font-size: 14.89px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
}

.pillar-section-design .author-name-date .published-date {
    font-size: 14.89px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
}

.pillarSection .Pillarscontent {
    padding-left: 370px;
}

.rightside-pillars-form,
.formFields.PillarsTile.rightside-pillars-form {
    background: #011C2A;
    border-radius: 20px;
    padding: 28px;
    overflow: hidden !important;
}

.pillar-title-section {
    border: 0.95px solid #E7E9ED;
    background: #FBFAFA;
}

.pillar-title-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 27.07px;
    text-align: left;
    color: #000000;
    margin-top: 55px;
    padding-bottom: 19px;
}

.rightside-pillars-form .hs-form-field {
    width: 100% !important;
    height: auto;
}

.rightside-pillars-form form {
    position: relative;
    top: -5px;
}

.rightside-pillars-form,
.formFields.PillarsTile.rightside-pillars-form p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin: 0px;
}

.actions {
    justify-content: left;
    margin-top: 22px;
}

.formFields .wpcf7-submit,
.formFields .primary.large {
    padding: 10px 29px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    color: #fff;
}

.rightside-pillars-form .wpcf7 form>div,
.wpcf7 form>p {
    margin-bottom: 0px;
}

/* .page-template-pillar-page .pillarSection .PillarsTile {
    max-height: 100vh;
    overflow-y: auto;  
    width: 280px;      
    box-shadow: none;  
    scrollbar-width: thin;  
    scrollbar-color: #d9d9d9 #FBFAFA; 
}
.page-template-pillar-page .pillarSection .PillarsTile::-webkit-scrollbar {
    width: 8px;
}
.page-template-pillar-page .pillarSection .PillarsTile::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.page-template-pillar-page .pillarSection .PillarsTile::-webkit-scrollbar-track {
    background-color: #eee;
} */
.pillarSection .PillarsTile {
    padding-top: 0px;
}

.PillarsTile.bgleftside .table-of-content {
    margin-bottom: 35px;
}

.formFields.PillarsTile.rightside-pillars-form {
    width: 280px;
    background-image: url(../images/form-circle-img.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    margin-top: 14px;
}

.formFields input {
    height: 40px;
    padding: 0px 0px;
    font-size: 12px;
    color: #979797;
}

.formFields textarea {
    height: auto;
    padding: 0px 0px;
    font-size: 12px;
    color: #979797;
}

.page-template-pillar-page .hs-input {
    width: 100% !important;
}

.page-template-pillar-page .pillarSection .Pillarscontent {
    padding-left: 250px;
    margin-top: 40px;
}

.page-template-pillar-page .formFields input,
.page-template-pillar-page .formFields textarea {
    border-bottom: 1px solid rgb(255 255 255);
}

.page-template-pillar-page .hs-fieldtype-intl-phone.hs-input input {
    width: 55%;
    height: auto;
}

.page-template-pillar-page .hs-error-msg {
    font-size: 12px;
}

.page-template-pillar-page .hs-fieldtype-intl-phone.hs-input select {
    font-family: "Poppins", sans-serif;
    float: left;
    width: 30% !important;
}

.rightside-pillars-form .no-list li:before {
    content: '';
    display: none;
}
.hs-fieldtype-intl-phone.hs-input select {
    height: 30px;
    color: #fff;
    border-bottom: solid 1px #fff;
    font-size: 10px;
}
.hs-fieldtype-intl-phone.hs-input option{
    color: #000;
}
.page-template-pillar-page .input{
    margin-right: 0px !important;
}
.page-template-pillar-page .formFields .hs_requirements .input textarea{
    width: 100% !important;
    padding: 14px 16px 0px;
    font-size: 10px !important;
}
.page-template-pillar-page .hs-fieldtype-intl-phone.hs-input input{
    width: 55% !important;
    padding-left: 10px;
    font-size: 10px;
}
.pillarSection .rightside-pillars-form input::placeholder {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
}
.pillarSection .rightside-pillars-form .formFields textarea{
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
}
.page-template-pillar-page .formFields .inputs-list label{
    margin-bottom: 0px;
    line-height: normal;
    font-weight: normal;
}
.page-template-pillar-page .pillarSection .PillarsTile li.active
{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000026;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px;
}
.page-template-pillar-page .pillarSection .PillarsTile li.child.active{
    background-color: transparent;
    box-shadow: none;
    width: auto;
    border-radius:0px;
    margin-bottom: 10px !important;
    padding: 0px;
    padding-left: 10px !important;
}
.page-template-pillar-page .pillarSection .PillarsTile li.child {
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 10px;
    line-height: 10px;
    top: -6px;
}

.page-template-pillar-page .pillarSection .PillarsTile li.child:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 9px;
    width: 15px;
    height: 1px;
    background-color: #383838;
}

.page-template-pillar-page .pillarSection .PillarsTile li.child.active:after{
    background-color: #f5a100;
}

.page-template-pillar-page .pillarSection .PillarsTile li:last-child.child {
    margin-bottom: 15px !important;
} 

.page-template-pillar-page .pillarSection .PillarsTile li:last-child {
    margin-bottom: 0;
}

.page-template-pillar-page .pillarSection .PillarsTile li{
    line-height: normal;
    margin-bottom: 25px;
}

.page-template-pillar-page .pillarSection .PillarsTile li.active::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #F5A623;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    z-index: 999;
    opacity: 1;
    top: 7px;
    visibility: visible;
}
.page-template-pillar-page .pillarSection .PillarsTile li.active{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.PillarsTile.bgleftside .table-of-content {
    margin-bottom: 40px;
    margin-left: 0;
    position: relative;
}
.PillarsTile.bgleftside .table-of-content::before{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 70px;
    height: 1px;
    background-color: #ccc;
}
.page-template-pillar-page .pillarSection .PillarsTile li.active, 
.page-template-pillar-page .pillarSection .PillarsTile li:hover{
    padding-left: 0px;
}
.page-template-pillar-page .pillarSection .PillarsTile li.child:hover{
    padding-left: 10px;
}
.page-template-pillar-page .pillarSection .PillarsTile li:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    top: 5px;
}
.page-template-pillar-page .pillarSection .PillarsTile li.child:before{
    content: '';
    display: none;
}
.page-template-pillar-page .pillarSection .PillarsTile li.child a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.page-template-pillar-page .formFields input, .page-template-pillar-page .formFields textarea{
    color: #000000;
}
.page-template-pillar-page select{
    padding: 0px;
    margin: 0px;
}
.page-template-pillar-page ul.PillarsTile.bgleftside {
    background: transparent;
    width: 250px;
    height: auto;
    padding: 10px 10px 10px 20px;
}
.page-template-pillar-page .PillarsTile.bgleftside ul {
    position: relative;
}
.page-template-pillar-page .PillarsTile.bgleftside ul:before{
    content: '';
    position: absolute;
    left: -14px;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #333333;
    z-index: -11;
}
.pillarSection .PillarsTile li.active a, .pillarSection .PillarsTile li:hover a{
    font-weight: 700;
}
.page-template-pillar-page .pillarSection .PillarsTile li a{
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #333333;
}
.page-template-pillar-page .pillarSection .PillarsTile li.active a{
    color: #f5a100;
    font-weight: 600;
}
.page-template-pillar-page .pillarSection{
    padding: 50px 0px;
    background: #FBFAFA;
    position: relative;
}
.page-template-pillar-page .pillarSection .Pillarscontent li h2.heading{
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 15px;
}
.page-template-pillar-page .pillarSection .Pillarscontent p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.5px;
    text-align:justify;
    color: #333333;
}

.page-template-pillar-page .pillarSection .Pillarscontent li .titleContent h1, 
.page-template-pillar-page .pillarSection .Pillarscontent li .titleContent h2, 
.page-template-pillar-page .pillarSection .Pillarscontent li .titleContent h3{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #494949;
}
.page-template-pillar-page .pillarSection .Pillarscontent li .titleContent h4, 
.page-template-pillar-page .pillarSection .Pillarscontent li .titleContent h5, 
.page-template-pillar-page .pillarSection .Pillarscontent li .titleContent h6{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #494949;
}
.PillarsTile.bgleftside {
    background-color: transparent;
    box-shadow: none;
    width: 260px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.PillarsTile .pillarsection-leftside {
    max-height: 450px; 
    overflow-y: auto;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #D9D9D9 #fbfafa00; /* Scrollbar color */
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.PillarsTile .pillarsection-leftside:before{
    content: '';
    background-color: #fbfafa;
    width: 100%;
    height: 100%;
    left: -1px;
}

.page-template-daffodil-tv .site-inner header {
    background-color: transparent !important;
}

.page-template-daffodil-tv .site-inner header.Fixed-top {
    background-color: #fff !important;
}

.page-template-daffodil-tv .right-nav.mainNav ul.mainUL li span,
.page-template-daffodil-tv header .right-nav .mainUL li a {
    color: #fff !important;
}

.page-template-daffodil-tv .Fixed-top .right-nav.mainNav ul.mainUL li span,
.page-template-daffodil-tv .Fixed-top .right-nav .mainUL li a {
    color: #000;
}

.page-template-podcast-detail .right-nav.mainNav ul.mainUL li span,
.page-template-podcast-detail header .right-nav .mainUL li a {
    color: #fff;
}

.page-template-podcast-detail .Fixed-top .right-nav.mainNav ul.mainUL li span,
.page-template-podcast-detail .Fixed-top .right-nav .mainUL li a {
    color: #000;
}

.page-template-daffodil-tv .plus svg {
    color: #fff;
}

.page-template-daffodil-tv .Fixed-top .plus svg {
    color: #000;
}

.page-template-daffodil-tv .innerBanner {
    height: 540px;
}

.page-template-daffodil-tv .web-daffo-logo.blaks {
    display: none;
}

.page-template-daffodil-tv .header-logo.abouts-page {
    display: block;
}

.page-template-daffodil-tv .Fixed-top .web-daffo-logo.blaks {
    display: block;
}

.page-template-daffodil-tv .Fixed-top .header-logo.abouts-page {
    display: none;
}

.page-template-daffodil-tv .podtitle-section {
    font-family: 'BwAletaNo10-Regular';
    font-size: 36px;
    font-weight: 600;
    line-height: 48px !important;
    text-align: left;
    color: #fff;
    width: 613px;
}

.page-template-daffodil-tv .subtitle-section {
    font-family: 'BwAletaNo10-Regular';
    font-size: 15.01px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #fff;
    margin-top: 5px;
}

.page-template-daffodil-tv .podsubscribe-icon {
    margin-top: 53px;
}

.podcast-category-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ep-number {
    font-size: 1.8rem;
    padding: 9px 0px !important;
    border-bottom-right-radius: 8px;
    right: 1px;
    bottom: 145px;
    /* 		width: 84px; */
    height: 48px;
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    line-height: 23.19px;
}

.ep-1 {
    margin: 0;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 500;
    font-size: 13px;
    font-family: 'BwAletaNo10-Regular';
    line-height: 28.99px;
}

.black {
    color: rgba(0, 0, 0, 1);
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-family: Bw Aleta No 10;
    font-size: 14px;
    line-height: 23.19px;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.text-muted {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 172%;
    letter-spacing: 2%;

}

.page-template-daffodil-tv .innerBanner .isotope-wrapper ul li .videoTitle p {
    margin-top: 30px !important;
}

.heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 172%;
    letter-spacing: 2%;

}

.videoContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.videoBox {
    flex: 1 1 calc(33.33% - 16px);
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    background-color: #eee;
}

.isotope-wrapper {
    margin-bottom: 338px;
}

.isotope-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.podcast-heading {
    font-weight: 600;
    color: black;
}

.isotope-list .item {
    margin-right: 0;
}


.page-template-daffodil-tv .podsubscribe-icon .podcast-title {
    font-family: "Poppins", sans-serif;
    font-size: 15.01px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #fff;
}

.page-template-daffodil-tv .podsubscribe-icon .icons {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.page-template-daffodil-tv .podsubscribe-icon .icons .image {
    margin-right: 27px;
    border: 1px solid #FFFFFF;
    padding: 0px 49px;
    border-radius: 53px;
    height: 45px;
    display: flex;
    align-items: center;
}

.page-template-daffodil-tv .podsubscribe-icon .icons .image img {
    width: 102px;
}

.filterBox:hover {
    transform: none;
    box-shadow: none;
}

.page-template-daffodil-tv .filter .right ul li {
    position: static !important;
    height: 270px;
    margin-bottom: 215px;
}

.filter .right ul li {
    margin-bottom: 0px;
}

.filterdesign {
    height: 100%;
}

.page-template-daffodil-tv .isotope-wrapper ul li .filterdesign {
    height: auto !important;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease;
    border-radius: 8.63px;
    overflow: hidden;
}

.page-template-daffodil-tv .isotope-wrapper ul li .filterBox:hover {
    transform: scale(1.025, 1.025);
    box-shadow: 0px 3.45px 13.3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8.63px;
}

.filter .right ul li .filterdesign .videoBox img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.filter .right ul li .videoTitle {
    padding: 12px 21px 19px;
}

.filter .right ul li .videoTitle h3 {
    font-family: "BwAletaNo10-Regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 172%;
    text-align: left;
    color: #000;
    padding-bottom: 11px;
    margin: 0px;
    margin-bottom: 35px;
}

.page-template-daffodil-tv .filter .right ul li .videoTitle .play-list .button {
    font-family: "BwAletaNo10-Regular";
}

.filter .right ul li .videoTitle .play-list .button {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 13.04px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(245, 161, 0, 1);
    padding: 3px 0px 3px 16px;
    position: relative;
}

.filter .right ul li .play-list .button {
    background-color: initial;
    transition: background-color 0.3s ease;
}

/* .filter .right ul li:hover .play-list .button {
    background-color: #F5A100;
} */

.filter .right ul li {
    height: 380px;
}

.filter .right ul li .videoTitle h3 {
    color: initial;
    transition: color 0.3s ease;
    height: 0px;
}

.filter .right ul li:hover .videoTitle h3 {
    color: #F5A100;
}

.filter .right ul li .videoTitle .play-list .button:before {
    content: '';
    position: absolute;
    right: 133px;
    top: 2px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url('https://d2jchxptcbs4oo.cloudfront.net/uploads/2025/06/bi_play-fill.svg');
    background-repeat: no-repeat;
}

.filterdesign.filterBox.dafBox .videoBox {
    width: 100%;
}

.filterBox:hover {
    transform: scale(1.025, 1.025);
    box-shadow: 0 4px 53.3px 8.7px #00000026;
    border-radius: 15px;
}

.selected-sucess-stories{
    margin-bottom: 100px;
}

.selected-sucess-stories h2 {
    font-family: "Red Hat Display";
    font-size: 32px;
    font-weight: 700;
    line-height: 48.64px;
    text-align: center;
    color: #333333;
    margin-top: 84px;
    margin-bottom: 48px;
}

.selected-sucess-stories .case-study-section:nth-child(2) {
    background: #FFE7B9;
    border-radius: 20px;
    margin-bottom: 48px;
    padding: 108px 60px 108px;
    top: 150px;
}

.selected-sucess-stories .case-study-section h3.title {
    font-family: 'Red Hat Display';
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color: #333333;
}

.selected-sucess-stories .case-study-section p.description {
    font-family: 'Red Hat Display' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #515151;
    margin-top: 17px;
}

.selected-sucess-stories .case-study-section .link{
    margin-top: 29px;
}
.selected-sucess-stories .case-study-section .link .button-link{
    background: #F5A100;
    padding: 9px 47px 9px 22px;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.28px;
    text-align: left;
    color: #000;
    border-radius: 50px;
    position: relative;
}
.selected-sucess-stories .case-study-section .link .button-link:after{
    content: '';
    background-image: url(../images/arrow-btn.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    position: absolute;
    right: 19px;
    top: 14px;
}
.selected-sucess-stories .case-study-section:nth-child(3){
    background: #FFF2DA;
    border-radius: 20px;
    margin-bottom: 48px;
    padding: 108px 60px 108px;
    top: 200px;
}
.selected-sucess-stories .case-study-section:nth-child(4){
    background: #FFF9ED;
    border-radius: 20px;
    padding: 108px 60px 108px;
    top: 200px;
}
.selected-sucess-stories .case-study-section .image{
    margin-left: 115px;
}
body.page-template-service-template {
    overflow: unset;
}
.selected-sucess-stories .case-study-section{
    position: sticky;
    top: 100px;
}

.mute-button {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.client-testimonials-section {
    padding: 160px 0px 0px;
    position: relative;
}

.page-template-client-testimonials section.ready-to-take-bg.section-space.signup-contactus-section {
    padding: 20px 0px 0px;
}

.client-testimonials-section .client-img {
    width: 117px;
    height: 117px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.client-testimonials-section .grid .item {
    position: relative;
}

.client-testimonials-section .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.client-testimonials-section .client-testimonials-design {
    box-shadow: 0px 4px 14px 0px #00000040;
    padding: 66px 18px 19px;
    border-radius: 10px;
}

.client-testimonials-design h2 {
    font-family: 'Red Hat Display';
    font-weight: 600;
    font-size: 14px;
    line-height: 21.28px;
    letter-spacing: 0;
    color: #EF6722;
    text-align: center;
}

.client-testimonials-design .client_designation {
    font-family: 'Red Hat Display';
    font-weight: 600;
    font-size: 10px;
    line-height: 15.2px;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
    text-decoration: underline;
}

.client-testimonials-design .client-content {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    padding: 19px 0px 21px;
}

.client-testimonials-section .client-testimonials-design .cat-link-location {
    display: flex;
    justify-content: center;
}

.client-testimonials-section .client-testimonials-design .cat-link-location .location-text {
    margin-left: 10px;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 11px;
    line-height: 13.36px;
    text-align: center;
    border-radius: 18px;
    border: 0.44px solid #000000;
    color: #333333;
    padding: 3px 10px 3px 10px;
}

.client-testimonials-design .client-content .see-more {
    font-family: "BwAletaNo10-Regular", Sans-serif;
    background-color: transparent;
    color: #f5a100;
    font-size: 14px;
    font-weight: normal;
}

.client-testimonials-design .client-content p {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 258px;
    color: #333333;
}

.client-testimonials-section .col-md-4 {
    padding-bottom: 80px;
}

/* .client-testimonials-section .col-md-4 {
    margin-top: 100px;
} */
.client-testimonials-design .client-category {
    display: inline-block;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-weight: 400;
    font-size: 8.79px;
    line-height: 13.36px;
    text-align: center;
    border-radius: 18px;
    border: 0.44px solid #000000;
    color: #000;
    padding: 3px 10px 3px 10px;
}

.client-testimonials-design .client-category .button {
    color: #000;
    font-size: 11px;
}

.client-testimonials-section .client-video video {
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px #00000040;
}

.client-testimonials-design {
    text-align: center;
    /* This centers the inline-block element */
}

.client-testimonials-section .client-video {
    position: relative;
    display: inline-block;
    width: 100%;
}

.client-testimonials-section .client-video .video-part video {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    /* object-fit: cover; */
}

.client-testimonials-section .client-video .video-part .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83px;
    height: 83px;
    background-image: url(../images/video-play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* Hide play icon when hovering over video */
.client-testimonials-section .client-video .video-part:hover .play-icon {
    opacity: 0;
}

.client-testimonials-section .client-video .video-part {
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.client-testimonials-section .client-video .video-part .mute-button {
    position: absolute;
    width: 35px;
    right: 4px;
    bottom: 53px;
    padding: 3px 0px;
}

.client-testimonials-section .client-video .client-information {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #000000b8;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
}

.client-testimonials-section .client-video .client-information .leftside .client-name {
    font-size: 10px;
}

.client-testimonials-section .client-video .client-information .leftside .client-name,
.client-testimonials-section .client-video .client-information .leftside .client_designation {
    font-family: 'Red Hat Display';
    font-weight: 300;
    font-size: 11px;
    line-height: 15.2px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}

.client-testimonials-section .client-video .client-information .cat-link-location .client-category {
    display: flex;
}

.client-testimonials-section .client-video .client-information .cat-link-location {
    display: flex;
    height: fit-content;
}

.client-testimonials-section .client-video .client-information .cat-link-location .client-category .button,
.client-testimonials-section .client-video .client-information .cat-link-location .location-text {
    border-radius: 18px;
    border: solid 1px #fff;
    padding: 3px 10px 3px 10px;
    font-family: 'Manrope';
    font-weight: 300;
    font-size: 11px;
    line-height: 13.36px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.client-testimonials-section .client-video .client-information .cat-link-location .location-text {
    margin-left: 7px;
}

.page-template-client-testimonials .grid--content .column--wrapper .post--item {
    position: relative;
    margin-top: 90px;
}

.page-template-client-testimonials .grid--content .column--wrapper .post--item:first-child {
    margin-top: 0px;
}

.page-template-client-testimonials .grid--content .column--wrapper .post--item img {
    box-shadow: 0 0 3px 2px #00000021;
    border-radius: 10px;
    width: 100%;
}

.page-template-client-testimonials .grid--content .post--title {
    font-weight: bold;
    color: #1d2327;
}

.page-template-client-testimonials .grid--content .post-user {
    margin: 10px 0;
}

.page-template-client-testimonials .grid--content .post-user a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.page-template-client-testimonials .grid--content .post-user img {
    border-radius: 100% !important;
    max-width: 35px;
    max-height: 35px;
    margin: 0;
    margin-bottom: 0 !important;
}

.page-template-client-testimonials .grid--content .post-user span {
    margin-left: 10px;
    color: #949494;
    font-size: 14px;
}

.page-template-client-testimonials .grid--content .post-user a:hover {
    background-color: #f0f0f0;
    border-radius: 50px;
}

.page-template-client-testimonials .grid--content {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
}

.client-modal-dialog .client-design-section {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 45px;
}

.have-question-answer {
    display: flex;
    margin-left: 0px;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0px;
    margin-top: 10px;
}

.have-question-answer h2 {
    font-family: "BwAletaNo10-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 17.08px;
    letter-spacing: 0%;
    color: #000;
    margin-left: 63px;
}

.have-question-answer .request-btn {
    background: #f5a100;
    border-radius: 43px;
    font-family: "BwAletaNo10-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 21.28px;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #000;
    margin-right: 70px;
    padding: 10px;
    padding-left: 50px;
    margin-top: -10px;
    position: relative;
}

.have-question-answer .request-btn::before {
    content: "";
    position: absolute;
    left: 15px;
    background-image: url("https://d2jchxptcbs4oo.cloudfront.net/uploads/2025/03/phone-no.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.client-modal-dialog .client-content {
    font-family: "BwAletaNo10-Regular";
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    text-align: left;
    color: #000;
    margin-bottom: 31px;
}

.client-modal-dialog .client-design-section .client-img {
    margin-right: 14px;
}

.client-modal-dialog .client-design-section .client-img img {
    border-radius: 50%;
    width: 58px;
    height: 58px;
}

.client-modal-dialog .client-design-section .right-side h2 {
    font-family: "BwAletaNo10-Regular";
    font-weight: 700;
    font-size: 16px;
    line-height: 24.32px;
    letter-spacing: 0%;
    color: #f5a100;
    margin: 0px;
    padding: 0px;
}

.client-modal-dialog .client-design-section .right-side .client_designation {
    font-family: "BwAletaNo10-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 21.28px;
    letter-spacing: 0%;
    text-decoration: underline;
}

.client-modal-category-link {
    display: flex;
    justify-content: left;
    margin-bottom: 46px;
}

.client-modal-dialog .modal-header {
    border-bottom: none;
}

.client-modal-dialog .modal-body {
    padding: 57px 89px 57px;
    background-image: url(../images/modal-bg-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.client-modal-dialog .modal-body::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #ffe9be;
    bottom: 0;
    height: 75px;
}

.modal.show .modal-dialog .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.client-modal-dialog span.close-btn button.btn-close {
    font-size: 20px;
    opacity: 1;
    outline: none;
}

.client-modal-dialog span.close-btn {
    display: flex;
    justify-content: right;
    top: 60px;
    position: absolute;
    z-index: 999;
    right: 95px;
    /* font-size: 31px; */
}

.have-question-answer .request-btn a {
    color: #000;
}

.client-modal-category-link .client-category a {
    color: #000;
}

.client-modal-category-link .client-category,
.client-modal-category-link .location-text {
    display: inline-block;
    font-family: "BwAletaNo10-Regular", Sans-serif;
    font-weight: 600;
    font-size: 10.82px;
    line-height: 16.45px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 18px;
    border: 0.44px solid #000000;
    color: #000;
    padding: 3px 10px 3px 10px;
    margin-right: 23px;
}

@supports (grid-template-rows: masonry) {
    .page-template-client-testimonials .grid--content .column--wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: masonry;
        grid-auto-flow: dense;
        align-items: stretch;
        /* Corrected property */
    }
}

.daffodil-banner-section .banner-inner .banner-video{
    width: 100%;
    height: 690px;
    overflow: hidden;
    margin-bottom: 60px;
	position: relative;
}

.daffodil-banner-section .banner-inner .banner-video:before{
    content: '';
    background: linear-gradient(267.84deg, rgba(79, 79, 79, 0) 3.2%, rgba(0, 0, 0, .5) 37.18%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.page-template-client-testimonials section.innerBanner {
    position: relative;
    height: 477px;
}

.page-template-client-testimonials .all-inner-banner {
    max-width: 744px;
}

.page-template-client-testimonials .inner-banner-section h1 {
    font-family: "BwAletaNo10-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 48.64px;
    margin: 0px;
    border-bottom: solid 1px #fff;
    padding-bottom: 26px;
    margin-bottom: 22px;
}

.page-template-client-testimonials .inner-banner-section .banner-subheading p {
    font-family: "BwAletaNo10-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 27.52px;
    letter-spacing: 0%;
}

.page-template-client-testimonials section.innerBanner:before {
    content: "";
    background: linear-gradient(267.84deg,
            rgba(79, 79, 79, 0) 3.2%,
            rgba(0, 0, 0, 0.5) 37.18%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.page-template-client-testimonials .container {
    z-index: 9;
}

section.our-mission-section.section-space{
    padding: 0px 0px;
    padding-bottom: 60px;
}

.daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top h1 p{
    color: #fff;
    font-family: 'Red Hat Display' !important;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-align: left;
}
.daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top h1 p span{
    font-family: 'Red Hat Display';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #EF6722;
}

.daffodil-banner-section .banner-slider-inner-fixed-text .container p{
    max-width: 670px;
}

.daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top p{
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #EBEBEB;
    margin: 0px;
    padding: 0px;
}
.banner-slider-inner-fixed-text .container h1{
    margin-bottom: 11px;
}
.page-template-tpl-home-new .right-nav.mainNav ul.mainUL li span{
    color: #fff;
}
.page-template-tpl-home-new .right-nav.mainNav ul.mainUL li span{
    color: #fff !important;
}
.page-template-tpl-home-new .right-nav.mainNav ul.mainUL li .plus svg{
    color: #fff;
}
.page-template-tpl-home-new .right-nav .mainUL li a{
    color: #fff !important;
}

.page-template-tpl-home-new .Fixed-top .right-nav.mainNav ul.mainUL li span{
    color: #000;
}
.page-template-tpl-home-new .Fixed-top .right-nav.mainNav ul.mainUL li span{
    color: #000 !important;
}
.page-template-tpl-home-new .Fixed-top .right-nav.mainNav ul.mainUL li .plus svg{
    color: #000;
}
.page-template-tpl-home-new .Fixed-top .right-nav .mainUL li a{
    color: #000 !important;
}
.page-template-tpl-home-new img.header-logo.web-daffo-logo.abouts-page {
    display: block;
}
.page-template-tpl-home-new img.header-logo.web-daffo-logo.blaks {
    display: none;
}
.page-template-tpl-home-new .site-inner header.Fixed-top .header-logo.abouts-page {
    display: none;
}
.page-template-tpl-home-new .site-inner header.Fixed-top .header-logo.blaks {
    display: block;
}
section.daffodil-banner-section .banner-inner {
    position: relative;
}

.page-template-tpl-home-new .banner-slider-inner-fixed-text {
    top: 40%;
    margin-top: -75px;
}

.page-template-client-testimonials header {
    transition: all 0.4s ease-in-out;
    background: transparent !important;
    padding: 3px 0 !important;
}

.page-template-client-testimonials img.header-logo.web-daffo-logo.abouts-page {
    display: block;
}

.page-template-client-testimonials img.header-logo.web-daffo-logo.blaks {
    display: none;
}

.page-template-client-testimonials .right-nav.mainNav ul.mainUL li span {
    color: #fff !important;
}

.page-template-client-testimonials .right-nav .mainUL li a {
    color: #fff !important;
}

.page-template-client-testimonials .right-nav.mainNav ul.mainUL li .plus svg {
    color: #fff;
}

.page-template-client-testimonials .site-inner header.Fixed-top .header-logo.blaks {
    display: block;
}

.page-template-client-testimonials .Fixed-top .right-nav.mainNav ul.mainUL li span {
    color: #000 !important;
}

.page-template-client-testimonials .Fixed-top .right-nav.mainNav ul.mainUL li .plus svg {
    color: #000;
}

.page-template-client-testimonials .Fixed-top .right-nav .mainUL li a {
    color: #000 !important;
}

.page-template-client-testimonials .site-inner header.Fixed-top .header-logo.abouts-page {
    display: none;
}

.page-template-client-testimonials header.Fixed-top {
    position: fixed;
    background-color: #fff !important;
    box-shadow: 0 0 10px #f0f0f0;
    /* padding: 10px 0; */
}

.hs-fieldtype-intl-phone.hs-input select {
    height: 40px;
    color: #696969;
    border-bottom: solid 1px #979797;
    font-size: 10px;
}

.page-template-client-testimonials p.fill-out-form-email.colored-heading{
    color: #000;
}

.customized-healthcare-section h2 {
    margin-bottom: 78px;
    font-family: 'BwAletaNo10-Light';
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    text-align: left;
    color: #494949;
}

.customized-healthcare-section .add-service-card h3.future-ready-heading{
    font-family: 'Bw Aleta No 10';
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #494949;
    margin: 0px;
}
.cta-with-green-bg .get-in-touch .heading{
    font-family: BwAletaNo10-Bold;
}

.page-template-service-template .signup-contactus-section h2{
    font-family: 'BwAletaNo10-Light';
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    text-align: left;
    color: #494949;
    margin: 0px;
    padding-bottom: 70px;
}

.signup-contactus-section .content h3, 
.getintouch-form-design .content h3{
    font-family: 'BwAletaNo10-Bold';
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 38px;
    padding: 0px;
    padding-bottom: 0px !important;
}

.page-template-service-template .faq-section h2{
    padding: 0 0 75px;
}

.faq-section h3 {
    padding: 0 0 0px;
    font-family: 'Manrope';
    font-style: normal;
    font-size: 20px;
}

.faq-section .accordion-button{
    line-height: normal;
}

.left_menu_items_main_contents.mobile .contents ul li {
    position: relative;
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #494949;
    margin-bottom: 10px;
    padding-left: 25px;
}

.left_menu_items_main_contents.mobile .contents ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url("https://d2jchxptcbs4oo.cloudfront.net/uploads/2025/04/bullet-point.png");
    width: 13px;
    height: 13px;
}

@media screen and (max-width:1024px) {
    .page-template-service-template h3.trusted-by-heading {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .page-template-service-template .right-nav.mainNav .respMenu svg:last-child {
        color: #fff;
    }

    .page-template-service-template .Fixed-top .right-nav.mainNav .respMenu svg:last-child {
        color: #000;
    }

    .page-template-service-template .innerBanner {
        height: 500px;
    }

    .page-template-service-template .site-inner header.Fixed-top {
        background-color: #000 !important;
    }

    .page-template-service-template header .right-nav.mainNav ul.mainUL li span {
        color: #000 !important;
    }

    .page-template-service-template header .plus svg {
        color: #000;
    }

    .page-template-service-template header .right-nav .mainUL li a,
    .page-template-partners header .right-nav .mainUL li a {
        color: #000;
    }

    .page-template-service-template .Fixed-top img.header-logo.web-daffo-logo.abouts-page {
        display: block;
    }

    .page-template-service-template .Fixed-top img.header-logo.web-daffo-logo.blaks {
        display: none;
    }
    .discover-challenge-section .expertise-right-block{
        margin-right: 10px;
    }
    .engagement-models-section .right-side p{
        width: auto;
    }
    .page-template-service-template .Fixed-top .category_logo img.mobile-black {
        display: none;
    }
    .page-template-service-template .custom-container-class .menu-item a {
        color: #f5a100;
    }
    .custom-container-class .menu-item .custom-submenu-class li a{
        color: #000;
    }
    .page-template-service-template .custom-container-class .custom-menu-class .menu-item-has-children::after{
        filter: none;
    }
    #back_to_main span{
        position: relative;
        top: 12px;
    }
    .mobile-title{
        display: none;
    }
    .page-template-daffodil-tv .filter .right ul li {
        position: static !important;
        height: 270px;
        margin-right: 0%;
    }
	.filter .right ul li .videoTitle {
        padding: 12px 15px 19px;
    }

    .filter .right ul li .videoTitle h3 {
        height: 90px;
    }
    .selected-sucess-stories .case-study-section .image {
        margin-left: 0px;
    }
	.daffodil-banner-section .banner-inner .banner-video{
        height: 560px;
        margin-bottom: 30px;
    }

    .page-template-tpl-home-new .right-nav.mainNav .respMenu svg:last-child {
        color: #fff;
    }

    .page-template-tpl-home-new .Fixed-top .right-nav.mainNav .respMenu svg:last-child {
        color: #000;
    }

    .page-template-tpl-home-new header .right-nav.mainNav ul.mainUL li span {
        color: #000 !important;
    }

    .page-template-tpl-home-new header .right-nav .mainUL li a {
        color: #000 !important;
    }

    .page-template-tpl-home-new .right-nav.mainNav ul.mainUL li .plus svg {
        color: #000;
    }
    .banner-slider-inner-fixed-text{
        top: 50%;
        margin-top: -51px;
    }
}

@media (min-width: 820px) and (max-width: 990px) {
    .ep-number {
        top: 221px;
    }
}

/* .summary-content.collapsed {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    display: block;
    position: relative;
    line-height: 1.72;
} */

.summary-content.expanded {
    max-height: none;
}

.episode-more {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

@media screen and (min-width:991px) {
    .mobile-title {
        display: none;
    }

    .episode-more {
        display: none;
    }

    .summary-content {
        max-height: none !important;
        overflow: visible !important;
    }
}

@media screen and (min-width:768px) {

    .client-testimonials-section .client-img,
    .client-testimonials-design h2,
    .client-testimonials-design .client_designation,
    .client-testimonials-section .client-testimonials-design .cat-link-location {
        display: flex;
        justify-content: center;
    }

    .for-mobile-bottom {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .page-template-podcast-detail .episode-section {
        width: 100% !important;
        padding: 0 25px 0 15px;
    }

    .page-template-podcast-detail .summary-content.collapsed {
        max-height: 200px;
        overflow: hidden;
        transition: max-height 0.4s ease;
        -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
        display: block;
        position: relative;
        line-height: 1.72;
    }

    .page-template-daffodil-tv .filter .right ul li .videoTitle .play-list .button:before {
        right: 133px;
    }

    .brief-summary .transcript {
        margin-top: 20px !important;
    }

    .page-template-podcast-detail .transcript-more,
    .page-template-podcast-detail .episode-more {
        margin-top: 0px;
    }

    .page-template-podcast-detail .transcript-more hr,
    .page-template-podcast-detail .episode-more hr {
        margin-top: -18px;
    }

    .brief-summary .summary {
        padding: 20px 0px !important;
        margin-bottom: 0px !important;
    }

    .summary-content.collapsed::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3em;
        background: linear-gradient(to bottom, #fff0, #fff);
        pointer-events: none;
    }

    .embrace-your-healthcare-section {
        padding: 45px 0px;
    }
    .mobile-title{
        display: block;
    }
    .tools-technologies-design .tools-tabs-tech .list-items{
        display: none;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content{
        display: block;
        width: 100%;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane{
        padding: 0px;
        display: block;
        opacity: 1;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .lists{
        max-height:270px;
        row-gap:4px;
        margin-top:4px;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages{
        width:48%;
    }
    .mobile-title li.nav-item {
        list-style: none;
        text-decoration: none;
    }
    .tools-technologies-design .tools-tabs-tech{
        box-shadow:none;
    }
    .tools-tech-container{
        box-shadow: 0px 4px 24px 0px #00000026;
        background: #F6F7F9;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane .mobile-title .nav-link.new-active,
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane .mobile-title .nav-link
    {
        font-family: "BwAletaNo10-Regular", Sans-serif;
        background-color: #F5A100;
        border-radius: 12px;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        line-height: 20.68px;
        text-align: left;
        padding: 22px 0px 22px 26px;
        border: solid 2px #fff;
        position: relative;
        padding-right: 30px;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane .mobile-title .nav-link.new-active:after,
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane .mobile-title .nav-link::after
    {
        content: '';
        position: absolute;
        right: 15px;
        top: 25px;
        background-image: url(../images/list-right-arrow.svg);
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane .mobile-title .nav-link{
        background: #FFFFFF;
        margin-top: 8px;
        font-weight: 500;
        position: relative;
        padding-right: 45px;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages{
        box-shadow: 0px 3.52px 12.32px 0px #00000026;
        background: #FFFFFF;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content{
        padding: 45px 21px;
    }
    page-template-daffodil-tv .right-nav.mainNav .respMenu svg:last-child {
        color: #fff;
    }

    .page-template-daffodil-tv .Fixed-top .right-nav.mainNav .respMenu svg:last-child {
        color: #000;
    }

    .page-template-daffodil-tv .podtitle-section {
        font-size: 28px;
    }

    .page-template-daffodil-tv .podsubscribe-icon .icons .image {
        padding: 0px 20px;
        height: 51px;
    }

    .page-template-daffodil-tv .right-nav.mainNav ul.mainUL li span,
    .page-template-daffodil-tv header .right-nav .mainUL li a {
        color: #000;
    }

    .page-template-daffodil-tv .plus svg {
        color: #000;
    }

    .page-template-daffodil-tv .filter .right ul li {
        position: static !important;
        height: 270px;
    }

    .page-template-daffodil-tv .site-inner .filter .left {
        padding: 0px !important;
        padding-left: 20px !important;
    }
}

@media screen and (max-width:768px) {
    .programming-language-first::before {
        background: none;
    }

    .tool-and-tech-section:before {
        background: none;
        display: none;
    }

    .tool-and-tech-section:after {
        display: none;
    }

    .tool-and-tech-section {
        padding: 44px 0;
    }

    .tool-and-tech-section .programming-language {
        display: block;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .tool-and-tech-section .programming-language h4.programming-language-heade {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        line-height: 20px;
        position: relative;
    }

    .tool-and-tech-section .programming-language h4.programming-language-heade:after {
        content: '';
        background-image: url(../images/service-arrow-icon.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
    }

    .tool-and-tech-section .programming-language h4.programming-language-heade.active:after {
        transform: rotate(180deg);
        width: 20px;
        height: 20px;
    }

    .programming-language .lists {
        width: 100%;
        padding: 20px 0px 20px;
        border-bottom: solid 2px #ccc;
        display: none;
    }

    .tool-and-tech-section .lists .languages {
        font-size: 14px;
        line-height: 26.25px;
        font-weight: 500;
        margin: 4px;
        margin-right: 0px;
        padding: 4px 20px;
    }

    .page-template-service-template .Fixed-top .right-nav.mainNav .respMenu svg:last-child {
        color: #fff;
    }

    .page-template-service-template .innerBanner h1 {
        max-width: 100%;
        border-bottom: none;
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 0px;
    }

    .page-template-service-template .banner-subheading {
        width: 100%;
        font-family: 'BwAletaNo10-Regular';
        font-size: 13px;
        font-weight: 500;
        line-height: 22.36px;
        text-align: left
    }
    .discover-challenge-section .right-side-image{
        display: none;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description .right-section{
        padding-right: 100px;
    }
}

@media screen and (min-width:768px) {
    .footer-mobile-social-media-icon{
        display: none;
    }
}

@media screen and (max-width:767px) {
    .ep-number {
        top: 221px;
    }

    .page-template-service-template .site-inner header.Fixed-top .header-logo.abouts-page {
        display: block;
    }

    .page-template-service-template .site-inner header.Fixed-top .header-logo.blaks {
        display: none;
    }

    .page-template-service-template .innerBanner {
        height: 100%;
    }

    .page-template-service-template .banner-subheading p{
        font-family: 'BwAletaNo10-Regular';
        font-size: 13px;
        font-weight: 500;
        line-height: 22.36px;
        text-align: left;
    }

    .inner-banner-trusted-logo .trusted_by_main_container {
        display: block;
    }
    .trusted_by_main_container{
        display: none;
    }

    .parent-of-single-image-container{
        animation:none !important;
    }

    .page-template-service-template .inner-banner-trusted-logo .trusted-by-heading {
        font-family: 'BwAletaNo10-Regular';
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        color: #F5A100;
        padding-bottom: 24px;
    }

    .page-template-service-template .inner-banner-trusted-logo {
        padding-top: 7px;
    }

    .page-template-service-template .inner-banner-trusted-logo .trusted-logo ul {
        display: flex;
        justify-content:space-between;
        column-gap: 25px;
        flex-wrap: wrap;
    }

    .page-template-service-template .inner-banner-trusted-logo .trusted-logo ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44%;
        background: #FFFFFF;
        border-radius: 12px;
        opacity: 0.6;
        height: 59px;
        margin-bottom: 20px;
    }
    .page-template-service-template .inner-banner-trusted-logo .trusted-logo ul li:nth-last-child(2) {
        margin-bottom: 0px;
    }    
    .page-template-service-template .inner-banner-trusted-logo .trusted-logo ul li:last-child{
        margin-bottom: 0px;
    }
    .page-template-service-template .innerBanner .all-inner-banner{
        padding-bottom: 0px;
    }
    .page-template-service-template .healthcare-softdev-section .add-service-cards .add-service-card{
        background-image: none;
    }
    .page-template-service-template .healthcare-softdev-section h2{
        padding: 0 0 18px !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
    .page-template-service-template .add-service-cards .your-service .add-service-card.active{
        background-image: url(../images/orange-up-arrow.svg);
        background-size: 18px !important;
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 15px;
    }
    .page-template-service-template .add-service-cards .your-service .add-service-card{
        background-image: url(../images/black-down-arrow.svg);
        background-size: 18px !important;
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 27px;
    }
    .page-template-service-template .healthcare-softdev-section h3.future-ready-heading{
        max-width:100%;
        padding: 20px 30px 16px 22px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24.32px;
        text-align: left;
    }
    .page-template-service-template .healthcare-softdev-section .add-service-cards .add-service-card{
        padding-bottom: 0px;
    }
    .page-template-service-template .healthcare-softdev-section h3.future-ready-heading a{
        font-size: 16px;
        font-weight: 600;
        line-height: 24.32px;
        text-align: left;
        color: #000;
    }
    .page-template-service-template .healthcare-softdev-section .future-ready-text{
        padding: 0 16px 27px;
    }
    .healthcare-softdev-section .add-service-cards .your-service{
        margin-bottom: 9px;
    }
    .discover-challenge-section{
        padding-bottom: 72px;
    }
    .discover-challenge-section h2{
        margin-top: 55px;
        margin-bottom: 32px;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }
    .discover-challenge-section .expertise-right-block .expertise-pop.active{
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
    }
    .discover-challenge-section .expertise-right-block .expertise-pop{
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }
    .discover-challenge-section .expertise-right-block .expertise-pop p{
        font-size: 13px;
        font-weight: 500;
        line-height: 22.36px;
        text-align: left;
    }
    .engagement-models-section{
        padding: 55px 0px;
    }

    .engagement-models-section h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
    }

    .engagement-models-section .models-section{
        display: block;
        margin-top: 52px;
    }
    .engagement-models-section .models-section .expertise-img{
        width: 52px;
        height: 52px;
        padding: 7px;
        min-width: 52px;
        margin-bottom: 12px;
    }
    .engagement-models-section .right-side .title-text{
        font-size: 14px;
        font-weight: 600;
        line-height: 21.28px;
        text-align: left;
    }
    .engagement-models-section .right-side p{
        font-size: 13px;
        font-weight: 500;
        line-height: 22.36px;
        text-align: left;
    }
    .inner-banner-trusted-logo .container{
        padding: 0px 0px;
    }
    .inner-banner-trusted-logo .container .parent-of-single-image-container{
        flex-wrap: wrap;
        justify-content:space-between;
        padding-top: 0px;
    }
    .inner-banner-trusted-logo .container .parent-of-single-image-container .single-image-container{
        width: 154px;
        background: #FFF;
        border-radius: 12px;
        opacity: .6;
        height: 59px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        justify-content:center;
    }
    .inner-banner-trusted-logo .container .parent-of-single-image-container img{
        margin-right: 0px;
        width: auto;
    }
    .page-template-service-template .trusted_by_main_container .trusted-by-row{
        margin-bottom: 22px;
        margin-top: 0px;
    }
    .page-template-service-template .innerBanner .btn-section .button{
        display: none;
    }

    .embrace-your-healthcare-section h2 {
        color: #F5A100;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-bottom: 71px;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description .embrace-design{
        flex-direction: column;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description .left-section{
        width: 100%;
        padding-left: 10px;
    }

    .embrace-your-healthcare-section .embrace-section-design .embrace-description .right-section {
        width: 100%;
        padding-right: 0px;
        padding-top: 16px;
    }

    /* .embrace-your-healthcare-section .embrace-section-design .embrace-description{
        background-position:calc(100% - 20px) 30px;
        background-size:16.5px;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-title{
        padding: 20px 0px 22px;
        padding-left: 10px;
        font-size: 14px;
        background-position:calc(100% - 20px) 30px;
        background-size:16.5px;
        padding-top: 0px;
    } */
    /* .embrace-your-healthcare-section .embrace-section-design .embrace-title span{
        top: 2px;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description.active .left-section span{
        top: 2px;
    } */
    .embrace-your-healthcare-section .embrace-section-design .embrace-title span{
        margin-right: 60px;
    }
    .embrace-your-healthcare-section .embrace-section-design.active .embrace-description .left-section span{
        margin-right: 50px;
    }
    .embrace-your-healthcare-section .embrace-section-design:first-child{
        border-top:none;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description.active .left-section{
        border-bottom: solid 1px #F5A100;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .embrace-your-healthcare-section .embrace-section-design.active .embrace-description{
        border-bottom: solid 1px #F5A100;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description,
    .embrace-your-healthcare-section .embrace-section-design .embrace-title{
        background-size:16.5px;
        background-position:calc(100% - 20px) 29px;
        font-size: 14px;
        padding: 18px 0px 18px;
		display: flex;
        align-items:center;
    }
    .embrace-your-healthcare-section .embrace-section-design.active .embrace-description .left-section{
        border-bottom:solid 1px #F5A100;
        padding-bottom: 10px;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-title{
        padding-left: 10px;
        display: flex;
        align-items: center;
    }

    .embrace-your-healthcare-section .embrace-section-design .embrace-title .inactive-img,
    .embrace-your-healthcare-section .embrace-section-design .embrace-title .inactive-img {
        padding-right: 26px;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description.active{
        border-bottom: solid 1px #F5A100;
        background-size:16.5px;
        background-position:calc(100% - 20px) 30px;
        background-image: url(../images/mobile-orange-arrow.png);
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description .right-section p{
        margin-bottom: 0px;
    }
    .embrace-your-healthcare-section .embrace-section-design .embrace-description .right-section p{
        font-family: 'BwAletaNo10-Regular';
        font-size: 13px;
        font-weight: 500;
        line-height: 22.36px;
        text-align: left;
    }

    .tools-technologies-section h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
        margin-bottom: 14px;
    }
    .tools-technologies-section{
        padding: 35px 5px 24px;
    }
    .tools-technologies-section p{
        font-size: 13px;
        font-weight: 500;
        line-height: 22.36px;
        text-align: left;
        padding-bottom: 0px;
    }
    .tools-tech-container{
        margin-bottom:55px;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content{
        padding: 0px 21px 35px;
        box-shadow: none;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .tab-pane .mobile-title .nav-link.new-active:after{
        right: 15px;
        top: 25px;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages{
        width: 44%;
    }
    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages{
        padding: 12px 16px;
        font-size: 11px;
        line-height: 15px;
        box-shadow: -1px 1px 12.32px 0px #00000026;
    }

    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages .lang-image {
        margin-right: auto;
    }

    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages .lang-title{
        min-width: auto;
    }

    .tools-technologies-design .tools-tabs-tech .tab-content .lists .languages .lang-image img {
        width: 70px;    
    }

    .tools-technologies-design .tools-tabs-tech .tab-content .lists {
        row-gap: 4px;
        padding: 5px 0px 8px 14px;
    }

    .selected-sucess-stories {
        margin-bottom: 20px;
    }
    .selected-sucess-stories h2{
        margin-top: 32px;
        margin-bottom: 22px;
        font-size: 22px;
        line-height: normal;
    }
    .selected-sucess-stories .case-study-section:nth-child(2){
        padding: 21px 20px 29px;
        margin-bottom: 21px;
    }
    .selected-sucess-stories .case-study-section:nth-child(3){
        margin-bottom: 21px;
    }
    .selected-sucess-stories .case-study-section:nth-child(2)
    .selected-sucess-stories .case-study-section:nth-child(3)
    .selected-sucess-stories .case-study-section:nth-child(4)
    {
        border-radius: 8px;
    }
    .selected-sucess-stories .case-study-section:nth-child(2) .row,
    .selected-sucess-stories .case-study-section:nth-child(3) .row,
    .selected-sucess-stories .case-study-section:nth-child(4) .row
    {
        flex-direction:column-reverse;
    }
    .selected-sucess-stories .case-study-section:nth-child(3){
        padding: 21px 20px 29px;
    }
    .selected-sucess-stories .case-study-section:nth-child(4){
        padding: 21px 20px 29px;
    }

    .selected-sucess-stories .case-study-section h3.title {
        font-family: 'BwAletaNo10-Regular';
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        color: #000;
        margin-top: 26px;
    }

    .selected-sucess-stories .case-study-section p.description {
        font-family: 'BwAletaNo10-Regular';
        font-size: 13px;
        font-weight: 500;
        line-height: 20.8px;
        text-align: left;
        color: #000;
    }

    .selected-sucess-stories .case-study-section {
        position: static;
        top: 0;
    }
	.daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top h1 p,
    .daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top h1 p span
    {
        font-size: 32px;
        line-height: 42px !important;
        letter-spacing: 0;
    }
	.daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top h1 p,
    .daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top h1 p span
    {
        font-size: 32px;
    }
    .daffodil-banner-section .banner-slider-inner-fixed-text .mobile-view-top p{
        font-size: 12px;
        text-align: left;
        line-height: 18px;
    }
    .daffodil-banner-section .mobile-view-top p{
        background-color: transparent !important;
    }
    .daffodil-banner-section .banner-inner .banner-video{
        height: 560px;
        margin-bottom: 40px;
    }
    .page-template-tpl-home-new .banner-slider-inner-fixed-text{
        top: 35%;
        margin-top: -52px;
    }
	section.service-offering {
        margin-top: 48px;
    }
	.client-testimonials-section .client-img,
    .client-testimonials-design h2,
    .client-testimonials-design .client_designation,
    .client-testimonials-section .client-testimonials-design .cat-link-location {
        display: none;
    }

    .client-testimonials-section .col-md-4 {
        padding-bottom: 0px;
    }

    .client-testimonials-section .client-video .video-part video {
        height: auto;
    }

    .client-testimonials-design .client-content {
        padding: 0px 0px 19px;
    }

    .client-testimonials-section .client-testimonials-design {
        padding: 28px 15px;
    }

    .client-testimonials-section {
        padding: 32px 0px 61px;
    }

    .for-mobile-bottom {
        display: flex;
        justify-content: space-between;
    }

    .for-mobile-bottom .leftside {
        margin-right: 10px;
    }

    .for-mobile-bottom .leftside h3 {
        font-family: "BwAletaNo10-Regular";
        font-weight: 600;
        font-size: 10px;
        line-height: 19.76px;
        letter-spacing: 0%;
        text-align: left;
        margin: 0px;
        padding: 0px;
        color: #f5a100;
    }

    .for-mobile-bottom .leftside .client-profile {
        font-family: "BwAletaNo10-Regular";
        font-weight: 500;
        font-size: 11px;
        line-height: 19.76px;
        letter-spacing: 0%;
        color: #000;
        text-align: left;
    }

    .for-mobile-bottom .cat-link-mobile {
        display: flex;
        height: auto;
        align-items: center;
    }

    .for-mobile-bottom .cat-link-mobile .location-text {
        display: inline-block;
        font-family: "BwAletaNo10-Regular", Sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 13.36px;
        text-align: center;
        border-radius: 18px;
        border: 1px solid #000000;
        color: #000;
        padding: 3px 10px 3px 10px;
        margin-left: 5px;
    }

    .client-testimonials-design .client-category {
        border: 1px solid #000;
    }

    .client-testimonials-section .client-video .video-part .mute-button {
        bottom: 70px;
    }

    .discover-challenge-section .expertise-right-block .expertise-pop.active h3.tab-content-title{
        font-size: 14px;
    }

    .client-testimonials-design .client-content p {
        height: auto;
    }

    .discover-challenge-section .expertise-right-block .expertise-pop .tab-content-title{
        font-size: 14px;
    }

    .selected-sucess-stories .case-study-section {
        position: static;
        top: 0;
    }
    .discover-challenge-section .expertise-right-block .expertise-pop.active h3.tab-content-title{
        font-size: 14px;
    }
    .discover-challenge-section .expertise-right-block .expertise-pop .tab-content-title{
        font-size: 14px;
    }
    .customized-healthcare-section h2{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .customized-healthcare-section .add-service-card{
        margin: 16px 0px;
    }
    .innovation-redefined-section .left-text-section h2.title {
        font-size: 22px;
    }
    .page-template-service-template .recommedded-reading-section h2, 
    .page-template-service-template .weekly-popular-posts h2{
        font-size: 22px;
        line-height: 30px;
    }
    .page-template-service-template .signup-contactus-section h2{
        font-size: 22px;
        line-height: 30px;
        margin: 0px;
    }
    .page-template-service-template .faq-section h2{
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 30px;
    }
    .footer-section-design .topSection h2{
        position: relative;
    }
    ul.accordion-list.top-space{
        padding-top: 0px;
    }
    .new-footer-design{
        background-color: transparent;
        padding-top: 0px;
    }
    .new-footer-design .footer-address-design h3{
        width: 220px;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .new-footer-design .footer-address-design p{
        /* padding-top: 19px;
        padding-bottom: 27px; */
        /* padding-block: 20px !important; */
    }
    .new-footer-design .footer-address-design .contact-number{
        /* padding-top: 0px; */
        padding-bottom: 24px !important;
    }
    label#label-firstname-805f23af-029b-4384-a702-024c11053cae{
        display: none;
    }
    .footer-section-design .topSection .get-in-touch{
        text-align: center;
        /* Issue on Home page */
        /* padding-top: 40px; */

        /* Fixes */
        padding-top: 0px;

        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0;
    }
    .footer-section-design ul.accordion-list{
        padding-bottom: 15px;
    }
    .rightside-footer-section .actions::after{
        top: 17px;
    }
    .rightside-footer-section .actions{
        left: auto;
        margin-left: auto;
    }
    .desktop-footer-social-media-icon .footer-title,
    .desktop-footer-social-media-icon .socialLinks{
        display: none !important;
    }
    .rightside-footer-section{
        position: relative;
    }
    .rightside-footer-section:before{
        /* content: ''; */
        content: none;
        border-top: 2px solid #B8B8B8;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }
    .footer-mobile-social-media-icon{
        /* padding: 40px 0px; */
        position: relative;
    }
    .footer-mobile-social-media-icon:before{
        content: '';
        position: absolute;
        /* border-top: 2px solid #B8B8B8; */
        /* position: absolute; */
        left: auto;
        top: 8px;
        width: 125%;
    }
    .footer-section-design .cmmi-level img{
        margin-left: 40px !important;
    }
    .footer-section-design .cmmi-level::before{
        left: 20px;
    }
    .new-footer-design .footer-address-design {
        /* padding-bottom: 14px; */
        padding-bottom: 0px;
    }
}

.faqs-sections.footer-section-design{
    padding: 0;
}

.hrms-banner-icons .hrms-banner-icon-text {
    font-size: 12px;
    font-family: 'BwAletaNo10-Regular';
    font-weight: 300;
}
.page-template-hrms-feb .why-daffodil-section{
    margin-top: 0;
}
.page-template-service-template .healthcare-softdev-section h2{
    padding: 0 0 60px;
}

.page-template-service-template .ensure-concrete-section .transform-area{
    margin-top: 60px;
}
.page-template-service-template .custom_custReview .slick-list{
    padding-top: 60px;
}
.page-template-service-template .whyDaffodil{
    padding: 75px 0;
}
.page-template-service-template .future-ready-section{
    padding: 75px 0 75px;
}
.page-template-service-template .site-content .whyDaffodil .row-cards{
    margin-top:60px;
}
.page-template-service-template .recommedded-reading-section h3,
.our-rigorous-vetting-process h2{
    padding: 0 0 60px;
}
.page-template-service-template .signup-contactus-section h3 {
    padding-bottom: 70px;
}
.page-template-service-template .custom_custReview,
.page-template-service-template .ensure-concrete-section,
.page-template-service-template .recommedded-reading-section,
.page-template-service-template .tool-and-tech-section,
.customized-healthcare-section,
.page-template-service-template .healthcare-insights-section,
.page-template-service-template .signup-contactus-section,
.page-template-service-template .faq-section,
.our-rigorous-vetting-process{
    padding: 75px 0 0;
}
.page-template-service-template .expertise-pop ul li{
    list-style-type: disc;
}
.healthcare-insights-section h2{
    font-size: 30px;
    padding-top: 30px;
}
@media (max-width:769px) {
    .our-rigorous-vetting-process{
        display: none;
    }
}
/* Header changes  */
@media screen and (max-width:768px) {
    header .right-nav.active{
        top: 62px;
    }
    header .container-fluid a.navbarBrand{
        display: none;
    }
    header .right-nav .getbtn, .header .right-nav .getbtn{
        font-size: 11px;
    }
    header .right-nav .getbtn:hover:before, .header .right-nav .getbtn:hover:before{
        left: 85px;
    }
    /* header .right-nav .getbtn:hover, .header .right-nav .getbtn:hover{
        padding: 10px 30px 10px 20px;
    } */
    header .right-nav .respMenu{
        top: 0;
    }
    .left_menu_items_main_contents.mobile{
        border-top:1px solid #49494978;
    }   
    .left_menu_items_main_contents.mobile:last-child{
        border-bottom: 1px solid #49494978;
    }
    .healthcare-insights-section h3{
        margin: 30px 0 19px;
        padding: 0 11px;
    }
    .left_menu_items_heading::before{
        content: none !important;
    }
    .left_menu_items_main_contents.mobile.active .title h3{
        font-weight: 400;
        font-family: 'Red Hat Display';
        color: #EF6722;
        position: relative;
    }
    .left_menu_items_main_contents.mobile.active .title h3::after{
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: #EF6722;
        left: -4px;
        top: 7px;
        border-radius: 11px;
    }
}

nav .mainNav .mainUL .menuCol ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
}
.banner-sections {
    background-size: cover !important;
    height: 450px;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-sections::before {
    content: '';
    background: linear-gradient(to right, #292929 0%, #292929 30%, rgba(41, 41, 41, 0) 100%);
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.banner-sections .container {
    z-index: 2;
}

.banner-sections .heading {
    font-family: 'Manrope';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #EA7D36;
    margin: 0 0 20px 0;
}

.banner-sections h1.banner-contents, .innerBanner.caseBanner h1 p {
    font-family: 'Red Hat Display';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left;
    color: #FFF2EC;
}

.banner-sections .buttons, .innerBanner.caseBanner .buttonLayer a {
    margin-top: 20px;
    color: #FFFFFF;
    background: #EF6722;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 137px;
    border-radius: 12px;
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0;
    text-decoration-thickness: 1;
    text-decoration-skip-ink: auto;
    text-decoration-line: underline;
    text-underline-position: from-font;
    border: none;
}
.added_bgs_after .data_rows{
	align-items:center;
}
.added_bgs_after:nth-child(odd) .data_rows{
	align-items:center;
}
.about-slient {
    padding: 60px 0;
    /* border-bottom: 1px solid #E7E9ED; */
    .header-container {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .country-container, .industry-container {
        padding: 28px 0px !important;
        /* border-bottom: 1px solid #E0E0E0; */
    }
    /* .industry-container {
        margin-left: 48px;
    } */
}
.about-slient .container, .caseIntro .introTop {
    gap: 50px;
}
.about-slient .client-head {
    white-space: nowrap;
}
.about-slient .client-head-content, .introTop p{
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.about-slient .services {
    display: flex;
    color: #515151;
    font-family: 'Manrope' !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}
.about-slient .industries-list {
    font-family: 'Manrope' !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 24px !important;
    letter-spacing: 0.05em; 
    margin: 0px;
}
.about-slient_image{
    margin: 38px 0;
}
.serice-list-used {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.serices-list {
    font-family: 'BwAletaNo10-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.serice-list-used .button-services {
    padding: 4px 16px 4px 16px;
    background: #F5A100;
    border-radius: 64px;
    font-family: 'BwAletaNo10-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 23px;
    color: #000000;
}
.common_heading,
.client-head {
    font-family: 'BwAletaNo10-Light';
    font-size: 36px;
    line-height: normal;
    color: #494949;
    font-weight: 100;
    position: relative;
    z-index: 1;
}

.client_speak {
    padding: 40px 0;
}

.client_speak .speak_contents p {
    font-family: 'BwAletaNo10-Regular';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #333333;
}

.client_speak .speak_contents p strong {
    color: #F5A100;
}

.client_speak .speak_contents {
    position: relative;
}

.client_speak .speak_contents p:last-child {
    position: relative;
}

.client_speak .speak_contents p:last-child::after {
    background-image: url(../images/comm_bot.svg);
    display: inline-block;
    content: "";
    position: relative;
    width: 24px;
    height: 22px;
    background-repeat: no-repeat;
    right: -25px;
    top: 10px;
}

.client_speak .speak_contents p:first-child {
    position: relative;
}

.client_speak .speak_contents p:first-child::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 22px;
    background-image: url(../images/commos_top.svg);
    background-repeat: no-repeat;
    left: -25px;
}

.client_speak .client_details {
    display: flex;
    gap: 13px;
    align-items: center;

}

.client_speak .client_names p {
    margin: 0;
    font-family: 'BwAletaNo10-Regular';
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    text-align: justified;

}

.client_speak .client_names .name {
    color: #F5A100;

}

.client_speak .client_image {
    border-radius: 50%;
    border: 1.4px solid #f5a100;
    overflow: hidden;
    width: 76px;
    height: 76px;

}
.business_images img{
    width: 100%;
}
.business_images{
    background: url('../images/business_images_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.Business_Situation, .the_solution, .the_impact, .caseChallenge, .caseSolutions, .caseImpact {
    .common_heading {
        font-family: 'Red Hat Display';
        font-weight: 400;
        font-style: 'Regular';
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0;
        text-align: center;
        text-transform: capitalize;
        max-width: 556px;
        margin: 0 auto 60px;
    }
}

.Business_Situation, .the_solution, .the_impact, .caseChallenge, .caseSolutions, .caseImpact {
    .container p {
        font-weight: 400;
        font-style: 'Regular';
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0.05em;
        margin-bottom: 32px;
    }
}

.Business_Situation,
.the_solution {
    margin: 60px 0;
}

.the_solution, .caseSolutions {
    background-image: url('../default_images/what-sets-daffodil-apart-bg.png') !important;
    background-repeat: no-repeat;
}

/* .important_lists {
    margin-top: 60px;
} */

.important_lists .lists p {
    margin: 0;
    line-height: 24px;
}

.important_lists .lists {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 15px;
}

.added_bgs_after {
    position: relative;
}

.added_bgs_after:nth-child(odd)::after {
    left: -30px;
}

.added_bgs_after::after {
    /* content: ""; */
    position: absolute;
    width: 50%;
    height: 344px;
    bottom: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    right: -30px;
    background: url('../images/bgs_case.svg');
    border-radius: 18px;
}

.mobile-contents-cols {
    display: flex;
    align-items: end;
}

.added_bgs_after .mobile-contents {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.added_bgs_after .mobiles {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.added_bgs_after .data_rows:first-child {
    margin-top: 40px;
}

.added_bgs_after .data_rows {
    margin-top: 95px;
}

.added_bgs_after:nth-child(odd) .data_rows {
    flex-direction: row-reverse;
}

.the_solutions_list_container, .textpart .doc-temp-container {
    border-radius: 20px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 0px 8px 3px #45454514;
    background: linear-gradient(360deg, rgba(255, 235, 176, 0) 59.01%, #FFEBB0 137.94%);
    padding: 38px 24px;
    margin-bottom: 32px;
}

.added_bgs_after .the_solutions_list_heading {
    text-align: justify;
    color: #333333;
    margin-bottom: 17px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    img {
        margin-right: 20px;
    }
}

.added_bgs_after .mobile-contents p {
    margin-bottom: 0px;
}

.the_impact {
    padding: 0px;
    margin: 60px 0px;
    background-image: url(../default_images/case-study-detail-section-bg.png);
    background-repeat: no-repeat;
}

.the_impact .container {
    padding: 20px 0px;
}

.the_impact .text-container {
    max-width: 1036px;
    text-align: left;
    margin: auto;
}

.common_heading {
    margin-bottom: 20px;
}

.the_impact .datas_numbers {
    margin-top: 50px;
}

.the_impact .datas_numbers .row {
    background: transparent;
    border-radius: 12px;
    /* padding: 18px 0; */
}

.the_impact .datas_numbers .numbers, .caseNumbers .numbers {
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-style: normal;
    font-size: 40px !important;
    line-height: 44px !important;
    letter-spacing: 0px;
    text-align: center;
}

.the_impact .datas_numbers, .caseNumbers {
    .datas_numbers-cols {
        display: flex;
        gap: 20px;
        padding: 0 50px;
        align-items: center;
        flex-direction: column;
    }
    .datas_numbers-cols::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 2px;
        height: 50%;
        background: linear-gradient(to bottom, #ffffff 0%, rgba(228, 116, 60, 0.4) 50%, #ffffff 100%);
    }
    .datas_numbers-cols:last-child::after {
        display: none;
    }

}

.the_impact .datas_numbers .values, .caseNumbers .values { 
    font-family: 'Red Hat Display' !important;
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.the_impact .datas_numbers .datas_numbers-cols p {
    margin: 0;
}
.Related_Case_Studies{
    padding: 44px 0;
}
.Related_Case_Studies .common_heading {
    margin-bottom: 27px;
}

.Related_Case_Studies .card {
    border: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.Related_Case_Studies .card:hover {
    box-shadow: 0px 4px 10px 0px #00000017;
    border-radius: 19px;
    transform: translateZ(100px);
    z-index: 1;
}
.Related_Case_Studies .card a {
    color: #000 !important;
    position: relative;
}

.Related_Case_Studies .card a:hover {
    color: #F18C49 !important;
    text-decoration: underline;
}

.Related_Case_Studies .card a::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -50px;
    width: 25px;
    height: 25px;
    background: url(../images/arrow-yellow.svg) no-repeat;
    transition: all 0.3s ease;
    transform: translateX(-100%);
    opacity: 0;
}

.Related_Case_Studies .card a:hover::before {
    transform: translateX(-22px);
    opacity: 1;
}
.mobile-contents-cols p:last-child{
    margin: 0;
}
.card p {
    margin-bottom: 10px;
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}

.Related_Case_Studies .slick-nexts,
.Related_Case_Studies .slick-prevs {
    background: #fff;
    position: absolute;
    top: -62px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-radius: 50%;
    border: 1px #EBA300 solid;
}

.Related_Case_Studies .slick-prevs {
    position: absolute;
    top: -62px;

    right: 65px;
}

.Related_Case_Studies .slick-nexts::before {
    content: '';
    position: absolute;
    top: 0;
    right: 9px;
    width: 25px;
    height: 25px;
    background: url(../images/caraousel-arrow.svg) no-repeat;
    transform: rotate(180deg);
}

.Related_Case_Studies .slick-prevs::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -28px;
    width: 25px;
    height: 25px;
    background: url(../images/caraousel-arrow.svg) no-repeat;
    transition: all 0.3s ease;
    transform: translateX(-100%);
}

.Related_Case_Studies .slick-track {
    gap: 22px;
    display: flex;
}

.Related_Case_Studies .slick-track .card {
    height: 359px;
}

.Related_Case_Studies .slick-track .card img {
    height: 225px;
    border-radius: 19px;
}
.page-template-case-studies-template .getintouch-form-design{
    padding: 0 0 0;
}
.page-template-case-studies-template p{
    line-height: 32px;
}
.customer_engement{
    padding: 0 0 30px;
    background: none;
    /* border-bottom: 1px solid #E7E9ED; */
}
.added_bgs_after .mobiles {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.data_rows .mobiles_images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-sections .buttons{
    word-break: keep-all;
}
@media (min-width: 320px) and (max-width: 768px) {
    .banner-sections .heading {
        font-size: 20px;
        line-height: normal;
    }

    .banner-sections::before {
        content: '';
        background: linear-gradient(to bottom, #292929 0%, #292929 61%, rgba(41, 41, 41, 0) 100%);
        width: 100%;
        height: 450px;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
    }

    .page-template-daffodil-tv .filter .right ul li .videoTitle h3 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .banner-sections h1.banner-contents, .innerBanner.caseBanner h1 p {
        font-size: 20px;
        line-height: 28px;
        font-size: 18px;
    }

    .services-mobile {
        padding-top: 28px;
        padding-bottom: 28px;
        /* border: 1px solid rgba(0, 0, 0, 0.1); */
    }

    .about-slient .client-head {
        font-size: 20px;
        line-height: 28px;
    }

    .about-slient {
        .services {
            /* margin-bottom: 18px; */
            font-size: 10px;
            line-height: 24px;
        }
        .industries-list {
            font-size: 12px;
        }
    }

    .common_heading {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin-bottom: 20px;
    }

    .client_speak .speak_contents p {
        font-size: 14px;
        font-weight: 600;
        line-height: 25.9px;
        text-align: left;

    }
    .client_speak .speak_contents p:first-child::before {
        opacity: 0.4;
        left: -10px;
    }

    .client_speak .speak_contents p:last-child::after {
        opacity: 0.4;
        right: 12px;
    }

    .client_speak .client_names p {
        font-size: 14px;
    }

    .about-slient {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 60px;
        .header-container {
            justify-content: center;
            align-items: center;
            flex-direction: column-reverse;
            img {
                width: 23px;
                height: 23px;
            }
        }
        .container {
            gap: 27px;
        }
        .client-head-content {
            font-weight: 400;
            font-style: Regular;
            font-size: 12px !important;
            line-height: 18px !important; 
            letter-spacing: 0.05em;
            margin-bottom: 24px;
        }
        .country-container, .industry-container {
            padding: 8px 0px !important;
        }
        .industry-container {
            margin-left: 24px;
        }
    }

    .added_bgs_after::after {
        width: 100%;
        right: 0;
    }

    .added_bgs_after:nth-child(odd)::after {
        left: 0;
    }

    .added_bgs_after .mobiles {
        margin-top: 30px;
    }
    .the_impact {
        border-bottom: none;
    }

    .the_impact .datas_numbers-cols:nth-child(even)::after {
        display: none;
    }
    
    .added_bgs_after .data_rows:first-child {
        margin-top: 35px;
    }

    .the_impact .datas_numbers .numbers {}

    .the_impact .datas_numbers .row {
        box-shadow: none;
        padding: 0;
    }

    .the_impact .datas_numbers .datas_numbers-cols {
        background: transparent;
        /* box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08); */
        border-radius: 12px;
        padding: 0px;
        margin-top: 14px;
        width: 50% !important;
    }
    .common_heading,
    .about-slient .client-head{
        font-family: 'Red Hat Display';
        font-weight: 400;
        font-style: Regular;
        font-size: 20px !important;
        line-height: 26px !important;
        letter-spacing: 0;
        text-align: center;
        text-transform: capitalize;
        margin-top: 8px;
    }
    .Related_Case_Studies .common_heading {
        margin-bottom: 70px;
    }

    .Related_Case_Studies .slick-track {
        gap: 0;
    }

    .Related_Case_Studies {
        padding-top: 25px;
    }
    .the_impact{
        padding: 40px 20px 0;
        margin: 40px 0px;
    }
    .Related_Case_Studies{
        padding: 40px 0 0;
    }
    .page-template-case-studies-template .getintouch-form-design{
        padding: 0;
    }
    .page-template-case-studies-template .caseStudyObject {
        padding: 30px 0;
    }
    .caseStudyObject .caseObjectSlider .read-related-case-studies{
        padding: 0 22px;
    }
    .customer_engement{
        padding-top: 0;
        /* padding-bottom: 60px; */
    }
    .data_rows .mobiles_images{
        justify-content: center;
    }
    .banner-sections .buttons, .innerBanner.caseBanner .buttonLayer a{
        font-size: 12px;
    }
    .our-story-section-video {
        .inner-container {
            max-width: 100% !important;
        }
        .video-heading {
            font-size: 20px !important;
            line-height: 26px !important;
            margin-bottom: 24px !important;
        }
    }
    .common_heading {
        margin-bottom: 24px !important;
    }
    .caseStudyObject h3 {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-bottom: 24px !important;
    }
    .about-slient .client-head-content,
    .Business_Situation .container p,
    .the_solution .container p,
    .added_bgs_after .container p,
    .the_impact .container p{
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .added_bgs_after .the_solutions_list_heading {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .the_impact .datas_numbers {
        .numbers {
            font-size: 20px !important;
            line-height: 26px !important;
        }
        .values {
            font-size: 14px !important;
            line-height: 20px !important;
        }
    }
}
.custom-menu-class{
    display: flex;
    gap: 27px;
}
.right-nav.mainNav{
    display: contents;
}
.custom-menu-class >li.menu-item:hover{
    border-bottom:none;
    font-weight: 700;    
}
.custom-container-class .menu-item a{
    color: #FFFFFF;
}
.custom-container-class .menu-item{
    border-bottom: 1px solid transparent;
    position: relative;
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 21.28px;
    text-align: left; 
    color: #FFFFFF;
}

.custom-menu-class .sub-menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    top: 90px;
    padding: 32px 70px 32px 40px;
    width: 56%;
    background: #F5F4F4;
    position: fixed;
    left: 22%;
    opacity: 0; 
    visibility: hidden;
    z-index: 1000;
    transition: opacity 0.5s ease-in-out; 
    transition-delay: 0.3s;
}
#back_to_main span{
    font-family:'BwAletaNo10-Bold';
    font-size: 12.83px;
    font-weight: 600;
    line-height: 19.51px;
    text-align: left;
    border-bottom: 1px solid;
}
.custom-submenu-class #back_to_main{
    position: absolute;
    bottom: 12px;
    right: 26px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-item.show-submenu .sub-menu {
    border-top: 3px solid #F5A100;
    opacity: 1; 
    visibility: visible;
    transition-delay: 0.4s;
}

.custom-container-class .menu-item .sub-menu a{
    font-weight: 500;
    color: #000000;
}
.custom-container-class .menu-item .custom-submenu-class li a{
    position: relative;
    white-space: nowrap;
}
.custom-container-class .menu-item .custom-submenu-class li{
    position: relative;
    display: inline-block;
    width: 45%;
    margin-bottom: 12px;
}
.custom-container-class .menu-item .custom-submenu-class li a:hover{
    border-bottom: 1px solid #F5A100;
    font-weight: 700;
    color: #F5A100;
}
.custom-container-class .menu-item .custom-submenu-class li a::after {
    content: "";
    position: absolute;
    background: url(../images/arrowss.svg);
    width: 19px;
    height: 9px;
    opacity: 0;
    right: 0;
    top: 6px;
    transition: right 0.6s ease, opacity 0.6s ease;
}
.custom-container-class .menu-item .custom-submenu-class li:hover a::after {
    opacity: 1;
    right: -28px;
    transition: right 0.5s ease, opacity 0.5s ease;
}

.category_logo{
    display: flex;
    align-items: center;
    gap: 31px;
    padding: 18px 0 15px;
}
.category_logo p{
    font-family: 'Red Hat Display' !important;
    font-weight: 600 !important;
    font-style: 'SemiBold' !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0.07em !important;
    text-align: center !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    color: #333333 !important;
}

.category_logo p::before{
    content: "" !important;
    width: 1px !important;
    height: 22px !important;
    background: #EF6722 !important;
    margin: 5px -7px !important;
}
.left_menu_items_container{
    padding:0 32px;
    border-left: 1px solid #0000004D
}
.left_menu_items_main_contents{
    margin: 30px 0;
}
.left_menu_items_heading::before{
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    background-image:url(../images/left-circle.svg);
    border-radius: 50%;
    left: -49px;
    top: 3px;
}
.left_menu_items_heading{
    position: relative;
    font-family: 'BwAletaNo10-Regular';
    font-size: 16px;
    font-weight: 600;
    line-height: 27.52px;
    text-align: left;
    color: #F5A100;
}
.healthcare-insights-section .left-image{
    position: sticky;
    top: 0;
    width: 490px;
    height: 320px;
}
.healthcare-insights-section .left-image img{
    width: 100%;
    object-fit: cover;
}
.healthcare-insights-section .contents p{
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.healthcare-insights-section #right-sticky-top-case{
    margin-top: 72px;
}
@media only screen and (max-width: 768px) {
    
    .mobile .contents {
        display: none;
    }
    .healthcare-insights-section .title{
        cursor: pointer;
    }
    .mobile .left_menu_items_heading {
        cursor: pointer;
    }
    .healthcare-insights-section .left_menu_items_heading{
        line-height: 25px;
    font-size: 14px;
    }
    .left_menu_items_container{
        border: none;
        padding: 0;
    }
    .healthcare-insights-section .contents{
        font-size: 14px;
        line-height: 24px;
        padding: 0 11px;
    }
    .healthcare-insights-section .left-image{
        height: auto;
        width: auto;
    }
    .healthcare-insights-section .left-image img{
        display: none;
    }
    .healthcare-insights-section #right-sticky-top-case{
        margin-top: auto;
    }
}
#back_to_main .img-mobile{
    display: none;
}
@media screen and (min-width:992px){
    header .custom-container-class li:hover > a{
        color: #f5a100;
        cursor: pointer;
    }
    .custom-menu-class{
        gap: 37px;
    }
    .custom-container-class .custom-menu-class .menu-item-has-children{
        position: relative;
    }
    
    .custom-container-class .custom-menu-class .menu-item-has-children.show-submenu::after{
        transform: rotate(180deg);
        filter: invert(51%) sepia(335%) saturate(445%) hue-rotate(-9deg);
        right: -16px;
        transition: transform 0.3s ease, filter 0.3s ease, right 0.3s ease;

    }
    .custom-container-class .custom-menu-class .menu-item-has-children::after{
        background: url(../images/chevron.svg);
        width: 15px;
        height: 14px;
        content: "";
        position: absolute;
        filter: brightness(0);
        background-repeat: no-repeat;
        top: 5px;
        right: -18px;
        transition: transform 0.3s ease, filter 0.3s ease, right 0.3s ease;
    }
}
.custom-container-class .custom-menu-class .menu-item-has-children::after
.custom-container-class .menu-item::after{
    filter: brightness(0%);
}
@media screen and (max-width: 991px) {
    #back_to_main .img-desktop{
        display: none;
    }
    #back_to_main .img-mobile{
        display: inline-flex;
    }
    .category_logo p{
        display: none;
    }
    .right-nav.mainNav{
        display: block;
    }
    .mainNav #custom-container-id {
        display: none;
    }
    .mainNav.active #custom-container-id{
        display: flex;
    }
    .custom-menu-class{
        flex-direction: column;
        width: 100%;
    }
    .mainNav.Healthcare.active{
        width: 80% !important;
        top: 57px !important;
        z-index: -1;
    }
    .right-nav.mainNav.Healthcare{
        width: auto !important;
    }
    .right-nav.mainNav.Healthcare.active{
        width: 80% !important;
    }
    .mainNav.Healthcare.active .right-nav{
        width: 100%;
    }
    .category_logo .header-logo{
        width: 91px;
    }
    .mainNav.Healthcare.active .header .getbtn{
        display: block;
    }
    .mainNav.active #custom-container-id{
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
    }
    .menu-item.show-submenu .sub-menu{
        border-top: none;
        display: flex;
    }
    .custom-menu-class .sub-menu{
        display: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }
    .custom-menu-class .sub-menu {
        position: relative;
        justify-content: space-between;
        background: #F5F4F4;
        visibility: visible;
        opacity: 1;
        width: 100%;
        left: 0;
        background: transparent;
        flex-direction: column;
        padding: 12px 0;
        top: 0;
        max-height:inherit;
    }

    .custom-container-class .menu-item .sub-menu a {
        /* color: #fff; */
    }

    .custom-container-class .menu-item {
        position: relative;
    }
    .custom-container-class .menu-item::after{
        position: absolute;
        content: "";
        width: 24px;
        height: 14px;
        background: url(../images/chevron.svg);
        top: 0;
        right: 0;
        background-repeat: no-repeat;
    }
    .category_logo .web-daffo-logo{
        display: block !important;
    }
    .category_logo .mob-daffo-logo{
        display: none;
    }
    .custom-container-class .menu-item.show-submenu::after{
        filter: invert(51%) sepia(335%) saturate(445%) hue-rotate(-9deg);
    }
    .Healthcare .header{
        background: #fff !important;
    }
    .custom-container-class .sub-menu .menu-item::after{
        content: none !important;
    }
    
}
.container-for-providers,
.container-for-patients{
    width: 45%;
    display: flex;
    flex-direction: column;
}
.container-for-providers li.provider:hover ~ .For-Providers{
    background-color: #d0d0d0; /* highlight background color */
  }
.ready-to-take-bg.signup-contactus-section .hs-fieldtype-intl-phone.hs-input{
    display: flex;
    margin-bottom: 21px;
}
.ready-to-take-bg.signup-contactus-section .formFields .hs_requirements .input textarea{
    height: 75px;
}
.ready-to-take-bg.signup-contactus-section .hs-form-014923b4-2601-48f3-8af8-c4f7c912ceb4_4b38f263-f4e2-4a39-a028-181c4f7025ea fieldset{
    margin: 0 0 55px;
}
.ready-to-take-bg.signup-contactus-section h3{
    padding: 0;
}
.ready-to-take-bg .hs-form-014923b4-2601-48f3-8af8-c4f7c912ceb4_c1b7b3a8-b975-401a-b30b-b04b229012c6 fieldset {
    margin-bottom: 21px;
}
.ready-to-take-bg select{
    height: 55px;
    margin: 0 15px 15px 0;
}
.signup-contactus-section .actions:hover::after {
    transition: all ease-in-out 0.4s;
    filter: invert(51%) sepia(335%) saturate(445%) hue-rotate(-9deg);
    right:18px;
}
.signup-contactus-section .formFields .primary:hover {
    color: #F5A100;
    border: 2px #CA4605 !important;
    background: #CA4605 !important;
}

.hs-button.primary.large:hover {
    background: #CA4605 !important;
}
.ready-to-take-bg .signup-contactus-section .primary{
    border: 2px solid transparent;
}

.healthcare-insights-section #left-sticky-top-case{
    position: relative;
}
/* .healthcare-insights-section .col-md-12 h2{
    position: absolute;
} */
.healthcare-insights-section #left-sticky-top-case img{
    margin-top: 20px;
}
.faq-section .accordion-body{
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #494949;
}
.page-template-service-template .tool-and-tech-section{
    padding: 75px 0 75px;
}
.page-template-service-template .add-service-card .button{
    background-color: transparent;
    width: auto !important;
    padding: 7px 22px 0 0 !important;
}
.page-template-service-template .add-service-card .button span{
    font-family: 'BwAletaNo10-Regular';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #F5A100;
}
.page-template-service-template .add-service-card .button:hover{
    box-shadow: none !important;
}
.page-template-service-template .add-service-card .button::before{
    background-image:url(../images/arrowss.svg) !important;
    right: -5px !important;
    top: 15px;
    filter: none;
}

@media screen and (max-width: 1024px) {
    .pillarSection .PillarsTile {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .value-bringhealth-section .tab-left-side-image{
        display: block;
    }
    .value-bringhealth-section .tab-left-side-image img{
        margin-left: 0 !important;
    }
    .value-bringhealth-section .tab-left-side-image::before{
        left: -40px !important;
    }
    .page-template-pillar-page .pillarSection .Pillarscontent {
        padding-left: 0px;
        margin-top: 0px;
    }
    .page-template-pillar-page ul.PillarsTile.bgleftside{
        display: none;
    }
    .pillarSection .PillarsTile.active{
        position: relative;
        top: 0px;
    }
    .page-template-pillar-page .pillarSection .PillarsTile{
        width: 100%;
    }
    .PillarsTile.bgleftside {
        display: none;
    }
    .rightside-pillars-form .hbspt-form fieldset{
        max-width: 100% !important;
    }
    .page-template-pillar-page .pillarSection .PillarsTile.stop {
        position: relative !important;
        bottom: auto;
    }
    .pillarSection .PillarsTile.active{
        margin-left: auto;
    }
    .pillar-section-design h1 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 32.72px;
        text-align: left;
    }
    .page-template-pillar-page .pillarSection .Pillarscontent li h2.heading{
        padding-left: 0px;
    }
    .pillarSection .Pillarscontent li .titleContent{
        padding: 0 0px;
    }
    .page-template-pillar-page .pillarSection{
        padding: 20px 0px;
    }
}

.page-template-service-template .header-logo.abouts-page {
    display: block;
}

.page-template-service-template .site-inner header.Fixed-top .header-logo.abouts-page {
    display: none;
}

.page-template-service-template .site-inner header.Fixed-top .header-logo.blaks {
    display: block;
}

.page-template-service-template .header-logo.blaks {
    display: none;
}

.page-template-service-template .Fixed-top .category_logo a .header-logo.web-daffo-logo {
    display: none;
}

.page-template-service-template header .mobile-black {
    display: none;
}

.page-template-service-template header.Fixed-top .mobile-black {
    display: block;
}

.page-template-service-template .Fixed-top .category_logo a .header-logo.web-daffo-logo {
    display: none;
}

.page-template-service-template header .category_logo a .header-logo.web-daffo-logo {
    display: flex
}

.page-template-service-template header .right-nav .mainUL li a,
.page-template-partners header .right-nav .mainUL li a {
    color: #fff !important;
}

.page-template-service-template header.Fixed-top .right-nav .mainUL li a,
.page-template-partners header.Fixed-top .right-nav .mainUL li a {
    color: #000 !important;
}

@media screen and (max-width: 991px) {
    .page-template-service-template header .right-nav .mainUL li a {
        color: #000 !important;
    }

    .page-template-service-template header .mobile-black img {
        display: none;
    }

    .customized-healthcare-section .add-service-cards .add-service-card {
        padding-bottom: 25px;
    }
}

.client-testimonials-design .client-category a {
    font-size: 11px !important;
    color: #000;
    font-family: 'Manrope';
}

.our-story-section-video .inner-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.responsive-video {
    position: relative;
    padding-bottom: 45%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.filterBox .videoBox {
    height: auto;
    border-radius: 9.6px;
    background-color: #fff;
}

.filterBox .videoBox .playVideo {
    position: static;
    transform: none;
}


.episode-card .ep-number {
    position: absolute;
    font-size: 14px;
    background: none;
    padding: 10px 20px !important;
    border-bottom-right-radius: 4px;
    right: 0 !important;
    bottom: 6px;
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-daffodil-tv .innerBanner .isotope-wrapper ul li .podcast_heading {
    margin-top: 10px;
}

.page-template-podcast-detail .carousel-indicators-wrapper button {
    width: 9px !important;
    height: 12px !important;
}

.listing-hr {
    margin-top: 0px !important;
}

.play-list {
    align-items: flex-start;
    gap: 10px;
}

.play-list a {
    display: inline-block;
}

.play-list .text-muted {
    margin: 0;
    /* remove default <p> margin */
    line-height: 1.5;
    /* adjust spacing if needed */
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-template-daffodil-tv .right-nav.mainNav ul.mainUL li span,
.page-template-daffodil-tv header .right-nav .mainUL li a {
    color: #fff !important;
}

.gradient-border-line {
    width: 346px !important;
    height: 0;
    opacity: 1;
    border-width: 1px !important;
    border-style: solid;
    border-image-source: linear-gradient(270deg, #FFFFFF 0%, #DF8A5F 50%, #FFFFFF 100%);
    border-image-slice: 1;
    transform: rotate(180deg);
    margin: auto;
    /* Centering */
    margin-top: 40px;
   
}

/* Responsive: Apply smaller size and different rotation on screens <= 768px */
@media screen and (max-width: 768px) {
    .gradient-border-line {
        width: 236px;
        transform: rotate(-180deg);
        /* Equivalent visually */
    }
}

/* Base font style for mobile */
.footer-address-title {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    color: #FEFEFE !important;
    margin-bottom: 0 !important;
}

/* Override for desktop (≥ 768px) */
@media screen and (max-width: 567px) {
    .footer-address-title {
        font-weight: 500 !important;
        font-size: 16px !important;
        font-style: normal !important;
        text-align: left !important;
        margin: 0 !important;
    }
}

.footer-address-subheading {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
    color: #FEFEFE !important;
    width: 242px !important;
}

@media screen and (max-width: 768px) {
    .footer-address-subheading {
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: left !important;
        margin: 0 !important;
        /* padding-bottom: 10px !important;
        padding-top: 12px !important; */
        padding-top: 10px !important;
    }

    .contact-number.footer-address-subheading {
        padding-block: 0px !important;
    }
}

.footer-title.footer-accordion-text {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 24px !important;
    /* Desktop font size */
    line-height: 30px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #EA7D36 !important;
    opacity: 1 !important;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .footer-accordion-text {
        font-size: 16px !important;
        text-align: left !important;
    }

    .footer-title.footer-accordion-text {
        font-style: normal;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0 !important;
        margin-bottom: 20px !important;
    }

    ul.accordion-list li h2:after {
        background-image: none;
    }

    .footer-section-design .footer-nav-list li a {
        font-size: 12px !important;
        line-height: 18px !important;
        letter-spacing: 0.05em !important;
    }

        .footer-section-design .footer-nav-list li {
            margin-bottom: 8px !important;
        }
}

.footer-accordion-list {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    /* Desktop font size */
    line-height: 100% !important;
    letter-spacing: 0.05em !important;
    /* 5% converted to em */
    color: #FEFEFE !important;
    opacity: 1 !important;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .footer-accordion-list {
        font-size: 12px !important;
        /* Mobile font size */
        line-height: 100% !important;
        letter-spacing: 0.05em !important;
    }
}

.gradient-divider {
    width: 760px;
    height: 4px;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(270deg,
            rgba(255, 235, 210, 0.65) -3.26%,
            rgba(255, 183, 54, 0.825) 0.36%,
            #FC7643 27%,
            rgba(69, 205, 255, 0.7) 61.79%);
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .gradient-divider {
        width: 600px;
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    .gradient-divider {
        width: 450px;
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    .gradient-divider {
        width: 283px;
        height: 2px;
    }
}

.gradient-divider-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.footer-email {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    /* 'Regular' is not a valid CSS value */
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #FEFEFE;
}

/* Desktop style (screen width ≥ 992px) */
@media (min-width: 992px) {
    .footer-email {
        font-size: 16px;
    }
}


.footer-email-link {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: normal;
    /* SemiBold is handled by font-weight */
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 5%;
    color: #FEFEFE;
    /* Optional: add your preferred color */
}

/* Desktop style (screen width ≥ 992px) */
@media (min-width: 992px) {
    .footer-email-link {
        font-size: 16px;
    }
}

.new-cmmi-level-logo {
    width: 100%;
    height: 53px;
    border-radius: 12px;
    opacity: 1;
    gap: 10px;
    padding-right: 16px;
    padding-left: 16px;
    background: #FCEDE6;
    margin-top: 26px;
}

.new-cmmi-level-text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    /* 'Regular' is not a valid value; use 'normal' */
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 5%;
    background: #353535;
    color: #fff;
    /* Optional: add if text should be visible on dark bg */
}


.rightside-footer-section.new-form .input input {
    width: 292px;
    height: 48px;
    opacity: 1;
    gap: 8px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #575757;
    background: #1C1C1C;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.6px;
    /* Approximation for 5% of 12px */
    color: #fff;
}

@media screen and (max-width: 767px) {
    .rightside-footer-section.new-form .input input {
        width: 292px;
        height: 48px;
        border-radius: 12px;
        border: 1px solid #575757;
        padding: 14px 16px;
        background: #1C1C1C;
        opacity: 1;
    }

    .new-cmmi-level-logo {
        margin-top: 4px;
    }
}

.new-copyright-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    color: #FFF2EC !important;
}

/* Mobile Style */
@media screen and (max-width: 767px) {
    .new-copyright-text {
        font-size: 12px !important;
        line-height: 18px !important;
        text-align: center !important;
    }
}

.new-daffodil-footer-logo {
    width: 71px;
    height: 21.76px;
}

.input .hs-input.hs-fieldtype-intl-phone .hs-input[type="tel"] {
    border-left: none;
    border-radius: 0 12px 12px 0;
    width: 70% !important;
}

input#phone-805f23af-029b-4384-a702-024c11053cae {
    width: 70% !important;
}


.new-submit-button {
    width: 292px;
    height: 48px;
    opacity: 1;
    padding: 12px 20px;
    gap: 8px;
    border-radius: 12px;
    background: #EF6722;
    /* Optional resets if needed */
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.new-partnership-card {
    width: 348px !important;
    height: 645px !important;
    padding: 0 0px 24px 0px !important;
    border-radius: 20px !important;
    border: 2px solid #FEFEFE !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 13.9px 0px #401D0C14 !important;
    opacity: 1 !important;
    gap: 20px !important;
    box-sizing: border-box !important;
}

/* Mobile Style */
@media screen and (max-width: 767px) {
    .new-partnership-card {
        width: 268px !important;
        height: 542px !important;
        /* padding: 0 0 12px 0 !important; */
        padding: 0 0 18px 0 !important;
        border-radius: 12px !important;
    }
}

.partnership-content-section {
    width: 100%;
    padding: 20px 24px 0 24px;
}

@media screen and (max-width: 767px) {
    .partnership-content-section {
        width: 100%;
        /* padding: 10px 12px 0 12px; */
        padding: 24px 12px 0 12px;
    }
}


.new-partnership-img {
    height: 231px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    border-radius: 20px 20px 0 0 !important;
}

@media screen and (max-width: 767px) {
    .new-partnership-img {
        height: 117px !important;
        border-radius: 12px 12px 0 0 !important;
    }
}

.new-partnership-title {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #333333 !important;
    text-align: left !important;
    width: 100% !important;
}

/* Mobile style */
@media screen and (max-width: 767px) {
    .new-partnership-title {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

.new-partnership-para {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.8px !important;
    /* 5% of 16px */
    background: #515151 !important;
    color: #fff !important;
    /* Optional: ensures contrast */
}

/* Mobile style */
@media screen and (max-width: 767px) {
    .new-partnership-para {
        font-size: 12px !important;
        line-height: 18px !important;
        letter-spacing: 0.6px !important;
        /* 5% of 12px */
    }
}


.card-container {
    position: relative;
}
.partners-design.new-partnership-card {
    position: relative;
}

.partnership-content-section .custom-learn-more-btn {
    position: absolute;
    bottom: 20px;
    left: 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.custom-learn-more-btn {
    /* position: absolute; */
    bottom: 23px;
    left: 44px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.custom-learn-more-btn .arrow-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

/* Mobile adjustments */
@media screen and (max-width: 767px) {
    .custom-learn-more-btn {
        bottom: 0px;
        left: 15px;
        font-size: 11.2px;
        line-height: 16px;
    }

    .custom-learn-more-btn .arrow-icon svg {
        width: 16px;
        height: 16px;
    }

    .partnership-content-section .custom-learn-more-btn {
        position: absolute;
        left: 13px;
        bottom: 10px;
        color: #232323;
    }
}

.new-arrow-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


@media screen and (max-width: 767px) {
    .partners-image-section {
        width: 150px;
        height: auto;
    }
}

/* Desktop: show grid, hide swiper */
@media (min-width: 768px) {
    .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap;
    }

    .swiper-slide {
        width: 33.33% !important;
        flex-shrink: 0;
    }

    .swiper-pagination,
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/* Mobile: hide grid layout, use Swiper layout */
@media (max-width: 767px) {
    .swiper-wrapper {
        display: flex;
    }

    .swiper-slide {
        width: auto !important;
    }

    .col-lg-4 {
        width: 100% !important;
        max-width: none;
    }

    .swiper-pagination {
        position: relative;
        text-align: center;
        margin-top: 16px;
        z-index: 10;
        display: block !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #B5B5B5;
        opacity: 1;
        margin: 0 4px;
        display: inline-block;
        border-radius: 50%;
    }

    .swiper-pagination-bullet-active {
        background-color: #292929;
    }

}

.new-partnership-section {
    background-image: url('../default_images/why-daffodil.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
}



.btn {
    padding: 12px 20px !important;
    font-family: 'Red Hat Display', 'Roboto Condensed', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;

}

.btn-primary {
    color: #FFFFFF !important;
    border-radius: 12px !important;
    background-color: #EF6722 !important;
    border: 1px solid #EF6722 !important;
}

.btn-secondry {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #ffffff !important;
    border-radius: 12px !important;
}





.pro-aw-footer {
    padding: 60px 0 20px;
}

.trusted-by-heading {
    padding-top: 20px;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .innerBanners h1 {
        font-size: 3rem;
    }

    .innerBanners .col-8 {
        padding-right: 2rem;
    }
}

@media (max-width: 768px) {
    .innerBanners {
        min-height: auto;
        padding: 1rem 0;
    }

    .innerBanners .row {
        flex-direction: column;
        text-align: center;
        min-height: auto;
    }

    .innerBanners .col-8 {
        flex: 1;
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .innerBanners .col-4 {
        flex: 1;
    }

    .innerBanners h1 {
        font-size: 2.5rem;
    }

    .banner-subheading {
        max-width: 100%;
        font-size: 1rem;
    }

    .btn-section {
        display: flex;
        margin-bottom: 1rem;
        gap: 12px;
    }

    .banner-text-container {
        margin-top: 80px;
    }
    .our-story-section-video {
        /* margin: 40px 0px !important; */
        height: auto !important;
    }
    .important_lists .lists {
        margin-top: 24px;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .innerBanners h1 {
        font-size: 2rem;
        line-height: 100%;
        text-align: left;
    }

    .banner-subheading {
        font-size: 0.9rem;
    }

    .btn {
        padding: 10px 24px;
        font-size: 12px;
    }

    .banner-text-container {
        margin-top: 80px;
    }

}

.quality-stan-title {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 36px !important;
    line-height: 48px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    text-transform: capitalize !important;
    color: #292929 !important;
    width: 856px !important;
}

@media (max-width: 767px) {
    .quality-stan-title {
        font-size: 20px !important;
        color: #333333 !important;
        width: 335px !important;
        line-height: 26px !important;
    }

    .bullet-point p {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #515151 !important;
        margin-top: 24px !important;
        margin-bottom: 112px !important;
        width: 100% !important;

    }

    .bullet-point ul {
        width: 100% !important;
    }

    .quality-stan-image img {
        max-height: 28px !important;
        width: auto;
    }
}

.quality-stan-title-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.quality-stan-image-container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
}

.quality-stan-image {
    width: auto !important;
    background-color: transparent !important;
    height: 85px !important;
    margin: 0 !important;

}

.quality-stan-image img {
    max-height: 45px;
    width: auto;
}

.bullet-point p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #333333 !important;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bullet-point ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bullet-point li {
    width: 100% !important;
    height: 72px !important;
    border-radius: 20px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #FFF2EC !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px #00000014 !important;
    padding: 12px !important;
    gap: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #333333 !important;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .bullet-point li {
        height: 48px !important;
        border-radius: 12px !important;
        border-width: 1px !important;
        padding: 4px 12px !important;
        gap: 10px !important;

        font-size: 12px !important;
        line-height: 20px !important;
    }
}

.standard-compliance-section {
    background-image: url(../default_images/quality-standrad.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.video-content-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 0 0 0;
    background: linear-gradient(0deg, #FFFFFF 40%, rgba(255, 255, 255, 0) 90%);
    box-sizing: border-box;
    min-height: 200px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}

.contents {
    text-align: center;
    color: #262626;
    width: 602px;
}

.contents h2 {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .contents h2 {
        font-size: 16px;
    }

    .video-content-overlay {
        padding: 12px 0;
    }
}

#isotopebox ul li.big-screen-margin {
    margin-bottom: 60px !important;
}

@media screen and (max-width: 650px) {
    #isotopebox ul li.big-screen-margin {
        margin-bottom: 0px !important;
    }
}

.quality-stan-title {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 36px !important;
    
    letter-spacing: 0% !important;
    text-align: center !important;
    text-transform: capitalize !important;
    color: #292929 !important;
    width: 856px !important;
}

@media (max-width: 767px) {
    .quality-stan-title {
        font-size: 20px !important;
        color: #333333 !important;
        width: 335px !important;
    }

    .bullet-point p {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #515151 !important;
        margin-top: 24px !important;
        margin-bottom: 112px !important;
        width: 100% !important;

    }

    .bullet-point ul {
        width: 100% !important;
    }
}

.quality-stan-title-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.quality-stan-image-container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
}

.bullet-point p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 5% !important;
    color: #333333 !important;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bullet-point ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bullet-point li {
    width: 100% !important;
    height: 72px !important;
    border-radius: 20px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #FFF2EC !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px #00000014 !important;
    padding: 12px !important;
    gap: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    font-family: 'Manrope', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em !important;
    color: #333333 !important;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .bullet-point li {
        height: 48px !important;
        border-radius: 12px !important;
        border-width: 1px !important;
        padding: 4px 12px !important;
        gap: 10px !important;

        font-size: 12px !important;
        line-height: 20px !important;
    }
    .caseStudySection {
        .caseStudyContainer {
            min-width: 233px;
            width: 233px !important;
            height: fit-content;
            p {
                margin: 10px 12px !important;
            }
            .viewCaseStudy {
                margin: 0px 12px 12px;
                padding: 10px 0px;
            }
        }
        .item-container {
            gap: 16px !important;
            overflow-x: scroll;
        }
        .viewAllHealthCareClients {
            margin-top: 24px !important;
        }
    }
    .the_solutions_list_container {
        img {
            width: 22px;
            height: 22px;
            margin-right: 4px !important;
        }
    }
}

.customer-logos .slick-prev {
    background: url(../default_images/arrow-left.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
}

.customer-logos .slick-prev:hover,
.customer-logos .slick-prev:focus {
    background: url(../default_images/arrow-left.svg);
}

.customer-logos .slick-next {
    background: url(../default_images/arrow-right.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -55px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 60px;
    padding: 0;
}

.customer-logos .slick-next:hover,
.customer-logos .slick-next:focus {
    background: url(../default_images/arrow-right.svg);
}


.partnersList {
    padding: 0px;
    margin-bottom: 16px;
}

/* ********* Padding ********* */

.py-8 {
    padding: 8px 0px;
}

.py-28 {
    padding: 28px 0px;
}

.pl-15 {
    padding-left: 15px;
}

.pt-20 {
    padding-top: 20px !important;
}

/* ********* Padding ********* */

/* ********* Margin ********* */

.ml-48 {
    margin-left: 48px;
}

.ml-20 {
    margin-left: 20px;
}

.Mt-5 {
    margin-top: 5px;
}
/* ********* Margin ********* */

.caseStudyObject h3 {
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.caseStudySection {
    .container {
        padding: 20px 0px;
    }
    .viewAllHealthCareClients {
        margin-top: 40px;
        text-align: center;
    }
    img {
        width: 100%;
        height: 184px;
        border-radius: 20px 20px 0px 0px;
    }
    .item-container {
        gap: 29px;
    }
}

.caseStudySection .caseStudyContainer {
    border: 2px solid #FEFEFE;
    box-shadow: 0px 0px 13.9px 0px #401D0C14;
    border-radius: 20px;
    width: 33%;
    p {
        margin: 20px 24px;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.05em;
        color: #515151;
    }
    .viewCaseStudy {
        padding: 12px 0px;
        border: 1px solid #303030;
        border-radius: 12px;
        width: 88%;
        margin: 0px 24px 24px;
        text-align: center;
        a {
            font-family: 'Red Hat Display';
            font-weight: 700;
            font-style: Bold;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0;
            text-transform: capitalize;
            color: #303030;
        }
    }
}

.gap-29 {
    gap: 29px;
}

.divider-vert {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(228, 116, 60, 0.4) 50%, #FFFFFF 100%);
    transform: rotate(90deg);
    height: 3px;
    width: 0px;
    margin: auto 0px;
}

/* .hs_firstname, .hs_lastname, .hs_email, .hs_phone, .hs_requirements {
    input, select, textarea {
        background: white !important;
    }
} */

@media (min-width: 992px) {
  .datas_numbers-cols.first-col {
    padding-left: 0 !important;
    padding-right: 50px;
  }
  .datas_numbers-cols.last-col {
    padding-right: 0 !important;
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
    .hs_firstname,
        .hs_lastname,
        .hs_email,
        .hs_phone,
        .hs_requirements {
    
            input,
            select,
            textarea {
                background: transparent !important;
            }
        }

    .footer-section-design .topSection ul.socialLinks {
        margin-bottom: 24px;
    }
    .partnersList {
        padding: 0px;
        margin-bottom: 40px;
    }
}

.ready-to-take-bg .bg-singup-form {
    p {
        line-height: 24px !important;
    }
    .after-consulting-session {
        margin: 32px 0px;
    }
}

.innerBannerHeading {
    font-family: 'Manrope';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em;
    color: #EA7D36 !important;
    margin-bottom: 20px;
}

.caseNumbers {
    margin: 0px 0px 60px;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    ul {
        justify-content: center;
    }
}

.caseChallenge {
    padding: 60px 0px;
    background: #fff;
}

.caseChallenge ul li {
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em;
    margin: 15px 0px 0px;
    font-family: 'Manrope', sans-serif !important;
}

.caseChallenge ul li:before {
    background: url("../images//record-circle.svg");
    width: 18px;
    height: 18px;
    top: 4px;
}

.caseSolutions .contentRow .row .textpart:before {
    display: none;
}

.caseSolutions {
    padding: 60px 0px;
}

.caseMessage {
    /* margin: 60px 0px; */
    width: 100%;
    padding: 0px;
}

.caseMessage .squareBox {
    box-shadow: none;
    position: static;
    margin-top: 20px;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 0px;
    .right {
        padding: 0px;
        max-width: 800px;
        text-align: center;
        margin: 0px auto;
        position: static;
        margin: 40px auto 60px;
        p {
            margin-bottom: 24px;
            font-family: 'Red Hat Display' !important;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 28px;
            line-height: 34px;
            letter-spacing: 0;
            text-align: center;
            text-transform: capitalize;
            color: #EA7D36;
            strong {
                font-family: 'Red Hat Display' !important;
                font-weight: 400 !important;
                font-style: Italic;
                font-size: 20px;
                line-height: 32px;
                letter-spacing: 0;
                text-align: center;
                text-transform: capitalize;
                color: #515151;
            }
            em {
                font-style: normal !important;
            }
        }
        h4 {
            font-family: 'Red Hat Display';
            font-weight: 400;
            font-style: Italic;
            font-size: 20px;
            line-height: 32px;
            letter-spacing: 0;
            text-align: center;
            text-transform: capitalize;
            color: #515151;
            margin-top: 24px;
        }
    }
    .left.caseNumbers {
        box-shadow: none;
        padding: 0px;
        width: 100%;
    }
}

.caseImpact {
    margin: 60px 0px;
}

.innerBanner.caseBanner {
    height: 450px !important;
    align-content: end;
}

.container .containe-over {
    display: none;
}

.serice-list-used .service-offering-col {
    width: auto;
}

.serice-list-used {
    .offering_list_item {
        color: #515151;
        font-family: 'Manrope';
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.05em;
    }
    .offering_list_item:hover {
        color: #EF6722;
    }
}

.caseIntro.caseSolutions {
    background-image: none !important;
}

.caseBanner p {
    width: 100%;
}

.caseBanner {
    padding: 55px 0px;
}

.ready-to-take-bg.signup-contactus-section {
    padding: 40px 0px !important;
}

.caseSolutions .contentRow .row .textpart ul li:before {
    background: #EF6722;
}
#isotopebox ul li.big-screen-margin {
    margin-bottom: 60px !important;
}

@media screen and (max-width: 650px) {
    #isotopebox ul li.big-screen-margin {
        margin-bottom: 0px !important;
    }
    .pillar-form .form-columns-2{
        display: flex;
        flex-direction: column;
        gap: 0px !important;
    }
}

.pillar-form .form-columns-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newHeaderContainer{
    width: 100% ;
}

.new-header-mega-menu {
    display: flex;
    width: 100%;
    position: relative;
    height: 580px;
}

/* LEFT COLUMN */
.new-header-left {
    width: 25%;
    background: #0D0F24;
    padding: 20px !important;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 17px 0 0 17px;
    min-width: 25%;
}

.new-header-left-item {
    color: #fff;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600 !important;
    cursor: pointer;
}

.new-header-left-item:hover,
.new-header-left-item.new-header-active {
    background: #fff;
    color: #000;
}

/* RIGHT PANEL */
.new-header-right {
    width: 100%;
    background: #fff;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.new-header-right-panel {
    display: none;
    animation: newHeaderFadeIn 0.3s ease-in-out;
}

.new-header-right-panel.new-header-active {
    display: block;
    height: 100%;
}

/* CARD DESIGN */
.new-header-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
}


.new-header-card {
    flex: 1 1 calc(33.333% );   /* max 4 per row */
    max-width: calc(33.333% );
    margin: 0px !important; 
    box-sizing: border-box !important;
    background: #FFFFFF;
    border: 0.05px solid var(--Grey-700, #5f5f5f42) !important;
    border-radius: 0px !important;
    padding: 20px 24px !important;
    height: 293px;                  /* default for 5+ cards */
    display: flex;
    flex-direction: column;
    border-top: none !important;
    border-left: none !important;
    
}

.new-header-card:nth-child(3n) {
    border-right: none !important;    
}


/* 1 card */
.new-header-card:first-child:nth-last-child(1) {
    height: 100.5% !important;
}

/* 2 cards */
.new-header-card:first-child:nth-last-child(2),
.new-header-card:nth-child(2):nth-last-child(1) {
    height: 100.5% !important;
}

/* 3 cards */
.new-header-card:first-child:nth-last-child(3),
.new-header-card:nth-child(2):nth-last-child(2),
.new-header-card:nth-child(3):nth-last-child(1) {
    height: 100.5% !important;
}
/* If container has more than 6 cards */
.new-header-cards-wrapper:has(.new-header-card:nth-child(7)) .new-header-card {
    height: 33.5% !important;
}



/* 4 cards */
/* .new-header-card:first-child:nth-last-child(4),
.new-header-card:nth-child(2):nth-last-child(3),
.new-header-card:nth-child(3):nth-last-child(2),
.new-header-card:nth-child(4):nth-last-child(1) {
    height: 100% !important;
} */

/* -------------------------------------- */
/* AUTO ADAPT WIDTH FOR FEWER CARDS */
/* -------------------------------------- */

/* 1 card — full width */
.new-header-card:first-child:only-of-type {
    flex-basis: 100%;
    max-width: 100%;
}

/* 2 cards — 50% */
.new-header-card:first-child:nth-last-child(2),
.new-header-card:nth-child(2):nth-last-child(1) {
    flex-basis: calc(50% );
    max-width: calc(50% );
}

/* 3 cards — 33.33% */
.new-header-card:first-child:nth-last-child(3),
.new-header-card:nth-child(2):nth-last-child(2),
.new-header-card:nth-child(3):nth-last-child(1) {
    flex-basis: calc(33.333% );
    max-width: calc(33.333% );
}


.new-header-card h4 {
    margin-top: 20px !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 700 !important;          /* Bold */
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.02em;
    color: var(--Grey-950, #1F1F1F) !important;
    text-align: left;
    margin-bottom: 5px !important;
}

.new-header-card p {
    font-family: "Manrope", sans-serif !important;
    font-weight: 400 !important;     
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.05em !important;
    color: #515151 !important;
    text-align: left !important;
    padding: 0 !important;
    opacity: 1 !important;   
    min-width: 25%;          
}

@keyframes newHeaderFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.new-header-card-icon{
    width: 68px;
    height: 68px;
    padding: 10px;
    background-color: #FAD6C4;
    border-radius: 8px;
}

.new-header-card-active .new-header-card-icon{
    background-color: #EE6723 !important;
}
.new-header-card-active h4{
    color: #EE6723 !important;
}

.new-header-card .new-header-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    filter: brightness(0) saturate(100%) invert(0);
    transition: filter 0.3s ease;
}

.new-header-card.new-header-card-active .new-header-card-icon img {
    filter: brightness(0) saturate(100%) invert(1);
}

/* ----------------------------- */
/* Main submenu container        */
/* ----------------------------- */
.new-header-mobile-submenu {
    overflow: hidden;
    background: transparent;
  }
  
  /* Accordion header button */
  .new-header-mobile-btn {
    background: #ffffff !important;
    color: #111;
    font-weight: 500;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    box-shadow: none !important;
  }
  
  /* Remove Bootstrap arrow */
  .new-header-mobile-btn::after {
    display: none;
  }
  
  /* Custom arrow */
  .new-header-mobile-arrow {
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }
  
  /* Rotate arrow when open */
  .new-header-mobile-btn:not(.collapsed) .new-header-mobile-arrow {
    transform: rotate(-135deg);
  }
  
  /* Dark content container */
  .new-header-mobile-body {
    background: linear-gradient(180deg, #1c1d29 0%, #12121a 100%);
    padding: 14px 26px 15px 46px;
    margin: 0px 1px 1px;
  }
  
  /* Nested menu list */
  .new-header-mobile-nested-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* Nested links */
  .new-header-mobile-nested-menu li a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
  }
  
  /* Slight muted effect for sub-items */
  .new-header-mobile-nested-menu li a:hover {
    opacity: 0.85;
  }
  
  /* Remove Bootstrap borders */
  .accordion-item,
  .accordion-button {
    border: none !important;
  }
  
  /* Smooth collapse */
  .accordion-collapse {
    transition: height 0.25s ease;
  }

  .new-header-mobile-submenu-title{
    padding: 0 !important;
    min-height: 60px;
    background-color: #1E1D28 !important;
    margin: 1px 1px -1px 1px !important;
  }
  
  .new-header-mobile{
    background-color: #1E1D28;
  }

  .new-header-mobile-list{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .new-header-mobile-accordion{
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: #1E1D28 !important;
  }

  .new-header-mobile-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.3s ease;
}

/* Rotate when button is focused */
/* .new-header-mobile-btn:focus .new-header-mobile-arrow {
    transform: rotate(225deg);
} */

/* Rotate when submenu is open (better UX) */
.new-header-mobile-btn.open .new-header-mobile-arrow,
.new-header-mobile-btn:not(.collapsed) .new-header-mobile-arrow {
    transform: rotate(225deg);
}

.new-header-close-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-left: auto !important;
    margin-right: auto !important;

    cursor: pointer !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin-top: 40px;
}

/* Center the X icon */
.new-header-close-btn img {
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    pointer-events: none !important;
}

/* Hover */
.new-header-close-btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16) !important;
}

/* Active */
.new-header-close-btn:active {
    transform: scale(0.95) !important;
}

.new-header-accordion-btn{
    padding: 8px 26px !important;
    height: 60px !important;
}

.new-header-accordion-btn-active{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: 40px !important;
    margin-top: auto;
    margin-bottom: auto;
    padding: 8px 26px !important;
}

/* .new-header-accordion-btn-wrapper{
    min-height: 60px;
    background-color: #1E1D28 !important;
} */

.new-header-mobile-submenu .accordion-collapse {
    transition: height 0.25s ease;
}

.new-header-accordion-btn-active .new-header-mobile-arrow{
    transform: rotate(225deg) !important;
}



.hrms-contact-form .form-columns-1 .hs-input {
    background-color: transparent !important;
}

.request-demo input,
.request-demo select,
.request-demo textarea,
.hrms-contact-form input,
.hrms-contact-form select,
.hrms-contact-form textarea {

    background-color: transparent !important;
    border: solid 1px #fff;
    border-radius: 12px;
    width: 95%;
    padding: 10px;
    color: #D9D9D9 !important;
}


.hrms-contact-form .hs-input.hs-fieldtype-intl-phone .hs-input {
    border: 1px solid #D9D9D9;
    border-radius: 12px 0 0 12px;
    padding: 5px 9px !important;
}

.hrms-contact-form ::placeholder {
    color: #D9D9D9 !important;
    opacity: 1;
}


.hero-container { 
    position:relative; 
    overflow:hidden; 
    width:100%; 
    height:100%;
}
.hero-container img,
.hero-container video { 
    position:absolute;
    inset:0; 
    width:100%; 
    height:100%; 
    object-fit:cover; 
}
.hero-container img   { 
    z-index:1;
}
.hero-container video { 
    z-index:0; opacity:0; 
    transition:opacity .5s; 
}

.the_solutions_list_container ul li {
  list-style-type: disc;
  display: list-item;
  font-weight: normal;
  font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0.05em;
        font-family: 'Manrope', sans-serif !important;
        color: #494949;
} 