#form-link {
    display: none !important;
}
button {
    outline: none !important;
    height: auto !important;
}
.start-info-text {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #25284080;
    text-transform: uppercase;
    margin-bottom: 16px;
}
/* for header changes */
.headerWrapper{background: #fff !important;}
.navigation-section.headerNav>.menu-my-menu-container>ul>li>a{color: #000 !important}
.header-call-number{border: 1px solid #000 !important;background: #000 !important;color: #fff !important;}
.header-call-icon{border:1px solid #000 !important;}
.header-call .fa-phone, .headerWrapper .nav_button span i {color: #000 !important; }
.headerWrapper .white-logo{display: none !important;}
.headerWrapper .blue-logo{display: block !important; }
.getStartedBtn:hover{border:1px solid #2571f0 !important;}
/*End*/

/* ========================================
   RCM HERO SECTION
   ======================================== */

.rcm-hero-section {
    /* background-image: url('../img/rcm-product-page-hero-background.jpg'); */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    padding: 80px 20px 80px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    background: linear-gradient(270deg, #0F2557 0%, #173571 100%);
}

.rcm-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(26,109,249,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.rcm-hero-container {
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ── Left ── */
.rcm-hero-left {
    flex: 1;
    max-width: 800px;
}

.rcm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.rcm-hero-badge  span{
    opacity: 0.7;
}
.rcm-hero-badge::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1A6DF9;
    border-radius: 50%;
    animation: pulse 2s infinite;
    box-shadow: 0px 0px 4px 0px #1A6DF980;
    opacity: 1;
}

.rcm-hero-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.rcm-hero-highlight { color: #5B9EFF; }

.rcm-hero-description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    max-width: 580px;
}

.rcm-hero-btn {
    display: inline-block;
    background: #fff;
    color: #1A6DF9 !important;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 13px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}
.rcm-hero-btn:hover {
    background: transparent;
    color: #fff !important;
    text-decoration: none;
}

/* Stats */
.rcm-hero-stats {
    display: flex;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
    flex-wrap: wrap;
    display: none;
}

.rcm-stat-item {
    flex: 1;
    min-width: 140px;
}

.rcm-stat-number {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 8px;
}

.rcm-stat-label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255,255,255,0.7);
}

/* ========================================
   RIGHT PROCESS BOX
   ======================================== */

.rcm-hero-right {
    flex: 0 0 460px;
    max-width: 460px;
}

.rcm-process-arrow {
    position: absolute;
    left: 12px;
    top: 118px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-shrink: 0;
}

.rcm-process-arrow svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.rcm-process-track {
    border: 2px solid #1A6DF980;
    background: #061D5180;
    padding: 25px 40px;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 10px;
}

.rcm-process-item {
    /* border-bottom: 1px solid #FFFFFF1A; */
    padding: 26px 20px;
    /* outline: 1px solid transparent; */
    transition: all 0.3s ease-in-out;
    position: relative;
}
.rcm-process-item::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF1A;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.rcm-process-item:last-child::after {
    opacity: 0;
}

.rcm-process-item:hover{
    border-color: #fff !important;
}

.rcm-process-item:hover::after {
    height: 2px;
    background: #fff;
}
.rcm-process-item:last-child:hover::after {
    opacity: 1;
}
.rcm-process-label {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0%;
    /* text-transform: uppercase; */
    color: #fff;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}

.rcm-process-item:hover .rcm-process-label{
    color: #3676F7;
}

.rcm-process-title {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    opacity: .7;
}

/* ── Trusted By ── */
.rcm-trusted-section {
    margin-top: 80px;
    padding-top: 40px;
    /* border-top: 1px solid rgba(255,255,255,0.1); */
}

.rcm-trusted-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.rcm-trusted-label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.rcm-trusted-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.rcm-trusted-logos img {
    height: auto;
    /* max-height: 40px; */
    width: auto;
    object-fit: contain;
    /* opacity: 0.7; */
    transition: opacity 0.3s ease;
    filter: brightness(0) invert(1);
}
.rcm-trusted-logos img:hover { opacity: 1; }

/* ========================================
   RESPONSIVE — HERO
   ======================================== */

@media only screen and (max-width: 1200px) {
    .rcm-hero-container { gap: 60px; }
    .rcm-hero-title     { font-size: 52px; }
    .rcm-hero-right     { flex: 0 0 380px; max-width: 380px; }
}

@media only screen and (max-width: 1024px) {
    .rcm-hero-section   { padding: 100px 20px 60px; }
    .rcm-hero-container { flex-direction: column; gap: 30px; }
    .rcm-hero-left      { max-width: 100%; text-align: center; }
    .rcm-hero-title     { font-size: 48px; }
    .rcm-hero-description { margin-left: auto; margin-right: auto; }
    .rcm-hero-stats     { justify-content: center; }
    .rcm-hero-right     { flex: none; max-width: 500px; width: 100%; }
    .rcm-trusted-section{
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .rcm-hero-section   { padding: 80px 20px 50px; }
    .rcm-hero-title     { font-size: 36px; }
    .rcm-hero-description { font-size: 16px; }
    .rcm-hero-stats     { gap: 30px; margin-top: 40px; }
    .rcm-stat-number    { font-size: 32px; }
    .rcm-stat-label     { font-size: 13px; }

    .rcm-process-arrow  {         
        left: 29px;
        width: 30px;
        height: 30px;
        top: 154px; 
    }
    .rcm-process-arrow svg { width: 20px; height: 20px; }
    .rcm-process-title  { font-size: 21px; }
}

@media only screen and (max-width: 600px) {
    .rcm-hero-section   { padding: 60px 16px 40px; }
    .rcm-hero-title     { font-size: 28px; }
    .rcm-hero-description { font-size: 15px; }
    .rcm-hero-btn       { font-size: 15px; padding: 12px 28px; }
    .rcm-hero-stats     { gap: 20px; margin-top: 30px; }
    .rcm-stat-item      { min-width: calc(50% - 10px); }
    .rcm-stat-number    { font-size: 28px; }
    .rcm-stat-label     { font-size: 12px; }

    .rcm-process-box    { padding: 36px 16px; }
    .rcm-process-arrow  { 
        left: 16px;
        width: 41px;
        height: 29px;
        top: 131px;
     }
     .rcm-process-arrow img{
        height: 100%;
     }
    .rcm-process-arrow svg { width: 18px; height: 18px; }
    .rcm-process-label  { font-size: 18px; }
    .rcm-process-title  { font-size: 10px; }

    .rcm-trusted-section  { margin-top: 0px; padding-top: 30px; }
    .rcm-trusted-container { gap: 20px; }
    .rcm-trusted-logos  { gap: 30px; }
    .rcm-trusted-logos img { max-height: 32px; }
}

/* ========================================
   THE PROBLEM SECTION
   ======================================== */

.problem-section {
    background: #fff;
    padding: 120px 20px;
    background-color: #F0F2F8;
}

.problem-wrap {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.problem-eyebrow {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #25284080;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.problem-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    color: #252840;
    margin-bottom: 16px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.problem-subtitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #252840B2;
    margin-bottom: 47px;
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
}

.problem-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.problem-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E2E8F0;
    outline: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    border: 1px solid #1A6DF94D;
}

.problem-stat-card:hover {
    box-shadow: 0px 4px 15px 0px #00000040;
    border: 1px solid #fff;
}

.problem-stat-icon {
    width: 100px;
    height: 100px;
    background: #074EB90D;
    padding-top: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 200px;
    transition: all 0.4s ease-in-out;
}

.problem-stat-icon .problem-stat-icon-img-wr {
    max-width: 60px;
    transition: all 0.4s ease-in-out;
}

.problem-stat-icon .problem-stat-icon-img-wr img{
    width: 100%;
}

.problem-stat-card:hover .problem-stat-icon {
    width: 140px;
    height: 140px;
    padding-top: 21px;
    padding-left: 46px;
}

.problem-stat-card:hover .problem-stat-icon .problem-stat-icon-img-wr {
    max-width: 70px;
}

.problem-stat-number {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #074EB9;
    margin-bottom: 8px;
}

.problem-stat-label {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #252840;
    margin-bottom: 8px;
    margin-right: 81px;
}

.problem-stat-desc {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #252840B2;
    margin: 0;
}
problem-stat-desc p {
    margin: 0;
}
/* ========================================
   RESPONSIVE - THE PROBLEM SECTION
   ======================================== */

@media only screen and (max-width: 1024px) {
    .problem-section { padding: 60px 20px; }
    .problem-title { font-size: 34px; }
    .problem-stats { gap: 20px; }
    .problem-stat-number { font-size: 36px; }
     .problem-stat-label {
        font-size: 22px;
        line-height: 1.2;
        margin-right: 0;
    }
    .problem-stat-desc{
        font-size: 16px;
    }
    .problem-stat-icon{
        width: 80px !important;
        height: 80px !important;
        padding-left: 30px !important;
        padding-top: 14px !important;
    }
    .problem-stat-icon .problem-stat-icon-img-wr {
        max-width: 40px !important;
    }
}

@media only screen and (max-width: 768px) {
    .problem-section { padding: 50px 20px; }
    .problem-title { font-size: 28px; }
    .problem-subtitle { font-size: 15px; margin-bottom: 36px; }
    .problem-stats { grid-template-columns: 1fr; gap: 16px; }
    .problem-stat-card { padding: 28px 20px; }
    .problem-stat-number { font-size: 32px; }
}

@media only screen and (max-width: 600px) {
    .problem-section { padding: 40px 16px; }
    .problem-title { font-size: 24px; }
    .problem-subtitle { font-size: 14px; }
    .problem-stat-card { padding: 24px 18px; }
    .problem-stat-icon { width: 40px; height: 40px; margin-bottom: 16px; }
    .problem-stat-icon svg { width: 20px; height: 20px; }
    .problem-stat-number { font-size: 28px; }
    .problem-stat-label { font-size: 15px; }
    .problem-stat-desc { font-size: 13px; }
}

/* ========================================
   AI RCM PRODUCT SUITE SECTION
   ======================================== */

.aip-section {
    background: #fff;
    padding: 80px 0;
}

.aip-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.aip-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #252840;
    text-align: center;
    margin-bottom: 40px;
}

/* Tab scroll wrapper */
.tab-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
}

.tab-scroll-btn {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 37px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    outline: 0 !important;
}
.tab-scroll-btn:hover { background: #074EB9; border-color: #074EB9; }
.tab-scroll-btn svg   { width: 18px; height: 18px; stroke: #555; transition: stroke 0.3s ease; }
.tab-scroll-btn:hover svg { stroke: #fff; }
.tab-scroll-btn.tab-scroll-left  { left: -16px; }
.tab-scroll-btn.tab-scroll-right { right: -16px; }

.aip-tabs {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.aip-tabs::-webkit-scrollbar { display: none; }

.aip-tab {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 40px 12px 40px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #808285;
    white-space: nowrap;
    letter-spacing: 0.1px;
}

.aip-tab-icon-wrap {
    width: 48px; height: 48px; min-height: 48px;
    background: transparent;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease;
}

.aip-tab-icon-wrap img {
    width: 30px; height: 30px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(8%) saturate(434%) hue-rotate(169deg) brightness(92%) contrast(87%);
    transition: filter 0.3s ease;
}

.aip-tab:hover { color: #074EB9; }
.aip-tab:hover .aip-tab-icon-wrap img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(93%) saturate(2817%) hue-rotate(208deg) brightness(93%) contrast(101%);
}

.aip-tab.active { color: #074EB9; }
.aip-tab.active .aip-tab-icon-wrap { background: #074EB9; }
.aip-tab.active .aip-tab-icon-wrap img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.aip-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0;
    width: 100%; height: 4px;
    background: #074EB9;
}

/* Panels */
.aip-content-wrap { position: relative; margin-top: 42px; }
.aip-panel        { display: none; }
.aip-panel.active { display: block; animation: aipFadeIn 0.5s ease-out; }

@keyframes aipFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to   { opacity: 1; transform: translateY(0); }
}

.aip-panel-inner { display: flex; gap: 60px; align-items: center; }
.aip-left        { flex: 0 0 52%; }

.aip-img-wrap {
    position: relative;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    background-image: url('../img/AI-Powered-Products-bg-imge.png');
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.aip-img-wrap img {
    width: 100%; height: auto;
    border-radius: 12px; display: block;
    transition: all 0.3s ease;
}
.aip-img-wrap:hover img {
    transform: scale(1.02);
}
.aip-stats-row { display: flex; gap: 20px; }

.aip-stat-card {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
    margin-top: -14px;
    z-index: 1;
}

.aip-stat-num {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #6059FE;
    margin-bottom: 6px;
}

.aip-stat-label {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: rgba(37,40,64,0.7);
}

.aip-right { flex: 1; }

.aip-right h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3;
    color: #252840;
    margin-bottom: 14px;
}

.aip-desc {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 24px;
}

.aip-section-block { margin-bottom: 28px; }

.aip-section-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #074EB9;
    margin-bottom: 14px;
}

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

.aip-list li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
}

.aip-list li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 8px; height: 8px;
    background: #074EB9;
    border-radius: 50%;
}

.aip-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1455D9;
    color: #fff !important;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.aip-cta-btn:hover { background: #0f46b3; gap: 12px; text-decoration: none; }
.aip-cta-btn svg   { width: 18px; height: 18px; stroke: #fff; transition: transform 0.3s ease; }
.aip-cta-btn:hover svg { transform: translateX(4px); }

/* ========================================
   RESPONSIVE — PRODUCT SUITE
   ======================================== */

@media only screen and (max-width: 1024px) {
    .aip-panel-inner { flex-direction: column; gap: 40px; }
    .aip-left        { flex: 1; width: 100%; max-width: 600px; margin: 0 auto; }
}

@media only screen and (max-width: 768px) {
    .aip-section  { padding: 60px 0; }
    .aip-title    { font-size: 28px; margin-bottom: 30px; }
    .aip-tab      { padding: 0 20px 16px; }
    .aip-right h3 { font-size: 26px; }
    .aip-stat-num { font-size: 28px; }
    .aip-stats-row { gap: 12px; }
    .aip-stat-card { padding: 16px; }
}

@media only screen and (max-width: 500px) {
    .aip-right h3   { font-size: 22px; }
    .aip-stats-row  { flex-direction: column; gap: 12px; }
    .aip-stat-card  { padding: 14px 16px; }
    .aip-stat-num   { font-size: 24px; }
    .aip-stat-label { font-size: 12px; }
    .tab-scroll-wrapper { padding: 0 36px; }
    .tab-scroll-btn { width: 28px; height: 28px; }
    .tab-scroll-btn svg { width: 16px; height: 16px; }
}

@media only screen and (max-width: 991px) {
    .tab-scroll-wrapper { padding: 0 40px; }
    .tab-scroll-btn.tab-scroll-left  { left: 0; }
    .tab-scroll-btn.tab-scroll-right { right: 0; }
}

/* ========================================
   STOP ANALYZING COMPARISON SECTION
   ======================================== */

.rcm-comparison-section {
    padding: 100px 20px;
}

.rcm-comparison-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

/* Left Content */
.comparison-badge{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    letter-spacing: 8%;
    text-transform: uppercase;
    color: #25284080;
    margin-bottom: 15px;
}
.rcm-comparison-left {
    flex: 1;
    max-width: 680px;
}

.rcm-comparison-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #252840;
    margin-bottom: 16px;
}

.rcm-comparison-subtitle p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #252840B2;
    margin-bottom: 35px;
    max-width: 604px;
}

/* Feature Items */
.rcm-comparison-features {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.rcm-feature-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #EEEEEE;
}

.rcm-feature-content {
    flex: 1;
}

.rcm-feature-content h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #252840;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.rcm-feature-item:hover .rcm-feature-content h3 {
    color: #074EB9;
}

.rcm-feature-icon {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rcm-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.rcm-feature-content p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #252840B2;
    margin-top: 12px;
    margin-bottom: 12px;
    display: none;
}

.rcm-feature-item.active .rcm-feature-content p {
    display: block;
}

.rcm-feature-link {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1A6DF9;
    text-decoration: none;
    display: none;
    transition: gap 0.3s ease;
}

.rcm-feature-item.active .rcm-feature-link {
    display: inline-block;
}

.rcm-feature-link:hover {
    text-decoration: none;
    color: #0f46b3;
}

/* Right Side */
.rcm-comparison-right {
    flex: 1;
    max-width: 700px;
}

/* Image */
.rcm-comparison-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    background-image: url('../img/rcm-right-img-wr-bg.png');
    background-size: cover;
    background-position: top center;
    transition: all 0.3s ease-in-out;
}

.rcm-comparison-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease-in-out;
}

.rcm-comparison-image:hover img{
    transform: scale(1.02);
}

.rcm-comparison-content-wr{
    display: flex;
    gap: 20px;
    align-items: start;
    position: relative;
    z-index: 99;
}
.rcm-comparison-content-wr img{
    min-width: 20px;
    margin-top: 2px;
}
.rcm-comparison-content-wr h3{
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 12px;

}
.rcm-comparison-content-wr p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-left: 8px;
}
.rcm-comparison-content-left,
.rcm-comparison-content-right {
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    flex: 1;
}
.rcm-comparison-content-left{
    margin-top: -130px;
}
.rcm-comparison-content-right{
    margin-top: -80px;
}
@media only screen and (max-width: 1024px) {
    .rcm-comparison-section {
        padding: 80px 20px;
    }
    
    .rcm-comparison-container {
        flex-direction: column;
        gap: 60px;
    }
    
    .rcm-comparison-left,
    .rcm-comparison-right {
        max-width: 100%;
    }
    
    .rcm-comparison-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .rcm-comparison-section {
        padding: 60px 20px;
    }
    
    .rcm-comparison-title {
        font-size: 32px;
    }
    
    .rcm-comparison-subtitle p {
        font-size: 16px;
    }
    
    .rcm-feature-content h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .rcm-comparison-section {
        padding: 50px 16px;
    }
    
    .rcm-comparison-title {
        font-size: 28px;
    }
    
    .rcm-comparison-subtitle p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .rcm-feature-item {
        padding: 16px 0;
    }
    
    .rcm-feature-content h3 {
        font-size: 15px;
    }
    
    .rcm-feature-content p {
        font-size: 14px;
    }
    .rcm-comparison-content-wr{
        flex-wrap: wrap;
    }
    .rcm-comparison-content-left, .rcm-comparison-content-right{
        width: 100%;
    }
    .rcm-comparison-content-left {
        margin-top: -60px;
    }
    .rcm-comparison-content-right {
        margin-top: -8px;
    }
}

/* ========================================
   FIVE ENGINES — ONE REVENUE OPERATOR
   Append to bottom of rcm-product-page.css
   ======================================== */

.feo-section {
    background: #F0F2F8;
    padding: 100px 20px;
}

.feo-wrap {
    max-width: 1360px;
    margin: 0 auto;
}

/* ── Header ── */
.feo-header {
    text-align: center;
    margin-bottom: 56px;
}

.feo-eyebrow {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    color: #074EB9;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.feo-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #252840;
    margin-bottom: 14px;
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.feo-subtitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #252840B2;
    max-width: 930px;
    margin: 0 auto;
}

/* ── Outer grid: featured card left + small-grid right ── */
.feo-grid {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 20px;
    align-items: stretch;
}

/* ── Featured Card ── */
.feo-card--featured {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 480px;
    cursor: pointer;
}

.feo-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.feo-card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.feo-card--featured:hover .feo-card-bg img {
    transform: scale(1.1);
}

.feo-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10, 22, 60, 0.05) 0%,
        rgba(10, 22, 60, 0.45) 60%,
        rgba(10, 22, 60, 0.65) 100%
    );
    z-index: 1;
}

