#form-link{
    display: none;
}

/* common css */
.common-header{
    font-weight: 700;
    font-size: 53px;
    line-height: 68px;
    color: #030303;
}
.container-fluid .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container {
    max-width: 1300px;
}

/* Custom Bootstrap Overrides */

:root {
    --bs-primary: #2571F0;
    --bs-primary-rgb: 37, 113, 240;
    --bs-secondary: #f1f7fe;
    --bs-light: #f1f7fe;
}

.btn-primary {
    background-color: #2571F0;
    border-color: #2571F0;
    font-weight: 600;
    padding: 16px 34px;
    border-radius: 14px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-primary:hover {
    background-color: #1e5fd1;
    border-color: #1e5fd1;
    box-shadow: 0 4px 12px rgba(37, 113, 240, 0.3);
}

.btn-outline-primary {
    color: #2571F0;
    border-color: #2571F0;
    font-weight: 600;
    padding: 18px 30px;
    border-radius: 14px;
    font-size: 18px;
    height: auto;
    line-height: initial;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-outline-primary:hover {
    background-color: #2571F0;
    border-color: #2571F0;
    color: #ffffff;
}

/* Header Styles */
/*for header changes*/
.headerWrapper{
  background: #fff !important;
      box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.10) !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*/

/* Hero Section */
.hero {
    margin-top: 82px;
    background: #F1F7FE;
    padding: 124px 0;
    position: relative;
    overflow: hidden;
}
.hero-content-wrapper{
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.banner-right-side{
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}
.banner-right-side .banner-form-heading{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
}
.form-group input{
    background-color: #F6F7FB !important;
    border: 1px solid #E9EAEE !important;
    color: #333333 !important;
    font-weight: 500;
    font-family: Inter !important;
    line-height: 37px !important;
    padding: 6px 26px !important;
    border-radius: 8px !important;
}
.form-group input::placeholder{
    color: #323232 !important;
    font-weight: 400 !important;
    font-family: Inter !important;
}
.hero-badge {
    background-color: #ffffff;
    color: #2571F0;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 18px;
}

.banner-flex-wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 40px;
}
.banner-left-side-wr{
    max-width: 500px;
    width: 100%;
}
.hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 82px;
    color: #030303;
    margin-bottom: 18px;
    font-family: "Inter", sans-serif;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 48px;
    font-family: "Inter", sans-serif;
}

/* Dashboard Preview */
.dashboard-preview {
    position: relative;
    z-index: 10;
    background: linear-gradient(to bottom, #F1F7FE 50%, #2571F0 50%);
}

/* .dashboard-image {
    width: 100%;
    max-width: 1806px;
    height: auto;
    max-height: 1000px;
    box-shadow: 0px 2px 50px 0px #0000001A;
    border-radius: 20px;
}
.embed-responsive .embed-responsive-item{
    width: 100%;
    max-width: 1806px;
    height: auto;
    border-radius: 20px;
    max-height: 1000px;
} */

/* #dashboardCarousel .carousel-item {
    max-height: 800px;
} */

.dashboard-image,
.video-embed-responsive,
.video-embed-responsive-item {
    width: 100%;
    height: 100%;
    max-width: 1800px;
    max-height: 850px;
    border-radius: 20px;
    margin: 0 auto;
}
.carousel-indicators {
    bottom: -50px;
    gap: 4px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
}

.carousel-indicators .active {
    background-color: #ffffff;
}

/* Stats Section */
.stats-section {
    background-color: #2571F0;
    padding: 130px 0;
    color: #ffffff;
}
.stats-section .nav-tabs{
    border-bottom: 0;
    flex-wrap: nowrap;
}
.stats-section .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #2571F0;
    border-color: #fff;
}
.stats-section .nav-tabs .nav-link {
    border-radius: 0 !important;
    color: #fff;
    border: 0 !important;
    background-color: #015BBC;
    min-width: 210px;
    padding: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.stats-section .nav-tabs .nav-item:first-child .nav-link{
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.stats-section .nav-tabs .nav-item:last-child .nav-link{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.stats-section .tab-content {
    margin-top: 36px;
    background-color: #1976ed; /* your blue bg */
    color: white;
    max-width: 630px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
}

.stats-badge {
    background-color: #f1f7fe;
    color: #2571F0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
}

.stats-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
}

.stat-sub-title{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
}

.stat-number {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 19px;
    font-weight: 600;
    opacity: 0.9;
}
.stat-cost-flex{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin-top: 80px;
}
.stat-cost-col{
    text-align: center;
}

/* Features Section */
.features-section-wrapper{
    padding: 120px 0;
}
.features-section-wrapper p,
.tract-section-wrapper p{
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
}
.features-badge {
    background-color: #f1f7fe;
    color: #2571F0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 17px;
}

.features-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #030303;
    max-width: 630px;
}
.features-sub-title{
    max-width: 630px;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 26px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.feature-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.feature-text {
    font-size: 22px;
    font-weight: 600;
    color: #030303;
}

.features-image {
    max-width: 100%;
}

/* tract section css here */
.tract-section-wrapper{
    padding: 0;
    padding-bottom: 123px;
}

/* How It Works Section */
.how-it-works {
    background-color: #f1f7fe;
    padding: 122px 0;
}
.work-sub-heading{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
}
.works-right-txt{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
}
.process-card {
    background-color: #ffffff;
    padding: 48px 32px;
    border-radius: 18px;
    height: 100%;
}

.process-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 30px;
}

.process-title {
    font-size: 28px;
    font-weight: 600;
    color: #030303;
    margin-bottom: 20px;
}

.process-description {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 1.8;
}

/* Integration Section */
.integration-section-wrapper{
    padding: 122px 0;
}
.integration-info-mx{
    max-width: 810px;
    margin: 0 auto;
}
.integration-section-wrapper .features-badge{
    margin-bottom: 20px;
}
.integration-sub-heading{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 46px;
    color: #333333 !important;
}
.integration-sub-heading a{
    color: #333333 !important;
    text-decoration: underline !important;
    display: inline !important;
}
.integration-logo {
    background-color: #ffffff;
    border: 1px solid #dae0e6;
    border-radius: 10px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: 120px;
}

.integration-logo:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.integration-logo img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
}

/* advantage section css */

.how-it-works.advantage-section{
    background-color: #2571F0;
    color: #fff !important;
}
.how-it-works.advantage-section h2{
    color: #fff !important;
}
.advantage-section .process-card{
    background-color: #015BBC;
    color: #fff !important;
}
.advantage-section .process-title {
    color: #fff !important;
}
.advantage-section .process-description{
    color: #fff !important;
}

/* Stay Informed Section */

.features-section-wrapper.stay-informed-section{
    background-color: #F1F7FE;
    padding: 130px 0;
    padding-bottom: 30px;
}
.stay-informed-section .features-badge{
    background-color: #fff;
}
.information-image{
    box-shadow: 0px 2px 50px 0px #0000000D;
    border-radius: 10px;
}

.info-accordion-wrapper{
    max-width: 600px;
    min-height: 520px;
}

.info-accordion-wrapper .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.info-accordion-wrapper .btn-link {
    background: #ffffff;
    border-radius: 14px !important;
    font-weight: 600;
    font-size: 20px;
    padding: 30px;
    color: #030303;
    text-decoration: none;
    width: 100%;
    text-align: left;
    border: none;
}

.info-accordion-wrapper .btn-link:focus,
.info-accordion-wrapper .btn-link:hover {
    text-decoration: none;
    color: #030303;
    box-shadow: none;
}

.info-accordion-wrapper .btn-link:not(.collapsed) {
    color: #000;
    background-color: #ffffff;
    box-shadow: none;
}

.info-accordion-wrapper .card-body {
    font-size: 20px;
    color: #030303;
    padding: 20px 30px 30px;
}

.info-accordion-wrapper .card {
    border: none;
    margin-bottom: 26px;
    background-color: transparent;
}

/* security section css */
.security-section-wrapper{
    padding: 90px 0;
}
.security-section-wrapper .features-title{
    margin-bottom: 16px;
}
.security-sub-title{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 32px;
    max-width: 600px;
}
.security-section-wrapper .process-card{
    border: 1px solid #DFEBFF !important;
}
.security-card .security-icon-img{
    max-width: 100%;
}

/* Pricing Section */
.how-it-works.pricing-section-wrapper{
    padding: 90px 0;
}
.pricing-section-wrapper .features-badge{
    background-color: #fff;
    margin-bottom: 20px;
}
.pricing-sub-text{
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #333333;    
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 65px;
}
.pricing-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 52px 37px;
    height: 100%;
}
.pricing-card .card-position-relative{
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}
.pricing-card .btn{
    position: absolute;
    left: 0;
    bottom: 0px;
}
.pricing-plan {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #030303;
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    margin-bottom: 36px;
    padding: 0;
}

