:root {
  --green-color: #25d366;
  --white-color: #fff;
  --black-color: #000;
  --paragraph-color: rgb(105, 105, 105);
  --font-family: 'inter', serif;
  --fontScaleFactor: 1;
  --rating: 4.5;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #e0ffee;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
a:hover {
  color: #fff;
}
.text-green {
  color: var(--green-color);
  font-weight: 600;
}
body {
  font-family: var(--font-family);
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
.wrapper {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 15px;
}
.row-columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.row-columns .column {
  flex: 1;
}
.hero .wrapper {
  text-align: center;
  margin: 100px auto 100px;
}
.hero .signup {
  width: fit-content;
}
.hero .signup:hover {
  color: var(--white-color);
}
.hero .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
/* .hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
} */
h1 span {
  color: var(--green-color);
}
/* .line {
  width: 70%;
  height: 80px;
  position: relative;
  overflow: hidden;
} */
h1 {
  /* position: absolute;
  left: 0;
  width: 100%; */
  font-size: clamp(2.5rem, 7vw, 4rem);
  /* font-size: calc(56px + 0.9vw); */
  line-height: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero h1 .line:nth-child(2) .text {
  color: var(--green-color);
}
.hero p {
  margin-bottom: 15px;
}
.hero p {
  margin-bottom: 15px;
}
.text-para,
.hero p {
  font-size: 16px;
  font-weight: 500;
  color: rgb(105, 105, 105);
}

.head-text {
  font-size: calc(36px + 0.9vw);
  /* font-size: calc(48px * var(--fontScaleFactor)); */
  font-weight: 700;
}
.hero-section .head-text {
  font-size: calc(44px + 0.9vw);
}
.founder {
  background-color: #e0ffee;
  padding: 60px 0;
  overflow: hidden;
}
.founder .wrapper {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
  overflow: hidden;
}
.founder .swiper-founder {
  width: 100%;
  /* height: 300px; */
}

.founder .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: rgb(105, 105, 105);
  height: 100%;
  width: 100%;
}
.founder .swiper-slide .list-item {
  width: 100%;
  word-break: break-all;
  font-size: 16px;
  font-weight: 500;
}
.founder .swiper-slide .list-item svg {
  color: #25d366;
}
.founder .swiper-wrapper {
  transition-timing-function: linear !important;
}
.broadcast-section,
.Gateway-section {
  padding: 50px 0;
}
.Gateway-section .Gateway-list,
.broadcast-section .broadcast-list {
  padding-left: 50px;
  margin-bottom: 50px;
}
.Gateway-section p,
.broadcast-section p {
  margin-bottom: 30px;
}
.Gateway-section .Gateway-list li,
.broadcast-section .broadcast-list li {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
}

.broadcast-section .broadcast-list li::before {
  content: '';
  position: absolute;
  left: -45px;
  width: 30px;
  height: 30px;
  border-radius: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.broadcast-section .broadcast-list li:nth-child(1)::before {
  background-image: url('../images/home/img3.png');
}
.broadcast-section .broadcast-list li:nth-child(2)::before {
  background-image: url('../images/home/img4.png');
}
.broadcast-section .broadcast-list li:nth-child(3)::before {
  background-image: url('../images/home/img5.png');
}
.broadcast-section .broadcast-list li h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
.broadcast-section .broadcast-list li span {
  font-size: 14px;
  font-weight: 500;
  color: rgb(105, 105, 105);
}
.service-details {
  padding: 50px 0;
}
.service-details .row-columns {
  margin-bottom: 2em;
  position: relative;
}
.service-details .content {
  max-width: 450px;
}
.add-on-feature .content h4,
.drive-conversation .content h4,
.service-details .content h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.add-on-feature .features .content p,
.drive-conversation .features .content p,
.service-details .content p {
  color: rgb(105, 105, 105);
  font-weight: 500;
  margin-bottom: 0;
}
.counter-section {
  background-color: #e0ffee;
  padding: 60px 0;
}
.counter-section .contents {
  max-width: 700px;
}
.counter-section .wrapper {
  display: flex;
  gap: 30px;
}
.counter-section .wrapper .columns {
  flex: 1;
}
.couter-up .content {
  /* border: 1px solid #a7a7a7; */
  background-color: var(--white-color);
  border-radius: 5px;
  margin-bottom: 15px;
  text-align: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.036) 0px 4px 12px;
  color: var(--green-color);
  font-size: 32px;
  font-weight: 600;
}
.couter-up .content p {
  margin-bottom: 0;
  font-size: 14px;
}
.couter-up .content .counter,
.couter-up .content span {
  margin-bottom: 5px;
  color: var(--green-color);
  font-size: 28px;
  font-weight: 600;
}
.drive-conversation {
  padding: 60px 0;
}
.add-on-feature .features .content,
.drive-conversation .features .content {
  flex: 0.7;
  padding-left: 50px;
}
.add-on-feature .features figure,
.drive-conversation .features figure {
  flex: 1.3;
  margin-bottom: 0;
  height: 350px;
}
.add-on-feature .features .column,
.drive-conversation .features .column {
  background-color: #e5e3ff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2em;
  /* padding-top: 50px; */
  margin-bottom: 30px;
}
.add-on-feature .features .column:last-child,
.drive-conversation .features .column:last-child {
  margin-bottom: 0;
}

.add-on-feature .features .column:nth-child(2),
.drive-conversation .features .column:nth-child(2) {
  background-color: #ffe3d0;
}
.add-on-feature .features .column:nth-child(3),
.drive-conversation .features .column:nth-child(3) {
  background-color: #bddcfd;
}
.add-on-feature .features .column:nth-child(4),
.drive-conversation .features .column:nth-child(4) {
  background-color: #d6eee1;
}
.whatsapp-business .broadcast-list li:nth-child(1)::before {
  background-image: url('../images/home/icon1.svg');
}
.whatsapp-business .broadcast-list li:nth-child(2)::before {
  background-image: url('../images/home/icon2.svg');
}
.whatsapp-business .broadcast-list li:nth-child(3)::before {
  background-image: url('../images/home/icon3.svg');
}
.accordion-item {
  margin: 1rem 0;
  background: transparent;
  border: 0;
}

.accordion-item-header {
  background-color: #fff;
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.accordion-item-header:hover,
.accordion-item-header.active {
  background-color: #e0ffee;
  color: var(--green-color);
}

.accordion-item-header::after {
  content: '';
  position: absolute;
  right: 1rem;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzg3ODc4NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im03IDEwbDUgNWw1LTUiIC8+Cjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: contain;
}

.accordion-item-header.active::after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1ZDM2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im03IDEwbDUgNWw1LTUiIC8+Cjwvc3ZnPg==');
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  color: rgb(105, 105, 105);
  font-size: 14px;
}

.faq {
  margin-bottom: 70px;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

/* Slider Styling */
.slider {
  display: flex;
  animation: slide-loop 20s linear infinite;
}

/* Individual Slide Styling */
.slide {
  box-sizing: border-box;
  padding: 20px 25px;
  text-align: center;
  margin: 0 10px;
  border-radius: 8px;
  white-space: nowrap;
}
.slide .um-miniIcon {
  color: var(--green-color);
}

/* Infinite Loop Animation */
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.instagram-hero,
.industrial-hero {
  padding: 50px 0;
}
.industrial-hero .row-columns .column {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.industrial-hero .row-columns .column .signup {
  width: fit-content;
}
.explore-industries {
  padding: 60px 0;
}
.explore-industries h1 {
  margin-bottom: 50px;
  text-align: center;
}
.Whatsapp-Engagement .grid-cards,
.integrations .grid-cards,
.explore-industries .grid-cards {
  gap: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.explore-industries .card {
  padding: 20px;
  border-radius: 15px;
  height: 100%;
}
.explore-industries .card img {
  width: 100px;
  margin-bottom: 25px;
}
.integrations .card h4,
.explore-industries .card h4 {
  font-size: 20px;
}
.integrations .card p,
.explore-industries .card p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 500;
}
.integrations .card a,
.explore-industries .card a {
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #34495e;
  padding: 10px;
  text-align: center;
  color: var(--black-color);
  border-radius: 5px;
  margin-top: auto;
}
.integrations .card a {
  width: 100%;
  justify-content: center;
}
.demo-book {
  background: #e0ffee;
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}
.demo-book .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 20px;
}
.demo-book .row-columns .link {
  color: var(--green-color);
}
.integrations {
  padding: 60px 0;
}
.integrations .header {
  margin-bottom: 60px;
  text-align: center;
}
.integrations .header h1 {
  color: var(--green-color);
}
.integrations .header h3 {
  font-size: 32px;
  font-weight: 600;
}
.drive-user .header p,
.integrations .header p {
  font-weight: 500;
  color: rgb(105, 105, 105);
}
.Whatsapp-Engagement .grid-cards .card,
.drive-user .grid-cards .card,
.integrations .grid-cards .card {
  padding: 20px;
  border-radius: 15px;
  height: 100%;
}
.integrations .grid-cards .card figure {
  margin: 0 0 1rem;
  height: 100px;
  align-items: center;
  display: flex;
}
.integrations .grid-cards .card img {
  width: 100px;
  /* margin-bottom: 30px; */
}

.drive-user {
  padding: 60px 0;
}
.drive-user .header {
  margin-bottom: 60px;
  text-align: center;
}
.drive-user .grid-cards {
  gap: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.drive-user .grid-cards .card {
  text-align: center;
  padding: 25px;
}
.drive-user .grid-cards .card h4 {
  font-size: 20px;
}
.drive-user .grid-cards .card p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  margin-bottom: 40px;
}
.drive-user .grid-cards .card img {
  width: 150px;
}
.drive-user .grid-cards .card .signup {
  width: fit-content;
  margin-inline: auto;
}
.two-column-container {
  padding: 60px 0;
}
.two-column-container h2 span {
  color: var(--green-color);
}
.two-column-container p,
.two-column-container ul {
  margin-bottom: 25px;
}
.two-column-container p span {
  font-weight: 600;
}
.two-column-container .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.two-column-container img {
  border-radius: 15px;
}
.flow-builder-features {
  padding: 60px 0;
}
.flow-builder-features .header {
  margin-bottom: 60px;
  text-align: center;
}
.flow-builder-features .grid-cards {
  gap: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.flow-builder-features .grid-cards .card {
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}
.flow-builder-features .grid-cards .card img {
  width: 75px;
  margin-inline: auto;
  margin-bottom: 25px;
}
.flow-builder-features .grid-cards .card h6 {
  font-size: 20px;
  font-weight: 600;
}
.flow-builder-features .grid-cards .card p {
  font-size: 16px;
  font-weight: 500;
  color: rgb(105, 105, 105);
}
.add-on-feature {
  padding: 60px 0;
}
.add-on-feature .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.add-on-feature .header .left {
  max-width: 800px;
}
.add-on-feature .features img {
  margin: auto;
  display: flex;
  width: 500px;
  margin-top: 10px;
}
.add-on-feature .features .column:nth-child(2) img {
  width: 560px;
}
.add-on-feature .features .column:nth-child(4) img {
  width: 600px;
}
.service-details .content {
  position: relative;
}
.service-details .content .badge {
  top: -77px;
  left: -98px;
  opacity: 0.08;
  z-index: 0;
  position: absolute;
  font-size: 72pt;
  font-weight: 600 !important;
  color: rgb(0, 0, 0);
}
.section-heading {
  padding: 60px 0;
}
.section-heading .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-heading .header .left {
  max-width: 800px;
}
.section-heading .header .left p {
  margin: 0;
}
.section-heading .button-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Whatsapp-Engagement {
  padding: 60px 0;
}
.Whatsapp-Engagement .heading {
  margin-bottom: 60px;
}
.Whatsapp-Engagement .grid-cards .card a {
  width: fit-content;
  margin-top: auto;
}
.Whatsapp-Engagement .grid-cards .card img {
  width: 25px;
  height: 25px;
}
.Whatsapp-Engagement .grid-cards .card h4 {
  font-size: 20px;
}
.Whatsapp-Engagement .grid-cards .card h4 span {
  color: var(--green-color);
}
.Whatsapp-Engagement .grid-cards .card p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 500;
}
.Whatsapp-Engagement .grid-cards .card a {
  width: fit-content;
}
._853272f6:before {
  content: '★★★★★'; /* Display stars */
  background: linear-gradient(
    90deg,
    #25d366 var(--percent, 50%),
    /* Green color for filled portion */ rgba(64, 64, 64, 0.3)
      var(--percent, 50%) /* Gray for unfilled portion */
  );
  letter-spacing: 0.05em;
  -webkit-background-clip: text; /* Clip gradient to text */
  -webkit-text-fill-color: transparent; /* Apply gradient to text */
}

._853272f6 {
  display: inline-block;
  --green-color: 4.5; /* Example rating value (supports decimals) */
  --percent: calc(
    var(--green-color) / 5 * 100%
  ); /* Convert rating to percentage */
  font-size: 1.2em;
  font-family: Times, serif;
  margin-right: 0.9em;
}
.google-review .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
}
.google-review p {
  margin-bottom: 0;
}
.google-review p span {
  color: var(--green-color);
  font-weight: 600;
}
.google-review img {
  width: 120px;
}
.Gateway-section .Gateway-list li::before,
.broadcast-section .broadcast-list li::before {
  content: '';
  position: absolute;
  left: -45px;
  width: 28px;
  height: 28px;
  border-radius: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Gateway-section .Gateway-list li::before {
  background-color: #f4f4f4;
}
.Gateway-section .Gateway-list li:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23696969' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath d='M9 11.24V7.5a2.5 2.5 0 0 1 5 0v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z'%3E%3C/path%3E%3C/svg%3E");
}
.Gateway-section .Gateway-list li:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23696969' height='24' width='24' viewBox='0 0 640 512'%3E%3Cpath d='M0 256v128c0 17.7 14.3 32 32 32h32V224H32c-17.7 0-32 14.3-32 32zM464 96H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H176c-44.2 0-80 35.8-80 80v272c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V176c0-44.2-35.8-80-80-80zM256 416h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm128 120h-64v-32h64v32zm96 0h-64v-32h64v32zm-32-120c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm192-72h-32v192h32c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
}
.Gateway-section .Gateway-list li:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23696969' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1.41 16.09V20h-2.67v-1.93c-1.71-.36-3.16-1.46-3.27-3.4h1.96c.1 1.05.82 1.87 2.65 1.87 1.96 0 2.4-.98 2.4-1.59 0-.83-.44-1.61-2.67-2.14-2.48-.6-4.18-1.62-4.18-3.67 0-1.72 1.39-2.84 3.11-3.21V4h2.67v1.95c1.86.45 2.79 1.86 2.85 3.39H14.3c-.05-1.11-.64-1.87-2.22-1.87-1.5 0-2.4.68-2.4 1.64 0 .84.65 1.39 2.67 1.91s4.18 1.39 4.18 3.91c-.01 1.83-1.38 2.83-3.12 3.16z'%3E%3C/path%3E%3C/svg%3E");
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
}

