* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-style: normal;

}

:root {
  --bg-color: #e8f9ee;
  --primary_bg_color: #dfeee5;
  --text-color: rgb(63, 140, 255);
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow2: 0 2px 4px rgba(0, 0, 0, 0.06);
  --button_radius: 5px;
  --button_padding: 10px 20px;
  --button_fontSize: 16px;
  --para_font_size: 1rem;
  --para_color: #6b7280;
  --primary_bg_color: #d3e4ff59;
  --line-height: 28px;
  --section_margin_top: 30px;
  --section_padding: 40px;
  --secondary_bg_color: #418bff3d;
}

.text-center {

  text-align: center;
}

p {
  line-height: var(--line-height);
  font-size: var(--para_font_size);
  color: var(--para_color);
}

ul {
  list-style: none;
  padding: 0;
}

a {

  text-decoration: none;
}

li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}


li::before {
  content: "•";
  font-size: 18px;
  position: absolute;
  left: 0;
}

h3 {
  font-size: 1.5rem;
  font-weight: 800;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: #000;
}

h1 {
  font-size: 40px;
}

span {
  color: var(--text-color);
}

header {
  box-shadow: var(--shadow), var(--shadow2);
  transition: all 0.3s ease;
}

/* .nav_links a:visited{
 color: yellow;
} */
#nav_links a:active {
  color: #3F8CFF;
  border-bottom: 2px solid #3F8CFF;
}

#navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  padding: 15px 0;
  margin: 0 auto;
}

.stick {
  position: fixed;
  /* top: 0;
  left: 0; */
  z-index: 1000;
  width: 100%;
  background-color: var(--primary_bg_color);
  box-shadow: var(--shadow), var(--shadow2);
}

.active {
  display: flex;
}

.solution_dropdown {
  position: absolute;
  box-shadow: var(--shadow), var(--shadow2);
  border-radius: 5px;
  background-color: #fff !important;
  width: max-content;
  top: 65px;
  display: none;
}

.show {
  display: flex;
  flex-direction: column;
  background: none;
}

.nav_links {
  display: flex;
  gap: 30px;
  color: var(--text-color);
}

.dropdown {
  position: relative;
}

.solution_dropdown a {
  color: var(--text-color);
  border-bottom: 1px solid rgb(219, 214, 214);
  display: block;
  padding: 10px 20px;
}

.solution_dropdown a:last-child {
  border: none;
}

.nav_links a {
  position: relative;
  color: rgb(116 119 127);
  text-decoration: none;
  font-size: 16px;
}

.nav_links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav_links a:hover::after {
  transform: scaleX(1);
}




.nav_links a.active {
  color: #3F8CFF;
}

.nav_links a.active::after {
  transform: scaleX(1);
  /* underline show */
  background-color: #3F8CFF;
}





.login_Button {
  border: 1px solid var(--text-color);
  padding: var(--button_padding);
  color: var(--text-color);
  background-color: #fff;
  border-radius: var(--button_radius);
  font-size: var(--button_fontSize);
  transition: all 0.2s ease-in-out;
}

.login_Button:hover {
  color: #000;
  transform: translate(-10px, -5px);
  cursor: pointer;
  box-shadow: 10px 5px 0 var(--text-color);
}

