/* hero panel */
.hero-panel {
  padding-top: 40px;
  background-image: url("../imgs/hero-bg.webp");
  background-size: cover;
  background-position: top center;
  text-align: center;
  background-repeat: no-repeat;
  min-height: 85vh;
}

.hero-panel .hp-heading {}

.hero-panel .hp-heading .sub-heading {
  color: #566772;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-panel .hp-heading .main-heading {
  margin: 0;
  font-weight: 700;
  font-size: 41px;
  line-height: 50px;
  color: #043a53;
}

.hero-panel .hp-heading .main-heading span {
  font-weight: 700;
}

.hero-panel .hp-heading .desc {
  color: #6f6c90;
  font-size: 16px;
  margin: 15px 0;
}

.hero-panel .hp-heading .h_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.hero-panel .hero-image {}

.hero-panel .hero-image img {
  width: 100%;
}

/* marquee */

.partners-slide-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.partners-slide-content img {
  width: 150px;
  filter: grayscale(100%);
}

.partners-slide-content {
  /* font-size: 2em; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 100px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes textAnimation {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* our solutions */
.our-solutions {}

.our-solutions .main-heading {
  text-align: center;
}

.our-solutions .main-heading span {
  font-weight: 600;
}

.our-solutions .solution_images {}

.our-solutions .solution_images .image {}

.our-solutions .solution_images .image img {
  width: 100%;
}

.our-solutions .solution_images .image a {
  margin-top: 25px;
  padding: 13px 40px;
}

.our-solutions .solution_images .image a .icon {}

.our-solutions .solution_images .image a .icon i {}

.our-solutions .solutions__list {
  border: solid 2px #f3f3f3;
}

.our-solutions .solutions__list .sol_item {
  background: #fff;
  border-bottom: solid 2px #f3f3f3;
  padding: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.our-solutions .solutions__list .sol_item .title {
  color: #043a53;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.our-solutions .solutions__list .sol_item .desc {
  color: #64748b;
}

.our-solutions .solutions__list .sol_item:hover,
.our-solutions .solutions__list .sol_item.active {
  background: #e5e6e7;
}

.solutions-page-tabs .solutions__list .sol_item:hover .title,
.solutions-page-tabs .solutions__list .sol_item.active .title {
  font-weight: 600 !important;
  transition: all 0.2s linear;
}

/* more-productivity */
.more-productivity {}

.circle-item.pix-animate:nth-child(1) {
  transform: translate3d(0, 0, 10px);
}

.pix-sm-circles .circle-item {
  line-height: 100%;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s linear;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

/* Apply hover effect on the container to affect both items */
.pix-sm-circles:hover .circle-item {
  transform: translateX(-35px);
  /* Move both images to the left on hover */
}

/* Adjust image transition */
.pix-sm-circles .circle-item img {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anim-type="fade-in-right"].pix-animate {
  opacity: 1 !important;
  transform: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}


[data-anim-type="fade-in-right"] {
  visibility: visible !important;
  transform-style: flat;
}

.circle-item.pix-animate:nth-child(2) {
  transform: translate3d(0, 0, 12px);
}

.pix-sm-circles .circle-item:not(:first-child) {
  margin-left: -25px;
  transition: margin 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.img-tooltip {
  position: relative;
}

.img-tooltip .img-tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: -32px;
  z-index: 1;
  font-size: 14px;
  left: 50%;
  margin-left: -60px;
}

.img-tooltip:hover .img-tooltiptext {
  visibility: visible;
}
/*  */
.more-productivity .main-heading {
  margin-bottom: 0;
}

.more-productivity .pro_headright {
  text-align: right;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
}

.more-productivity .pro_headright img {
  width: 60px;
}

.more-productivity .pro_headright p {
  color: #566772;
  font-size: 18px;
}

.more-productivity .pro__item {
  background: #f2f5f6;
  padding: 40px 30px;
  border-radius: 20px;
  margin-top: 50px;
}

.more-productivity .pro__item img {
  width: 85px;
}

.more-productivity .pro__item .title {
  color: #12141d;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}

.more-productivity .pro__item .desc {
  color: #404040;
  font-size: 17px;
}

/* customer-support */
.customer-support {}

.customer-support .main-heading {
  text-align: center;
}

.customer-support .proactive__items {
  background: #ffffff;
  box-shadow: 0px 27px 118px rgba(32, 36, 138, 0.06);
  border-radius: 16px;
  display: flex;
  justify-content: space-evenly;
  padding: 50px 10px;
}

.customer-support .proactive__items .p_item {
  text-align: center;
}

.customer-support .proactive__items .p_item .title {
  color: #170f49;
  font-size: 54px;
  font-weight: 600;
}

.customer-support .proactive__items .p_item .title span {
  color: #de2b28;
  font-size: 22px;
  font-weight: 600;
}

.customer-support .proactive__items .p_item .desc {
  color: #514f6e;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

/* reporting analytics */
.common_two_columns {}

.common_two_columns .row {
  align-items: center;
}

.common_two_columns .left_content {
  width: 90%;
}

.common_two_columns .left_content .main-heading {
  margin: 0;
  line-height: 70px;
}

.common_two_columns .left_content .content {
  margin: 35px 0;
  font-size: 20px;
  width: 90%;
}

.common_two_columns .left_content .button {}

.common_two_columns .right_content {
  height: 100%;
}

.common_two_columns .right_content .yt-video {}

.common_two_columns .right_content .yt-video .icon {
  text-align: right;
}

.common_two_columns .right_content .yt-video .icon img {}

.common_two_columns .right_content img.vid__img {
  width: 100%;
}

.common_two_columns .right_content .title {
  color: #12141d;
  font-weight: 600;
  font-size: 18px;
  width: 80%;
  margin-top: 14px;
}

.common_two_columns .right_content .desc {
  color: #de2b28;
}

.right_common_two_columns .left_content {
  float: right;
}

/* customer section */
.customer_section .swiper-pagination {
  position: inherit;
  margin-top: 35px;
}

.customer_section .swiper-pagination-bullet {
  background-color: #d7e0e5;
  width: 10px;
  opacity: 1;
}

.customer_section .swiper-pagination-bullet-active {
  background-color: #043a53;
  width: 60px;
  border-radius: 5px;
}

.customer_section .main-heading {
  margin-bottom: 0;
}

.customer_section .see_text {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
}

.customer_section .see_text a {
  font-weight: 600;
}

.customer_section .see_text a i {
  margin-left: 5px;
  font-size: 14px;
}

.customer_section .customer_swiper .cutomer_box {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 35px;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.customer_section .customer_swiper .cutomer_box .customer_para {
  font-size: 18px;
  margin: 22px 0px;
  color: #12141d;
  font-weight: 400;
  min-height: 115px;
}

.customer_section .customer_swiper .cutomer_box .cust_img_text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.customer_section .customer_swiper .cutomer_box .cust_img_text .cust_img img {
  border-radius: 50%;
}

.customer_section .customer_swiper .cutomer_box .cust_img_text .cust_text {
  font-weight: 600;
  font-size: 13px;
}

/* Contact_section_Styling */
.contact-section .contact_content {
  border: 1px solid rgba(221, 226, 229, 1);
  padding: 40px 60px;
  border-radius: 20px;
  width: 80%;
  margin: auto;
}

.contact-section .contact_content .contact_heading {
  text-align: center;
  font-size: 32px;
  color: #12141d;
  font-weight: bold;
  margin-bottom: 25px;
}

.contact-section .contact_content .contact_subheading {
  text-align: center;
  margin-bottom: 30px;
}

.contact-section .contact_form .contact_form_group {
  gap: 6px;
  display: flex;
  background: rgba(239, 241, 249, 0.6);
  border-radius: 8px;
  flex-direction: column;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.contact-section .contact_form .contact_form_group label {
  color: #5e6366;
  font-size: 13px;
  font-weight: 500;
}

.contact-section .contact_form .contact_form_group input,
.contact-section .contact_form .contact_form_group select {
  padding: 5px 0px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  box-shadow: none;
  color: #000000;
}

.contact-section .contact_content .contact_bottom_text {
  text-align: center;
  color: #6c757d;
  font-size: 14px;
}

.contact-section .contact_content .contact_bottom_text .contact_text {
  font-weight: 400;
}

.contact-section .contact_content .contact_bottom_text .form-check {
  margin: 40px 0px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.contact-section .contact_content .contact_bottom_text .contact_button .d-btn {
  width: 100%;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

/* Contact_styling_end */