.typing-words span 
{
  display: flex;
  float: left;
  color: #008aff;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;	
  visibility: hidden;
  border-right: 4px solid transparent;
  max-width: 17rem;
  font-weight: 700;
} 

.typing-words span:nth-child(1) 
{
	animation: typing 0.7s steps(5), typingReverse 0.7s steps(5) 0.7s, blink-wait 1s step-end 1 1.4s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(2) 
{ 
	animation: typing 0.7s steps(5) 2.4s, typingReverse 0.7s steps(5) 3.1s, blink-wait 1s step-end 1 3.8s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(3) 
{ 
	animation: typing 0.7s steps(5) 4.8s, typingReverse 0.7s steps(5) 5.5s, blink-wait 1s step-end 1 6.2s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(4) 
{ 
	animation: typing 0.7s steps(5) 7.2s, typingReverse 0.7s steps(5) 7.9s, blink-wait 1s step-end 1 8.5s, blink-caret 0.6s step-end infinite;
}

.typing-words span:nth-child(5) 
{  
	animation: step-end 7 9.5s, typing 1s steps(7) 9.5s forwards;
}

@keyframes typing 
{
    from { width: 0; visibility: hidden; }
    to { width: 100%; visibility: visible; color: #000; }
}

@keyframes typingReverse 
{
    from { width: 100%; visibility: visible; color: #000; }
    to { width: 0; }
}

@keyframes blink-wait 
{
    from, to { width: 0; visibility: hidden; }
    30%, 60% { width: 45px; visibility: visible; }
}

@keyframes blink-caret 
{
    from, to { border-color: transparent; }
    50% { border-color: #999; }
}

/* pagination starts */
.pager
{
  list-style-type: none;
  padding:1rem;
}

.pager .next
{
    float:right;
}

.pager .previous
{
    float:left;
}

.pager .next,.pager .previous
{
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .2rem;
    color: #495057;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .3rem .85rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    background-color: #3b7ddd;
    border-color: #3b7ddd;
    color: #fff;
}

.pager .previous a:hover
{
    color:white;
    text-decoration: none;
}

/* all internal css list */
/* cm_login_view */
#togglepassword 
{
  float: right;
  margin-right: 15px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

/* cm2_chatbot_whatsapp_link_view */
.qr-code 
{
  max-width: 200px;
  margin: 10px;
}

.error
{
  color: red;
  size: 80%
}

.hidden
{
  display:none;
}

/* end internal css list */
@media only screen and (max-width: 768px) 
{
  #drawflow {
    width: 200%;
    height: 400%;
  }
}

.gap-4 {
  gap: 1rem!important;
}
.align-items-center {
  align-items: center!important;
}
.hstack, .vstack {
  align-self: stretch;
  display: flex;
}
.hstack {
  align-items: center;
  flex-direction: row;
}

.custom-card-hover {
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card-hover:hover {
  transform: scale(1.1);
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
  z-index: 2;
}

@media (max-width: 768px) 
{
  .custom-card-hover:hover 
  {
    transform: none;
    box-shadow: none;
    z-index: auto;
  }
}

@media (max-width: 912px) 
{
  .hide-on-mobile 
  {
    display: none;
  }
}
@media screen and (max-width: 600px) 
{
  #name_input
  {
    width:100% !important;
  }
  #mobile_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #email_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #country_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #address_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #zip_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #city_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #state_input
  {
    margin-top: 15px;
    width:100% !important;
  }
  #submit_button
  {
    text-wrap: nowrap;
  }
}

@media (max-width: 912px) 
{
  .mobile_menu
  {
    padding-left:1.75em !important;
  }
  .mobile_collapse_menu
  {
    padding-left:1.25em !important;
  }
}

.why-us .box 
{
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.10);
    transition: 0.5s;
    position: relative;
    background: #F7F7F8 !important;
    max-height: 250px !important;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.why-us .box:hover 
{
	padding: 30px 30px 70px 30px;
	box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.20);
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

.why-us .box span 
{
    display: block;
    font-size: 56px;
    font-weight: 700;
    color: #152c5b;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: normal;
}

.why-us .box h4 a 
{
	font-size: 24px;
	font-weight: 600;
	padding: 0;
	margin: 20px 0;
	color: #152c5b;
	text-decoration: none;
}

.why-us .box h4
{
  padding-right: 30px;
  color: #152c5b !important;
}

.why-us .box p 
{
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.why-us .box:hover span,
.why-us .box:hover p 
{
  	color: #fff;
}

.why-us .box:hover h4
{
  padding-right: 30px;
  color: white !important;
}

@media (max-width: 912px) 
{
  .why-us .box 
  {
    max-height: 380px!important;
  }
}

.custom-hover
{
  transition: box-shadow .3s;
}
  
.custom-hover:hover
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

.difference-of-us-item:hover h3,
.difference-of-us-item:hover p
{
  color: #fff;
}

.chart_fa_icon
{
  color: #20c20a;
}

.check_fa_icon
{
  color: #5a07f2;
}

.users_fa_icon
{
  color: #ed0758;
}

.ai_fa_icon
{
  color: #00bfff;
}

.difference-of-us-item:hover .chart_fa_icon,
.difference-of-us-item:hover .check_fa_icon,
.difference-of-us-item:hover .users_fa_icon,
.difference-of-us-item:hover .ai_fa_icon
{
  color: #fff !important;
}
  
.difference-of-us-item .icon {
  height: 85px;
  flex: 0 0 auto;
  width: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 8px;
}

.hover-block
{
  padding-left: 20px;
  padding-right: 20px;
}

#tab
{
  background: #F7F7F8 !important;
  max-height: 855px !important;
}

.nav-tabs .nav-link 
{
  border: 0px;
}

.tab_button:hover
{
  background-color: rgba(0, 0, 0, 0.06);
}

.translate-y-1\/3 
{
  transform: translateY(33.333333%) !important;
}

@media (max-width: 767px) 
{
  .sidebar_content
  {
    display: none !important;
  }
}

@media (max-width: 767px) 
{
  .sidebar_content
  {
    display: none !important;
  }
}

#first_card:hover 
{
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

#second_card:hover 
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

#third_card:hover 
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
	background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

#first_card:hover h5,
#first_card:hover p
{
  color: white !important;
}

#second_card:hover h5,
#second_card:hover p
{
  color: white !important;
}

#third_card:hover h5,
#third_card:hover p
{
  color: white !important;
}

#first_card:hover .icon-shape 
{
  background: linear-gradient(50deg,#f25767 0,#f27657 100%)!important;
}

#second_card:hover .icon-shape 
{
  background: linear-gradient(50deg,#f25767 0,#f27657 100%)!important;
}

#third_card:hover .icon-shape 
{
  background: linear-gradient(50deg,#f25767 0,#f27657 100%)!important;
}

.channel-paragraph:hover, .channel-paragraph.hovered 
{
  cursor: pointer;
  background-color: #e4e6e9;
  border-radius: 25px;
}

.number_circle 
{
    border-radius: 60%;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #fff;
    border: 5px solid #32CD32;
    color: #32CD32;
    text-align: center;
}

.faq-gradient-bg-livechat
{
  background: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}


.whatsapp_hover
{
  transition: box-shadow .3s;
}
  
.whatsapp_hover:hover
{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%)!important;
}

.whatsapp_use_case:hover h3,
.whatsapp_use_case:hover p
{
  color: #fff;
}
.plus_fa_icon
{
  color:#eb053e;
}

.square_fa_icon
{
  color:#045bf1;
}

.code_fa_icon
{
  color:#02f28a;
}
.plane_fa_icon
{
  color:#f3f702;
}
.print_fa_icon
{
  color:#e609f6;
}
.archive_fa_icon
{
  color:#fa9e00;
}

.clock_fa_icon
{
  color:#00ffee;
}

.users_fa_icon
{
  color:#B197FC;
}

.business_fa_icon
{
  color:#4c00ff;
}

.graduate_fa_icon
{
  color:#f97901;
}

.whatsapp_use_case:hover .plus_fa_icon,
.whatsapp_use_case:hover .square_fa_icon,
.whatsapp_use_case:hover .code_fa_icon,
.whatsapp_use_case:hover .plane_fa_icon,
.whatsapp_use_case:hover .print_fa_icon,
.whatsapp_use_case:hover .archive_fa_icon,
.whatsapp_use_case:hover .clock_fa_icon,
.whatsapp_use_case:hover .users_fa_icon,
.whatsapp_use_case:hover .business_fa_icon,
.whatsapp_use_case:hover .graduate_fa_icon
{
  color: #fff !important;
}
  
.whatsapp_use_case .icon {
  height: 85px;
  flex: 0 0 auto;
  width: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 8px;
}

.inbox_logos_container 
{
  white-space: nowrap;
}

.inbox_logo 
{
  margin-right: 100px;
  animation: bounceLogos 3s infinite alternate;
}

@keyframes bounceLogos 
{
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

.crm_para_overlay 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.card:hover .crm_para_overlay 
{
  display: block;
  opacity: 1;
}

.image_height_adjust
{
  height: 150px; 
}

.table-thick-border th,
.table-thick-border td {
    border: 2px solid #bcc1c6; /* Adjust thickness and color as needed */
}

.cm_bar_green
{
  width: 100%;
  background: #fff;
  border: 1px solid #34c824;
  border-radius: 25px;
  height: 20px;
  overflow: hidden;
}

.cm_bar_bg_green
{
  background: #34c82499;
  border-radius: 25px;
  height: 100%;
  transition: width 0.5s ease;
}

.cm_bar_grey 
{
  width: 308px;
  background: #fff;
  border: 0.5px solid #d0d5dd;
  border-radius: 25px; /* Adjusted border radius */
  height: 20px;
  overflow: hidden; /* Added overflow property */
}

.cm_bar_bg_grey 
{
  background: #d0d5dd;
  border-radius: 25px; /* Adjusted border radius */
  height: 100%;
}

.comparison_container 
{
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.comparison_row
{
  display: table-row;
}

.comparison_cell
{
  display: table-cell;
  padding: 8px 12px;
  border: 1px solid #ddd;
}

.comparison_cell_header 
{
  font-weight: bold;
  background-color: #f0f0f0;
}

.comparison_cell_success 
{
  color: green;
}

.comparison_cell_danger 
{
  color: red;
}

.conversation_type_tooltip 
{
  position: relative;
  display: inline-block;
  
}

.conversation_type_tooltip .tooltiptext 
{
  visibility: hidden;
  min-width: 300px; 
  background-color: #008aff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.conversation_type_tooltip .tooltiptext::after 
{
  content: "";
  position: absolute;
  top: 100%;
  right: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #008aff transparent transparent transparent;
}

.conversation_type_tooltip:hover .tooltiptext 
{
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 600px) 
{
  .conversation_type_tooltip .tooltiptext 
  {
    width: 120px; 
    margin-left: -180px; 
  }
  .conversation_type_tooltip .tooltiptext::after 
  {
    left: 60%;
  }
}

.nav-item.btn.btn-outline-primary:hover 
{
  color: #fff;
  background-color: #5bc0de; 
  border-color: #46b8da; 
}

.range-badge
{
    position: relative;
    bottom : 60px;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.conversation_tab_button
{
    border-radius: 3rem;
}


.mobile-screen {
  width: 20rem; /* Adjust width as needed for your device */
  height: 40rem; /* Adjust height as needed for your device */
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
  margin: 50px auto; /* Adjust margin to center the frame */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {  
  .mobile-screen {
    width: 19rem; 
    height: 38rem; 
  }    
}


/* Style for WhatsApp widget screen */
.whatsapp-widget-screen 
{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.whatsapp-widget-header 
{
  height: 95px;
  background-color: #075e54;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

.whatsapp-widget-back-arrow
{
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14pt;
  color: black;
  display: flex;
  font-family:'Times New Roman', Times, serif;
  justify-content: center;
  
}

.whatsapp-widget-chat-title 
{
  /* flex-grow: 1; */
  font-size: 14pt;
}

.whatsapp-widget-chat-sub-title
{
  font-size: 8pt;
}

.whatsapp-chat-container 
{
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  height: 200px;
  background-color: #d1ecd4;
}

.whatsapp-input-container 
{
  display: flex;
  align-items: center;
  padding: 10px;
}

.whatsapp-input-container input 
{
  flex-grow: 1;
  padding: 8px;
  border: none;
  border-radius: 20px;
  margin-right: 10px;
}

.whatsapp-input-container button 
{
  border: 0;
  outline: 0;
  padding: 0.75rem;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #4fce5d;
  color: white;
  cursor: pointer;
  border-radius: 0.5rem;
}

#powered_by 
{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#powered_by_link 
{
  margin-left: 5px;
  text-decoration: none;
  color: #045bf1;
}

.wa-widget.expanded 
{
  border-radius: 1rem;
}

.wa-widget-toggle 
{
  background-color: white;
  padding: 1rem;
  margin: 1rem;
  height: 4rem;
  width: 4rem;
  border-radius: 9rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  cursor: default;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.wa-widget-toggle::before 
{
  content: '';
  height: 10px;
  width: 10px;
  top: 5px;
  right: 5px;
  position: absolute;
  background-color: red;
  border-radius: 10px;
}

.chat-content 
{
  padding: 1rem;
  background-color: #d1ecd4;
}

.chat-item 
{
  display: inline-flex;
  align-items: flex-end;
}

.chat-item p:first-child 
{
  border-top-left-radius: 0;
}

.chat-item p 
{
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  color: #000;
}

#chat_image img 
{
    width: 50px !important; 
    height: auto; 
}

/* Integrations on home page */
#home_integration
{
  text-align: center;
}

#home_integration .cm_integrations 
{
  padding: 0.6rem;
  display: inline-block;
}

#home_integration .cm_integrations div 
{
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 4rem;
  max-height: 5rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
  align-items: center;
  justify-content: center;
  display: flex;
}

#home_integration div img 
{
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}

#home_integration div p 
{
  padding-left: 0.5rem !important;
  font-size: 1em !important;
  margin: 0;
}

.image-animation-gs
{
  display: none;
  max-width: 100%;
  height: auto;
}

#default_step_on_google_sheets 
{
  display: block;
}

.timeline-with-icons 
{
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item 
{
  position: relative;
}

.timeline-with-icons .timeline-item:after 
{
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon 
{
  position: absolute;
  left: -52px;
  background-color: #CCCCCC;
  color: #000000af;
  border-radius: 50%;
  height: 2.0em;
  width: 2.0em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.timeline-item:before {
  background: #fff;
  border: 0px;
  border-radius: 0%;
  height: 0px;
}

.social-icon {
  position: absolute;
  bottom: -0.6em;
  left: 1.3em;
  width: 20px; /* Size of the social icon */
  height: 20px;
  border-radius: 50%;
  background-color: white; /* Background color for the social icon */
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-timeline-with-icons 
{
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}
.activity-timeline-with-icons .activity-timeline-item 
{
    position: relative;

}
.activity-timeline-with-icons .activity-timeline-item:after 
{
    position: absolute;
    display: block;
    top: 0;
}
.activity-timeline-with-icons .activity-timeline-icon 
{
    position: absolute;
    left: -51px;
    background-color: #CCCCCC;
    color: #000000af;
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.activity-timeline-item:before 
{
    background: #fff;
    border: 0px;
    border-radius: 0%;
    height: 0px;
}

.pricing_highlight 
{
    border: 2px solid #007bff; 
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

#feature_card {
  transition: transform 0.3s ease;
}

#feature_card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

/* Home Page CSS */
.home_content
{
  margin-top: 65px;
}

/*Marquee CSS For Home and Pricing Page */
:root {
  --marquee-width: 100%;
  --marquee-elements-displayed: 9;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) *  4s);
}

#popular_brands 
{
  width: var(--marquee-width);
  overflow: hidden;
  position: relative;
  filter:grayscale(100%)
}
#popular_brands:before, #popular_brands:after 
{
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

#popular_brands:before 
{
  left: 0;
}

#popular_brands:after 
{
  right: 0;
}

#popular_brands #popular_brands_list 
{
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

#popular_brands:hover 
{
  filter: none;
}

@keyframes scrolling 
{
  0% 
  { 
    transform: translateX(0);
  }
  100% 
  { 
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); 
  }
}
#popular_brands #popular_brands_list li 
{
  flex-shrink: 0;
  width: var(--marquee-element-width);
  white-space: nowrap;
  /* margin-right: 30px;
  margin-left: 30px; */
}

@media (max-width: 600px) 
{
  :root {
    --marquee-width: 100vw;
    --marquee-elements-displayed: 3;
  }
  #popular_brands:before, #popular_brands:after 
  { 
    width: 2rem;
  }
}


.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #50b5ff;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #50b5ff;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}


.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #50b5ff;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #50b5ff;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}


.content-center {
    margin-left: 25% !important;
}

@media (max-width: 768px) {
  .content-center {
    margin-left: 2% !important;
  }
}

@media(max-width: 992px) {
  .content-center {
    margin-left: 2% !important;
  }
}

.tabs {
left: 50%;
transform: translateX(-50%);
position: relative;
background: white;
width: 100%;
height: inherit;

border-radius: 5px;
min-width: 240px;
}
.tabs input[name=tab-control] {
display: none;
}

.tabs ul {
list-style-type: none;
padding-left: 0;
display: flex;
flex-direction: row;
margin-bottom: 10px;
justify-content: space-between;
align-items: flex-end;
flex-wrap: wrap;
}
.tabs ul li {
box-sizing: border-box;
flex: 1;
width: 25%;
padding: 0 10px;
text-align: center;
}
.tabs ul li label {
transition: all 0.3s ease-in-out;
color: #929daf;
padding: 5px auto;
overflow: hidden;
text-overflow: ellipsis;
display: block;
cursor: pointer;
transition: all 0.2s ease-in-out;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tabs ul li label br {
display: none;
}
.tabs ul li label svg {
fill: #929daf;
height: 1.2em;
vertical-align: bottom;
margin-right: 0.2em;
transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
outline: 0;
color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
fill: #bec5cf;
}
.tabs .slider {
position: relative;
width: 25%;
transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
position: relative;
width: 50px;
max-width: 100%;
margin: 0 auto;
height: 4px;
background: #428BFF;
border-radius: 1px;
}
.tabs .content {
margin-top: 30px;
}
.tabs .content section {
display: none;
-webkit-animation-name: content;
        animation-name: content;
-webkit-animation-direction: normal;
        animation-direction: normal;
-webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
-webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
line-height: 1.4;
}
.tabs .content section h2 {
color: #428BFF;
display: none;
}
.tabs .content section h2::after {
content: "";
position: relative;
display: block;
width: 30px;
height: 3px;
background: #428BFF;
margin-top: 5px;
left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
cursor: default;
color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
fill: #428BFF;
}
@media (max-width: 600px) {
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
}
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
cursor: default;
color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
fill: #428BFF;
}
@media (max-width: 600px) {
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
}
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
cursor: default;
color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
fill: #428BFF;
}
@media (max-width: 600px) {
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
}
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
cursor: default;
color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
fill: #428BFF;
}
@media (max-width: 600px) {
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
}
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
display: block;
}

.tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
  fill: #428BFF;
  }
  @media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
      background: rgba(0, 0, 0, 0.08);
  }
  }
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ .slider {
  transform: translateX(300%);
  }
  .tabs input[name=tab-control]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
  }

.tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label svg {
  fill: #428BFF;
  }
  @media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
      background: rgba(0, 0, 0, 0.08);
  }
  }
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ .slider {
  transform: translateX(300%);
  }
  .tabs input[name=tab-control]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
  }

.tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
  cursor: default;
  color: #428BFF;
  }
  .tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label svg {
  fill: #428BFF;
  }
  @media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
      background: rgba(0, 0, 0, 0.08);
  }
  }
  .tabs input[name=tab-control]:nth-of-type(7):checked ~ .slider {
  transform: translateX(300%);
  }
  .tabs input[name=tab-control]:nth-of-type(7):checked ~ .content > section:nth-child(7) {
  display: block;
  }

@-webkit-keyframes content {
from {
    opacity: 0;
    transform: translateY(5%);
}
to {
    opacity: 1;
    transform: translateY(0%);
}
}
@keyframes content {
from {
    opacity: 0;
    transform: translateY(5%);
}
to {
    opacity: 1;
    transform: translateY(0%);
}
}
@media (max-width: 1000px) {
.tabs ul li label {
    white-space: initial;
}
.tabs ul li label br {
    display: initial;
}
.tabs ul li label svg {
    height: 1.5em;
}
}
@media (max-width: 600px) {
.tabs ul li label {
    padding: 5px;
    border-radius: 5px;
}
.tabs ul {
    flex-direction: column;
}
.tabs .slider {
    display:none;
}
.tabs ul li {
    width: 100%;
    margin-bottom: 10px;
}

.tabs .content {
    margin-top: 20px;
}
.tabs .content section h2 {
    display: block;
}
}

.hover-card {
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  
}

.hover-card.active {
  background-color: #50b5ff !important;
  color: #fff;
}

.hover-card.active .hover-block h3,
.hover-card.active .hover-block p {
  color: #fff;
}

.testimonial6 .testi6 {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  }

  .testimonial6 .testi6 .nav-link {
  border-radius: 0px;
  margin: 0px -2px 0px 0;
  }

  .testimonial6 .testi6 .nav-link img {
  width: 70px;
  opacity: 0.5;
  }

  .testimonial6 .testi6 .nav-link.active {
  background: #fafafa;
  color: #8d97ad;
  border-right: 4px solid #f27657;
  border-radius: .3em;
  }

  .testimonial6 .testi6 .nav-link.active img {
  opacity: 1;
  }

  .testimonial6 .btn-danger {
      background: #ff4d7e !important;
      border: 1px solid #ff4d7e !important;
  }

  .testimonial6 .btn-md {
      padding: 18px 0px;
      width: 60px;
      height: 60px;
      font-size: 20px;
  }

  @media (max-width: 767px) {
      .testimonial6 .testi6 .nav-link {
      margin: 0px 0px -2px 0;
      padding: 2px 15px;
      }
      .testimonial6 .testi6 {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      border-right: 0px solid rgba(120, 130, 140, 0.13);
      border-bottom: 1px solid rgba(120, 130, 140, 0.13);
      margin-bottom: 40px;
      }
      .testimonial6 .testi6 .nav-link img {
      width: 40px;
      }
      .testimonial6 .testi6 .nav-link.active {
              border-right: 0px solid #f27657;
              border-bottom: 3px solid #f27657;
      }
  }

  @media (min-width: 768px) {
    .bg-img-play-store-cta {
      background-image: url("https://chatmaxima.com/content/images/home/pricing/bg_cta_play_store.png");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
  }
  
  @media (max-width: 767px) {
    .bg-img-play-store-cta {
      background-image: none;
    }
  }
  
  
  .bg-color-play-store-cta{
      background: linear-gradient(4deg, #5081ff 4%, rgba(237, 243, 255, 1) 100%);
  }

  .avatar-bg{
      border: 8px solid #e2e8f0;
      border-color: #008aff;
  }

  .tooltip-custom 
  {
      position: absolute;
      background-color: #fff;
      color: #333;
      padding: 5px;
      border-radius: 5px;
      border: 1px solid lightgray;
      z-index: 1000;
      top: -40px;
      left: 230px;
  }

  .swiper-slide 
  {
      min-width:350px
  }

  @media (min-width: 768px) {
      .swiper-slide 
      {
        min-width:350px
      }
  }

  html 
  {
    scroll-behavior: smooth;
  }

  .generated_data
  {
    border-radius: 2.75rem 0.25rem;
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }

  .slider.round {
    border-radius: 34px;
  }  

  .whatsapp-template-container
  {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
    background-color: #d1ecd4;
  }

  /* Home Timeline Starts*/

.timeline-section 
{
  background-image: url('../images/colleagues-working-cozy-office-medium-shot.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline 
{
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress 
{
  width: 8px;
  height: 87%;
  background-color: #13547a;
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner 
{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #80d0c7;
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li 
{
  position: relative;
  padding: 20px 0px 30px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child 
{
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p 
{
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child 
{
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder 
{
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80d0c7;
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before 
{
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: #80d0c7;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i 
{
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before 
{
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder 
{
  background-color: #13547a;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before 
{
  background-color: #13547a;
}

/* Home Timeline End*/

@media (max-width: 767.98px) 
{
  .show_desc 
  {
      display: none;
  }
  .show_nav.active .show_desc 
  {
      display: block;
  }
}
/* for whatsapp */
.card_one
{
    /* background-color: #8c9eff; */
    border-radius: 30px;
    /* min-width: 500px; */
    /* width:fit-content; */

}
.card_two
{
    /* background-color: #f27657 ; */
    border-radius: 20px;
    /* width:fit-content; */
}
.card_three
{
    /* background-color: #DB7093; */
    border-radius: 20px;
    min-height: 500px;
    /* width:fit-content; */
  
}
.card_four
{
    /* background-color: #90EE90; */
    border-radius: 20px;
    min-height: 500px;
    /* width:fit-content; */
   

}
.card_five
{
    /* background-color:#87CEEB; */
    border-radius: 20px;
    /* width:fit-content; */
    width:100%;
}

.section_hover:hover, .section_hoverimg:hover
{
    transition: transform 0.6s ease; 
    transform: scale(1.05); 
    
}
.icon_hover, .button_hover:hover {
  transition: transform 0.3s ease;
   box-shadow: 0.3s ease; 
}

.icon_hover:hover, .button_hover:hover {
  transform: translateY(-10px); 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); 
}
.heading_align
{
    line-height:1.5;
    margin-top:-35px; 
}
.p_align
 {

    line-height: 1.5;
    margin-top: -35px; 
 }

.heading_alignone
{
   
    line-height: 1.5;
    margin-top: -35px; 
}
.heading_aligntwo
{
    line-height: 1.5;
    margin-top: -35px; 
}
.heading_alignthree
{
    line-height: 1.5;
    margin-top: -32px; 
}
.p_alignone
{
    line-height: 1.5;
    margin-top: -30px; 
}

.bg-cta-section
{
    background: linear-gradient(to right, rgba(221, 228, 255, 0.1) 0%, #dde5ff 30%, #dde5ff 60%, rgba(221, 228, 255, 0.1) 100%);
}

/* integration result section start */
.result_section_title {
  font-size: 1.50rem;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #152c5b;
  }

  .highlight-box {
  background: #eef0ff;
  border-left: 5px solid #6c63ff;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1rem;
  margin-bottom: 20px;
  }

  ul.custom-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  }

  ul.custom-list li::before {
  position: absolute;
  left: 0;
  color: gray;
  font-size: 1rem;
  }

  .metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 25px;
  }

  .metric-card {
  background: #f9fafe;
  border: 2px solid #e4e7ff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  }

  .metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(108, 99, 255, 0.1);
  }

  .metric-card h3 {
  font-size: 2rem;
  color: #0c71c4;
  font-weight: bold;
  }

  .metric-card p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  }
  .result_sub_heading {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  }
  /* integration result section end */
  
  /* ai models benefits section */
  .features .advanced-features-section .advanced-feature-card {
  background-color: white;
  padding: 35px;
  border-radius: 16px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #555555, transparent 92%);
  transition: all 0.3s ease;
  }

  .features .advanced-features-section .advanced-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }

  .features .advanced-features-section .advanced-feature-card:hover .feature-icon-bg {
  transform: scale(1.1) rotate(10deg);
  opacity: 0.15;
  }

  .features .advanced-features-section .advanced-feature-card .feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  }

  .features .advanced-features-section .advanced-feature-card .feature-header .feature-number {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #036dda;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  }

  .features .advanced-features-section .advanced-feature-card .feature-content h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  }


  .features .advanced-features-section .advanced-feature-card .feature-content .feature-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  }

  .features .advanced-features-section .advanced-feature-card .feature-content .feature-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 8px;
  }

  .features .advanced-features-section .advanced-feature-card .feature-icon-bg {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 120px;
  color: #036dda;
  opacity: 0.05;
  transition: all 0.3s ease;
  z-index: 1;
  }
  /* ai models benefits section */