.demo_Button {
  background-color: var(--text-color);
  border-radius: var(--button_radius);
  font-size: var(--button_fontSize);
  padding: var(--button_padding);
  border: 1px solid var(--text-color);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.demo_Button:hover {
  background-color: #fff;
  color: var(--text-color);
  transform: translate(-10px, -5px);
  cursor: pointer;
  box-shadow: 10px 5px 0 var(--text-color);
}

.button {
  display: flex;
  gap: 15px;

}

.logo {
  width: 170px;
  height: auto;
}

.logo:hover {
  cursor: pointer;
}

.logo img {
  width: 100%;
}

.hamburger {
  display: none;
  font-size: 25px;
  color: var(--text-color);
}

.cross {
  display: none;
  font-size: 25px;
  color: var(--text-color);
}


/* SECTION-1 */
.hero-section {
  padding: 20px 20px;
  text-align: center;
}

.mySwiper {
  height: 60px;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.swiper-slide {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

/* SECTION-2 */
.management {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: var(--section_padding);
  justify-content: space-between;
}

.management img {

  width: 100%;
}

.software_btn {
  margin-top: 15px;
}

.image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-img img {
  width: 90%;
}

.conversation img {
  width: 90%;
}

.management_content {
  width: 50%;
}

.management_content h2 {
  margin-bottom: 20px;
}

.demo {
  margin-top: 30px;
}

/* BUSINESS */
.business_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business_image img {
  width: 80%;
}

.business {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: var(--section_padding);
}

.business_content h3 {
  margin-top: 30px;
}

.business_content {
  width: 80%;
  line-height: var(--line-height);
  font-size: var(--para_font_size);
  color: var(--para_color);
}

/* MARKETING */
.marketing_image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketing_image img {
  width: 100%;
}

.marketing {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--primary_bg_color);
  padding: 40px 100px;
}

.marketing_content h3 {
  margin-top: 30px;
}

.marketing_content {
  width: 50%;
  line-height: var(--line-height);
  font-size: var(--para_font_size);
  color: var(--para_color);
}

/* WHATSAPP INTEGRATED */
.whatsApp_integrated {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 100px;
}

.integrated_content {
  width: 50%;
  line-height: var(--line-height);
  font-size: var(--para_font_size);
  color: var(--para_color);
}

.integrated_content ul {
  text-align: left;
}

.integrated_content a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
}

.integrated_image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.integrated_image img {
  width: 100%;
}

/* CONVERSATION */




/* SECTION-3 */
.whatsapp_chat {
  display: flex;
  justify-content: center;
  margin: auto;
  margin: 30px 0;
}

.whatsapp_chat img {
  width: 80%;
}



/* PAYMENT SECTION */
.payment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 30px 0; */
  padding: 40px 0;
  background-color: var(--primary_bg_color);
}

.gateway_image {
  width: 60%;
  margin-top: 30px;
}

.gateway_image img {
  width: 100%;
}

.explore {
  margin: 20px 0;
}

.payment_content {
  text-align: center;
  padding: 25px;
  line-height: var(--line-height);
}

.payment_content h2 {
  font-size: 3rem;
}

/* GROWTH SECTION */

.growth_section {
  background: var(--primary_bg_color);
  padding: var(--section_padding);
  text-align: center;
}

.growth_desc {
  max-width: 650px;
  margin: 10px auto 40px;
  color: var(--para_color);
}

/* GRID */

.growth_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* CARD */

.growth_card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  border: 1px solid #e7ecf3;

  text-align: left;
  transition: 0.35s;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}

.growth_card:nth-child(1) {
  animation-delay: 0.1s
}

.growth_card:nth-child(2) {
  animation-delay: 0.3s
}

.growth_card:nth-child(3) {
  animation-delay: 0.5s
}

.growth_card:nth-child(4) {
  animation-delay: 0.7s
}

.growth_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(63, 140, 255, 0.18);
  border-color: #3F8CFF;
}

/* ICON */

