@media (max-width:768px) {
  h2 {
    font-size: 34px !important;
    line-height: 1.3 !important;
    font-family: "Poppins", sans-serif !important;
    color: #273272 !important;
  }


      .behavioral-page-banner .obgyn-page-banner-image {
        margin-top: 30px;
        width: 100% !important;
        height: 100% !important;
    }
}
body{
  overflow-x: hidden;
}
.challenges-wrapper {
  padding: 60px 0px;
}
.finance-card a {
  color: #4a5568 !important;
}
.cfo-baner {
  padding: 0 80px;
}
.behavioral-page-banner {
  background: #E9EAF1;
      padding: 0px 0 60px 0;
      margin-top: 115px !important;
}

.mobile_head .nav-list .dropdown .dropdown-toggle{
  color: #fff !important;
  font-family: 'Poppins' !important;
}


.obgyn-page-banner-image {
    width: 491px !important;
    margin-top: 61px;
}
.event-image {
   width: 491px;
}
.event-img-col {
  text-align: center;
}
.banner-content h1 {
  font-size: 46px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #273272;
}
.challenges-wrapper h2 {
  font-size: 36px !important;
    line-height: 40px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    color: #273272;
    text-align: center;
}
.banner-content h3 {
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 25px !important;
  font-size: 18px !important;
}

.banner-content p {
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}

p {
  font-size: 18px;
  font-family: "Poppins", sans-serif !important;
}


h2 {
  font-size: 36px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  line-height: 64px;
  color: #273272;
  text-align: center;
}



.get-started-btn {
  background: #273272;
  color: #ffffff;
  border-radius: 0 0 0 0;
  width: 125px;
  font-family: "Poppins", sans-serif !important;
}

.get-started-btn:hover {
  color: #ffffff !important;
}
.banner-content {
  margin-top: 22px;
}
@media (max-width:768px) {
  .behavioral-page-banner {
    height: 100%;
    margin-top: 0px !important;
  }
  .event-gradient-image {
    min-height: unset !important;
  }
  .finance-card {
    margin-bottom: 20px;
  }

  .banner-content h1 {
    font-size: 43px !important;
  }
}

/* ------------chellanges-section-css-------- */

/* 
    .challenges-wrapper {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    } */

    .challenges-image {
      width: 100%;
      border-radius: 8px;
    }

    .challenges-cta-btn {
     display: inline-block;
  margin-top: 20px;
  background: #273272;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
    }

    .challenges-cta-btn:hover {
      background-color: #2d3c7a;
    }

    .challenges-card {
      background: #f7f9fc;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      display: flex;
      padding: 10px;
    }

    .challenges-card img {
      width: 25%;
      height: 50%;
      object-fit: cover;
      margin-right: 15px;
      border-radius: 6px;
    }



    .challenges-card p {
      font-size: 13px;
      margin-bottom: 5px;
    }

    .challenges-card a {
      color: #f60;
      font-size: 13px;
      text-decoration: none;
    }

