.button-secondary-2024 img.flipped {
  transform: rotate(0deg);
}
.button-main-2024 img.flipped {
  transform: scaleX(-1);
 /* Flip horizontally */
}
.partner-logos-container {
  width: 100%;
  overflow: hidden;
}
.partner-logos-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partner-logos {
  display: flex;
  transition: transform 0.5s ease;
}
.partner-logo {
  width: 270px;
  height: 80px;
  flex-shrink: 0;
  margin: 0 10px;
}
.partner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial-carousel-indicators::before {
  opacity:0.4;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
 /* Adjust the thickness of the line */
  background-color: grey;
 /* Color of the line */
  left: 50%;
 /* Center the line horizontally */
  transform: translateX(-50%);
  z-index: -1;
 /* Ensure the line is behind the indicators */
}
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
 }
  to {
      opacity: 1;
      transform: translateY(0);
 }
}
.heading-separator-24 {
  opacity: 0;
 /* Start hidden */
}
.scroll-fade-in-up {
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.5s;
  / 
}
#main-lp-prod-para{
  font-size:1.3em;
  line-height:1.8em;
}
#main-lp-prod-heading{
  line-height:1.8em;
}
.slider__txt {
  border-bottom: 1px solid #005DAA;
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  padding-bottom: 20px;
  font-style: italic;
}
.slider__caption {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}
.quote-icon {
  margin-top: -41px;
}
.testimonial-carousel-indicators{
  display: flex;
  flex-direction: column;
  padding:15px;
}
.testimonial-carousel-indicators button {
  border: 1px solid #005DAA;
  background-color:#ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin:10px;
}
.testimonial-carousel-indicators button.active, .testimonial-carousel-indicators button:hover {
  background-color:#005DAA;
}
#main-lp-prod-img{
  object-fit: cover;
  height: 100%;
}
.flexibility-item{
  width:100%;
  height: 100%;
  padding:1.2em;
}
.flexibility-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.section-padding {
  padding: 80px 40px 80px 40px;
}
.section-partners-logo{
  text-align:center;
}
.section-partners-img {
  margin-bottom: 50px;
  padding: 20px;
  justify-content: center;
}
.resources-card {
  margin-bottom:30px;
  max-width: 450px !important;
}
.section1-24 {
  background-image: url("https://www.cincom.com/images/2024/landing-page-banner.jpg?pp");
  background-size: cover;
}
.heading-main-2024 {
  color: #005DAA;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
  text-align: left;
}
.heading-separator-24 {
  width: auto;
  margin-top: -20px;
}
.heading-sub-2024 {
  color: #3B475D;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}
.para-main-2024 {
  color: #3B475D;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}
.button-main-2024 {
  font-weight: 600;
  font-size: 1.2em;
  width: max-content;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: white !important;
  background-color: #F89030;
  padding: 5px 25px;
  border-radius: 100px;
}
.button-main-2024 img {
  padding: 6px;
  margin-left: 15px;
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  border-radius: 50%;
}
.button-main-2024:hover {
  border: 1px solid white;
  background: #005DAA;
  text-decoration: none;
  color: white !important;
}
.button-secondary-2024 {
  font-weight: 600;
  font-size: 1.2em;
  width: max-content;
  display: block;
  margin-top: 30px;
  text-decoration: none;
  color: white !important;
  background: #005DAA;
  padding: 5px 25px;
  border-radius: 100px;
}
.button-secondary-2024 img {
  transform: rotate(180deg);
  padding: 6px;
  margin-left: 15px;
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  border-radius: 50%;
}
.button-secondary-2024:hover {
  border: 1px solid white;
  background-color: #F89030;
  text-decoration: none;
  color: white !important;
}
.section2-stats {
  margin-top: 30px;
}
.section2-percentage {
  color: #005DAA;
  font-size: 4em;
}
.section2-text {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #3B475D;
}
.section3-logos-container {
  padding: 80px 20px;
  width: 100%;
  overflow: hidden;
 /* Hide the overflow */
}
.section3-logos {
  display: flex;
  transition: transform 0.5s ease;
 /* Smooth transition */
}
.section3-logo {
  width: 270px;
  height: 80px;
  flex-shrink: 0;
  margin: 0 10px;
}
.section3-img {
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: contain;
}
.stats-block {
  text-align: center;
  margin-bottom: 80px;
}
.stats-block h3 {
  margin: 0;
}
.section4-blue {
  min-height: 400px;
  border-top-left-radius: 125px;
  background: #005DAA;
  padding: 60px;
  color: white;
  width: 90%;
  right: 0;
}
.section4-cards {
  display: flex;
  justify-content: space-evenly;
}
.section4-card {
  margin: 30px;
  min-width: 344px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.icon-left24 {
  padding: 6px;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.icon-right24 {
  transform: rotate(180deg);
  padding: 6px;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.section4-card img {
  height: 300px;
}
.section4-card p {
  margin-bottom: -18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 20px;
  min-height: 80px;
  background: #fff;
}
.section5-24 {
  background: #FAFAFA;
  padding: 70px 30px;
  margin-top: 300px;
}
.section5-text {
  font-size: 22px;
  font-weight: 450;
  line-height: 35px;
  text-align: justified;
}
.section5-window-cards {
  display: flex;
  justify-content: space-evenly;
}
.section5-window-card {
  text-align: center;
  justify-content: center;
  width: 90px;
  margin: 20px;
  padding: 20px;
  color: #3B475D;
  background: #EEEEEE;
}
.windows-card-text {
  border-top: 1px solid white;
  display: none;
}
.windows-card-heading {
  display: none;
}
.windows-card-category {
  margin-left: 28px;
  margin-top: 45px;
  transform: rotate(90deg);
}
.section6-main-image img {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.windows-card-icon {
  filter: invert(24%) sepia(47%) saturate(353%) hue-rotate(181deg) brightness(93%) contrast(89%);
  margin-top: 106px;
}
.windows-card-num {
  font-size: 2.3em;
  font-weight: 500;
}
.window-card-active {
  position: relative;
  width: 760px !important;
  background: #005DAA !important;
  color: white !important;
  text-align: left !important;
}
.window-card-active .windows-card-heading {
  padding-bottom: 20px;
  display: block !important;
}
.window-card-active .windows-card-text {
  padding-top: 20px;
  font-size: 1.2em;
  display: block !important;
}
.window-card-active .windows-card-category {
  display: none;
  transform: rotate(0deg)!important;
}
.window-card-active .windows-card-icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(255deg) brightness(108%) contrast(101%);
  position: absolute;
  top: -40px;
  right: 40px;
}
.sky-blue-bg {
  background: #EFF8FF;
}
.section6-topic {
  color: #005DAA;
}
.section6-text {
  color: #3B475D;
}
.section6-card {
  font-size: 1.2em;
  text-align: center;
  width: 270px;
}
.section6-card-topics {
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
}
.section6-text {
  font-size: 1.2em;
  color: #3B475D;
}
.section6-small-img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  background-size: cover;
}
.section6-small-topic {
  text-decoration: none !important;
  color: #3B475D !important;
}
.section7-24 {
  padding: 20px;
}
.section7-content {
  display: flex;
  justify-content: center;
}
.section7-img {
  max-width: 780px;
}
.section7-text {
  font-weight: 500;
  font-size: 1.2em;
  text-align: justify;
  border-radius: 30px;
  margin-left: -225px;
  margin-top: 235px;
  max-width: 600px;
  padding: 20px;
}
.section9-24 {
  margin-top: 80px;
  padding: 80px 40px 80px 40px;
  background-image: url("https://www.cincom.com/images/2024/ccm-banner-3.jpg");
  background-size: cover;
}
.card-img-top {
  height: 250px;
  border-radius: 30px;
  padding: 15px;
  margin-top: 5px;
}
.sec10-card-tag {
  padding: 8px;
  width: fit-content;
  font-size: 14px;
  border-radius: 8px;
  color: #005DAA;
  background: #F6F6F6;
}
.sec10-card-text {
  font-weight: 500;
  color: #3B475D;
  font-size: 22px;
}
.section11-24 {
  background-image: url("https://www.cincom.com/images/2024/lp-banner-2.jpg");
  background-size: cover;
}
.faq {
  --bs-accordion-bg: aliceblue !important;
  --bs-accordion-border-color: aliceblue !important;
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-active-color: none !important;
  --bs-accordion-active-bg: none !important;
}
.accordion-item {
  border-bottom: 1px solid #00000050 !important;
}
.accordion-button {
  font-size: 0.7em !important;
}
.lp-section-4-img img {
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.lp-section-4 h3 {
  color: #005DAA;
  font-size: 1.5em;
}
.product-row {
  padding: 20px;
  border-bottom: 1px solid grey;
}
.product-row:last-child{
  border-bottom:none;
}
.product-row a {
  margin-top: 20px;
}
.lp-section5-img {
  border-radius: 20px;
  max-width: 100%;
}
.lp-section5-item {
  min-height:180px;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  border-radius: 20px;
  background: #F6F6F6;
  flex-direction: column;
}
.lp-section5-item h4 {
  padding:0 20px;
  color: #005DAA;
}
.lp-section5-item p {
  padding:0 20px;
}
.ccm-cpq {
  font-size:1.4em;
  cursor: pointer;
  width: 400px;
  text-align: center;
  padding: 20px;
  background: #F6F6F6;
}
.ccm-cpq img {
  width: 70px;
}
.ccm-cpq span img {
  width: 16px;
  margin-left: 10px;
  text-align: left;
}
.ccm-cpq:hover {
  color: white;
  background: #005DAA;
}
.ccm-cpq.active {
  color: white;
  background: #005DAA;
}
.ccm-cpq:hover .ccm-cpq img {
  filter: invert(24%) sepia(47%) saturate(353%) hue-rotate(181deg) brightness(93%) contrast(89%);
}
/* Styles for mobile devices */
@media (max-width: 767px) {
  .section11-24{
      background-position: right;
 }
  .section-padding {
      padding: 40px 20px 40px 20px;
 }
  .stats-block{
      margin-bottom: 50px;
 }
  .product-row {
      padding: 20px 1px;
 }
  .lp-section5-img{
      margin-bottom: -75px;
 }
  .testimonial-carousel-indicators::before{
      display:none;
 }
  .testimonial-carousel-indicators{
      flex-direction: row;
 }
}
/* Styles for tablet devices */
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-section-4 h3 {
      font-size: 1.2em;
 }
 /* Tablet-specific styles */
  .section-padding {
      padding: 60px 30px 60px 30px;
 }
}