.feo-featured-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 72px;
    line-height: 1;
    /* Outline-only number — no fill */
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.25);
    letter-spacing: -2px;
    z-index: 2;
    user-select: none;
    transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease;
}

.feo-card--featured:hover .feo-featured-number {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
}

.feo-featured-body {
    position: relative;
    z-index: 2;
    padding: 28px 24px;
}

.feo-featured-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}

.feo-featured-badge {
    display: inline-block;
    background: #1A6DF9;
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.feo-featured-desc {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}

.feo-featured-list{
    margin-left: 18px;
    margin-top: 14px;
}
.feo-featured-list li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* ── Small cards 2×2 grid ── */
.feo-small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feo-card--small {
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}
.for-curve-1{
    width: 34px;
    height: 34px;
    background: #fff;
    border-right: 6px solid #F0F2F8;
    border-bottom: 6px solid #F0F2F8;
    border-bottom-right-radius: 14px;
    position: absolute;
    right: -6px;
    /* border-radius: 10px; */
    bottom: 94px;
}
.for-curve-2{
    width: 34px;
    height: 34px;
    background: #fff;
    border-right: 6px solid #F0F2F8;
    border-bottom: 6px solid #F0F2F8;
    border-bottom-right-radius: 14px;
    position: absolute;
    right: 94px;
    /* border-radius: 10px; */
    bottom: -6px;
}
.feo-card--small:nth-child(3) .feo-small-number span {
    font-family: system-ui, sans-serif;
}

.feo-card--small::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #EEF1F8;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 16px;
    transition: background 0.3s ease;
    z-index: 0;
}

