
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
body header{
  font-family: "Inter", sans-serif;
}

header.site-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 24px;
}
.header-inner {
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 16px;
}
a.navbar-brand.live.w-nav-brand {
    margin-left: -11px;
}
.marketing-challenges a.navbar-brand.live.w-nav-brand {
    margin-left: 0;
}
.nav-pill {
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 14px 32px;
    border-radius: 11px;
    background: #072AC8;
    max-width: 1030px;
    width: 100%;
    justify-content: right;
}
.nav-pill a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.15);
    transform: translateX(-100%);
    transition: 0.4s ease;
}
.nav-pill a:hover::after {
    transform: translateX(0);
}
.nav-pill a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
	transition: 0.3s ease;
    padding: 10px 25px;
    position: relative;
    overflow-x: hidden;
}
/* .nav-pill a:hover {
    background: #072AC8;
} */

.btn-register {
    padding: 7px 19px!important;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.5);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 26px;
  height: 3px;
  background: #0b4bff;
  border-radius: 2px;
}
.hero-intelligence {
    background: url(../images-new/hero-bg-home-new.png)no-repeat;
    padding: 195px 20px 219px;
    position: relative;
    text-align: center;
    font-family: "IBM Plex Sans", sans-serif;
    background-size: cover;
    min-height: 860px;
    background-position: center bottom;
    box-sizing: border-box;
}
.hero-intelligence p,.hero-intelligence .stat h3{font-family: "Roboto", sans-serif;}
.container {
    max-width: 1237px;
    margin: auto;
}
.hero-intelligence h1 {
    font-size: 84px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.hero-intelligence .shine_outer span {
    font-size: 84px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.hero-intelligence .hero_des {
    font-size: 27px;
    color: #000;
    max-width: 844px;
    margin: 0 auto 77px;
    line-height: 1.19;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 22px;
}
.btn {
    padding: 11px 35px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 25px;
}

.hero-buttons .btn.primary {
    background: #0052CC;
    color: #fff;
    border: 4px solid #f7f7f7;
	box-shadow: 0px 18px 23px 0px rgba(0, 0, 0, 0.38);
}

.btn.primary:hover {
  background: #072AC8;
}

.btn.secondary {
  background: #1a73e8;
  color: #fff;
}

.btn.secondary:hover {
  background: #1a73e8;
}

.stats-card {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 18px 40px 19px;
    border-radius: 14px;
    border: 3px solid rgba(25, 89, 252, 0.41);
    box-shadow: 0px 4px 36px 14px rgba(0, 0, 0, 0.25);
    max-width: 1235px;
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
}
.stat h3 {
  background-image: linear-gradient(
    45deg,
    #072AC8 0%,
    #0934CD 7%,
    #1E96FC 75%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
color: #072AC8;
font-size: 48px;
    font-weight: 700;
    margin: 0;
}
.stat p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 5px 0 0;
}
/* Initial hidden state for animation */
.hero-intelligence h1,
.hero-intelligence p,
.hero-buttons,
.stats-card {
  opacity: 0;
  transform: translateY(30px);
}

/* Floating card effect */
.stats-card {
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
}

/* Button micro interaction */
.btn {
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  transform: translateX(-100%);
  transition: 0.4s ease;
}

.btn:hover::after {
  transform: translateX(0);
}
/*section 2*/
.marketing-challenges {
  padding: 155px 20px 0;
  background: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.marketing-challenges h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.marketing-challenges .highlight {
  color: #0052CC;
}

.section-subtitle {
    font-size: 27px;
    color: #000;
    max-width: 1072px;
    margin: 0 auto 99px;
    line-height: 1.19;
}

.challenges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.challenge-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 32px;
    text-align: left;
    box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.25);
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    background: #1E96FC;
    background: linear-gradient(180deg, rgba(30, 150, 252, 1) 42%, rgba(3, 21, 98, 1) 100%);
}
.challenge-card * {
    z-index: 1;
    position: relative;
}
.challenge-card:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border-radius: 18px;
}

.challenge-card:hover {
  transform: translateY(-8px);
 /* box-shadow: 0px 16px 50px rgba(25,89,252,.25);*/
}

.icon-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 40px;
    gap: 18px;
}
.challenge-card h3 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
} 
.challenge-card p {
    font-size: 20px;
    color: #000;
    margin-bottom: 31px;
}
/* Bullet list */
.challenge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenge-card li {
    position: relative;
    padding-left: 41px;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.3;
}
.challenge-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url('../images-new/zoom_icon.png') center / contain no-repeat;
}
.plateform_sec h2 {
    margin-bottom: 33px;
    margin-top: 4px;
}
.plateform_sec p {
  max-width: 100%;
}
.plateform_sec_list {
    background: #0052CC;
    padding: 42px 15px;
}
.plateform_sec_list ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 15px;
    max-width: 1309px;
    margin: auto;
}
.plateform_sec p {
    max-width: 100%;
    margin: 0 auto 55px;
    max-width: 1132px;
}
.plateform_sec_list ul li {
    min-height: 105px;
    background: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
  position: relative;
  background-size: 200% 200%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
	padding: 0 15px!important;
}
.plateform_sec_list ul li {
  animation: gradientMove 6s ease infinite;
}
.plateform_sec_list ul li:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.plateform_sec_list ul li:nth-child(5) {
    grid-column: 1 / -1;
}
.plateform_sec{
	padding-left: 0;
	padding-right: 0;
	padding-top: 119px;
}
.how_tranf_sec{
	padding-top: 97px;
}
.marketing-timeline {
    padding: 80px 20px;
    background: #fff;
    max-width: 1000px;
    margin: auto;
}

.timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    width: 20px;
    height: 100%;
    background: rgb(141, 173, 255, .41);
    transform: translateX(-50%);
    border-radius: 20px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
    position: relative;
    gap: 163px;
}

.timeline-item.right {
    justify-content: flex-end;
    text-align: left;
}
.timeline-item.left {
  justify-content: flex-start;
  text-align: right;
}

.timeline-item .content {
  width: 42%;
}

.timeline-item h4 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #0088FF;
}

.timeline-item p {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.timeline-item .icon img {
    width: 100%;
}
.timeline-item .icon {
    width: 99px;
    height: 94px;
}

.timeline-footer {
  text-align: center;
  margin-top: 25px;
  font-size: 40px;
  font-weight: 700;
  color: #051A67;
}
.timeline-item::before{
	content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    width: 20px;
    height: 20px;
    background: #008AFF;
	border-radius: 20px;
    transform: translateX(-50%);
}

/*29/26*/

.container {
  max-width: 1440px;
  margin: auto;
}

.marketing-section h2 span {
  color: #1a6cff;
}

.marketing-section h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Roboto';
}
.subtitle {
    text-align: center;
    color: #000;
    max-width: 100%;
    margin: 14px auto 94px;
    font-size: 27px;
}
.marketing-section {
    background: #f1f5ff;
    padding: 60px 20px 120px;
    font-family: Inter, sans-serif;
}
.marketing-section h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 57px;
}

/* Layout */
.marketing-section .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT VISUAL */
.marketing-section .visual {
  position: relative;
  animation: fadeUp 1s ease forwards;
}

.marketing-section .platforms {
  position: absolute;
  inset: 0;
}

.marketing-section .icon {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #1a6cff;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  animation: float 4s ease-in-out infinite;
}

.marketing-section .database {
  width: 220px;
  height: 160px;
  background: linear-gradient(180deg, #e3efff, #cddfff);
  border-radius: 24px;
  margin: auto;
  position: relative;
  display: grid;
  place-items: center;
}

.marketing-section .chart {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #1a6cff;
}

/* RIGHT CONTENT */
.marketing-section .details {
  animation: fadeUp 1s ease forwards;
  animation-delay: .2s;
}

.marketing-section .details h3 {
  font-size: 22px;
  margin-bottom: 24px;
}

.marketing-section .first_col_fea {
    border-bottom: 1px solid #1E96FC;
    padding-bottom: 35px;
    margin-bottom: 36px;
}
.marketing-section .feature h4 {
    color: #0088FF;
    font-size: 32px;
    margin-bottom: 8px;
}

.marketing-section .feature p {
    color: #000;
    font-size: 27px;
    line-height: 1.4;
    width: 100%;
    max-width: 600px;
}
.marketing-section .feature ul {
    padding-left: 50px;
    margin: 7px 0 36px;
}
.marketing-section .feature li {
  font-size: 24px;
  color: #000;
  margin-bottom: 4px;
}

.marketing-section .feature a {
    color: #072AC8;
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Roboto';
}
.marketing-section h3.key_bene {
    font-size: 24px;
    font-family: 'Roboto';
    text-align: left;
    margin-top: 36px;
	margin-bottom: 0px;
}
.marketing-section .title_feature {
    margin-top: 70px;
    padding-top: 58px;
    border-top: 1px solid #1E96FC;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*29/26 end*/
/*section 2*/

.outcomes {
  padding: 80px 0px 0;
  background: #fff;
}
.outcomes * {
    font-family: 'Roboto';
}

.outcomes .container {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.outcomes h2 {
    font-size: 60px;
    margin-bottom: 24px;
    font-weight: 700;
    font-family: 'Roboto';
}

.outcomes h2 span {
    color: #0052CC;
}

.outcomes .subtitle {
    color: #000;
    margin-bottom: 65px;
    font-family: 'Roboto';
}
.outcomes .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.outcomes .card {
    background: #1E96FC;
    color: #fff;
    padding: 55px 43px 40px;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.25);
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    display: flex;
    flex-direction: column;
}
.outcomes .card:nth-child(2) {
    animation-delay: 0.2s;
    background: #5FB8FA;
}
.outcomes .card:nth-child(3) {
  animation-delay: 0.4s;
}

.outcomes .card h3 {
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 600;
}
.outcomes .card p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 65px;
}
.outcomes .card ul {
    padding-left: 0;
    margin-bottom: 48px;
    list-style: none;
    margin-top: auto;
}
.outcomes .card ul li {
    margin-bottom: 55px;
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 2px solid;
    text-align: right;
}
.outcomes .card ul li:last-child {
    margin-bottom: 0;
}
.outcomes .btn {
    display: none!important;
    padding: 12px 22px;
    background: #fff;
    color: #000;
    border-radius: 17px;
    text-decoration: none;
    font-weight: 800;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    min-height: 109px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    box-shadow: 5px 5px 2px 1px #1E96FC;
    margin-top: auto;
}

.outcomes .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
}

.outcomes .card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(13, 110, 253, 0.4);
}

/* Animation */
@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*section 2 end*/

/*section 3 start*/
section.outcomes.our_plans {
    padding: 104px 0 0;
}
.our_plans .plans_wrapper {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
}

.our_plans .plan_card {
    display: flex;
    flex-direction: column;
    border-right: 3px solid #031562;
    border-bottom: 3px solid #031562;
    padding-bottom: 88px;
}
.our_plans .plan_card:last-child {
  border-right: none;
}