.pricing-features li {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #AEC0D4;
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* CTA Section */
/* .cta-section-wrapper{
    background-color: #2571F0;
    padding: 126px 0;
} */
.cta-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 122px 56px;
}
.cta-main-content-wr{
    max-width: 1140px;
    margin: 0 auto;
}
.cta-badge {
    background-color: #f1f7fe;
    color: #2571F0;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 53px;
    font-weight: 700;
    color: #030303;
    line-height: 65px;
    margin-bottom: 14px;
}
.cta-sub-txt{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 45px;
    color: #333333 !important;
}
.cta-sub-txt a{
   color: #333333 !important;
   text-decoration: underline !important; 
   display: inline !important;
}
/* Footer */
.footer {
    background-color: #2571F0;
    color: #ffffff;
    padding: 0;
}

.footer-brand {
    max-width: 450px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

.footer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-nav {
    list-style: none;
    padding: 0;
}

.footer-nav li {
    margin-bottom: 24px;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400 !important;
}

.footer-nav a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.contact-item {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}
.contact-item span{
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
}

.contact-item img {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}

.footer-bottom {
    background-color: #0362C9;
    text-align: center;
    padding: 13px 0;
    margin-top: 40px;
}
.footer-bottom p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
}

/* Modal Styles */
.modal-dialog{
    max-width: 720px;
}
.form-margin-bottom{
    margin-bottom: 30px;
}
#formsModal .modal-content {
  border-radius: 30px;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 50px !important;
}

