/* 
Theme Name: Amplivista 
Theme URI: https://amplivista.com/
Description: Amplivista is a child theme of Hello Elementor, created by Amplivista team
Author: Amplivista Web Solutions Pvt. Ltd.
Author URI: https://amplivista.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: ibsthehague
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global css start  */
.elementor-heading-title strong {
  font-weight: 600;
}
#cats_btn ul.elementor-nav-menu li {
  margin-bottom: 15px;
}
#cats_btn ul.elementor-nav-menu li a {
  background: #fff;
  border-radius: 50px;
  border: solid #dee5ee;
  border-width: 3px 5px 5px 3px;
  transition: all ease-in 0.3s;
}
#cats_btn ul.elementor-nav-menu li a:hover,
#cats_btn ul.elementor-nav-menu li.current-menu-item a {
  border-color: #19d1c8;
}
.page .elementor-widget-n-tabs .elementor-form .elementor-field-type-html {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}
.page
  .elementor-widget-n-tabs
  .elementor-form
  .elementor-field-type-checkbox
  input[type="checkbox"] {
  transform: scale(1.6);
  position: absolute;
  top: 8px;
  left: 5px;
}
.page
  .elementor-widget-n-tabs
  .elementor-form
  .elementor-field-type-checkbox
  span.elementor-field-option {
  padding-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
/* Global css End  */

/* Reuse CSS Start  */
/**Slick Slider Icon Start */
#caseStudy_slider .case_study_wrapper .slick-next:before,
#caseStudy_slider .case_study_wrapper .slick-prev:before,
#industries_slider .industry_grid .slick-next:before,
#industries_slider .industry_grid .slick-prev:before,
#testimonial_slider .testimonials_grid .slick-next:before,
#testimonial_slider .testimonials_grid .slick-prev:before {
  display: none;
}
#caseStudy_slider .case_study_wrapper .slick-prev,
#industries_slider .industry_grid .slick-prev,
#testimonial_slider .testimonials_grid .slick-prev {
  left: inherit;
  background-image: url("https://amplivista.com/wp-content/uploads/2025/10/green-arrow1-68e4ccda8604d.webp");
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#caseStudy_slider .case_study_wrapper .slick-next,
#industries_slider .industry_grid .slick-next,
#testimonial_slider .testimonials_grid .slick-next {
  background-image: url("https://amplivista.com/wp-content/uploads/2025/10/green-arrow2-68e4ccdb68c30.webp");
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#testimonial_slider .testimonials_grid .slick-prev {
  right: 106px;
}
#testimonial_slider .testimonials_grid .slick-next {
  right: 38px;
}
#caseStudy_slider .case_study_wrapper .slick-prev,
#industries_slider .industry_grid .slick-prev {
  right: 75px;
}
#caseStudy_slider .case_study_wrapper .slick-next,
#industries_slider .industry_grid .slick-next {
  right: 10px;
}
#caseStudy_slider .case_study_wrapper .slick-prev,
#caseStudy_slider .case_study_wrapper .slick-next,
#industries_slider .industry_grid .slick-prev,
#industries_slider .industry_grid .slick-next {
  top: 23px;
}
#testimonial_slider .testimonials_grid .slick-prev,
#testimonial_slider .testimonials_grid .slick-next {
  top: 58px;
}
#industries_slider,
#caseStudy_slider,
#testimonial_slider,
.elementor-shortcode .slick-slider,
.sd_testimonial_con {
  position: static;
}
/**Slick Slider Icon End */

/** TESTIMONIALS STYLE Start */
.testimonial_item {
  display: flex !important;
  align-items: stretch;
}
.testimonial_left {
  flex: 0 0 270px;
  margin-right: 25px;
  display: none;
}
.testimonial_left img.clutch_image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.testimonial_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}
.testimonial_content {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial_content p {
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b365d;
}
.testimonial_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  border: none;
}
.testimonial_user {
  display: flex;
  align-items: end;
  gap: 15px;
  width: 60%;
}
.testimonial_user_img {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  display: none;
}
.testimonial_thumb {
  width: 100%;
  object-fit: contain;
}
.testimonial_info {
  margin-bottom: 5px;
  width: 65%;
}
.testimonial_title {
  margin: 0;
  font-family: "Outfit", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1b365d;
  margin-bottom: 5px;
}
.testimonial_designation {
  margin: 0;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1b365d;
}
.testimonials_grid .testimonial_item {
  position: relative;
}
.testimonials_grid .testimonial_item .testimonial_right:before {
  content: "";
  background-image: url(https://amplivista.com/wp-content/uploads/2025/11/quote-1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
}
/** TESTIMONIALS STYLE End */

/** industry Style Start  */
#industries_slider .industry_grid .slick-list {
  padding-top: 8px;
}
.industry_grid_details {
  margin-right: 20px;
  border: solid #dee5ee;
  border-width: 3px 5px 5px 3px;
  border-radius: 12px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  float: left;
}
.industry_grid_details a {
  padding: 0;
}
.industry_item img {
  width: 100%;
}
.industry_item h3 {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1b365d;
  text-align: center;
  padding: 20px;
}
/** industry Style End  */

