/* Fonts */
@font-face {
  font-family: "Francy";
  src: url("../fonts/Francy.ttf");
  src: url("../fonts/Francy.otf");
  src: url("../fonts/Francy.woff");
}
:root {
  --heading-font: "Francy", serif, "Open Sans", system-ui, -apple-system,
    "Segoe UI";
  --default-font: "Poppins", serif, "Open Sans", system-ui, -apple-system,
    "Segoe UI";
  --nav-font: "Poppins", serif, "Open Sans", system-ui, -apple-system,
    "Segoe UI";
}
.font-sans {
  font-family: "Poppins", serif !important;
}
.regular-font {
  font-family: "Poppins", serif !important;
}
/* Global Colors */
:root {
  --primary-color: #ffffff;
  --secondary-color: #171717;
  --gray-color: #fafafa;
  --green-color: #4d7c0f;
  --hot-color: #ef4444;
  --accent-color: #f5c28b;
  --star-color: #f59e0b;
}

body {
  font-family: var(--default-font);
}
body .list-dots li,
body .txt ul li,
body .careertext ul li {
  font-size: 2rem;
  line-height: 1.35;
}
body .careertext ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
}
body .careertext ul li {
  font-size: 1.5rem !important;
  margin-bottom: .5rem !important;
  padding-left: 1.75rem;
}
.careertext ul li:before {
  min-width: 0.5rem;
  height: 0.5rem;
}
/*.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('images/yourLoaderImage.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .8;
}*/

input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h5,
.h6 {
  font-family: var(--heading-font);
}
h3 {
  letter-spacing: 1px;
}
.is-head-active header {
  background-color: #f2f2f2;
}
header {
  background-color: #f2f2f2;
}
.header-text i.fa-asterisk {
  animation: spin-clockwise 3.8s infinite linear;
  margin: 0;
}
.whitespace-normal {
  white-space: normal;
}
@keyframes spin-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
ul.serviceslist li a, ul.serviceslist li {
  position: relative;
  padding-left: 25px;
  /* display: inline-block; */
}
ul.serviceslist li a i, ul.serviceslist li i {
  position: absolute;
  left: 0;
  color: #f20574;
  margin-top: 7px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
  /*-------------- Header ------------------*/
  .header-text {
    font-size: 15em;
    /* font-size: 18em; */
  }
  .header-text i.fa-asterisk {
    font-size: 0.7em;
  }
  .uline:after {
    border-bottom: none;
  }
  .uline:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.275em;
    left: 0;
    cursor: pointer;
    right: 0;
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: right;
    border-bottom: 1px solid currentColor;
  }
  .js-sh-main-link a {
    padding: 10px 0;
  }
  /*--------------- main ---------------*/
  .marquee-text i {
    font-size: 0.7em;
    margin: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .case-study-sec .site-grid {
    column-gap: 0;
  }
  .cs-heading-sec {
    border: 1px solid #2c2c2c;
    padding: 2em;
  }
  .cs-text-wrap,
  .cs-image-wrap {
    padding: 2em;
    border: 1px solid #2c2c2c;
    margin-left: -1px;
  }
  .case-study-sec article.cs-content-sec:nth-child(even) .cs-text-wrap,
  .case-study-sec article.cs-content-sec:nth-child(even) .cs-image-wrap {
    border-top: 0;
  }
  .case-study-sec
    article.cs-content-sec:nth-child(even)
    .col-span-6:nth-child(1) {
    order: 2;
  }
  .sec-fixed {
    position: fixed;
  }
  .date-meta {
    opacity: 0;
    transition: transform 0.6s;
  }
  article.cs-content-sec:hover .date-meta {
    opacity: 1;
    transition: transform 0.8s;
  }
}

/*----------------------------------
# Common css
----------------------------------*/
/*.site-head__logo{
  max-width: 100%;
}*/
/* .js-slide {
  transition: transform 0.5s ease-in-out;
} */