.video-container .img {
  position: relative;
}

.video-container .thumbnail {
  display: block;
  width: 100%;
  cursor: pointer;
}

.video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: none;
  background: url('../images/play-icon.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
}

.video-container .video-frame {
  display: none;
  width: 100%;
  height: 600px;
}
.chat-bot .features .column img {
  width: 400px;
  padding-top: 20px;
  margin: auto;
  display: flex;
}
.chat-bot .features .column:nth-child(3) img {
  width: 600px;
}
.chat-bot .features .column:nth-child(4) img {
  width: 520px;
}
.drive-user .grid-cards-three {
  gap: 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 60px;
}
.drive-user .user,
.drive-user .grid-cards-three .card {
  padding: 20px;
  border-radius: 15px;
  height: 100%;
}
.drive-user .grid-cards-three .card figure {
  margin: 0 0 1rem;
  height: 100px;
  align-items: center;
  display: flex;
}
.drive-user .grid-cards-three .card img {
  width: 100px;
}
.drive-user .grid-cards-three .card h4 {
  font-size: 20px;
}
.drive-user .grid-cards-three .card p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 500;
}
.drive-user .grid-cards-three .card h4 span {
  color: var(--green-color);
}
.drive-user .grid-cards-three .card ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.drive-user .grid-cards-three .card ul li span {
  color: var(--green-color);
}
.drive-user .grid-cards-three .card ul li span {
  color: var(--green-color);
}
.drive-user .user {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: row;
}
.drive-user .user img {
  width: 200px;
}
.drive-user .user .content img {
  width: 100px;
  margin-bottom: 15px;
}
.drive-user .user .content h6 {
  font-size: 24px;
  margin-bottom: 15px;
}
.drive-user .user .content p span {
  font-weight: 600;
}
.Key-Features .features .column,
.Key-Features .features .column:nth-child(2),
.Key-Features .features .column:nth-child(3),
.Key-Features .features .column:nth-child(4) {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.Key-Features .features .column:nth-child(4) img,
.Key-Features .features .column:nth-child(5) img {
  width: 390px !important;
  margin: -33px auto;
  display: flex;
}
.Key-Features .features .column:nth-child(6) img {
  width: 352px !important;
  margin: 13px auto;
  display: flex;
}
.Key-Features .features .column:nth-child(7) img {
  width: 352px !important;
  margin: 13px auto;
  display: flex;
}
.Key-Features .features-whatsapp h4 span {
  color: var(--green-color);
}
.Key-Features .features-whatsapp .column:nth-child(1) img,
.Key-Features .features-whatsapp .column:nth-child(2) img {
  width: 500px !important;
  margin: 13px auto;
  display: flex;
}
.Key-Features .features-whatsapp .column:nth-child(3) img,
.Key-Features .features-whatsapp .column:nth-child(4) img {
  width: 300px !important;
  margin: 13px auto;
  display: flex;
}
.Key-Features .features-whatsapp .column:nth-child(5) img {
  width: 300px !important;
  margin: 55px auto;
  display: flex;
}
.Gateway-section .quories li::before {
  border-radius: 7px;
}
.Gateway-section .quories li:nth-child(1)::before {
  background-image: url('../images/whatsapp-support/icon1.png');
}
.Gateway-section .quories li:nth-child(2)::before {
  background-image: url('../images/whatsapp-support/icon2.png');
}
.Gateway-section .quories li:nth-child(3)::before {
  background-image: url('../images/whatsapp-support/icon3.png');
}
.Gateway-section .form-whatsapp p {
  margin-bottom: 30px;
}
.Gateway-section .form-whatsapp li::before {
  border-radius: 10px;
}
.Gateway-section .form-whatsapp li:nth-child(1)::before {
  background-image: url('../images/whatsapp-form/icon1.png');
}
.Gateway-section .form-whatsapp li:nth-child(2)::before {
  background-image: url('../images/whatsapp-form/icon2.png');
}
.Gateway-section .form-whatsapp li:nth-child(3)::before {
  background-image: url('../images/whatsapp-form/icon3.png');
}
.Whatsapp-Engagement .main-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow-builder-features .three-columns .card {
  height: 100%;
}
.flow-builder-features .three-columns .card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 0;
}
.flow-builder-features .three-columns .card a {
  margin-top: auto;
  margin-inline: auto;
}
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1.8em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider-toggle {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #cbf4da5e;
  border: 1px solid var(--green-color);
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.slider-toggle:before {
  position: absolute;
  content: '';
  height: 1.4em;
  width: 1.4em;
  left: 0.2em;
  top: 2.5px;
  bottom: 0.3em;
  background-color: var(--green-color);
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch input:checked + .slider-toggle {
  background: #cbf4da5e;
}
.switch input:checked + .slider-toggle {
  background: #cbf4da5e;
}

.switch input:focus + .slider-toggle {
  box-shadow: 0 0 1px #cbf4da5e;
}

.switch input:checked + .slider-toggle:before {
  transform: translateX(1.1em);
  width: 1.4em;
  height: 1.4em;
  bottom: 0;
}
.switch input:checked + .pricing-toggle .year {
  color: var(--green-color);
}
.price-list-container .monthly-list,
.price-list-container .year-list {
  display: none;
}

.price-list-container .monthly-list.active {
  display: block;
}
.pricing-toggle .monthly.active,
.pricing-toggle .year.active {
  color: var(--green-color) !important;
  font-weight: 600 !important;
}

.price-list-container .year-list.active {
  display: block;
}
.price-list-container .card .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-list-container .card .price h1 {
  margin-bottom: 0;
}
.price-list-container .card .price span {
  font-size: 14px;
  color: rgb(105, 105, 105);
  font-weight: 500;
}
.price-list-container .card a {
  margin-top: 15px;
  margin-bottom: 25px;
}
.price-list-container .card ul {
  margin-bottom: 0;
}
.price-list-container .card ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  color: rgb(105, 105, 105);
  margin-bottom: 10px;
}
.price-list-container .card ul li::before {
  content: '';
  position: absolute;
  left: -27px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1ZDM2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0yLjc1IDguNzVsMy41IDMuNWw3LTcuNSIgLz4KPC9zdmc+');
  background-size: contain;
  background-repeat: no-repeat;
}
.pricing-section .pricing-toggle {
  margin-bottom: 25px;
}
.pricing-section .price-list-container .price {
  text-align: center;
  margin-bottom: 15px;
}
.pricing-section .price-list-container .price h1 {
  margin-bottom: 0;
}
.pricing-section .price-list-container .price span {
  font-size: 14px;
  color: rgb(105, 105, 105);
  font-weight: 500;
}
.pricing-section .price-list-container a {
  margin-inline: auto;
  margin-bottom: 25px;
}
.pricing-section .price-list-container .content {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 25px;
}
.pricing-section .price-list-container .content ul li {
  position: relative;
  list-style: none;
  font-size: 14px;
  color: rgb(105, 105, 105);
  margin-bottom: 10px;
}
.pricing-section .price-list-container .content ul li::before {
  content: '';
  position: absolute;
  left: -27px;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI1ZDM2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0yLjc1IDguNzVsMy41IDMuNWw3LTcuNSIgLz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
}
.pricing-features .grid-cards .card {
  text-align: start;
}
.pricing-features .grid-cards img {
  margin-inline: inherit !important;
  width: 35px !important;
  height: 35px !important;
  margin: 20px;
}
.pricing-faq {
  padding-top: 60px;
}
.instagram-hero .icons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}
.instagram-hero .icons img {
  width: 150px;
}
.drive-conversation .instagram-feature .column-container {
  display: flex;
  flex-direction: row;
}
.drive-conversation .instagram-feature .column-container .left-column {
  width: 50%;
}
.drive-conversation .instagram-feature .column img {
  width: 250px !important;
  display: flex;
  margin-inline: auto;
  margin-top: 19px;
}
.drive-conversation .instagram-feature .content {
  height: 100vh;
}
.drive-conversation .instagram-feature .left-column .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.drive-conversation .instagram-feature .right-column {
  height: 500px;
  overflow: hidden;
}
.drive-conversation .instagram-feature .right-column .content {
  position: relative;
  overflow: hidden;
  width: 600px;
}
.drive-conversation .instagram-feature .right-column .content .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 500px;
  width: 500px;
  background-color: #96dae2;
  display: flex;
  justify-content: center;
}
.drive-conversation
  .instagram-feature
  .right-column
  .content
  .photo:nth-child(2) {
  background-color: #e1e090;
}
.drive-conversation
  .instagram-feature
  .right-column
  .content
  .photo:nth-child(3) {
  background-color: #d2b6de;
}
.drive-conversation .instagram-feature .right-column .content .photo figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  height: auto;
}
.drive-conversation .instagram-feature .right-column .content .photo img {
  width: 320px !important;
}
.onscrollTab {
  padding: 50px 0;
}

.onscrollTab .container_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.onscrollTab .accordion {
  overflow: hidden;
  padding: 2.2rem;
  cursor: pointer;
}

.onscrollTab .accordion [role='region'] {
  opacity: 0;
  display: none;
}

.onscrollTab .accordion.active {
  background-color: #f0f0f0;
  transition: background 0.3s ease;
}

.onscrollTab .accordion.active .region {
  display: block !important;
  opacity: 1 !important;
  transition: max-height 0.2s ease-out;
}

.onscrollTab .column-right {
  position: relative;
  height: 500px;
  width: 500px;
}

.onscrollTab .column-right .photo-div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; /* Hide images initially */
  display: none;
}
.onscrollTab .column-right .photo-div img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}
.onscrollTab .column-right .photo-div.active {
  display: block !important;
  opacity: 1 !important;
}

body.no-scroll {
  overflow: hidden;
}