.challenges-text h3 {
  
  color: #273272;
  font-size: 27px !important;
  line-height: 40px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.challenges-card h4{
  font-size: 24px !important;
  line-height: 32px !important;
  color: #1c2d6b;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.challenges-card a {
  color: #fd7d00;
  /* text-decoration: underline; */
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
}

.challenges-card-inner {
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.compass-section {
  padding: 60px 0;
}
@media (max-width: 768px){
  .challenges-cta-btn{
    margin-bottom: 30px;
  }
}

.bp-cfo-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.bp-cfo-wrapper {
  padding: 60px 0;
}
.bp-cfo-gradient-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
 font-size: 46px;
 line-height: 56px;
  text-align: center;
  color:#273272;
  margin-bottom: 50px;
}

.bp-cfo-desc {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  margin-top: 15px;
  color: #333333;
  margin-bottom: 20px;
}

.bp-cfo-cta-btn {
  display: inline-block;
  background: #273272;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.bp-cfo-cta-btn:hover {
 background: #273272;
 color: #ffffff;
}

.bp-cfo-card {
  display: flex;
  align-items: center;
     background: linear-gradient(3600deg, #273272 0%, #4A5FD8 100%);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.bp-cfo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.bp-cfo-card-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.bp-cfo-card-title {
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 36px;
    color: #fff;
    margin: 0 0 10px 0;
}

.bp-cfo-card-link {
     color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

.bp-cfo-card-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* .challenges-section {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 50px;
}

.challenges-left {
    background: #f5f7fa;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.challenges-left h2 {
  color: #273272;
  font-size: 23px !important;
  margin-bottom: 20px;
  line-height: 31px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.challenges-text h3 {
  color: #273272;
  font-size: 18px !important;
  line-height: 40px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.challenges-left p {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif !important;
}

.challenges-download-btn {
  display: inline-block;
  margin-top: 20px;
  background: #273272;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
}

.challenges-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.challenges-card {
  padding: 0px 15px 20px 20px;
  border-radius: 10px;
  transition: box-shadow 0.3s;
  background: white;
  display: flex;
  align-items: center;
}

.challenges-card::before{
  content: url(./assets/chellanges-icon.png) !important;
       transform: scale(0.5);
}

.challenges-text h2 {
  color: #273272;
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 8px 0;
}

.challenges-text a {
  color: #fd7d00;
  text-decoration: underline;
  font-weight: bold;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
}
.challenges-download-btn:hover {
    color: #fff;
}

@media (max-width: 768px){
  .challenges-section{
    display: block;
  }
} */
/* --------------------------- */


/* -----------accordion section---------------- */

  
    .accordion {
      /* background: #E9EAF1; */
      border-radius: 10px;
      /* box-shadow: 0 0 15px rgba(0,0,0,0.05); */
      overflow: hidden;
      padding: 60px 0;
    }

    .accordion .row{
          background: #E9EAF1;
    border-radius: 25px;

    }

    .accordion-title{
       font-size:36px !important;
  line-height:40px !important;
   font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  color: #273272;
  text-align:center;
   margin-bottom: 30px;
    }

    .accordion-sub-title{
      color: #555;
      font-size: 20px !important;
      line-height: 32px;
      text-align: center;
      margin-bottom: 60px;
    }

    .accordion-nav-box {
      background: #273272 !important;
      color: #fff;
      height: 100%;
      padding: 35px 10px;
      border-radius: 0 16px 16px 0;
      
    }
    .accordion-nav-btn {
      display: block;
      background: transparent;
      color: #ecf0f1;
      padding: 15px;
      border: none;
      text-align: left;
      width: 100%;
      margin-bottom: 10px;
      font-size: 18px !important;
         font-family: "Poppins", sans-serif !important;
    }
    .accordion-nav-btn:hover, .accordion-nav-btn.active {
      background: #fff !important;
      border-radius: 5px;
      color: #273272;
    }
    .accordion-content-box {
      padding: 0 60px !important;
      min-height: 280px;
   
    }
    #accordion-contentArea h3 {
          font-size: 28px !important;
    color: #273272 !important;
    line-height: 30px !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    margin-bottom: 30px;
    margin-top: 30px;
  
    }
    .accordion-btn-action {
      margin-top: 20px;
      background-color: #fd7d00 !important;
      color: #fff;
      border: none;
      font-family: "Poppins", sans-serif !important;
    }

    @media (max-width: 768px) {
      .accordion-nav-box {
        height: auto;
        text-align: center;
      }
      .accordion-title{
        margin-top: 60px;
      }
      .accordion-nav-btn {
        display: inline-block;
        margin: 5px;
      }
      .accordion{
        padding: 0 30px !important;
      }

      .accordion .row{
        padding-bottom: 30px;
    margin-bottom: 30px;
      }
      .accordion-content-box{
        padding: 0 20px !important;
      }
    }

/* -----------------whitepaper-section---------- */
  /* .whitepaper-section {
      padding: 40px;
      background-color: #273272;
    }

    .whitepaper-section h2{
      font-size:36px !important;
  line-height:40px !important;
   font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #fff;
  text-align:center;
  margin-top: 40px;
    }

    .whitepaper-section p{
      color: #fff;
      font-size: 16px !important;
      line-height: 26px;
    }

    .whitepaper,
    .ebook {
      background-color: #fff;
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 200px;
      font-family: "Poppins", sans-serif !important;
      margin-bottom: 40px;
         margin-top: 50px;
    }

    
    

    @media (max-width: 768px) {
      .whitepaper,
      .ebook {
        height: 150px;
      }
      .whitepaper-section h2{
        color: #fff !important;
      }
      .whitepaper-section p{
        text-align: center;
      }
      .whitepaper-section {
        margin-top: 40px;
    }
    } */


    .whitepaper-section {
  padding: 40px 15px 70px;
  background-color: #273272;
}

.whitepaper-section h2 {
  font-size: 36px !important;
  line-height: 40px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #fff !important;
  text-align: center;
  margin-top: 40px;
}

.whitepaper-section p {
  color: #fff;
  font-size: 20px !important;
  line-height: 32px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-family: "Poppins", sans-serif;
}

.whitepaper, .ebook {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
    height: 360px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  border-radius: 4px;
}

.whitepaper::before,
.ebook::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
}

.whitepaper .content,
.ebook .content {
  position: relative;
  z-index: 2;
  text-align: start;
}

.whitepaper .content h4,
.ebook .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 28px;
}

.whitepaper .content a,
.ebook .content a {
  color: #fd7d00;
  font-weight: 700;
  text-decoration: none;
}

.whitepaper .content a:hover,
.ebook .content a:hover {
  text-decoration: underline;
}

/* Background Images */
.whitepaper {
  background-image: url('./assets/cfo-whitepaper-image-one.webp');
}

.e-book-two:nth-child(1) {
  background-image: url('./assets/cfo-whitepaper-image-two.webp');
}

.e-book-three:nth-child(1) {
  background-image: url('./assets/cfo-whitepaper-image-three.webp');
}

@media (max-width: 768px) {
  .whitepaper, .ebook {
    height: 180px;
    text-align: center;
    padding: 15px;
  }

  .whitepaper-section h2 {
    font-size: 24px !important;
  }

  .whitepaper-section p {
    font-size: 14px !important;
  }
}

    /* -----------------e-book section--------- */

    /* .ebook-section-wrapper {
      padding: 50px 0;
    }

 .ebook-section-wrapper h2{
     font-size:36px !important;
  line-height:40px !important;
   font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #273272 !important;
  text-align:center;
  margin-top: 40px;
  }

    .ebook-card {
      background-color: #E9EAF1;
      height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000;
      text-align: center;
      border-radius: 6px;
      font-family: "Poppins", sans-serif !important;
      margin-bottom: 30px;
      margin-top: 40px;
    }

    @media (max-width: 768px) {
      .ebook-card {
        height: 300px !important;
      }
      .ebook-section-wrapper p{
        text-align: center;
      }
    } */


.ebook-section-wrapper {
  padding: 50px 0;
  background-color: #F8F9FB !important;
}

.ebook-section-wrapper h2 {
  font-size: 36px !important;
  line-height: 40px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #273272 !important;
  text-align: center;
}

.ebook-section-wrapper p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #555;
  text-align: center;
  margin-top: 15px;
}

.ebook-card {
  border-radius: 6px;
  padding: 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 30px;
}

.card-content {
  width: 100%;
  text-align: start;
}

.ebook-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.ebook-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #273272;
  min-height: 60px;
  margin-bottom: 15px;
  text-align: start;
  line-height: 26px;
}