.site-head:not(.no-mix-blend) a {
  mix-blend-mode: normal;
}
.js-sh-cta {
  transform: translate(0%, 0%) !important;
}
.speak-btn {
  border-radius: 100px;
  background-color: #000000;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #ffffff;
  transition: 0.7s;
}
.circle-double {
  width: 33px;
  height: 33px;
  border-radius: 100px;
  background-color: rgb(0 0 0 / 77%);
  color: white;
  text-align: center;
  display: inline-flex;
  border: 1px solid #ffffff;
  transition: 0.7s;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.circle-double:hover,
.speak-btn:hover {
  background-color: #ffffff;
  color: rgb(0 0 0);
  transition: 0.5s;
  border: 1px solid rgb(0 0 0 / 77%);
}
.circle-double i {
  font-size: 13px;
  vertical-align: middle;
}
.align-top {
  vertical-align: top;
}
.case-study-text {
  font-size: 6.4rem;
}
.case-study-text div {
  line-height: 75px;
}
.cs-text-wrap h6 {
  font-size: 18px;
}
.cs-text-wrap p {
  font-size: 20px;
}
.cs-image-wrap {
  overflow: hidden;
}
.cs-image-wrap figure {
  transition: transform 0.6s;
  width: 100%;
  height: 392px;
}
.cs-image-wrap figure img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.8s;
  width: 100%;
}
article.cs-content-sec:hover .cs-image-wrap figure img {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3);
}
.date-meta .text-red-600 {
  color: red;
}
.cs-text-wrap a i {
  font-size: 30px;
}
.fixed-section {
  transition: all 0.3s ease-in-out;
}
#sticky-section {
  height: 100%;
  position: relative; /* Default position */
  width: 100%; /* Adjust as needed */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
}
#sticky-section .active {
  position: fixed;
  top: 0;
}
.fa-asterisk.js-spin {
  font-weight: 900;
  font-size: 0.7em;
  margin: 0 30px;
  margin-top: -27px;
}
.arrow-svg svg {
  width: 45px;
  height: 26px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.07, 0.69, 0, 1.15);
  transition: -webkit-transform 0.3s cubic-bezier(0.07, 0.69, 0, 1.15);
  -o-transition: transform 0.3s cubic-bezier(0.07, 0.69, 0, 1.15);
  transition: transform 0.3s cubic-bezier(0.07, 0.69, 0, 1.15);
  transition: transform 0.3s cubic-bezier(0.07, 0.69, 0, 1.15),
    -webkit-transform 0.3s cubic-bezier(0.07, 0.69, 0, 1.15);
}
.arrow-svg:hover svg {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow-svg svg .btn_arrow {
  stroke: #000;
  fill: none;
}
.ginput_container {
  margin-bottom: 3rem;
}
.ginput_container_select select:focus {
  outline: 0;
}
.ginput_container input[type="email"],
.ginput_container input[type="tel"],
.ginput_container input[type="text"],
.ginput_container textarea,
.ginput_container_select select {
  width: 100%;
  border-radius: 0.9rem;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  border: 1px solid #c8cacd;
  background: transparent;
}
.opening-details {
  height: 0px;
}
.height-adjust {
  height: auto;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-form-modal {
  max-width: 45%;
  margin: 0 auto;
}
.job-modal.bg-black {
  --tw-bg-opacity: 0.95;
  z-index: 99;
}
.modal-body {
  padding: 0 2em 1em 2em;
}
.modal-header {
  padding: 1em 2em;
}
.job-position-form input::placeholder {
  color: #2e3031;
}
.job-position-form input,
.job-position-form select {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
  height: 42px;
  color: #2e3031;
  width: 100%;
}
.file-upload {
  /*background: #fff9c5;*/
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.file-upload span {
  font-size: 14px;
  padding-left: 5px;
}
.file-upload label {
  font-size: 15px;
  background: #fff9c5;
  padding: 7px;
  width: 33%;
  margin-left: 7px;
}
.job-position-form button {
  margin-top: 20px;
  padding: 10px 60px;
}
.dropdown-menu-box {
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 99;
  background-color: #000000;
  padding: 10px 20px;
  transition: 0.9s;
  width: 300px;
}
.dropdown-menu-box li {
  margin: 5px;
}
.dropdown-menu-box li a {
  padding: 2px;
  font-size: 19px;
  color: #ffffff;
}
.dropdown-menu-box li a:hover {
  color: #cdcdcd;
}
.toggle-minus {
  content: "-";
  width: 18px;
  height: 2px;
  background-color: rgb(27 27 28);
}
/*----------------------------------
# Footer
----------------------------------*/
.bg-black-footer {
  background-color: #000000;
}
.newsletter-input {
  position: relative;
  margin: 20px 0;
}
.newsletter-input input {
  background-color: #292929;
  border: none;
  height: 65px;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
.newsletter-input input::placeholder {
  color: #6d6d6d;
}
.newsletter-input input:focus {
  box-shadow: none;
  outline: 0;
  background-color: #3e3e3e;
  color: var(--primary-color);
}
.newsletter-input button {
  position: absolute;
  top: 10px;
  right: 13px;
  background: var(--primary-color);
  border: none;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}
.newsletter-input button i {
  padding: 10px;
  color: #0f0e0e;
}

/*-------------------------------------
# client slider 
-------------------------------------*/
.client-slider {
  align-items: center;
  display: flex;
  justify-content: center;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
}

.slider .slide-track {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
  display: flex;
  width: calc(250px * 9);
  white-space: nowrap;
  will-change: transform;
}
.client-slider.formobile {
  display: none;
}
.slider .slide-track-oppositD {
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
  display: flex;
  width: calc(250px * 9);
  white-space: nowrap;
  will-change: transform;
  animation-direction: reverse;
}
.slider .slide {
  width: 250px;
}
/*-------------------------------------
# what we do
-------------------------------------*/
.lets-text {
  font-size: 17rem;
}
.opacity-1 {
  opacity: 1 !important;
}
.idea-heading-text {
  font-size: 11.3rem;
}
.pink-highlight {
  color: #f20574;
}
span.pink-highlight {
  color: #f20574;
}
span.yellow-highlight {
  color: #ffde00;
}
.yellow-highlight {
  color: #ffde00;
}
span.blue-highlight {
  color: #03d3e6;
}
span.green-highlight {
  color: #28a690;
}
span.orange-highlight {
  color: #f25c05;
}
.white-highlight {
  color: #ffffff;
}
.pink-background {
  background-color: #f20574;
}

/*-------------------------------------
# Our Work
-------------------------------------*/
.section-padding {
  padding-top: 20px;
}
.gallery-section {
  position: relative;
  z-index: 1;
}
.filter {
  text-align: center;
  font-family: var(--heading-font);
  max-width: 1200px;
  margin: auto;
}
.btn {
  padding: 10px;
  margin: 5px 4px;
  display: inline-block;
  color: #000;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.btn:hover,
.btn-active {
  border-radius: 100px;
  background-color: #000000;
  color: #ffda00;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.gallery {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  flex-wrap: wrap;
  margin: 25px auto;
}
.work {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.work .pl-10 {
  margin-left: 10px;
}
.work a {
  color: black;
}
.gallery img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border: 5px solid #ddd;
  margin: 10px 10px;
}
.gallery img:hover {
  transform: scale(1.1);
}
/* Responsive CSS */
@media (max-width: 767px) {
  .gallery img {
    margin: 8px;
    width: 100%;
  }
  .btn {
    font-size: 15pxpx;
  }
  ul.serviceslist li a i, ul.serviceslist li i {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
@media (max-width: 540px) {
  .gallery img {
    width: 100%;
  }
}
/* Add CSS for hide class */
.hide {
  display: none;
}

/*-------------------------------------
# blog-card
-------------------------------------*/
.blog-card h3 {
  height: 250px;
  line-height: normal;
}
.blog-card p {
  height: 230px;
}
.cat-card h3 {
  line-height: normal;
}

.blog-image {
  max-height: 456px !important;
  width: 100%;
  overflow: hidden;
  /* display: flex; 
  justify-content: center;  */
  /* background: #f8f39c;
  display: grid; */
  text-align: center;
  align-content: center;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bloghiddenbox {
  max-height: 456px !important;
  min-height: 310px !important;
  background: #f8f39c;
  display: grid;
  align-content: center;
  overflow: hidden;
}
.blogbody p .blogbody b .blogbody li {
  color: rgb(77 81 83) !important;
}
.blogbody {
  color: rgb(77 81 83) !important;
}
.heading {
  color: rgb(0, 0, 0) !important;
}
.blogbody a {
  color: rgb(167, 148, 2) !important;
}

@media (max-width: 540px) {
  .blog-card h3 {
    height: 100px;
    font-size: 2.2rem;
  }
}
.lh-i {
  line-height: inherit;
}

.whatsappicon {
  bottom: 4rem;
  right: 1rem;
  z-index: 9;
}
.whatsappicon i {
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #25d366;
  border-radius: 50%;
  font-size: 3.8rem;
}
.pageloader {
  position: absolute;
  left: 0px;
  /*  top: 0px;*/
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageloader.header-text i.fa-asterisk {
  font-size: 8rem;
}

/* .h-50rem { height: 50rem; } */

.videocls iframe body.vp-center {
  justify-content: unset !important;
}

.fontclassh1 {
  font-family: var(--default-font) !important;
}

.txt > p,
.page-default ul li {
  --tw-text-opacity: 1;
  color: rgb(77 81 83 / var(--tw-text-opacity));
}

.blogimg {
  height: 30rem;
  overflow: hidden;
  position: relative;
  /* background: #f8f39c; 
  display: grid;  */
  text-align: center;
}
.blogimg img {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  object-position: center;
}
.gap-x-18 {
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}
.blog-card-list h3 {
  height: 50px;
  font-size: 1.9rem;
  line-height: 2.2rem;
  overflow: hidden;
}
.font-normal {
  font-weight: 400;
}
.blogtext {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 50px;
  overflow: hidden;
}
.blogtext p {
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.blogtext h2 {
  font-size: 1.4rem !important;
}
.blogshare {
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.8rem;
  transition: 0.7s;
}
.blogshare:hover {
  background: #ffde00;
}
.blogshare-wiew {
  color: var(--secondary-color);
  right: 0;
  position: absolute;
}
.blogcate .catetitle {
  font-size: 1.5rem;
  font-weight: 500;
}
.cateimg {
  width: 120px;
  overflow: hidden;
  height: 80px;
}
.cateimg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blogcate .catetitle {
  width: 80%;
}
.top-\[8rem\] {
  top: 8rem;
}

.ancortitlelist ul li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--currentColor);
  margin-bottom: 1rem;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding-right: 1rem;
}
.ancortitlelist ul li a {
  text-decoration: underline;
}
.ancortitlelist ul li::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border: solid 3px #e2e2e2;
  font-family: bootstrap-icons !important;
  left: 0;
  margin-top: 0.8rem;
  border-radius: 50%;
  background: #1e1d1d;
}

/* Base styles for badges */
.badge-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  max-width: 133.8rem;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap; /* Allows wrapping for badges */
}

/* Left and right badge styles */
.badge-left,
.badge-right {
  display: flex;
  flex: 1; /* Distributes space equally */
}
.badge-right {
  justify-content: end;
}

.badge-left > div,
.badge-right > div {
  min-width: 130px;
  max-width: 130px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Styling for badges */
.g2-badge {
  border-radius: 2px 2px 8px 8px;
  position: relative;
  cursor: default;
}

.shareall {
  display: none;
  transition: transform 0.5s ease-in-out;
}
.shareall {
  position: absolute;
  right: 0.9rem;
  top: 5.5rem;
  /* background: #fff;
    border: solid 1px #e8e8e8;
    padding: .5rem; */
  row-gap: 0.5rem;
}
.shareall li {
  margin-bottom: 0.5rem;
}
.shareall li a,
.socialshare li a {
  height: 4rem;
  width: 4rem;
  display: flex;
  background: #f20574;
  border-radius: 50%;
  font-size: 1.7rem;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.shareall li a:hover,
.socialshare li a:hover {
  background: rgb(0 0 0 / 77%);
  color: #fff;
}

.technologieslist .slide {
  width: 150px;
  height: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.technologieslist .slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: auto;
  width: auto !important;
}
.chantbtn {
  padding-right: 7px;
  color: var(--primary-color) !important;
  text-decoration: none !important;
}
.chantbtn i {
  background: var(--primary-color);
  color: var(--secondary-color);
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.8rem;
  vertical-align: middle;
}
.chantbtn:hover {
  text-decoration: none !important;
  color: var(--secondary-color) !important;
}
.chantbtn:hover i {
  background: var(--secondary-color);
  color: var(--primary-color);
}

footer .txt > p {
  --tw-text-opacity: 1;
  color: rgb(132 132 132 / var(--tw-text-opacity)) !important;
}

.js-mm-toggle span {
  display: none;
}
.js-mm-toggle .fa {
  display: block;
}
.newsletter-input button span,
.hidetext span {
  display: none;
}

.careerbanner {
  color: var(--primary-color);
}
.careerbanner::before {
  content: "";
  background-color: rgba(000, 000, 000, var(--bg-opacity));
  --bg-opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
}
.border-pink {
  border-color: #f20574;
}
.bg-transparent {
  background-color: transparent;
}
.letter-spacing1 {
  letter-spacing: 1px;
}
.careertext h5 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 0 !important;
}
.careertext p,
.careertext ul li {
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(113 116 118 / var(--tw-text-opacity));
  margin-bottom: .5rem;
}
.careertext span {
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(113 116 118 / var(--tw-text-opacity));
}
.careertext h6{ font-size: 1.8rem; --tw-text-opacity: 1; color: rgb(113 116 118 / var(--tw-text-opacity)); line-height: 3rem; }
.careertext h6 strong{ color: rgb(0 0 0 / var(--tw-text-opacity)); }
.careertext p strong {
  color: var(--secondary-color);
}
.careerlist:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.careerlist{
  --tw-border-opacity: 1;
  border-bottom: solid 1px rgb(216 216 216 / var(--tw-border-opacity));
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}
.mb-0{ margin-bottom: 0 !important;}
.careerbanner h1{
    font-size: 6.3rem;
}
.-mt-5 {
    margin-top: -.5rem
}

.team-mobile .grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

@media (min-width:0px) and (max-width:768px) {
  .team-mobile{
    display: none;
  }
}
@media (min-width: 769px) {
 .team-container{
    display: none;
  }
  
}
/* Responsive Styles */
@media (max-width: 768px) {
  .badge-container {
    flex-direction: column; /* Stack badges vertically */
    align-items: center; /* Center badges */
  }

  .badge-left,
  .badge-right {
    width: 100%; /* Full width on mobile */
    justify-content: center; /* Center content */
  }

  .badge-left > div,
  .badge-right > div {
    min-width: auto; /* Remove fixed width */
    max-width: none; /* Remove max width */
    margin: 0.5rem; /* Add spacing between badges */
  }
  .technologieslist .slide {
    width: 100px;
    height: 75px;
  }
  .careerbanner h4{ font-size: 1.5rem; }
  .careerlist .speak-btn{
    font-size: 13px;
    padding: 8px 20px;
  }
  .speak-btn{ font-size: 13px; }
  .careerlist .speak-btn{ padding-right: 4px; }
  body .careertext ul li{ padding-left: 1.5rem; }
  .careerbanner h1 {
      font-size: 3.5rem;
  }
}