/** Case Studies Style Start  */
.case_study_wrapper {
  margin: 30px 0;
  padding: 0;
}
.case_study_tabs .tab_content_wrap {
  padding: 25px;
  border: solid #dee5ee;
  border-width: 3px 6px 6px 3px;
  border-radius: 12px;
}
.tab_nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
}
.tab_nav li {
  cursor: pointer;
  padding: 12px 36px;
  background: #fff;
  border-radius: 50px;
  border: solid #dee5ee;
  border-width: 3px 5px 5px 3px;
  transition: all ease-in 0.3s;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.tab_nav li:hover,
.tab_nav li.active {
  border-color: #19d1c8;
  color: #000;
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.two_col_layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.left_col {
  width: 30%;
}
.right_col {
  width: 70%;
}
.left_col .featured_image {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 35px;
}
.featured_image img {
  max-width: 210px;
}
.counter_row {
  margin-bottom: 25px;
}
.counter_row p {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  color: #1b365d;
  text-align: start;
  margin: 0;
}
.counter_row p strong {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  color: #1b365d;
  text-align: start;
  margin-bottom: 5px;
}
/** Case Studies Style End  */
.counter_textCenter .elementor-counter-title {
  text-align: center;
}
/* Recaptcha CSS */
.elementor-form-fields-wrapper
  .elementor-field-type-recaptcha_v3.elementor-field-group {
  display: none;
}
/* Reuse CSS End  */

/* Animations Start  */
#commentform .form-submit #submit,
#post_content .wp-block-button .wp-block-button__link,
.blog_post article .elementor-post__read-more,
#industries_slider .industry_grid .industry_grid_details,
.homepage_blogs .elementor-widget-container .elementor-posts-container article,
.animation_move_top,
.blog_post .elementor-widget-container article {
  transition: all 0.3s ease;
}
#commentform .form-submit #submit:hover,
#post_content .wp-block-button .wp-block-button__link:hover,
.blog_post article .elementor-post__read-more:hover,
#industries_slider .industry_grid .industry_grid_details:hover,
.homepage_blogs
  .elementor-widget-container
  .elementor-posts-container
  article:hover,
.animation_move_top:hover,
.blog_post .elementor-widget-container article:hover {
  transform: translateY(-5px);
}
.slick-arrow,
.animation_zoom {
  transition: all 0.3s ease;
}
.slick-arrow:hover,
.animation_zoom:hover {
  transform: scale(1.1) translateY(-50%) !important;
  transform-origin: center center;
  vertical-align: middle;
}
.animation_inside_imgmoveleft_img,
.animation_inside_imgmoveleft {
  transition: all 0.3s ease;
}
.animation_inside_imgmoveleft:hover .animation_inside_imgmoveleft_img {
  transform: translateX(8px);
}
@keyframes zoomLoop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90%,
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes zoomLoop_mobo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  90%,
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
/* Animations End  */

/* breadcrumb Start  */
#breadcrumb .amp_breadcrumbs a {
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
}
#breadcrumb .amp_breadcrumbs a:hover {
  text-decoration: underline !important;
}
#breadcrumb .amp_breadcrumbs span {
  margin: 0 5px;
}
#breadcrumb {
  margin-left: 15px;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  color: #fff;
}
/* breadcrumb End  */

/* Footer start  */
.footer_menu .elementor-nav-menu .menu-item {
  display: flex;
  align-items: center;
  justify-content: start;
}
.footer_menu .elementor-nav-menu .menu-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #19d1c8;
  margin-right: 8px;
  vertical-align: middle;
}
/* Footer End  */