.feo-card--small:hover {
    background: #074EB9;
}
.feo-card--small:hover .for-curve-1{
    background: #074EB9;
}
.feo-card--small:hover .for-curve-2{
    background: #074EB9;
}
.feo-card--small:hover .feo-small-stat{
    border: 1px solid #0000000D;
    background: #00000008;
}
/* Ghost number — top-right, outline only, NO diagonal line issue */
.feo-small-number {
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 52px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px #CADCF8;
    letter-spacing: -1px;
    user-select: none;
    max-width: 80px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    transition: -webkit-text-stroke 0.3s ease;
}

.feo-card--small:hover .feo-small-number {
    -webkit-text-stroke: 1.5px transparent;
    color: #FFFFFF4D;
}

.feo-small-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 4px;
    position: relative;
    z-index: 1;
}

.feo-small-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 14px;
    color: #252840;
    padding-right: 0px !important;
    transition: color 0.3s ease;
}

.feo-card--small:hover .feo-small-title {
    color: #fff;
}

.feo-small-desc p{
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #252840B2;
    margin-bottom: 14px;
    flex: 1;
    transition: color 0.3s ease;
    margin-right: 8px;
    min-height: 90px;
}

.feo-card--small:hover .feo-small-desc p{
    color: #FFFFFF;
}