.ebook-card .btn {
  background-color: #2f3c7e;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: start;
}

.ebook-card .btn:hover {
  background-color: #1b2a6d;
}

@media (max-width: 768px) {
  .ebook-card {
    height: auto !important;
    padding: 15px;
  }

  .ebook-section-wrapper h2 {
    font-size: 24px !important;
  }

  .ebook-section-wrapper p {
    font-size: 14px;
  }

  .ebook-card h4 {
    min-height: auto;
  }
}

  /* <!-- ----------------------------toolkit-section-------------- --> */

    .toolkit-section {
          /* padding: 30px 0 60px 0;
          margin-bottom: 40px; */
    }

    .toolkit-section h2 {
     font-size:36px !important;
  line-height:40px !important;
   font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 25px;
  color: #273272;
  text-align: left;
  margin-top: 20px !important;
    }

    .toolkit-section p {
      font-size: 20px;
      line-height: 32px;
    }

    .template-block {
          display: flex;
    align-items: baseline;
    }

    .template-block h3 {
      font-size: 16px;
      font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  color: #273272;
    }

    .template-block a {
      margin-top: 5px;
      color: #fd7d00;
      font-family: "Poppins", sans-serif !important;
      text-decoration: none;
      font-weight: 500;
          margin-left: 10px;
    }

    .template-block h3 a{
      display: inline-block;
    }

    .right-image img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .toolkit-section .btn-primary{
       background-color: #2f3c7e;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: start;
    font-family: "Poppins", sans-serif !important;
    margin-top: 30px;
    }

    .toolkit-section .btn-primary:hover{
      background-color: #2f3c7e;
      color: #fff;
    }

    @media (max-width: 768px){
      .toolkit-section{
        padding-top: 0px !important;
      }
      .toolkit-section h2{
        text-align: start !important;
      }
      .toolkit-section .btn-primary {
        margin-bottom: 30px;
    }
    }

