/* Start Healthcare Banner Code CSS */

.healthcare-banner {
    background-image: url(../images/healthcare/healthcare-industry-banner.webp);
    background-size: cover;
     background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 19 / 10;
    padding-block: clamp(120px, 10vw, 160px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ecommerce-banner
{
    background-image: url(../images/ecommerce/banner.webp);
    background-position: right;
}
.ai-solutions
{
    background-image: url(../images/ai-solutions/banner.webp);
    background-position: right;
}
.healthcare-banner h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 53px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: -2.48px;
}
.healthcare-banner p 
{
color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
margin-bottom: 30px;
font-weight: 400;
line-height: 29px; /* 152.632% */
}
.healthcare-banner span 
{
	color: #fff;
	font-weight: 500;
}
/* End Healthcare Banner Code CSS */

/*  Start Healthcare Advancing Operations CSS */
 
.advance-operations h2 {
    color: #0B3359;
    font-family: Poppins;
    font-size: 41px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 50px;
    letter-spacing: -1.5px;
}
.advance-operations span 
{
	color: #0B3359;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.9px;
text-transform: uppercase;
}
.advance-operations p b 
{
	color: #494949;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.advance-operations p {
    color: #494949;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
/*  End Healthcare Advancing Operations CSS */

/* Start Front Office Functions COde CSS */
.front-office-section {
    padding: 30px 0 70px;
    position: relative;
    z-index: 99;
}
.front-office-section .tab-box img 
{
    width: 100%;
}
.sub-title{
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    color:#0B3359;
    text-transform:uppercase;
}
.main-title {
    font-size: 42px;
    font-weight: 500;
    color: #0B3359;
    line-height: 1.1;
}
.small-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: #222;
}
.description{
    max-width:820px;
    margin:auto;
    font-size:16px;
    line-height:1.8;
    color:#7a7a7a;
}
.process-title {
    font-size: 24px;
    font-weight: 500;
    color: #222;
}
.custom-tabs {
    background: #dfe7ee;
    border-radius: 50px;
    padding: 4px 4px;
    display: flex;
    gap: 2px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}
.custom-tabs::-webkit-scrollbar{
    display:none;
}
.custom-tabs .nav-link{
    border:none;
    border-radius:40px;
    padding:14px 21px;
    color:#494949;
    font-size:15px;
    font-weight:500;
    white-space:nowrap;
    transition:all .3s ease;
}
.custom-tabs .nav-link.active{
    background:#fff;
    color:#1d4f91;
    box-shadow:0 4px 12px rgba(0,0,0,0.12);
}
.tab-banner{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    margin-top:35px;
}
.tab-banner img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}
.banner-btn {
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: 0.3s;
    border-radius: 74px;
    background: linear-gradient(180deg, rgba(27, 123, 203, 0.50) 4.29%, rgba(255, 255, 255, 0.00) 95%);
}
.banner-btn:hover{
    background:#fff;
    color:#000;
}
.tab-box
{
	border-radius: 16px;
    background: #4B86EA;
    height: 95%;
    color: #fff;
    padding: 30px 30px 15px;
}
.tab-box h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 2px;
}
.tab-box p 
{
	margin-bottom: 4px;
	color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
letter-spacing: -0.32px;
}
.tab-box span  
{
	font-size: 16px;
}
.dark-blue
{
	background-color: #0C335A;
}
@media(max-width:991px){
    .main-title{
        font-size:38px;
    }
    .small-title{
        font-size:20px;
    }
    .process-title{
        font-size:28px;
    }
    .tab-banner img{
        height:450px;
    }
    .banner-btn{
        font-size:18px;
        padding:14px 26px;
    }
}
@media(max-width:767px){

    .front-office-section{
        padding:60px 0;
    }
    .main-title{
        font-size:30px;
    }
    .small-title{
        font-size:18px;
    }
    .description{
        font-size:15px;
    }
    .process-title{
        font-size:24px;
    }
    .custom-tabs{
        padding:8px;
        gap:8px;
    }
    .custom-tabs .nav-link{
        font-size:13px;
        padding:12px 18px;
    }
    .tab-banner img{
        height:300px;
    }
    .banner-btn{
        left:20px;
        bottom:20px;
        font-size:15px;
        padding:12px 20px;
    }
}
/* End Front Office Functions Code CSS */


/* Start Middle Office Operations Code CSS */
.middle-office {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 350px 0 70px;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -27%;
}
.section-subtitle{
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    text-align: center;
    text-transform:uppercase;
    color:#0B3359;
    margin-bottom:0px;
}
.section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #0B3359;
}
.process-title {
    font-size:26px;
    font-weight: 500;
    margin-bottom: 25px;
}

.middle-office .custom-accordion .accordion-item{
    border:none;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;
}
.middle-office .custom-accordion .accordion-button{
    background:#fff;
    border:none;
    box-shadow:none !important;
    padding:20px 20px 20px;
    border-radius:18px !important;
    display:flex;
    align-items:center;
}
.middle-office .custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
}
.middle-office .custom-accordion .accordion-button::after{
    display:none;
}
.middle-office .accordion-icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#123d70;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight: 600;
    margin-right:16px;
}
.middle-office .custom-accordion .accordion-button:not(.collapsed) .accordion-icon{
    background:#1976d2;
}
.middle-office .accordion-title {
    color: #262626;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.6px;
}
.middle-office .custom-accordion .accordion-button:not(.collapsed) .accordion-title{
    color:#1976d2;
}
.middle-office .accordion-body {
    padding: 20px 22px 25px 78px;
    border-radius: 20px;
    background: linear-gradient(270deg, #E6F1F9 47.35%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0px 10px 10px;
}

.info-title{
    font-size:17px;
    font-weight:600;
    font-family: "Poppins", sans-serif;
    margin-bottom:10px;
}
.info-text {
    color: #2f2d2d;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 15px;
}
.right-content-box{
    position:relative;
    overflow:hidden;
}
 
.content-card1{
    display:none;
    animation:fadeIn .4s ease;
}
.content-card1.active{
    display:block;
}
@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.floating-title{
    background:#fff;
    display:inline-block;
    padding:15px 28px;
    border-radius:50px;
    font-size:20px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    margin-bottom:30px;
}
 
.flow-wrapper{
    background:#fff;
    border-radius:18px;
    margin-top:22px;
    padding:20px;
    display:flex;
    justify-content:space-between;
    gap:20px;
}
.flow-item{
    flex:1;
    text-align:center;
    position:relative;
}
.flow-item:not(:last-child)::after{
    content:"";
    position:absolute;
    top:24px;
    right:-12px;
    width:100%;
    height:2px;
    background:#d6d6d6;
}
.flow-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    margin:auto auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}
.blue{
    background:#1976d2;
}
.gray{
    background:#999;
}
.green{
    background:#19b35b;
}
.flow-text{
    font-size:14px;
    font-weight:500;
}
@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .right-content-box{
        margin-top:40px;
        min-height:auto;
    }
}

