@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
}

.ptb-112 {
  padding: 112px 0;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 120%;
  font-family: Quicksand;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 150%;
  font-family: Karla;
}

/* 0.1 header section */
/* 0.2 hero section */
/* 0.3 Innovative Features section */
/* 0.4 Business Growth section */

/* 0.1 header section css start here */
.navbar {
  padding: 16px 0;
  background-color: #FDFDFC;
}

.btn-close,
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-close:focus,
.navbar-toggler:focus {
  text-decoration: none;
  box-shadow: none;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: Karla;
  padding-left: 16px;
  padding-right: 16px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #51A844;
}

.offcanvas-title img {
  width: 150px;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation_item ul {
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
  align-items: center;
}

.header {
  background: #fdfdfc;
  padding: 18px 0;
}

.navigation_item ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  list-style: none;
}

.navigation_item ul li a {
  color: #000;
  text-decoration: none;
  font-family: Karla;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.header_btn button {
  padding: 8px 21.2px;
  margin: 0;
  border: 0;
  background: #51a844;
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  border-bottom: 4px solid #19191933;
}

.navigation_item .dropdown .btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  font-family: Karla;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero_section_contain {
  max-width: 928px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

.hero_img {
  position: relative;
}

.hero_img .section_header_logo {
  position: absolute;
  top: 50px;
  left: 60px;
}

.hero_img .section_header_logo {
  width: 130px;
}

/* 0.1 header section css end here */

/* 0.2 hero section css start here */

.hero_section {
  padding: 112px 0;
  background-color: #FDFDFC;
}

.hero_section_contain h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  padding: 0 0 0px 0;
}

.hero_section_contain p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 24px 0 32px 0;
}

.header_cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header_cta_btn .learn_btn {
  padding: 8px 21.2px;
  margin: 0;
  border: 0;
  background: #51a844;
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  border-bottom: 4px solid #19191933;
  transition: 0.5s;
}

.header_cta_btn .learn_btn:hover {
  box-shadow: 6px 6px 0px 0px #2d2d2d;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.header_cta_btn .sign_btn {
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 10px 24.1px;
  border: 0;
}

/* 0.2 hero section css end here */

/* 0.3 broadcasts_section css start here */

.broadcasts_section_contain {
  width: 616px;
  margin-left: auto;
}

.broadcasts_section {
  padding: 64px 0;
  background-color: #FDFDFC;
}

.broadcasts_section {
  padding: 64px 0;
  position: relative;
}

.broadcasts_section_contain span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.broadcasts_section_contain h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  padding: 16px 0 24px 0;
}

.broadcasts_section_contain p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
  padding-bottom: 32px;
}

/* .broadcasts_section_img {
  position: absolute;
  right: 0;
  top: 0;
} */

.broadcasts_section_img {
  text-align: end;
}

.broadcast_card h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.broadcast_card p {
  font-family: Karla;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

/* 0.3 broadcasts_section css end here */

/* 0.4 Automation & Engagement section css start here */

.automation_engagement_section {
  background: #f0ede6;
  padding: 112px 0;
}

.section_title {
  text-align: center;
}

.section_title span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  display: block;
}

.section_title {
  text-align: center;
}

.section_title span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  display: block;
}

.automation_engagement_contain h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 16px;
}

.automation_engagement_contain p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}

.automation_engagement_tab .tab {
  text-align: center;
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 42px;
}

.tab button {
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.automation_engagement_tab .tab button {
  padding: 10px 24px;
  border: none;
  background: #0000000d;
}

.automation_engagement_tab .tab .active {
  background: #51a844;
  color: #fff;
}

/* 0.4 Automation & Engagement section css end here */

/* 0.5 teams & analytics section css start here */

.team_analytics_section {
  padding: 112px 0;
}

.team_analytics span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 16px;
}

.team_analytics h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 24px;
}

.team_analytics p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.analytics_contain {
  display: flex;
  background: #ecf7f9;
  padding: 42px;
  border-radius: 24px;
}

.analytics_contain_box span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 16px;
}

.analytics_contain_box h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}

.analytics_contain_box p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.team_analytics_card {
  padding: 41px;
}

.unifed_inbox_box {
  background: #f9ecec;
  border-radius: 24px;
}

.commerce_box {
  background: #edf8eb;
  border-radius: 24px;
}

.teams_box {
  background: #ecf3f9;
  border-radius: 24px;
}

.team_analytics_card span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  display: block;
  margin: 32px 0 16px 0;
}