/* Footer: stat left, icon right */
.feo-small-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.feo-small-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: 1px solid #F0F2F8;
    width: 100%;
    margin-right: 95px;
    padding: 13px 20px;
    border-radius: 10px;
}

.feo-stat-num {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    color: #074EB9;
    transition: color 0.3s ease;
}

.feo-card--small:hover .feo-stat-num {
    color: #fff;
}

.feo-stat-label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #94A3B8;
    transition: color 0.3s ease;
}

.feo-card--small:hover .feo-stat-label {
    color: rgba(255, 255, 255, 0.7);
}

.feo-small-icon {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 90px;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px 0px #0000001F;
}
.feo-small-icon img{
    max-width: 40px;
}
.feo-small-icon svg {
    width: 22px;
    height: 22px;
    stroke: #074EB9;
    transition: stroke 0.3s ease;
}

/* .feo-card--small:hover .feo-small-icon {
    background: #074EB9;
    border-color: #074EB9;
}

.feo-card--small:hover .feo-small-icon svg {
    stroke: #fff;
} */

/* ========================================
   RESPONSIVE — FIVE ENGINES
   ======================================== */

@media screen and (min-width: 1365px) {
    .for-curve-1 , .for-curve-2{
        display: none;
    }
    .feo-card--small::after{
        display: none;
    }
    /* .feo-card--small{
        background-color: transparent !important;
         -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 304'%3E%3Cpath d='M326 300C337.046 300 346 291.046 346 280V220C346 208.954 354.954 200 366 200H426C437.046 200 446 191.046 446 180V20C446 8.95431 437.046 0 426 0H22C10.9543 0 2 8.95431 2 20V280C2 291.046 10.9543 300 22 300H326Z' fill='white'/%3E%3C/svg%3E");

        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 304'%3E%3Cpath d='M326 300C337.046 300 346 291.046 346 280V220C346 208.954 354.954 200 366 200H426C437.046 200 446 191.046 446 180V20C446 8.95431 437.046 0 426 0H22C10.9543 0 2 8.95431 2 20V280C2 291.046 10.9543 300 22 300H326Z' fill='white'/%3E%3C/svg%3E");

        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;

        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    } */
    .feo-card--small{
        background-color: transparent !important;
        background-image: url('../img/shap-bg-section.svg');
        background-size: cover;
        background-position: bottom right;
        margin-bottom: 2px;
        min-height: 306px;
        border-radius: 20px;
    }
    .feo-small-icon{
        right: 2px;
        bottom: 4px;
    }
    .feo-card--small:hover{
        background-color: transparent !important;
        background-image: url('../img/shap-bg-section-hover.svg');
        background-size: cover;
        background-position: bottom right;
    }
}
/* Tablet landscape */
@media only screen and (max-width: 1100px) {
    .feo-section        { padding: 80px 20px; }
    .feo-title          { font-size: 38px; }
    .feo-grid           { grid-template-columns: 260px 1fr; }
}