@media(max-width:767px){

    .middle-office{
        padding:60px 0;
    }

    .section-title{
        font-size:30px;
    }

    .process-title{
        font-size:24px;
    }

    .middle-office .accordion-title{
        font-size:16px;
    }

    .middle-office .accordion-icon{
        width:45px;
        height:45px;
        min-width:45px;
        font-size:18px;
    }

    .middle-office .accordion-body{
        padding:0 18px 20px 18px;
    }

    .middle-office .custom-accordion .accordion-button{
        padding:18px;
    }

    .floating-title{
        font-size:16px;
        padding:12px 20px;
    }

    .content-image{
        height:240px;
    }

    .flow-wrapper{
        flex-direction:column;
    }

    .flow-item:not(:last-child)::after{
        display:none;
    }
}
/* End Middle Office Operations Code CSS */

/*  Start Front Office Operations Code CSS */
.front-office-accordian h2 
{
	line-height: normal;
}
.front-office-box
{
	border-radius: 30px;
	padding: 25px;
	height: 95%;
	margin-bottom: 30px;
}
.black {
    background: radial-gradient(71.4% 71.4% at 50% 50%, rgba(145, 145, 145, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #000000;
}
.light-blue1
{
	    background: linear-gradient(185deg, rgba(76, 131, 208, 0.00) 4.15%, #1055B7 66.9%), #1e5baf;
}
.dark-blue1
{
	background: linear-gradient(0deg, rgba(76, 131, 208, 0.00) 34.75%, #0F5287 100%), #0e2d4b;
} 
.fifth-box
{
    background: linear-gradient(141deg, #0E4878 0%, rgba(24, 109, 191, 0.00) 67.4%), #0B3359;
}
.six-box
{
    background: radial-gradient(51.2% 52.23% at 37.7% 58.02%, rgba(41, 98, 153, 0.00) 0%, #296299 100%), #4A86EA;
}
.front-office-accordian .accordion-body {
    padding: 14px 0;
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.3px;
}
.front-office-accordian .accordion-item {
    color: #ffffff;
    background-color: transparent;
    border: transparent;
}
/* Default arrow icon to white */
.front-office-accordian .accordion-button::after {
    filter: brightness(0) invert(1);
}

/* If you want custom + and - instead of arrow */
.front-office-accordian .accordion-button::after {
    background-image: none !important;
    content: "+";
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    transform: none !important;
    width: auto;
    height: auto;
}

/* When accordion open, show minus */
.front-office-accordian .accordion-button:not(.collapsed)::after {
    content: "-";
    color: #fff;
}
.front-office-accordian .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.front-office-accordian .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    color: #afafaf;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.front-office-box .accordion-button:not(.collapsed) {
    color: #fff !important;
   }
.front-office-box h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
.front-office-operations h2 
{
	color: #262626;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1.5px;
}
.front-office-operations
{
	padding-top: 70px;
    padding-bottom: 50px;
}
/*  End Front Office Operations Code CSS */

/* Start Bring Operational Code CSS */
.bring-operational
{
	padding: 70px 0;
}
.bring-operational h2 
{
	color: #262626;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}
.bring-operational span 
{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.bring-operational p 
{
	color: #494949;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.bring-operational p b 
{
	color: #494949;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 176.471% */
}
/* End Bring Operational Code CSS */

/* Start FAQS Code CSS */
.custom-faq-header
{
	line-height: 50px;
}
.custom-faq-section{
    position: relative;
    overflow: hidden;
    background: #F4F8FC;
    padding: 90px 0 180px;
    border-radius: 0;
}
.custom-faq-section1
{
    background-color: #fff;
    padding: 80px 0;
}
.custom-faq-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 217px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 34%, 111% 100%);
}
.custom-faq-wrapper{
    position: relative;
    z-index: 2;
}
.custom-faq-mini-title {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: -2px;
}
.custom-faq-title{
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}
.custom-faq-accordion{
    max-width: 1050px;
    margin: auto;
}
.custom-faq-accordion .custom-faq-item{
    border: none;
    border-bottom: 1px solid #d6d6d6;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.custom-faq-accordion .custom-faq-item.custom-active-faq-item {
    border: 1px solid #4b95e8;
    border-radius: 14px;
    background: #fff;
    margin: 10px 0;
    overflow: hidden;
    box-shadow: 0 28px 32px 0 rgba(31, 123, 202, 0.13);
}
.custom-faq-accordion .custom-faq-button{
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #1f1f1f;
    padding: 15px 25px;
    border-radius: 0 !important;
}
.custom-faq-accordion .custom-faq-button:not(.collapsed) {
    background: #fff;
    color: #111;
    box-shadow: none;
    padding: 22px 25px 1px;
}
.custom-faq-accordion .custom-faq-button::after{
    display: none;
}
.custom-faq-icon{
    margin-left: auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
    transition: 0.3s;
}
.custom-faq-button:not(.collapsed) .custom-faq-icon{
    background: #2d8cff;
    color: #fff;
}
.custom-faq-accordion .custom-faq-body {
    padding: 0 25px 28px;
    color: #767676;
    font-size: 15px;
    line-height: 1.7;
    background: #fff;
    font-family: 'poppins', sans-serif !important;
}
@media(max-width:991px){
    .custom-faq-section{
        padding: 70px 20px 120px;
    }
    .custom-faq-title{
        font-size: 40px;
    }
    .custom-faq-accordion .custom-faq-button{
        font-size: 16px;
        padding: 18px 18px;
    }
    .custom-faq-accordion .custom-faq-body{
        padding: 0 18px 24px;
        font-size: 14px;
    }
}

@media(max-width:576px){
    .custom-faq-title{
        font-size: 32px;
    }
    .custom-faq-section::after{
        height: 110px;
        clip-path: polygon(0 100%,100% 55%,100% 100%);
    }
    .custom-faq-accordion .custom-faq-button{
        font-size: 15px;
        line-height: 1.5;
    }
    .custom-faq-mini-title{
        font-size: 11px;
    }
}

/* End FAQS Code CSS */



/*  Start Agentic Power AI Code CSS */
.agentic-operations {
    padding: 60px 0;
 }
.agentic-operations h2 
{
	    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -1.5px;
}
.agentic-operations span 
{
	color: #fff;
}
.agentic-box p
{
color: #FFF;
 font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 166.667% */
letter-spacing: -0.3px;
}
.agentic-box-six
{
    text-align: right;
    margin-top: -5%;
    margin-right: -7%;
}
.agentic-box-two
{
	text-align: right;
    margin-top: 5%;
    margin-right: 0%;
}
.agentic-box-three {
    text-align: right;
    margin-top: 10%;
    margin-right: -11%;
}
.agentic-box-four {
    text-align: left;
    margin-top: 7%;
    margin-left: 0%;
}
.agentic-box-seven 
{
        text-align: left;
    margin-top: -3%;
    margin-left: -8%;
}
.agentic-box-five {
    text-align: left;
    margin-top: 9%;
    margin-left: -12%;
}
#industries-back
{
    background-image: url('../images/healthcare/blue-background-img.webp');
    background-size: cover;
    background-position: center;
}
 

/*.single-bg {
    z-index: 9;
    position: relative;
    background: radial-gradient(circle at 50% 95%, rgba(31, 94, 211, 0.95) 0%, rgba(26, 87, 194, 0.78) 22%, rgba(16, 63, 120, 0.42) 48%, rgba(11, 51, 89, 0.98) 75%), #0B3359;
    padding: 397px 0 70px;
    clip-path: polygon(0 39%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -28%;
}*/
.single-bg {
    z-index: 9;
    position: relative;
    background: radial-gradient(circle at 50% 95%, rgba(31, 94, 211, 0.95) 0%, rgba(26, 87, 194, 0.78) 22%, rgba(16, 63, 120, 0.42) 48%, rgba(11, 51, 89, 0.98) 75%), #0B3359;
    padding: 90px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
    margin-top: 0;
}
@media only screen and (max-width: 575px){
    .single-bg {
    z-index: 9;
    position: relative;
    background: radial-gradient(circle at 50% 95%, rgba(31, 94, 211, 0.95) 0%, rgba(26, 87, 194, 0.78) 22%, rgba(16, 63, 120, 0.42) 48%, rgba(11, 51, 89, 0.98) 75%), #0B3359;
    padding: 47px 0 30px;
    clip-path:none;
    border-radius: 0%;
    border-top-right-radius: 0px;
    overflow: visible;
    margin-top: 0%;
}
.agentic-operations h2 br 
{
    display: none;
    }
    .agentic-box-six {
    text-align: left;
    margin-top: 0%;
    margin-right: 0;
}
.agentic-box-seven {
    text-align: left;
    margin-top: 8%;
    margin-left: 0;
}
}
@media (max-width: 991px) {
    .single-bg {
        min-height: 650px;
        border-top-right-radius: 35px;
    }
}

@media (max-width: 767px) {
    .single-bg {
        min-height: 450px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
/*  End Agentic Power AI Code CSS*/





/*  Start MSuite's Cutting-Edge Capabilities CSS */
.black-blue
{
    background-color: #192A3A;
}
.sky-blue
{
    background-color: #1760BC;
}
.dark-green
{
    background-color: #234547;
}
.dark-green p 
{
    font-size: 15px;
}
.sky-blue p 
{
    font-size: 15px;
}
.black-blue p 
{
    font-size: 15px;
}
.pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 400px 0 70px;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -26%;
}
.advance-operations
{
        position: relative;
    z-index: 99;
    padding-top: 70px !important;
}
/*  End MSuite's Cutting-Edge Capabilities CSS */

/* Start Game Changer Code CSS */
.game-changer {
    position: relative;
    z-index: 99;
    padding-top: 80px !important;
}
.game-changer h2
{
color: #262626;
text-align: center;
font-family: Poppins;
font-size: 43px;
font-style: normal;
font-weight: 500;
line-height: 50px; /* 116% */
letter-spacing: -1.5px;
}
.game-changer span 
{
    font-weight:500;
}
.game-changer-box {
    background: linear-gradient(180deg, #FFF 0%, #F4F8FC 100%);
    padding: 20px 20px 10px;
    height: 95%;
    margin-bottom: 20px;
    border: 6px solid #ecf1f6bd;
    border-radius: 10px;
}
.game-changer-box img 
{
    margin-left: -10%;
}
.game-changer-box h3 {
    color: #262626;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.46px;
}
.game-changer-box p 
{
    color: #494949;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 162.5% */
}
/* End Game Changer Code CSS */



/* Start Why MSuite is Your Ideal Mortgage Solution Code CSS */
.why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 257px 0 70px;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -20%;
}
.why-msuite .section-subtitle{
    font-size:13px;
    letter-spacing:3px;
    font-weight:500;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:0px;
}
.why-msuite .section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #fff;
 }

.why-msuite .custom-accordion .accordion-item{
    border:none;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:0px;
    background:#fff;
}

.why-msuite .custom-accordion .accordion-button{
    background:#fff;
    border:none;
    box-shadow:none !important;
    padding:20px 20px 4px;
    border-radius:18px !important;
    display:flex;
    align-items:center;
}
.why-msuite .custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
}
.why-msuite .custom-accordion .accordion-button::after{
    display:none;
}
.why-msuite .accordion-icon{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:50%;
    background:#123d70;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-right:16px;
}
.why-msuite .custom-accordion .accordion-button:not(.collapsed) .accordion-icon{
    background:#1976d2;
}
.why-msuite .accordion-title {
    color: #262626;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
}
.why-msuite .custom-accordion .accordion-button:not(.collapsed) .accordion-title{
    color:#1976d2;
}
.why-msuite .accordion-body {
    padding: 20px 22px 25px 93px;
    border-radius: 20px;
    background: linear-gradient(270deg, #E6F1F9 47.35%, rgba(255, 255, 255, 0.00) 100%);
}

.info-title{
    font-size:17px;
    font-weight:600;
    font-family: "Poppins", sans-serif;
    margin-bottom:10px;
    color: #0B3359;
}
.info-text {
    color: #2f2d2d;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-size: 15px;
}
.right-content-box1{
    background:#eaf2fb;
    border-radius:25px;
    padding:10px;
     position:relative;
    overflow:hidden;
}
 
.content-card{
    display:none;
    animation:fadeIn .4s ease;
}
.content-card.active{
    display:block;
}
@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.floating-title{
    background:#fff;
    display:inline-block;
    padding:15px 28px;
    border-radius:50px;
    font-size:20px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    margin-bottom:30px;
}
.why-msuite .content-image1{
    width:100%;
    border-radius:20px;
 
}
.flow-wrapper{
    background:#fff;
    border-radius:18px;
    margin-top:22px;
    padding:20px;
    display:flex;
    justify-content:space-between;
    gap:20px;
}
.flow-item{
    flex:1;
    text-align:center;
    position:relative;
}
.flow-item:not(:last-child)::after{
    content:"";
    position:absolute;
    top:24px;
    right:-12px;
    width:100%;
    height:2px;
    background:#d6d6d6;
}
.flow-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    margin:auto auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}
.blue{
    background:#1976d2;
}
.gray{
    background:#999;
}
.green{
    background:#19b35b;
}
.flow-text{
    font-size:14px;
    font-weight:500;
}
@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

    .right-content-box{
        margin-top:40px;
        min-height:auto;
    }
}

@media(max-width:767px){

    .why-msuite{
        padding:60px 0;
    }

    .section-title{
        font-size:30px;
    }

    .process-title{
        font-size:24px;
    }

    .why-msuite .accordion-title{
        font-size:16px;
    }

    .why-msuite .accordion-icon{
        width:45px;
        height:45px;
        min-width:45px;
        font-size:18px;
    }

    .why-msuite .accordion-body{
        padding:0 18px 20px 18px;
    }

    .why-msuite .custom-accordion .accordion-button{
        padding:18px;
    }

    .floating-title{
        font-size:16px;
        padding:12px 20px;
    }

    .content-image{
        height:240px;
    }

    .flow-wrapper{
        flex-direction:column;
    }

    .flow-item:not(:last-child)::after{
        display:none;
    }
}
/* End Why MSuite is Your Ideal Mortgage Solution Code CSS */


/*  Start Typical Msuite Processing Code CSS */
.workflow-section{
    padding:80px 0;
    overflow:hidden;
}

/* =========================
   TOP FLOW ROW
========================= */

.workflow-wrapper{
    display:flex;
    gap:12px;
    justify-content:center;
    align-items:stretch;
    flex-wrap:wrap;
    position:relative;
}

/* =========================
   CARD
========================= */

.workflow-card{
    width:120px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    overflow:hidden;
    position:relative;
    padding-bottom:30px;
    transition:0.3s;
}

.workflow-card:hover{
    transform:translateY(-6px);
}

/* =========================
   CARD TOP
========================= */

.workflow-top{
    padding:22px 15px 60px;
    text-align:center;
    color:#fff;
    min-height:120px;
    border-radius:0 0 30px 30px;
    position:relative;
}

.workflow-top h4 {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

/* DIFFERENT COLORS */

.bg-dark-blue{
    background:#0d3d73;
}

.bg-blue{
    background:#3e7be8;
}

.bg-light-blue{
    background:#c9daf5;
    color:#111;
}

.bg-soft{
    background:#dce7f8;
    color:#111;
}

/* =========================
   ICON CIRCLE
========================= */

.icon-circle {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    border: 6px solid #edf2fb;
}
.icon-circle i {
    font-size: 24px;
    color: #3e7be8;
}

/* =========================
   ARROW
========================= */

.arrow {
    text-align: center;
    margin: 36px 0 7px;
}

.arrow i{
    color:#7aa5ea;
    font-size:26px;
}

/* =========================
   FILE BOXES
========================= */

.file-list{
    padding:0 8px;
}
.file-item {
    background: #edf2f7;
    border-radius: 8px;
    padding: 7px 7px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    color: #222;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   BOTTOM DATABASE
========================= */
.database-wrapper {
    margin-top: -5%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.database-wrapper img 
{
    width: 175px;
}
 .line-shape
 {
        position: relative;
    z-index: 99;
 }
/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .workflow-wrapper{
        justify-content:center;
    }

    .workflow-card{
        width:calc(50% - 12px);
    }

}

@media(max-width:767px){

    .workflow-card{
        width:100%;
        max-width:360px;
    }

    .workflow-top h4{
        font-size:16px;
    }

    .database-circle{
        width:180px;
        height:180px;
    }

    .database-circle h2{
        font-size:32px;
    }

    .database-circle h5{
        font-size:22px;
    }

}
/*  End Typical Msuite Processing Code CSS */


/* Start Other AI Products Code CSS */
.ai-products {
    padding: 400px 0 90px;
    overflow: hidden;
    background-color: #F4F8FC;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
    margin-top: -29%;
}
 

.ai-products .section-title{
    color: #262626;
text-align: center;
font-family: Poppins;
font-size: 43px;
font-style: normal;
font-weight: 500;
 letter-spacing: -1.5px;
}



@media(max-width:991px){

    .section-title{
        font-size:38px;
    }

}

@media(max-width:767px){

    .section-title{
        font-size:30px;
    }

    .product-content h3{
        font-size:28px;
    }

}
/* End Other AI products Code CSS */





/*  Start Msuite Banner */
.msuite-banner{
    position: relative;
    background-image: url(../images/msuite/banner-img.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 16 / 8;
    padding-block: clamp(120px, 10vw, 160px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.msuite-banner h1 
{
color: #FFF;
font-family: Poppins;
font-size: 62px;
font-style: normal;
font-weight: 600;
line-height: 70px; /* 112.903% */
letter-spacing: -2.48px;
}
.msuite-banner p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.msuite-banner span 
{
    color: #fff;
    font-weight: 500;
}
.pad-top-bottom
{
    padding-top: 100px;
}
/* End Msuite Banner Code CSS */



/*  Start Mobile Responsive CSS */
@media only screen and (max-width: 575px){
.footer-cta-section {
    position: relative;
    padding: 0px 0 20px;
    overflow: hidden;
    text-align: left;
    clip-path: none;
    border-radius: 0%;
    border-top-right-radius: 0px;
    background: #e7edf6;
    margin-top:10%;
    border-top-left-radius:0px;
}
.workflow-card
{
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.msuite-banner p br
{
    display: none;
}
.footer-links li {
    margin-bottom: 5px;
}
.footer-title {
    margin-bottom: 10px;
}
.ai-products .section-title {
    font-size: 33px;
    line-height: 26px;
}
    .contact-icon {
        width: 65px;
        height: 65px;
        right: -85px;
    }
    .custom-faq-icon {
        margin-left: auto;
        width: 38px;
        height: 25px;
        font-size: 17px;
    }
.ai-products {
    padding: 40px 0 90px;
    overflow: hidden;
    background-color: #F4F8FC;
    clip-path: none;
    margin-top: 0%;
}
.why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 40px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
}
.why-msuite .section-title {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #fff;
}
.game-changer h2 {
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -1.5px;
}
.pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 60px 0 30px;
    clip-path: none;
    border-radius: 0;
    margin-top: 10%;
}
.front-office-operations h2 {
    color: #262626;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -1.5px;
}
.advance-operations h2 {
    color: #262626;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 40px;
    letter-spacing: -1.5px;
}
.msuite-banner
{
    aspect-ratio: 22 / 28;
}
.pad-top-bottom {
    padding-top: 50px;
}
.game-changer {
    position: relative;
    z-index: 99;
    padding-top: 40px !important;
}
.workflow-section {
    padding: 80px 0 40px;
    overflow: hidden;
}
.database-wrapper img 
{
        width: 186px;
        margin-top: -13%;
}
.bottom
{
    margin-top: 20px;
}
.footer-bottom {
    border-top: 1px solid #c9cfd8;
    margin-top: 0px;
    padding-top: 24px;
    color: #777;
    font-size: 14px;
}
    .footer-col {
        margin-bottom: 1px;
    }
    .healthcare-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 5 / 8 !important;
    padding-block: clamp(133px, 20vw, 172px);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.genai-box {
    background: #F4F8FC;
    padding: 20px;
    height: auto !important;
    border-radius: 20px;
    margin-top: 5%;
}
.genai {
    padding: 40px 0 10px !important;
    background-color: #fff;
}

.genai-box h3 br 
{
    display: none;
}
.healthcare-banner h1 {
    font-size: 31px;
    font-weight: 600;
    line-height: 36px;
}
    .advance-operations h2 {
        font-size: 29px;
        line-height: 34px;
    }
    .middle-office {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 60px 0 0 !important;
    clip-path: none;
    border-radius: 0;
    margin-top: 0;
}
    .middle-office .accordion-body {
        padding: 25px;
    }
        .right-content-box {
        margin-top: 0px;
        min-height: auto;
    }
        #accordionExample {
        padding-bottom: 7px !important;
    }
    .front-office-operations {
    padding-top: 70px;
    padding-bottom: 28px;
}
.agentic-operations h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1.5px;
}
.agentic-box-two {
    text-align: left !important;
    margin-top: 0;
    margin-right: 0;
}
.agentic-box-three {
    text-align: left !important;
    margin-top: 0;
    margin-right: 0;
}
.agentic-box-four {
    text-align: left !important;
    margin-top: 5px !important;
    margin-left: 0;
}
    .agentic-box-five {
        text-align: left !important;
        margin-top: 0px !important;
        margin-left: 0%;
    }
.bring-operational h2 {
    color: #262626;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}
.bring-operational {
    padding: 70px 0 40px;
}
    .industry-section {
        padding: 6px 0 80px;
    }
}
/*  End Mobile Responsive CSS */

/* Start Tab Responsive CSS */
@media only screen and (max-width: 768px){
.footer-cta-section {
    position: relative;
    padding: 0px 0 30px;
    overflow: hidden;
    clip-path: none;
    border-radius: 0%;
    border-top-right-radius: 0;
    background: #e7edf6;
    margin-top: 10%;
    border-top-left-radius: 0;
}
    .contact-btn {
        font-size: 22px;
        padding: 10px 40px 13px 30px;
        min-height: 56px;
        border-radius: 50px 0 0 50px;
    }
    .contact-icon {
    position: absolute;
    right: -60px;
    width: 55px;
    height: 55px;
    z-index: 2;
    transform: rotate(-10deg);
}
    .cta-box {
        padding: 50px 40px 0;
    }
    .chat-box.bottom {
    top: 279px;
    right: 33px;
}
.cta-title br 
{
    display: none;
}
.ai-products {
    padding: 40px 0 90px;
    overflow: hidden;
    background-color: #F4F8FC;
    clip-path: none;
    margin-top: 0%;
}
.why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
    margin-top: 0;
}
#accordionExample
{
    padding-bottom: 50px;
}
.pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 5%;
}
.advance-operations h2
{
    font-size: 34px;
    line-height: 40px;
}
.front-office-operations h2
{
     font-size: 34px;
}
.game-changer h2
{
    font-size: 34px;
}
.why-msuite .section-title {
    font-size: 34px;
}
    .custom-faq-title {
        font-size: 34px;
    }
        .cta-title {
        font-size: 34px;
    }
    .pad-top-bottom {
    padding-top: 50px;
}
.agentic-box-four {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}
.agentic-box-two {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
}
.agentic-box-three {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
}
.agentic-box-five {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}
.middle-office {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 68px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 0;
}
.healthcare-banner
{
        aspect-ratio: 13 / 10;
}
}
/* End Tab Responsive CSS */

/* Start Tab Responsive CSS */
@media only screen and (max-width: 820px){
.footer-cta-section {
    position: relative;
    padding: 0px 0 30px;
    overflow: hidden;
    clip-path: none;
    border-radius: 0%;
    border-top-right-radius: 0;
    background: #e7edf6;
    margin-top: 10%;
    border-top-left-radius: 0;
}
.agentic-box-four {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}
.agentic-box-two {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
}
.agentic-box-three {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
}
.agentic-box-five {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
}
.healthcare-banner
{
        aspect-ratio: 14 / 11;
}
.middle-office {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 68px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 0;
}
    .contact-btn {
        font-size: 22px;
        padding: 10px 40px 13px 30px;
        min-height: 56px;
        border-radius: 50px 0 0 50px;
    }
    .contact-icon {
    position: absolute;
    right: -60px;
    width: 55px;
    height: 55px;
    z-index: 2;
    transform: rotate(-10deg);
}
 
    .chat-box.bottom {
    top: 279px;
    right: 33px;
}
.cta-title br 
{
    display: none;
}
.ai-products {
    padding: 40px 0 90px;
    overflow: hidden;
    background-color: #F4F8FC;
    clip-path: none;
    margin-top: 0%;
}
.why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    border-top-right-radius: 0;
    overflow: visible;
     margin-top: 0;
}
#accordionExample
{
    padding-bottom: 50px;
}
.pad-shape-gray {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 50px 0 70px;
    clip-path: none;
    border-radius: 0;
    margin-top: 5%;
}
.advance-operations h2
{
    font-size: 34px;
    line-height: 40px;
}
.front-office-operations h2
{
     font-size: 34px;
}
.game-changer h2
{
    font-size: 34px;
}
.why-msuite .section-title {
    font-size: 34px;
}
    .custom-faq-title {
        font-size: 34px;
    }
        .cta-title {
        font-size: 34px;
    }
    .pad-top-bottom {
    padding-top: 50px;
}
}
/* End Tab Responsive CSS */

/*  Start Desktop ALignment CSS */
@media only screen and (min-width: 1600px){
.footer-cta-section {
    position: relative;
    padding: 420px 0 30px;
    overflow: hidden;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
    border-radius: 0%;
    border-top-right-radius: 100px;
    background: #e7edf6;
    margin-top: -25%;
    border-top-left-radius: 100px;
}
.pad-shape-gray
{
        margin-top: -22%;
}
.ai-products
{
        margin-top: -24%;
}
.why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 257px 0 70px;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15%;
}
}
@media only screen and (min-width: 1600px){
.footer-cta-section
{
    margin-top: -25%;
}
    .ai-products {
        margin-top: -22%;
    }
        .pad-shape-gray {
        margin-top: -17%;
    }
    .why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 320px 0 70px !important;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%) !important;
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15% !important;
}
}
/*  End Desktop Alignemnt CSS */

@media (min-width: 1200px) and (max-width:1399px) {
    .container {
        max-width:1140px
    }
 
}

@media (min-width: 1400px) and (max-width:1599px) {
    .container {
        max-width:1320px
    }
     .why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 297px 0 70px;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15%;
}
 
    .middle-office {
        z-index: 9;
        position: relative;
        background: #F4F8FC;
        padding: 334px 0 70px;
        clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
        border-radius: 5%;
        margin-top: -21%;
    }
    .footer-cta-section
    {
        margin-top: -29%;
    }
}