.card_icon {
  background: #eef4ff;
  color: #3F8CFF;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

/* CONTENT */

.card_content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.card_content p {
  font-size: 14px;
  color: var(--para_color);
  line-height: 1.5;
}

/* FOOTER TEXT */

.growth_footer {
  margin-top: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: var(--para_color);
}

/* ANIMATION */

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

/* TABLET */

@media(max-width:1000px) {

  .growth_cards {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* MOBILE */

@media(max-width:600px) {

  .growth_cards {
    grid-template-columns: 1fr;
  }
}

/* FEATURE SLIDER-1 SECTION  */
.customer_experience {
  padding: var(--section_padding);
  text-align: center;
  margin: auto;
}

.features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto;
  flex-wrap: wrap;
  width: 70% !important;
}

.feature-card {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: var(--secondary_bg_color);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--text-color);
  text-align: left;
  transition: 0.3s;
  height: 100%;
}

/* REVIEW SLIDER FIX */

.slider .item {
  padding: 10px;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
}

.slider_card {
  height: 100%;
}

.content small {
  font-size: 20px;
  line-height: var(--line-height);
  margin-top: 20px;
}

.content {
  color: var(--text-color);
}

.feature_icon {
  background: #fff;
  padding: 14px;
  border-radius: 50%;
  color: var(--text-color);
  font-size: 18px;
  flex-shrink: 0;
}

.customer_text {
  width: 50%;
  margin: auto;
}


/* REVIEW SECTION */

.review_section {
  background: #f5f8ff;
  /* padding:60px 20px; */
}

.review_container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.review_slider {
  margin-top: 1%;
  margin-bottom: 1%;
  gap: 10px;
  overflow-y: hidden;
  padding: 5px;
}

/* CARD */

.review_card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e4e8f3;
  text-align: left;
  transition: 0.3s;
  height: 100%;
  width: fit-content;
}

.review_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* PROFILE */

.review_profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review_profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.review_profile h4 {
  margin: 0;
  font-size: 16px;
}

.review_profile span {
  font-size: 13px;
  color: #666;
}

/* RATING */

.review_rating {
  color: #ffb400;
  font-size: 14px;
  margin-bottom: 10px;
}

.review_rating span {
  color: #3F8CFF;
  margin-left: 6px;
}

/* TEXT */

.review_card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* FAQ SECTION  */

.faq_container {
  text-align: center;
  padding: var(--section_padding);
}

.faq_item_content {

  transition: 0.3s;
}

.faq-item.active .faq_item_content {
  display: block;
}

*/ .faq_container h2 {
  margin-bottom: 20px;
}

.faq-list {
  margin: auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: var(--primary_bg_color);
  padding: 10px 20px;
  text-align: left;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  border: 1px solid #b9e2cc;
}