/* Tablet portrait — stack featured above 2x2 */
@media only screen and (max-width: 900px) {
    .feo-grid           { grid-template-columns: 1fr; }
    .feo-card--featured { min-height: 340px; }
    .feo-featured-number { font-size: 60px; }
}

/* Large mobile — 2 col small grid stays */
@media only screen and (max-width: 768px) {
    .feo-section        { padding: 60px 20px; }
    .feo-title          { font-size: 32px; }
    .feo-subtitle       { font-size: 15px; }
    .feo-header         { margin-bottom: 40px; }
    .feo-small-number   { font-size: 44px; }
    .feo-small-title    { font-size: 16px; }
    .feo-stat-num       { font-size: 24px; }
}

/* Small mobile — single column */
@media only screen and (max-width: 540px) {
    .feo-section        { padding: 50px 16px; }
    .feo-title          { font-size: 26px; }
    .feo-small-grid     { grid-template-columns: 1fr; }
    .feo-card--featured { min-height: 300px; }
    .feo-small-number   { font-size: 38px; }
    .feo-small-title    { padding-right: 48px; }
}

/* ========================================
   SECTION 1 — REAL NUMBERS (OUTCOMES)
   ======================================== */

.ono-section {
    background: #1B3FAB;
    padding: 78px 20px;
}

.ono-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.ono-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Left column */
.ono-left {
    max-width: 570px;
    width: 100%;
}

.ono-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 14px;
}

.ono-subtitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* Right stats grid */
.ono-right {
    flex: 1;
}

.ono-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.ono-stat {
    padding: 15px 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.ono-stat:hover{
    border-color: #fff !important;
}

.ono-stat-num {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 4px;
}

.ono-stat-label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

/* ── Responsive ── */
@media only screen and (max-width: 1024px) {
    .ono-stat {
        padding: 20px 28px;
    }
    .ono-stat-num {
        font-size: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .ono-section {
        padding: 60px 20px;
    }
    .ono-inner {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
    .ono-left {
        flex: none;
        max-width: 100%;
    }
    .ono-right {
        width: 100%;
    }
    .ono-title {
        font-size: 26px;
    }
    .ono-stat {
        padding: 16px 24px;
    }
    .ono-stat-num {
        font-size: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .ono-section {
        padding: 50px 16px;
    }
    .ono-stats {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    .ono-title {
        font-size: 22px;
    }
    .ono-stat {
        padding: 14px 16px;
    }
    .ono-stat-num {
        font-size: 28px;
    }
    .ono-stat-label {
        font-size: 12px;
    }
}


/* ========================================
   INTEGRATION & COMPATIBILITY SECTION
   ======================================== */

.ic-section {
    background: #F0F2F8;
    padding: 90px 20px;
}

.ic-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.ic-header {
    text-align: center;
    margin-bottom: 40px;
}

.ic-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #252840;
    margin-bottom: 12px;
    max-width: 7780px;
    margin-left: auto;
    margin-right: auto;
}

.ic-subtitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #252840B2;
    margin: 0 auto;
}

/* ── 6 Icon Cards ── */
.ic-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.ic-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E8EDF5;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex: 0 0 calc(25% - 14px);
    min-width: 140px;
    text-decoration: none;
}

.ic-card:hover {
    background-color: #074EB9;
    box-shadow: 0px 4px 16px 0px #074eb940;
    text-decoration: none;
}

.ic-card:hover .ic-icon img {
    filter: brightness(0) invert(1);
}

.ic-card:hover .ic-card-label {
    color: #fff;
}

.ic-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-card-label {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #252840;
    text-align: center;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* ── Divider with badge ── */
.ic-divider {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 30px;
}

.ic-divider-line {
    flex: 1;
    height: 1px;
    background: #BAD3FD;
}

.ic-no-replace-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #BAD3FD;
    border-radius: 999px;
    padding: 10px 30px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #074EB9;
    white-space: nowrap;
}

/* ── Connect description ── */
.ic-connect-desc {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #252840B2;
    text-align: center;
    max-width: 830px;
    margin: 0 auto 30px;
}

.ic-connect-desc strong {
    font-weight: 600;
    color: #252840;
}

/* ── Flow diagram ── */
.ic-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.ic-flow-box {
    flex: 1;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.ic-flow-box:hover {
    box-shadow: 0px 4px 15px 0px #00000040;
}

.ic-flow-box--light {
    background: #E8EEF9;
    border: 1px solid #D0DCF0;
}

.ic-flow-box--dark {
    background: #074EB9;
}

.ic-flow-box-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center;
    color: #252840;
}

.ic-flow-box--light .ic-flow-box-title {
    color: #252840;
}

.ic-flow-box--dark .ic-flow-box-title {
    color: #fff;
}

.ic-flow-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ic-flow-item {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
}

.ic-flow-box--light .ic-flow-item {
    background: #fff;
    color: #252840;
    border: 1px solid #D8E3F2;
}

.ic-flow-box--dark .ic-flow-item {
    background: #FFFFFF33;
    color: #fff;
}

/* ── Connector icon ── */
.ic-flow-connector {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #074EB9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    z-index: 1;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.ic-flow-connector-dot{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 184px;
    height: 1px;
    background: #fff;
    border-bottom: 1px dotted #074EB9;
}

.ic-flow-connector img{
    filter: brightness(0) invert(1);
    max-width: 32px;
}

/* ========================================
   RESPONSIVE — INTEGRATION
   ======================================== */

@media only screen and (max-width: 1200px) {
    .ic-card {
        flex: 0 0 calc(25% - 12px);
    }
}

@media only screen and (max-width: 900px) {
    .ic-section { padding: 70px 20px; }
    .ic-title   { font-size: 32px; }
    .common-body-text h2 {
        font-size: 32px;
    }
    .ic-card {
        flex: 0 0 calc(25% - 12px);
    }
    .ic-flow {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
    .ic-flow-box {
        width: 100%;
        max-width: 480px;
    }
}

@media only screen and (max-width: 768px) {
    .ic-section { padding: 60px 20px; }
    .ic-title   { font-size: 26px; }
    .common-body-text h2{
        font-size: 26px;
    }
    .ic-card {
        flex: 0 0 calc(33.333% - 12px);
        min-width: 120px;
        padding: 22px 14px;
    }
    .ic-card-label { font-size: 13px; }
    .ic-no-replace-badge { font-size: 13px; padding: 7px 16px; }
    .ic-connect-desc { font-size: 15px; }
}

@media only screen and (max-width: 540px) {
    .ic-title { font-size: 22px; }
    .common-body-text h2{ font-size: 22px; }
    .ic-card {
        flex: 0 0 calc(50% - 8px);
        min-width: 0;
    }
    .ic-flow-box { max-width: 100%; }
    .ic-divider { gap: 10px; }
    .ic-no-replace-badge { font-size: 12px; padding: 6px 12px; }
}

@media only screen and (max-width: 380px) {
    .ic-card {
        flex: 0 0 calc(50% - 8px);
    }
    .ic-card-label { font-size: 12px; white-space: normal; text-align: center; }
}


/* ========================================
   SECTION 3 — FAQ (Bootstrap 4 Accordion)
   ======================================== */

.faq-section {
    background: #fff;
    padding: 90px 20px;
}

.faq-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #252840;
}

/* Each accordion item */
.faq-item {
    border: none !important;
    border-radius: 0px !important;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.3s ease;
    margin-bottom: 16px;
}


/* Question row */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #252840;
    background: #fff;
    transition: background 0.2s ease;
    text-decoration: none;
    border: 1px solid #E8E8EA !important;
    outline: 1px solid transparent !important;
    background-color: #F0F2F8;
    border-radius: 8px !important;
    margin: 4px;
    box-shadow: none !important;
}

/* .faq-question:hover {
    background: #F8FAFF;
    text-decoration: none;
    color: #252840;
} */

/* Active/open state — blue tinted background matching design */
.faq-question[aria-expanded="true"] {
    background: #EEF4FF;
    border: 1px solid #1A6DF9 !important;
    outline: 1px solid #1A6DF9 !important;
}

/* Icon — show plus or minus based on state */
.faq-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25284080;
    border: 1px solid #E5E9F1;
    border-radius: 50%;
    background-color: #fff;
}