@media (min-width: 1600px) and (max-width:1919px) {
    .container {
        max-width:1480px
    }
    .why-msuite {
    z-index: 9;
    position: relative;
    background: #0B3359;
    padding: 287px 0 70px !important;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%) !important;
    border-radius: 5%;
    border-top-right-radius: 100px;
    overflow: visible;
    margin-top: -15% !important;
}

.middle-office {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 372px 0 70px;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -18%;
}
.footer-cta-section
{
    margin-top: -25%;
}
}

@media (min-width: 1920px) and (max-width:2559px) {
    .container {
        max-width:1580px
    }
    .middle-office {
    z-index: 9;
    position: relative;
    background: #F4F8FC;
    padding: 372px 0 70px;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    border-radius: 5%;
    margin-top: -18%;
}
.footer-cta-section
{
    margin-top: -25%;
}
}

@media (min-width: 2560px) {
    .container {
        max-width:1920px
    }
    .footer-cta-section
{
    margin-top: -25%;
}
}



.custom-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.right-box {
    background: #f3f7fb;
    padding: 30px;
    border-radius: 20px;
}

.content-card {
    display: none;
}

.content-card.active {
    display: block !important;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .right-box {
        margin-top: 30px;
    }
}



/*  Start AI Partners Page Code CSS */
.ai-partner{
    background-image: url('../images/ai-partners/banner.webp');
}
.heading-down-para
{
    color: #262626;
font-family: Poppins;
font-size: 19px;
font-style: normal;
font-weight: 600 !important;  
line-height: 30px; /* 157.895% */
letter-spacing: 1.9px;
text-transform: uppercase;
}