.faq-item:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.faq_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_item_top i {
  background: var(--text-color);
  color: white;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.faq_item_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq_item_content.show_info {
  max-height: 200px;
}

.faq_item_top p {
  font-size: 18px;
  color: #000;
}

.faq_item_content p {
  color: var(--text-color);
  margin-top: 15px;
  font-size: 16px;
}

.click_me {
  transition: transform 0.5s ease;
}

.rotate_icon {
  transform: rotate(180deg);
}

/* FOOTER TOP*/
.footer_top {
  background: var(--secondary_bg_color);
  padding: var(--section_padding);

}

.email-box {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  max-width: 400px;
  padding: 5px;
}

.email-box input {
  flex: 1;
  border: none;
  padding: 12px 18px;
  outline: none;
  font-size: 14px;
}

.email-box button {
  background: var(--text-color);
  border: none;
  padding: 15px;
  cursor: pointer;
  color: white;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.email-box button i {
  font-size: 16px;
}

.connect-right {
  min-width: 280px;
  display: flex;

  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-item i {
  color: var(--text-color);
  font-size: 18px;
}

.contact-item h4 {
  font-size: 14px;

}

.contact-item {

  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item p {
  font-size: 13px;
  color: #555;
}

/* FOOTER MIDDLE  */
.footer_middle {
  padding: var(--section_padding);
  background: var(--primary_bg_color);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .facebook{
  background-color: #1877F2;
} */
.footer-left {
  width: 50%;
}

.footer_logo {
  width: 180px;
}

.footer_logo img {
  width: 100%;
}

.footer-column {

  display: flex;
  gap: 50px;
}

.footer-column ul {
  margin-top: 20px;
}

.footer-column ul li+li {
  margin-top: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #6b7280;

  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: var(--text-color);
}

/* FOOTER BOTTOM  */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 25px 40px;
}

.copyright {
  font-size: 15px;
  color: var(--para_color);
}

.copyright a {

  color: var(--text-color);
  font-weight: 700;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.instagram {
  background: #ee2a7b;
}

.twitter {
  background: #1877f2;
}

.linkedin {
  background: #124c86;
}

.whatsapp {
  background: #25d366;
}

.youtube {
  background: #ec2c2c;
}

.social-icons a:hover {
  transform: scale(1.1);
}



/************************* CONTACT PAGE *****************************/
.name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}

.form_image {
  width: 60%;
}

.form_image img {
  width: 100%;
}

.form_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-top: 40px;

}

.contact_us {
  text-align: center;
  padding: var(--section_padding);
}

.form {
  text-align: left;
  width: 40%;
  padding: 40px;
  border: 1px solid var(--text-color);
  background-color: var(--secondary_bg_color);
  border-radius: 10px;
}

input,
select {
  padding: 17px;
  border: 1px solid var(--text-color);
  border-radius: 10px;
}

.select {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.contact_us button,
.label button {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--text-color);
  border: none;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.label button:hover {
  background-color: #124c86;
  cursor: pointer;
}

/* input:focus, select:focus{
  border: 1px solid #124c86;
} */

.form_para {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

.select input {
  width: 100%;
}

#contactForm textarea {

  padding: 17px;
  border: 1px solid var(--text-color);
  border-radius: 10px;
}





/******************************** PRICING PAGE ********************************/
.budget_content {
  width: 50%;
}

.budget_image {
  width: 50%;
}

.budget_image img {
  width: 100%;
}

.cost_section {

  padding: var(--section_padding);
  text-align: center;
}

.our_pricing {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.our_pricing_image {
  width: 50%;
}

.our_pricing_image img {
  width: 80%;
}

.our_pricing_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  width: 50%;
  border: 1px solid rgb(165, 224, 248);
  border-radius: 40px;
  padding: 40px;
  text-align: left;
}

.breakdown {
  display: flex;
  gap: 20px;
  align-items: center;
}

.breakdown_icon {
  padding: 10px;
  border: none;
  border-radius: 6px;
  background-color: rgb(195, 212, 240);
}


.advertising_section {
  padding: var(--section_padding);
}

.advertising_text {
  text-align: start;
}

.advertising {
  display: flex;
  gap: 30px;
  padding: var(--section_padding);
}

.message_card {
  display: flex;
  gap: 20px;
  border: 1px solid var(--text-color);
  border-radius: 10px;
  padding: 20px;
  align-items: flex-start;
}

.message {
  display: flex;
  gap: 20px;
}

.advertising_cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.message_card_content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.message_card_content small {
  font-size: 14px;
  color: var(--para_color);
  line-height: var(--line-height);
}

.optimize {
  width: 40%;
  margin: auto;
  text-align: center;
}

.optimize span {
  font-weight: 700;
}


.access {
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid var(--text-color);
  border-radius: 10px;
  display: flex;
  background-color: var(--primary_bg_color);
  width: 25%;
}

.access i {
  font-size: 25px;
}

.need_cards {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 20px;
  width: 95%;
  margin: 30px auto;
}

.access p {
  font-size: 16px;
}

.need {
  display: flex;
  gap: 20px;
}

.need_image {
  width: 50%;
}

.need_text {
  width: 50%;
}

.need_image img {
  width: 100%;
}


.agency_content ul {
  text-align: left;
}

.agency_content a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
}

.agency_content span {
  color: var(--para_color);
}

.agency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
  margin: 30px 0;
}

.agency_image {
  width: 50%;
}

.agency_image img {
  width: 100%;
  height: auto;
  display: block;
}

.agency_content li {
  margin-bottom: 20px;
  line-height: var(--line-height);
  font-size: 16px;
}

.agency_content li span {
  font-weight: 700;
  font-size: 17px;
}


.grow {
  background-color: var(--primary_bg_color);
  padding: var(--section_padding);
  display: flex;
  gap: 30px;
  align-items: center;
}

.grow_left,
.grow_right {
  width: 50%;
}

.grow_left button {
  margin-top: 20px;
}

.grow_right img {
  width: 100%;
}


.choose_left {
  width: 50%;
}

.choose_left img {
  width: 70%;
}

.choose_bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.choose {
  text-align: center;
}

.choose_card {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(230, 227, 227);
  padding: 15px;
  border-radius: 10px;
  box-shadow: var(--shadow2);
}

.choose_card:hover {
  cursor: pointer;
  box-shadow: var(--shadow);
  transform: translatey(-5px);
}

.choose_icon {
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: var(--secondary_bg_color);
}

.choose_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}


.automation_middle {
  width: 90%;
  margin: auto;
}

.automation_middle img {
  width: 70%;
}

.automation_bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  justify-content: center;
}