.our_plans .plan_header {
    background: #0b56d0;
    color: #80FFDB;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 18px;
    min-height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_plans .price {
  font-size: 26px;
  color: #0b56d0;
  margin-bottom: 10px;
}
.our_plans.outcomes .subtitle {
    margin-bottom: 75px;
}

.our_plans .price span {
  font-size: 14px;
  color: #666;
}

.our_plans .plan_body {
    padding: 60px;
    flex-grow: 1;
    max-width: 520px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.our_plans .plan_desc {
    font-size: 16px;
    margin-bottom: 40px;
    color: #000;
}

.our_plans h4 {
    font-size: 24px;
    margin-bottom: 24px;
}
.our_plans ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
}

.our_plans ul li {
    font-size: 24px;
    margin-bottom: 3px;
    padding-left: 35px;
    position: relative;
    line-height: 38px;
}

.our_plans ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
    font-size: 27px;
}

.our_plans .learn_more {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #072AC8;
    margin-top: auto;
    text-decoration: none;
}
.our_plans .cta_btn {
    margin: 20px;
    background: #E5ECFF;
    color: #0052CC;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease;
    max-width: 379px;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    font-size: 24px;
}

.our_plans .cta_btn:hover {
  background: #0052CC;
  color: #fff;
}

.our_plans .featured .plan_header {
  background: #0847b1;
}

/*section 3 end*/

/*bottom sect*/

/* ================= FAQ ================= */
.faq_outer *,.transform_outer *,.footer * {
    font-family: 'Roboto';
}
.faq_outer {
    max-width: 1440px;
    margin: auto;
    text-align: center;
    padding: 118px 75px;
}
.faq_outer .icon {
    right: 50px;
    width: 37px;
    height: 37px;
	background: url(../images-new/angle-circle.png);
    transition: transform 0.35s ease;
}
.faq_item.active .icon {
    transform: rotate(180deg);
    transition: transform 0.35s ease;
}
.faq_outer h2 {
    font-size: 60px;
    margin-bottom: 18px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #0052CC;
}

.faq_outer .subtitle {
    text-align: center;
    color: #000;
    max-width: 100%;
    margin: 10px auto 59px;
    font-size: 27px;
    font-family: 'Roboto';
}
.faq_outer .faq_item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 27px;
    box-shadow: 0 4px 29px rgba(0,0,0,.15);
    overflow: hidden;
}
.faq_outer .faq_question {
    width: 100%;
    padding: 35px 60px;
    background: none;
    border: none;
    font-size: 27px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    min-height: 103px;
    align-items: center;
    position: relative;
}
.faq_outer .faq_answer {
  padding: 0 60px;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  text-align: left;
    max-width: 80%;
    font-size: 18px;
  color: #555;
}

.faq_outer .faq_item.active .faq_answer {
    padding-bottom: 20px;
    max-height: 200px;
}

/* ================= TRANSFORM ================= */
.transform_outer {
    background: #fff;
    text-align: center;
    padding: 0 20px 125px;
}
.transform_outer h2 {
font-size: 60px;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Roboto';
}

.transform_outer h2 span {
    COLOR: #0052CC;
    display: block;
    line-height: 1.2;
}

.transform_outer .desc {
    margin: 0 auto;
    text-align: center;
    color: #000;
    max-width: 1150px;
    margin: 0px auto 93px;
    font-size: 27px;
    font-family: 'roboto';
    padding: 0 15px;
}

.transform_outer .stats {
    display: flex;
    justify-content: center;
    gap: 92px;
}
.transform_outer .stat_box {
    background: #fff;
    padding: 22px 30px;
    border-radius: 17px;
    border: 4px solid #1E96FC;
    min-height: 142px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    box-shadow: 0 4px 100px #1E96FC;
    max-width: 317px;
    width: 100%;
}
.transform_outer .stat_box h3 {
    width: 100%;
    background-image: linear-gradient(45deg, #072AC8 0%, #0934CD 7%, #1E96FC 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #072AC8;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
}
.transform_outer .stat_box p {
    font-weight: 500;
    font-size: 22px;
}
.transform_outer .cta_buttons {
    margin-top: 93px;
    display: flex;
    justify-content: center;
    gap: 22px;
}
.transform_outer .btn {
    padding: 11px 35px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 25px;
    background: #0052CC;
    color: #fff;
    border: 4px solid #072AC8;
    box-shadow: 0px 18px 23px 0px rgba(0, 0, 0, 0.38);
}

/* ================= FOOTER ================= */
.footer {
    background: rgb(30, 150, 252, .67);
    color: #fff;
    padding: 38px 48px;
}
.footer_top {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    flex-wrap: wrap;
}
.footer_about {
    max-width: 293px;
    width: 100%;
}
.footer_about p {
    font-size: 20px;
    color: #031562;
    line-height: 1.2;
    margin-top: 15px;
}
.footer_links > div {
    border-right: 1px solid;
    padding: 37px 20px;
}
.footer_links > div:last-child {
    border-right: 0;
}
.footer_links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: calc(100% - 390px);
    justify-content: center;
    text-align: center;
}
.footer_links h4 {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    margin-bottom: 34px;
}
.footer .footer_links > div a {
    display: block;
    color: #072AC8;
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}
.footer_bottom {
    text-align: center;
    margin-top: 69px;
    font-size: 16px;
}
.Social_icons_outer ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin-top: 63px;
}
.Social_icons_outer ul li {
    display: flex;
	}
.Social_icons_outer ul a {
    text-decoration: none;
    width: 41px;
    height: 41px;
}
.Social_icons_outer ul a img {
    width: 100%;
}
.testimonial_slider.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1700px;
    margin: 20px auto 0;
    overflow: hidden;
    font-family: 'roboto';
}
.testimonial_slider-txt h2 {
    font-size: 60px;
    margin-bottom: 27px;
    font-weight: 700;
    font-family: 'Roboto';
    text-align: center;
}
.testimonial_slider-txt h2 span {
    color: #0052CC;
}
.testimonial_slider-txt .subtitle  {
    margin: 0 auto 78px;
}
/* ====== TRACK ====== */
.testimonial_slider .carousel-track {
  position: relative;
  height: 842px;
}