/* End AI Partners Page Code CSS */

/* Start BOT@Work Page Code CSS */
.bot-at-work{
    background-image: url('../images/bot-at-work/banner.webp');
}
.dark-black
{
    background-color: #182A3A;
}
.sky-blue2
{
    background-color: #4A86EA;
}
.ing-blue 
{
    background-color: #0B3359;
}
.green-more
{
    background-color: #204244;
}
.game-changer-new 
{
    position: relative;z-index: 99;
    background-color: #fff;
}
.how-bot-box {
    border-radius: 20px;
    background: #F4F8FC;
    text-align: center;
    padding: 20px 20px 50px;
    height: 95%;
}
.how-bot-box h3 
{
    background-color: #FFFFFF;
    padding: 20px 30px 70px;
    color: #262626;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
border-radius: 15px;
line-height: 31px; /* 134.783% */
letter-spacing: -0.69px;
}
.how-box-img {
    border-radius: 66px;
    background: #1F7BCA;
    box-shadow: 0 12px 18px 0 rgba(31, 123, 202, 0.39);
    width: 80px;
    height: 80px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: -54px;
}
.how-box-img img {
    position: relative;
    top: 19px;
}
.heading-title 
{
text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}
.game-changer-new
{
    padding: 60px 0;
}
.heading-para 
{
    color: #4E4E4E;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 166.667% */
}
/* End BOT@Worj Page Code CSS */