.automation_card {
  padding: 10px;
  border: 1px solid var(--text-color);
  display: flex;
  box-shadow: var(--shadow2);
  gap: 20px;
  border-radius: 12px;
  background-color: #fff;
  align-items: center;
}

.auto_icon {
  padding: 10px;
  border-radius: 10px;
  background-color: var(--primary_bg_color);
}


.opportunity {
  padding: var(--section_padding);
}

.opportunity_content {
  text-align: center;
  margin: 20px auto;
}

.review_container .owl-carousel,
.opportunity .owl-carousel {
  display: flex !important;
}

/* .owl-item .center .opportunity_card {
  /* transform: scale(1.05);
  opacity: 1;
  background: var(--primary_bg_color);
  box-shadow: var(--shadow); */
/* } */
.opportunity_card {
  border: 1px solid var(--text-color);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.4s ease;
  transform: scale(0.9);
  opacity: 0.6;
  width: 100%;
}

.opportunity_card li::before {
  content: "✅";
  margin-right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  padding: 10px !important;
  border: 1px solid blue !important;
  font: inherit;
  background-color: var(--text-color);
  position: absolute;
  left: 0;
  top: -120px;
}

.owl-carousel .owl-nav button.owl-next {
  color: inherit;
  padding: 10px !important;
  border: 1px solid blue !important;
  font: inherit;
  background-color: var(--text-color);
  position: absolute;
  right: 0;
  top: -120px;
}

.center {
  /* background-color: #fff!important; */
  width: 350px !important;
  margin-right: 0 !important;
  transform: scale(1.05);
  opacity: 1;
  background: var(--primary_bg_color);
  box-shadow: var(--shadow);
}



.business_plans {
  background-color: var(--primary_bg_color);
  padding: var(--section_padding);
}

.business_plans .start_btn {

  margin: 20px 0;
}

.plan_content {
  text-align: center;
}

.plan_card h3,
.plan_card h4 {
  margin-bottom: 10px;
}

.plan_card_details h4,
.plan_card_list ul {

  font-size: 15px;
  font-weight: 200;
  color: var(--para_color);

}

.plan_card_details p {

  font-size: 14px;
  font-weight: 200;
}

.plan_card_list h4 {

  font-size: 20px;
}

.plan_card_list .moreContent {

  margin-bottom: 20px;
}

.plan_card {
  border: 1px solid var(--text-color);
  padding: 40px 20px;

  border-radius: 20px;
  background-color: var(--primary_bg_color);
}

.plan_card {

  position: relative;
}

