@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Imprima&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Devanagari:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  
  box-sizing: border-box;
}
[aria-current="page"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
}

ul {
  margin-bottom: 0 !important;
}
button {
  outline: none !important;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.dropdown-menu {
  left: auto !important;
  font-size: 0.95rem !important;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
/* .dropdown-item {
  font-size: 14px;
}
.dblock {
  display: block;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
} */

.card {
  border: none;
}
.card-body {
  color: #79797c;
}
a {
  color: #de0423;
}
.navbar {
  font-family: "Inter", sans-serif;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 300;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #cc2c2f;
}
.navbar-brand {
  position: relative;
}
.navbar-brand img {
  -webkit-transition: all 300ms ease-in-out !important;
  -moz-transition: all 300ms ease-in-out !important;
  -ms-transition: all 300ms ease-in-out !important;
  -o-transition: all 300ms ease-in-out !important;
  transition: all 300ms ease-in-out !important;
}
.navbar-brand .hiddenlogo {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  width: 90px;
}
.mainlogo {
  width: 90px;
}
.sticky .navbar-brand .hiddenlogo {
  visibility: visible;
  opacity: 1;
}
.sticky .navbar-brand .mainlogo {
  visibility: hidden;
  opacity: 0;
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header {
  padding: 15px 80px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.header .navbar {
  background: none;
}
.banner-item {
  position: relative;
}
.banner .banner-slider .banner-item {
  height: calc(100vh - 87px);
}
.banner .banner-slider .banner-item img {
  height: calc(100% - 60px);
  object-fit: cover;
}

.banner-item h1 {
  position: absolute;
  font-size: 37px;
  line-height: 55px;
  top: 25%;
  left: 80px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: 0.3s;
  animation: colorOpacityChange 2s forwards infinite;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes colorOpacityChange {
  from {
    opacity: 0.5;
    color: white;
  }
  to {
    opacity: 1;
    color: #3c463e;
  }
}

.banner-item button {
  position: absolute;
  top: 38%;
  left: 80px;

  border: none;
  border-radius: 30px;
  padding: 0.4em 1.5em;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  color: white;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
  /* animation: button-effect 1.5s forwards, slideInFromBottom 1.5s forwards; */
}

@keyframes button-effect {
  to {
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.banner-item button:hover {
  background: black;
}
/* .banner-item button {
  position: absolute;
  top: 34%;
  left: 80px;
  border: none;
  border-radius: 30px;
  padding: 0.4em 1.5em;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  color: white;
  font-size: 20px;
  font-weight: 400;
} */
/* .banner-item h1 span {
  color: #d57914;
} */
.page-banner {
  position: relative;
  height: calc(100vh - 10px);
}
.page-banner .inner {
  position: absolute;
  top: 178px;
  left: 130px;
}
.page-banner h1 {
  color: white;
}
.page-banner p {
  font-size: 16px;
  margin-top: 20px;
  color: white;
}
.page-banner p span {
  color: black;
}
.page-banner img {
  height: 100%;
  object-fit: cover;
}
.page-banner .inner .readmore {
  display: flex;
}
.page-banner-img {
  height: calc(60vh);
  position: relative;
}
.page-banner-img .banner-text {
  position: absolute;
  position: absolute;
  color: #ee292e;
  top: 11em;
  left: 5em;
}
.page-banner-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-banner .inner .readmore .readmore-button {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  text-decoration: none;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  margin-top: 20px;
  flex-flow: row nowrap;

  -webkit-box-align: center;

  align-items: center;

  align-content: center;
  cursor: pointer;
}
.page-banner .inner .readmore .readmore-button .button-icon {
  box-sizing: border-box;
  position: relative;
  width: 2.0625rem;
  height: 2.75rem;
  margin-right: 1.0625rem;
  border: 0.09375rem solid #fff;
  border-radius: 1.5rem;
}
.page-banner .inner .readmore .readmore-button .button-icon::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 50%;
  width: 0.125rem;
  height: 0.5625rem;
  margin-left: -0.03125rem;
  background-color: #fff;
  border-radius: 0.125rem;

  animation: 1.8s ease-in-out infinite;
}
.page-banner .inner .readmore .readmore-button .button-title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
}
.page-banner-container {
  position: relative;
  height: calc(100vh - 10px);

  /* background: linear-gradient(
    180deg,
    rgba(190, 190, 190, 0.44) 0%,
    rgba(255, 255, 255, 0.44) 100%
  ); */
}
.page-banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner-container .banner-content {
  position: absolute;
  top: 12em;
  left: 6em;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.05em;

  color: #000000;
}
.page-banner-container,
.about {
  background: linear-gradient(
    180deg,
    rgba(190, 190, 190, 0.44) 0%,
    rgba(255, 255, 255, 0.44) 100%
  );
}
.page-banner-container .banner-container {
  height: 100%;
  max-width: 80%;
  margin: auto;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bottomToTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.page-banner-container .banner-container .banner-items {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-banner-container .banner-container .banner-items .logo {
  animation: 1s ease-out 0s 1 bottomToTop;
  /* animation: 2s ease-out 2s 1 slideInFromLeft; */
  width: 30%;
}
.page-banner-container .banner-container .banner-items .banner-text {
  animation: 4s ease-out 0s 1 slideInFromLeft;
  font-style: normal;
  width: 70%;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;

  color: #7c8385;
}
.service-banner-container {
  height: 600px;
}
.service-banner-container .product-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/productbanner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .web-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/webdesign.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .digital-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/digitalmarketing.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .cloud-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/cloudservice.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .workspace-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/digitalworkspace.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .uiux-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/uiux.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .devops-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/devops.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .process-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/processdesign.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .testing-image {
  position: relative;
  height: 100%;
  background: url("../images/pagebanner/testing.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .erp-image {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.service-banner-container .web-image-container .inner-image {
  position: absolute;
  top: 44%;
  left: 10em;
}

.service-banner-container .web-image-container .inner-image img {
  width: 25em;
}
.service-banner-container .web-image-container .inner-banner-text {
  position: absolute;
  top: 44%;
  left: 15%;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  /* or 107% */

  text-align: center;
  letter-spacing: 0.05em;

  color: #000000;
}
.service-banner-container .web-image-container .inner-banner-text span::after {
  content: "|";
  margin-left: 1em;
  margin-right: 1em;
}
.service-banner-container
  .web-image-container
  .inner-banner-text
  span:last-child:after {
  content: "";
}
.product-banner-container .banner-content {
  position: absolute;
  top: 12em;
  left: 6em;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.05em;

  color: #000000;
}
.bottom-section-head {
  margin-bottom: 3em;
  text-align: center;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 20px;
  /* or 80% */

  letter-spacing: 0.1em;

  color: #000000;
}
.erp-container {
  width: 302px;
  height: 100px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 15px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0em 1em;
}
.erp-container .erp-title {
  font-size: 16px;
  color: #000000;
  margin-left: 1em;
}
.slick-dots {
  position: absolute;
  bottom: 10px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 10px;
  height: 10px;
  padding: 5px;

  cursor: pointer;
  border-radius: 100%;

  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #ff2222;
}
.service-block {
  padding: 30px 80px;
  background: #fff;
}
.service-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service-block ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  /* -webkit-justify-content: center;
  justify-content: center; */
}
.service-block ul li img {
  margin-right: 5px;
  width: 36px;
  height: 36px;
}
.service-block ul li span {
  font-size: 14px;
  color: #79797c;
  text-transform: uppercase;
}
.expertise {
  padding: 50px 0;
  display: flex;
  align-items: center;
  background: #fafafa;
}

.left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left .content {
  padding-right: 100px;
}
.left .content h4 {
  margin-bottom: 50px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #79797c;
}
.left .content h4 span {
  color: white;
  background: red;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding: 4px;
  letter-spacing: normal;
}
.left .content p {
  margin-left: 30px;
  color: #79797c;
  font-size: 20px;
  letter-spacing: 0.14em;
}

.right .box {
  margin-bottom: 30px;
}
.right a {
  text-decoration: none;
}
.right .box img {
  width: 100%;
  object-fit: cover;
}
.right .box .box-content {
  border: 1px solid #c9c9c9;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  padding: 8px;
  background: #fff;
}
.right .box .box-content span {
  color: #df0424;
}
.right .box .box-content p {
  color: #79797c;
  font-size: 14px;
}
.testimonial {
  background: #fff;
  padding: 40px 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.quotes {
  /* margin-left: 80px; */
  margin-bottom: 50px;
}
.quotes img {
  width: 40px;
  height: 30px;
}
.left .commends {
  width: 80%;
}
.left .commends p {
  color: #79797c;
  line-height: 47px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.authorname {
  position: relative;
  left: 50%;
  right: 0;
}
.authorname h5 {
  color: #79797c;
  line-height: 37px;
  font-size: 20px;
}
.testimonial-image {
  display: flex;
  justify-content: center;
}
.testimonial-image img {
  width: 450px;
  height: 450px;
}

.client {
  background: #fff;
  padding: 30px 80px;
  border-top: 1px solid #dfdfdf;
  /* margin-bottom: 50px; */
}

.client .client-slider .slick-track {
  display: flex;
  align-items: center;
}
.client .client-slider .client-item {
  display: flex !important;
  justify-content: center !important;
  border-right: 1px solid #d7d7d7;
}
footer {
  background: #000;
  padding: 30px;
}
footer .footer-top {
  margin-bottom: 50px;
}
footer hr {
  background: white;
}
footer .head {
  color: #fff;
}
footer .head .footer-links {
  color: #79797c;
  margin-top: 15px;
  font-size: 14px;
ul{
  padding-left: 0rem;
}

}
footer .head .footer-links ul {
  line-height: 2.7em;
  letter-spacing: 0.1em;
  list-style:none;
}
footer .head .c-details .details {
  margin-bottom: 20px;
}
footer .head .c-details .details div {
  letter-spacing: 0.1em;
}
footer .social {
  display: flex;
  justify-content: space-around;
}
footer .social img {
  width: 30px;
  height: 29px;
  border-radius: 10px;
}
footer .f-contact {
  display: grid;
  justify-content: center;
  align-content: space-between;
}
footer .footer-bottom .copyright {
  text-align: right;
  color: #79797c;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
footer .footer-bottom .termsandcondition {
  text-align: center;
  color: #79797c;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  
}

footer .footer-bottom .copyright span {
  margin-left: 10px;
}
footer a {
  color: inherit;
  text-decoration: none !important;
}
footer a :hover {
  color: white;
}
.footer-logo img {
  width: 70px;
}
.story {
  padding: 40px 0px;
}
.section-title {
  margin-bottom: 0.5rem;
  color: #898989;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.section-heading {
  color: #ed1e24;
  font-size: 2.5rem;
  line-height: 1.2;
}
.story-content .story-image {
  position: sticky;
  top: 6.375rem;
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 3rem;
  margin-left: -3%;
}
.story-points {
  padding-top: 2.5em;
}
.story-point {
  padding-left: 5em;
  padding-bottom: 3em;
  position: relative;
  text-align: left;
}
.story-point .point-title {
  position: relative;
  margin-bottom: 0.5rem;
  color: #ed1e24;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.33333;
}
p {
  color: #79797c;
}
.story-point .point-content {
  color: #5b5a5a;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6rem;
  width: 70%;
}
.story-point::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 0.09375rem solid;
  border-radius: 100%;
  z-index: 1;
  top: 0.5rem;
  left: 2.4375rem;
}
.story-point:first-child::before {
  background-color: #ea4141;
  border: 0.09375rem solid #ea4141;
}
.story-point:nth-child(2)::before {
  background-color: #88da54;
  border: 0.09375rem solid #88da54;
}
.story-point:last-child::before {
  background-color: #a563cb;
  border: 0.09375rem solid #a563cb;
}
.story-point:last-child:after {
  height: 0;
}
.story-point::after {
  content: "";

  box-sizing: border-box;
  position: absolute;
  top: 0.5rem;
  left: 2.875rem;
  width: 0.125rem;
  height: 100%;
  background-color: #f99395;
}
.heading .section-title,
.heading .section-heading {
  text-align: center;
}
.companies {
  padding: 40px 0px;
}
.companies .company-image .image img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 1.5rem;

  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}
.companies .company-content h3 {
  color: #ed1e24;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
}
.companies .mb {
  margin-bottom: 6.5em;
}
.contact {
  background-image: url("../images/pagebanner/contacts.jpg");
  /*background-color: #cccccc;*/
  /*height: 550px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  /*color: white;*/
  /* height: 80vh; */
}
.contact .contact-left {
  padding: 2rem 0 2rem 0;
}
.header-left h4 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
  text-transform: uppercase;
}
.contact .contact-right {
  background: #ffffff8c;
  height: 80vh;
}
.btn__primary {
  background: #df0324;
  color: #fff;
}
.cnt_btn {
  border: 1px solid #df0424;
  font-size: 1rem;
  padding: 0 24px;
  height: 46px;
  max-height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contactform {
  padding: 0em 3em;
}
.contactform i {
  color: red;
}
.hometitle {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
  text-transform: uppercase;
}
.contact .contact-right {
  padding: 2rem 0 2rem 0;
}
.orangeline {
  background: #df0424 none repeat scroll 0 0;
  height: 4px;
  margin: 20px auto 30px;
  width: 110px;
}
.form_field {
  width: 100%;
}
.form-field span {
}
/*.client-name::before {*/
/*  content: "";*/
/*  display: block;*/
/*  font-family: "fontawesome";*/
/*  font-size: 20px;*/
/*  left: 5px;*/
/*  position: absolute;*/
/*  top: -6px;*/
/*  z-index: 99;*/
/*}*/
.contactform i {
  color: red;
}
.txtinput {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  border-color: #ffffff;
  border-style: none none solid;
  border-width: 0 0 2px;
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 1;
  padding: 6px 6px 6px 30px;
  outline: none !important;
  width: 100%;
}
.txtinput::placeholder {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 12px;
}

.txtinput::after {
  content: " *";
  color: red;
  position: absolute;
  top: 50%;
  right: 5px; /* Adjust the right spacing as needed */
  transform: translateY(-50%);
}
.contact_info_head {
  font-size: 18px;
}
.thecformbtn {
  transition: all ease 0.5s;
  /*border-color: transparent;*/
  background: #ed1f24 none repeat scroll 0 0;
  border: 0 #df0424;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 50px;
}
.form-image {
  position: absolute;
  top: 10px;
  color: #979797;
}
.container-fluid {
  padding: 0 4.375rem;
}
.sec-head h2 {
  margin-bottom: 1.5em;
  font-size: 29px;
  display: inline-block;
  border-bottom: 1px solid #bfb9b9;
  padding-bottom: 14px;
  color: #353434;
  margin-top: 1em;
  font-weight: 300;
}
.ip-container {
  position: relative;
  min-height: 45em;
}
.ip-desc {
  width: 50%;
  background: #df0424;
  padding: 31px;
  color: #efe1e1;
}
.ip-desc h2 {
  font-size: 29px;
  margin-bottom: 25px;
}
.ip-desc p {
  font-size: 13px;
  color: #f2f2f2;
}
.ip-desc p {
  font-size: 13px;
}
.ip-desc a {
  text-decoration: none;
  color: white;
  display: block;
}
.ip-img {
  position: absolute;
  top: 39px;
  right: 15px;
  z-index: -1;
  height: 21em;
  width: 50.2em;
}
.ip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ip-blog {
  margin-top: 2em;
  height: 22em;
  width: 32%;
}
.ip-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ip-bullets {
  position: absolute;
  right: 15px;
  width: 63%;
  top: 25em;
}
.ip-bullets ul {
  list-style: none;
  padding-left: 0px;
  width: 47%;
  display: inline-block;
  margin-right: 1em;
}
.ip-bullets ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0px;
}
.header__bg-blob {
  position: absolute;
  max-width: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
  right: 0;
  padding-bottom: 5vh;
}
.header__bg-blob img {
  position: relative;
  right: -180px;
  width: 100%;
}
.container-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.overflow-h {
  overflow: hidden;
}
.product-design__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  padding-top: 2.5rem;
}
.wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90rem;
  min-width: 20rem;
  margin: 0 auto;
}
.align-items-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.position-r {
  position: relative;
}
.header__content--lg {
  margin-top: 0;
}
.clmn,
.process__buttons li {
  margin: 0.625rem 0;

  box-sizing: border-box;
}
.header__heading {
  font-weight: 400;
}
.p0 {
  padding: 0 !important;
}
.header__content--cta {
  margin-top: 50px;
}
.header__image-static img {
  position: static;
  width: 100%;
}
.row--gutter16 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.webdesignimg img {
  width: 100% !important;
}
.product-design__what img {
  max-width: 45rem;
}
.product-design__what-content {
  display: flex;
  -webkit-box-align: end;

  align-items: flex-end;
  height: 100%;
}
.section__title {
  font-size: 2rem;
  line-height: 3.25rem;
  font-weight: 600;
  color: #ed1e24;
}
.col-full {
  min-width: 100%;
}
.col--title {
  margin-top: 0;
  margin-bottom: 0;
}
.col {
  -webkit-box-flex: 1;

  flex: 1;
  margin: 0.625rem 0;

  max-width: 100%;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-design__how {
  text-align: center;
}
.section__label {
  color: #898989;
}
.resources__blob {
  width: 31.25rem;
  height: 26.3125rem;
  background: url(assets/images/resources/blob-open-source.svg) no-repeat;
  position: absolute;
  z-index: -1;
  margin: -6.25rem 0 0 -22.5rem;
}
.justify-c {
  -webkit-box-pack: center;
  justify-content: center;
}
.diffwebsites {
  border: 2px solid #d9d9d9;

  box-shadow: 0px 0px 5px 0px rgb(239, 239, 239);
}
.product-design__how-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.product-design__how-title {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.625rem;
  padding-bottom: 1rem;
  color: #ed1e24;
  text-transform: uppercase;
}
.product-design__how-description {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.product-design__stages-header {
  padding-bottom: 6.25rem;
}
.stages__wrapper {
  display: flex;

  flex-wrap: wrap;
  position: relative;
}
.mx-auto {
  margin: 0 auto;
}
.stages__stage:nth-child(2n + 1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translateY(-2.5rem);
  -ms-transform: translateY(-2.5rem);
  transform: translateY(-2.5rem);
}
.stages__stage {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative;
  margin-bottom: 7.5rem;
}
.stages__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 17.5rem;
}
.stages__content div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 17.5rem;
  flex: 1 1 17.5rem;
}
.stages__content img {
  padding: 1.25rem;
  border: 0.0625rem solid #f7a1a3;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
  max-width: 2.5rem;
  background: #fff;
  z-index: 1;
  position: relative;
}
.stages__stage:nth-child(2n + 1) .stages__icon::after {
  position: absolute;
  content: "";
  height: 0.0625rem;
  background: #f7a1a3;
  right: 0;
  width: calc(100% - 6.5rem);
  top: 2.5rem;
}
.stages__title {
  font-weight: 500;
  margin-top: 1.5rem;
  padding: 0 0.625rem;
}
.stages__description {
  color: grey;

  margin-top: 0.625rem;
  font-weight: 300;
  padding: 0 0.625rem;
}
.stages__wrapper::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  background: #f7a1a3;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.stages__stage:nth-child(2n) {
  -webkit-transform: translateY(7.8125rem);
  -ms-transform: translateY(7.8125rem);
  transform: translateY(7.8125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.stages__stage:nth-child(2n) .stages__icon::after {
  position: absolute;
  content: "";
  height: 0.0625rem;
  background: #f7a1a3;
  right: auto;
  left: 0;
  width: calc(100% - 6.5rem);
  top: 2.5rem;
}
.points ul li {
  color: #79797c;
  font-size: 1rem;
  line-height: 2;
}
.points ul li::before {
  content: " ";
  width: 8px;
  height: 8px;
  background: red;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.sub-heading {
  color: red;
  font-size: 1.2rem;
}
.p-heading {
  color: black;
  font-weight: 600;
}
.lifecycle img {
  max-width: 22rem !important;
}
.section-container {
  font-family: "Imprima", sans-serif;
  text-align: center;
  font-style: normal;
}
.section-container .heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-container .heading .head-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
.section-container .heading .left-strip {
  width: 4px;
  height: 32px;
  margin-right: 1em;
}
.red {
  background: #ee1010;
}
.green {
  background: #88da54;
}
.purple {
  background: #a563cb;
}
.team .team-content {
  max-width: 70%;
  margin: 1.8em auto 6em auto;
  color: #5b5a5a;
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.purpose .purpose-content {
  width: 100%;

  display: flex;
  align-items: center;
}
.purpose .purpose-content .purpose-content-left {
  width: 50%;
  max-width: 28%;
  margin: auto;
  /* font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5b5a5a;
  max-width: 28%;
  margin: auto; */
}
.purpose .purpose-content .purpose-content-left span {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5b5a5a;
}
.purpose .purpose-content .purpose-content-right {
  width: 50%;
}
.purpose .purpose-content .purpose-content-right img {
  width: 100%;
}
.soul .soul-content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5em;
}
.soul .soul-content .soul-content-left {
  width: 50%;
}
.soul .soul-content .soul-content-left img {
  width: 65%;
  object-fit: cover;
}

.soul .soul-content .soul-content-right {
  width: 50%;
}
.service-inner-top-content {
  text-align: center;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  max-width: 85%;
  margin: 3em auto;
}
.service-inner-top-content .lifecycle-img {
  margin: 6em 0em;
}

.service-inner-top-content p {
  color: #5b5a5a;
  font-size: 20px;
}
.page-list-content {
  color: #000;
}
.page-list-content ::before {
  content: ".";
  font-size: 40px;
  color: black;
  margin-right: 0.25em;
}
.page-end-content {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* or 193% */

  letter-spacing: 0.1em;

  color: #000000;
  margin-top: 4em;
}
.page-end-content p {
  text-align: left;
  font-size: 16px;
}
.service-inner-bottom-content {
  border-radius: 15px;
  max-width: 75%;
  margin: 3em auto;
}

.service-inner-bottom-content .service-inner-bottom-row-content .title {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.service-inner-bottom-content
  .service-inner-bottom-row-content
  .title
  .title-round {
  background: red;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;

  color: #ffffff;
}

.service-inner-bottom-content .service-inner-bottom-row-content .title span {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  color: #000000;
}
.service-inner-bottom-content .service-inner-bottom-row-content .content {
  margin-top: 2em;
  width: 85%;
}
.service-inner-bottom-content .service-inner-bottom-row-content .point-content {
  padding: 2em 2em 0 2em;
  /* width: 85%; */
}
.service-inner-bottom-content
  .service-inner-bottom-row-content
  .point-content
  p {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  /* or 193% */

  letter-spacing: 0.1em;

  color: #5b5a5a;
}
.service-inner-bottom-content .service-inner-bottom-row-content .content p {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  /* or 193% */

  letter-spacing: 0.1em;

  color: #5b5a5a;
}
.service-inner-bottom-content
  .service-inner-bottom-row-content
  .point-content
  label {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  /* or 193% */

  letter-spacing: 0.1em;

  color: #000000;
}
.service-inner-bottom-content
  .service-inner-bottom-row-content
  .point-content
  .page-list-contents {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  /* or 193% */

  letter-spacing: 0.1em;

  color: #000000;
  margin-left: 1em;
}
.service-inner-bottom-content
  .service-inner-bottom-row-content
  .point-content
  .page-list-contents
  li::before {
  content: ".";
  font-size: 40px;
  color: black;
  /* margin-right: 0.25em; */
}
.inner-page {
  padding-top: 3em;
  padding-bottom: 1em;
}
.product-inner-page {
  background: white;
}
.service-inner-page {
  background: #f5f5f5;
}
.head-font {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #000000;
}
.inner-page .top-head {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page .top-head .circle {
  position: relative;
  width: 60px;
  height: 60px;
  background: red;
  border-radius: 50%;
}
.inner-page .top-head .circle span {
  position: absolute;
  top: 12px;
  right: 2px;
}
/*.inner-page .top-head span {
  background: red;
  border-radius: 50%;
  padding: 0.5em 0.3em;
} */
.product-content {
  margin-top: 2.5em;
}
.product-content .product-content-item {
  height: 334px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
}
.product-content .product-content-item .image-container {
  border-radius: 15px 15px 0 0;
  height: 65%;
}
.product-content .product-content-item .image-container img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-content .product-content-item .product-content-item-bottom {
  height: 35%;
  padding: 0.5em;
  text-align: center;
}
.product-content .product-content-item .product-content-item-bottom .title {
  font-family: "IBM Plex Sans Devanagari", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #655f5f;
}
.product-content .product-content-item .product-content-item-bottom hr {
  margin: 0.5em 0em 0.5em 0.5em;
}
.product-content .product-content-item .product-content-item-bottom .demo-btn {
  background: #ff1111;
  border-radius: 15px;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.25em 1em;
  margin-top: 5px;
  cursor: pointer;
}
.product-content
  .product-content-item
  .product-content-item-bottom
  .demo-btn:focus {
  outline: none;
}
.product-modal .modal-lg {
  max-width: 75%;
}

.product-modal .modal-content {
  border-radius: 25px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
}
.product-modal .modal-content .close {
  position: absolute;
  right: 2em;
  top: 1.2em;
  background: whitesmoke;
  border-radius: 50%;
  border: 2px solid#AAA7A7;
  padding: 0px 5px;
}

.product-modal-body {
  padding-top: 2em;
  padding-bottom: 4em;
}
.product-modal-body .product-modal-head {
  text-align: center;
}
.product-modal-body .product-modal-head .modal-head-title {
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;

  letter-spacing: 0.05em;

  color: #000000;
}
.product-modal-body .product-modal-head .modal-head-subtitle {
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;

  color: #737373;
}
.product-modal-body .product-form .product-form-field {
  margin-bottom: 2em;
}
.product-modal-body .product-form .product-form-field label {
  width: 14%;
  font-family: "Imprima";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
}
.product-modal-body .product-form .product-form-field input {
  width: 85%;
  background: #ffffff;
  border: 1px solid #d5d0d0;
  border-radius: 6px;
  height: 39px;
  padding: 0em 1em;
}
.product-modal-body .product-form .product-form-btn {
  margin-top: 1em;
  text-align: center;
}
.product-modal-body .product-form .product-form-btn .submit-btn {
  background: #ff1111;
  border-radius: 25px;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.55em 1.5em;
  cursor: pointer;
}
.product-modal-body .modal-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordian-container {
  width: 90%;
  margin-bottom: 1.5em;
}
.btn-link {
  color: #000000 !important;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.success {
  color: green;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
.failed {
  color: red;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
/* .expertise-container {
  display: flex;
}
.expertise-left {
  width: 25%;
}
.expertise-left h4 {
  font-size: 43px;
  font-weight: 500;
  color: #000;
  line-height: 59px;
}
.expertise-left p {
  margin-top: 2em;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 29px;
}
.expertise-right {
  padding: 5em 0em 5em 5em;
  width: 100%;
  position: relative;
}

.expertise-item {
  width: 364px !important;
  height: 420px !important;
  border-radius: 30px;
  position: relative;
  margin-left: 1em;
}
.expertise-item img {
  width: 100%;
  height: 100%1;
}
.expertise-item-content {
  position: absolute;
  bottom: 0;
  padding: 1em;
}
.expertise-item-content p {
  font-size: 17px;
  font-weight: 500;
  color: white;
}
.expertise-item-content h5 {
  font-size: 32px;
  font-weight: 400;
  color: white;
}
.btn-know-more {
  margin-top: 3.5em;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 19px 50px 21px 45px;
  border-radius: 100px;
  border: none;
  outline: none;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  color: white;
  font-size: 19px;
  font-weight: 500;
} */
.case-study-container {
  position: relative;
  font-family: "Manrope", sans-serif;
}
.case-arrows {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0em 6em;
  top: 50%;
}
.arrow-con {
  width: 87px;
  height: 87px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.common-head {
  text-align: center;
}
.common-head h4 {
  font-size: 30px;
  font-weight: 500;
  color: black;
}
.common-head p {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
}
.case-study-content {
  margin-top: 2em;
  width: 100%;
  height: 700px;
}
.case-study-item {
  display: flex !important;
}
.case-left {
  position: relative;
  width: 50%;
  height: 700px;
}
.case-left img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
}
.case-left .content {
  position: absolute;
  bottom: 0;
  padding: 4em 7em;
}
.case-left .content p {
  font-size: 36px;
  font-weight: 200;
  color: white;
  max-width: 13em;
}
.case-right {
  position: relative;
  width: 50%;
  height: 700px;
}
.case-right img {
  width: 100%;
  height: 100%;
  filter: brightness(60%);
}
.case-right .content {
  position: absolute;
  top: 0;
  padding: 4em 7em;
}
.case-right .content p {
  font-size: 36px;
  font-weight: 200;
  color: white;
  max-width: 13em;
}
.see-all {
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
  background: linear-gradient(
    90deg,
    #3549cb 0%,
    rgba(255, 0, 184, 0.65) 99.89%
  );

  color: white;
  font-size: 19px;
  font-weight: 500;
  padding: 0.5em 1.5em;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.blog-container {
  background: #f5f5f5;
  padding-top: 5em;
  padding-bottom: 5em;
}
.blog-c {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}
.blog-img {
  width: 306px;
  height: 200px;
  border-radius: 20px;
}
.blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.blog-text {
  margin-top: 1em;
  width: 306px;
}
.blog-text span {
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 400;
  color: black;
}
.blog-text span:last-child {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #090914;
}
.testimony-container {
  margin-top: 5em;
  margin-bottom: 5em;
}
.testimony {
  font-family: "Inter", sans-serif;
  position: relative;
  margin-top: 3em;
  padding-bottom: 5em !important;
}
.testimony-left {
  width: 50%;
}
.testimony-title {
  margin-top: 1.5em;
  max-width: 80%;
  font-size: 28px;
  font-weight: 500;
  color: #090914;
}
.testimony-sub {
  margin-top: 35px;
  max-width: 80%;
  font-size: 21px;
  font-weight: 400;
  color: #52525b;
  margin-bottom: 1em;
}
.testimony-right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.testimony-item {
  position: relative;
  display: flex !important;
  align-items: center;
}
.testimony-img {
  max-width: 70%;
  position: relative;
}
.testimony-img img {
  width: 100%;
  filter: brightness(60%);
}
.testimony-img .image-detail {
  position: absolute;
  bottom: 0;
  padding: 2em;
}
.testimony-img .image-detail span {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-family: 400;

  color: #a1a1aa;
}
.testimony-img .image-detail span:first-child {
  font-size: 18px;
  font-family: 500;
  color: white;
}
.testimony-arrows {
  display: flex;
  gap: 10em;
  position: absolute;
  bottom: 0;
  width: 50%;
  justify-content: center;
  z-index: 1;
}
.testimony-arrows div {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(269.2deg, #ff0000 -9.42%, #db00ff 135.83%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimony-mob-name {
  display: none;
}
.expertise-container {
  padding: 4em 0;
  position: relative;
}
.exp-text-content {
  padding: 0em 4.5em;
  max-width: 30%;
}
.exp-text-content h4 {
  font-size: 38px;
  font-weight: 500;
  color: black;
  margin-bottom: 1em;
}
.exp-text-content p {
  font-size: 20px;
  font-weight: 500;
  color: black;
  margin-bottom: 3em;
}
.exp-text-content .btn-know-more {
  display: flex;
  justify-content: center;
  padding: 13px 55px 13px 50px;
  border-radius: 100px;
  border: none;
  outline: none;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  color: white;
  font-size: 19px;
  font-weight: 500;
  transition: all 0.6s ease-out;
}
.exp-text-content .btn-know-more:hover {
  background: black;
}

.expertise-items {
  width: 364px !important;
  height: 420px !important;

  margin-left: 1em;
  border-radius: 20px;
  position: relative;
}
.arrow-left {
  cursor: pointer;
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 1px solid white;
  top: 35%;
  left: 7em;
}
.testimony-arrow-left .arrow {
  font-size: 30px;
}
.testimony-arrow-right .arrow {
  font-size: 30px;
}
.arrow-right {
  cursor: pointer;
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 1px solid white;
  top: 35%;
  right: 3em;
}
.expertise-items img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.expertise-items img:hover {
  filter: brightness(0.5);
}
.expertise-mob {
  padding: 2.5em 0;
}
.expertise-mob {
  display: none;
}
.exp-text-content-mob {
  padding: 0em 1.5em;
}
.exp-text-content-mob p {
  font-size: 15px;
  font-weight: 500;
  color: black;
  margin-bottom: 1em;
}
.exp-text-content-mob .btn-know-more {
  padding: 1em;
  font-size: 16px;
  display: flex;
  justify-content: center;

  border-radius: 100px;
  border: none;
  outline: none;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  color: white;

  font-weight: 500;
}
.exp-text-content-mob h4 {
  font-size: 30px;
  font-weight: 500;
  color: black;
  margin-bottom: 1em;
}
.expertise-mob-items {
  width: 190px !important;
  height: 250px !important;
  margin-left: 1em !important;
  border-radius: 31px !important;
  position: relative !important;
}
.expertise-mob-items img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 31px !important;
}
.expertise-mob-slider {
  margin-top: 1.5em;
}
.exp-content {
  position: absolute;
  bottom: 0;
  padding: 1em;
  color: white;
}
.exp-content p {
  color: white;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
}
.exp-content h4 {
  color: white;
  font-size: 32px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.exp-content-mob {
  position: absolute;
  bottom: 0;
  padding: 1em;
  color: white;
}
.exp-content-mob p {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
}
.exp-content-mob h4 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.contactus-bg {
  height: 700px;
  width: 100%;
  position: relative;
}
.contactus-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(30%);
}
.contactus-bg .contactus-form {
  position: absolute;
  top: 0;
  padding: 39px 76px;
  width: 50%;
  height: 100%;
}
.contactus-form h4 {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2em;
}
.contactus-text {
  padding: 68px 0;
  text-align: center;
}
.contactus-text h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #525252;
}
.input-div {
  position: relative;
}
.input-div .input-icon {
  position: absolute;
  top: 10px;
  color: white;
}
.input-btn {
  text-align: center;
}
.input-btn button {
  border: none;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  padding: 0.5em 2em;
}
.locations {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.locations h4 {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.location-container {
  margin: 2em 0;
}
.location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1em;
}
.location-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.location-item {
  border-right: 1px solid #d2d2d2;
}
.location-item:last-child {
  border-right: none;
}
.career {
}
.career-banner {
  position: relative;
  height: calc(100vh - 87px);
}
.career-banner img {
  height: calc(100% - 60px);
  object-fit: cover;
  width: 100%;
  filter: brightness(50%);
}
.career-banner-text {
  position: absolute;
  top: 4.8em;
}
.career-banner-text h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 31px;
}
.career-banner-text span {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
}
.career-container {
  font-family: "Work Sans", sans-serif;
}
.career-info span {
  font-size: 18px;
  font-weight: 400;
  color: #525252;
}
.career-jobs {
  margin-top: 3em;
  margin-bottom: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job-items {
  position: relative;
  width: calc(50% - 10px);
  border-radius: 28px;
}
.job-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  border-radius: 28px;
}
.job-items .item-desc {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
  height: 100%;
}
.item-desc span {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.item-desc button {
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  padding: 0.5em 3em;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.career-option {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}
.tab-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4em;
}
.tab-option p {
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
.option-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.option-left h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.option-left p {
  font-size: 18px;
  font-weight: 400;
  color: #525252;
}
.option-left button {
  width: fit-content;
  position: relative;
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  padding: 0.5em 1.5em 0.5em 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
}
.option-left button span {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.option-left button .icon-btn {
  font-size: 32px;
}
.option-right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.option-img {
  max-width: 70%;
}
.option-img img {
  width: 100%;
}
.global-locations {
  margin-top: 2em;
  display: flex;
  align-items: center;
  gap: 2em;
  justify-content: center;
  margin-bottom: 4em;
}
.global-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.global-items .image {
  width: auto;
  height: auto;
  border-radius: 16px;
}
.global-items img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.global-items span {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.job-form {
  width: 100%;
  display: flex;
}
.job-form .form-left {
  width: 70%;
  height: auto;
  padding: 56px 7em;
}
.form-left .title h4 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 25px;
}
.form-left .title p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2em;
}
.job-form .form-right {
  width: 30%;
  height: auto;
  padding: 0;
  position: relative;
}
.form-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-right .job-text {
  position: absolute;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 47px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  bottom: 1em;
  text-align: right;
  right: 1em;
}

.application-form {
  width: 100%;
  display: flex;
  gap: 7em;
  margin-bottom: 4em;
}
.field-holder {
  width: 50%;
  position: relative;
}
.job-input {
  width: 100%;
  height: 50px;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  outline: 0;
  /* background: linear-gradient(0deg, #c7c7c7, #c7c7c7),
    linear-gradient(0deg, #ffffff, #ffffff); */
  box-shadow: 0px 2px 2px 0px #0000000d;
  padding: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.validation-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}
/* For WebKit-based browsers (Chrome, Safari, Opera) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.job-label {
  position: absolute;
  left: 25px;
  top: -9px;
  background: white;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
.resume-field {
  margin-bottom: 3em;
}
.resume-field h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #000000;
  margin-bottom: 25px;
}
.resume-field p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.resume-file {
  display: flex;
  gap: 1em;
  align-items: center;
}
.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.file-input label {
  display: block;
  position: relative;
  width: 200px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ff0000;
  cursor: pointer;
  transition: transform 0.2s ease-out;
  gap: 5px;
}
/* input:hover + label,
input:focus + label {
  transform: scale(1.02);
}
input:focus + label {
  outline: 1px solid #000;
  outline: -webkit-focus-ring-color auto 2px;
} */
.file-name {
  position: absolute;
  width: 100%;
  top: 50px;
  font-size: 12px !important;
  color: #555;
}
hr {
  margin-bottom: 3em;
}
.job-submit {
  text-align: center;
}
.job-btn {
  text-align: center;
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  padding: 0.5em 3em;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.service {
}
.banner-service {
  position: relative;
  height: calc(100vh - 87px);
}
.banner-service img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  filter: brightness(50%);
}
.banner-service-text {
  position: absolute;
  top: 4.8em;
  font-family: "Poppins", sans-serif;
  color: white;
}
.banner-service-text h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  border-left: 1px solid #ffffff52;
  border-bottom: 1px solid #ffffff52;
  padding-left: 0.8em;
  padding-bottom: 0.4em;
}
.banner-service-text div {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-align: left;
}
.banner-service-text h5 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  max-width: 55%;
}
.banner-service-text button {
  top: 38%;
  left: 80px;
  border: 1px solid white;
  border-radius: 30px;
  padding: 0.4em 1.5em;
  background: transparent;
  color: white;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.banner-service-text button:hover {
  background-color: white;
  color: #000;
}
.product-banner-text {
  position: absolute;
  top: 4.8em;
  font-family: "Poppins", sans-serif;
  color: white;
}
.product-banner-text h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 47px;
  font-weight: 500;
  text-align: left;
  /* padding-left: 0.8em; */
  padding-bottom: 0.4em;
}
.product-banner-text div {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  max-width: 55%;
}
.product-banner-text button {
  top: 38%;
  left: 80px;
  border: 1px solid white;
  border-radius: 30px;
  padding: 0.4em 1.5em;
  background: transparent;
  color: white;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.product-banner-text button:hover {
  background-color: white;
  color: #000;
}
.tab-content {
  display: none;
}
.tab-container {
  position: sticky;
  top: 87px;
  width: 100%;
  background-color: #fff; /* Change this to your desired background color */
  z-index: 100; /* Adjust the z-index to layer it properly */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}
#tabs {
  padding: 1.2em 1.2em 0.5em 1.2em;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #cdcdcd;
}
#tabs li {
  display: inline;
  margin-right: 2em;
}

#tabs a {
  text-decoration: none;
  color: #7f7f7f;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

#tabs a.active {
  font-weight: bold;
  background: linear-gradient(180deg, #db00ff 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#tabs a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(180deg, #db00ff 0%, #ff0000 100%);
  /* Change this to the desired underline color */
  position: absolute;
  bottom: -14px;
  left: 0;
}
.tab-service {
  margin: 0em 0;
  font-family: "Work Sans", sans-serif;
}
.tab-service h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.tab-service p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 59%;
  margin: auto;
}
.tab-approach {
  margin-top: 3em;
}
.tab-approach h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}
.approach-images {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
.approach-images .half-screen:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.approach-images .half-screen:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.half-screen {
  width: 50%;
  height: 656px; /* 100% of the viewport height */
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.image-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #000000db;
  color: white;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.half-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
.half-screen img:hover {
  transform: scale(1.1);
}
.quarter-screen {
  width: 50%;
  height: 328px; /* 50% of the viewport height */
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.quarter-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-half,
.bottom-half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.skillset {
  margin-top: 3em;
  margin-bottom: 3em;
}
.skillset h4 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
.service-skillset {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}

.service-skillset img {
  width: 100%;
  height: 100%;
}
.service-skillset h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.service-skillset span {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #525252;
}
.service-list {
  margin-top: 3em;
  margin-bottom: 3em;
}
.service-list h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}
.service-list-detail {
  margin-top: 4em;
}
.service-list-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  border-radius: 29px;
}

.service-list-items .item {
  border: 2px solid transparent;
  border-radius: 26px;
  background: white;
  padding: 1em;
  background-clip: padding-box;
  position: relative;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.3s ease-out;
}
.service-list-items .item::after {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(180deg, #db00ff 0%, #ff0000 100%);
  content: "";
  z-index: -1;
  border-radius: 26px;
}
.service-list-items .item:hover {
  transform: scale(1.07);
  /* border: none;
  border-radius: 26px; */
  background: linear-gradient(180deg, #db00ff 0%, #ff0000 100%);
}
.service-list-items .item:hover .icon img {
  transition: all 0.3s ease-out;
  filter: brightness(0) invert(1);
}
.service-list-items .item:hover h4 {
  transition: all 0.3s ease-out;
  color: white;
}
.service-list-items .item:hover span {
  transition: all 0.3s ease-out;
  color: white;
}
.service-list-items .item .icon {
  transition: all 0.3s ease-out;
  position: absolute;
  right: 26px;
  top: 9px;
}
.service-list-items .item .icon img {
  width: 45px;
}
.service-list-items .item h4 {
  max-width: 183px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}
.service-list-items .item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #6a6a6a;
}
.product .banner-service img {
  height: calc(100% - 30px) !important;
  object-fit: cover;
  filter: brightness(100%) !important;
}
.product-container {
  margin-top: 4em;
}
.product-container h4 {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 2em;
}
.product-row {
  margin-top: 4em;
}
.product-row:first-child {
  margin-top: 0em;
}
.product-items {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-out;
}
.product-items:hover .product-img-overlay {
  display: flex;
}
.product-items:hover h5 {
  background: linear-gradient(184.45deg, #db00ff 3.61%, #a30d0d 106.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-items .product-img {
  transition: all 0.5s ease-out;
  height: 300px;
  position: relative;
}
.product-items .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.product-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(184.45deg, #db00ff42 3.61%, #ff000040 106.36%);
  display: none;
}
.product-img-overlay span {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: white;
  /* background: linear-gradient(184.45deg, #db00ff 3.61%, #ff0000 106.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.product-img-overlay-icon {
  font-size: 30px;
  display: flex;
  font-weight: 500;
  align-items: center;
  color: white;
}
.product-items h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  color: black;
}
.product-items .product-desc {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #525252;
  margin-bottom: 2.5em;
}
.product-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: left;
  background: linear-gradient(184.45deg, #db00ff 3.61%, #ff0000 106.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
  transition: color 1s; /* For modern browsers */
}
.product-btn:hover {
  background: #db00ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.product-btn:hover .product-btn-icon {
  color: #db00ff;
  font-weight: 600;
}
.product-items .product-btn-icon {
  font-size: 30px;
  display: flex;
  align-items: center;
  color: #ff0076;
}
.overview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.overview .over-img {
  height: 100%;
  width: 258px;
  margin-right: 3em;
  position: relative;
}
.overview .over-img img {
  width: 100%;
  height: 100%;
}
.overview .overview-mob {
  display: none;
}
.over-img .image-text {
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.45em;
  text-align: left;
  background: -webkit-linear-gradient(180deg, #db00ff 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.overview .overview-content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  height: auto;
  max-width: 45%;
}
.overview-inner-c .title {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.4em;
}
.overview-inner-c .desc {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #525252;
}
.overview .overview-right {
  width: 32%;
  display: block;
  margin: 0 0 0 auto;
}
.overview-right img {
  width: 100%;
  height: 100%;
}
.benefits-section {
  display: flex;
  align-items: start;
  margin-top: 1em;
}

.benefits-section .icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #db00ff9e 0%, #ff00008c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}
.icon-circle .icon {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.benefits-section .benefit-right {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #525252;
}
.insight {
  margin-bottom: 2em;
  background-image: url("../images/background/insightbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  padding: 20px 0px;
  h4 {
    margin-bottom: 1.2rem;
  }
}
.insight-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 1em;
}
.insight-container .insight-image {
  width: 100%;
  height: 200px;
}
.insight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.insight-container .title {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}
.insight-container .sub {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #cc2c2f;
}

.shades1 {
  background: linear-gradient(185.15deg, #db00ff 0%, #ff0000 100%);
  width: 60px;
  box-shadow: 4px 4px 35px 0px #00000096;
  opacity: 50%;
  height: 180px;
  margin-top: 90px;
}
.shades2 {
  margin-top: -30px;
  background: linear-gradient(185.25deg, #db00ff 1.76%, #ff0000 100%);
  width: 60px;
  box-shadow: 4px 4px 35px 0px #00000096;
  height: 240px;
  opacity: 50%;
}
.shades3 {
  background: linear-gradient(185.25deg, #0066ff 1.76%, #8f00ff 100%);

  width: 60px;
  box-shadow: 4px 4px 35px 0px #00000096;
  opacity: 50%;
  height: 180px;
  margin-top: 90px;
}
.shades4 {
  margin-top: -30px;
  background: linear-gradient(185.25deg, #0066ff 1.76%, #8f00ff 100%);

  width: 60px;
  box-shadow: 4px 4px 35px 0px #00000096;
  height: 240px;
  opacity: 50%;
}
.shades5 {
  background: linear-gradient(185.25deg, #ff00e6 1.76%, #ff9900 100%);

  width: 60px;
  box-shadow: 4px 4px 35px 0px #00000096;
  opacity: 50%;
  height: 180px;
  margin-top: 90px;
}
.shades6 {
  margin-top: -30px;
  background: linear-gradient(185.25deg, #ff00e6 1.76%, #ff9900 100%);

  width: 60px;
  box-shadow: 4px 4px 35px 0px #00000096;
  height: 240px;
  opacity: 50%;
}
.shades7 {
  background: linear-gradient(185.25deg, #00a3ff 1.76%, #00ffe0 100%);
  width: 50px;
  box-shadow: 4px 4px 35px 0px #00000096;
  opacity: 50%;
  height: 150px;
  margin-top: 75px;
}
.shades8 {
  margin-top: -30px;
  background: linear-gradient(185.25deg, #00ff1a 1.76%, #00ffe0 100%);
  width: 50px;
  box-shadow: 4px 4px 35px 0px #00000096;
  height: 190px;
  opacity: 50%;
}
.set-img {
  width: 190px;
  height: 250px;
  margin-left: 7px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.set-foot-img {
  width: 150px;
  height: 200px;
  margin-left: 7px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
.set-foot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set-div {
  margin-top: 35px;
  display: flex;
  position: relative;
}
.sec-b {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.sec-b h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  text-align: left;
  color: #000000;
  transition: 1s;
}
.sec-b p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: #696969;
  transition: 1s;
}

.sec-a {
  width: 50%;
  display: flex;
  justify-content: center;
}
.main-sec {
  width: 100%;
  padding: 0px 40px 0px 40px;
  height: 55vh;
  background: #faf9f1;
  display: flex;
  align-items: center;

  overflow: hidden;
}
.main-sec:hover .set-img {
  width: 180px;
  height: 220px;
}
.main-sec:hover .sec-b h6 {
  font-size: 42px;
}
.main-sec:hover .sec-b p {
  font-size: 22px;
}
.main-sec:hover .mid-sec-a h6 {
  font-size: 42px;
}
.main-sec:hover .mid-sec-a p {
  font-size: 22px;
}

.sub-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  background: linear-gradient(272.17deg, #000000 1.49%, #1e0000 91.75%);
  min-height: 400px;
}
.foot-sec-b {
  width: 50%;
}
.foot-sec-b a {
  display: flex;
  gap: 2em;
}
.foot-sec-b h4 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  text-align: left;
  background-image: linear-gradient(180deg, #db00ff 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading {
  font-family: "Poppins", sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 70.5px;
  text-align: left;
  background-image: linear-gradient(90deg, #db00ff 0%, #ff0000 77.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 500px;
  animation: colorChange 2s forwards;
}

@keyframes colorChange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    background-image: linear-gradient(90deg, #db00ff 0%, #ff0000 77.61%);
  }
}

.sub-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.3px;
  text-align: left;
  color: #525252;
}
.top-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4em;
  overflow: hidden;
}
.top-img {
  max-width: 90%;
}
.top-img img {
  width: 100%;
}

.mid-sec-a {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.mid-sec-a h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  text-align: left;
  color: #000000;
  transition: 0.5s;
}
.mid-sec-a p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: #696969;
  transition: 0.5s;
}
/* .mid-sec-a h6{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  text-align: left;
  background-image:linear-gradient(90deg, #FF0000 4.49%, #DB00FF 98.17%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.mid-sec-b {
  width: 50%;
  display: flex;
  justify-content: center;
}
.global-heading {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 47.27px;
  text-align: center;
  color: #000000;
}
.global-sub-text {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.97px;
  text-align: center;
  color: #525252;
}
.global-card h5 {
  font-family: Julius Sans One;
  font-size: 80px;
  font-weight: 400;
  line-height: 111.22px;
  text-align: center;
  background-image: linear-gradient(90deg, #db00ff 0%, #ff0000 77.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1s;
}
.global-card p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.97px;
  text-align: center;
  color: #525252;
  transition: 1s;
}
.global-sections {
  display: flex;
  gap: 1em;
}
.global-card {
  border-right: 1px solid #b5b5b5;
  width: 25%;
}
.global-card:hover h5 {
  font-size: 90px;
}

.global-card:hover p {
  font-size: 20px;
}

.last-sec {
  background: #e8e8e8;
  height: 25vh;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resp-sec {
  display: flex;
  width: 100%;
}
.resp-sec div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resp-sec p {
  font-family: "Work Sans", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  text-align: left;
}
.resp-sec h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;

  background-image: linear-gradient(90deg, #db00ff 0%, #ff0000 77.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.foot-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #db00ff9e 0%, #ff00008c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  margin-top: 13px;
}
.foot-icon-circle .icon {
  font-weight: 600;
  font-size: 22px;
}

@media only screen and (max-width: 900px) {
  .top-section {
    flex-direction: column;
    margin-bottom: 2em;
  }
  .sec-b {
    width: 60%;
  }
  .sec-a {
    width: 67%;
  }
  .heading {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
  }
  .sub-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .global-sections {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global-card {
    width: auto;
    border: none;
  }
}

@media only screen and (max-width: 700px) {
  .main-sec {
    flex-direction: column;

    height: max-content;
    gap: 2em;
  }
  .mid-sec-a {
    order: 1;
  }
  .mid-sec-b {
    order: -1;
  }
  .last-sec h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .last-sec h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
  }
}
/* request demo styles */
.heading-section {
  margin-top: 15px;
}
.heading-section h5 {
  text-align: center;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
.heading-section p {
  text-align: center;
  color: #898989;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.heading-section button {
  position: absolute;
  right: 10px;
  top: 15px;
}
.body-div {
  display: flex;
}
.form-section {
  width: 50%;
  padding: 0px 20px;
}
.img-section {
  width: 50%;
  height: 100%;
  padding-top: 35px;
}

.img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-section form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.form-section input {
  width: 90%;
  height: 40px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  padding-left: 15px;
  color: #6e6e6e;
  border: none;
  border-bottom: 1px solid #6e6e6e;
}
.form-section button {
  background: linear-gradient(90deg, #ff000d 0%, #f700d8 100%);
  width: 90%;
  height: 40px;
  border-radius: 10px;
  border: none;
}
.form-section i {
  position: absolute;
  right: 10px;
}
.form-group {
  position: relative;
}
.form-group div {
  position: absolute;
  right: 55px;
  top: 10px;
}

@media (max-width: 1000px) {
  .why-us-container {
    flex-direction: column;
  }
  .why-us-right {
    width: 100%;
  }
  .why-us-left {
    width: 100%;
  }
  .img-section {
    display: none;
  }
  .form-section {
    width: 100%;
  }
  .heading-section h5 {
    font-size: 18px;
    line-height: 25px;
  }
  .heading-section p {
    font-size: 13px;
    line-height: 18px;
  }
}

.case-study-tab {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
}
.case-study-tab p {
  max-width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
.case-study-tab-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.case-study-tab-left h4 {
  font-family: "Poppins", sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 70.5px;

  color: #000;
  text-align: left;
}
.case-study-tab-left p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.97px;
  color: #525252;
  text-align: left;
}
.case-study-tab-right {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.case-study-tab-img {
  width: 450px;
  height: 250px;
  object-fit: cover;
}
.case-study-tab-img img {
  width: 100%;
  height: 100%;
}

.case-study-explains {
  margin: 2em 0;
  font-family: "Work Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.case-study-explains h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;

  margin-bottom: 25px;
}
.case-study-explains p {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: left;
}
.business-need-div {
  background: #f3f3f3;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
}
.business-need-div p {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: left;
  max-width: 65%;
}
.case-study-sub-footer {
  display: flex;
  width: 100%;
  height: 35vh;
  background: #282828;
}
.case-study-sub-footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 10px;
}
.case-study-sub-footer-right-img {
  width: 330px;
  height: 200px;
  object-fit: cover;
}
.case-study-sub-footer-right img {
  width: 100%;
  height: 100%;
}

.case-study-sub-footer-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: start;
  justify-content: center;
}
.case-study-sub-footer-left h3 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 47.27px;
  text-align: left;
  color: #ffffff;
}
.case-study-sub-footer-left p {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.97px;
  text-align: left;
  color: #ffffff;
}
.case-study-sub-footer-left button {
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  padding: 0.5em 2.5em;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.home-footer {
  display: flex;
  width: 100%;
  background: #282828;
  min-height: 500px;
}
.home-footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 10px;
}
.home-footer-right-img {
  width: 330px;
  height: 400px;
  object-fit: cover;
}
.home-footer-right img {
  width: 100%;
  height: 100%;
}
.home-footer-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: start;
  justify-content: center;
}
.home-footer-left h3 {
  font-family: "Manrope", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #ffffff;
}
.home-footer-left h5 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
}
.talks-btn {
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
  padding: 0.5em 2.5em;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  gap: 20px;
}
.seprtator {
  width: 80%;
  border: 1px solid #ffffff;
}
.detials-btns {
  font-family: "Inter", sans-serif;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: none;
  padding: 0.5em 2em;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  gap: 20px;
}
.btns-div {
  display: flex;
  gap: 1em;
}

.product-footer {
  display: flex;
  width: 100%;
  height: 40vh;
  background: #282828;
}
.product-footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 10px;
}
.product-footer-right-img {
  width: 330px;
  height: 200px;
  object-fit: cover;
}
.product-footer-right img {
  width: 100%;
  height: 100%;
}

.product-footer-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: start;
  justify-content: center;
}
.product-footer-left h3 {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}

.product-footer-left button {
  font-family: "Inter", sans-serif;
  border: 1px solid #ffffff;
  border-radius: 30px;
  background: none;
  padding: 0.5em 2em;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.values-body {
  display: flex;
  width: 100%;
  margin-top: 35px;
}

.values-left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.values-img-div {
  height: 445px;
  width: 270px;
}
.values-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values-right {
  width: 60%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.values-right h2 {
  background: linear-gradient(#db00ff 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 43px;
  text-align: left;
}
.values-right p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #696969;
}
.cond {
  color: white;
}
.values-divider {
  border: 1px solid #b5b5b5;
  height: 420px;
  position: absolute;
  left: 36%;
  margin-top: 10px;
}
.values-top-div h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(90deg, #000000 0%, #666666 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.values-top-div p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #696969;
}

.service-partners-container {
  width: 100%;
  height: max-content;
  background: #1c1c1e;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  .itallic-font {
    font-style: italic;
  }
  .partners-div {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

    img {
      margin-bottom: 20px;
    }
  }
}

.industries-container {
  .industries-header {
    text-align: left;
    margin-bottom: 3rem;
    h3 {
      font-size: 2.5rem;
      font-weight: 400;
      color: #000;
      text-align: left;
      line-height: 60px;
    }
    h3 span {
      color: #1f2937;
    }
    .industries-p {
      color: #6b7280;
      margin: 0px 35px 0px 0px;
      font-size: 1rem;
      text-align: left;
    }
  }
  /* Cards Grid */
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
  }

  /* Card Styles */
  .card {
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    img {
      width: 120px;
      height: 120px;
    }
    p {
      max-width: 90%;
    }
  }
  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
}

.why-us-container {
  margin-top: 60px;

  .why-us-img {
    max-width: 100%;
  }
  .why-us-img img {
    width: 100%;
  }
  .why-us-right {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: left;
  }
  .wcu-grid {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .wcu-card {
    border: 1px solid #d6d6d6;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    background: #fff;
    transition: box-shadow 0.3s ease;
    height: max-content;
    margin-bottom: 5px;
  }

  .wcu-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .wcu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .wcu-number {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #0d1b47;
    color: white;
    padding: 10px 16px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: bold;
    z-index: 1;
  }

  .wcu-header h2 {
    font-size: 1.3rem;
    color: #0d1b47;
    margin-left: 20px;
    flex-grow: 1;
    text-align: left;
    margin-bottom: 0px;
  }

  .wcu-body {
    margin-top: 20px;
    font-size: 1rem;
    color: #333;
    p {
      max-width: 100%;
      text-align: left;
      margin: 0px 20px 0px 0px;
    }
  }

  .hidden {
    display: none;
  }
  .accordion {
    h2 {
      margin-bottom: 0px;
    }
    .accordion-header {
      position: relative;

      span {
        font-size: 17px;
        padding: 10px 15px;
      }
    }
    .accordion-button {
      font-weight: 600;
      font-size: 1.3rem;
      color: #0d1b47;
      margin-bottom: 0px;
      padding: 1rem;
      padding-left: 40px;
      min-height: 80px;
      outline: none;
      display: flex;
      justify-content: space-between;
    }
    .wcu-icon {
      font-size: 1.3rem;
      background: #000;
      color: white;
      border-radius: 50%;

      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 28px;
      min-height: 28px;
      
    }
    .accordion-button::after {
      display: none;
    }
    .accordion-button:not(.collapsed) .wcu-icon {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }

    .accordion-body {
      p {
        max-width: 100%;
        text-align: left;
        margin: 0px;
      }
    }
  }
}

.service-case-study-container {
  h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
  }

  .card img {
    width: 100%;
    border-radius: 20px;
    height: auto;
  }

  .card-content {
    padding: 15px 0;
  }

  .title {
    font-size: 2.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .arrow-icon {
    color: #9f70fd;
    font-size: 2.8rem;
  }

  .card p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.faq-container {
  margin-top: 40px;

  .faq-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
  }

  .faq-card {
    background-color: #f0eaff;
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .faq-card:hover {
    background-color: #e6dcff;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq-question h2 {
    font-size: 1.2rem;
    margin: 0;
    color: #1d1d1f;
  }

  .faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #3e57da;
  }

  .faq-answer {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    p {
      max-width: 100%;
      text-align: left;
      margin: 0px;
    }
  }

  .hidden {
    display: none;
  }
}
.service-contactus-bg {
  background-image: url("../images/background/contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  padding: 20px; /* adjust as needed */
  color: white; /* ensure text is readable */
  position: relative;
  z-index: 1;
  height: max-content;

  .service-contactus-bg .service-contactus-form {
    position: absolute;
    top: 0;
    padding: 39px 76px;
    width: 50%;
    height: 100%;
  }
  .service-contactus-form h4 {
    font-family: "Work Sans", sans-serif;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.5em;
  }
  .service-contactus-form {
    padding: 10px 40px;
    text-align: center;
    width: 50%;
  }

  .input-div {
    position: relative;
  }
  .input-div .input-icon {
    position: absolute;
    top: 10px;
    color: white;
  }
  .input-btn {
    text-align: center;
  }
  .input-btn button {
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, #ff0000 0%, #db00ff 100%);
    padding: 0.5em 2em;
  }
}
.service-sub-footer1 {
  background-image: url("../images/servicebox/sub-footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  padding: 40px 20px; /* adjust as needed */
  color: white; /* ensure text is readable */
  position: relative;
  z-index: 1;
  height: max-content;
  margin-top: 60px;

  .service-sub-footer1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(
      0,
      0,
      0,
      0.5
    ); /* optional overlay for better text contrast */
    z-index: 0;
  }

  .service-sub-footer1-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  h1 {
    font-size: 2.6rem;
    font-weight: 400;
  }
  p {
    color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0px;
    text-align: left;
  }
}

.erp-container-module {
  .erp-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d1e40;
    text-align: left;
    max-width: 100%;
  }
  .erp-text {
    color: #555;
    font-size: 1rem;
    text-align: left;
    max-width: 100%;
  }
  .erp-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .col-md-4 {
    margin-bottom: 30px;
  }
}

.erp-capabilities-section {
  background-color: #fff;

  .erp-card {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .erp-card:hover {
    transform: translateY(-5px);
  }
  .col-md-3 {
    margin-bottom: 20px;
  }
  .erp-card img {
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .card-img-top-1 {
    border-bottom: 4px solid #db00ff;
  }
  .card-img-top-2 {
    border-bottom: 4px solid #00eeff;
  }
  .card-img-top-3 {
    border-bottom: 4px solid #99ff00;
  }
  .card-img-top-4 {
    border-bottom: 4px solid #ffbb00;
  }
  .card-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    max-width: 100%;
  }

  .card-text {
    font-size: 0.95rem;

    color: #000;
    text-align: left;
    max-width: 100%;
  }
}

.erp-process-section {
  background-color: #fff;

  .col-md-4 {
    margin-bottom: 30px;
  }
  .erp-process-card {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 25px 30px;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    position: relative;
  }

  .erp-process-card::before {
    content: "";
    background-color: #000;
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px 0 0 15px;
  }

  .erp-process-card:hover {
    transform: translateY(-5px);
  }

  .erp-process-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    max-width: 100%;
  }

  .erp-process-card p {
    font-size: 0.95rem;

    color: #000;
    text-align: left;
    max-width: 100%;
  }
}

.terms-wrapper {
 max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;


.terms-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}


.terms-block {
  margin-bottom: 40px;
}

.terms-heading {
  font-size: 32px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 15px;
}
.terms-sub-heading {
  font-size: 20px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.terms-text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}
.terms-text span{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.terms-list {
  margin-top: 10px;
  padding-left: 20px;
}

.terms-list span {
  
  font-size: 18px;
  font-weight: 600;
}
.terms-list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
}

}


@media (max-width: 768px) {
  .industries-header h3 {
    font-size: 2rem;
  }
  .card {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 1300px) {
  .values-divider {
    display: none;
  }
}
@media (max-width: 1100px) {
  .case-study-tab {
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1em;
  }
  .values-top-div h3 {
    font-size: 45px;
    line-height: 40px;
  }
  .values-top-div p {
    font-size: 25px;
    line-height: 35px;
  }
  .values-right h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
  }
  .values-right p {
    font-size: 20px;
    line-height: 30px;
  }
  .values-img-div {
    height: 405px;
    width: 245px;
  }
  .resp-sec p {
    font-size: 25px;
    line-height: 35px;
  }
  .resp-sec h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
  }
  .case-study-tab-right {
    width: 100%;
    order: -1;
  }
  .case-study-tab-left {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 900px) {
  .banner-service-text h5 {
    font-size: 15px;
    font-weight: 400;
    max-width: 75%;
  }
  .case-study-tab-left h4 {
    font-size: 35px;
  }
  .case-study-tab-left p {
    font-size: 15px;
  }
  .case-study-explains h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
  }
  .case-study-explains p {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
  }

  .product-footer-left {
    gap: 7px;
  }
  .product-footer-left h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
  }
  .product-footer-left p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25.97px;
  }
  .product-footer-left button {
    border-radius: 25px;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 400;
  }
  .product-footer-right-img {
    width: 260px;
    height: 160px;
  }

  .case-study-sub-footer-left {
    gap: 7px;
  }
  .case-study-sub-footer-left h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
  }
  .case-study-sub-footer-left p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25.97px;
  }
  .case-study-sub-footer-left button {
    border-radius: 25px;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 400;
  }
  .case-study-sub-footer-right-img {
    width: 260px;
    height: 160px;
  }
  .case-study-tab-left {
    gap: 7px;
  }
  .case-study-tab {
    margin-bottom: 1em;
  }

  .business-need-div p {
    max-width: 75%;
  }

  .home-footer-left h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-footer-right-img {
    width: 280px;
    height: 350px;
  }
  .talks-btn {
    border-radius: 25px;
    padding: 0.5em 1em;
    font-size: 15px;
    gap: 13px;
  }
  .detials-btns {
    border-radius: 25px;
    padding: 0.5em 1em;
    font-size: 15px;
    gap: 13px;
  }

  .values-right h2 {
    font-size: 25px;

    line-height: 30px;
  }
  .values-right p {
    font-size: 18px;
    line-height: 25px;
  }
  .values-top-div h3 {
    font-size: 40px;
    line-height: 35px;
  }
  .values-top-div p {
    font-size: 22px;
    line-height: 30px;
  }
  .values-img-div {
    height: 350px;
    width: 225px;
  }
  .resp-sec p {
    font-size: 22px;
    line-height: 30px;
  }
  .resp-sec h2 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media (max-width: 800px) {
  .values-left {
    display: none;
  }
  .values-right {
    width: 100%;
  }
  .foot-sec-b h4 {
    font-size: 34px;
    line-height: 50px;
  }
  .foot-sec-b a {
    gap: 1em;
  }
}

@media (max-width: 700px) {
  .home-footer-left h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .talks-btn {
    border-radius: 25px;
    padding: 0.5em 1em;
    font-size: 13px;
    gap: 10px;
  }
  .detials-btns {
    border-radius: 25px;
    padding: 0.5em 1em;
    font-size: 13px;
    gap: 10px;
  }
  .resp-sec p {
    font-size: 19px;
    line-height: 30px;
  }
  .resp-sec h2 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 500px) {
  .resp-sec p {
    font-size: 15px;
    line-height: 25px;
  }
  .resp-sec h2 {
    font-size: 28px;
    line-height: 25px;
  }
  .foot-sec-b h4 {
    font-size: 20px;
    line-height: 40px;
  }
  .foot-sec-b a {
    gap: 8px;
  }
}

@media (max-width: 600px) {
  .banner-service-text h5 {
    font-size: 13px;
    max-width: 90%;
  }
  .business-need-div p {
    max-width: 90%;
  }
  .case-study-tab-left h4 {
    font-size: 30px;
  }
  .case-study-tab-left p {
    font-size: 13px;
  }

  .case-study-sub-footer {
    height: 30vh;
  }
  .case-study-sub-footer {
    gap: 5px;
  }
  .case-study-sub-footer h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .case-study-sub-footer button {
    border-radius: 20px;
    padding: 0.5em 1em;
    font-size: 13px;
    font-weight: 400;
  }
  .case-study-sub-footer-left p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .product-footer {
    height: 30vh;
  }
  .product-footer-left {
    gap: 5px;
  }
  .product-footer-left h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .product-footer-left button {
    border-radius: 20px;
    padding: 0.5em 1em;
    font-size: 13px;
    font-weight: 400;
  }
  .sub-footer {
    display: flex;
    flex-direction: column;
  }
  .foot-sec-b h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .resp-sec {
    flex-direction: column;
  }
  .resp-sec div {
    width: 100%;
  }
  .resp-sec p {
    text-align: center;
  }
  .home-footer-right {
    display: none;
  }
  .home-footer-left {
    align-items: center;
    width: 100%;
    gap: 1em;
  }
  .seprtator {
    width: 100%;
  }
  .home-footer {
    min-height: 400px;
  }
}

@media (max-width: 400px) {
  .banner-service-text h5 {
    font-size: 10px;
    max-width: 97%;
  }
  .business-need-div p {
    max-width: 95%;
  }
  .case-study-tab-left h4 {
    font-size: 25px;
  }
  .case-study-tab-left p {
    font-size: 11px;
  }
  .case-study-sub-footer-right-img {
    width: 200px;
    height: 130px;
  }
  .product-footer-right-img {
    width: 200px;
    height: 130px;
  }
}