/* ------------------------------automation-section-css */
/*reason section*/
.reasons-section .container-fluid{
  justify-items: center;

}
.reasons-section {

  background: #273272;
  /* background:url('./assets/reason-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain; */
  padding-top:80px;
  padding-bottom:80px!important;

}
.reasons-section .reason-card img {
  width:80px !important;
  height:80px;
}
.reasons-section .reasons-section-title {
font-size:46px !important;
  line-height:57px !important;
   font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  margin-top:0px !important;
  margin-bottom: 60px;
  color:#ffffff;
  text-align:center;
}
.reasons-section .reasons-section-sub-title {
   font-family: "Poppins", sans-serif !important;
font-weight: 400;
font-size: 16px !important;
 color:#fff;
line-height: 28px;
text-align:center;
}
.reasons-section p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
   /* padding-bottom:10px; */
   font-size: 18px!important;
  color:#ffffff;
  line-height: 1.4;
  /* width:50%; */
}

.learnmore-btn a {
 border: 1px solid #ffffff;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px !important;
    color: #fff;
    border-radius: 10px;
    font-family: 'Graphik' !important
}
.learnmore-btn a:hover {
  color: #fff;
}
.reason-card {
  /* width:460px;  */
  text-align: left;
 background: #CED2E91A;
 box-shadow: 30px 100px 200px 0px #0000000D;
     padding: 35px;
  border-radius: 8px;
  position: relative;
  margin-bottom:60px;
}

.reason-card img{
  width: 100px !important;
}

.images-new img{
  border-radius: 50px !important;
}
/* .reason-icon {
  width: 100px;
  height: 100px;
  /* background-color: #1e3a8a; */
  /* border-radius: 50%; */
 /* display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  padding-bottom: 60px;
  transform: translateX(-50%);
}
.icon img {
  width: 24px;
  height: 24px;
} */
.reason-card h2{
 
font-size: 18px !important;
font-weight: 500!important;
line-height: 28px !important;
text-align: left;
/* padding-top:30px; */
color: #ffffff;
margin-top: 30px;
font-family: "Poppins", sans-serif !important;
}

.reasons-section .reason-card p{
 font-family: "Poppins", sans-serif !important;
font-size: 16px!important;
font-weight: 400!important;
line-height: 24px!important;
color: #ffffff!important;
text-align: left!important;
}

@media only screen and (max-width: 768px) {
  .reasons-section{
    padding-bottom:10px!important;
    background-size: cover!important;
  }
  .reasons-section .reasons-section-title{
    color: #fff !important;
  }
  .reason-card {
  margin-bottom:80px;

  }
  .reason-icon {
    width: 50px!important;
    height: 50px!important;
     display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: 50%;
    padding-bottom: 25px!important;
    transform: translateX(-50%);
  }
  .reason-card h2{
    font-size: 24px!important;
    line-height: 32px!important;
    text-align: left !important;
    color: #fff !important;
  }

  .reason-card p{
    font-size: 18px!important;
    line-height: 24px!important;
    
  }
  .reasons-section p{

    width:100%!important;
  }

}
.ai-automation-section h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #273272;
  font-size: 28px;
  font-weight: 700;
}

.ai-automation-section .box-first-row {
  background-color: #f0f3fc;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  min-height: 180px;
}