/* ====== CARD BASE ====== */
.testimonial_slider .card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 617px;
    height: 842px;
    background: #1E96FC;
    border-radius: 20px;
    color: #fff;
    padding: 37px;
    text-align: center;
    transform: translateX(-50%) scale(0.85);
    opacity: 0;
    z-index: 1;
    transition: transform 0.45s ease, opacity 0.45s ease;
}
/* ====== STATES ====== */
.testimonial_slider .card.center {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.testimonial_slider .card.left-1 {
    transform: translateX(-130%) scale(0.9);
    opacity: 0.6;
    z-index: 3;
}

.testimonial_slider .card.right-1 {
    transform: translateX(30%) scale(0.9);
    opacity: 0.6;
    z-index: 3;
}

.testimonial_slider .card.hidden {
  opacity: 0;
  pointer-events: none;
}

/* ====== CONTENT ====== */
.testimonial_slider .testimonial_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial_slider .quote {
    width: 112px;
    height: 112px;
	object-fit: contain;
}
.testimonial_slider .quote img {
    width: 100%;
    display: flex;
    height: 100%;
}

.testimonial_slider .testimonial_card p {
    font-size: 27px;
    line-height: 1.3;
    max-width: 468px;
    margin: 0 auto 28px;
}

.testimonial_slider .card strong, .testimonial_slider .role {
    font-size: 27px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 800;
}

.testimonial_slider .tag {
    background: #fff;
    color: #072AC8;
    font-weight: 800;
    padding: 8px;
    border-radius: 0;
    margin-top: 58px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -37px;
    width: calc(100% + 74px);
    text-transform: uppercase;
    font-size: 27px;
}

.testimonial_slider .stats {
    list-style: none;
    padding: 0;
    margin-top: 29px;
}

.testimonial_slider .stats li {
    margin-bottom: 40px;
    font-size: 27px;
    opacity: 1;
    font-weight: 800;
}
.testimonial_slider .stats li b {
    font-size: 36px;
}
/* ====== ARROWS ====== */
.testimonial_slider .nav-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background: #0d6efd;
  color: #fff;
  border: none;
  font-size: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.testimonial_slider .nav-arrow.left {
  left: 10px;
}

.testimonial_slider .nav-arrow.right {
  right: 10px;
}

/* ====== DOTS ====== */
.testimonial_slider + .dots {
    text-align: center;
    margin-top: 38px;
}
.testimonial_slider + .dots .dot {
    width: 21px;
    height: 21px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}

.testimonial_slider + .dots .dot.active {
    background: #072AC8;
}
.how_tranf_sec h2 a {
    display: inline-flex;
}
.how_tranf_sec h2 {
    display: flex;
    justify-content: center;
}
.shine_outer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.shine-text {
    background: linear-gradient(to right, #000 40%, #ffffff 50%, #000 60%);
    background-size: 200% auto!important;
    color: transparent;
    -webkit-background-clip: text!important;
    background-clip: text;
    animation: shine 4s linear infinite;
}
.shine-text2{
	background: linear-gradient(to right, #0052CC  40%, #ffffff 50%, #0052CC  60%);
}

@keyframes shine {
	to {
		background-position: -200% center;
	}
}
/*features page*/
.demo_dash img {
    display: block;
    margin: -251px auto 0;
    position: relative;
}
.features_page .hero-intelligence {
    min-height: 952px;
}
.features_page .hero-intelligence .hero_des {
    max-width: 1020px;
}
.features_page .hero-intelligence .shine_outer span {
    margin-bottom: 40px;
}
.features_page .hero-intelligence .hero_des {
    margin: 0 auto 50px;
}
.features_page .marketing-challenges {
    padding: 55px 20px;
}
.features_page .marketing-challenges h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.features_page .marketing-challenges .section-subtitle {
    margin: 0 auto 55px;
}
.features_page .marketing-challenges .hero-buttons .btn.primary {
    padding: 6px;
    max-width: 320px;
    width: 100%;
    box-shadow: unset;
    border-radius: 7px;
}
.features_page .marketing-section {
    background: #fff;
    padding: 31px 20px 90px;
    font-family: 'Roboto';
}
.features_page .marketing-section h2 {
    margin-bottom: 10px;
}
.features_page .marketing-section .content {
    background: #fff;
    box-shadow: 0 0 76px 9px rgb(0,0,0, .25);
    border-radius: 44px;
    padding: 45px 42px 50px;
    margin-top: 80px;
}
.features_page .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}
.visual img {
    width: 100%;
}
.features_page .marketing-section .feature h4 {
    color: #0052CC;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.feature-f-etct{
    margin-bottom: 20px;
}
.features_page .marketing-section h2 span {
    color: #0052CC;
}
.features_page .marketing-section .first_col_fea {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.features_page .marketing-section h3.key_bene {
    margin-top: 22px;
    border-top: 1px solid #c7c7c7;
    padding-top: 21px;
    margin-bottom: 12px;
}
.features_page .marketing-section .feature p,
.features_page .marketing-section h3.key_bene,
.features_page .marketing-section .feature li{
    font-size: 20px;
}
.features_page .marketing-section .feature ul {
    list-style: none;
    padding-left: 0;
}
.features_page .marketing-section .feature li {
    margin-bottom: 12px;
}
.features_page .marketing-section .feature li {
    background: url(../images-new/list_style2.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 0;
}
.features_page .marketing-section .feature .list_style_2 li {
    background: url(../images-new/list_style1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 0;
}
.features_page .transform_outer h2 {
    margin-bottom: 40px;
}
.features_page .transform_outer .desc {
    margin: 0px auto 70px;
}
.features_page .transform_outer .cta_buttons {
    margin-top: 0;
}
.features_page .transform_outer h2 span {
    display: inline;
}
.pricing_section {
    display: flex;
    justify-content: center;
    padding: 60px 20px 30px;
    font-family: 'Roboto';
    flex-wrap: wrap;
}
.pricing_section .pricing_card {
    width: 100%;
    max-width: 1295px;
    border: 5px solid #1E96FC;
    border-radius: 15px;
    padding: 43px 15px 60px;
    background: linear-gradient(
    302deg,
    rgba(255, 255, 255, 0.84) 16%,
    rgba(135, 202, 247, 0.40) 97%
  );
    box-shadow: 0 0 19px 3px rgb(0,0,0,.25);
    margin-bottom: 80px;
}
.pricing_section .plan_title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 28px;
}
.pricing_section .plan_price {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #0934CD;
    font-style: italic;
}

.pricing_section .plan_desc {
    text-align: center;
    font-size: 24px;
    color: #000;
    max-width: 100%;
    margin: 31px auto 42px;
}
p.plan_price_txt {
    display: block;
    text-align: center;
    font-size: 24px;
    font-style: italic;
}
.pricing_section .trial_btn {
    width: 100%;
    margin: 0 auto 68px;
    background: #0052CC;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
    max-width: 379px;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
}

.pricing_section .trial_btn:hover {
  background: #1f6ae1;
}
.pricing_section .plan_content {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 0;
}
.pricing_section .plan_features h4, .pricing_section .plan_meta h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.pricing_section .plan_features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing_section .plan_content > div {
    padding: 0 30px;
}
.pricing_section .plan_meta.plan_meta2 {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.pricing_section .plan_features ul li {
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 38px;
    position: relative;
    line-height: 1.3;
    background: url(../images-new/tickk.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 0;
}

.pricing_section .plan_meta .meta_row {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0934cd35;
    padding: 10px 0 20px;
}

.pricing_section .plan_meta .meta_row strong {
  color: #0934CD;
}

/* Best for */
.pricing_section .best_for {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.pricing_section .best_for li {
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    background: url(../images-new/right-arrow_l.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 0;
}
.pricing_section .pricing_card:last-child {
    margin-bottom: 0;
}
.pricing_page .demo_dash img {
    width: 100%;
}
.pricing_page .shine_outer {
    flex-direction: row;gap: 15px;
}
.pricing_page .hero-intelligence .shine_outer span {
    margin-bottom: 0;
}
.pricing_page .shine_outer {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 60px;
}
.pricing_page .hero-intelligence .hero_des {
    margin: 0 auto 75px;
}
.most_popular {
    position: relative;
}
.pricing_card.most_popular:before {
    content: 'most popular';
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    background: #0934CD;
    max-width: 219px;
    width: 100%;
    display: flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    position: absolute;
    top: 0;
    right: 0;
}
.pricing_section .most_popular {
    background: linear-gradient(
    162deg,
    rgba(255, 255, 255, 0.84) 16%,
    rgba(135, 202, 247, 0.40) 97%
  );
}
.pricing_section .cust_card_price {
    background: linear-gradient(
    80deg,
    rgba(255, 255, 255, 0.84) 16%,
    rgba(135, 202, 247, 0.40) 97%
  );
}
/*About us*/
.about_page .hero-intelligence {
    min-height: auto!important;
    background-position: top;
    padding-bottom: 170px;
    border-radius: 0 0 60px 60px;

}
body.about_page .marketing-section .content {
    background: #fff;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}
.our_story .visual p {
    font-size: 37px;
    line-height: 1.5;
}
.about_page .our_story  h2 {
    text-align: left;
    font-weight: 900;
}
.about_page .marketing-section .feature p, .about_page .marketing-section h3.key_bene, .about_page .marketing-section .feature li {
    font-size: 27px;
}
.about_page .marketing-section .feature li{
    background: url(../images-new/info_icn.png);
    background-size: 29px;
    background-repeat: no-repeat;
    padding-left: 36px;
    background-position: 0;
}
.about_page .marketing-section .feature .story_list2 li {
    background: url(../images-new/gree_tik.png);
    background-size: 29px;
    background-repeat: no-repeat;
    padding-left: 36px;
    background-position: 0;
}
.about_page .marketing-section .feature ul {
    list-style: none;
    padding-left: 16px;
}
.marketing-section .feature p {
    margin-bottom: 22px;
}
.about_page .marketing-section .feature li {
    margin-bottom: 21px;
}
.about_page .marketing-section .feature .story_list {
    margin-bottom: 70px;
}
.about_page .marketing-section .feature .story_list2 li{
    padding-left: 41px;
}
.about_page .marketing-section {
    padding: 140px 20px 60px;
}
.about_page .visual img {
    margin-top: 31px;
}
.about_page .our_story2 .feature h4 {
    color: #0052CC;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about_page .our_story2 .feature h4 span {
    display: block;
    color: #000;
}
.about_page .our_story2 .feature p, .about_page .our_story2 h3.key_bene, .about_page .our_story2 .feature li {
    font-size: 20px;
}

.our_story2 .feature p {
    margin-bottom: 27px;
}
.about_page .our_story2 .feature li {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 27px;
}
.problems_section {
    background: #0052CC;
    padding: 90px 20px;
    text-align: center;
}
.problems_section *{
	font-family: 'roboto';
}

.problems_section .problems_grid {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 110px;
}

.problems_section .problem_card {
  background: #fff;
  border-radius: 10px;
  padding: 44px;
  box-shadow: 0 0 33px 5px rgba(0,0,0,0.22);
  color: #000;
}

.problems_section .problem_card .row {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 20px;
}

.problems_section .problem_card .label {
  font-weight: 700;
}

.problems_section .problem_card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.problems_section .problem_card .divider {
  height: 1px;
  background: #cfd8ea;
  margin: 20px 0;
}
h2.problems_sec_text {
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Roboto';
    text-align: center;
}
h2.problems_sec_text span {
    color: #0052CC;
}

.problem_table {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 44px;
    box-shadow: 0 0 33px 5px rgba(0, 0, 0, 0.22);
    color: #000;
}
.problem_table th {
    text-align: Center;
    width: 120px;
    font-weight: 600;
    color: #000;
    background: #fff;
    font-size: 27px;
    border-right: 1px solid #0052CC;
    border-bottom: 1px solid #0052CC;
}
.problem_table td {
    border-bottom: 1px solid #0052CC;
    font-size: 27px;
    padding: 24px;
}
table.problem_table tr:last-child td, table.problem_table tr:last-child th {
    border-bottom: 0;
}
section.marketing-section.our_story.our_story2 {
    padding-top: 90px;
}
.about_page .our_story2 .visual img {
    margin-top: 0;
}

.stats-card-about {
    position: relative;
    font-family: 'Roboto';
    text-align: center;
	padding: 0 15px;
}
/* Initial hidden state */
.timeline-item {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

/* Left side slides from left */
.timeline-item.left {
  transform: translateX(-80px);
}

/* Right side slides from right */
.timeline-item.right {
  transform: translateX(80px);
}

/* When visible */
.timeline-item.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* Icon subtle pop animation */
.timeline-item .icon {
  transition: transform 0.6s ease;
}

.timeline-item.show .icon {
  transform: scale(1.1);
}
.stats-card-about .stats-card {
    position: unset!important;
    left: 0;
    transform: unset!important;
    animation: unset!important;
    margin: auto;
}
.stats-card-about h2.problems_sec_text {
    margin-bottom: 18px;
}
.rea_res h2.problems_sec_text {
    margin-bottom: 0;
	padding-top: 145px;
}

.stats-card-about p.problems_sec_text2 {
    font-size: 36px;
    margin-bottom: 65px;
}
.values_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 109px 140px;
    max-width: 1020px;
    margin: auto;
    padding: 95px 0 115px;
}
.value_col {
    display: flex;
    flex-direction: column;
    gap: 37px;
}
.value_col img {
    max-width: 114px;
    margin: auto;
}
.value_col * {
    font-size: 27px;
    line-height: 1.4;
}
.value_col h4 {
	font-weight: 700;
	
}
.Rectangle_about img {
    width: 100%;
    margin-bottom: 82px;
}
.about_page .feature.first_col_fea h2 span {
    display: block;
}
.performance_page .shine_outer {
    flex-direction: column;
}
.performance_page .hero-intelligence .shine_outer span {
	display: flex;
	align-items: center;
	gap: 16px;
}
.performance_page .hero-intelligence .shine_outer span span{
	color: #000;
}
.mfusion_difference {
    padding: 80px 20px;
    background: #f4f6f8;
    font-family: 'Roboto';
    margin-bottom: 100px;
    overflow: hidden;
}
.mfusion_difference .mfusion_container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.mfusion_difference .mfusion_title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 70px;
}
.mfusion_difference .mfusion_title span {
  color: #1e5eff;
}

.mfusion_difference .mfusion_card {
    background: #fff;
    border-radius: 27px;
    padding: 40px 48px;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    border: 1px solid #1E96FC;
}

.mfusion_difference .mfusion_table {
  width: 100%;
  border-collapse: collapse;
}

.mfusion_difference .mfusion_table th {
    font-size: 27px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1e5eff;
}

.mfusion_difference .mfusion_table th.highlight {
    color: #008AFF;
}
.mfusion_difference .mfusion_table td {
    padding: 20px 15px 20px 38px;
    text-align: left;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.6;
}
.mfusion_difference .cross::before {
  content: "✖";
  color: #e53935;
  font-weight: bold;
  margin-right: 10px;
}

.mfusion_difference .check::before {
  content: "✔";
  color: #4caf50;
  font-weight: bold;
  margin-right: 10px;
}

/* Vertical Divider */
.mfusion_difference .mfusion_table td:first-child,
.mfusion_difference .mfusion_table th:first-child {
  border-right: 2px solid #1e5eff;
}
.mfusion_difference .mfusion_table td.check {
    padding-left: 95px;
}
.performance_page .marketing-challenges h2 {
    gap: 12px;
}
.performance_page .values_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    align-items: baseline;
    padding-bottom: 40px;
    padding-top: 80px;
}	
.performance_page .value_col {
    gap: 27px;
}
.performance_page .value_col * {
    font-size: 27px;
    line-height: 1.6;
    font-family: 'IBM Plex Sans';
    text-align: center;
}
.performance_page .rea_res p {
    font-size: 27px;
    line-height: 1.6;
    max-width: 1220px;
    margin: 48px auto 0;
}
.performance_page .marketing-timeline ul {
    list-style: none;
}
.performance_page .timeline-item h4 {
    margin-bottom: 24px;
}
.performance_page .marketing-timeline ul li {
    font-size: 20px;
    min-height: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
    background: url(../images-new/arrow-right-per.png)no-repeat;
    background-size: 22px;
    padding-left: 38px;
    background-position: 0;
}

.performance_page .rea_res h2.problems_sec_text {
    margin-bottom: 0;
    padding-top: 100px;
}
section.Audit_sec {
    padding: 105px 0 0;
    text-align: center;
    font-family: 'Roboto';
}
p.problems_sec_text_b {
    max-width: 1155px;
    margin: 0 auto 95px;
    font-size: 27px;
    line-height: 1.6;
}
.strategy-section .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: auto;
	gap: 40px;
}
.strategy-section .card {
    padding: 38px 48px;
    box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #1E96FC;
    border-radius: 27px;
    flex-direction: column;
    text-align: center;
}
.strategy-section *{
    font-family: 'Roboto';
	
}
.strategy-section h2.problems_sec_text {
    margin-bottom: 30px;
}
.strategy-section .subtitle {
    text-align: center;
    color: #000;
    max-width: 100%;
    margin: 9px auto 59px;
    font-size: 27px;
    line-height: 1.6;
}
section.strategy-section {
    padding-top: 105px;
}
.strategy-section .bottom-text {
    text-align: center;
    margin-top: 80px;
    font-weight: 700;
    font-size: 40px;
}
.strategy-section .bottom-text span{
	color: #0052CC;
}
.strategy-section .card p {
    font-size: 27px;
    line-height: 1.6;
    padding-top: 24px;
    margin-top: 40px;
    border-top: 3px solid #0052cc;
}
.strategy-section .card h3 {
    font-size: 24px;
    line-height: 1.3;
}


/* outer border */
.choose_burton .managed-table{
    border-top:2px solid #4b5bdc;
    border-bottom:2px solid #4b5bdc;
}

/* grid */
.choose_burton .table-head,
.choose_burton .table-body{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.choose_burton .table-head div {
    padding: 35px 20px;
    font-weight: 700;
    border-right: 2px solid #4b5bdc;
    font-size: 24px;
}

.choose_burton .table-head div:last-child{
    border-right:none;
}

.choose_burton .table-body div {
    padding: 40px 35px;
    line-height: 2;
    color: #000;
    border-right: 2px solid #4b5bdc;
    font-size: 27px;
}
.table-head {
    border-bottom:2px solid #4b5bdc;
}
.choose_burton .table-body div:last-child{
    border-right:none;
}
.performance_page .rea_res .value_col p {
    margin: 0;
}
/*burton page*/
.choose_burton {
  padding: 30px 20px;
  background: #ffffff;
  font-family: roboto;
}

.choose_burton .choose_burton_container {
  max-width: 1165px;
  margin: 0 auto;
  text-align: center;
}
.why_burton_different .choose_burton_container {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.choose_burton h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #0f172a;
}

.choose_burton h1 span {
  color: #2563eb;
}

.choose_burton .choose_burton_sub {
  font-size: 15px;
  color: #475569;
  margin-bottom: 28px;
}
.choose_burton .choose_burton_text {
    line-height: 1.7;
    color: #334155;
    max-width: 100%;
    margin: 0 auto 14px;
}

.choose_burton .choose_burton_highlight {
    font-weight: 600;
    color: #000;
    margin-bottom: 75px;
    margin-top: 40px;
}

.choose_burton .choose_burton_search {
    max-width: 954px;
    margin: 0 auto;
    padding: 6px;
    background: #ffffff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 4px 21px rgba(15, 23, 42, 0.05);
    min-height: 70px;
}

.choose_burton .choose_burton_search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 18px;
    font-size: 18px;
    border-radius: 999px;
    background: transparent;
    color: #0f172a;
}

.choose_burton .choose_burton_search input::placeholder {
  color: #94a3b8;
}

.choose_burton .choose_burton_search button {
    border: none;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6366f1, #2563eb);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    min-height: 55px;
    width: 160px;
}

.choose_burton .choose_burton_search button:hover {
  opacity: 0.9;
}
.choose_burton.why_burton_different {
  padding: 90px 20px;
  background: #ffffff;
}

.choose_burton .why_burton_title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 150px;
    color: #0f172a;
}

.choose_burton .why_burton_title span {
  color: #2563eb;
}

.choose_burton .why_burton_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.choose_burton .why_burton_card {
    background: #ffffff;
    border-radius: 8px;
    padding: 0px 40px 30px;
    text-align: center;
    box-shadow: 0 0 18px 0 rgba(15, 23, 42, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose_burton .why_burton_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);
}

.choose_burton .why_burton_icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.choose_burton .why_burton_card h3 {
    font-size: 27px;
    font-weight: 700;
    margin: 23px 0 40px;
    color: #0f172a;
    line-height: 1.3;
}

.choose_burton .choose_burton_container p {
    font-size: 26px;
    color: #000;
    font-family: 'IBM Plex Sans';
}
.burton_page.features_page .hero-intelligence .shine_outer span {
    margin-bottom: 0;
}
.burton_page .shine_outer {
    flex-direction: unset;
    gap: 12px;
    margin-bottom: 50px;
}
.burton_page .hero-intelligence {
    min-height: 880px;
}
.choose_burton .choose_burton_container p {
    font-size: 27px;
}
.why_burton_card img {
    margin-top: -62px;
}
.who-burton {
    font-family: 'Roboto', sans-serif;
    padding: 30px 20px 100px;
}

/* container */
.who-burton .container{
    max-width:1235px;
    margin:0 auto;
    text-align:center;
}

/* title */
.who-burton .section-title{
    font-size:60px;
    font-weight:700;
    margin-bottom:60px;
}

.who-burton .section-title span{
    color:#1959FC;
}

/* box */
.who-burton .help-box{
    background:#fff;
    border:2px solid #1959FC;
    border-radius:12px;
    min-height:188px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-bottom:40px;
    padding:30px 20px;
    box-shadow:0 4px 36px 14px rgba(0,0,0,0.25);
}

/* box title */
.who-burton .help-box h3{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

/* box text */
.who-burton .help-box p{
    font-size:27px;
}
.what-burton{
    font-family:'Roboto', sans-serif;
    padding:80px 20px;
}

.what-burton .container{
    max-width:1235px;
    margin:0 auto;
}

/* title */
.what-burton .section-title{
    font-size:60px;
    font-weight:700;
    text-align:center;
    margin-bottom:80px;
}

.what-burton .section-title span{
    color:#0052CC;
}

/* grid */
.what-burton .grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 60px;
}

.what-burton .item {
    display: flex;
    justify-content: space-between;
    gap: 23px;
    align-items: center;
}

/* heading */
.what-burton .item h3{
    font-size:40px;
    color:#0052CC;
    margin-bottom:10px;
}

/* body text */
.what-burton .item p{
    font-size:27px;
    line-height:1.5;
}
.what-burton .content {
    max-width: 622px;
}
.Audit_sec  p.problems_sec_text_b {
    padding: 0 15px;
}
section.choose_burton.managed-service {
    padding: 0;
}
section.marketing-challenges.how_tranf_sec {
    overflow: hidden;
}

.about_page.features_page .hero-intelligence .hero_des {
    max-width: 900px;
}
.what-burton .section-title {
    margin-bottom: 30px;
}
.burton_page  p.section-title-subtitle {
    text-align: center;
    font-size: 27px!important;
    max-width: 932px;
    margin: 0 auto 80px;
    line-height: 1.5;
}
.performance_page .marketing-timeline {
    max-width: 1200px;
}
.custom-data-section {
    display: flex;
    justify-content: center;
    padding: 60px 15px 45px;
}
.custom-data-section .box {
    max-width: 1313px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 38px 52px;
    border-radius: 25px;
    border: 2px solid #6f9af7;
    box-shadow: 0 20px 35px rgba(0,0,0,0.2);
    box-sizing: border-box;
    background: #FFF;
    font-family: 'IBM Plex Sans';
    background: linear-gradient(279deg, rgba(255, 255, 255, 1) 0%, rgba(210, 224, 246, 0.49) 58%, rgba(0, 82, 204, .31) 100%);
}
.custom-data-section .left-content{
  display:flex;
  align-items:center;
  gap:10px;
  width:40%;
}

.custom-data-section h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.custom-data-section .divider {
    width: 1px;
    height: 100%;
    background: #000000;
}
.custom-data-section .right-content{
  width:60%;
}
.custom-data-section .right-content p{
  font-size:27px;
  line-height:1.7;
  color:#000;
}
.custom-data-section .right-content strong{
  font-weight:700;
}
p.bring_data_text {
    text-align: center;
    margin: 16px auto 76px;
}
.pricing_section_title.faq_outer p {
    margin-bottom: 39px;
}
.pricing_section_title.faq_outer {
    margin-top: 80px;
}
.pricing_section_title.faq_outer {
    padding: 0;
}
.pricing_section_title.faq_outer span {
    color: #000;
}
.pricing_section .plan_desc {
    max-width: 960px;
}
.pricing_page .faq_outer2 {
    padding: 47px 75px;
}
.pricing_page .transform_outer {
    padding: 30px 20px 125px;
}
.outcomes .card ul li {
    text-align: left;
    display: flex;
    gap: 25px;
    align-items: end;
}
.outcomes .card ul li strong {
    font-size: 36px;
    font-weight: 900;
}
.burton_page .demo_dash img {
    width: 100%;
    margin-bottom: 70px;
}
.marketing-section .feature a:hover {
    font-weight: 500;	
}
.footer .footer_links > div a:hover {
    color: #fff;
} 
@media(max-width: 1600px){
	.marketing-section h2,.outcomes h2,.faq_outer h2,.transform_outer h2 {
		font-size: 52px;
	}
	.marketing-section .subtitle,.outcomes .subtitle,.faq_outer .subtitle,.transform_outer .desc {
		font-size: 24px;
	}
	.marketing-section h3 {
		font-size: 35px;
	}
	.marketing-section .feature h4 {
		font-size: 28px;
	}
	.marketing-section .feature p {
		font-size: 24px;
	}
	.marketing-section h3.key_bene {
		font-size: 22px;
	}
	.marketing-section .feature li {
		font-size: 22px;
	}
	.outcomes .card h3 {
    font-size: 30px;
}
.outcomes .card p {
    font-size: 22px;
}
.our_plans .plan_header {
    font-size: 36px;
}
.faq_outer .faq_question {
    padding: 15px 60px;
    font-size: 24px;
    min-height: 95px;
}
.transform_outer .stats {
    gap: 80px;
}
.transform_outer .stat_box h3 {
    font-size: 44px;
}
.hero-intelligence h1,.hero-intelligence .shine_outer span {
    font-size: 72px;
}
.hero-intelligence .hero_des {
    font-size: 24px;
}
.btn {
    padding: 10px 35px;
    font-size: 23px;
}
.header-inner .logo img {
    width: 240px;
    height: auto;
}
.header-inner .logo img {
    width: 260px;
    height: auto;
}
.stat h3 {
    font-size: 44px;
}
.marketing-challenges {
    padding: 145px 20px 0;
}
.marketing-challenges h2,.testimonial_slider-txt h2 {
    font-size: 52px;
}
.section-subtitle,.testimonial_slider .subtitle {
    font-size: 24px;
    line-height: 1.29;
}
.challenge-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.plateform_sec_list ul li {
    min-height: 95px;
    font-size: 24px;
}
.how_tranf_sec {
    padding-top: 90px!important;
}
.plateform_sec {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 109px!important;
}
.testimonial_slider .card {
    width: 550px;
    height: 800px;
    padding: 30px;
}
.testimonial_slider .quote {
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
}
.testimonial_slider .testimonial_card p,.testimonial_slider .card strong,
 .testimonial_slider .role,.testimonial_slider .tag,.testimonial_slider .stats li {
    font-size: 24px;
}
.testimonial_slider .stats li b {
    font-size: 32px;
    margin-right: 3px;
}
.testimonial_slider .tag {
    margin-top: 45px;
}
.hero-intelligence {
    border-radius: 0 0 30px 30px;
}
.features_page .hero-intelligence {
    min-height: 900px;
}
}
@media(max-width: 1400px){
	.pricing_section_title.faq_outer {
    margin-top: 60px;
}
.pricing_section {
    padding: 30px 20px 30px;
}
	.marketing-section h2,.outcomes h2,.faq_outer h2,.transform_outer h2 {
		font-size: 48px;
	}
	marketing-section .subtitle,.outcomes .subtitle,.faq_outer .subtitle,.transform_outer .desc {
		font-size: 22px;
	}
	.marketing-section h3 {
		font-size: 35px;
	}
	.marketing-section .feature h4 {
		font-size: 26px;
	}
	.marketing-section .feature p {
		font-size: 22px;
	}
	.marketing-section h3.key_bene {
		font-size: 22px;
	}
	.marketing-section .feature li {
		font-size: 22px;
	}

.our_plans .plan_header {
    font-size: 34px;
}
.faq_outer .faq_question {
    padding: 15px 60px;
    font-size: 24px;
    min-height: 95px;
}

.transform_outer .stat_box h3 {
    font-size: 44px;
    margin-bottom: 0;
}
.header-inner .logo img {
    width: 220px;
    height: auto;
}
.nav-pill {
    gap: 16px;
    padding: 10px 22px;
    max-width: 920px;
}
.nav-pill a {
    font-size: 18px;
}
.hero-intelligence h1, .hero-intelligence .shine_outer span {
    font-size: 64px;
}
.hero-intelligence .hero_des {
    font-size: 23px;
}
.btn {
    padding: 9px 30px;
    font-size: 22px;
}
.hero-intelligence {
    padding: 175px 20px 0;
    min-height: 780px;
}
.stat h3 {
    font-size: 38px;
}
.stat p {
    font-size: 20px;
}
.stats-card {
    padding: 18px 30px 19px;
    max-width: 85%;
    width: 100%;
}
.marketing-challenges h2, .testimonial_slider-txt h2 {
    font-size: 48px;
}
.section-subtitle, .testimonial_slider .subtitle {
    font-size: 23px;
    line-height: 1.29;
}
.section-subtitle {
    margin: 0 auto 70px;
}
.challenge-card h3 {
    font-size: 22px;
}
.challenge-card p {
    font-size: 18px;
    color: #000;
    margin-bottom: 27px;
}
.icon-box {
    margin-bottom: 30px;
}
.challenge-card li {
    margin-bottom: 23px;
	}
.challenge-card li::before {
    width: 25px;
    height: 25px;
}
.plateform_sec {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 80px!important;
}
section.marketing-challenges.plateform_sec .container {
    padding: 0 15px;
}
.marketing-challenges a.navbar-brand.live.w-nav-brand img {
    width: 220px;
}
.timeline-item h4 {
    font-size: 25px;
}
.timeline-item p {
    font-size: 18px;
}
.timeline-item .icon {
    width: 90px;
    height: 90px;
}
.timeline-footer {
    margin-top: 25px;
    font-size: 34px;
}
.marketing-section .subtitle {
    margin: 14px auto 60px;
}
.marketing-section .subtitle, .outcomes .subtitle, .faq_outer .subtitle, .transform_outer .desc {
    font-size: 23px;
}
.visual img{
	width: 100%;
}
.outcomes .card h3 {
    font-size: 26px;
}
.outcomes .card {
    padding: 40px;
}
.outcomes .card p {
    font-size: 20px;
}
.outcomes .btn {
    min-height: 95px;
}
.outcomes .card ul li {
    margin-bottom: 48px;
    font-size: 18px;
    border-bottom: 2px solid;
}
.testimonial_slider-txt h2 {
    margin-bottom: 17px;
}
.section-subtitle, .testimonial_slider .subtitle {
    font-size: 23px;
    line-height: 1.29;
}
.testimonial_slider .card {
    width: 440px;
    height: 700px;
    padding: 30px;
}
.testimonial_slider .quote {
    width: 72px;
    height: auto;
    margin-bottom: 20px;
}
.testimonial_slider .testimonial_card p, .testimonial_slider .card strong, .testimonial_slider .role, .testimonial_slider .tag, .testimonial_slider .stats li {
    font-size: 20px;
}
.testimonial_slider .stats li b {
    font-size: 26px;
    margin-right: 3px;
}
.testimonial_slider .stats li {
    margin-bottom: 30px;
}
.testimonial_slider .carousel-track {
    position: relative;
    height: 742px;
}
.faq_outer {
    padding: 80px 75px;
}
.faq_outer .faq_question {
    padding: 15px 40px;
}
.our_plans ul li {
    font-size: 20px;
    line-height: 1.6;
}
.our_plans .plan_body {
    padding: 50px 40px;
}
.our_plans .plan_header {
    min-height: 100px;
}
.our_plans .plan_header {
    font-size: 32px;
}
.our_plans .cta_btn {
    max-width: 320px;
    min-height: 60px;
    font-size: 22px;
}
.testimonial_slider + .dots .dot {
    width: 15px;
    height: 15px;
}
.testimonial_slider .nav-arrow.right {
    right: 30px;
}
.testimonial_slider .nav-arrow.left {
    left: 30px;
}
.faq_outer .icon {
    width: 32px;
    height: 32px;
    background-size: contain;
}
.faq_outer .faq_answer {
    padding: 0 40px;
    line-height: 1.4;
}
.transform_outer .stat_box {
    padding: 12px 20px;
    border-radius: 17px;
    border: 4px solid #1E96FC;
    min-height: 140px;
    max-width: 300px;
    width: 100%;
}
.transform_outer .btn {
    font-size: 22px;
}
.features_page .hero-intelligence {
    min-height: 860px;
}
.features_page .marketing-section .feature h4 {
    font-size: 34px;
}
.pricing_section .plan_title {
    font-size: 42px;
    margin-bottom: 20px;
}
.pricing_section .plan_price {
    font-size: 42px;
}
.pricing_section .plan_desc {
    font-size: 23px;
    margin: 25px auto 35px;
}
.pricing_section .plan_features h4, .pricing_section .plan_meta h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.pricing_section .plan_meta .meta_row,.pricing_section .plan_features ul li,.pricing_section .best_for li{
    font-size: 20px;
}
.pricing_card.most_popular:before {
    font-size: 22px;
}
.strategy-section h2.problems_sec_text,.Audit_sec .problems_sec_text,.performance_page .problems_sec_text  {
    font-size: 48px;
}
.strategy-section .subtitle,p.problems_sec_text_b,.choose_burton .table-body div{
    font-size: 24px!important;
}
.choose_burton .table-body div {
    line-height: 1.78;
}
section.strategy-section {
    padding: 105px 15px 0;
}
.mfusion_difference .mfusion_title {
    font-size: 48px;
    margin-bottom: 40px;
}
.performance_page .rea_res p {
    font-size: 24px;
}
.strategy-section .card p {
    font-size: 24px;
}
.choose_burton .why_burton_title,.choose_burton h1,.what-burton .section-title,.who-burton .section-title{
	font-size: 48px;
}
.burton_page .hero-intelligence {
    min-height: 780px;
}
.burton_page p {
    font-size: 22px!important;
}
.what-burton .item h3 {
    font-size: 34px;
}
.what-burton .grid {
    row-gap: 50px;
}
.choose_burton.why_burton_different {
    padding: 40px 20px;
    background: #ffffff;
}
.who-burton .help-box h3 {
    font-size: 32px;
}
.outcomes .card ul li strong {
    font-size: 32px;
}
.outcomes .card ul li {
    gap: 19px;
}
.burton_page .demo_dash img {
    width: 100%;
    margin-bottom: 40px;
}
}
@media(max-width: 1199px) {
.nav-pill {
    gap: 10px;
    padding: 10px 14px;
    max-width: 700px;
}
.nav-pill a {
    font-size: 16px;
    padding: 10px 15px;
}
.nav-pill {
    gap: 10px;
    padding: 10px 14px;
    max-width: 750px;
}
.hero-intelligence .shine_outer span {
    margin-bottom: 35px;
}

.hero-intelligence {
    padding: 175px 20px 0;
    min-height: 720px;
    border-radius: 0 0 30px 30px;
}
.marketing-challenges h2, .testimonial_slider-txt h2,.marketing-section h2, .outcomes h2, .faq_outer h2, .transform_outer h2 {
    font-size: 46px;
}
.challenges-grid {
    gap: 20px;
}
.icon-box img {
    width: 80px;
}
.marketing-section h3 {
    font-size: 30px;
    margin-bottom: 40px;
}
.outcomes {
    padding: 80px 0px 60px;
    background: #fff;
}
.testimonial_slider .card {
    width: 370px;
    height: 640px;
    padding: 20px;
}
.testimonial_slider .quote {
    width: 60px;
}
.testimonial_slider .testimonial_card p, .testimonial_slider .card strong, .testimonial_slider .role, .testimonial_slider .tag, .testimonial_slider .stats li {
    font-size: 18px;
}
.testimonial_slider .stats li b {
    font-size: 24px;
}
.testimonial_slider .tag {
    margin-left: -20px;
    width: calc(100% + 40px);
}
.testimonial_slider .carousel-track {
    position: relative;
    height: 642px;
}
section.outcomes.our_plans {
    padding: 60px 0 0;
}
.testimonial_slider .nav-arrow {
    top: 60%;
}
.our_plans.outcomes .subtitle {
    margin-bottom: 50px;
}
.outcomes h2 {
    margin-bottom: 14px;
}
.our_plans .plan_header {
    font-size: 28px;
}
.our_plans h4 {
    font-size: 20px;
    margin-bottom: 24px;
}
.our_plans .plan_body {
    padding: 40px 30px;
}
.our_plans .cta_btn {
    max-width: 85%;
}
.faq_outer {
    padding: 60px 40px;
}
.faq_outer .faq_question {
    font-size: 22px;
}
.faq_outer .icon {
    width: 26px;
    height: 26px;
    background-size: contain;
}
.footer .footer_links > div a {
    font-size: 18px;
}
.footer_links {
    max-width: calc(100% - 310px);
}
.transform_outer {
    padding: 0 20px 80px;
}
.demo_dash img {
    width: 90%;
}
.pricing_section .trial_btn {
    max-width: 350px;
    min-height: 65px;
    font-size: 22px;
}
.pricing_section .plan_content > div {
    padding: 0 15px;
}
.pricing_section .best_for li {
    background-size: 15px;
}
.pricing_section .plan_features ul li {
    background-size: 20px;
}
.pricing_page .shine_outer {
    margin-bottom: 40px;
}
.pricing_page .hero-intelligence .hero_des {
    margin: 0 auto 55px;
}
.about_page .hero-intelligence {
    padding-bottom: 110px;
}
.about_page .marketing-section {
    padding: 70px 20px 60px;
}
.our_story .visual p {
    font-size: 30px;
    line-height: 1.5;
}
.about_page .marketing-section .feature li {
    min-height: 29px;
    display: flex;
    align-items: center;
}
h2.problems_sec_text {
    font-size: 50px;
    margin-bottom: 40px;
}
.problem_table {
    padding: 30px;
}
.problem_table td {
    font-size: 22px;
    padding: 17px;
}
.problem_table th {
    font-size: 22px;
}
.stats-card-about p.problems_sec_text2 {
    font-size: 30px;
    margin-bottom: 50px;
}
.values_grid {
    gap: 100px;
}
.outcomes .card ul li strong {
    font-size: 25px;
}
.outcomes .card ul li {
    font-size: 17px;
}
.outcomes .card ul li {
    gap: 15px;
}
}


/* Responsive */
@media (max-width: 1024px) {
	.outcomes .card ul li strong {
    font-size: 20px;
}
.outcomes .card ul li {
    gap: 10px;
    font-size: 15px!important;
}
  .challenges-grid {
    grid-template-columns: 1fr;
  }
  .header-inner .logo img {
    width: 190px;
    height: auto;
    margin-right: 20px;
}

.nav-pill {
    gap: 10px;
    padding: 10px 14px;
    max-width: 100%;
}
.nav-pill a {
    font-size: 16px;
    padding: 10px 12px;
}
.hero-intelligence h1, .hero-intelligence .shine_outer span {
    font-size: 52px;
}
.hero-intelligence .hero_des {
    font-size: 21px;
}
.hero-intelligence .hero_des {
    font-size: 21px;
    margin-bottom: 50px;
}
.hero-intelligence {
    padding: 170px 20px 0;
    min-height: 660px;
}
.stat p {
    font-size: 18px;
}
.stat h3 {
    font-size: 34px;
}
.marketing-challenges {
    padding: 135px 20px 0;
}
.marketing-challenges h2, .testimonial_slider-txt h2, .marketing-section h2, .outcomes h2, .faq_outer h2, .transform_outer h2 {
    font-size: 42px;
}
.section-subtitle, .testimonial_slider .subtitle {
    font-size: 21px;
    line-height: 1.29;
}
.section-subtitle {
    margin: 0 auto 50px;
}
.plateform_sec {
    padding-top: 60px!important;
}
.plateform_sec_list ul li {
    min-height: 85px;
    font-size: 20px;
    padding: 0 10px;
    line-height: 1.4;
}
.how_tranf_sec {
    padding-top: 60px!important;
}
.marketing-challenges a.navbar-brand.live.w-nav-brand img {
    width: 190px;
}
.marketing-timeline {
    padding: 60px 0px;
}
.timeline-item {
    gap: 140px;
}
.marketing-section .subtitle, .outcomes .subtitle, .faq_outer .subtitle, .transform_outer .desc {
    font-size: 21px;
}
.marketing-section .feature h4 {
    font-size: 24px;
}
.marketing-section .feature p,.marketing-section .feature li,.marketing-section h3.key_bene {
    font-size: 18px;
}
.marketing-section .feature a {
    font-size: 18px;
}
.outcomes {
    padding: 60px 0;
}
.outcomes .card {
    padding: 40px 25px;
}
.outcomes .btn {
    min-height: 85px;
}
.testimonial_slider .card {
    width: 36%;
    height: 640px;
    padding: 20px;
}
section.outcomes.our_plans {
    padding: 50px 0 0;
}
.our_plans ul li {
    font-size: 18px;
    line-height: 1.6;
}
.our_plans .cta_btn {
    min-height: 55px;
    font-size: 20px;
}
.faq_outer .faq_question {
    font-size: 20px;
    min-height: 85px;
    text-align: left;
}
.transform_outer .stats {
    gap: 50px;
}
.transform_outer .desc {
    margin: 0px auto 60px;
}
.transform_outer .stat_box h3 {
    font-size: 40px;
    margin-bottom: 0;
}
.transform_outer .stat_box p {
    font-size: 20px;
}
.transform_outer .stat_box {
    min-height: 130px;
}
.footer {
    padding: 38px 15px;
}
.footer_about {
    max-width: 25%;
}
.footer_about img {
    width: 100%;
}
.footer_links > div {
    border-right: 1px solid;
    padding: 17px 18px;
}
.footer_links {
    max-width: 75%;
}
.footer_links h4 {
    font-size: 23px;
    margin-bottom: 28px;
}
.features_page .hero-intelligence {
    min-height: 800px;
}
.features_page .marketing-section .feature p, .features_page .marketing-section h3.key_bene, .features_page .marketing-section .feature li {
    font-size: 17px;
}
.features_page .marketing-section .feature h4 {
    font-size: 28px;
}
.pricing_section .plan_meta .meta_row, .pricing_section .plan_features ul li, .pricing_section .best_for li {
    font-size: 17px;
}
.pricing_section .plan_features h4, .pricing_section .plan_meta h4 {
    font-size: 19px;
}
.pricing_section .plan_title {
    font-size: 36px;
    margin-bottom: 20px;
}
.pricing_section .plan_price {
    font-size: 36px;
}
p.plan_price_txt {
    font-size: 20px;
}
.pricing_section .plan_desc {
    font-size: 20px;
    margin: 25px auto 35px;
}
.pricing_section .trial_btn {
    max-width: 340px;
    min-height: 60px;
    font-size: 20px;
}
.pricing_card.most_popular:before {
    font-size: 20px;
    max-width: 200px;
}
.values_grid {
    gap: 70px;
}
.rea_res h2.problems_sec_text {
    margin-bottom: 0;
    padding-top: 85px;
    font-size: 42px;
}
h2.problems_sec_text {
    font-size: 42px;
}
.stats-card-about p.problems_sec_text2 {
    font-size: 25px;
    margin-bottom: 50px;
}
.about_page .marketing-section {
    padding: 70px 20px 30px;
}
.rea_res h2.problems_sec_text {
    margin-bottom: 0;
    padding-top: 75px;
}
.values_grid {
    padding: 45px 0 75px;
}
.value_col * {
    font-size: 24px;
    line-height: 1.4;
}
section.strategy-section {
    padding: 65px 15px 0;
}
.strategy-section h2.problems_sec_text, .Audit_sec .problems_sec_text, .performance_page .problems_sec_text,.mfusion_difference .mfusion_title{
    font-size: 42px;
}
.strategy-section .subtitle, p.problems_sec_text_b, .choose_burton .table-body div,.performance_page .rea_res p {
    font-size: 21px!important;
}
.strategy-section .cards {
    gap: 10px;
}
.strategy-section .card {
    padding: 30px;
}
.strategy-section .card p {
    font-size: 21px;
}
.strategy-section .card h3 {
    font-size: 22px;
    line-height: 1.3;
}
.strategy-section .bottom-text {
    margin-top: 60px;
    font-size: 30px;
}
section.Audit_sec {
    padding: 65px 0 0;
}
.Audit_sec  p.problems_sec_text_b {
    margin: 0 auto 65px;
}
.choose_burton .table-head div {
    padding: 25px 10px;
    font-size: 19px;
}
.choose_burton .table-body div {
    padding: 30px 25px;
}
.performance_page .rea_res h2.problems_sec_text {
    margin-bottom: 0;
    padding-top: 70px;
}
.performance_page .value_col * {
    font-size: 21px;
}
.performance_page .rea_res p {
    font-size: 20px;
}
.mfusion_difference .mfusion_table td.check {
    padding-left: 35px;
}
.choose_burton .why_burton_card {
    padding: 0px 20px 30px;
}
.choose_burton .why_burton_card h3 {
    font-size: 24px;
    margin: 15px 0;
}
.burton_page p {
    font-size: 20px!important;
}
.who-burton .help-box {
    min-height: 158px;
}
.who-burton {
    font-family: 'Roboto', sans-serif;
    padding: 30px 20px 50px;
}
.choose_burton .why_burton_title, .choose_burton h1, .what-burton .section-title, .who-burton .section-title {
    font-size: 42px;
}
}
@media (max-width: 935px) {
.nav-pill a {
    font-size: 14px;
}
}
/* Responsive */
@media (max-width: 900px) {
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
    bottom: -90px;
  }

  .hamburger {
    display: flex;
  }

  .nav-pill {
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 16px;
    width: calc(100% - 40px);
    padding: 20px;
    display: none;
    z-index: 99;
    background: #1E96FC;
  }

  .nav-pill.active {
    display: flex;
  }
.nav-pill {
    top: -24px;
    gap: 16px;
    width: 100%;
    padding: 20px;
    height: 103vh;
    justify-content: center;
    position: fixed;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.nav-pill a {
    font-size: 23px;
    padding: 10px 15px;
    font-weight: 500;
}
.hamburger.active-hum span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
  position: absolute;
}

.hamburger.active-hum span:nth-child(2) {
  opacity: 0;
}

.hamburger.active-hum span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
    bottom: auto;
    position: absolute;
}
.hamburger.active-hum span {
    background: #fff;
}

.header-inner .logo img {
    z-index: 999;
    position: relative;
}
.hamburger {
    z-index: 999;
    top: 14px;
    position: absolute;
    right: 20px;
}
.hero-intelligence {
    padding: 130px 20px 0;
    min-height: 660px;
}
.hero-intelligence h1, .hero-intelligence .shine_outer span {
    font-size: 38px;
}
.marketing-challenges h2, .testimonial_slider-txt h2, .marketing-section h2, .outcomes h2, .faq_outer h2, .transform_outer h2 {
    font-size: 34px;
}
.section-subtitle, .testimonial_slider .subtitle {
    font-size: 18px;
    line-height: 1.29;
}
.marketing-challenges a.navbar-brand.live.w-nav-brand img {
    width: 150px;
}
.timeline-item h4 {
    font-size: 22px;
}
.timeline-item p {
    font-size: 16px;
}
.timeline-item .icon {
    width: 80px;
    height: auto;
}
.timeline-wrapper::before {
    width: 15px;
}
.timeline-item::before {
    width: 15px;
    height: 15px;
}
.timeline-footer {
    margin-top: 25px;
    font-size: 28px;
}
.marketing-section .subtitle, .outcomes .subtitle, .faq_outer .subtitle, .transform_outer .desc {
    font-size: 18px;
}
.marketing-section h3 {
    font-size: 26px;
    margin-bottom: 40px;
}
.marketing-section .subtitle {
    margin: 14px auto 40px;
}
.marketing-section .feature h4 {
    font-size: 22px;
}
.marketing-section {
    background: #f1f5ff;
    padding: 60px 20px;
    font-family: Inter, sans-serif;
}
.outcomes .subtitle {
    margin-bottom: 45px;
}
.outcomes .card h3 {
    font-size: 22px;
}
.outcomes .card p {
    font-size: 18px;
    margin-bottom: 40px;
}
.outcomes .card ul li {
    margin-bottom: 38px;
    font-size: 16px;
    border-bottom: 2px solid;
}
.outcomes .btn {
    min-height: 75px;
    font-size: 18px;
}
.testimonial_slider .testimonial_card p, .testimonial_slider .card strong, .testimonial_slider .role, .testimonial_slider .tag, .testimonial_slider .stats li {
    font-size: 16px;
}
.testimonial_slider .quote {
    width: 50px;
}
.testimonial_slider .tag {
    min-height: 42px;
}
.testimonial_slider-txt .subtitle {
    margin: 0 auto 50px;
}
.our_plans .plan_body {
    padding: 40px 20px;
}
.our_plans .plan_header {
    font-size: 26px;
}
.our_plans .learn_more {
    font-size: 16px;
}
.our_plans .cta_btn {
    min-height: 45px;
    font-size: 16px;
}
.our_plans ul li::before {
    font-size: 20px;
}
.our_plans ul li {
    padding-left: 25px;
}
.faq_outer {
    padding: 60px 20px;
}
.faq_outer .faq_question {
    padding: 15px 30px;
}
.faq_outer .faq_question {
    font-size: 18px;
}
.faq_outer .subtitle {
    margin: 10px auto 40px;
}
.faq_outer .faq_item {
    margin-bottom: 17px;
}
.transform_outer .stat_box {
    box-shadow: 0 4px 100px #1e96fc71;
}
.transform_outer .stat_box h3 {
    font-size: 32px;
}
.transform_outer .stats {
    gap: 30px;
}
.transform_outer .btn {
    font-size: 20px;
}
.transform_outer .cta_buttons {
    margin-top: 60px;
}
.footer_about p {
    font-size: 18px;
}
.footer_links h4 {
    font-size: 22px;
    margin-bottom: 18px;
}
.footer .footer_links > div a {
    font-size: 16px;
}
.footer_about {
    max-width: 25%;
    padding-right: 10px;
}
.Social_icons_outer ul {
    gap: 18px;
    margin-top: 43px;
}
.features_page .hero-intelligence {
    min-height: 750px;
}
.features_page .marketing-section .content {
    box-shadow: 0 0 26px 2px rgb(0,0,0, .25);
    padding: 45px 42px 50px;
    margin-top: 60px;
}
.features_page .marketing-section {
    padding: 31px 20px 50px;
}

.pricing_section .plan_meta.plan_meta2 {
    border-left: 0;
    border-right: 0;
}
.pricing_section .plan_content > div {
    padding: 0;
}
.pricing_section .plan_content {
    grid-template-columns: 1fr;
    gap: 30px;
}
.pricing_section .pricing_card {
    padding: 75px 25px 35px;
    margin-bottom: 60px;
}
.pricing_card.most_popular:before {
    font-size: 18px;
    max-width: 100%;
    min-height: 50px;
    border-radius: 10px 10px 0 0;
}
.features_page .marketing-section {
    padding: 45px 20px 50px;
}
.problem_table {
    padding: 20px;
}
.problem_table td {
    font-size: 20px;
    padding: 15px;
}
.problem_table th {
    font-size: 20px;
}
.problems_section .problems_grid {
    gap: 70px;
}
section.marketing-section.our_story.our_story2 {
    padding-top: 60px;
}
.about_page .marketing-section {
    padding: 45px 20px 0;
}
.value_col img {
    max-width: 90px;
    margin: auto;
}
.value_col {
    gap: 24px;
}
.Rectangle_about img {
    width: 100%;
    margin-bottom: 50px;
}
.why_burton_card img {
    margin-top: -50px;
    width: 100px;
}
.choose_burton .why_burton_card h3 {
    font-size: 20px;
    margin: 15px 0;
}
.choose_burton .why_burton_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 20px;
}
.choose_burton .why_burton_title {
    margin-bottom: 100px;
}
.choose_burton .why_burton_title, .choose_burton h1, .what-burton .section-title, .who-burton .section-title {
    font-size: 38px;
}
.what-burton .item h3 {
    font-size: 28px;
}
.what-burton .item img {
    display: flex;
    width: 80%;
    margin: auto;
}
.what-burton .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.choose_burton .choose_burton_search {
    box-shadow: 0 0 4px 10px rgba(15, 23, 42, 0.05);
}
.who-burton .help-box h3 {
    font-size: 28px;
}
.custom-data-section .box {
    padding: 25px;
}
.custom-data-section {
    padding: 30px 15px;
}
}
/* Mobile */
@media (max-width: 767px) {
	.pricing_page .faq_outer2 {
    padding: 47px 15px;
}
	.pricing_section_title.faq_outer p {
    margin-bottom: 10px!important;
}
	.footer_about {
    max-width: 100%;
    padding-right: 10px;
}
.footer_links {
    max-width: 100%;
}
.footer_about img {
    width: 100%;
    max-width: 220px;
}
.footer_about p {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}
.footer_about a.navbar-brand.live.w-nav-brand {
    text-align: center;
}
.Social_icons_outer ul {
    margin: 25px 0 40px;
    justify-content: center;
}
.footer_bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
}
.stats-card {
    grid-template-columns: repeat(2, 1fr);
    bottom: -140px;
}
.marketing-challenges {
    padding: 185px 20px 0;
}
.how_tranf_sec h2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.marketing-challenges a.navbar-brand.live.w-nav-brand {
    height: 40px;
}
.timeline-item {
    gap: 90px;
}
.marketing-section .content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
}
.marketing-section .first_col_fea2 {
    margin-top: 35px;
}
.outcomes {
    padding: 40px 0;
}
.outcomes .subtitle {
    margin-bottom: 35px;
}
.outcomes .card {
    padding: 30px 18px;
}
.outcomes .card h3 {
    font-size: 20px;
    margin-bottom: 25px;
}
.outcomes .btn {
    min-height: 65px;
    font-size: 16px;
}
.testimonial_slider .stats li b {
    font-size: 20px;
}
.testimonial_slider .quote {
    width: 40px;
}
.transform_outer .stat_box p {
    font-size: 18px;
}
.transform_outer .stat_box h3 {
    font-size: 28px;
}
.transform_outer .btn {
    font-size: 18px;
}
.transform_outer .stats {
    gap: 20px;
}
/* ===== MOBILE: SHOW 1 SLIDE ONLY ===== */

  /* Hide side cards */
  .testimonial_slider .card.left-1,
  .testimonial_slider .card.right-1 {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.85);
  }

  /* Center card stays full */
  .testimonial_slider .card.center {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
  }