.team_analytics_card h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 24px;
}

.team_analytics_card p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.teams_boxes {
  margin-top: 24px;
}

/* 0.5 teams & analytics section css end here */

/* 0.6 Integrations section css start here */
.integrations_section {
  padding: 112px 0;
  background-color: #FDFDFC;
}

.integrations_section {
  padding: 112px 0;
}

.integrations_section_heading_title span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

.integrations_section_heading_title h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 24px;
}

.integrations_section_heading_title p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.integrations_section_heading_title {
  margin-bottom: 80px;
}

.tool_box_contain {
  border: 1px solid #0000001a;
  padding: 24px 18px;
  border-radius: 14px;
  width: 243px;
  background-color: #fff;
}

.tool_box_container .tool_box_contain h1 {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  margin: 16px 0 4px 0;
}

.tool_box_container .tool_box_contain p {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}

.tool_box_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 0.6 Integrations section css end here */

/* 0.7 Integrations section css end here */

.get_started_section {
  padding: 112px 0;
  background-color: #FDFDFC;
}

.get_started_section h1 {
  margin: 0;
  padding: 0;
}

.get_started_box_content {
  background: #51a8440f;
  border-radius: 24px;
  padding: 24px;
  height: 313px;
  position: relative;
}

.get_started_box_content h1 {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 16px 0;
}

.get_started_box_content p {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
}