.faq-icon svg {
    width: 16px;
    height: 16px;
    color: #25284080;
}

.faq-question[aria-expanded="true"] .faq-icon svg {
    stroke: #1B3FAB;
}

/* Show minus when open, plus when collapsed */
.faq-question[aria-expanded="true"] .icon-plus  { display: none; }
.faq-question[aria-expanded="true"] .icon-minus { display: block; }
.faq-question[aria-expanded="false"] .icon-plus  { display: block; }
.faq-question[aria-expanded="false"] .icon-minus { display: none; }
.faq-question.collapsed .icon-plus  { display: block; }
.faq-question.collapsed .icon-minus { display: none; }
.faq-question:not(.collapsed) .icon-plus  { display: none; }
.faq-question:not(.collapsed) .icon-minus { display: block; }

/* Answer body */
.faq-answer {
    padding: 22px 26px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 6px 0px #00000040;
    margin: 4px;
    margin-top: 14px;
    color: #252840B2;
}
.faq-answer p{
    margin-bottom: 0;
}
/* Responsive */
@media only screen and (max-width: 768px) {
    .faq-section    { padding: 60px 20px; }
    .faq-title      { font-size: 28px; }
    .faq-question   { font-size: 14px; padding: 16px; }
    .faq-answer     { font-size: 14px; padding: 14px 16px 18px; }
}

@media only screen and (max-width: 480px) {
    .faq-title      { font-size: 24px; }
    .faq-question   { font-size: 13px; }
}

/* ========================================
   COMMON BASE STYLES
   ======================================== */
.common-body-text h1{
    font-family: Inter;
    font-weight: 500;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.common-body-text h1 span{
    display: block;
}
.common-body-text h2{
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #252840;
    margin-bottom: 14px;
    max-width: 1020px;
    margin: 0 auto;
}
.common-body-text p{
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 0;
}
.core-btn.home-comm-btn{
    border: 2px solid #FFFFFF;
    padding: 13px 24px;
    border-radius: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: center;
    color: #fff !important;
    background-color: transparent !important;
    margin: 0 !important;
}
.common-mx-width{
    max-width: 1400px;
    width: 100%;
    padding: 70px 20px;    
    margin: 0 auto;
}

/* ========================================
   SOLUTIONS WE DELIVERED SECTION
   ======================================== */
.home-case-study-wr .common-mx-width{
    padding-bottom: 80px;
}
.home-case-study-wr h2{
    margin-bottom: 40px;
}
.home-case-study-wr .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 0;
}

.home-case-study-wr .grid-item {
    border: 1px solid #DDDDDD;
    outline: 2px solid #fff;
    padding: 20px;
    cursor: default;
    padding-bottom: 25px;
}