.plan_card .offer-tag {


  position: absolute;
  right: 0;

  text-align: center;
  top: 0;
  padding: 7px 15px;
  border-top-right-radius: 20px;
  border: 1px solid var(--text-color);
  color: #ffff;
  border-top: none;
  border-right: 0;
  font-size: 16px;
  background: RGB(63, 140, 255);
  background: linear-gradient(90deg, rgba(63, 140, 255, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  font-weight: 600;

  border-bottom-left-radius: 20px;
}

.plan_card_details h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.3rem;
}

.plan_card_details h2 small {

  font-weight: 400;
}

.plan_card_details small {
  font-size: 14px;
}

.gst {
  font-size: 12px;
  color: gray;
}

.moreContent {
  display: none;
}

.btn2 {
  border: none;
  background-color: transparent;
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.btn2 span {

  animation: top-down 1s ease infinite;
}

@keyframes top-down {

  from {
    top: 0px;
  }

  to {
    top: 10px;
  }
}

.btn2 span {

  display: block;
}

.plans_card_container {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: var(--section_padding);
}

.plan_buttons {
  box-shadow: var(--shadow);
  padding: 5px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  width: fit-content;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.monthly_btn,
.yearly_btn {
  padding: 15px 25px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--primary_bg_color);
  color: black;
}

.start_btn {
  background-color: var(--text-color);
  padding: 15px;
  border-radius: 10px;
  border: none;
  color: #fff;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
}

.hidden {
  display: none;
}

.showMore_btn {
  border: none;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--primary_bg_color);
}

.plan_buttons button.activee {
  background-color: var(--text-color);
  color: white;
}



.qr_generator {
  text-align: center;
  padding: var(--section_padding);
}

.whatsapp_code {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 30px;
}

.code_img {
  width: 50%;
}

.code_img img {
  width: 80%;
}

.code_form {
  border: 1px solid var(--text-color);
  padding: 30px;
  border-radius: 15px;
  background: var(--secondary_bg_color);
  text-align: left;
}

.code_form h3 {
  font-size: 26px;
}

.code_form label {
  display: block;
  margin: 15px 0 8px;
  font-weight: 500;
}

.phone_group {
  display: flex;
  gap: 10px;
}

.phone_group select {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.phone_group input {
  flex: 1;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.phone_group input:focus {
  outline: none;
}

.code_form textarea:focus {
  outline: none;
}

/* #phone{
  padding-left: 0!important;
  padding-right: 0!important;
} */
.code_form textarea {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.code_form button {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  background: var(--text-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
}



.qr_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.qr_modal_content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  width: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr_modal_content h4 {
  margin-bottom: 20px;
}

.qr_code_btn {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.qr_code_btn button:nth-child(1) {
  padding: 10px;
  border: 1px solid #dce6dd;
  border-radius: 6px;
  cursor: pointer;
  width: 210px;
}

.qr_code_btn button:nth-child(2) {
  padding: 10px;
  border: none;
  background-color: var(--text-color);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  width: 210px;
}

#generatedLink {
  font-size: 14px;
  color: var(--text-color);
}

.close_btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#popup_qrcode {
  margin-top: 20px;
}


.manetor_features {
  padding: var(--section_padding);
  background: #f7faff;
}

.container {
  margin: auto;
}

.section_title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 70px;
}

.features_layout {
  display: grid;
  grid-template-columns: 1fr 600px 1fr;
  gap: 25px;
  align-items: center;
}

.features_column {
  display: grid;
  gap: 15px;
}

/* CARD */

.features_card {
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e8eefc;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}

.features_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(63, 140, 255, 0.18);
}

/* ICON + TITLE */

.features_card_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.features_card_head i {
  font-size: 20px;
  color: #3F8CFF;
  background: #eef4ff;
  padding: 10px;
  border-radius: 8px;
}

.features_card_head h3 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
}

/* DESCRIPTION */

.features_card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* DASHBOARD */

.dashboard_center img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(63, 140, 255, 0.07);
  border: solid 2px #ccd9f9;
}

/* TABLET */

@media(max-width:1100px) {

  .features_layout {
    grid-template-columns: 1fr;
  }

  .dashboard_center {
    order: -1;
    max-width: 650px;
    margin: auto;
  }

  .features_column {
    grid-template-columns: 1fr 1fr;
  }

}