/* Start Our Team Code CSS */
.our-team 
{
    background-image: url(../images/team/banner-image.webp);
}
.team-card{
    background:#F4F8FC;
    padding:0px;
    border-radius:24px;
    text-align:center;
}
.team-card img 
{
    width: 100%;
    background: radial-gradient(circle at center, #6B8FB0 0%, #4A7096 35%, #234E7A 70%, #0A3B69 100%);
}
.team-card h5 {
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
}
.team-card p 
{
    color: #262626;
text-align: center;
font-family: Poppins;
font-size: 17.07px;
font-style: normal;
font-weight: 300;
 letter-spacing: -0.512px;
}
.plus-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0066cc;
    color: #fff;
    font-size: 19px;
    position: relative;
    top: 16px;
    border: 3px solid #fff;
}
.team-content-box{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:all .5s ease;
    background:#f4f8fc;
    border-radius:20px;
}
.team-content-box.show-box{
    max-height:700px;
    opacity:1;
    padding:30px;
}
.mobile-content-box{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:.5s;
}
.mobile-content-box.show-mobile{
    max-height:700px;
    opacity:1;
    padding:20px;
    margin-top:20px;
    background:#f4f8fc;
    border-radius:20px;
}
@media(min-width:768px){
    .mobile-content-box{display:block;}
}
@media(max-width:767px){
    #contentBox1,#contentBox2{display:none!important;}
}
.team-content-box{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transform:translateY(-20px);
    transition:all .5s ease;
    background:#f4f8fc;
    border-radius:20px;
    padding:0 30px;
}
.pad-team p
{
    font-weight: 500;
}
.team-content-box.show-box {
    max-height: 800px;
    opacity: 1;
    transform: translateY(0);
    padding: 0px;
    background: radial-gradient(circle at center, #6B8FB0 0%, #4A7096 35%, #234E7A 70%, #0A3B69 100%);
}
.pad-team
{
    padding: 30px 50px 20px !important;
}
.team-content-box.show-box
{
    color: #fff;
}
.mobile-content-box{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transform:translateY(-15px);
    transition:all .5s ease;
    padding:0;
}

.mobile-content-box.show-mobile{
    max-height:1200px;
    opacity:1;
    transform:translateY(0);
    padding:20px;
    margin-top:20px;
    background:#f4f8fc;
    border-radius:20px;
}

/* Hide mobile expanded image on mobile + tablet */
@media (max-width: 991px){
    .mobile-content-box img{
        display:none !important;
    }

    #contentBox1,
    #contentBox2{
        display:none !important;
    }
}