.home-case-study-wr .content-to-hide {
    display: none;
}
.case-card-flex{
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}
.case-card-flex .left-info{
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.case-card-flex .left-info span{
    font-family: Inter;
    font-weight: 800;
    font-size: 36px;
    line-height: 24px;
    color: #074EB9;
    display: inline-block;
}

.home-case-study-wr .grid-item .case-card-flex .left-info p{
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
    text-transform: uppercase;
}
.card-img-wr{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex: 1;
    overflow: hidden;
}
.card-img-wr img{
    width: 100%;
    height: 100%;
}
.home-case-study-wr .core-btn.home-comm-btn{
    border: 1px solid #074EB9;
    border-radius: 4px;
    color: #074EB9 !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    padding: 2px 20px;
    margin-bottom: 10px !important;
}

.home-case-study-wr .grid-item h3{
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.home-case-study-wr .grid-item p{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 20px;
}

.case-image-wr{
    margin-bottom: 26px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
}
.case-image-wr img{
    filter: grayscale(100%);
    opacity: 0.5;
}
.home-case-study-wr .grid-item:hover{
    border-color: #074EB9;
    outline-color: #074EB9;
    box-shadow: 0px 4px 50px 0px #0000002B;
}
.home-case-study-wr .grid-item:hover .case-image-wr img{
    filter: none;
    opacity: 1;
}
.home-case-study-wr .grid-item:hover h3{
    color: #074EB9;
}
.home-case-study-wr .grid-item:hover .core-btn.home-comm-btn{
    background-color: #074EB9 !important;
    color: #fff !important;
}

.button-container {
    text-align: center;
    margin-top: 14px;
}

#toggleButton{
    border: 1px solid #074EB9;
    border-radius: 4px;
    color: #fff !important;
    background-color: #074EB9 !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    padding: 2px 20px;
    height: 40px;
    outline: 0;
    box-shadow: none;
}

#toggleButton:hover{
    background-color: #fff !important;
    color: #074EB9 !important;
}

/* ========================================
   LATEST TALKS SECTION
   ======================================== */
.latest-talk-section-wr.common-mx-width{
    padding: 80px 20px;
}
.latest-talks-title {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #252840;
    text-transform: none !important;
    margin-bottom: 36px;
    letter-spacing: -0.01em;
}
.lt-img-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.lt-img-card {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    aspect-ratio: 3 / 4;
    background-color: #0d2d5e;
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
}

.lt-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.lt-img-card:hover img {
    transform: scale(1.1);
}

.lt-img-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(5, 21, 42, 0) 30%,
        rgba(5, 21, 42, 0.85) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 18px;
    transition: background 0.3s ease;
}

.lt-img-card:hover .lt-img-card-overlay {
    background: linear-gradient(
        to bottom,
        rgba(5, 21, 42, 0) 10%,
        rgba(5, 21, 42, 0.92) 100%
    );
}

.lt-img-tag {
    display: inline-block;
    background-color: #074EB9;
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 6px;
    margin-bottom: 15px;
    width: fit-content;
}

.lt-img-card-overlay h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 0;
    transition: color 0.25s ease;
}

.lt-img-card-overlay p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
    margin-top: 14px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.lt-img-card:hover .lt-img-card-overlay p {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

/* ========================================
   FORM SECTION
   ======================================== */
.sln-form-bg{
    background-color: #F4F8FF;
}
.home-form-wr{
    padding: 120px 20px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 20px 60px;
}
.home-form-wr .form-left-side{
    width: 100%;
}
.home-form-wr .form-left-side h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #252840;
    text-transform: none;
    margin-bottom: 20px;
    max-width: 500px;
}
.home-form-wr .form-left-side h2 span{
    color: #074EB9;
}
.home-form-wr .form-left-side .listing p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #252840;
    position: relative;
    margin-bottom: 14px !important;
    margin-left: 18px;
}
.home-form-wr .form-left-side .listing p::before{
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    height: 8px;
    width: 8px;
    background-color: #074EB9;
}
.home-form-wr .form-left-side p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #252840;
    margin-bottom: 32px;
}
.home-form-wr .form-right-side{
    /* min-width: 500px; */
    width: 100%;
    max-width: 700px;
    padding: 49px 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px #00000040;
    background-color: #fff;
}
.home-form-wr .form-right-side h3{
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #323232;
    text-align: center;
    margin-bottom: 24px;
}
.home-form-wr .form-right-side .form-dec-txt{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
}
.home-form-wr .form-group{
    margin-bottom: 24px !important;
    padding: 0 7px !important;
    display: block;
    width: 100%;
}
.home-form-wr .form-group input, textarea.form-control{
    border: 1px solid #CCCCCC !important;
    border-radius: 5px !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #333333 !important;
    padding: 21px 20px !important;
}
.home-form-wr .form-group input::placeholder{
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Inter !important;
}
.home-form-wr .form-group textarea.form-control{
    height: 100px !important;
    padding: 14px 20px !important;
    margin-bottom: 1px !important;
}
.home-form-wr .form-group textarea.form-control::placeholder{
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Inter !important;
}
.core-btn.talent-btn{
    width: 100% !important;
    display: inline-block !important;
    outline: 0;
    box-shadow: none;
    text-align: center;
    height: 44px;
    padding: 8px;
    background-color: #074EB9 !important;
    border-color: #074EB9 !important;
    border-radius: 4px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #fff !important;
}

/* ========================================
   RESPONSIVE - SOLUTIONS WE DELIVERED
   ======================================== */