.get_started_box_content a {
  color: #51a844;
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.hero_social_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.hero_social_box_contain span {
  font-family: Karla;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.hero_social_box_contain {
  border: 1px solid #00000033;
  padding: 12px 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 0.7 Integrations section css end here */

/* 0.8 review section css start here */

.review_section {
  background: #cddeb3;
  padding: 139px 0;
}

.review_content_section {
  text-align: center;
  max-width: 575px;
}

.review_content_section .author_details img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.review_content_section .author_details h1 {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #1d1d1f;
  margin: 14px 0 4px 0;
}

.review_content_section .author_details p {
  font-family: Karla;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #1d1d1f;
  margin-bottom: 32px;
}

.review_content_section .review_content {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #1d1d1f;
}

.review_content_section .review_content span {
  font-family: Karla;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #1d1d1f;
}

.review_border {
  position: relative;
  border-right: 1px solid #1d1d1f1a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_second {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 0.8 review section css end here */

/* 0.9 Streamlined section css start here */

.streamlined_image {
  text-align: center;
}

.streamlined_section {
  padding: 112px 0 0 0;
}

.streamlined_image {
  text-align: center;
}

.streamlined_section {
  padding: 112px 0 0 0;
}

.streamlined_contain span {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding-bottom: 16px;
  display: block;
}

.streamlined_contain h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  padding-bottom: 24px;
}

.streamlined_contain p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 32px;
}

.streamlined_contain button {
  padding: 8px 21.2px;
  margin: 0;
  border: 0;
  background: #51a844;
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  border-bottom: 4px solid #19191933;
  transition: 0.5s;
}

.streamlined_contain button:hover {
  box-shadow: 6px 6px 0px 0px #2d2d2d;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* 0.9 Streamlined section css end here */

/* 1.0 footer section css end here */

.footer_section {
  background: #f0ede6;
  padding: 80px 0 32px 0;
}

.wamattic_logo {
  padding-bottom: 32px;
}

.wamattic_social {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 32px;
}

.wamattic_application span {
  font-family: Karla;
  font-weight: 700;
  font-size: 13px;
  line-height: 16.65px;
  letter-spacing: 1.57px;
  text-transform: uppercase;
  color: #00000099;
  margin-bottom: 18px;
  display: block;
}

.appliction_img {
  display: flex;
  gap: 12px;
}

.footer_links label {
  font-family: Karla;
  font-weight: 700;
  font-size: 13px;
  line-height: 16.65px;
  letter-spacing: 1.57px;
  text-transform: uppercase;
  color: #00000099;
  padding-bottom: 32px;
}

.footer_links ul li {
  list-style: none;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer_links ul li a {
  font-family: Karla;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  text-decoration: none;
}

.footer_links ul {
  margin: 0;
  padding: 0;
}

.footer_links ul li img {
  width: 20px;
  height: 20px;
}

.footer_section_links {
  padding-bottom: 80px;
  border-bottom: 1px solid #00000026;
}

.provider_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}

.provider_details p {
  font-family: Karla;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provider_details img {
  width: 24px;
  padding: 0 4px;
}

.trusted_bussines {
  padding: 112px 0;
  background-color: #FDFDFC;
}

.trusted_bussines h1 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  padding-bottom: 80px;
}

.trusted_bussines_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 68px;
}

/* 1.0 footer section css start here */

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo img {
  max-height: 40px;
}

.nav_links ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: Karla;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.header_btn button {
  padding: 8px 21px;
  background: #51a844;
  color: #fff;
  border: none;
  font-size: 16px;
  border-bottom: 4px solid #19191933;
  cursor: pointer;
  transition: 0.5s;
}

.header_btn button:hover {
  box-shadow: 6px 6px 0px 0px #2d2d2d;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #51a844;
  border-radius: 2px;
}

/* Mobile Sidebar */
.mobile_sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 270px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: right 0.3s ease;
  z-index: 999;
}

.mobile_sidebar.active {
  right: 0;
}

.mobile_sidebar .close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

.mobile_sidebar ul {
  list-style: none;
  padding: 0;
}

.mobile_sidebar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-family: Karla;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.sidebar_btn {
  display: inline-block;
  text-decoration: none;
  padding: 8px 21.2px;
  margin: 0;
  border: 0;
  background: #51a844;
  font-family: Karla;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  border-bottom: 4px solid #19191933;
  transition: 0.5s;
}

.sidebar_btn:hover {
  box-shadow: 6px 6px 0px 0px #2d2d2d;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* Responsive */
@media (max-width: 768px) {

  .nav_links,
  .header_btn {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-right {
  animation: fadeRight 1s ease;
}

/* About Us Page */

.about-section {
  padding: 55px 0;
  background-color: #EDF8EB;
}

.about-section h1 {
  font-size: 56px !important;
  font-weight: 400;
  color: #000;
  line-height: 120%;
  font-family: Quicksand;
  margin: auto;
  margin-bottom: 24px;
  max-width: 928px;
}

.about-section p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  font-family: Karla;
  margin-bottom: 0;
}

.pricing-section h2 {
  margin-bottom: 32px;
}

.pricing-section .select-plans {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}

.pricing-section .select-plans .plan {
  display: flex;
  gap: 16px;
  cursor: pointer;
  align-items: center;
}
.pricing-section .select-plans .plan label{
  cursor: pointer;
}

.form-check-input:checked{
    background-color: #1D99FF;
    border-color: #1D99FF;
    cursor: pointer;
}
.form-check-input{
  height: 28px;
  width: 28px;
  cursor: pointer;
  /* border-color: red; */
  border: 1px solid rgba(0, 0, 0, 0.50);
}

/* .pricing-section .select-plans input{
width: 28px;
cursor: pointer;
} */

   /* Custom checked radio */
    /* .form-check-input:checked {
      background-color: #0d6efd;
      border-color: #0d6efd;
    } */

    /* Optional: Make the dot inside white */
    /* .form-check-input:checked[type="radio"]::before {
      content: "";
      display: block;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      background-color: #fff;
      position: relative;
      top: 0.25em;
      left: 0.25em;
    } */

/* .pricing-section .select-plans .plan input[type="radio"] {
  display: none;
} */


/* .pricing-section .select-plans .plan input[type="radio"]+label {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pricing-section .select-plans .plan input[type="radio"]+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: 12px;
  height: 12px;
  text-align: center;
  background-color: #fff;
}

.pricing-section .select-plans .plan input[type="radio"]+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: transparent;
  border-radius: 100px;
  transition: all .3s ease;
  border: 1px solid #0000001A;
} */

/* .pricing-section .select-plans .plan input[type="radio"]:checked+label:before {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 14px solid #3e729d;
} */


.pricing-section .select-plans .plan label {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  font-family: Quicksand;
  line-height: 140%;
}

.pricing-section .pricing-card {
  padding: 24px 18px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.pricing-section .pricing-card.red-card {
  background-color: #F9ECEC;
}

.pricing-section .pricing-card.green-card {
  background-color: #EDF8EB;
}

.pricing-section .pricing-card.blue-card {
  background-color: #ECF3F9;
}

.pricing-section .pricing-card .card-upper-data h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 150%;
  margin-bottom: 14px;
}

.pricing-section .pricing-card.red-card .card-upper-data h3 {
  color: #EF7676;
}

.pricing-section .pricing-card.green-card .card-upper-data h3 {
  color: #45A634;
}

.pricing-section .pricing-card.blue-card .card-upper-data h3 {
  color: #478FCD;
}

.pricing-section .pricing-card .card-upper-data .build-bots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.pricing-section .pricing-card.red-card .build-bots {
  background-color: #FFDFDF;
}

.pricing-section .pricing-card.green-card .build-bots {
  background-color: #C1F4B8;
}

.pricing-section .pricing-card.blue-card .build-bots {
  background-color: #C6E4FE;
}

.pricing-section .pricing-card .card-upper-data .build-bots h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: Quicksand;
  line-height: 120%;
}

.pricing-section .pricing-card .card-upper-data .card-contents {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
}

.pricing-section .pricing-card .card-upper-data .card-contents .content {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pricing-section .pricing-card .card-upper-data .card-contents .content:first-child {
  align-items: flex-start;
}

.pricing-section .pricing-card .card-upper-data .card-contents .content p {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: Quicksand;
  line-height: 130%;
}

.pricing-section .pricing-card .card-lower-data h5 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  font-family: Quicksand;
  line-height: 120%;
  margin-bottom: 24px;
}

.pricing-section .pricing-card .card-lower-data h5 span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: Quicksand;
  line-height: 120%;
}

.pricing-section .pricing-card .card-lower-data h6 {
  font-size: 14px;
  font-weight: 400;
  color: #1B1F26;
  font-family: Quicksand;
  line-height: 120%;
  margin-bottom: 24px;
}

.pricing-section .pricing-card .card-lower-data .sidebar_btn {
  width: 100%;
  margin-bottom: 6px;
}

.pricing-section .pricing-card.red-card .card-lower-data .sidebar_btn {
  background-color: #EF7676;
}

.pricing-section .pricing-card.green-card .card-lower-data .sidebar_btn {
  background-color: #45A634;
}

.pricing-section .pricing-card.blue-card .card-lower-data .sidebar_btn {
  background-color: #478FCD;
}

.pricing-section .pricing-card .card-lower-data p {
  font-size: 14px;
  font-weight: 400;
  color: #1B1F26;
  font-family: Quicksand;
  line-height: 120%;
}

.pricing-section .card-content-note {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  font-family: Quicksand;
  line-height: 130%;
  margin-bottom: 16px;
  text-align: left;
}

.cost-pricing-section {
  background-color: #ECF7F9;
}

.cost-pricing-section h2,
.cost-pricing-section h6 {
  margin-bottom: 24px;
}

.cost-pricing-section h5 {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 80px;
}

.cost-pricing-section .conversation-box {
  padding: 42px 42px 0 42px;
  border: 5px solid #FFFFFF;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 0;
  background: linear-gradient(180deg, #ECF7F9 0%, #fff 52.4%, #fff 100%);
}

.cost-pricing-section .conversation-box h3 {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  text-align: left;
  margin-bottom: 24px;
}

.cost-pricing-section .conversation-box p {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  text-align: left;
  margin-bottom: 18px;
}

.cost-pricing-section .view-pricing-btn button {
  margin-top: 80px;
}

.pricing-broadcasts-section {
  padding: 64px 0;
  background-color: #FFFFFF;
}

.pricing-broadcasts-section .broadcasts-content-bg {
  min-height: 433px;
  border-radius: 29px;
  padding: 182px 20px 0 20px;
  background: url('../images/pricing-brodcast-img.png') center/contain no-repeat;
}

.pricing-broadcasts-section .broadcasts-content-bg .broadcasts-content {
  border-radius: 22px;
  padding: 27px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px #0000000F;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.pricing-broadcasts-section .broadcasts-content-bg .broadcasts-content .content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.broadcasts-right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.pricing-broadcasts-section .broadcasts-right-content h5 {
  font-family: Karla;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
}

.compare-plans-section {
  padding: 64px 0;
}

.compare-plans-section h2 {
  margin-bottom: 80px;
}

.compare-plans-section .table th,
.compare-plans-section .table td {
  width: 25%;
  text-align: left;
  padding: 15px 0;
}

.compare-plans-section .table th {
  font-family: Karla;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000;
}

.compare-plans-section .table td {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #000;
}

.compare-plans-section .table tr.span-column td {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #BABABA;
  background-color: #F4F4F4;
  padding: 13.5px 0;
  padding-left: 10px;
}

.compare-plans-section .table td.data-red {
  color: #EF7676;
}

.compare-plans-section .table td.data-green {
  color: #45A534;
}

.compare-plans-section .table td.data-blue {
  color: #478FCD;
}