#formsModal .modal-header {
  border-bottom: none;
  padding: 30px 30px 0;
}

#formsModal .modal-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 12px;
    color: #030303;
}
.modal-sub-heading{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}
#formsModal .modal-body {
  padding: 0 30px 30px;
}

#formsModal .modal-body p {
  color: #718096;
  margin-bottom: 25px;
}

#formsModal .form-control {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

#formsModal .form-control:focus {
  box-shadow: none;
  border-color: #4f46e5;
}

#formsModal .btn-close {
  box-shadow: none;
}

#formsModal .btn-primary {
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
}

/* Responsive adjustments */

.faq-rcm-section{
    padding-bottom: 90px;
}

/*FAQ Section*/
.accordion-card {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin-bottom: 25px;
  border: 0;
}
.blue-header {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  border: 0;
}
.accordion-question-body {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.accordion-card li {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.accordion-card ul {
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
  font-family: "Inter", sans-serif;
}
.accordion-card ol {
  padding-left: 54px;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
  font-family: "Inter", sans-serif;
  position: unset !important;
  margin: 0 !important;
  width: 100%;
}
.accordion-card ol li {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  text-align: left;
  font-family: "Inter", sans-serif;
  width: 100%;
}
.btn-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #1a1a1a;
  text-decoration: none !important;
  text-transform: none;
  height: auto;
}
.btn-link:hover {
  text-decoration: none !important;
  color: #1a1a1a;
}
.btn-link:focus {
  box-shadow: none;
}
.btn-link .rm-icon {
  display: none;
}
.accordion-icon {
  color: #2571f0;
  margin-left: 15px;
}
.accordion-btn-position {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-before-puls {
  position: relative !important;
  padding: 0 12px !important;
}
.btn-link[aria-expanded="false"] .accordion-before-puls::before {
  position: absolute;
  content: "+";
  color: #2571f0;
  top: -19px;
  right: 0;
}
.btn-link[aria-expanded="true"] .accordion-before-puls::before {
  position: absolute;
  content: "-";
  color: #2571f0;
  top: -19px;
  right: 0;
}
.faq-header{
    margin-bottom: 60px;
}

@media (min-width: 768px) {    
    
    .footer-brand,
    .footer-links,
    .footer-contact {
        text-align: left;
    }
    
    .contact-item {
        justify-content: flex-start;
    }
}


/* max-width approch here  */

@media only screen and (max-width : 1440px){
    .stats-section .nav-tabs .nav-link{
        min-width: auto;
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
        padding: 8px 16px;
    }
}

@media only screen and (max-width : 1240px){
    .stat-cost-flex{
        justify-content: center;
        gap: 40px 60px;
    }
    .stat-number {
        font-size: 50px;
    }
    .navbar-nav .nav-link{
        font-size: 18px;
        margin: 0 14px;
    }
}

@media (max-width:1366px){
    .hero-title{
        font-size: 62px;
        line-height: 72px;
    }
}

@media (max-width:1200px){
    .banner-right-side .banner-form-heading{
            font-size: 32px;
    }
    .hero-title{
        font-size: 52px;
        line-height: 62px;
    }
}

@media (max-width:1024px){
    .banner-right-side{
        padding: 30px;
    }
    .hero{
        padding: 80px 0;
    }
    .stats-section{
        padding: 80px 0;
    }
    .features-section-wrapper,
    .tract-section-wrapper,
    .how-it-works,
    .integration-section-wrapper,
    .how-it-works.advantage-section,
    .how-it-works,
    .security-section-wrapper,
    .cta-content,
    .how-it-works.pricing-section-wrapper{
       padding: 60px 0; 
    }
    .tract-section-wrapper{
        padding-top: 0 !important;
    }
    .faq-rcm-section{
        padding-bottom: 60px;
    }
    .hero-title{
        font-size: 42px;
        line-height: 52px;
    }
    .stats-title,
    .features-title,
    .common-header,
    .cta-title{
        font-size: 32px;
        line-height: 42px;
    }
    .feature-text,
    .work-sub-heading,
    .integration-sub-heading,
    .work-sub-heading,
    .pricing-sub-text,
    .cta-sub-txt{
        font-size: 20px;
        line-height: 30px;
    }
    .stat-sub-title,
    .stats-section .tab-content,
    .features-section-wrapper p, .tract-section-wrapper p,
    .works-right-txt,
    .works-right-txt{
        font-size: 18px;
        line-height: 28px;
    }
    .process-card{
        padding: 20px;
    }
    .process-icon{
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }
    .process-title{
        font-size: 24px;
    }
    .process-description{
        font-size: 16px;
        line-height: 24px;
    }
    .btn-primary{
        padding: 10px 20px;
    }
    .btn-outline-primary{
        padding: 10px 20px;
        font-size: 16px;
        height: 49px;
    }
}
@media (max-width:767px){
    .banner-flex-wr{
        flex-direction: column;
    }
    .banner-left-side-wr{
        max-width: 100%;
    }
    .hero{
        padding: 40px 0;
    }
    .banner-right-side{
        padding: 20px;
    }
    .hero-title{
        font-size: 32px;
        line-height: 42px;
    }
    .banner-right-side .banner-form-heading{
        font-size: 24px;
    }
}

@media (max-width:600px){
    .hero{
        margin-top: 60px !important;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}