@media only screen and (max-width: 991px) {
    .home-case-study-wr .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-case-study-wr .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* ========================================
   RESPONSIVE - LATEST TALKS
   ======================================== */
@media only screen and (max-width: 768px) {
    .lt-img-cards-grid {
        gap: 16px;
    }
    
    .lt-img-card {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
    
    .lt-img-card-overlay p {
        max-height: 150px;
        opacity: 1;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }
    .latest-talks-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .lt-img-cards-grid {
        gap: 16px;
    }
    
    .lt-img-card {
        flex: 1 1 100%;
        max-width: 400px;
    }
    
    .lt-img-card-overlay h4 {
        font-size: 20px;
    }
    
    .lt-img-card-overlay p {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ========================================
   RESPONSIVE - FORM SECTION
   ======================================== */
@media only screen and (max-width: 1200px) {
    .home-form-wr {
        padding: 60px 20px;
        gap: 20px 40px;
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    .home-form-wr {
        flex-wrap: wrap;
    }
    .home-form-wr .form-right-side {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .home-form-wr {
        padding: 50px 16px !important;
    }
    .home-form-wr .form-right-side {
        padding: 24px 16px !important;
    }
}

/* ========================================
   WORKS WITH WHAT YOU ALREADY USE SECTION
   ======================================== */

.works-with-section {
    background: #F8F9FB;
    padding: 80px 20px;
    overflow: hidden;
}

.works-with-wrap {
    max-width: 100%;
    margin: 0 auto;
}

.works-with-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #252840;
    text-align: center;
    margin-bottom: 16px;
}
.works-with-sub-title{
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #252840B2;
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

.works-with-scroll-container {
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.works-with-logos {
    display: flex;
    align-items: center;
    gap: 120px;
    animation: scrollLogos 30s linear infinite;
    width: fit-content;
}

.works-with-logos:hover {
    animation-play-state: paused;
}
.works-with-scroll-reverse .works-with-logos img{
    max-height: 30px;
}
.works-with-scroll-reverse .works-with-logos {
    animation: scrollLogosReverse 30s linear infinite;
}
.works-with-scroll-reverse .works-with-logos:hover {
    animation-play-state: paused;
}
.built-learn-more{
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -1%;
    color: #1A6DF9;
    padding: 1px 16px;
    border-radius: 5px;
    background-color: #fff;
    text-transform: capitalize;
    width: max-content;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
    margin-top: 0;
}

.lt-img-card:hover .built-learn-more {
    max-height: 100px;
    opacity: 1;
    margin-top: 14px;
}
.works-with-logos img {
    height: auto;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    max-height: 30px;
}

.works-with-logos img:hover {
    opacity: 1;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollLogosReverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .works-with-section {
        padding: 60px 20px;
    }
    
    .works-with-title {
        font-size: 26px;
        margin-bottom: 16px;
    }
    
    .works-with-logos {
        gap: 40px;
    }
    
    .works-with-logos img {
        height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .works-with-section {
        padding: 50px 16px;
    }
    
    .works-with-title {
        font-size: 22px;
    }
    
    .works-with-logos {
        gap: 30px;
    }
    
    .works-with-logos img {
        height: 35px;
    }
}

/* ========================================
   HEAR FROM OUR CLIENTS SECTION
   ======================================== */

.home-client-section {
    padding: 60px 0;
    background-color: #F4F8FF;
}

.home-client-section h2 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2 !important;
    color: #252840;
    text-align: center;
}

.home-client-section .swiper {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
}

.home-client-section .swiper-wrapper {
    display: flex;
    align-items: center;
}

.home-client-section .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    padding: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out, opacity 0.5s;
    opacity: 0.6;
    transform: scale(0.9);
}

.home-client-section .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    border: 3px solid #007bff;
    box-shadow: 0px 4px 50px 0px #0000002B;
}

.home-client-section .quote {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 24px;
    padding: 0 30px;
}

.home-client-section .testimonial-text {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    padding: 0 30px;
    margin-bottom: 0;
}

.testimonial-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 0 30px;
    padding-top: 34px;
    border-top: 1px solid #EEEEEE;
    margin-top: 40px;
}

.home-client-section .testimonial-author {
    display: flex;
    align-items: center;
}

.home-client-section .testimonial-author img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    margin-right: 16px;
}

.home-client-section .swiper-button-next,
.home-client-section .swiper-button-prev {
    color: #007bff;
    position: absolute;
    top: unset !important;
    bottom: 0 !important;
}

.home-client-section .swiper-button-next {
    position: relative !important;
    right: unset !important;
    top: unset !important;
    left: 57px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0;
    width: 45px;
}

.home-client-section .swiper-button-next:after {
    content: '' !important;
    height: 45px;
    width: 45px;
    background-image: url('../img/slider-next-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-client-section .swiper-button-next:hover:after {
    filter: brightness(0) saturate(100%) invert(30%) sepia(87%) saturate(2048%) hue-rotate(202deg) brightness(95%) contrast(99%);
}

.home-client-section .swiper-button-prev {
    position: relative;
    left: unset !important;
    top: 45px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    width: 45px;
}

.home-client-section .swiper-button-prev:after {
    content: '' !important;
    height: 45px;
    width: 45px;
    background-image: url('../img/slider-prev-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-client-section .swiper-button-prev:hover:after {
    filter: brightness(0) saturate(100%) invert(30%) sepia(87%) saturate(2048%) hue-rotate(202deg) brightness(95%) contrast(99%);
}

.home-client-section .swiper-pagination-bullet {
    background: #007bff;
}

.client-name {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
}

.client-designation {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

/* Responsive */
@media only screen and (max-width: 991px){
    .home-client-section .swiper-button-prev{
        right: 30px !important;
    }
    .home-client-section .swiper-button-next{
        left: 30px !important;
    }
}
@media only screen and (max-width: 768px) {
    .home-client-section {
        padding: 50px 20px;
    }
    
    .home-client-section h2 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .home-client-section .swiper-slide {
        padding: 20px 0;
    }
    
    .home-client-section .testimonial-text {
        font-size: 16px;
        line-height: 28px;
    }
    
    .home-client-section .testimonial-author img {
        width: 80px;
        height: 80px;
    }
    
    .testimonial-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .home-client-section h2 {
        font-size: 22px;
    }
    
    .home-client-section .testimonial-text {
        font-size: 15px;
        line-height: 26px;
        padding: 0 20px;
    }
    
    .home-client-section .quote {
        padding: 0 20px;
    }
    
    .testimonial-flex {
        padding: 0 20px;
        padding-top: 24px;
        margin-top: 30px;
    }
}

/* Logo Slider */
.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-flex;
    align-items: center;
    animation: 35s slide infinite linear;
}

.logos-slide .logo-slider-img-wr {
    height: 86px;
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    width: max-content;
    margin-right: 40px;
}

.logos-slide .logo-slider-img-wr img {
    max-width: 100%;
    max-height: 70px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