/* Home Page Start  */
.imgbox_img_movedown .elementor-image-box-wrapper .elementor-image-box-img {
  margin-top: 5px !important;
}
/** Home Page Hero Grid Start */
/*** Desktop */
.home_hero_image-grid {
  --cols: 4;
  --rows: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols), 100px);
  grid-template-rows: repeat(var(--rows), 100px);
  gap: 8px;
  width: 620px;
  height: 480px;
}
.home_hero_image-grid_block {
  width: auto;
  height: auto;
  border-radius: 0px;
  opacity: 0;
  transform: scale(0);
  animation: zoomLoop 10s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.3s);
  border: 1px solid red;
}
.home_hero_image-grid_block img {
  transition: all ease-in 0.5s;
}
.home_hero_image-grid_block:hover img {
  transform: scale(0.9);
}
#home_hero_image-grid_block_part-1 {
  width: 175px;
  height: 174px;
  border: 0px;
}
#home_hero_image-grid_block_part-2 {
  width: 129px;
  height: 174px;
  margin-left: 75px;
  border: 0px;
}
#home_hero_image-grid_block_part-3 {
  width: 173px;
  height: 174px;
  margin-left: 104px;
  border: 0px;
}
#home_hero_image-grid_block_part-4 {
  width: 122px;
  height: 174px;
  margin-left: 177px;
  border: 0px;
}
#home_hero_image-grid_block_part-5 {
  width: 217px;
  height: 127px;
  margin-top: 73px;
  border: 0px;
}
#home_hero_image-grid_block_part-6 {
  width: 123px;
  height: 127px;
  margin-left: 117px;
  margin-top: 73px;
  border: 0px;
}
#home_hero_image-grid_block_part-7 {
  width: 265px;
  height: 127px;
  margin-left: 140px;
  margin-top: 73px;
  border: 0px;
}
#home_hero_image-grid_block_part-8 {
  width: 0px;
  height: 0px;
  border: 0px;
}
#home_hero_image-grid_block_part-9 {
  width: 87px;
  height: 158px;
  margin-top: 100px;
  border: 0px;
}
#home_hero_image-grid_block_part-10 {
  width: 138px;
  height: 158px;
  margin-left: -12px;
  margin-top: 100px;
  border: 0px;
}
#home_hero_image-grid_block_part-11 {
  width: 163px;
  height: 158px;
  margin-left: 27px;
  margin-top: 100px;
  border: 0px;
}
#home_hero_image-grid_block_part-12 {
  width: 138px;
  height: 158px;
  margin-left: 89px;
  margin-top: 100px;
  border: 0px;
}
.remove_br br {
  display: none;
}
.right_col img {
  border-radius: 12px;
}