.ai-automation-section .box-second-row {
  background-color: #f0f3fc;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  min-height: 180px;
}

.ai-automation-section .box-first-row:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ai-automation-section .box-second-row:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ai-automation-section h5 {
  color: #273272;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}

.ai-automation-section p {
  color: #424242;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.8;
}

/* .ai-automation-section a {
margin-bottom: 50px !important;
} */

.box-first-row {
  margin-top: 20px;
}


/* Adjust padding for proper alignment */
.ai-automation-section .box {
  padding: 30px;
}

.learn-more {
  background-color: #273272;
  color: #ffffff;
  border-radius: 0 0 0 0;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0px !important;
}


.learn-more:hover {
  color: #ffffff !important;
}


@media (max-width:768px) {
  .ai-automation-section h2 {
    margin-top: 30px !important;
    font-size: 34px !important;
  }

  .arrow-icon {
    display: flex;
  }

}


/* ---------------------form-section-css */
#form-section {
  padding-top: 0px !important;
}

.speak-title {
  text-align: start;
  font-size: 31px !important;
  color: #273272;
  line-height: 1.3;
  margin-top: 100px;
}

.speak-content {
  margin-top: 25px;
  color: #424242;
  max-width: 485px;
}

.question {
  color: #273272;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.phone-number {
  color: #424242;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.form-submit-title {
  color: #273272;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 70px !important;
}



@media (max-width: 768px) {
  h2 {
    font-size: 36px;
    text-align: center !important;
  }

  .phone-number {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  .speak-title {
   margin-top: 81px !important;
  }

  .speak-content {
    font-size: 18px;
    text-align: center;
  }

  .question {
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
  }
}

/* -------------------credentail-section */


.aapcimg {
  width: 200px;
  padding-top: 33px;
}

.namssimg {
  width: 200px;
  padding-top: 50px;
}

.hipaaimg {
  width: 200px;
  padding-top: 20px;
}

.hbmaimg {
  width: 200px;
  padding-top: 20px;
}

.ssaeimg {
  width: 160px;
  margin-left: 237px;
  margin-top: 30px;
}

.hl7img {
  width: 200px;
  margin-left: 191px;
  margin-top: 27px;
}

.aicpaimg {
  width: 200px;
  margin-left: 135px;
  margin-top: 10px;
}

.icon-text {
  padding-bottom: 70px !important;
}

#content-area {
  margin-top: 30px;
  padding-bottom: 100px !important;
}

.oldar {
  padding-top: 30px;
}

.credentialing {
  padding-top: 30px;
}

.styled-tabs {
  padding-left: 160px !important;
}

.rcm-automation {
  margin-top: 60px;
}

.points1 {
  color: #fff !important;
  padding-top: 10px;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .centerhead {
    padding-left: 0px;
    padding-right: 0px;
  }
  .bp-cfo-cta-btn {
    margin-bottom: 25px;
  }
  .cta-section h2 {
    color: #fff !important;
  }
  .footerpara {
    padding-left: 0px;
    padding-right: 0px;
  }
body .cta-section {
background-image: url(assets/cfo-ebook-banner-mobile.png);
height: 100vh;
}
body .cfo-sec {
  top: 0px;
}
body .cfo-sec h2 {
  font-size: 31px !important;
  text-align:left !important;
}
  .centerbutton {
    margin-left: 90px;
  }

  /* .icon-text{
margin-left: 20px !important  ;
} */
  .icon-text__item {
    margin-left: 0px;
    height: 385px;
    width: 366px !important;
  }

  .formborder {
    margin-left: 20px;
    margin-right: 20px;
    background-attachment: scroll;
  }

  .why {
    text-align: center;
    color: #FE7D00;
    margin-top: 50px;
  }

  .rcm {
    width: 300px;
  }

  .lbe {
    width: 370px !important;
    margin-left: 27px;
    height: 623px;
  }

  .james {
    margin-left: 100px;
  }

  .jimhead {
    margin-left: 10px;
    font-size: 22px;
  }

  .deep {
    color: #d1d1d1;
  }

  .wcbf {
    margin-left: 15px;
  }

  .aapcimg {
    margin-left: 80px;
    margin-bottom: 40px;
  }

  .namssimg {
    margin-left: 80px;
    margin-bottom: 40px;
  }

  .hipaaimg {
    margin-left: 80px;
    margin-bottom: 40px;
  }

  .hbmaimg {
    margin-left: 80px;
    margin-bottom: 40px;
  }

  .ssaeimg {
    margin-left: 110px;
  }

  .hl7img {
    margin-left: 90px;
  }

  .aicpaimg {
    margin-left: 80px;
    margin-bottom: 40px;
  }

  .Veteran {
    margin-bottom: 60px;
  }

  .oldar {
    width: 300px;
  }

  .rcm-automation {
    width: 330px;
  }

  .credentialing {
    width: 310px;
  }

  .line1 {
    margin-top: 60px;
  }

  .section-heading-h2 {
    font-size: 25px;
  }

  .styled-tabs {
    padding-left: 1px !important;
  }
}
.list-section {
  background: #E9EAF1;
  padding: 60px 0;
}
.list-section .title {
  font-size: 36px !important;
    line-height: 40px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    color: #273272;
    text-align: center;
    margin-bottom: 20px;
}
.growth-para {
      font-size: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: center;
}
.accordion-content p {
  font-size: 15px;
  text-align: left !important;
}
.finance-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto; */
  margin-top: 30px;
}

