@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --linear-blue: linear-gradient(180.38deg, #1e4da7 4.24%, #083382 92.88%);
  --white: #ffffff;
  --blue: #006fba;
  --text-gray: #5a6177;
  --half-white: #ffffff8f;
  --half-gray: #dfdfdf80;
  --light-gray: #cdd0d8;
  --linear-white: linear-gradient(112.8deg, #0162b2 -15.76%, #e8dfef 102.86%);
  --svg-orange: #f06127;
  --dark-blue: #1b2559;
  --linear-purple: linear-gradient(89.03deg, #000f4c 0.54%, #4513ae 97.66%);
  --linear-dark-blue: linear-gradient(0deg, #083382, #083382),
    linear-gradient(162.64deg, #00389f 11.91%, #083382 121.15%);
}

* {
  padding: 0;
  margin: 0 !important;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
}

p {
  color: var(--text-gray);
}

.navbar-toggler {
  border: none !important;
  filter: invert(1) brightness(10) grayscale(1);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.container,
.container-fluid {
  padding: 0 !important;
}

.logo-img {
  width: 150px;
}

nav.navbar {
  background: linear-gradient(180.38deg, #182c67 4.24%, #203677 92.88%);
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    position:relative;
    border-radius:10px;
}

.dropdown-menu li{
    margin-top:7px !important;
}

.dropdown-toggle::after{
    content:none !important;
}

.border_btn {
  border: 1.9px solid var(--white);
  border-radius: 10px;
  padding: 10px 40px;
  text-decoration: none;
  color: var(--white);
  white-space: nowrap;
  font-weight: 550;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 1px 1px #c9c7c7;
}

.border_btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  height: 200%;
  width: 10px;
  background: var(--white);
  transform-origin: top;
  transform: rotate(16deg);
  filter: blur(17px);
  transition: all 0.6s linear;
}

.border_btn:hover::before {
  left: 150%;
}

.form-select:focus{
    box-shadow:none !important;
}

.orange_heading {
  color: var(--svg-orange);
  font-size: 24px;
  font-weight: 600;
}

.nav-item .nav-link.active {
  font-size: 16px;
  font-weight: 600;
  background: var(--white);
  color: var(--dark-blue) !important;
  border-radius: 10px;
  padding: 8px 25px !important;
  box-shadow: 1px 1px 1px 1px #c9c7c7;
}

.nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--white) !important;
  box-shadow: 1px 1px 1px 1px transparent;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 8px 12px !important;
}

svg{
    flex:none;
}

.contact-btn {
  display:inline-block;
  color: var(--dark-blue);
  border: 2px solid var(--white);
  border-radius: 10px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 650;
  background: white;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 1px 1px 1px 1px #c9c7c7;
  transition: all 0.3s ease-in-out;
}

.contact-btn:hover {
  transform:translateY(1px);
}

.hero_section {
  position: relative;
  height: 100vh;
  min-height:750px;
  width: 100%;
  overflow: hidden;
}

.blue_circle {
  background: linear-gradient(180.38deg, #182c67 4.24%, #203677 92.88%);
  width: 900px;
  height: 900px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform-origin: bottom;
  transform: translateX(-50%) scale(4.5);
  border-radius: 100%;
}

.dropdown-item:focus, .dropdown-item:hover{
        background: #ffffff !important;
    box-shadow: inset 20px 20px 60px #e8e8e8, inset -20px -20px 60px #ffffff !important;
}

.dropdown-menu li .dropdown-item h6{
    color: #4513ae;
    font-weight: 650;
    font-size: 17px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-menu li .dropdown-item p{
    font-size:14px;
    font-weight:600;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg) !important;
}

.dropdown-menu li .dropdown-item{
    border-radius:10px;
    padding: 10px 12px !important;
}

.dropdown-menu li .dropdown-item span{
    background:#c3d5f9;
    border-radius:7px;
    padding:5px;
    width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.dropdown-menu li .dropdown-item span svg{
    width:24px;
    height:24px;
}

.h1_heading {
  font-size: 48px;
  color: var(--white);
  font-weight: 650;
}

.headingOne {
  color: #0f3b8c;
  text-align: center;
  font-weight: 800;
}

.start-svg {
  position: absolute;
}

.start-svg path {
  fill: var(--svg-orange);
}

.start-btn {
  color: var(--dark-blue);
  background: var(--white);
  border: 2px solid var(--white);
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  transition: padding 0.3s ease-in-out;
}

.start-btn:hover,
.view-btn:hover {
  padding: 10px 30px;
}

.view-btn {
  color: var(--white);
  border: 1.5px solid var(--white);
  padding: 10px 25px;
  background: transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  transition: padding 0.3s ease-in-out;
}

.headingTwo {
  background: var(--linear-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.headingTwoWhite {
  color: var(--white);
}

.blue-box {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 14px 0 14px;
  background: var(--linear-blue);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.blue-box > h3 {
  color: var(--white);
  font-size: 3em;
  font-weight: 700;
  line-height: 0em;
}

.blue-box div > h3 {
  color: var(--white);
  font-size: 2.4em;
  font-weight: 700;
}

.start-border {
  border-left: 2px solid var(--text-gray);
}

.learn-btn {
  background: var(--linear-blue);
  padding: 15px 25px;
  border-radius: 8px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: padding 0.3s ease-in-out;
}

.learn-btn:hover {
  padding: 15px 30px;
}

.learn-btn-white {
  background: var(--white);
  padding: 10px 25px;
  border-radius: 8px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 1px 1px 1px 1px #c9c7c7;
  transition: padding 0.3s ease-in-out;
}

.learn-btn-white:hover {
  padding: 10px 30px;
}

.cta-set {
  background: linear-gradient(180.38deg, #182c67 4.24%, #203677 92.88%);
}

.service-card {
  width: 100%;
  background: linear-gradient(180.38deg, #182c67 4.24%, #203677 92.88%);
  box-shadow: 0px 4px 20.4px 0px #38b6ff21;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transform: translateY(0);
  transition: transform 0.2s linear;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card a {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.service-card img {
  width: 60px;
}

.service-card h4 {
  text-align: center;
  color: var(--white);
  font-weight: 700;
}

.bg-service {
  background: url(../images/service-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solution-box {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transition: background 0.3s linear;
  background: transparent;
  box-shadow: 0px 6px 14px 0px #31313140;
  text-decoration:none;
}

.solution-box:hover {
  background: var(--linear-blue);
}
.solution-box .svg_div {
  width:60px;
  height:60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-box .svg_div svg{
    width:30px;
    height:30px;
    stroke-width:1.5px;
}

.solution-box h4,
.solution-box-white h4 {
  background: var(--linear-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.solution-box:hover h4 {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset;
  color: white;
}

.solution-box p {
  color: var(--text-gray);
}

.solution-box:hover p {
  color: var(--half-white);
}

.solution-box-white {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: white;
  height: 100%;
}

.solution-box-white svg {
  width: 70px;
  height: 70px;
}
.white-box-text{
  font-size:15px;  
}

.btn-close:focus {
  box-shadow: none !important;
}

.swiper-slide {
  padding: 15px 20px;
}

.prev-btn::after,
.next-btn::after {
  background: var(--dark-blue);
  padding: 10px 15px;
  border-radius: 100%;
  color: var(--white);
  font-size: 23px !important;
}

.say-box-2 {
  background: var(--white);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  padding: 30px 20px;
}

.say-title {
  font-size: 22px;
  background: var(--linear-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}

.resource_card {
  background-color: var(--white);
  box-shadow: 0px 0.89px 21.47px 7.16px #14141414;
  overflow: hidden;
  border-radius: 9px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.205);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  user-select: none;
}

.img_holder {
  border-radius: 0px 0px 17px 17px;
  overflow: hidden;
  position: relative;
}

.img_holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.544);
}

.openBi_left {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: 100px;
  filter:brightness(40);
}

.resource_card img.banner {
  width: 100%;
  height: 200px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
}

.resource_card h5 {
  background: var(--linear-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}

.resource_card a {
  background: var(--dark-blue);
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 7px;
}

.powerbi_text {
  font-size: 14px;
  font-weight: 600;
  background: var(--dark-blue);
  color: var(--white);
  padding: 8px 14px;
  position: absolute;
  border-radius: 20px 0px 0px 0px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.tab_buttons {
  border: 2px solid var(--dark-blue);
  border-radius: 14px;
  padding: 5px !important;
}

.tab_buttons li .nav-link.active {
  background: var(--dark-blue);
  color: var(--white) !important;
  padding: 8px 20px !important;
}

.tab_buttons li .nav-link {
  color: var(--text-gray) !important;
  padding: 8px 20px !important;
}

.say-box-2 {
  box-shadow: 0px 4px 34px -12px #00000040;
  border-radius: 15px;
}

.say-box-2 p {
  display: -webkit-box; /* Use flexbox layout */
  -webkit-box-orient: vertical; /* Set the orientation to vertical */
  -webkit-line-clamp: 7; /* Limit to 4 lines */
  line-clamp: 7;
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis;
}

.swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid var(--white);
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: var(--white) !important;
}

.blue_bg_swiper {
  background: var(--dark-blue);
  width: 70%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 34px;
  z-index: 0;
}

.footer_bg {
  position: relative;
  height: fit-content;
  width: 100%;
  overflow: hidden;
}

.blue_circle_footer {
  background: linear-gradient(0deg, #254a98, #254a98),
    linear-gradient(180.38deg, #1e4da7 4.24%, #083382 92.88%);
  width: 900px;
  height: 900px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform-origin: top;
  transform: translateX(-50%) scale(5.5);
  border-radius: 100%;
}

.map_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  z-index: 2;
}

.footer_logo {
  width: 190px;
}

.footer_options li a {
  font-weight:500;
  color: var(--white);
  text-decoration: none;
}

.social_icons {
    white-space:nowrap;
  background: rgba(255, 255, 255, 0.255);
  padding: 5px 20px 5px 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}

.social_icons.fb svg path {
    transition: all 0.2s linear;
}

.social_icons.fb:hover svg path {
    fill: #1877F2;
}

.social_icons.insta svg path {
    transition: all 0.2s linear;
}

.social_icons.insta:hover svg path {
    fill: #E4405F; /* Instagram pink color */
}

.social_icons.linkedin svg path {
    transition: all 0.2s linear;
}

.social_icons.linkedin:hover svg path {
    fill: #0A66C2; /* LinkedIn blue color */
}

.openBi_gif {
  width: 100%;
}

.shiny_line {
  position: absolute;
  top: -10%;
  left: -50%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.563);
  width: 70px;
  height: 200%;
  filter: blur(35px);
  transform: rotate(19deg);
}

.shiny_elem_parent .shiny_line {
  transition: all 0.8s linear;
}

.shiny_elem_parent:hover .shiny_line {
  left: 140%;
}

.video_line {
  display: block; /* Removes extra space */
  margin: 0; /* Remove any margin */
  padding: 0; /* Remove any padding */
  width: 100%; /* Set the video width */
  height: auto; /* Maintain aspect ratio */
  border: none;
  transform: translateZ(0);
  will-change: transform;
}

.left_box {
  position: absolute;
  top: 41%;
  left: 24.5%;
  z-index: 1;
  height: 20%;
  width: 11%;
  background: transparent;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.left_box svg,
.right_box svg {
  width: 55px;
  height: 55px;
}

.left_box h5,
.right_box h5 {
  background: var(--linear-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}

.right_box {
  position: absolute;
  top: 41%;
  right: 24.5%;
  z-index: 1;
  height: 20%;
  width: 11%;
  background: transparent;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

svg {
  flex: none;
}

.square_img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.square_img.two {
  transform: translate(-35px, -16px);
}

.square_img.three {
  transform: translate(0px, -28px);
}

.square_img.four {
  transform: translate(-29px, -43px);
}

iframe {
  height: 700px;
  width: 100% !important;
}

.how_we_work {
  background: var(--linear-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 700;
  font-size: 2vw;
}

.work_cicle_img_1 {
  position: absolute;
  top: 1%;
  right: -20%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_2 {
  position: absolute;
  top: 21%;
  right: -39%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_3 {
  position: absolute;
  top: 42%;
  right: -43%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_4 {
  position: absolute;
  bottom: 21%;
  right: -40%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_5 {
  position: absolute;
  bottom: 1%;
  right: -29%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_6 {
  position: absolute;
  top: 1%;
  left: -25%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_7 {
  position: absolute;
  top: 21%;
  left: -39%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_8 {
  position: absolute;
  top: 42%;
  left: -43%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_9 {
  position: absolute;
  bottom: 21%;
  left: -40%;
  width: 42%;
  user-select: none;
}

.work_cicle_img_10 {
  position: absolute;
  bottom: 1%;
  left: -29%;
  width: 42%;
  user-select: none;
}

.tech_set {
  background: linear-gradient(180.38deg, #182c67 4.24%, #203677 92.88%);
}

.tech_div {
  background: var(--white);
  border-radius: 10px;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.tech_div img {
  width: 60px;
}

.padding_banner {
  padding: 150px 0px 50px 0px;
}

.custom_shadow {
  box-shadow: 0px 6px 14px 0px #31313140;
}

.form-control:focus {
  box-shadow: none !important;
}

.black_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
background: #254a98c2;
}

.solution_image {
  height: 700px;
  object-position: top center;
}

.finance_sample {
  height: 500px;
}

.vertical_border{
    width:4px;
    height:280px;
    background:white;
    border-radius:40px;
}

.job_cards{
    border:1.5px solid white;
    border-radius:10px;
    height:100%;
    user-select: none;
}

.job_cards img{
    width:50px;
    height:50px;
}

.job_cards .job_title{
    width: 100%;
    text-align: end;
    color: #969696;
    font-size: 16px;
    font-weight: 550;
    border-left: 2px solid #969696;
}

.job_cards .job_name{
    color:white;
    font-weight:600;
    margin-top: 23px !important;
}

.job_cards p{
    margin-top: 10px !important;
    color: #cbc9c9;
    text-wrap-style: pretty;
    letter-spacing: 0.2px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp:4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job_cards a{
    white-space: nowrap;
    color: white;
    text-decoration: none;
    font-weight: 500;
    margin-top: 25px !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

input:focus-visible{
       outline: none !important;
}

.border_right{
    border-right:2.5px solid #757982;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows for Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.banner_div{
    height:400px;
    width:100%;
    background:url(../images/contact-bg.webp);
    background-size:cover;
    background-position:top center;
    position:relative;
}

.job_left_side img{
    width:65px;
}

.job_left_side h4{
    color:#1B306E;
    font-weight:650;
}

.job_left_side h5{
    color:#848484;
    font-weight:600;
}

.job_left_side p{
    color:#848484;
    font-weight:500;
}

.job_left_side .featured{
    background:#FFEDED;
    font-size:12px;
    color:#E05151;
}

.job_headings{
    color:#1B306E;
    font-weight:650;
}

.job_desc{
    text-wrap-style: pretty;
}

.copy_link{
    background:#C8DFFA;
    color:#1B306E;
}

.social_links{
    background: #C8DFFA;
    color: #1B306E;
    padding: 10px 10px;
    border-radius: 4px;
    transform:scale(1);
    transition: all 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_links:hover{
    transform:scale(1.1);
}

.social_links svg{
        width: 23px;
    height: 20px;
}

.custom-range-container {
      display: flex;
      flex-direction: column;
      gap:8px;
    }

    .custom-range-container .custom-range-labels {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 5px;
    }

    .custom-range-container .custom-range-labels span {
      font-size: 14px;
    }

    .custom-range-container .custom-range-input {
      appearance: none;
      width: 100%;
      height: 8px;
      background: #ddd;
      border-radius: 5px;
      outline: none;
    }

    .custom-range-container .custom-range-input::-webkit-slider-thumb {
      appearance: none;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #1B306E;
      cursor: pointer;
    }

    .custom-range-container .custom-range-input::-moz-range-thumb {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #1B306E;
      cursor: pointer;
    }
    #searchTools::placeholder {
  color: white;
}

.data_source_card{
    border:1px solid #4680ED;
    display: flex;
    align-items: center;
    gap:14px;
    user-select: none !important;
}

.data_source_card img{
    width:35px;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
}

.data_source_card h5{
    font-weight:650;
    font-size:15px;
    background: var(--linear-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.logos_slider{
    overflow: hidden;
    border-radius: 15px;
    background:white;
    padding:10px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-left:10px !important;
    margin-right:10px !important;
}

.logos_slider img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    width: 90px;
}

.pagination li a{
    color:#0a0f5b;
    font-weight: 600;
    user-select: none !important;
}

.tab_btns li button{
    user-select: none;
}

.tools_height{
    min-height:410px;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
}

.active>.page-link{
    background:#0a0f5b !important;
    border:1px solid #0a0f5b !important;
}

.industries_served{
    width:100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

.services_dropdown{
    width: fit-content !important;
}

.slider_test_nav_btns {
    position: absolute;
    bottom: 6%;
    right: 5%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 10;
}

.test_next_btn,.test_prev_btn{
    background:white;
    border-radius: 100%;
    width:50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    opacity:0.4;
    transition:all 0.2s linear;
}

.test_next_btn:hover,.test_prev_btn:hover{
    opacity:1;
}

.test_next_btn svg,.test_prev_btn svg{
    width:30px;
    height:30px;
    stroke:var(--dark-blue);
    stroke-width:1.5px;
}

.parent_icon{
     position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 100;
}

.floating_whatsapp {
    border: none !important;
    background: transparent !important;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform:  scale(1); /* move up */
    }
    100% {
        transform:  scale(0.8);
    }
}

.floating_whatsapp img{
    width:60px;
}

.chat_box{
    height: 320px;
    min-width: 250px;
    width: 100%;
    background: #ece5dd;
    border-radius: 20px;
    overflow: hidden;
    user-select: none;
}

.chatBtn{
    background: #29a71a;
    padding: 10px 30px;
    border-radius: 17px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight:600;
    font-size:16px;
    gap: 6px;
    text-decoration: none;
}

.chat_bubble{
    position:relative;
    overflow-y: clip;
}

.chat_bubble::before{
    content: "";
    position: absolute;
    top: -14%;
    left: -6%;
    transform: rotate(35deg);
    width: 30px;
    height: 20px;
    background: white;
}

[data-pagination-buttons] button.active {
background:var(--dark-blue) !important;
color:var(--white) !important;
border: none !important;
}

[data-pagination-buttons] button {
color:var(--dark-blue) !important;
background:var(--white) !important;
border: 1px solid #dee2e6 !important;
}