/*** MObile  */
.home_hero_image-grid_mobo {
  --cols: 3;
  --rows: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols), 100px);
  grid-template-rows: repeat(var(--rows), 100px);
  gap: 8px;
  width: 475px;
}
.home_hero_image-grid_block_mobo {
  width: auto;
  height: auto;
  border-radius: 0px;
  opacity: 0;
  transform: scale(0);
  animation: zoomLoop_mobo 10s ease-in-out infinite;
  animation-delay: calc(var(--i) * 0.3s);
  border: 1px solid red;
}
.home_hero_image-grid_block_mobo img {
  transition: all ease-in 0.5s;
}
.home_hero_image-grid_block_mobo:hover img {
  transform: scale(0.9);
}
#home_hero_image-grid_block_mobo_part-1 {
  width: 158px;
  height: 235px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-2 {
  width: 127px;
  height: 235px;
  margin-left: 58px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-3 {
  width: 111px;
  height: 235px;
  margin-left: 86px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-4 {
  width: 144px;
  height: 144px;
  margin-top: 135px;
  margin-left: 0px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-5 {
  width: 128px;
  height: 144px;
  margin-top: 135px;
  margin-left: 57px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-6 {
  width: 111px;
  height: 163px;
  margin-top: 135px;
  margin-left: 85px;
  border: 0px;
}

#home_hero_image-grid_block_mobo_part-7 {
  width: 158px;
  height: 211px;
  margin-left: 0px;
  margin-top: 198px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-8 {
  width: 127px;
  height: 211px;
  margin-left: 58px;
  margin-top: 198px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-9 {
  width: 174px;
  height: 93px;
  margin-left: 85px;
  margin-top: 198px;
  border: 0px;
}
#home_hero_image-grid_block_mobo_part-10 {
  width: 111px;
  height: 112px;
  margin-left: 302px;
  margin-top: 190px;
  border: 0px;
}
/** Home Page Hero Grid End */
/* Home Page End  */

/* Industries Page start */
#industries_grid .industry_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  padding: 20px 0;
}
#industries_grid .industry_grid .industry_grid_details {
  margin-right: 0;
}
/* Industries Page End */

/* policy page start  */
.text ul {
  margin-top: 10px;
  padding-left: 25px;
}
.text ul li {
  margin-top: 5px;
}
/* policy page End  */

/* Testimonial Page Start  */
.testimonial_page_shortcode
  .elementor-shortcode
  .testimonials_grid
  .testimonial_item {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  border-width: 2px 5px 5px 2px;
  border-style: solid;
  border-color: #19d1c8;
  background: #fff;
  border-radius: 20px;
}
.testimonial_page_shortcode
  .elementor-shortcode
  .testimonials_grid
  .testimonial_item
  .testimonial_info {
  width: 100%;
}
/* Testimonial Page End  */

/* Blog page start  */
.blog_post article {
  border-width: 2px 5px 5px 2px;
  border-style: solid;
  border-color: #dee5ee;
  border-radius: 12px;
  overflow: hidden;
}
.blog_post article .elementor-post__read-more {
  border-width: 2px 5px 5px 2px;
  border-style: solid;
  border-color: #19d1c8;
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
}
.blog_post .page-numbers.next,
.blog_post .page-numbers,
.blog_post .page-numbers.current,
.blog_post .page-numbers.prev {
  border-width: 1px;
  border-style: solid;
  border-color: #1b365d;
  border-radius: 3px;
  padding: 5px 12px;
}
.blog_post .page-numbers.next:hover,
.blog_post .page-numbers:hover,
.blog_post .page-numbers.current:hover,
.blog_post .page-numbers.current {
  border-color: #19d1c8 !important;
}
.blog_post .page-numbers.prev:hover {
  color: #19d1c8 !important;
}
.suggested_post
  .elementor-widget-container
  .elementor-posts-container
  > article:last-child {
  border: none;
}
/* blog page End  */

/* Single blog page start  */
#singleBlog_Con {
  overflow: hidden;
  position: relative;
}
#singleBlog_fixCon {
  height: auto !important;
  max-height: fit-content !important;
  position: static;
  transition: all 0.3s ease;
  z-index: 20;
}
#singleBlog_fixCon.fixed_toc {
  position: fixed;
  top: 200px;
  max-width: 356px;
  height: auto !important;
  max-height: fit-content !important;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#post_content h2.wp-block-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}
#post_content h3.wp-block-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}
#post_content h4.wp-block-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}
#post_content .wp-block-heading,
#post_content li,
#post_content ul,
#post_content p {
  color: #1b365d !important;
}
#post_content p a {
  color: #19d1c8;
  text-decoration: underline;
}
#post_content .wp-block-list {
  padding-left: 25px;
}
#post_content .wp-block-list li {
  margin-bottom: 5px;
}
#post_content .wp-block-button .wp-block-button__link {
  border-width: 2px 5px 5px 2px;
  border-style: solid;
  border-color: #19d1c8;
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  margin: 5px 0 10px 0;
}
#post_content .wp-block-button .wp-block-button__link,
#post_content .wp-block-button .wp-block-button__link mark {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1b365d !important;
}
#post_content .wp-block-image img {
  border-radius: 12px;
}
#blog_responses .title-comments {
  color: #1b365d;
  font-size: 28px;
}
#comments .comment-list .comment-meta .fn .url,
.comment .reply .comment-reply-link,
#comments .comment-list .comment-meta .fn .url:active,
.comment .reply .comment-reply-link:active,
.comment-metadata .edit-link .comment-edit-link,
#commentform .logged-in-as a {
  color: #1b365d;
}
#comments .comment-list .comment-meta .fn .url:hover,
.comment .reply .comment-reply-link:hover,
.comment-metadata .edit-link .comment-edit-link:hover,
#commentform .logged-in-as a:hover,
.comment-metadata > a {
  color: #19d1c8;
}
.comment-respond #reply-title {
  font-size: 28px;
  color: #1b365d;
}
.comment-form-comment label,
#commentform p label {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1b365d;
}
#commentform .form-submit #submit,
#commentform .form-submit input {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1b365d;
  background-color: #fff;
  border-style: solid;
  border-width: 2px 5px 5px 2px;
  border-color: #19d1c8;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
}
#comments .comment-meta {
  font-size: 16px;
}
#comments .comment-metadata,
#comments .reply {
  font-size: 12px;
}
.comment-form-comment #comment,
#commentform p input {
  border-radius: 12px;
}
#comments .comment-form-comment textarea:focus,
#comments .comment-form-comment input:focus {
  border-color: #19d1c8;
}
#commentform .comment-form-cookies-consent label {
  margin-bottom: 6px;
  margin-left: 5px;
}
/* single blog page End  */