/* Hide mobile content on desktop */
@media (min-width: 992px){
    .mobile-content-box{
        display:none !important;
    }
}

/*  Start Operations Leadership Code */
.operations-team-section{
    background:#2c83cc;
}

.mini-title{
    color:#fff;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}

.team-main-title{
    color:#fff;
    font-size:52px;
    font-weight:700;
}

.operation-card{
    background:#f5f5f5;
    border-radius:18px;
    text-align:center;
    padding:6px 6px 20px;
    position:relative;
}

.operation-img-box{
    border:4px solid #fff;
    border-radius:16px;
    overflow:hidden;
}
.operation-img-box img 
{
        background: radial-gradient(circle at center, #6B8FB0 0%, #4A7096 35%, #234E7A 70%, #0A3B69 100%);
        width: 100%;
}
.operation-card h5 {
    margin-top: 12px;
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.operation-card p{
    font-size:15px;
 }

.operation-plus-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #2c83cc;
    background: #fff;
    color: #2c83cc;
    font-size: 22px;
    line-height: 1;
    position: relative;
    top: 37px;
}

.operation-content-box{
    background:#fff;
    border-radius:20px;
    max-height:0;
    opacity:0;
    overflow:hidden;
    transform:translateY(-20px);
    transition:all .5s ease;
    padding:0 30px;
}

.operation-content-box.show-box{
    max-height:700px;
    opacity:1;
    transform:translateY(0);
    padding:30px;
}

.mobile-operation-content{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:.5s;
}

.mobile-operation-content.show-mobile{
    max-height:700px;
    opacity:1;
    padding:20px;
    margin-top:20px;
    background:#fff;
    border-radius:20px;
}

@media (max-width:991px){
    .operation-content-box{
        display:block !important;
    }
    .mobile-operation-content img{
        display:none;
    }
}

@media (min-width:992px){
    .mobile-operation-content{
        display:none !important;
    }
}

@media (max-width:767px){
    .team-main-title{
        font-size:34px;
    }
}
/*  End Operations Leadeship Code */

/* Start CLient Engagement Code CSS */
.client-team-section{
    background:#efefef;
}

.client-mini-title{
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    color:#222;
}

.client-main-title{
    font-size:56px;
    font-weight:700;
    color:#222;
}

.client-card{
    background:#f8f8f8;
    border-radius:18px;
    height: 95%;
    padding:6px 6px 20px;
    text-align:center;
}

.client-img-box{
    border:4px solid #fff;
    border-radius:16px;
    overflow:hidden;
}
.client-img-box img 
{
        background: radial-gradient(circle at center, #6B8FB0 0%, #4A7096 35%, #234E7A 70%, #0A3B69 100%);
        width: 100%;
}
.client-card h5 {
    margin-top: 12px;
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.client-card p {
    font-size: 15px;
    margin-bottom: 0;
    height: 45px;
}

.client-plus-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
     background: #2c83cc;
    color: #fff;
    font-size: 19px;
    position: relative;
    top: 17px;
    border: 2px solid #f5f1f1;
}

.client-content-box{
    background:#fff;
    border-radius:20px;
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:.5s;
    padding:0 30px;
}

.client-content-box.show-box{
    max-height:700px;
    opacity:1;
    padding:30px;
}

.mobile-client-content{
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:.5s;
}

.mobile-client-content.show-mobile{
    max-height:700px;
    opacity:1;
    padding:20px;
    margin-top:20px;
    background:#fff;
    border-radius:20px;
}

@media (max-width:991px){
    .client-content-box{
        display:none !important;
    }
}

@media (min-width:992px){
    .mobile-client-content{
        display:none !important;
    }
}

@media (max-width:767px){
    .client-main-title{
        font-size:34px;
    }
}
/* End CLient Engagement COde CSS */

/* End Our Team Code CSS */

/* Start AI Solutions Page Code CSS */
.genai 
{
 padding: 40px 0 60px;
 background-color: #fff;
}
.ai-heading 
{
    color: #262626;
font-family: Poppins;
font-size: 44px;
font-style: normal;
font-weight: 500;
line-height: 58px; /* 116% */
letter-spacing: -2px;
}
.ai-heading span 
{
        background: linear-gradient(90deg, #1053b5, #168fe1 20%, #0b3359 50%, #2f81d0 91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.genai-box
{
        background: #F4F8FC;
    padding: 20px;
    height: 95%;
    border-radius: 20px;
}
.genai-box .box-img 
{
        background-color: #1F7BCA;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    align-content: center;
    text-align: center;
    margin-top: -59px;
    box-shadow: 2px 2px 21px #9cc8ee;
    margin-bottom: 23px;
}
.genai-box h3 
{
    color: #262626;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.66px;
    margin-bottom: 20px;
}
.genai-box p 
{
    background-color: #fff;
    color: #262626;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 20px;
    border-radius: 10px;
}

/* End AI Solutions Page Code CSS */

/* Start BI Analytics Code CSS */
.bi-section {
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
 
.bi-title {
    font-size: 52px;
    font-weight: 700;
}

.bi-title span {
    color: #2485E8;
}

.bi-desc {
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

.slider-wrap {
    position: relative;
}

 

.bi-card {
    background: #F3F7FB;
    border: 1px solid #DCE5EF;
    border-radius: 20px;
    min-height: 430px;
    text-align: center;
}
 
.bi-card img 
{
    width: 100%;
}
.icon-circle22 img 
{
    width: 100%;
}
.icon-circle.dark {
    background: #123D70;
}
.bi-card h4 {
    color: #262626;
    text-align: center;
    font-family: Poppins;
    font-size: 27px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: -19%;
}

.mini-line {
    width: 42px;
    height: 4px;
    background: #2485E8;
    margin: 16px auto;
    border-radius: 30px;
}
.bi-card p {
    color: rgba(73, 73, 73, 0.77);
    text-align: center;
    font-family: Poppins;
    padding: 6px 53px 10px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.custom-prev,
.custom-next {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #2485E8;
    border-radius: 50%;
    background: white;
}

.custom-prev {
    left: -60px !important;
}

.custom-next {
    right: -60px !important;
}

.custom-prev::after,
.custom-next::after {
    font-size: 18px !important;
    color: #2485E8;
}

.swiper-pagination-progressbar {
    height: 4px !important;
    background: #C9D5E2;
}

.swiper-pagination-progressbar-fill {
    background: #2485E8 !important;
}

@media (max-width: 991px) {
    .custom-prev,
    .custom-next {
        display: block !important;
    }
.custom-prev {
    left: 0px !important;
}
.custom-next{
    right: 0px !important;
}
#ai-consulting
{
    padding-bottom: 50px !important;
}
.custom-prev::after, .custom-next::after {
    font-size: 18px !important;
    color: #2485E8;
    top: 11px;
    position: relative;
}
    .bi-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .bi-card {
        min-height: auto;
    }

    .bi-card h4 {
        font-size: 24px;
        min-height: auto;
    }

    .bi-section::after {
        height: 120px;
    }
}
/* End BI Analytics Code CSS */

/* Start Revops Code CSS */
.revops-list
{
    padding: 70px 0 70px;
    background-color: #0B3359;
}
.revops-right h3 
{
     color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 129.167% */
}
.revops-right p 
{
    color: #fff;
    font-size: 16px;
}
.ai-consulting
{
    padding: 80px 0;
}


/* Sticky wrapper */
.sticky-menu-wrapper {
    position: sticky;
    top: 0px;
    z-index: 999;
    background-color: transparent !important;
    padding: 12px 0;
}
.sticky-pill-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f6f6f6;
    border: 1px solid #e4e4e4;
    border-radius: 40px;
    padding: 8px;
    width: fit-content;
    margin: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .10);
}

/* Tabs */
.menu-link {
    text-decoration: none;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all .3s ease;
    white-space: nowrap;
}

/* Active */
.menu-link.active {
    background: linear-gradient(90deg, #2a8bf2, #1f6bc4);
    color: white;
    box-shadow: 0 4px 12px rgba(42,139,242,.3);
}

.menu-link:hover {
    color: #2a8bf2;
}

 
/* Tablet */
@media (max-width: 991px) {
    .sticky-pill-menu {
        overflow-x: auto;
        justify-content: flex-start;
        width: 100%;
        border-radius: 20px;
        padding: 8px 10px;
        scrollbar-width: none;
    }

    .sticky-pill-menu::-webkit-scrollbar {
        display: none;
    }

    .menu-link {
        font-size: 12px;
        padding: 9px 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .sticky-menu-wrapper {
        top: 10px;
        padding: 10px;
    }

    .menu-link {
        padding: 8px 14px;
        font-size: 11px;
    }
}
/* End Revops Code CSS */



@media (max-width: 480px) {
   .product-swiper .swiper-button-next
   {
    display: none;
   }
   .product-swiper .swiper-button-prev

   {
    display: none;
   }
  }
 
 .product-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    right: -50px;
}
.product-swiper .swiper-button-prev
{   width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    left: -50px;
}
.product-swiper .swiper-button-prev:after,
.product-swiper .swiper-button-next:after {
    font-size: 11px;
    color: #0B3359;
    font-weight: bold;
}
 


 /*  Start Chatbox Animation Code CSS */
  /* --- BASE STYLES (Desktop / Default) --- */

/* Target only the avatar frame inside Amelia's styled bubbles */
.chat-box-bubble.amelia-style .chat-avatar-frame {
    position: relative;
    top: -30px;
    margin-bottom: -30px; /* Kept to prevent text alignment collapsing */
}

/* Keeps the raw HTML templates hidden on page load */
.chat-template-source {
    display: none !important;
}

/* --- CONTAINER SYSTEM --- */
.chat-stream-container {
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(-50%);
    width: min(440px, 86%);
    height: 280px;
    z-index: 3;
    text-align: left;
}

/* --- THE DUAL-ROW BUBBLES --- */
.chat-box-bubble {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
    border-radius: 18px;
    padding: 10px 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 22px 50px -18px rgba(0, 0, 0, .55);
    background: linear-gradient(110deg, rgba(108, 124, 158, .46) 0%, rgba(150, 176, 210, .46) 55%, rgba(172, 198, 228, .50) 100%);
    border: 1px solid rgba(255, 255, 255, .34);
    will-change: transform, opacity;
    opacity: 0;
    transform: translate(0, 200px) scale(.98);
}

/* Amelia Custom Styling */
.chat-box-bubble.amelia-style {
    background: linear-gradient(110deg, rgba(96, 120, 165, .50) 0%, rgba(150, 182, 224, .50) 55%, rgba(178, 206, 236, .55) 100%);
    border-color: rgba(255, 255, 255, .42);
}

/* --- THE THREE LIVE STATE POSITIONS --- */

/* State 1: Enters into bottom position */
.chat-box-bubble.row-bottom {
    opacity: 1;
    transform: translate(0, 120px) scale(1);
    transition: opacity .6s ease, transform .7s cubic-bezier(.2, .85, .3, 1);
}

/* State 2: Glides up diagonally to top position */
.chat-box-bubble.row-top {
    opacity: 1;
    transform: translate(60px, 0) scale(1);
    transition: transform .85s cubic-bezier(.34, .02, .2, 1), opacity .85s ease;
}

/* State 3: Disappears upward elegantly */
.chat-box-bubble.leaving {
    opacity: 0;
    transform: translate(60px, 10px) scale(.98);
    transition: opacity .9s ease, transform .9s ease;
}

/* --- INNER BUBBLE ELEMENTS --- */
.chat-box-bubble img {
    border-radius: 50%;
}



/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* --- TABLET BREAKPOINT (Max-width: 991px) --- */
@media (max-width: 991px) {
    .cta-image-wrap {
        position: relative;
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
    }

    .chat-stream-container {
        right: 10px; 
        top: 50%; 
        width: 100%; 
    }

    .chat-box-bubble.row-top {
        transform: translate(30px, 0) scale(1);
    }
    
    .chat-box-bubble.leaving {
        transform: translate(30px, 25px) scale(.95);
    }
}

/* --- MOBILE BREAKPOINT (Max-width: 576px) --- */
@media (max-width: 576px) {
    .chat-stream-container {
        position: absolute; 
        right: 0;
        left: 0;
        top: 140px; /* Pushes the entire stream down below the "Book a Call" button */
        margin: 0 auto;
        width: 96%; /* Slightly narrower so it stays perfectly inside the blue container bounds */
        height: 200px; 
    }

    .chat-box-bubble {
        width: 90%; /* Leaves a little space for the side-glide translation effect */
        padding: 10px 15px; 
        font-size: 14px; 
    }

   /* Pulls incoming chats closely under the top row */
    .chat-box-bubble.row-bottom {
        transform: translate(0, 75px) scale(1);  /* Keeps the stack tight and clean */
    }
    
    /* Anchors the main chat line at vertical 0 instead of forcing it down */
    .chat-box-bubble.row-top {
        transform: translate(15px, -60px) scale(1); 
    }

    /* Animates outward downward safely away from the text links */
    .chat-box-bubble.leaving {
        transform: translate(15px, 30px) scale(.95);
    }

    .chat-box-bubble.amelia-style .chat-avatar-frame {
        top: -30px;
        margin-bottom: -24px;
    }
}
/*  ENd Chatbox Animation COde CSS */