.finance-card {
  background: white;
  border-radius: 15px;
      height: 310px;
    width: 100%;
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 20px; */
  transition: transform 0.2s, box-shadow 0.2s;
}

/* .finance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.12);
} */


.finance-cards {
   background: linear-gradient(135deg, #273272, #00ADEF);
   padding: 30px;
   border-radius: 20px;
       height: 310px;
    width: 100%;
}
.finance-cards h3 {
font-size: 23px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 24px;
   
}
.finance-btn a {
  background-color: #ffffff;
  color: #273272;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 10px;
  margin-top: 15px;
  border-radius: 10px;
}
.finance-cards p {
  color: #ffffff;
  margin-top: 20px;
}
.finance-btn {
  margin-top: 35px;
}
.finance-card h3 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
        background: linear-gradient(90deg, #273272 0%, #273272 35%, #00ADEF 100%);
    color: #ffffff;
    padding: 12px;
    margin: 0 0 8px 0;
    font-weight: 600;
    line-height: 30px;
    border-radius: 12px 12px 0 0;
}


.finance-card p {
     font-size: 16px;
     font-family: "Poppins", sans-serif;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 25px;
        padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #555;
}

.cta-card {
  background: #273272;
  color: white;
}

.cta-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  color: white;
}

.cta-card p {
  font-size: 0.95rem;
  color: #e0e0e0;
  line-height: 1.5;
}

.cta-link {
  color: #00ADEF;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.cta-link:hover {
  text-decoration: underline;
}