/* Portfolio page start */
.portfolio_slider .elementor-swiper-button svg {
  display: none;
}
.portfolio_slider .elementor-swiper-button {
  height: 40px;
  width: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio_slider .elementor-swiper-button.elementor-swiper-button-next {
  background-image: url(https://amplivista.com/wp-content/uploads/2025/10/green-arrow2-68e4ccdb68c30.webp);
  top: 50px !important;
  right: 20px !important;
}
.portfolio_slider .elementor-swiper-button.elementor-swiper-button-prev {
  background-image: url(https://amplivista.com/wp-content/uploads/2025/10/green-arrow1-68e4ccda8604d.webp);
  right: 80px !important;
  left: inherit !important;
  top: 50px !important;
}
/* Portfolio page end */
.graphic_designer_form .elementor-form .elementor-message-success,
.bda_form .elementor-form .elementor-message-success {
  color: green;
  margin-top: 15px;
}
/* TOC Start */
/* .custom_toc {
  background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
} */
.custom_toc ul {
  padding-left: 15px;
  margin-top: 10px;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.custom_toc li {
  /* list-style: none; */
  margin: 5px 0;
}
.custom_toc .toc_level_3 {
  margin-left: 15px;
}
.custom_toc .toc_level_4 {
  margin-left: 30px;
}
.custom_toc a {
  text-decoration: none;
  color: #1b365d;
}
.custom_toc ul li:hover a,
.custom_toc ul li:active a {
  text-decoration: underline;
  color: #19d1c8;
}
.custom_toc ul li:hover::marker,
.custom_toc ul li:active::marker {
  color: #19d1c8;
}
[id^="toc_"] {
  scroll-margin-top: 100px;
}
.custom_toc li::marker {
  color: #1b365d;
  font-size: 16px;
  font-weight: bold;
}
/* TOC End */

/* Dental Landing Page CSS Start */
.campaign_imgbox {
  overflow: hidden;
}
#dental_marketing_casestudy_con .slick-arrow {
  background-image:  url("https://amplivista.com/wp-content/uploads/2026/02/arrow-right.webp");
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
#dental_marketing_casestudy_con .slick-next.slick-arrow {
  right: 40px;
  top: 55px;
}
#dental_marketing_casestudy_con .slick-prev.slick-arrow {
  background-image: url("https://amplivista.com/wp-content/uploads/2026/02/arrow-left.webp");
  right: 105px;
  top: 55px;
  left: inherit;
}
#dental_marketing_casestudy_con .slick-next:before,
#dental_marketing_casestudy_con .slick-prev:before {
  display: none;
}
#dentalmarketing_testimonial .elementor-main-swiper {
    margin: 0;
}
#dentalmarketing_testimonial .swiper-wrapper .swiper-slide .elementor-testimonial::before {
    content: "";
    display: block;
    width: 60px;   /* adjust size */
    height: 60px;
    margin-bottom: 15px;
    background-image: url("https://amplivista.com/wp-content/uploads/2025/11/quote-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* Dental Landing Page CSS End */
/* Dental Landing Page Animations Start */
.img_fill_lr img,
img.img_fill_lr {
  clip-path: inset(0 100% 0 0);
  animation: imgFillLeftRight 1.5s ease forwards;
  animation-play-state: paused;
}
.img_fill_lr.is-visible img,
img.img_fill_lr.is-visible {
  animation-play-state: running;
}
@keyframes imgFillLeftRight {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
/* Hover card */
.con_hov_effect {
  transition: all 0.3s ease;
}
.con_hov_effect:hover .elementor-image-box-title,
.con_hov_effect:hover .elementor-image-box-description {
  transform: translateY(-6px);
}
.con_hov_effect:hover .elementor-image-box-img img {
  transform: scale(1.1);
}
.elementor-image-box-title,
.elementor-image-box-description {
  transition: transform 0.3s ease;
}
.elementor-image-box-img img {
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
}
/* Base card */
.campaign_imgbox {
  transition: all 0.3s ease;
  border-radius: 16px;
  background: #ffffff;
}
.campaign_imgbox:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  border-color: rgba(36, 84, 75, 0.25);
}
.campaign_imgbox .elementor-image-box-wrapper {
  transition: all 0.3s ease;
}

/* Dental Landing Page Animations End */

/* Media Query Start */
@media screen and (max-width: 1200px) {
  #singleBlog_fixCon.fixed_toc {
    max-width: 340px;
  }
  #breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .remove_br_tab br {
    display: none;
  }
  .animation_inside_imgmoveleft .animation_inside_imgbox {
    width: 65px;
  }
  .testimonial_content p {
    font-size: 18px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #caseStudy_slider .case_study_wrapper .slick-next,
  #industries_slider .industry_grid .slick-prev,
  #industries_slider .industry_grid .slick-next {
    top: 20px;
  }
  #post_content h2.wp-block-heading {
    font-size: 24px;
  }
  #commentform .form-submit #submit,
  #commentform .form-submit input {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
  }
  #blog_responses .title-comments,
  .comment-respond #reply-title {
    font-size: 24px;
  }
  .comment-form-comment label,
  #commentform p label,
  #post_content .wp-block-button .wp-block-button__link,
  #post_content .wp-block-button .wp-block-button__link mark {
    font-size: 16px;
  }
  .portfolio_slider .elementor-swiper-button {
    height: 35px;
    width: 35px;
  }
  .portfolio_slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  #home_step_process .animation_inside_imgbox {
    width: 55px;
    min-height: 55px;
  }
  .counter_row p {
    font-size: 16px;
  }
  .counter_row p strong {
    font-size: 32px;
  }
  .left_col .featured_image {
    margin-bottom: 20px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev,
  #testimonial_slider .testimonials_grid .slick-prev {
    height: 35px;
    width: 35px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev {
    right: 65px;
  }
  #testimonial_slider .testimonials_grid .slick-prev {
    right: 92px;
  }
  #caseStudy_slider .case_study_wrapper .slick-next,
  #industries_slider .industry_grid .slick-next,
  #testimonial_slider .testimonials_grid .slick-next {
    height: 35px;
    width: 35px;
  }
  #industries_grid.grid .industry_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .imgbox_img_movedown .elementor-image-box-wrapper .elementor-image-box-img {
    margin-top: 2px !important;
  }
  .sd_bg_grey {
    background-color: #f1f6fd;
  }
  .remove_br_mob br {
    display: none;
  }
}
@media screen and (max-width:932px) {
    .dental_removebg_pipe {
    background-image: none !important;
  }
}
@media screen and (max-width: 900px) {
  .two_col_layout {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .right_col,
  .left_col {
    width: 100%;
  }
  .counter_row {
    margin-bottom: 0;
    width: 31%;
  }
  .left_col {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .counter_row p {
    text-align: center;
  }
  .left_col .featured_image {
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #dental_marketing_casestudy_con .slick-next {
    right: 40% !important;
    bottom: 0 !important;
    top: inherit !important;
  }
  #dental_marketing_casestudy_con .slick-prev {
    left: 40% !important;
    top: inherit !important;
    bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  #home_step_process
    .animation_inside_imgmoveleft
    .animation_inside_imgmoveleft_img {
    right: -25px;
  }
}
@media screen and (max-width: 800px) {
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev,
  #testimonial_slider .testimonials_grid .slick-prev,
  #caseStudy_slider .case_study_wrapper .slick-next,
  #industries_slider .industry_grid .slick-next,
  #testimonial_slider .testimonials_grid .slick-next {
    height: 35px;
    width: 35px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev {
    right: 60px;
  }
  #testimonial_slider .testimonials_grid .slick-prev {
    right: 90px;
  }
  .testimonial_content p {
    font-size: 16px;
  }
  .testimonial_left {
    flex: 0 0 250px;
  }
  .testimonials_grid .testimonial_item .testimonial_right:before {
    height: 45px;
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  #dental_marketing_campaign {
    --e-con-grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #industries_grid.grid .industry_grid {
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    flex-wrap: wrap;
  }
  #industries_grid .industry_grid .industry_grid_details {
    width: 48%;
    float: none;
  }
}
@media screen and (max-width: 700px) {
  .tab_nav li {
    padding: 12px 28px;
  }
  .healthcare_cta .healthcare_cta_con {
    width: 100%;
  }
  .testimonial_content p {
    font-size: 15px;
  }
  .testimonial_user_img {
    width: 55px;
    height: 55px;
  }
  .testimonial_title {
    font-size: 16px;
  }
  .testimonial_designation {
    font-size: 15px;
  }
  .counter_row {
    width: 30%;
  }
  #breadcrumb {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media all and (max-width: 639px) {
  /* Home Page Hero section Slider Start   */
  #home_hero_image-grid_block_mobo_part-1 {
    width: 108px;
    height: 159px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-2 {
    width: 87px;
    height: 159px;
    margin-left: 7px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-3 {
    width: 76px;
    height: 159px;
    margin-left: -7px;
    border: 0px;
  }

  #home_hero_image-grid_block_mobo_part-4 {
    width: 108px;
    height: 144px;
    margin-top: 60px;
    margin-left: 0px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-5 {
    width: 88px;
    height: 144px;
    margin-top: 60px;
    margin-left: 7px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-6 {
    width: 76px;
    height: 163px;
    margin-top: 60px;
    margin-left: -6px;
    border: 0px;
  }

  #home_hero_image-grid_block_mobo_part-7 {
    width: 108px;
    height: 211px;
    margin-left: 0px;
    margin-top: 69px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-8 {
    width: 88px;
    height: 211px;
    margin-left: 8px;
    margin-top: 69px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-9 {
    width: 118px;
    height: 93px;
    margin-left: -6px;
    margin-top: 69px;
    border: 0px;
  }
  #home_hero_image-grid_block_mobo_part-10 {
    width: 76px;
    height: 112px;
    margin-left: 210px;
    margin-top: 30px;
    border: 0px;
  }

  #home_hero_image-grid_block_mobo_part-1 img,
  #home_hero_image-grid_block_mobo_part-2 img,
  #home_hero_image-grid_block_mobo_part-3 img,
  #home_hero_image-grid_block_mobo_part-4 img,
  #home_hero_image-grid_block_mobo_part-5 img,
  #home_hero_image-grid_block_mobo_part-6 img,
  #home_hero_image-grid_block_mobo_part-7 img,
  #home_hero_image-grid_block_mobo_part-8 img,
  #home_hero_image-grid_block_mobo_part-9 img,
  #home_hero_image-grid_block_mobo_part-10 img {
    width: 100%;
    display: home_hero_image-grid_block_mobo;
  }

  .home_hero_image-grid_mobo {
    border: 0px solid red;
    width: 328px;
    margin: auto;
  }
  /* Home Page Hero section Slider End   */
}
@media screen and (max-width: 600px) {
  #comments .comment-meta {
    flex-direction: column;
  }
  #comments .comment-meta .comment-author {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  #comments .comment-metadata {
    margin-top: 10px;
  }
  #comments .comment-meta .comment-author .says,
  .comment-metadata .edit-link .comment-edit-link {
    margin-left: 6px;
  }
  #blog_responses .title-comments {
    margin-bottom: 0;
  }
  #commentform .comment-form-cookies-consent {
    display: flex;
    gap: 5px;
    align-items: flex-start;
  }
  #commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 3px;
  }
  .testimonials_grid .testimonial_item .testimonial_right:before {
    height: 35px;
    width: 35px;
    margin-bottom: 0;
  }
  #dental_marketing_campaign {
    --e-con-grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .breadcrumb-container.theme5 a {
    padding: 5px 5px !important;
    font-size: 12px !important;
  }
  .animation_move_top .elementor-counter-title {
    text-align: center;
  }
  .industry_item h3 {
    padding: 10px;
  }
  .industry_grid_details {
    margin-right: 5px;
  }
  .healthcare_practices .imgbox_img_movedown .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev,
  #testimonial_slider .testimonials_grid .slick-prev,
  #caseStudy_slider .case_study_wrapper .slick-next,
  #industries_slider .industry_grid .slick-next,
  #testimonial_slider .testimonials_grid .slick-next {
    height: 30px;
    width: 30px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev {
    right: 50px;
  }
  #testimonial_slider .testimonials_grid .slick-prev,
  #testimonial_slider .testimonials_grid .slick-next {
    top: 36px;
  }
  #testimonial_slider .testimonials_grid .slick-prev {
    right: 70px;
  }
  #testimonial_slider .testimonials_grid .slick-next {
    right: 28px;
  }
  .tab_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tab_nav li {
    width: 100%;
    text-align: center;
  }
  .left_col .featured_image {
    margin-bottom: 10px;
  }
  .featured_image img {
    max-width: 150px;
  }
  .counter_row p strong {
    font-size: 20px;
  }
  .counter_row p {
    font-size: 12px;
  }
  .case_study_tabs .tab_content_wrap {
    padding: 20px 10px;
  }
  .counter_row {
    width: 30%;
  }
  .left_col {
    gap: 10px;
  }
  #home_step_process .animation_inside_imgbox {
    width: 45px;
    min-height: 45px;
  }
  .testimonial_item {
    flex-direction: column;
  }
  .testimonial_left {
    margin-right: 0;
  }
  .testimonial_bottom {
    padding-top: 0;
  }
  .testimonial_content {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .testimonial_user,
  .testimonial_info {
    width: 100%;
  }
  #ready_to_take
    .imgbox_img_movedown
    .elementor-image-box-wrapper
    .elementor-image-box-img {
    margin-top: 2px !important;
  }
  #industries_grid.grid .industry_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .imgbox_img_movedown .elementor-image-box-wrapper .elementor-image-box-img {
    margin-top: 4px !important;
  }
  #single_post_cats ul.elementor-nav-menu li a {
    border-top: 1px solid #ddd;
    padding-top: 8px;
  }
  #single_post_cats ul.elementor-nav-menu li:first-child a {
    border-top: none;
  }
  #industries_grid .industry_grid .industry_grid_details {
    width: 100%;
  }
  .testimonial_content p {
    line-height: 1.5em;
  }
  #post_content h2.wp-block-heading {
    font-size: 20px;
    line-height: 1.3em;
  }
  #blog_responses .title-comments,
  .comment-respond #reply-title,
  #post_content h3.wp-block-heading {
    font-size: 20px;
  }
  #comments .comment-meta,
  #post_content .wp-block-button .wp-block-button__link,
  #post_content .wp-block-button .wp-block-button__link mark {
    font-size: 14px;
  }
  #commentform .form-submit #submit,
  #commentform .form-submit input {
    font-size: 14px;
    padding: 10px 25px 10px 25px;
  }
  .portfolio_slider .elementor-swiper-button {
    height: 25px;
    width: 25px;
  }
  .portfolio_slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 55px !important;
  }
  .campaign_imgbox .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 10px;
  }
  .page
    section
    .campaign_imgbox
    .elementor-image-box-wrapper
    figure.elementor-image-box-img {
    width: 100% !important;
    margin: 0 !important;
  }
  #dental_marketing_header .elementor-button .elementor-button-content-wrapper {
    gap: 8px;
  }
  #dental_marketing_header .elementor-element .elementor-button {
    font-size: 10px;
  }
}
@media screen and (max-width: 450px) {
  .remove_br br {
    display: block;
  }
  #dental_marketing_casestudy_con .slick-next {
    right: 35% !important;
  }
  #dental_marketing_casestudy_con .slick-prev {
    left: 35% !important;
  }
}
@media screen and (max-width: 400px) {
  .counter_row {
    width: 28%;
  }
  #home_step_process
    .animation_inside_imgmoveleft
    .animation_inside_imgmoveleft_img {
    right: -23px;
    top: 12px;
  }
}
@media screen and (max-width: 380px) {
  #hero_heading .elementor-heading-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .home_hero_image-grid_mobo {
    width: 300px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev,
  #testimonial_slider .testimonials_grid .slick-prev,
  #caseStudy_slider .case_study_wrapper .slick-next,
  #industries_slider .industry_grid .slick-next,
  #testimonial_slider .testimonials_grid .slick-next {
    height: 25px;
    width: 25px;
  }
  #caseStudy_slider .case_study_wrapper .slick-prev,
  #industries_slider .industry_grid .slick-prev {
    right: 45px;
  }
  #testimonial_slider .testimonials_grid .slick-prev {
    right: 62px;
  }
}