/* MOBILE */

@media(max-width:700px) {

  .features_column {
    grid-template-columns: 1fr;
  }

  .section_title {
    font-size: 28px;
  }

}

.demo-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.demo-popup-box {
  background: #fff;
  width: 420px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: popupAnim .3s ease;
}

@keyframes popupAnim {
  from {
    transform: scale(.8);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.demo-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.demo-popup-header h2 {
  font-size: 22px;
}

#closeDemoPopup {
  cursor: pointer;
  font-size: 22px;
}

.form-row {
  margin-bottom: 15px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.submit-demo-btn {
  width: 100%;
  padding: 12px;
  background: var(--text-color);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.main_heading,
.policy_content {

  padding: 40px 25px;
}

.policy_content ul {

  margin-top: 20px;


}

.policy_content h2 {

  margin-top: 20px;
}

/* Review Section */
.review_container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.review_slider {
  margin-top: 40px;
}


.review_slider.owl-carousel .owl-item img {

  width: 50px;
}

.review_card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e5e5e5;
  height: 100%;
}

/* Profile section */
.review_profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review_profile img {
  width: 60px;
}

.review_profile h4 {
  margin: 0;
  font-size: 18px;
}

.review_profile span {
  font-size: 14px;
  color: #777;
}

/* Rating */
.review_rating {
  margin: 10px 0;
  color: #f5a623;
}

/* Review Text */
.review_card p {
  font-size: 15px;
  line-height: 1.6;
}

/* Review Section Responsive */

@media(max-width:1024px) {

  .review_container {
    padding: 30px 15px;
  }

  .review_card {
    padding: 20px;
  }

}

@media(max-width:768px) {



  .review_profile img {
    width: 50px;
  }

  .review_card p {
    font-size: 14px;
  }

}

@media(max-width:480px) {

  .review_container h2 {
    font-size: 24px;
  }

  .review_container p {
    font-size: 14px;
  }

  .review_card {
    padding: 18px;
  }

}


/* SECTION */

.whatsapp_calculate_section {
  padding: 80px 20px;
  background: #f7fafc;
}

.whatsapp_calculate_container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */

.whatsapp_calculate_heading {
  text-align: center;
  margin-bottom: 50px;
}

.whatsapp_calculate_heading h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.whatsapp_calculate_heading span {
  color: var(--text-color);
}

.whatsapp_calculate_heading p {
  color: #6b7280;
  max-width: 600px;
  margin: auto;
}

/* GRID */

.whatsapp_calculate_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* INPUT SIDE */

.whatsapp_calculate_inputs {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.whatsapp_calculate_field label {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.whatsapp_calculate_field select,
.whatsapp_calculate_field input[type="range"] {
  width: 100%;
}

.whatsapp_calculate_value {
  font-weight: 600;
  margin-top: 5px;
  display: inline-block;
}

/* RESULT SIDE */

.whatsapp_calculate_result {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.whatsapp_calculate_card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.whatsapp_calculate_card p {
  color: #fff;
  margin-bottom: 5px;
}

.whatsapp_calculate_card h3 {
  font-size: 28px;
  color: #111827;
}

.whatsapp_calculate_card.highlight {
  background: var(--text-color);
  color: white;
}

.whatsapp_calculate_card.highlight h3 {
  color: white;
}

/* CTA */

.whatsapp_calculate_cta {
  text-align: center;
  margin-top: 40px;
}

.whatsapp_calculate_btn {
  background: var(--text-color);
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width:900px) {

  .whatsapp_calculate_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .whatsapp_calculate_heading h2 {
    font-size: 26px;
  }

}

@media (max-width:500px) {

  .whatsapp_calculate_heading h2 {
    font-size: 22px;
  }

  .whatsapp_calculate_card h3 {
    font-size: 22px;
  }

}