.testimonial_slider .card {
    width: 75%;
    height: auto;
    max-height: none;
}

  /* Reduce track height */
  .carousel-track {
    height: auto;
    min-height: 420px;
  }
.testimonial_slider .carousel-track {
    height: 545px;
}
.testimonial_slider .quote {
    width: 55px;
}
.our_plans .plans_wrapper {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0 16px 10px;
    scroll-snap-type: x mandatory;
}
  .our_plans .plan_card {
    flex: 0 0 300px;
    scroll-snap-align: start;
  }

  /* Hide scrollbar (clean look) */
  .our_plans .plans_wrapper::-webkit-scrollbar {
    display: none;
  }

  .our_plans .plans_wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .faq_outer .icon {
    background-size: 26px;
    min-width: 26px;
}
.faq_outer .faq_question {
    font-size: 18px;
    gap: 10px;
    line-height: 1.4;
}
.outcomes .cards {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

  .outcomes .cards .card {
    flex: 0 0 65%;
    scroll-snap-align: start;
  }

  /* Hide scrollbar */
  .outcomes .cards::-webkit-scrollbar {
    display: none;
  }

  .outcomes .cards {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .outcomes .subtitle {
    margin-bottom: 35px;
    padding: 0 15px;
}
.features_page .visual img {
    width: 100%;
    max-width: 80%;
    margin: auto;
    display: block;
}
.content.content_rev .details {
    order: 2;
}
.features_page .marketing-section .content {
    gap: 30px;
}
.features_page .marketing-challenges .hero-buttons .btn.primary {
    margin: auto;
}
.demo_dash img {
    width: 100%;
}
.features_page .marketing-challenges {
    padding: 35px  20px;
}
.value_col * {
    font-size: 18px;
    line-height: 1.4;
}
.rea_res h2.problems_sec_text,h2.problems_sec_text {
    font-size: 34px;
}
.about_page .feature.first_col_fea h2 {
    font-size: 34px;
    margin-bottom: 20px;
}
.problems_section .problems_grid {
    gap: 30px;
}
.problem_table td,.problem_table th{
    font-size: 18px;
}
.features_page .marketing-section .content {
    gap: 0;
}
.about_page .marketing-section .feature .story_list {
    margin-bottom: 0;
}
.about_page .marketing-section {
    padding: 40px 20px 30px!important;
}

.strategy-section .cards {
    max-width: 600px;
    grid-template-columns: 1fr;
}
.mfusion_difference .mfusion_table th {
    font-size: 22px;
}
.mfusion_difference .mfusion_card {
    padding: 30px;
}
.strategy-section h2.problems_sec_text, .Audit_sec .problems_sec_text, .performance_page .problems_sec_text, .mfusion_difference .mfusion_title {
    font-size: 34px;
}
.performance_page .values_grid {
    gap: 25px;
}
.strategy-section .subtitle, p.problems_sec_text_b, .choose_burton .table-body div, .performance_page .rea_res p {
    font-size: 18px!important;
}
.performance_page .value_col * {
    font-size: 19px;
}
.performance_page .value_col {
    gap: 17px;
}
.custom-data-section .left-content {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.custom-data-section .right-content {
    width: 100%;
}
.custom-data-section .divider {
    display: none;
}
.custom-data-section .box {
    gap: 20px;
    flex-wrap: wrap;
}
	.custom-data-section .right-content p {
    text-align: center;
}
}
@media (min-width: 576px) {
.performance_page .marketing-timeline .timeline-item:nth-child(2) ul li {
    font-size: 20px;
    min-height: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
    background: url(../images-new/arrow-right-per2.png)no-repeat;
    background-size: 22px;
    padding-left: 0;
    background-position: right;
    padding-right: 38px;
}

}
@media (max-width: 575px) {
.header-inner .logo img {
    width: 140px;
}
.our_plans .plan_card {
    border-right: 1px solid #031562;
    border-bottom: 1px solid #031562;

}
.transform_outer .cta_buttons {
    margin-top: 30px;

}
.transform_outer .stat_box {
    border: 2px solid #1E96FC;

}
  .hero-buttons {
    flex-direction: column;
  }

.stats-card {
    grid-template-columns: 1fr;
    bottom: -360px;
}
  .outcomes .cards .card {
    flex: 0 0 85%;
    scroll-snap-align: start;
}
.hero-buttons {
    gap: 15px;
}
.hero-intelligence {
    padding: 130px 20px 200px;
    min-height: unset;
}
.stats-card {
    padding: 18px 30px 19px;
    max-width: 90%;
    width: 100%;
}
.transform_outer .btn {
    font-size: 18px;
    max-width: 280px;
    width: 100%;
}
.transform_outer .cta_buttons {
    gap: 12px;
}
.transform_outer .btn {
    border: 1px solid #072AC8;

}
.stat {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(25, 89, 252, 0.41);
}
.marketing-challenges {
    padding: 410px 20px 0;
}
.marketing-challenges h2, .testimonial_slider-txt h2, .marketing-section h2, .outcomes h2, .faq_outer h2, .transform_outer h2 {
    font-size: 28px;
}
.plateform_sec_list ul {
    grid-template-columns: repeat(1, 1fr);
}
.testimonial_slider .nav-arrow.left {
    left: 10px;
}
.testimonial_slider .nav-arrow.right {
    right: 10px;
}
.testimonial_slider .card {
    width: 80%;
}
.faq_outer .faq_answer {
    padding: 0 20px;
    line-height: 1.4;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
.transform_outer .stats {
    flex-wrap: wrap;
}
.transform_outer .cta_buttons {
    margin-top: 60px;
    flex-wrap: wrap;
}
.footer_links {
    grid-template-columns: repeat(2, 1fr);
}
.footer_links > div:last-child, .footer_links > div {
    border-right: 0;
}
.footer_about a.navbar-brand.live.w-nav-brand {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer_about img {
    width: 100%;
    max-width: 180px;
}
.transform_outer .stat_box {
    min-height: 110px;
    gap: 0;
}
.timeline-item.left {
    justify-content: flex-start;
    text-align: right;
    flex-direction: row-reverse;
}
.timeline-item.left {
    justify-content: flex-start;
    text-align: left;
    flex-direction: row-reverse;
}
.timeline-item {
    justify-content: space-between!important;
    text-align: left;
    gap: unset!important;
}
.timeline-wrapper::before {
    left: 100px;
    transform: unset;
}
.timeline-item::before {
    left: 100px;
    transform: unset;
}
.timeline-item .content {
    width: calc(100% - 140px);
}
.stat h3 {
    font-size: 26px;
}
.stat p {
    font-size: 16px;
}
.stats-card {
    padding: 18px 30px 19px;
    max-width: 90%;
    width: 100%;
}

.hero-intelligence {
    padding: 130px 20px 120px;
    min-height: unset;
}
.stats-card {
    grid-template-columns: 1fr 1fr;
    bottom: -180px;
}
.marketing-challenges {
    padding: 220px 20px 0;
}
.hero-buttons .btn.primary {
    border: 1px solid #f7f7f7;

}
.stats-card {
    border: 1px solid rgba(25, 89, 252, 0.41);

}
.btn {
    padding: 9px 30px;
    font-size: 18px;
}
.timeline-footer {
    margin-top: 25px;
    font-size: 22px;
}
.features_page .marketing-section .content {
    box-shadow: 0 0 26px 2px rgb(0,0,0, .25);
    padding: 20px 20px 40px;
    margin-top: 60px;
}
.features_page .hero-intelligence {
    min-height: auto;
}
.demo_dash img {
    margin: -90px auto 0;
}
.features_page .marketing-challenges {
    padding: 35px  20px 15px;
}
.features_page .marketing-section .content {
    margin-top: 50px;
}
.pricing_page .shine_outer {
    flex-direction: column;
    gap: 0;
    margin-bottom: 35px;
}
.pricing_page .hero-intelligence .hero_des {
    margin: 0 auto 45px;
}
.pricing_page .demo_dash img {
    margin: -70px auto 0;
}
.problems_section .problems_grid {
    gap: 20px;
    grid-template-columns: 1fr;
}
.problems_section {
    padding: 60px 20px;
    text-align: center;
}
.stats-card-about p.problems_sec_text2 {
    font-size: 22px;
    margin-bottom: 50px;
}
.values_grid {
    gap: 30px;
    grid-template-columns: 1fr;
}
.performance_page .hero-intelligence .shine_outer span {
    gap: 0;
    flex-direction: column;
}
.performance_page .values_grid {
    gap: 25px;
    padding-top: 40px;
    grid-template-columns: 1fr;
}
.choose_burton .managed-table {
    border-top: 2px solid #4b5bdc;
    border-bottom: 2px solid #4b5bdc;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.choose_burton .table-body div {
    padding: 30px 10px;
}
.choose_burton .table-head div {
    padding: 25px 10px;
    font-size: 18px;
    word-break: break-all;
    width: 240px;
}
.choose_burton .table-body div {
    width: 240px;
}

.mfusion_difference .mfusion_card {
    padding: 20px;
}
.mfusion_difference .mfusion_card {
    padding: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.mfusion_difference .mfusion_table td {
    padding: 20px 15px 20px 10px;
    font-size: 17px;
}
.mfusion_difference .mfusion_table th {
    font-size: 18px;
    padding: 10px!important;
}
.mfusion_difference {
    padding: 50px 20px;
	margin-bottom: 50px;
}
.performance_page .marketing-timeline ul li {
    font-size: 16px;
}
.what-burton .item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}
.what-burton .item:nth-child(1), .what-burton .item:nth-child(3), .what-burton .item:nth-child(5) {
    flex-direction: column-reverse;
}
.what-burton .item img {
    display: flex;
    width: 200px;
    margin: auto;
}
.choose_burton .why_burton_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 20px;
}
.strategy-section h2.problems_sec_text,.performance_page .rea_res h2.problems_sec_text, .Audit_sec .problems_sec_text, .performance_page .problems_sec_text, .mfusion_difference .mfusion_title {
    font-size: 28px;
}
.Audit_sec .problems_sec_text {
    padding: 0 15px;
}
.Audit_sec .problems_sec_text {
    padding: 0 15px;
}
section.Audit_sec {
    padding: 45px 0 0;
}
.challenge-card {
    padding: 28px 23px;
}
.outcomes h2{
    padding: 0 15px;
	}
	.our_plans .plan_card {
    padding-bottom: 35px;
}
}
@media (max-width: 420px) {
	.burton_page .demo_dash img {
    width: 100%;
    margin-bottom: 10px;
}
		section.custom-data-section img {
    width: 90px;
}
.custom-data-section .right-content p {
    font-size: 18px;
}
.custom-data-section h3 {
    font-size: 19px;
}
	.pricing_section_title.faq_outer{
		padding: 0 15px;
	}
	.pricing_section_title.faq_outer p {
    margin-bottom: 10px!important;
    margin-top: -5px!important;
}
	.table-head > div {
    border-bottom: 2px solid #4b5bdc;
}
.table-head  {
    border-bottom: 0;
}
.timeline-item .icon {
    width: 60px;
    height: auto;
}

.timeline-wrapper::before {
    left: 80px;
    transform: unset;
	width: 12px;
}
.timeline-item::before {
    left: 80px;
    transform: unset;
	    width: 12px;
	height: 12px;
}
.timeline-item .content {
    width: calc(100% - 110px);
}
.timeline-item h4 {
    font-size: 18px;
}
.timeline-item p {
    font-size: 15px;
}
.hero-intelligence h1, .hero-intelligence .shine_outer span {
    font-size: 31px;
}
.features_page .marketing-section .content {
    box-shadow: 0 0 26px 2px rgb(0,0,0, .25);
    padding: 20px 15px 30px;
    margin-top: 30px;
    border-radius: 10px;
}
.features_page .visual img {
    width: 100%;
    max-width: 100%;
}
.features_page .marketing-section .feature h4 {
    font-size: 23px;
}
.features_page .marketing-section {
    padding: 31px 0px 50px;
}
.pricing_section .pricing_card {
    padding: 35px 15px 35px;
    margin-bottom: 30px;
    border: 2px solid #1E96FC;
}
.pricing_section .plan_title {
    font-size: 28px;
    margin-bottom: 10px;
}
.pricing_section .plan_price {
    font-size: 28px;
}
.pricing_section .plan_desc {
    font-size: 18px;
    margin: 25px auto 25px;
}
.pricing_section .trial_btn {
    max-width: 340px;
    min-height: 50px;
    font-size: 18px;
    margin-bottom: 40px;
}
.pricing_card.most_popular {
    padding-top: 70px;
}
.mfusion_difference .mfusion_card {
    padding: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
}
.mfusion_difference {
    padding: 50px 0px;
    margin-bottom: 50px;
}
.mfusion_difference .mfusion_table td {
    padding: 20px!important;
    font-size: 17px;
    box-sizing: border-box;
}
.choose_burton .choose_burton_search {
    box-shadow: none;
    flex-direction: column;
    min-height: auto;    gap: 15px;
}
.choose_burton .choose_burton_search input {
    padding: 12px 18px;
    font-size: 16px;
    width: 100%;
	box-shadow: 0 0 4px 0px rgba(15, 23, 42, 0.05);
}
.choose_burton .choose_burton_search button {
    border: none;
    padding: 14px 22px;
    font-size: 16px;
    min-height: auto;
    width: 100%;
}
.choose_burton .choose_burton_highlight {
    margin-bottom: 35px;
    margin-top: 40px;
}
.what-burton {
    font-family: 'Roboto', sans-serif;
    padding: 25px 20px;
}
.who-burton .help-box h3 {
    font-size: 24px;
}
.who-burton .help-box {
    margin-bottom: 20px;
    box-shadow: 0 4px 36px 3px rgba(0,0,0,0.25);
}
.what-burton .item h3 {
    font-size: 24px;
}
.choose_burton .why_burton_title, .choose_burton h1, .what-burton .section-title, .who-burton .section-title {
    font-size: 28px;
}
}
/*extra*/
.challenges-grid {
  perspective: 1200px;
}

.challenge-card {
  transform-style: preserve-3d;
  will-change: transform;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
.hero-intelligence h1, .hero-intelligence .shine_outer span {
    font-size: 62px;
}	
.hero-intelligence .hero_des {
    font-size: 22px;
}
.hero-intelligence .hero_des {
    margin: 0 auto 50px;
}
.hero-intelligence {
    background: url(../images-new/hero-bg-home-new.png)no-repeat;
    padding: 145px 20px 180px;
    min-height: 700px;
    background-size: cover;
}
.marketing-challenges {
    padding: 125px 20px 0;
}
.marketing-challenges h2, .testimonial_slider-txt h2 {
    font-size: 48px;
}
.section-subtitle, .testimonial_slider .subtitle {
    font-size: 22px;
    margin: 0 auto 50px;
    line-height: 1.29;
}
.marketing-timeline {
    padding: 50px 20px;
}
.marketing-section h3 {
    margin-bottom: 10px;
}
.marketing-section .subtitle {
    margin: 14px auto 54px;
    font-size: 24px;
}
.about_page .hero-intelligence {
    padding-bottom: 110px;
}
.about_page .marketing-section {
    padding: 90px 20px 60px;
}
.problems_section .problems_grid {
    gap: 50px;
}
.rea_res h2.problems_sec_text {
    margin-bottom: 0;
    padding-top: 80px;
}

.values_grid {
    gap: 60px;
    padding: 60px 0 80px;
}
.burton_page.features_page .hero-intelligence {
    min-height: 750px;
}
.choose_burton .choose_burton_container p,.burton_page p.section-title-subtitle {
    font-size: 24px;
}
.what-burton .item p {
    font-size: 24px;
    line-height: 1.5;
}
.choose_burton.why_burton_different {
    padding: 30px 20px 60px;
    background: #ffffff;
}
.choose_burton .why_burton_card h3 {
    font-size: 24px;
    margin: 23px 0 20px;
}
.features_page .hero-intelligence {
    min-height: 800px;
}
.marketing-section h2, .outcomes h2, .faq_outer h2, .transform_outer h2 {
    font-size: 48px;
}
section.strategy-section {
    padding-top: 65px;
}
h2.problems_sec_text {
    font-size: 48px;
    margin-bottom: 30px;
}
.strategy-section .subtitle {
    margin: 9px auto 59px;
    font-size: 24px;
}
.strategy-section .card p {
    font-size: 24px;
    margin-top: 40px;
}
.choose_burton .table-body div {
    padding: 40px 35px;
    line-height: 1.6;
    font-size: 24px;
}
.performance_page .rea_res p {
    font-size: 24px;
    line-height: 1.6;
}
.mfusion_difference .mfusion_title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}
.mfusion_difference {
    margin-bottom: 50px;
}
}