.finance-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.finance-card:hover {
  cursor: pointer;
  animation: zoomInOutHover 1.5s ease-in-out infinite;
}
.finance-card:nth-child(1) { animation-delay: 0.1s; }
.finance-card:nth-child(2) { animation-delay: 0.2s; }
.finance-card:nth-child(3) { animation-delay: 0.3s; }
.finance-card:nth-child(4) { animation-delay: 0.4s; }
.finance-card:nth-child(5) { animation-delay: 0.5s; }
.finance-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes zoomInOutHover {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/* New Css */

.excute-section .excute-section-title {
  font-size: 36px !important;
    line-height: 40px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    color: #273272;
    text-align: center;
    margin-bottom: 50px;
}
.excute-section .excute-title {
  font-size: 30px;
    line-height: 40px;
    color: #273272;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Poppins';
}
.excute-section  p {
      font-size: 20px;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    margin-top: 15px;
    color: #333333;
    margin-bottom: 20px;
}

.excute-section {
  padding: 60px 0;
}


        /* Override Bootstrap's default row margins for nested rows within the card */

        /* Styles for the event image */
        .event-gradient-image {
            width: 100%;
            height: 100%; /* Make it fill its container */
            min-height: 300px; /* Ensure a minimum height */
            /* background: linear-gradient(90deg, #273272 0%, #273272 35%, #00ADEF 100%); */
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        /* Media query for medium and larger screens (md breakpoint and up) */
        @media (min-width: 992px) {
            .event-card .event-image-col {
                order: 2; /* Place image column to the right */
            }
            .event-card .event-details-col {
                order: 1; /* Place details column to the left */
            }
        }

        /* Media query for screens smaller than medium (sm and xs breakpoints) */
        @media (max-width: 991px) {
            .event-card img {
                /* Rounded top corners when image stacks on top */
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 0;
                border-bottom-left-radius: 0;
            }
        }

        /* Styles for the event details content area */
        .event-card-body {       
            display: flex;
            flex-direction: column;
            justify-content: center; /* Vertically center content */     
        }

        /* Styles for the event date */
        .event-date {
            color: #273272; /* Purple color */
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 10px;
            display: flex;
            font-family: "Poppins", sans-serif !important;
            align-items: center; /* Align icon and text vertically */
        }

        /* Styles for the event title */
        .event-title {
            font-size: 32px;
            font-weight: 700;
            color: #273272 !important; /* Dark gray */
            margin-bottom: 15px;
            line-height: 42px;
            font-family: "Poppins", sans-serif !important;
        }

        /* Styles for the event description */
        .event-description {
            color: #4a5568; /* Medium gray */
            font-size: 16px;
            margin-bottom: 20px;
            line-height: 26px;
            font-family: "Poppins", sans-serif !important;
        }

        /* Styles for the event location */
        .event-location {
            color: #273272; /* Medium gray */
            font-weight: 500;
            font-size: 14px;
            font-family: "Poppins", sans-serif !important;
            margin-bottom: 25px;
            display: flex;
            line-height: 25px;
            align-items: center; /* Align icon and text vertically */
        }


        /* Styles for the section title */
        .section-title {
            font-size: 48px;
            font-weight: 800;
            color: #ffffff; /* White color for contrast against gradient */
            text-align: center;
            margin-bottom: 60px;
            line-height: 1.2;
        }

        /* Styles for small icons (e.g., location) */
        .icon-small {
            width: 18px;
            height: 18px;
            margin-right: 5px;
            color: #273272; /* Purple color for icons */
        }

        /* Styles for medium icons (e.g., calendar) */
        .icon-medium {
            width: 22px;
            height: 22px;
            margin-right: 8px;
            color: #273272; /* Purple color for icons */
        }
.cta-section {
    background-image:url(assets/cfo-ebook-banner-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
  
}
.cfo-sec {
      position: relative;
    top: 85px;
}
.cta-section h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 17px;
    color: #fff;
     text-align: left;
}
.cta-section p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
}
.cta-section .btn-sec {
  margin-top: 20px;
}
.cta-section .btn-sec a {
    background-color: #fd7d00;
    padding: 10px 10px;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 0px;
    text-decoration: none;
}
.accordion-container {
  
}

/* Shared header style */
.accordion-header {
  background: linear-gradient(180deg, #273272 0%, #4A5FD8 100%);
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Poppins';
      border-radius: 7px 7px 0 0;
}

/* Shared content style */
.accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0 15px;
    height: 160px;
        border-radius: 0px 0px 7px 7px;
}

.accordion-content a{
      color: #fd7d00;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Poppins';
}

.accordion-content a:hover{
      color: #fd7d00;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Poppins';
}

/* Optional: Different styles per section */
/* .accordion-section-1 .accordion-header { background: #003f5c; }
.accordion-section-2 .accordion-header { background: #2f4b7c; }
.accordion-section-3 .accordion-header { background: #665191; }
.accordion-section-4 .accordion-header { background: #a05195; }
.accordion-section-5 .accordion-header { background: #d45087; }
.accordion-section-6 .accordion-header { background: #f95d6a; } */
.ebook-content {
  margin-bottom: 40px;
}
.toolskit {
      background: #E9EAF1;
    padding: 60px 0;
}
@media (min-width: 1512px) and (max-width: 1920px) {
  body .container {
  width: 1534px;
  }
}

@media (min-width: 1198px) and (max-width: 1280px) {
  .container {
   width: 1170px;
  }
}

@media (min-width: 958px) and (max-width: 1024px) {
  .container {
    width: 970px;
  }
  
}
@media only screen and (max-width: 768px) { 
     .container {
    width: 100%;
  }
  }