@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

@font-face {
  font-family: "WF Visual Sans";
  src: url("../fonts/WFVisualSansVF/WFVisualSansVF.ttf") format("truetype");
}
@font-face {
  font-family: "BlinkMacSystemFont";
  src: url("../fonts/BlinkMacSystemFont/BlinkMacSystemFont-Regular.woff")
    format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
sub,
sup,
a {
  font-family: "WF Visual Sans";
}

::-webkit-scrollbar {
  width: 5px;
  background: #d70401;
}
::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #d70401;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}

h1 {
  font-family: "WF Visual Sans";
}
section {
  padding: 70px 0;
}
.p10 {
  padding: 20px 0;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-50 {
  padding-top: 100px;
}
.mt-20 {
  margin-top: 60px;
}
.mb-20 {
  margin-bottom: 43px;
}
.mb-50 {
  margin-bottom: 100px;
}
.mt-50 {
  margin-top: 100px;
}
.pt-50 {
  padding-top: 90px;
}
.mt21 {
  margin: 27px 0 0 0;
}
.gap-up20 {
  margin-top: 60px;
}
.gap-up21 {
  margin-top: 20px;
}
.gap-up22 {
  margin-left: 40px;
}
/*button*/
.white-button {
  position: relative;
  display: inline-block;
  padding: 7px 30px;
  font-size: 19px;
  font-weight: bold;
  color: #ee0400;
  border: none;
  cursor: pointer;
  background: #ffffff;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: "BlinkMacSystemFont";
  letter-spacing: 0.8px;
  border-radius: 100px;
  outline: none;
  box-shadow: none;
}

.white-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #ee0400;
  transform: translateX(-100%);
  transition: 300ms ease-in-out;
  z-index: -1;
  border-radius: 100px;
  border: none;
  outline: none;
  box-shadow: none;
}

.white-button:hover::before {
  transform: translateX(0);
  width: 100%;
}

.white-button:hover {
  color: #fff;
}
.red-button {
  position: relative;
  display: inline-block;
  padding: 7px 30px;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: #ee0400;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: "BlinkMacSystemFont";
  letter-spacing: 0.8px;
  border-radius: 100px;
}

.red-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: 300ms ease-in-out;
  z-index: -1;
  border-radius: 100px;
}

.red-button:hover::before {
  transform: translateX(0);
  width: 100%;
}

.red-button:hover {
  color: #ee0400 !important;
}
.red-button a {
  text-decoration: none;
}
.banner-buttton{
    display:flex;
    justify-content:center;
    gap:1rem;
    flex-wrap: wrap;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ee0400;
}

/*menu*/

.toggle {
  display: none;
}
.toggle2 {
  display: none;
}

/*.desktop-menu {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  padding: 7px 0;*/
/*  z-index: 100;*/
/*}*/

a.logo {
  font-family: "WF Visual Sans";
  font-weight: 800;
  font-size: 45px;
  color: #ab0300;
  text-decoration: none;
  text-transform: capitalize;
}
.desktop-menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.desktop-menu nav .collapse-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.desktop-menu ul {
  padding: 0px;
  margin: 0px;
}
.desktop-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 32px;
}
.desktop-menu ul li.phone a:before {
  display: none;
}
.desktop-menu ul li:last-child {
  margin-right: 0px;
}
.desktop-menu ul li a {
  position: relative;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "BlinkMacSystemFont";
  font-weight: 400;
}

/*industry anchor*/
.industry-anchor {
  display: block !important;
}
/* .desktop-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background: #ab0300;
  opacity: 0;
  transition: all 0.3s ease;
} */
.desktop-menu ul li a:hover {
  color: #ab0300;
}
.desktop-menu ul li a:hover:before {
  opacity: 1;
}

.collapse-menu > :last-child {
  display: flex;
  align-items: center;
}
.desktop-menu ul li .getstarted {
  position: relative;
}

.desktop-menu ul li .getstarted a {
  position: relative;
  padding: 4px 23px;
  border: none;
  border-radius: 100px;
  /* background: #ab0300; */
  background: #d70401;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  text-transform: capitalize;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.desktop-menu ul li .getstarted a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 100px;
  background-color: #212121; /* Hover background color */
  z-index: -1;
  transition: width 250ms ease-in-out;
}

.desktop-menu ul li .getstarted a:hover {
  color: #e8e8e8;
}

.desktop-menu ul li .getstarted a:hover::before {
  width: 100%;
}
.textPrimary{
    color: #ee0400;
}
.breadcrumb-item a{
    color: #fff;
}
/* .desktop-menu ul li .getstarted:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 100%;
  height: 36px;
  border-radius: 100px;
  border: 1px solid #ee0400;
} */
/* .desktop-menu ul li .getstarted a:hover:before {
  opacity: 0;
} */
/* .desktop-menu ul li .getstarted a:hover {
  color: #fff;
} */
.mobile-menu {
  display: none;
}
.desktop-menu ul li.dropdown-menu1 {
  position: initial;
}
.desktop-menu ul li.dropdown-menu2 {
  position: initial;
}
.desktop-menu ul li.dropdown-menu1 a {
  display: flex;
  align-items: center;
}
.desktop-menu ul li.dropdown-menu2 a {
  display: flex;
  align-items: center;
}
.desktop-menu ul li.dropdown-menu1 a i {
  margin-left: 5px;
  font-size: 13px;
  margin-top: 6px;
}
.desktop-menu ul li.dropdown-menu2 a i {
  margin-left: 5px;
  font-size: 13px;
  margin-top: 6px;
}
.dropdown-menu2 .mega-menu p {
  font-size: 15px;
  margin-bottom: 0;
}
.dropdown-menu2 .industry-list p:first-child {
  color: #ab0300;
  font-size: 20px;
}
.megamenu-details .builtHeading {
  font-size: 25px !important;
  margin: 0;
}
.industry-list .col-lg-4 > div {
  border-bottom: 1px solid #dfdfdf;
  padding: 0.66rem;
  min-height: 6rem;
}
header.desktop-menu{
    padding: 0.44rem 0rem;
}
.mega-menu {
  position: absolute;
  left: 50%;
  top: 368px;
  width: 100%;
  height: 570px;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 27px 0px 0px 20px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.megamenu-details img {
  max-width: 300px;
  display: block;
  margin-top: 30px;
}
.megamenu-details p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  margin-bottom: 10px;
}
.megamenu-details p {
  font-family: "BlinkMacSystemFont";
  font-size: 15px;
}
.desktop-menu ul li.dropdown-menu1.active .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.desktop-menu ul li.dropdown-menu2.active .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.submenu-list {
  height: auto;
}
.submenu-list p {
  font-family: "WF Visual Sans";
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.submenu-list ul {
  padding: 0px;
}
.submenu-list ul li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 7px;
  padding-left: 21px;
}
.submenu-list ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #848484;
}
.submenu-list ul li a {
  position: relative;
  font-size: 16px;
  padding: 0px;
  font-family: "BlinkMacSystemFont";
}
.submenu-list ul li a:before {
  display: none;
}
.desktop-menu ul li.dropdown-menu1.active .angleup {
  display: block;
}
.desktop-menu ul li.dropdown-menu1.active .angledown {
  display: none;
}
.desktop-menu ul li.dropdown-menu1 .angledown {
  display: block;
}
.desktop-menu ul li.dropdown-menu1 .angleup {
  display: none;
}

.desktop-menu ul li.dropdown-menu2.active .angleup {
  display: block;
}
.desktop-menu ul li.dropdown-menu2.active .angledown {
  display: none;
}
.desktop-menu ul li.dropdown-menu2 .angledown {
  display: block;
}
.desktop-menu ul li.dropdown-menu2 .angleup {
  display: none;
}

/*homebanner*/

section.homebanner {
 position: relative;
 padding: 8rem 0;
}
.absolute-center {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.homebanner.homebanner2 .banner-wrapper {
  background: #000;
}
section.homebanner3 {
  background: url("../images/banner/laptop2.webp") no-repeat !important;
  background-size: cover;
  position: relative;
}
section.homebanner.healthCareBg .banner-wrapper {
  background: url("../images/healthcare-app-development/healthcare-hero.webp")
    no-repeat;
  background-size: cover;
}
section.homebanner.onDemandBg .banner-wrapper {
  background: url("../images/on-demand-app/on-demand-hero-bg.webp") no-repeat;
  background-size: cover;
}
section.homebanner.educationBg .banner-wrapper {
  background: url("../images/education/education-bg.webp") no-repeat;
  background-size: cover;
}
section.homebanner.ecommerceBg .banner-wrapper {
  background: url("../images/ecommerce/hero_bg.webp") no-repeat;
  background-size: cover;
}
section.homebanner.saasBg .banner-wrapper {
  background: url("../images/saas/herobanner.webp") no-repeat;
  background-size: cover;
}
section.homebanner.fintechBg .banner-wrapper {
  background: url("../images/fintech/hero-banner.webp") no-repeat;
  background-size: cover;
}
section.homebanner.logisticsbg .banner-wrapper {
  background: url("../images/logistics/hero-banner.webp") no-repeat;
  background-size: cover;
}
section.homebanner.retailbg .banner-wrapper {
  background: url("../images/retail/hero-banner.webp") no-repeat;
  background-size: cover;
}
section.homebanner.musicBg .banner-wrapper {
  background: url("../images/music/music-bg.webp") no-repeat;
  background-size: cover;
}
section.homebanner.realEstateBg .banner-wrapper {
  background: url("../images/real-estate/real-estate-bg.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner5 .banner-wrapper {
  background: url("../images/banner/laptop2.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner22 .banner-wrapper {
  background: url("../images/homebanner/banner10.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner8 .banner-wrapper {
  background: url("../images/banner/laptop2.webp") no-repeat;
  background-size: cover;
}
section.homebanner9{
  background: url("../images/banner/laptop2.webp") no-repeat !important;
  background-size: cover;
  background-position: top;
  position: relative;
}
section.homebanner.homebanner24 .banner-wrapper {
  background: url("../images/homebanner/banner11.webp") no-repeat;
  background-size: cover;
  background-position: top;
}
section.homebanner.homebanner25 .banner-wrapper {
  background: url("../images/banner/laptop2.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner26 .banner-wrapper {
  background: url("../images/homebanner/banner12.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner8 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.homebanner.homebanner25 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.homebanner.homebanner26 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
section.homebanner.homebanner3 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 68%);
}
section.homebanner.homebanner3 .banner-wrapper > * {
  position: relative;
  z-index: 10;
}
section.homebanner.homebanner22 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* section.homebanner3*/
/*{*/
/*  background:url('../images/banner/laptop2.webp') no-repeat;*/
/*  background-size: cover;*/
/*} */
section.banner-wrapper {
  position: relative;
  width: 100%;
  background: url(../images/homebanner/home-bg.jpg) no-repeat;
  background-position: center !important;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
section.homebanner .banner-wrapper {
  position: relative;
  /* border-top-left-radius: 100px; */
  /* border-top-right-radius: 100px; */
  height: 660px;
  width: 100%;
  background: url(../images/homebanner/home-bg.jpg) no-repeat;
  /* background-size: cover !important; */
  background-position: center !important;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.paragraph-colour {
  color: #000 !important;
}
section.homebanner .banner-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000096;
  top: 0rem;
  left: 0rem;
}
section.homebanner .banner-wrapper .absolute-center1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
section.homebanner6 .banner-wrapper .absolute-center3 {
  top: 49%;
}
section.homebanner24 .banner-wrapper .absolute-center1 {
  top: 50%;
}
section.homebanner24 .banner-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.homebanner.homebanner23 .banner-wrapper .absolute-center1 {
  top: 51%;
}
section.homebanner.homebanner26 .banner-wrapper .absolute-center1 {
  top: 50%;
}
.banner-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}
section.homebanner .banner-wrapper .banner-content.banner-content2 h1 {
  margin-bottom: 25px;
}
section.homebanner .banner-wrapper .banner-content .border-button a,
section.homebanner .banner-wrapper .banner-content .border-button button {
  background: #fff;
  color: #ab0300;
}
section.homebanner .banner-wrapper .banner-content .border-button a:hover,
section.homebanner .banner-wrapper .banner-content .border-button button:hover {
  color: #fff;
}
/* section.homebanner .banner-wrapper .banner-content .border-button a:before {
  border: 1px solid #fff;
} */
section.homebanner .banner-wrapper .banner-content p {
  color: #fff;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  width: 100%;
}
section.homebanner .banner-wrapper .banner-content a {
  color: #fff;
}
.banner-content {
  position: relative;
  margin-left: 80px;
  z-index: 2;
}
.right-image {
  position: relative;
}
.heroImage img {
  max-width: 33rem;
  width: 100%;
  position: absolute;
  bottom: 0rem;
  right: 2rem;
}
.cloudImage img {
  max-width: 33rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
}
.sidebanner-image img {
  max-width: 33rem;
  width: 100%;
  position: absolute;
  bottom: 9rem;
  right: 3rem;
}
/* .right-image .mobileimg1 {
  position: absolute;
  right: 0;
  top: -119px;
  width: 100%;
  height: 600px;
  max-width: 583px;
  z-index: 2;
} */
.right-image .mobileimg13 {
  position: absolute;
  right: -25px;
  top: 10px;
  width: 100%;
  height: 560px;
  max-width: 583px;
  z-index: 2;
}
.right-image .mobileimg2 {
  position: absolute;
  right: -12px;
  /* top: -87px; */
  top: -13rem;
  width: 100%;
  height: 600px;
  max-width: 583px;
  z-index: 2;
}
.right-image .mobileimg20 {
  position: absolute;
  right: -31px;
  top: -87px;
  width: 100%;
  height: 600px;
  max-width: 583px;
  z-index: 2;
}
.right-image .mobileimg5 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg10 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg8 {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg11 {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg12 {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg21 {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg22 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg23 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.right-image .mobileimg9 {
  position: absolute;
  right: 0;
  top: -119px;
  width: 100%;
  height: 600px;
  max-width: 583px;
  z-index: 2;
}
.breadcrumb .breadcrumb-item.active a {
    color: #d50400 !important;
    font-size: 0.88rem;
    font-weight: 600;
}
section.homebanner6 {
  background: url("../images/homebanner/banner6.webp") no-repeat;
  background-size: cover;
  position: relative;
}
section.homebanner6::before, section.homebanner11::before, section.homebanner12::before, section.homebanner9::before, section.homebanner3::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
section.homebanner.homebanner7 .banner-wrapper {
  background: url("../images/banner/laptop2.webp") no-repeat;
  background-size: cover;
}
section.homebanner11 {
  background: url("../images/homebanner/banner8.webp") no-repeat;
  background-size: cover;
  position: relative;
}
section.homebanner12 {
  background: url("../images/homebanner/banner9.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner10 .banner-wrapper {
  background: url("../images/homebanner/banner10.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner11 .banner-wrapper .absolute-center1 {
  top: 50%;
}
section.homebanner.homebanner7 .banner-wrapper .absolute-center1 {
  top: 50%;
}
section.homebanner.homebanner8 .banner-wrapper .absolute-center1 {
  top: 50%;
}
section.homebanner.homebanner25 .banner-wrapper .absolute-center1 {
  top: 50%;
}
section.homebanner.homebanner7 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.homebanner.homebanner9 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.homebanner.homebanner6 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.homebanner.homebanner10 .banner-wrapper {
  background: url("../images/homebanner/banner7.webp") no-repeat;
  background-size: cover;
}
section.homebanner.homebanner10 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
section.homebanner.homebanner11 .banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
section.homebanner.homebanner10 .banner-wrapper .banner-glow1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 103px rgba(0, 0, 0, 0.8);
  filter: blur(60px);
}
section.homebanner.homebanner10 .banner-wrapper .banner-glow14 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 130px rgba(0, 0, 0, 0.8);
  filter: blur(60px);
}
section.homebanner.homebanner10 .banner-wrapper .banner-glow15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 108px rgba(0, 0, 0, 0.8);
  filter: blur(40px);
}
.mobileimg6 {
  max-width: 460px;
  display: block;
  margin: 0 auto;
}
.mobileimg7 {
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
.right-image .laptop-image2 {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: auto;
}
.right-image .laptop-image3 {
  position: absolute;
  right: 0;
  top: 39px;
  width: 100%;
  height: 625px;
  z-index: 2;
}
.right-image .laptop-image4 {
  position: absolute;
  right: -25px;
  top: 10px;
  width: 100%;
  height: 560px;
  max-width: 583px;
  z-index: 2;
}
.banner2bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.absolute-center2 {
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.absolute-center2:before {
  content: "";
  position: absolute;
  left: -33px;
  top: -24px;
  width: 100%;
  height: 1px;
  background: #ab0300;
}
.input-field {
  position: relative;
  width: 100%;
}
.input-field .pencil {
  position: absolute;
  left: 23px;
  top: 9px;
  filter: invert(1);
  width: 23px;
  height: 23px;
}
.form ::placeholder {
  font-family: "BlinkMacSystemFont";
  color: #868684 !important;
  text-transform: capitalize;
  font-size: 22px;
}
.form input {
  background: transparent;
  font-family: "BlinkMacSystemFont";
  color: #fff !important;
  border: 0px;
  padding: 15px 0 3px 64px;
  width: 100%;
}
.form input:focus {
  background: transparent;
  box-shadow: none;
  border-color: #fff;
}
.form-field {
  border: 2px solid #fff;
  position: relative;
  display: flex;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 9px 3px;
  height: 60px;
}
.lightButton {
  width: fit-content;
}
.lightButton {
  position: relative;
  color: #ab0300;
  background: #fff;
  font-family: "BlinkMacSystemFont";
  font-size: 21px;
  border: none;
  border-radius: 100px;
  /*width: 34%;*/
  /*height: 38px;*/
  text-transform: capitalize;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  overflow: hidden;
  z-index: 1;
  padding: 7px 30px;
  text-decoration: none;
}
.lightButton > a {
  text-decoration: none;
  color: #000;
}
.lightButton:hover a {
  transition: 0.3s all;
  color: #fff;
  z-index: 1;
  position: relative;
}
.lightButton::before {
  width: 220px;
  height: 130px;
  position: absolute;
  content: "";
  background-color: black;
  border-radius: 50%;
  left: -130%;
  top: 0;
  transition-duration: 0.6s;
}
.lightButton:hover::before {
  transition-duration: 0.6s;
  transform: translate(100%, -50%);
  border-radius: 0;
}

/**/

.redLightButton {
  width: fit-content;
  position: relative;
  color: #fff;
  background: #ee0400;
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
  border: none;
  border-radius: 100px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  overflow: hidden;
  z-index: 1;
  padding: 7px 30px;
  text-decoration: none;
}

.redLightButton > a {
  text-decoration: none;
  color: #fff;
}

.redLightButton:hover a {
  transition: 0.5s all;
  color: #000;
  z-index: 1;
  position: relative;
}

.redLightButton::before {
  width: 412px;
  height: 130px;
  position: absolute;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  left: -30rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}

.redLightButton:hover::before {
  transform: translate(100%, -50%);
  border-radius: 0;
}

/**/

.requestService-section .lightButton {
  margin-left: 160px;
}
.submit {
  position: relative;
  color: #ab0300;
  background: #fff;
  font-family: "BlinkMacSystemFont";
  font-size: 21px;
  font-weight: bold;
  border: none;
  border-radius: 100px;
  /*width: 34%;*/
  /*height: 38px;*/
  text-transform: capitalize;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  overflow: hidden;
  z-index: 1;
  padding: 7px 30px;
  letter-spacing: 0.8px;
}

.submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  /* border-radius: 100px; */
  background-color: #ab0300; /* Hover background color */
  z-index: -1;
  transition: width 250ms ease-in-out;
}

.submit:hover {
  color: #e8e8e8;
}

.submit:hover::before {
  width: 100%;
}

/* .submit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px;
  border-radius: 100px;
  border: 1px solid #fff;
  z-index: -1;
} */
.icons {
  display: flex;
  align-items: center;
}
.icon-text p {
  color: #fff;
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
}
.icon-image {
  margin-right: 10px;
}
.icon-image img {
  max-width: 35px;
}
.star-icon ul {
  padding: 0px;
  margin: 0px;
}
.star-icon ul li {
  list-style: none;
  display: inline-block;
}
.star-icon ul li i {
  color: #ffd200;
  font-size: 13px;
}
.banner-glow1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 71px rgba(0, 0, 0, 0.9);
  filter: blur(21px);
}
section.homebanner.homebanner9 .banner-wrapper .banner-glow1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 600px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 70px rgba(0, 0, 0, 0.8);
  filter: blur(38px);
}
section.homebanner.homebanner9 .banner-wrapper .banner-glow15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 350px rgba(0, 0, 0, 0.8);
  filter: blur(70px);
}
.banner-glow14 {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 71px rgba(0, 0, 0, 0.9);
  filter: blur(30px);
}
.banner-glow15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 85px rgba(0, 0, 0, 0.9);
  filter: blur(30px);
}
.banner-glow2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 71px rgba(0, 0, 0, 0.9);
  filter: blur(30px);
}
.right-image3 {
  position: relative;
}
.right-image3 .laptop-image {
  display: block;
  max-width: 500px;
  margin: auto;
}
section.homebanner .banner-wrapper.banner-wrapper3 .absolute-center1 {
  top: 50%;
}
.right-image .mobile1 {
  display: block;
  max-width: 516px;
  margin: auto;
}
section.homebanner.homebanner4 .banner-wrapper .absolute-center1 {
  top: 50%;
}

/*whychooseus-flutter*/
.flutter-why-choose {
  padding-bottom: 37px;
}

.flutter-why-choose .section-title {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 51px;
}

.flutter-why-choose {
  padding-bottom: 37px;
}

.flutter-why-choose .section-title {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 51px;
}

@media (max-width: 1099px) {
  .flutter-why-choose .section-title {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .flutter-why-choose .section-title {
    font-size: 40px;
    line-height: 46px;
    margin-top: 0;
  }
}

.flutter-why-choose .section-content {
  font-size: 20px;
  line-height: 36px;
}

@media (max-width: 1199px) {
  .flutter-why-choose .section-content {
    font-size: 20px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .flutter-why-choose .section-content {
    font-size: 18px;
    line-height: 28px;
  }
}

.flutter-why-choose .why-choose-cards__item.ml-auto {
  margin-left: auto;
}

.why-choose-cards {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .why-choose-cards {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .why-choose-cards {
    margin-top: 20px;
  }
}

.why-choose-cards > .row .col-lg-6 {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .why-choose-cards > .row .col-lg-6 {
    margin-bottom: 24px;
  }
}

.why-choose-cards > .row .col-lg-6:nth-child(even) .why-choose-cards__item {
  padding: 42px 18px 42px 0;
}

@media (max-width: 575px) {
  .why-choose-cards > .row .col-lg-6:nth-child(even) .why-choose-cards__item {
    padding: 20px;
  }
}

.why-choose-cards
  > .row
  .col-lg-6:nth-child(even)
  .why-choose-cards__item
  .why-choose-cards__item__para {
  order: 2;
  text-align: left;
}

@media (max-width: 575px) {
  .why-choose-cards
    > .row
    .col-lg-6:nth-child(even)
    .why-choose-cards__item
    .why-choose-cards__item__para {
    order: 3;
    text-align: center;
  }
}

.why-choose-cards
  > .row
  .col-lg-6:nth-child(even)
  .why-choose-cards__item
  .why-choose-cards__item__title {
  order: 1;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

@media (max-width: 575px) {
  .why-choose-cards
    > .row
    .col-lg-6:nth-child(even)
    .why-choose-cards__item
    .why-choose-cards__item__title {
    order: 2;
    text-align: center;
  }
}

.why-choose-cards
  > .row
  .col-lg-6:nth-child(even)
  .why-choose-cards__item
  .why-choose-cards__item__icon {
  left: -9%;
  right: unset;
}

.why-choose-cards__item {
  background: #f6f6f6;
  display: flex;
  padding: 15px 0 15px 18px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  max-width: 90%;
  height: 90%;
}
.why-choose-cards__item__list {
  padding-left: 20px;
  margin-bottom: 1rem;
  color: #555;
  /*list-style: none;*/
}

.why-choose-cards__item__list li {
  margin-bottom: 0.5rem;
}

@media (max-width: 1199px) {
  .why-choose-cards__item {
    padding: 20px 0 20px 15px;
  }
}

@media (max-width: 991px) {
  .why-choose-cards__item {
    max-width: 77%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .why-choose-cards__item {
    max-width: 100%;
    flex-direction: column;
    padding: 20px;
  }
}

.why-choose-cards__item:hover .why-choose-cards__item__title {
  color: #de253a;
}

.why-choose-cards__item:hover path {
  fill: #fff;
}

.why-choose-cards__item:hover .why-choose-cards__item__icon {
  background: #de253a;
}

.why-choose-cards__item .why-choose-cards__item__para {
  text-align: right;
  flex: 0 0 52%;
  margin: 0;
  font-size: 14px;
  color: #555;
}

@media (max-width: 575px) {
  .why-choose-cards__item .why-choose-cards__item__para {
    text-align: center;
    order: 3;
    flex-basis: auto;
  }
}

.why-choose-cards__item .why-choose-cards__item__title {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  text-align: right;
  flex: 0 0 30%;
  margin: 0;
  padding-left: 31px;
  transition: all 0.3s linear;
}

@media (max-width: 1399px) {
  .why-choose-cards__item .why-choose-cards__item__title {
    font-size: 17px;
    padding-left: 10px;
  }
}

@media (max-width: 1199px) {
  .why-choose-cards__item .why-choose-cards__item__title {
    font-size: 15px;
    line-height: normal;
    padding-left: 4px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .why-choose-cards__item .why-choose-cards__item__title {
    width: 100%;
    flex-basis: auto;
    text-align: center;
    order: 2;
    margin-bottom: 20px;
  }
}

.why-choose-cards__item .why-choose-cards__item__icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}

@media (max-width: 1199px) {
  .why-choose-cards__item .why-choose-cards__item__icon {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 575px) {
  .why-choose-cards__item .why-choose-cards__item__icon {
    position: static;
    transform: unset;
    order: 1;
    margin-bottom: 20px;
  }
}

.development-experties.flutter .owl-carousel .owl-item img {
  width: auto;
}

.development-experties.flutter .card:hover a img {
  filter: brightness(50);
}

@media only screen and (max-width: 767px) {
  .development-experties .card-body img {
    margin: auto;
  }
}

.compeling_book_card {
  border-radius: 12px;
  background-color: #fff;
  padding: 2rem 1.875rem;
  padding-bottom: 3rem;
  position: relative;
  transition: 0.3s;
  /*min-height: 21.688rem;*/
  box-shadow: 0 10px 40px 0 #3437aa1a;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.compeling_book_card:hover h3 {
  color: #fff !important;
}
.compeling_book_card:hover p {
  color: #fff !important;
}
.compeling_book_card li {
  font-size: 19px;
}
.compeling_book_card:hover li {
  color: #fff !important;
}
.compeling_book_card p {
  font-family: "BlinkMacSystemFont";
  font-size: 19px;
}
.compeling_book_card:hover .compeling_count,
.compeling_book_card_active .compeling_count {
  -webkit-text-stroke: 0.6px #fff;
  -webkit-text-stroke-color: #fff;
  color: #d50400;
  text-shadow: 1px 0 1px transparent;
}
.compeling_book_card_active::before {
  background-image: url("../images/home/curve-design-white.svg") !important;
}
.compeling_book_card:hover::before,
.compeling_book_card_active::before {
  background-image: url("../images/home/curve-design-white.svg");
}
.compeling_book_card:hover,
.compeling_book_card_active,
.hero_section .review i,
.print_card:hover .print_card_content {
  background-color: #d50400;
}
.compeling_book_card h6,
.compeling_book_card h3,
.compeling_book_card p {
  color: #212121;
  transition: 0.3s;
}
.compeling_book_card h6 {
  font-weight: 700;
}
.compeling_book_card h3 {
  font-weight: 700;
  font-size: 1.45rem;
  font-family: "WF Visual Sans";
}

.compeling_icon {
  background-color: #f9d9d9;
  padding: 0.75rem;
  border-radius: 2px 2px 10px;
  transition: 0.3s;
  height: fit-content;
}
.compeling_count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 5.2rem;
  -webkit-text-stroke: 0.6px black;
  -webkit-text-stroke-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 0 1px transparent;
  font-weight: 700;
  transition: 0.3s;
  opacity: 0.6;
}

/*hybrid-mobile-app-dev  */
/* Section-specific styling */
.hybrid-mobile-app-dev #v-pills-tab {
  background-color: #ffffff;
  padding: 20px 0px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.hybrid-mobile-app-dev .nav-link {
  background-color: #fff;
  color: #333;
  border-left: 4px solid transparent;
  border-radius: 0 !important;
  padding: 12px 16px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.hybrid-mobile-app-dev .nav-link.active {
  background-color: #ee0400 !important;
  color: #fff !important;
  font-weight: 600;
}

/*services-section*/

.services-section {
  position: relative;
  background: #000;
  overflow: hidden;
  padding-bottom: 77px;
  padding-top: 94px;
}
.title {
  font-size: 50px;
  font-family: "WF Visual Sans";
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 18px;
  line-height: 1.2;
}
.services-section .title {
  color: #fff;
  margin-bottom: 15px;
}
.service-row {
  margin-bottom: 35px;
}
.service-row span {
  color: #ee0400;
}
.service-row p {
  color: #fff;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  margin-bottom: 40px;
}
.border-button a {
  padding: 8px 25px;
  border: unset;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  background: #ee0400;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 17px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.border-button a,
.border-button button {
  padding: 8px 25px;
  border: unset;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  background: #ee0400;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 17px;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms ease-in-out;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.border-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  /* border-radius: 70px; */
  background-color: #212121;
  z-index: -1;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: width 250ms ease-in-out;
}

.border-button button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  /* border-radius: 70px; */
  background-color: #212121;
  z-index: -1;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: width 250ms ease-in-out;
}

.border-button a:hover {
  color: #e8e8e8;
  background-color: transparent !important;
}

.border-button button:hover {
  color: #e8e8e8;
  background-color: transparent !important;
}

.border-button a:hover::before {
  width: 100%;
}

.border-button button:hover::before {
  width: 100%;
}

.border-button a::after {
  content: "";
  /* position: absolute; */
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  border-radius: 100px;
  background-color: transparent;
  border: 0px solid #212121;
  z-index: -2;
  transform: translate(-50%, -50%);
  transition: background-color 5s ease-in-out;
}

.border-button a:hover::after {
  background-color: #212121;
}

/* .border-button a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #ee0400;
  z-index: -1;
} */
.glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 240px rgba(122, 3, 0, 0.8);
  filter: blur(200px);
}
.glow1 {
  position: absolute;
  top: 36%;
  left: 0;
  width: 40px;
  height: 546px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 40px rgba(230, 0, 0, 0.8);
  filter: blur(200px);
}
.service-column {
  position: relative;
  margin: 28px 20px;
  transition: 0.3s ease;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.servicesSectionHome .serviceCardHome {
  background-color: #111111;
  border-radius: 0.44rem;
  border: 2px solid #fafafa80;
  padding: 2rem 1.44rem;
  display: flex;
  height: 100%;
  transition: 0.3s all;
}
.serviceCardHome .service-number h2 {
  font-size: 80px;
}
.servicesSectionHome .service-div {
  border: none;
}
.servicesSectionHome .serviceCardHome:hover {
  border: 2px solid #ff1b17;
  cursor: pointer;
}
.servicesSectionHome .service-div:hover::before {
  content: none;
}
.service-div {
  position: relative;
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s ease;
  overflow: hidden;
}
.service-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease;
}
.service-div:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 140px;
  height: 40px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 5px rgba(290, 0, 0, 0.8);
  filter: blur(33px);
  opacity: 0;
}
.service-div:hover {
  border: 1px solid transparent;
}
.service-div:hover:after {
  opacity: 1;
}
.service-div:hover:before {
  opacity: 1;
}
.service-div:hover .service-number h2 {
  background: linear-gradient(to top, transparent, #000);
  -webkit-background-clip: text;
  background-clip: text;
}
.service-div:hover .sub-heading {
  color: #ab0300;
}
.service-div:not(:hover) .service-heading img {
  filter: brightness(0) invert(1);
}
.service-div:hover .service-body p {
  position: relative;
  color: #000;
  z-index: 1;
}
.service-div:hover .service-body .explore a {
  color: #000;
}
.service-div:hover .service-body .explore i {
  color: #000;
}
.mobile_menu .fa-bars {
  font-size: 1.66rem;
}
.mobile_menu_ul {
  padding-left: 0rem;
}
.mobile_menu_ul li:last-child {
  border: none !important;
}
.mobile_menu_ul li {
  list-style-type: none;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding: 1rem 0rem;
  text-transform: capitalize;
}
.mobile_menu_ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--text-light-color);
  -webkit-animation: 0.5s ease-in-out fadeInDown;
  animation: 0.5s ease-in-out fadeInDown;
  z-index: 99;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
  background-color: #fff;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Rotate icon */
.book_writing_mobile_drop_li_icon {
  transition: transform 0.3s ease-out;
}

.book_writing_mobile_drop_li_icon.rotated {
  transform: rotate(270deg);
}

.book_writing_mobile_drop {
  height: 14rem;
  overflow-y: scroll;
}
.service-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.service-header.service-header2 .service-heading {
  display: flex;
  align-items: center;
}
.service-header.service-header2 .service-heading .service-text {
  margin-left: 20px;
}
.service-header img {
  width: 50px;
}
.small-icon {
  fill: #fff;
}
.bg-light .sub-heading {
  font-family: "WF Visual Sans";
  color: #000;
  margin-top: 20px;
  font-weight: 700;
  font-size: 21px;
}
.bg-light .service-div .service-body p {
  color: #000;
}
.bg-light .service-div:hover .service-body p {
  color: #fff;
}
.bg-light .service-number h2 {
  background: linear-gradient(to top, transparent, #000);
  background-clip: text;
}
.bg-light .service-div:hover .service-number h2 {
  background: linear-gradient(to top, transparent, #fff);
  background-clip: text;
}
.bg-light .service-div:not(:hover) .service-heading img {
  filter: none;
}
.bg-light .service-div .service-body .explore a {
  color: #000;
}
.bg-light .service-div .service-body .explore i {
  color: #000;
}
.bg-light .service-div {
  border: 1px solid #000000;
}
.bg-light .service-div:hover .service-body .explore a {
  color: #fff;
}
.bg-light .service-div:hover .service-body .explore i {
  color: #fff;
}
.bg-light .service-div:hover::before {
  background-color: #000;
}
.sub-heading {
  font-family: "WF Visual Sans";
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  font-size: 21px;
}
.service-body p {
  color: #fff;
  margin-top: 6px;
  flex: 1;
}
.explore {
  margin-top: 16px;
}
.explore {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  align-items: center;
}
.explore a {
  text-decoration: none;
  color: #ffff;
  text-transform: capitalize;
  font-family: "WF Visual Sans";
  font-size: 19px;
  font-weight: 500;
}
.explore i {
  margin-left: 12px;
  font: 20px;
  color: #fff;
}
.service-number h2 {
  font-size: 90px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}

/*lightgray-section*/

section.lightgray-section {
  position: relative;
  background: #f2f2f2;
}
section.lightgray-section.lightgray-section2 {
  margin-top: 0px;
  padding-top: 94px;
}
section.lightgray-section .border-button a {
  background: #ee0400;
}
/* section.lightgray-section .border-button a:before {
  border: 1px solid #ee0400;
} */
section.lightgray-section .service-row p {
  color: #000;
}
.lightgray-tab {
  justify-content: center;
  border-bottom: 0px;
  background: #000;
  width: fit-content;
  margin: auto;
  border-radius: 6px;
}
.lightgray-tab .nav-item .nav-link.active {
  background: transparent;
  position: relative;
  z-index: 1;
  border: transparent;
  margin-bottom: 0;
}
.lightgray-tab .nav-item .nav-link {
  position: relative;
  padding: 15px 25px;
  color: #fff;
  text-transform: capitalize;
  font-family: "WF Visual Sans";
  font-weight: 700;
  margin-bottom: 0;
  border: none;
}
.lightgray-tab .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 61px;
  background: #ee0400;
  z-index: -1;
}
.lightgray-tab .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  left: 46%;
  bottom: -12px;
  width: 10px;
  height: 10px;
  background: #ee0400;
  transform: rotate(45deg);
}
.lightgray-tab .nav-item .nav-link.lightlink1:before {
  border-top-left-radius: 5px;
}
.lightgray-tab .nav-item .nav-link.lightlink4:before {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
}
.lightgray-tab .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #fff;
}
.lightgray-content {
  width: 1196px;
  margin: auto;
  margin-top: 7px;
  border: 1px solid #ee0400;
  padding: 20px 20px;
  border-radius: 5px;
}
.lightgray-content p {
  margin-bottom: 0px;
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
}
.lightaccordion .accordion-button {
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}
.lightaccordion .accordion-body {
  font-family: "BlinkMacSystemFont";
  font-size: 16px;
  font-weight: 500;
}
.lightaccordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom: 0px;
}
.lightaccordion .accordion-button:not(.collapsed) {
  border-collapse: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.lightaccordion .accordion-button:focus {
  box-shadow: none;
}
.lightaccordion .accordion-item {
  position: relative;
  background: #fff;
  z-index: 1;
  margin-bottom: 20px;
  border: 0px;
}
.lightaccordion .accordion-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px rgba(52, 0, 0, 0.1);
  margin-bottom: 20px;
  z-index: -1;
  filter: blur(4px);
}
.lightaccordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  background: transparent;
  border-collapse: none;
  box-shadow: none;
  outline: none;
}

/*developementTabSection*/
.developementTabSection {
  background-color: #000;
}

.developementTabSection .nav-link.active {
  display: flex;
  gap: 2rem;
  background-color: #d50400;
  border: 2px solid #fff;
  color: #fff;
}

.developementTabSection .nav-link:first-child {
  margin-top: 0rem;
}

.developementTabSection .nav-link.active p {
  color: #fff !important;
}

.developementTabSection .nav-link.active span {
  color: #fff !important;
}

.developementTabSection .nav-link {
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
  color: #000;
  padding: 0.55rem 2rem;
  font-size: 1.44rem;
  margin-top: 8px;
  min-width: 21rem;
  border: 2px solid transparent;
}

.developementTabSection .nav-link span {
  font-size: 1.88rem;
  font-weight: 700;
  font-family: "WF Visual";
  color: #d50400;
}

.developementTabSection .nav-link p {
  color: #000 !important;
  font-size: 1.34rem;
  max-width: 15rem;
  text-align: start;
  font-weight: 600;
}

.developementTabSection .nav-link p {
  margin: 0rem;
}

.developementTabSection .nav-link h3 {
  /* color: #000 !important; */
  font-size: 1.34rem;
  max-width: 15rem;
  text-align: start;
  font-weight: 600;
}

.developementTabSection .nav-link h3 {
  margin: 0rem;
}

.developementTabSection .tab-content {
  border: 3px solid #fafafa4d;
  /* padding-left: 9rem !important; */
  padding-top: 3rem !important;
  padding: 2rem;
  border-radius: 1rem;
  /* max-width: 60rem; */
  /* position: relative; */
  /* right: 0rem; */
  /* min-height: 58rem; */
  /* background-color: #212121; */
}
.developementTabSection .checkUl {
  white-space: nowrap;
  column-count: 1;
  margin-top: 1rem;
}

.developementTabSection .checkUl > li {
  position: relative;
  list-style: none;
  margin-bottom: 0.22rem;
  font-family: "BlinkMacSystemFont";
  color: #fff;
  font-size: 20px;
}

.developementTabSection .checkUl > li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -1.59rem;
  color: #d50400;
}

.developementTabSection .nav {
  /* min-width: 21rem; */
  /* max-width: 22rem; */
  /* position: absolute; */
  /* left: 0rem; */
  /* top: 50%; */
  /* transform: translate(0rem, -50%); */
  /* z-index: 1; */
}

.hirePerformanceSection {
  padding-top: 8rem;
}

.hirePerformanceSection h2 {
  max-width: 54rem;
}

.iosTabSection {
  background-color: #f0f2f3;
}

.iosTabSection .iosTabs {
  gap: 1rem;
}

.iosTabs .nav-link {
  border: none;
  background-color: transparent;
  padding: 0.55rem 2rem;
  font-weight: 600;
  color: #000;
}

.iosTabs .nav-link.active {
  border-bottom: 3px solid #2657e8;
  background-color: transparent;
  color: #2657e8;
}

.iosTabSection .tab-content img {
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .developementTabSection .nav {
    position: static;
  }
}
@media (max-width: 992px) {
  .developementTabSection .nav {
    transform: translate(0px, 0%);
    max-width: 100%;
    position: static;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1200px) {
  .developementTabSection .nav {
    transform: translate(-10%, -50%);
  }
}
@media (max-width: 1200px) {
  .developementTabSection .nav {
    max-width: 20rem;
  }
}
@media (max-width: 1400px) {
  .developementTabSection .nav {
    transform: translate(-2rem, -50%);
  }
}
.developementTabSection .nav {
  /* min-width: 21rem; */
  /* max-width: 22rem; */
  /* position: absolute; */
  /* left: 0rem; */
  /* top: 50%; */
  /* transform: translate(0rem, -50%); */
  /* z-index: 1; */
}

/*whyChooseCard */
.whyChooseCard {
  background-color: #ffdfdf;
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  transition: 0.3s all;
}

.whyChooseCard:hover {
  background-color: #f32727;
  color: #fff;
}

.whyChooseCard:hover p,
.whyChooseCard:hover h3 {
  color: #fff;
}

.whyChooseCard:hover button {
  background-color: #fff;
  color: var(--primary);
}

.whyChooseCard:hover .whyChooseCardIcon {
  background-color: #fff;
  /*color: #ffdfdf;*/
  color: #000;
}

.whyChooseCard .whyChooseCardIcon img {
  filter: invert(1) brightness(100);
  width: 1.55rem;
}

.whyChooseCard:hover .whyChooseCardIcon img {
  filter: none;
  width: 1.55rem;
}

.whyChooseCard .whyChooseCardIcon {
  height: 3rem;
  width: 3rem;
  background-color: #f32727;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}

.whyChooseCardBorder {
  border-radius: 1.44rem;
  border: 2px solid #ee0400;
  display: flex;
  height: 100%;
}

.whyChooseCard::before {
  content: "";
  background: url(../images/why-choose-card-design.svg) no-repeat;
  position: absolute;
  background-position: center;
  background-size: contain;
  left: 0rem;
  top: 45%;
  height: 35%;
  width: 20%;
  overflow: hidden;
}

.whyChooseCard button {
  background-color: var(--primary);
  padding: 0.33rem 1rem;
  color: var(--text-light);
  border: 0;
  border-radius: 1.44rem;
}

.whyChooseCard h3 {
  margin-top: 1.5rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .developementTabSection .tab-content {
    padding-left: 1rem !important;
    margin-top: 3rem;
  }
}
@media (max-width: 1400px) {
  .developementTabSection .tab-content {
    padding-left: 9rem !important;
  }
}
/*successstories-section*/

section.successstories-section {
  position: relative;
  padding: 91px 0px;
}
section.successstories-section.pt20 {
  padding-top: 0px;
}
.sub-heading2 {
  font-family: "WF Visual Sans";
  color: #000;
  margin-top: 20px;
  font-weight: 700;
  font-size: 35px;
  text-transform: capitalize;
}
.successstories-text {
  margin-bottom: 45px;
}
.successstories-wrapper {
  position: relative;
  margin: 20px 79px 0 0;
}
.successstories-column {
  position: relative;
  display: flex;
  flex-direction: column;
}
.successstories-header img {
  border-radius: 30px;
}
.successstories-body p {
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
  color: #000;
}
.service-mb {
  margin-bottom: 30px;
}
.casestudy-button {
  float: right;
}
.casestudy-button a {
  text-decoration: none;
  color: #000;
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
}
.casestudy-button i {
  margin-left: 18px;
}
.counterdiv-content {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #7b7b7b;
}
.counterdiv-content.counterdiv-firstcontent {
  margin-left: 0;
  text-align: center;
}
.counterdiv-secondcontent {
  text-align: center;
  padding: 0px 30px;
}
.counterdiv-thirdcontent {
  text-align: center;
  padding: 0px 30px;
}
.counterdiv-content.counterdiv-fourthcontent {
  text-align: center;
  border-right: 0px;
  padding: 0px 30px;
}
.counterdiv-content h4 {
  font-family: "WF Visual Sans";
  font-size: 32px;
  color: #ee0400;
  font-weight: 700;
  margin-bottom: 2px;
}
.counterdiv-content p {
  font-family: "WF Visual Sans";
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}
.successstories-wrapper.successstories-secondwrapper {
  margin-top: 130px;
}
.successstories-wrapper.successstories-secondwrapper:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 14%;
  transform: translateX(50%);
  width: 210px;
  height: 40px;
  border-radius: 50%;
  background: #ff0000cc;
  box-shadow: 0 0 0 5px rgba(290, 0, 0, 0.8);
  filter: blur(33px);
}
.successstories-wrapper.successstories-secondwrapper.successstories-lastwrapper:before {
  display: none;
}

/*journeysuccess-section*/

.journeysuccess-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 83px;
}
.journeysuccess-section .service-row p {
  color: #000;
  margin-top: 27px;
}
.journeysuccess-counter {
  display: flex;
  flex-direction: column;
}
.journeysuccess-counter h4 {
  font-family: "WF Visual Sans";
  color: #ee0400;
  font-size: 40px;
  font-weight: 700;
}
.journeysuccess-counter p {
  font-family: "WF Visual Sans";
  text-transform: capitalize;
}
.glow3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 11px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
}

/*blackbanner-section*/

section.blackbanner-section {
  background: #000;
  padding: 25px 0;
  overflow: hidden;
}
.black-slider .item {
  width: fit-content;
}
.slider .slick-list {
  display: flex;
}

.slider .slick-track {
  display: flex;
}
.slider .card p {
  margin-bottom: 0rem;
}
section.blackbanner-section .item.slick-slide {
  width: fit-content !important;
}
.black-slider .item h5 {
  position: relative;
  font-family: "WF Visual Sans";
  color: #fff;
  font-size: 60px;
  margin: 0 25px 0 0;
  padding: 0 0 0 39px;
  width: fit-content;
  font-weight: 400;
}
.black-slider .item h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 34%;
  transform: translateY(50%);
  background: #ee0400;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.slick-list {
  overflow: unset !important;
}
/*real estate slider*/
/*.real-estate-slider {*/
/*    width: 100%;*/
/*    max-width: 1200px; */
/*    margin: 0 auto; */
/*    padding: 0 15px;*/
/*    overflow:hidden;*/
/*}*/
.real_estate {
  position: relative;
  overflow: hidden;
}
.real-estate-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0; /* important */
  position: relative;
}

.real-estate-slider .slick-track {
  margin-left: -10px;
  margin-right: -10px;
}

.real-estate-slider .card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 20px;
  margin: 0 10px;
  text-align: center;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  min-height: 390px; /* Fixed height for consistency */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures content is spaced evenly */
}

.real-estate-slider .card img {
  width: 85px;
  margin: 0 auto 20px;
}

.real-estate-slider .card h3 {
  font-size: 22px;
  color: #314252;
  margin-bottom: 10px;
  font-family: "WF Visual Sans";
  font-weight: 600;
}

.real-estate-slider .card p {
  font-size: 16px; /* Adjusted font size for the paragraph */
  color: #000;
  margin-bottom: 0; /* Ensures no extra space at the bottom of the card */
  overflow: hidden; /* Prevents overflow if text is too long */
}

.real_estate .border-button {
  text-align: center; /* Horizontally center the content */
  margin-top: 40px; /* Add some top margin to create space above the button */
}

/*.border-button {*/
/*  flex-wrap: wrap;*/
/*}*/
/* Dots */
.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  background: transparent;
  border: none;
}

.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: white;
}

/* Responsive adjustments for slider */
@media (max-width: 992px) {
  .real-estate-slider {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .real-estate-slider {
    padding: 0 10px;
  }
}

/*processdevelopment-section*/

section.processdevelopment-section {
  position: relative;
  background: #000;
  margin-top: 50px;
  padding-bottom: 100px;
}
section.processdevelopment-section .section-row h2.title {
  color: #fff;
}
section.processdevelopment-section .section-row .casestudy-button {
  float: unset;
}
section.processdevelopment-section .section-row .casestudy-button a {
  color: #ee0400;
  text-transform: capitalize;
}
section.processdevelopment-section .section-row .casestudy-button i {
  color: #ee0400;
}
.scroller-list .scroller-content h5 {
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.scroller-list .scroller-content h3 {
  font-family: "WF Visual Sans";
  font-size: 50px;
  color: #ee0400;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 16px;
}
.scroller-list .scroller-content p {
  font-family: "BlinkMacSystemFont";
  color: #fff;
  font-size: 22px;
}
.pb-36 {
  padding-bottom: 9rem;
}
.scroller-list {
  position: relative;
  padding: 0 0 0 30px;
}
.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #666666;
  justify-content: flex-start;
}
.progress-line {
  margin: 0;
  padding: 0;
  background-color: #fff;
  height: 20rem;
  transition: height 0.3s ease-out;
}
.position-sticky {
  position: sticky;
  top: 10%;
  height: 31.2rem;
  overflow: hidden;
}

.scroller-item {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  height: 489px;
  border-radius: 200px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease, z-index 0.9s;
}

.scroller-item.active {
  opacity: 1;
  z-index: 10;
}

.scroller-item.previous {
  opacity: 1;
  transform: translateX(-50%) translateY(-103%);
  z-index: 22;
}

.imageScrollerHidden {
  overflow: hidden;
  height: 500px;
  width: 377px;
  margin: 0 auto;
  border-radius: 400px;
  position: relative;
}
.scrollInner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.glow13 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 0 0 / 35%), rgba(255, 0, 0, 0));
  box-shadow: 0 0 80px rgb(255 0 0 / 40%), 0 0 120px rgba(255, 0, 0, 0.6),
    0 0 200px rgb(255 0 0 / 0%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.scroller-item img {
  position: relative;
  top: 0;
  width: 370px;
  height: 500px;
  border-radius: 200px;
  object-fit: cover;
  z-index: 10;
}

.position-relative {
  position: relative;
}

/*services-ds*/
section.services-ds {
  position: relative;
  background: #000;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-auto {
  margin-left: auto;
}
.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord {
  border: 1px solid #ccc;
}
.butn.butn-rounded {
  border-radius: 30px;
}
.butn.butn-md {
  padding: 12px 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.butn {
  font-size: 14px;
  font-weight: 500;
}

.butn .icon {
  width: 18px;
}
.ml-10 {
  margin-left: 10px !important;
}

.services-ds .item .title {
  position: relative;
  margin-bottom: -70px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.services-ds .item .title h3 {
  font-size: 128px;
  /*line-height: 128px;*/
  letter-spacing: -4px;
  color: #fff;
}
.services-ds .item .title h2 {
  font-size: 128px;
  /*line-height: 128px;*/
  letter-spacing: -4px;
  color: #fff;
}
.services-ds .item .icon img {
  width: 30px;
}
.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.services-ds .item:hover {
  background: #212121;
}
.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.services-ds .item {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  justify-content: space-between;
}
.services-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-ds .item .title h3 {
  font-size: 45px;
  /*line-height: 128px;*/
  letter-spacing: -4px;
}
.services-ds .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
  aspect-ratio: 1;
}
.services-ds .item .icon img {
  width: 30px;
}
.services-ds .item .title {
  position: relative;
  margin-bottom: -70px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-ds .item:hover {
  background: #212121;
}

.services-ds .item:hover .title {
  margin-bottom: 0 !important;
}

.services-ds .item:hover .title h2 {
  margin-bottom: 0 !important;
  color: #ee0400 !important;
}

.services-ds .item:hover .title h3 {
  margin-bottom: 0 !important;
  color: #ee0400 !important;
}
.services-ds .item .text p {
  color: #fff;
  max-width: 22rem;
}
.services-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-ds .item ul {
  color: #fff;
}

/*technologies-section*/

section.technologies-section {
  position: relative;
  padding: 89px 0 99px;
}
section.technologies-section .service-row .title {
  margin-bottom: 15px;
}
section.technologies-section .service-row p {
  color: #000;
}
.technology-tabs {
  position: relative;
  margin-top: 16px;
  padding-top: 45px;
  border-top: 1px solid #d1d5db;
}
.technology-tabs:before {
  content: "";
  position: absolute;
  left: 21%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d1d5db;
}
.technology-tabs .nav-link {
  position: relative;
  color: #000;
  font-family: "BlinkMacSystemFont";
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  width: 200px;
  text-align: left;
  /* padding-left: 16px; */
  letter-spacing: 1px;
  padding: 15px 20px;
}
.technology-tabs .nav-link.active {
  background: linear-gradient(90deg, rgba(238, 4, 0, 0.21), rgba(238, 4, 0, 0));
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.tech-image {
  display: flex;
  align-items: center;
  background: #f3f4f6;
  border-radius: 100px;
  margin: 0 0 21px;
  padding: 10px 75px 9px 20px;
}
.technology-tabs .nav {
  padding-right: 100px;
}
.tech-logo img {
  max-width: 46px;
  margin-right: 15px;
}
.tech-name p {
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  margin: 0px;
  white-space: nowrap;
}
.tech-title {
  width: 100%;
  margin-bottom: 5px;
}
.tech-title h3 {
  font-size: 30px;
  font-family: "WF Visual Sans";
  width: fit-content;
}

/*requestService-section*/

.requestService-section {
  position: relative;
  padding: 0 0 99px;
}
.requestService-section .border-button a {
  background: #000;
  color: #fff;
}
.requestService-section .border-button a:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 100%;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #000;
  z-index: -1;
}
.requestService-banner {
  background: #ee0400;
  padding: 12px 0px 12px;
  border-radius: 100px;
}
.requestService-content p {
  padding-left: 100px;
  font-family: "BlinkMacSystemFont";
  font-size: 30px;
  color: #fff;
  margin: 0px;
}

/*industry-section*/

section.industry-section {
  position: relative;
  padding: 89px 0 50px;
}
section.industry-section .glow9 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 11px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
}
section.industry-section .glow10 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 11px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
  transform: scale(-1);
}
section.industry-section .service-row p {
  font-family: "WF Visual Sans";
  color: #000 !important;
}
.industry-box {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 44px;
  margin: 0 26px 65px;
  transition: 0.3s ease all;
  /* box-shadow: 0px 0px 1px 2px rgba(255, 0, 0, 0); */
}
.industry-box:hover {
  /* border: 1px solid #ee0400; */
  box-shadow: 0px 0px 1px 3px red;
  border: 1px solid transparent;
}
.industry-content h4 {
  font-family: "BlinkMacSystemFont";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
.industry-content p {
  font-family: "BlinkMacSystemFont";
  margin-bottom: 27px;
  font-size: 24px;
}
.industry-buttons {
  display: flex;
  flex-wrap: wrap;
}
.industry-buttons .button {
  padding: 7px 17px;
  border: 1px solid #000;
  border-radius: 100px;
  width: fit-content;
  margin-right: 12px;
  margin-bottom: 8px;
}
.industry-buttons .button p {
  font-family: "BlinkMacSystemFont";
  margin: 0px;
  text-transform: capitalize;
}

/*awards-section*/

.awards-section {
  position: relative;
  background: #000;
  overflow: hidden;
  padding-bottom: 80px;
}
.awards-slider.slick-initialized.slick-slider {
  padding: 0px;
}
.glow6 {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 107px;
  border-radius: 50%;
  background: rgba(145, 0, 0, 0.8);
  box-shadow: 0 0 0 108px rgba(132, 0, 0, 0.8);
  filter: blur(42px);
}
.awards-section .service-row {
  margin-bottom: 20px;
}
.awards-section .service-row .title {
  color: #fff;
}
.award-column {
  border-radius: 17px;
  padding: 34px 34px 34px 60px;
  margin: 0 0 20px;
}
.cyan-bg {
  background: linear-gradient(
    180deg,
    rgba(0, 84, 88, 0) 20%,
    rgba(42, 244, 255, 0.5) 100%
  );
}
.red-bg {
  background: linear-gradient(
    180deg,
    rgba(64, 2, 0, 0) 20%,
    rgba(254, 57, 52, 0.5) 100%
  );
}
.purple-bg {
  background: linear-gradient(
    180deg,
    rgba(14, 0, 31, 0) 20%,
    rgba(156, 70, 255, 0.5) 100%
  );
}
.blue-bg {
  background: linear-gradient(
    180deg,
    rgba(0, 6, 16, 0) 20%,
    rgba(58, 122, 243, 0.5) 100%
  );
}

.homeAwardSlider .award-column {
  position: relative;
  padding: 34px 34px 34px 35px;
}
.homeAwardSlider .award-column::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 18px;
  background: linear-gradient(to top, #48abe000, #6b6b6b);
  -webkit-mask: linear-gradient(#ff0000 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  /* z-index: -1; */
}
.award-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.award-review {
  display: flex;
  align-items: center;
}
.award-review i {
  margin-right: 7px;
  color: #2ed06e;
}
.award-body p {
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  color: #fff;
}
.award-review p {
  margin: 0px;
  font-family: "BlinkMacSystemFont";
  color: #fff;
}

/*award-slider-section*/
.award-row-slider {
  display: flex;
  justify-content: center; /* Center the items */
  flex-wrap: wrap; /* Allow wrapping for responsive design */
  gap: 24px; /* Adds the gap between items */
  padding: 30px 0;
}

.homeAwardSlider .slick-list {
  overflow: hidden !important;
}

.item {
  flex: 0 0 auto;
}

.award-columnbox {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  width: 280px; /* Adjusted width for larger size */
  padding: 20px;
  transition: transform 0.3s ease;
  text-align: center;
  margin-bottom: 24px; /* Add margin to ensure a gap at the bottom */
}

.award-columnbox:hover {
  transform: translateY(-5px);
}

.awardbox-header {
  margin-bottom: 15px;
}

.award-logo img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

.awardbox-review {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #fbc02d;
  margin-bottom: 10px;
}

.awardbox-body p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.custom-image-wrapper img {
  max-height: 40rem;
  object-fit: cover;
}

/*cta-banner2*/

.cta-banner2 {
  position: relative;
  padding-bottom: 100px;
}
.custom-banner {
  position: relative;
  background: #000;
  padding: 50px 0 67px;
  border-radius: 8px;
}
.custom-banner .glow4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 163px;
  border-radius: 50%;
  background: rgba(92, 4, 0, 0.8);
  box-shadow: 0 0 0 43px rgba(105, 0, 0, 0.8);
  filter: blur(56px);
}
.custom-banner .glow5 {
  position: absolute;
  top: 43px;
  left: 50px;
  width: 400px;
  height: 40px;
  border-radius: 50%;
  background: rgba(92, 4, 0, 0.8);
  box-shadow: 0 0 0 43px rgba(105, 0, 0, 0.8);
  filter: blur(56px);
}
.cta-banner-content h5 {
  font-family: "WF Visual Sans";
  color: #fff;
  font-size: 24px;
  margin-bottom: 34px;
}
.cta-banner-image {
  position: relative;
}
.cta-banner-image img {
  position: absolute;
  left: 50%;
  top: 37px;
  transform: translate(-50%, -50%);
  max-width: 367px;
  z-index: 1;
}
.shape2 {
  position: absolute;
  bottom: -106px;
  right: 33px;
  width: 723px;
  height: 217px;
}
.cta-banner2 .absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cta-banner2 .absolute .shape1 {
  position: absolute;
  right: 0;
  bottom: -84px;
  mix-blend-mode: luminosity;
  height: 190px;
}

/*cta-section*/

section.cta-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 82px;
}
section.cta-section.cta20 {
  padding-top: 0px;
}
section.cta-section .glow7 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 25px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
}
section.cta-section .glow8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 25px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
  transform: scale(-1);
}
.small-heading {
  color: #000;
  font-size: 30px;
  text-transform: capitalize;
}
.cta-section .border-button {
  margin-top: 30px;
}
.cta-section .border-button a {
  background: #ee0400;
}

/*testimonial*/

section.testimonial-section {
  position: relative;
  background: #000;
  padding-bottom: 100px;
}
section.testimonial-section .glow11 {
  position: absolute;
  top: 33%;
  right: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 42px rgba(254, 0, 0, 0.8);
  filter: blur(70px);
}
section.testimonial-section .glow12 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 42px rgba(254, 0, 0, 0.8);
  filter: blur(70px);
}
.testimonial-section .service-row .title {
  color: #fff;
  margin-bottom: 20px;
}

.testimonial-slider {
  margin-top: 50px;
  overflow: hidden;
}
.testimonial-slider .item.slick-slide {
  width: 100%;
}
.logos-flex {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}
.logos-item img {
  max-width: 170px;
  margin-right: 40px;
}
.testimonial-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 57px;
}
.testimonial-column p {
  flex: 1;
}
.testimonial-footer {
  display: flex;
  justify-content: space-between;
}
.client-details {
  display: flex;
  align-items: center;
}
.testimonial-body p {
  font-family: "BlinkMacSystemFont";
  color: #fff;
  font-size: 20px;
  margin-bottom: 27px;
}
.testimonial-footer .client-image {
  width: 50px;
  height: 50px;
  background: #ee0400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-align: center;
  margin-right: 14px;
}
.testimonial-footer .client-image p {
  margin: 0;
  font-family: "WF Visual Sans";
  color: #fff;
}
.testimonial-footer .client-name h5 {
  font-family: "BlinkMacSystemFont";
  color: #fff;
  font-size: 15px;
}
.testimonial-star ul {
  margin: 0px;
  padding: 0px;
}
.testimonial-star ul li {
  list-style: none;
  color: #ffd200;
  display: inline;
}
.testimonial-footer .client-logos img {
  max-width: 100px;
}

/*achievement-section*/

section.achievement-section {
  position: relative;
}
.serviceCardMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.serviceCardMain .service-box {
  padding: 1rem;
  border-radius: 0.33rem;
  display: flex;
  flex-direction: column;
  max-width: 12.32rem;
  justify-content: center;
}
/*blog-section*/

section.blog-section {
  padding-bottom: 33px;
  position: relative;
}
section.blog-section.pt20 {
  padding-top: 0px;
}
.blog-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-hader {
  border-radius: 13px;
  overflow: hidden;
}
.blog-bar {
  display: flex;
  margin-top: 25px;
  margin-bottom: 20px;
}
.blog-bar h6 {
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.blog-bar p {
  margin-left: 30px;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  margin-bottom: 0px;
}
.blog-content h3 {
  font-family: "BlinkMacSystemFont";
  font-size: 21px;
  width: 100%;
  max-width: 344px;
}
.blog-column.blog-columnsecond {
  margin: 32px 0 30px 25px;
  padding: 20px;
}
.blog-column.blog-columnthird {
  margin: 0 0 30px 0;
  padding: 20px;
}
section.blog-section .glow3 {
  top: 25%;
  box-shadow: 0 0 0 20px rgba(294, 0, 0, 0.8);
}

/*card section*/

/* Card base styles */
section.card-section {
  position: relative;
}
section.card-section .custom-card {
  border: 2px solid #ab0300;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 8px;
}

/* Card title */
section.card-section .custom-card .card-title {
  font-weight: bold;
  font-size: 29px;
}

section.card-section .custom-card p {
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
}

/* Red underline */
section.card-section .custom-card .underline {
  height: 4px;
  width: 161px;
  background-color: #ab0300;
}

/* Hover effect */
section.card-section .custom-card:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

section.card-section .custom-card:hover .underline {
  background-color: #fff;
}

/* Active card */
section.card-section .active-card {
  background-color: #000000;
  color: #fff;
}

section.card-section .active-card:hover .underline {
  background-color: #fff;
}

section.card-section .glow7 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 25px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
}

section.card-section .glow8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 25px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
  transform: scale(-1);
}

/*mobileservice-section*/

section.mobileservice-section {
  position: relative;
}
section.mobileservice-section .border-button a {
  background: #ee0400;
}
/* section.mobileservice-section .border-button a:before {
  border: 1px solid #ee0400;
} */
.mobileservice-lists {
  padding: 0 50px 0 0;
  height: 444px;
  overflow-y: auto;
}
.mobileservice-lists::-webkit-scrollbar {
  width: 5px;
}
.mobileservice-lists::-webkit-scrollbar-track {
  background: #e3e3e3;
}
.mobileservice-lists::-webkit-scrollbar-thumb {
  background: #ee0400;
}
.mobileservice-details p {
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
  margin-bottom: 36px;
}
.mobileservice-div h3 {
  font-family: "WF Visual Sans";
  font-size: 27px;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 20px;
  margin-bottom: 0px;
}
.mobileservice-div p {
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
  margin-bottom: 23px;
}
.mobileservice-flex {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  margin-top: 1rem;
}

/* logos-section */

section.counter-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 101px;
}
section.counter-section .counter-div2 {
  position: relative;
}
section.counter-section.p10 {
  padding: 33px 0;
}
section.counter-section .counter-div2:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #584d4d;
  width: 1px;
  height: 50px;
}
.counter-div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #ee0400;
  padding: 0 30px 0 0;
}
.counter-icon img {
  max-width: 100px;
  min-width: 75px;
  height: 75px;
  object-fit: contain;
}
.counter-detail {
  display: flex;
  flex-direction: column;
  margin-left: 22px;
}
.counter-detail .number {
  font-family: "WF Visual Sans";
  font-weight: 700;
  font-size: 60px;
  margin: 0px;
  line-height: 1;
}
.counter-detail .text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "BlinkMacSystemFont";
  margin: 0px;
  position: relative;
  z-index: 1;
}

/*gamedevelopment-section*/

section.gamedevelopment-section {
  position: relative;
  padding-top: 0px;
}
section.gamedevelopment-section .gamedevelopment-detail .service-row .title {
  margin-bottom: 17px;
}
section.gamedevelopment-section .gamedevelopment-detail p {
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
  color: #000;
}
section.gamedevelopment-section .gamedevelopment-detail .border-button {
  margin-top: 33px;
}
section.gamedevelopment-section .gamedevelopment-detail .border-button a {
  background: #ee0400;
}
section.gamedevelopment-section .gamedevelopment-detail .border-button a {
  border: 1px solid #ee0400;
}
.gamedevelopment-img {
  position: relative;
}
.gamedevelopment-img img {
  margin: auto;
  display: block;
  width: 580px;
  height: 460px;
}
section.gamedevelopment-section .glow10 {
  position: absolute;
  top: 15%;
  left: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 11px rgba(294, 0, 0, 0.8);
  filter: blur(70px);
  transform: scale(-1);
}

/*logos-section*/

section.logos-section {
  position: relative;
}
.logos-slider {
  overflow: hidden;
}
.logos-column {
  padding: 10px;
}
.logos-column img {
  max-width: 150px;
  height: 40px;
  object-fit: cover;
  display: block;
  margin: auto;
}
/*.logos-column img {*/
/*    max-width: 158px;*/
/*    height: 40px;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/
.logos-heading h3 {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  text-transform: capitalize;
  font-family: "WF Visual Sans";
}

/*black-section*/

section.black-section {
  background: #000;
  padding-top: 95px;
  padding-bottom: 80px;
}
section.black-section .title {
  color: #fff;
  margin-bottom: 29px;
}
section.black-section .border-button a {
  background: #ee0400;
}
/* section.black-section .border-button a:before {
  border: 1px solid #ee0400;
} */
.black-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px;
  border: 2px solid #ee0400;
  background: #ffff;
  border-radius: 15px;
  transition: all ease 0.3s;
}
.black-column h3 {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 12px;
  color: #000;
}
.black-column p {
  font-family: "BlinkMacSystemFont";
  color: #000;
  margin-bottom: 0px;
  font-size: 16px;
}
.mb-21 {
  margin-bottom: 28px;
}
.black-column:hover {
  background: #ee0400;
}
.black-column:hover h3 {
  color: #fff;
}
.black-column:hover p {
  color: #fff;
}

/*white-section*/

section.white-section .service-row p {
  color: #000;
}
section.white-section .image img {
  display: block;
  max-width: 350px;
  margin: auto;
}
.accordion {
  --bs-accordion-bg: none !important;
}
.whiteaccordion .accordion-button {
  text-transform: capitalize;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.whiteaccordion .accordion-body {
  font-family: "BlinkMacSystemFont";
  font-size: 16px;
  font-weight: 500;
}
.whiteaccordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom: 0px;
}
.whiteaccordion .accordion-button:not(.collapsed) {
  border-collapse: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.whiteaccordion .accordion-button:focus {
  box-shadow: none;
}
.whiteaccordion .accordion-item {
  position: relative;
  background: #fff;
  z-index: 1;
  margin-bottom: 20px;
  border: 0px;
}
.whiteaccordion .accordion-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px rgba(294, 0, 0, 0.8);
  margin-bottom: 20px;
  z-index: -1;
  filter: blur(4px);
}
.whiteaccordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  background: transparent;
  border-collapse: none;
  box-shadow: none;
  outline: none;
}

/*faq-section*/

section.faq-section {
  position: relative;
}
section.faq-section .service-row p {
  color: #000;
}
section.faq-section .glow12 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 20px;
  height: 252px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 18px rgba(254, 0, 0, 0.8);
  filter: blur(46px);
}
section.faq-section .accordion-item {
  border-top: 2px solid #eaeaea;
  border-bottom: 0;
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
  padding: 20px 0;
}
section.faq-section .accordion-item > .accordion-header .accordion-button {
  font-size: 17px;
}
section.faq-section
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  background: transparent;
  font-family: "BlinkMacSystemFont";
}
section.faq-section .accordion-button:focus {
  box-shadow: none;
}
section.faq-section .accordion-item {
  border-left: 0px;
  border-radius: 0px;
  border-right: 0;
}
section.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}
section.faq-section .accordion-button:not(.collapsed) {
  background: transparent;
}
section.faq-section .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  transition: transform 0.3s ease;
  background: none;
  color: #747474;
  font-size: 25px;
}
section.faq-section .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: none;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0px;
}

/*footer*/

footer {
  position: relative;
  background: black;
  padding: 0px;
}
.upper-footer {
  padding: 50px 0 27px;
  border-bottom: 1px solid #514e4e;
}
.lower-footer {
  padding: 47px 0 45px;
}
.widget {
  margin-bottom: 20px;
}
.widget p {
  position: relative;
  text-transform: capitalize;
  color: #514e4e;
  padding-left: 19px;
  font-size: 18px;
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  margin: 0;
}
.widget p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #ee0400;
  border-radius: 100px;
}
.footer-menu ul {
  padding: 0px;
}
.footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #fff;
  /*text-transform: capitalize;*/
  font-size: 20px;
  font-family: "BlinkMacSystemFont";
  text-decoration: none;
}
.footer-logo .footerLogo {
  font-family: "WF Visual Sans";
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.footer-logo p {
  color: #514e4e;
  font-family: "BlinkMacSystemFont";
  margin-bottom: 0px;
  margin-top: 38px;
  font-size: 14px;
  text-align: center;
}
.footer-list2 {
  margin-top: 20px;
}
.footer-list2 ul li {
  display: inline;
  margin-right: 10px;
}
.footer-list2 ul li a {
  font-size: 15px;
  color: #514e4e;
  text-decoration: none;
  text-transform: capitalize;
}
.footer-socialicon ul {
  padding: 0px;
}
.footer-socialicon ul li {
  list-style: none;
  display: inline;
  margin-right: 20px;
}
.footer-socialicon ul li a i {
  color: #fff;
  font-size: 30px;
}
footer .phone {
  font-size: 20px !important;
}
/*aitailoredclients-section*/

section.aitailoredclients-section {
  position: relative;
}
.aitailoredclients-section .service-row p {
  color: #000;
}
/*.aitailoredclients-section .service-row ul {*/
/*  list-style-type: disc;*/
/*  padding-left: 20px;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.aitailoredclients-section .service-row ul li {*/
/*  margin-bottom: 10px;*/
/*}*/

/*.aitailoredclients-section .service-row ul li p {*/
/*  margin: 0;*/
/*}*/
.checkUl {
  white-space: nowrap;
  column-count: 2;
  margin-top: 1rem;
}
.checkUl > li {
  position: relative;
  list-style: none;
  margin-bottom: 0.22rem;
  font-family: "BlinkMacSystemFont";
  color: #000;
  font-size: 20px;
}
.checkUl > li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -1.59rem;
  color: #d50400;
}

.techList {
  white-space: nowrap;
  column-count: 1;
  margin-top: 1rem;
}
.techList > li {
  position: relative;
  list-style: none;
  margin-bottom: 0.22rem;
  font-family: "BlinkMacSystemFont";
  color: #000;
  font-size: 20px;
}
.techList > li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -1.59rem;
  color: #d50400;
}

.techList1 {
  white-space: nowrap;
  column-count: 1;
  margin-top: 1rem;
}
.techList1 > li {
  position: relative;
  list-style: none;
  margin-bottom: 0.22rem;
  font-family: "BlinkMacSystemFont";
  color: #fff;
  font-size: 20px;
}
.techList1 > li::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -1.59rem;
  color: #d50400;
}

.mobileservice-section .checkUl {
  column-count: 1;
}

.gray-section {
  background: #f2f2f2 !important;
}

/*aiapplicationdevelopment-section*/

section.aiapplicationdevelopment-section {
  position: relative;
}
.aiapplicationdevelopment-img img {
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: block;
}
section.aiapplicationdevelopment-section .service-row {
  margin-bottom: 16px;
}
section.aiapplicationdevelopment-section .service-row p {
  color: #000;
  margin-bottom: 0px;
}
.aiapplicationdevelopment-list ul {
  padding: 0px;
}
.aiapplicationdevelopment-list ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-family: "BlinkMacSystemFont";
  font-size: 17px;
  margin-bottom: 7px;
  color: #000;
}
.aiapplicationdevelopment-list ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #ee0400;
}

/*whychoosetailored-section*/

section.whychoosetailored-section {
  position: relative;
}
section.whychoosetailored-section .service-row p {
  color: #000;
}
.whychoosetailored-section .service-row .border-button a {
  background: #ee0400;
}
.mobile2img {
  display: block;
  max-width: 400px;
  margin: auto;
}

.mobile4img {
  display: block;
  /*max-width: 500px;*/
  margin: auto;
}

/*comprehensiveai-solution*/

section.comprehensiveai-solution {
  position: relative;
}
section.comprehensiveai-solution .glow12 {
  position: absolute;
  top: 20%;
  left: 0;
  height: 252px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 18px rgba(254, 0, 0, 0.8);
  filter: blur(46px);
}
section.comprehensiveai-solution .service-row p {
  color: #000;
}
.comprehensiveai-column {
  position: relative;
  /*display: flex;*/
  /*flex-direction: column;*/
  background: #fff;
  padding: 20px 20px;
  height: 100%;
  border-radius: 20px;
  transition: 0.3s ease;
}
.comprehensiveai-column:hover {
  background: #ee0400;
}
.comprehensiveai-column:hover h3 {
  color: #fff;
}
.comprehensiveai-column:hover h3 span {
  color: #fff;
}
.comprehensiveai-column:hover p {
  color: #fff;
}
.comprehensiveai-column:hover h3:before {
  background: linear-gradient(
    to right,
    rgba(238, 4, 0, 1),
    rgba(255, 255, 255, 1)
  );
}
.comprehensiveai-column h3 {
  position: relative;
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 210px;
  font-size: 25px;
  flex: 1;
}
.comprehensiveai-column h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 4px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5),
    rgba(238, 4, 0, 1)
  );
}
.comprehensiveai-column h3 span {
  color: #ee0400;
}
.comprehensiveai-column p {
  margin-bottom: 0px;
  font-family: "BlinkMacSystemFont";
  flex: 1;
  font-weight: 500;
  font-size: 17px;
}

/*contactus-section*/

section.contactus-section {
  position: relative;
}
section.contactus-section .service-row p {
  color: #000;
}
section.contactus-section .contact-content p {
  color: #000;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  margin-bottom: 25px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ee0400;
  padding: 25px 12px;
  border-radius: 6px;
}
.contact-details P {
  color: #fff;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
  padding-bottom: 9px;
}
.contact-details h3 {
  font-family: "WF Visual Sans";
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
}
.separator {
  width: 100%;
  border-top: 1px solid #fff;
}
.contact-list2 {
  margin-top: 27px;
}
.contact-list2 ul {
  padding-left: 0px;
}
.contact-list2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-list2 ul li .icon i {
  width: 50px;
  height: 50px;
  background: #f13633;
  border-radius: 100px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.contact-list2 ul li .text {
  margin-left: 20px;
}
.contact-list2 ul li .text p {
  font-size: 16px;
}
.contact-list2 ul li .text h5 {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.contact-form {
  background: #fff;
  padding: 45px 12px;
  border-radius: 6px;
}
.contact-form .contact-content h3 {
  font-family: "WF Visual Sans";
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}
.contact-form .form3 form input {
  border-color: #cccccc;
  border-radius: 100px;
  margin-bottom: 20px;
  height: 45px;
  font-family: "BlinkMacSystemFont";
  color: #646464;
  padding: 10px 17px;
}
.contact-form .form3 form input:focus {
  border-color: #cccccc;
  box-shadow: none;
  outline: none;
}
.contact-form .form3 form select {
  border-color: #cccccc;
  border-radius: 100px;
  margin-bottom: 20px;
  height: 45px;
  font-family: "BlinkMacSystemFont";
  color: #646464;
  padding: 10px 17px;
}
.contact-form .form3 form select option {
  font-family: "BlinkMacSystemFont";
  text-transform: capitalize;
  color: #646464;
}
.contact-form .form3 form select:focus {
  border-color: #cccccc;
  box-shadow: none;
  outline: none;
}
.contact-form .form3 form textarea {
  border-color: #cccccc;
  margin-bottom: 20px;
  border-radius: 6px;
  font-family: "BlinkMacSystemFont";
  color: #646464;
  padding: 10px 17px;
}
.contact-form .form3 form textarea:focus {
  border-color: #cccccc;
  box-shadow: none;
  outline: none;
}
.contact-form .form3 form ::placeholder {
  text-transform: capitalize;
  font-family: "BlinkMacSystemFont";
  color: #646464;
}
.contact-form .form3 form .submit {
  position: relative;
  background: #ee0400;
  color: #fff;
  width: fit-content;
  z-index: 1;
  margin-left: 10px;
}
.w_fit {
  width: fit-content;
}
/* .contact-form .form3 form .submit:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 100%;
  height: 41px;
  border-radius: 100px;
  border: 1px solid #ee0400;
  z-index: -1;
} */

.contact-form .form3 form .submit {
  position: relative;
  border: none;
  border-radius: 100px;
  background: #ee0400;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  text-transform: capitalize;
  overflow: hidden;
}

.contact-form .form3 form .submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 100px;
  background-color: #212121;
  z-index: -1;
  transition: width 250ms ease-in-out;
}

.contact-form .form3 form .submit:hover {
  color: #e8e8e8;
}

.contact-form .form3 form .submit:hover::before {
  width: 100%;
}

/*aisolution-development*/

section.aisolution-development {
  position: relative;
}
section.aisolution-development .glow12 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 30px rgba(254, 0, 0, 0.8);
  filter: blur(46px);
}
section.aisolution-development .glow11 {
  position: absolute;
  top: 33%;
  right: 0;
  width: 20px;
  height: 300px;
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(254, 0, 0, 0.8);
  filter: blur(46px);
}

.black-section {
  background: #000;
}
section.aisolution-development .service-row .title {
  color: #fff;
}
section.aisolution-development .service-row p {
  color: #fff;
}
.aisolution-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 25px 35px;
}
.aisolution-column:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 44%;
  bottom: -17px;
  background: red;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.aisolution-firstcolumn {
  border: 1px solid #ee0400;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.aisolution-lastcolumn {
  border: 1px solid #ee0400;
  border-left: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.aisolution-secondcolumn {
  border: 1px solid #ee0400;
  border-left: 0px;
}
.aisolution-thirdcolumn {
  border: 1px solid #ee0400;
  border-left: 0px;
}
.aisolution-body {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
}
.aisolution-column img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 15px;
}
.aisolution-column h3 {
  color: #ee0400;
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  font-size: 24px;
  flex: 1;
  text-transform: capitalize;
}
.aisolution-column p {
  color: #fff;
  flex: 1;
  margin-bottom: 0px;
}
.aisolution-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aisolution-header .number {
  font-size: 50px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}

.flip-card {
  background-color: rgba(0, 0, 0, 0);
  /*width: 300px;*/
  height: 320px;
  perspective: 1000px;
}
/*.flip-card::before,*/
/*.flip-card::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-color: transparent;*/

/*}*/

.flip-card::before,
.flip-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-bottom: 1px solid transparent; /* This creates a bottom border that is invisible */
  pointer-events: none; /* Prevent interference with user interaction if needed */
}

.flip-card::before {
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #d9d9d9;
  z-index: 2;
}

.flip-card::after {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  z-index: 2;
}
.flip-card:hover::after {
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.flip-card:hover::before {
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}

/* This container is needed to position the front and back side */
/*.flip-card-inner {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  text-align: center;*/
/*  transition: transform 0.8s;*/
/*  transform-style: preserve-3d;*/
/*}*/

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/*.flip-card-front {*/
/*  background-color: #bbb;*/
/*  color: black;*/
/*}*/

.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flip-card-front h3 {
  min-width: 100px;
  margin-top: 14px;
  max-width: 290px;
}
/* Style the back side */
.flip-card-back {
  /*background-color: dodgerblue;*/
  /*color: white;*/
  /*transform: rotateY(180deg);*/
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.flip-card-back {
  transform: rotateY(180deg);
  padding: 10px;
  background: #de253a;
  color: #fff;
}
.flip-card-back ul {
  text-align: left;
  padding-left: 20px; /* optional for indentation */
  list-style-position: inside; /* optional to keep bullets aligned */
  color: #fff; /* make sure text is white if needed */
}

/*.flip-box-back {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*    display: flex*/
/*;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/

/*companyleverage*/

section.companyleverage {
  position: relative;
}
section.companyleverage .glow11 {
  position: absolute;
  top: 51%;
  right: 0;
  width: 20px;
  height: 209px;
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(239, 0, 0, 0.8);
  filter: blur(46px);
}
section.companyleverage .glow12 {
  position: absolute;
  top: 28%;
  left: 0;
  width: 20px;
  height: 252px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 18px rgba(254, 0, 0, 0.8);
  filter: blur(46px);
}
section.companyleverage .service-row p {
  color: #000;
}
section.companyleverage .companyleverage-tabs {
  border-bottom: 0px;
}
section.companyleverage .companyleverage-tabs.nav-tabs {
  width: 900px;
}
section.companyleverage .companyleverage-tabs.nav-tabs .nav-item {
  margin-right: 20px;
}
section.companyleverage .companyleverage-tabs.nav-tabs .nav-item:last-child {
  margin-right: 0px;
}
section.companyleverage .companyleverage-tabs.nav-tabs .nav-link {
  border-color: transparent;
  border: 0;
  border-radius: 100px;
  font-family: "BlinkMacSystemFont";
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding: 7px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
section.companyleverage .companyleverage-tabs.nav-tabs .nav-link.active {
  color: #fff;
  background: #ee0400;
}
.tabs-icon {
  position: relative;
}
.tabs-icon .circle1 {
  position: absolute;
  left: 39px;
  top: 190px;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle1 img {
  max-width: 23px;
}
.tabs-icon .circle1 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 11px;
}
.tabs-icon .circle2 {
  position: absolute;
  left: 230px;
  top: 123px;
  width: 125px;
  height: 125px;
  box-shadow: 0 0 17px 0px rgba(255, 0, 0, 0.3);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle2 img {
  max-width: 50px;
}
.tabs-icon .circle2 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}
.tabs-icon .circle3 {
  position: absolute;
  left: 459px;
  top: 123px;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle3 img {
  max-width: 23px;
}
.tabs-icon .circle3 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 11px;
}
.tabs-icon .circle4 {
  position: absolute;
  left: 650px;
  top: 70px;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle4 img {
  max-width: 44px;
}
.tabs-icon .circle4 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 11px;
}
.tabs-icon .circle5 {
  position: absolute;
  left: 836px;
  top: -41px;
  width: 115px;
  height: 115px;
  box-shadow: 0 0 17px 0px rgba(255, 0, 0, 0.3);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle5 img {
  max-width: 50px;
}
.tabs-icon .circle5 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
}
.tabs-icon .circle6 {
  position: absolute;
  right: 140px;
  top: -29px;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle6 img {
  max-width: 35px;
}
.tabs-icon .circle6 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.tabs-icon .circle7 {
  position: absolute;
  left: 0px;
  top: 384px;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle7 img {
  max-width: 35px;
}
.tabs-icon .circle7 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.tabs-icon .circle8 {
  position: absolute;
  left: 187px;
  top: 295px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle8 img {
  max-width: 35px;
}
.tabs-icon .circle8 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.tabs-icon .circle9 {
  position: absolute;
  left: 371px;
  top: 273px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle9 img {
  max-width: 35px;
}
.tabs-icon .circle9 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 10px;
}
.tabs-icon .circle10 {
  position: absolute;
  right: 626px;
  top: 249px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle10 img {
  max-width: 35px;
}
.tabs-icon .circle10 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.tabs-icon .circle11 {
  position: absolute;
  right: 418px;
  top: 203px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle11 img {
  max-width: 35px;
}
.tabs-icon .circle11 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.tabs-icon .circle12 {
  position: absolute;
  top: 151px;
  right: 212px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle12 img {
  max-width: 35px;
}
.tabs-icon .circle12 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.tabs-icon .circle13 {
  position: absolute;
  top: 540px;
  left: 175px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle13 img {
  max-width: 35px;
}
.tabs-icon .circle13 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.tabs-icon .circle14 {
  position: absolute;
  top: 440px;
  left: 375px;
  width: 125px;
  height: 125px;
  box-shadow: 0 0 17px 0px rgba(255, 0, 0, 0.3);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle14 img {
  max-width: 35px;
}
.tabs-icon .circle14 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.tabs-icon .circle15 {
  position: absolute;
  top: 390px;
  left: 575px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle15 img {
  max-width: 35px;
}
.tabs-icon .circle15 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.tabs-icon .circle16 {
  position: absolute;
  top: 330px;
  left: 730px;
  width: 125px;
  height: 125px;
  box-shadow: 0 0 17px 0px rgba(255, 0, 0, 0.3);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle16 img {
  max-width: 50px;
}
.tabs-icon .circle16 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.tabs-icon .circle17 {
  position: absolute;
  top: 330px;
  right: 300px;
  width: 85px;
  height: 85px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle17 img {
  max-width: 35px;
}
.tabs-icon .circle17 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.tabs-icon .circle18 {
  position: absolute;
  top: 273px;
  right: 82px;
  width: 125px;
  height: 125px;
  box-shadow: 0 0 17px 0px rgba(255, 0, 0, 0.3);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabs-icon .circle18 img {
  max-width: 35px;
}
.tabs-icon .circle18 p {
  font-family: "BlinkMacSystemFont";
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}
.h100 {
  height: 622px;
}

/*blockchain-solution*/

section.blockchain-solution {
  position: relative;
}
section.blockchain-solution .service-row p {
  color: #000;
}
.blockchain-div {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
  border-radius: 6px;
  justify-content: center;
  text-align: center;
  padding: 40px 20px 20px;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.blockchain-div:hover {
  border: 1px solid #ee0400;
}
.blockchain-div img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}
.blockchain-div p {
  font-weight: 700;
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
}
.mb20 {
  margin-bottom: 17px;
}

/*blockchain-services*/

section.blockchain-services {
  position: relative;
}
section.blockchain-services:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 59%;
  width: 136px;
  height: 75%;
  transform: translate(-50%, -50%);
  background: url("../images/blockchain-services/1.webp") no-repeat;
  background-size: cover;
}
.seccolumn1 {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  z-index: 2;
}
.seccolumn-bg {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0b0e13;
  padding: 83px 55px 33px 70px;
  transition: all 0.3s;
  z-index: 2;
}
.seccolumn1:hover::before {
  display: block;
  opacity: 1;
}
.seccolumn1:hover .seccolumn-bg:after {
  border-top: 100px solid #ee0400;
  display: block;
  opacity: 1;
}
.seccolumn2:hover .seccolumn-bg:after {
  border-top: 100px solid #ee0400;
  display: block;
  opacity: 1;
}
.seccolumn2:hover::before {
  display: block;
  opacity: 1;
}
.hexashape1 {
  position: absolute;
  right: -56px;
  bottom: 38px;
}
.hexashape2 {
  position: absolute;
  left: -56px;
  top: 38px;
}
.seccolumn2 {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0b0e13;
}
.seccolumn2 p {
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
  color: #fff;
}
.seccolumn2 h4 {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
  font-weight: 700;
  font-family: "WF Visual Sans";
  color: #fff;
  text-transform: capitalize;
}
.seccolumn2-number {
  position: absolute;
  top: 24px;
  right: 24px;
}
.seccolumn2-number h2 {
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}
.seccolumn1 h4 {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
  font-weight: 700;
  font-family: "WF Visual Sans";
  color: #fff;
  text-transform: capitalize;
}
.seccolumn1-number {
  position: absolute;
  top: 24px;
  right: 24px;
}
.seccolumn1-number h2 {
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}
.seccolumn1 .seccolumn-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
  border-top-left-radius: 8px;
  transform: rotate(360deg);
  transition: all 0.3s ease;
}
.seccolumn2 .seccolumn-bg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
  border-top-left-radius: 8px;
  transform: rotate(181deg);
}
.seccolumn1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff0000cc;
  box-shadow: 0 0 0 0px rgba(290, 0, 0, 0.8);
  filter: blur(11px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.seccolumn2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff0000cc;
  box-shadow: 0 0 0 0px rgba(290, 0, 0, 0.8);
  filter: blur(11px);
  opacity: 0;
  transition: all 0.3s ease;
}
.seccolumn1 p {
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
  color: #fff;
}

/*blockshain-developmentplatform*/

section.blockshain-developmentplatform {
  position: relative;
}
section.blockshain-developmentplatform .service-row p {
  color: #000;
}
.developmentplatform-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.developmentplatform-logos .column1 {
  display: flex;
  flex-wrap: wrap;
}
.developmentplatform-logos .column1 img {
  width: 100%;
  max-width: 157px;
  height: 48px;
  object-fit: cover;
}

/*industries tab
 Industries We Serve with Hybrid Mobile App Development*/

.sectionPadding {
  padding-top: 4.75rem;
  padding-bottom: 5.3125rem;
}
.businessModelMainTabUl .nav-item .nav-link {
  letter-spacing: 0.7px;
  padding: 0.55rem 2rem !important;
  font-weight: 600;
  border: 2px solid #2657e8;
  background-color: #fff;
  border-radius: 2rem;
  color: #2657e8;
}

.brandDetail .nav-link {
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 2px solid#2657e8;
  border-radius: 0.77rem;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 0.049rem;
  text-align: start;
  font-family: "WF Visual Sans";
}

.brandDetail .nav-link > div {
  display: flex;
}

.brandDetail .nav-link img {
  max-width: 3rem;
}

.brandDetail .brandDetailBg {
  background-color: #2657e8;
  padding: 1rem;
  border-radius: 1rem;
  max-height: 38rem;
  min-height: 38rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.brandDetail .brandDetailBg::before {
  content: "";
  background: url(../images/busines-models/bg-pattern.svg);
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 38rem;
  width: 100%;
  z-index: -1;
}

.brandDetail .brandDetailBg img {
  width: 13rem;
}

.brandDetail .brandDetailBg p {
  color: #fff;
  margin-top: 1rem;
}

.brandDetail .brandDetailBg img {
  width: 13rem;
}

.brandDetail .brandDetailBg p {
  color: #fff;
  margin-top: 1rem;
}

.brandAppDetailTab .nav-item .nav-link {
  border: none;
  border-radius: 0.77rem;
  background-color: transparent;
  font-weight: 600;
  letter-spacing: 0.049rem;
}

.brandAppDetailTab {
  box-shadow: 0px 0px 10px 4px #00000026;
  background: #edf2ff;
  border-radius: 1rem;
  margin-top: 2rem;
}

.brandAppDetailTab .nav-item .nav-link.active {
  color: var(--primary);
  border: none !important;
  border-bottom: 2px solid #2657e8 !important;
  border-radius: 0rem;
}

.brandAppDetailTab .nav-item .nav-link {
  border: none;
  border-radius: 0.77rem;
  background-color: transparent;
  font-weight: 600;
  letter-spacing: 0.049rem;
}

.brandAppDetailTab {
  box-shadow: 0px 0px 10px 4px #00000026;
  background: #edf2ff;
  border-radius: 1rem;
  margin-top: 2rem;
}

.brandAppDetailTab .nav-item .nav-link.active {
  color: #2657e8;
  border: none !important;
  border-bottom: 2px solid #2657e8 !important;
  border-radius: 0rem;
}
.gradientCircle {
  position: relative;
  /* z-index: 1; */
  /* overflow: hidden; */
}

.gradientCircle::after {
  --bg-color: #3cb8ff;
  content: "";
  position: absolute;
  top: 50%;
  width: 22.5rem;
  height: 22.5rem;
  opacity: 0.325;
  background: radial-gradient(var(--bg-color) -30%, transparent 70%);
  z-index: -1;
}
.rightTopGradient::after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.bgLightGray {
  background-color: #f0f2f3 !important;
}

.gradientCircle.lightGradient::after {
  --bg-color: #fff;
  opacity: 0.2;
}

.brandAppDetail .brandAppImage {
  width: 60% !important;
}

/*blockchain-customapp*/

section.blockchain-customapp {
  position: relative;
}
section.blockchain-customapp .service-row p {
  color: #000;
}
section.blockchain-customapp .customapp-column {
  position: relative;
  border: 1px solid #000;
  padding: 30px 39px 30px 40px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 15px;
  transition: all 0.3s;
}
section.blockchain-customapp .customapp-column:hover {
  border: 1px solid #ee0400;
}
section.blockchain-customapp .customapp-column h4 {
  font-family: "BlinkMacSystemFont";
  font-size: 25px;
  font-weight: 700;
}
section.blockchain-customapp .customapp-column p {
  font-family: "BlinkMacSystemFont";
  font-size: 16px;
  margin-bottom: 0px;
}
section.blockchain-customapp .gap1 .col-lg-4 {
  margin-bottom: 48px;
}
section.blockchain-customapp .customapp-column .number {
  position: absolute;
  right: 19px;
  top: 8px;
  font-size: 50px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #ee0400);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}
section.blockchain-customapp .customapp-column h4 {
  max-width: 300px;
}

/*cms-fearures*/

section.cms-fearures {
  position: relative;
}
section.cms-fearures .gap1 .col-lg-4:nth-child(1) .cms-column:after {
  border-top: none;
}
section.cms-fearures .gap1 .col-lg-4:nth-child(2) .cms-column:after {
  border-top: none;
}
section.cms-fearures .gap1 .col-lg-4:nth-child(3) .cms-column:before {
  border-right: none;
}
section.cms-fearures .gap1 .col-lg-4:nth-child(3) .cms-column:after {
  border-top: none;
}
section.cms-fearures .gap1 .col-lg-4:nth-child(6) .cms-column:before {
  border-right: none;
}
section.cms-fearures .gap1 .col-lg-4:last-child .cms-column:before {
  border-right: none;
}
section.cms-fearures .gap1 .col-lg-4 {
  padding: 0px;
}
section.cms-fearures .service-row p {
  color: #000;
  margin-bottom: 0px;
}
.cms-column {
  position: relative;
  padding: 20px 25px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  transition: all 0.3s ease;
}
.cms-column:hover h4 {
  color: #ee0400;
}
.cms-column:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #000;
}
.cms-column:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid #000;
}
.cms-column h4 {
  font-family: "BlinkMacSystemFont";
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.cms-column p {
  font-family: "BlinkMacSystemFont";
  font-size: 16px;
}

/*sperior-contentmanagement*/

section.sperior-contentmanagement {
  position: relative;
}
section.sperior-contentmanagement .service-row p {
  color: #000;
}
.speriorcontentmanagement-slider .item {
  margin: 12px;
}
.contentmanagement-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid #ee0400;
  border-radius: 8px;
  padding: 20px 51px 0;
}
.contentmanagement-column h4 {
  font-family: "BlinkMacSystemFont";
  font-size: 22px;
  font-weight: 700;
  /* width: 255px; */
  max-width: 500px;
}
.contentmanagement-column p {
  font-family: "BlinkMacSystemFont";
  font-size: 16px;
}
section.sperior-contentmanagement .speriorcontentmanagement-slider {
  overflow: hidden;
}
.contentmanagement-column .number {
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 50px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #ee0400);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}

/*whychoose-crmdevelopment*/

section.whychoose-crmdevelopment {
  position: relative;
}
section.whychoose-crmdevelopment .gap1 .col-lg-4 {
  margin: 14px 0;
}
section.whychoose-crmdevelopment .service-row p {
  color: #000;
}
section.whychoose-crmdevelopment .service-row h4 {
  color: #000;
}
.crmdevelopment-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ee0400;
  border-radius: 10px;
  padding: 28px 83px 28px 28px;
}
.crmdevelopment-column h4 {
  font-family: "BlinkMacSystemFont";
  font-size: 22px;
  font-weight: 700;
  width: 273px;
}
.crmdevelopment-column p {
  margin-bottom: 0px;
  font-family: "BlinkMacSystemFont";
  font-size: 16px;
}
.crmdevelopment-column .number {
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #ee0400);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}

/*toolbox-crm*/

section.toolbox-crm {
  position: relative;
}
section.toolbox-crm .gap1 .col-lg-2 {
  margin-bottom: 23px;
}
section.toolbox-crm .service-row p {
  color: #000;
}
.toolbox-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
}
.toolbox-column img {
  max-width: 80px;
  margin: 0 auto 13px;
}
.toolbox-column p {
  font-family: "BlinkMacSystemFont";
  font-size: 22px;
  text-transform: capitalize;
}
.background-green {
  background: #cef6ed;
  border-bottom: 7px solid #07d5a7;
}
.background-orange {
  background: #ffebd8;
  border-bottom: 7px solid #fe9a34;
}
.background-blue {
  background: #e3edf9;
  border-bottom: 7px solid #6fa7e0;
}
.background-pink {
  background: #f4e9f7;
  border-bottom: 7px solid #c28ed7;
}
.background-yellow {
  background: #fdf3d8;
  border-bottom: 7px solid #f5c642;
}
.background-darkpink {
  background: #fae3e9;
  border-bottom: 7px solid #e77993;
}

/*portfolio-section*/

.portfolio-section .highlight {
  color: #e60000;
}

.video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 10px;
  padding-right: 50px;
}

.video-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  padding-right: 20px;
}

.overlay {
  position: absolute;
  bottom: 15px;
  right: 102px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
}
.play-btn {
  background: red;
  border: none;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
}

.caption h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.caption p {
  margin: 0;
  font-size: 12px;
  color: #ccc;
}
/*fintech-feature-tabs*/
.fintech-feature-tabs {
  background-color: #1e2e3e;
}

.fintech-feature-tabs .section-title {
  font-size: 28px;
}
.nav-pills .nav-link h3 {
  font-size: 1.22rem;
}
.fintech-feature-tabs .nav-pills .nav-link {
  color: #000;
  font-weight: 500;
  text-align: left;
  border-left: 3px solid #000;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 24px;
}

.fintech-feature-tabs .nav-pills .nav-link.active {
  background: none;
  color: #ee0400;
  border-left: 3px solid #ee0400;
}

.fintech-feature-tabs .tab-content {
  border-left: 4px solid #ee0400;
  padding-left: 20px;
}
/*.fintech-feature-tabs .tab-content {*/
/*  border-left: 4px solid #ee0400;*/
/*  padding-left: 20px;*/
/*  min-height: 400px;*/
/*}*/
.fintech-feature-tabs .tab-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

/*hybridapp-development*/

.hybridapp-development .hybridapplist {
  padding-left: 0;
  list-style: none;
}

.hybridapp-development .hybridapplist li {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 7px;
}

.hybridapp-development .hybridapplist li h3 {
  font-family: "WF Visual Sans";
  font-weight: 600;
  font-size: 1.55rem;
}

.hybridapp-development .hybridapplist li img {
  max-width: 60px;
  flex-shrink: 0;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .hybridapp-development .hybridapplist li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/*crossplatform-appdevelopment*/

section.crossplatform-appdevelopment {
  position: relative;
  overflow: hidden;
}
section.crossplatform-appdevelopment .crossplatform-appdevelopment2 .gap1 .m20 {
  margin-bottom: 20px;
}
section.crossplatform-appdevelopment .container {
  position: relative;
}
.position-relative {
  position: relative;
}
.line1 {
  position: absolute;
  right: 0;
  top: 0;
}
section.crossplatform-appdevelopment .border-button {
  text-align: center;
}
.crossplatform-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #14161d;
  border-radius: 10px;
  border: 1px solid #ee0400;
  padding: 20px 20px;
  z-index: 1;
}
.crossplatform-column2 {
  height: auto;
}
/*.crossplatform-column h3 {*/
/*  font-family: "WF Visual Sans";*/
/*  color: #fff;*/
/*}*/
/*.crossplatform-column p {*/
/*  font-family: "BlinkMacSystemFont";*/
/*  color: #fff;*/
/*  margin-top: 12px;*/
/*}*/

.crossplatform-column h3 {
  font-family: "WF Visual Sans";
  color: #fff;
  margin-bottom: -5px;
  margin-top: 6px;
}
.crossplatform-column p {
  font-family: "BlinkMacSystemFont";
  color: #fff;
  margin-top: 18px;
}
.lines1 {
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 385px;
}
.lines1 span {
  height: 100%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(120, 120, 120, 1)
  );
}
.ccolumn .number {
  font-size: 60px;
  font-family: "WF Visual Sans";
  font-weight: 700;
  color: #ee0400;
}
.ccolumn p {
  font-family: "BlinkMacSystemFont";
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}
section.crossplatform-appdevelopment.crossplatform-appdevelopment2 .lines1 {
  height: 685px;
}

/*real_estate-features*/
section.real_estate-features {
  position: relative;
}

.text-highlight {
  color: #e02020; /* Bright red */
}

/* Section background */
.bg_dark_red {
  /*background: linear-gradient(98.95deg, #d80606 0.51%, #830000 99.49%);*/
  background: #ee0400 !important;
}
.businessSliderSection {
  background-color: var(--light-primary);
  overflow-x: hidden;
  position: relative;
}

.businessSliderSection .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.businessSliderCard {
  padding: 3rem 2.5rem;
  background-color: #fff;
  border-radius: 2rem;
}

.businessSliderCard .companyLogo {
  width: 5.5rem !important;
  filter: invert(1) brightness(100);
}

.businessSliderCard .playStoreIcon {
  width: 3rem !important;
}

.businessSliderCard p {
  color: #fff;
}

.businessSliderCard .ratingInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  color: #fff;
  margin-top: 2.5rem;
}

.businessSliderCard h6 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  margin-top: 2.825rem;
}
.btn_primary.btn_dark {
  background-color: #212121;
  color: #fff;
  box-shadow: none;
}
.btnTextContainer {
  margin-left: 1.33rem;
  margin-right: 0.55rem;
}
.btn_primary .iconContainer {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.2875rem solid #fff;
  color: #fff;
}

.btn_primary.btn_dark .iconContainer {
  background-color: #fff;
  border: 0.2875rem solid #212121;
  color: #212121;
}
.iconContainer > i {
  height: 1rem;
}

.btn_primary.btn_dark {
  background-color: #212121;
  color: #fff;
  box-shadow: none;
}

.btn_primary {
  display: flex;
  height: fit-content;
  background-color: #2657e8;
  border-radius: 2.5rem;
  /* box-shadow: 0 0.3125rem 0.625rem #bebebe; */
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn_primary .iconContainer {
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.2875rem solid #2657e8;
  color: var(--primary);
}

.btn_primary.btn_light .iconContainer {
  background-color: #2657e8;
  border: 0.2875rem solid #fff;
  color: #fff;
}

.iconContainer > i {
  height: 1rem;
}

.btnTextContainer {
  margin-left: 1.33rem;
  margin-right: 0.55rem;
}

/* Tabs */
.real-estate-tabs .nav-link {
  border-radius: 50px;
  padding: 0.6rem 1.5rem;
  margin: 0 8px;
  font-weight: 500;
  color: #e02020;
  border: 1.5px solid #e02020;
  background-color: white;
  transition: all 0.3s ease;
}

.real-estate-tabs .nav-link.active {
  background-color: #e02020;
  color: white;
  border-color: #e02020;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .real-estate-tabs {
    flex-direction: column;
    align-items: center;
  }

  .real-estate-tabs .nav-link {
    margin-bottom: 10px;
  }
}

/*technology-section2*/

section.technology-section2 {
  position: relative;
}
section.technology-section2 .service-row p {
  color: #000;
}
.technology2-column {
  position: relative;
  padding: 20px 25px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  transition: all 0.3s ease;
}
.technology2-column:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #000;
}
.technology2-column:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid #000;
}
.technology2-column:after:nth-child(1) {
  border-top: none;
}
section.technology-section2
  .gap1
  .col-lg-3:nth-child(1)
  .technology2-column:after {
  border-top: none;
}
section.technology-section2
  .gap1
  .col-lg-3:nth-child(2)
  .technology2-column:after {
  border-top: none;
}
section.technology-section2
  .gap1
  .col-lg-3:nth-child(3)
  .technology2-column:after {
  border-top: none;
}
section.technology-section2
  .gap1
  .col-lg-3:nth-child(4)
  .technology2-column::before {
  border-right: none;
}
section.technology-section2
  .gap1
  .col-lg-3:nth-child(4)
  .technology2-column::after {
  border-top: none;
}
section.technology-section2
  .gap1
  .col-lg-3:last-child
  .technology2-column:before {
  border-right: none;
}
section.technology-section2 .gap1 .col-lg-3 {
  padding: 0px;
}
.technology2-column img {
  max-width: 130px;
  margin: auto;
}

/*ourclient-section*/

section.ourclient-section {
  position: relative;
}
.ourclient-column img {
  max-width: 150px;
}
.form2 {
  position: relative;
  padding: 31px 31px;
  max-width: 410px;
  margin: auto;
}
.form2 form h3 {
  font-family: "WF Visual Sans";
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffff;
  font-size: 23px;
  margin-bottom: 15px;
}
.form2 form ::placeholder {
  text-transform: capitalize;
  font-family: "BlinkMacSystemFont";
}
.form2 form .form-group {
  position: relative;
}
.form2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d70401;
  border-radius: 30px;
}
.form2 input {
  height: 50px;
  background: #e8a9a8;
  border: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  font-family: "BlinkMacSystemFont";
  border-radius: 25px;
}
.form2 input:focus {
  outline: 0;
  background: #e8a9a8;
  border: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
.form2 textarea {
  background: #e8a9a8;
  border: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  border-radius: 25px;
}
.form2 textarea:focus {
  outline: 0;
  background: #e8a9a8;
  border: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
.submit2 {
  position: relative;
  border-radius: 25px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  width: 100%;
  text-transform: capitalize;
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  overflow: hidden;
  z-index: 1;
}

.submit2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 25px;
  background-color: #fff;
  z-index: -1;
  transition: width 250ms ease-in-out;
}

.submit2:hover {
  color: #000;
}

.submit2:hover::before {
  width: 100%;
}

.list3 ul {
  padding: 0px;
}
.list3 ul li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 25px;
  font-family: "BlinkMacSystemFont";
  font-size: 20px;
}
.list3 ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d70401;
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 18px;
  font-weight: 700;
}
.black-color {
  color: #000 !important;
}
.ecslider {
  overflow: hidden;
}
.eccolumn-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ee0400;
  border-radius: 8px;
  margin: 13px;
  padding: 20px 20px;
}
.eccolumn-header {
  display: flex;
  justify-content: space-between;
}
.ecnumber h4 {
  font-size: 50px;
  font-weight: 700;
  color: transparent;
  background: linear-gradient(to top, transparent, #ee0400);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "WF Visual Sans";
  opacity: 0.3;
}
.generativeai-column {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 20px 0px 0px;
}
.generativeai-column:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b2b2b2;
}
.generativeai-column h3 {
  font-family: "WF Visual Sans";
  font-weight: 700;
  color: #ee0400;
  font-size: 45px;
}
.generativeai-column h4 {
  font-family: "WF Visual Sans";
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
section.generativeai-future .gap2 {
  border-bottom: 1px solid #b2b2b2;
}
section.generativeai-future .gap2 .col-lg-3:nth-child(1) h3 {
  color: #000;
}
section.generativeai-future
  .gap2
  .col-lg-3:last-child
  .generativeai-column:before {
  display: none;
}
.hireandroid-obile {
  display: block;
  margin: auto;
  max-width: 300px;
}
.hireios-mobile {
  display: block;
  margin: auto;
  max-width: 500px;
}
.white-section {
  background: #fff !important;
}
.seperator-line {
  border-top: 2px solid #e9e9e9;
}
.border-black {
  border: 1px solid #000;
}

/* Section wrapper */
section.innovative_tab-section {
  position: relative;
}

/* Tab headings */
section.innovative_tab-section h3 {
  font-size: 17px;
  margin-top: 10px;
  text-align: left;
  color: #314252;
  font-weight: 600;
}

section.innovative_tab-section p {
  margin-top: 15px;
}
/* Remove default Bootstrap nav-tabs border */
.innovative_tab-section .nav-tabs {
  border-bottom: none !important;
}

/* Tab image styling */
.innovative_tab-section .nav-link img {
  max-width: 15rem;
  width: 100%;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
}

/* Remove all hover effects */
.innovative_tab-section .nav-item:hover,
.innovative_tab-section .nav-link:hover,
.innovative_tab-section .nav-link:hover img,
.innovative_tab-section .nav-link:hover h3 {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: default !important;
  filter: none !important;
  transform: none !important;
  color: #ee0400;
}

.innovative_tab-section .nav-link:focus,
.innovative_tab-section .nav-link:focus-visible,
.innovative_tab-section .nav-link:active,
.innovative_tab-section .nav-item:focus,
.innovative_tab-section .nav-item:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #ee0400;
}

.innovative_tab-section .nav-tabs .nav-item.show .nav-link,
.innovative_tab-section .nav-tabs .nav-link.active {
  border: none !important;
  background-color: transparent !important;
}

/* Optional: remove transition flicker */
.innovative_tab-section .nav-link {
  transition: none !important;
}

/*progress-section*/

section.progress-section {
  position: relative;
  padding-top: 0px;
}
.progress-column {
  text-align: center;
}
.progress-column p {
  font-family: "BlinkMacSystemFont";
  font-size: 18px;
}
.circle {
  margin: 6px 20px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
/*.circle strong {*/
/*  position: absolute;*/
/*  top: 70px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  line-height: 45px;*/
/*  font-size: 43px;*/
/*  font-family: "WF Visual Sans";*/
/*}*/
.circle strong,
.circle h3 {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  text-align: center;
  line-height: 37px;
  font-size: 36px;
  font-family: "WF Visual Sans";
  max-width: 97px;
  margin: 0 auto;
}
.smm-1 img {
  display: block;
  max-width: 400px;
  margin: auto;
}
.staff-1 img {
  display: block;
  max-width: 400px;
  margin: auto;
}
.mlist1 ul {
  padding: 0px;
  margin-top: 58px;
}
.mlist1 ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: "BlinkMacSystemFont";
  display: flex;
  align-items: baseline;
}
.mlist1 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #ee0400;
  border-radius: 100px;
}

/*slider-section*/
.slider-section {
  padding: 60px 20px;
  text-align: center;
}

.slider-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.slider {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.slider-section .card {
  background-color: #111111;
  border-radius: 0.44rem;
  border: 2px solid #fafafa80;
  padding: 2rem 1.44rem;
  transition: 0.3s all;
  margin: 0 15px;
}

.slider-section .card .icon {
  font-size: 28px;
  color: orange;
  margin-bottom: 15px;
}
.image-center {
  width: fit-content;
  margin: 0 auto;
  display: unset !important;
}
.slider.black-section .slick-track {
  display: flex;
}

.slider.black-section .slick-list {
  display: flex;
}

.slider-section .card h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-family: "WF Visual Sans";
}
.slider-section .card p {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 1.5;
}

.slider-section .slick-dots {
  text-align: center !important;
  margin-top: 20px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: white; /* or your preferred color */
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: orange;
}

/*storiesul-section*/
.stories_ul {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: center;
  gap: 15px 10px;
  flex-wrap: wrap;
}
.stories_ul > li {
  border: 2px solid #d50400;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  display: flex;
  font-size: 1rem;
  transition: all 0.3s ease;
  flex-direction: column;
  align-items: center;
  min-width: 6rem;
  font-weight: 700;
}
.stories_ul > li:hover {
  background-color: #d50400;
  color: #fff;
}
.stories_ul > li > img {
  max-width: 3rem;
  background-color: #d50400;
  padding: 10px;
  margin-bottom: 0.5rem;
}

/*AppDevelopment-Impact*/
.AppDevelopment-Impact {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.AppDevelopment-Impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/homebanner/home-hero.webp") no-repeat; /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1; /* Adjust for visibility */
  z-index: -1;
}

/*AppIdea-Reality-section*/

.AppIdea-Reality {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.AppIdea-Reality ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/homebanner/home-hero.webp") no-repeat; /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1; /* Adjust for visibility */
  z-index: -1;
}
.AppIdea-Reality .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.AppIdea-Reality .title span {
  color: #ee0400;
}

.AppIdea-Reality .mobileservice-details p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #444;
}

.AppIdea-Reality .border-button a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ee0400;
  color: #ee0400;
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: 5px;
}

.AppIdea-Reality .border-button a:hover {
  background-color: #ee0400;
  color: #fff;
}

.AppIdea-Reality .image-wrapper img {
  max-width: 100%;
  border-radius: 10px;
}
/*webportalandwebsites-section*/

section.webportalandwebsites-section {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #ee0400;
}
.website-heading {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}
.website-heading h3 {
  position: relative;
  font-family: "WF Visual Sans";
  color: #fff;
  width: fit-content;
  text-transform: capitalize;
  margin: 0px;
}
.website-heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 632px);
  height: 60px;
  transform: translateX(-50%);
  background: #ee0400;
}
.webportal-heading {
  position: relative;
  padding: 10px 0;
}
.webportal-heading h3 {
  position: relative;
  font-family: "WF Visual Sans";
  color: #fff;
  text-transform: capitalize;
  text-align: right;
  margin: 0px;
}
.webportal-heading:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 606px);
  height: 58px;
  transform: translateX(50%);
  background: #ee0400;
}
.webportal-heading:after {
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
  transform: translateX(-50%);
  width: 130px;
  height: 102px;
  background: url("../images/webportal/2.webp") no-repeat;
  background-size: contain;
}
.website-heading:after {
  content: "";
  position: absolute;
  right: -103px;
  top: -1px;
  transform: translateX(50%);
  width: 100px;
  height: 105px;
  background: url("../images/webportal/1.webp") no-repeat;
  background-size: contain;
}
.mlist1 {
  width: fit-content;
}
.mlist2 {
  padding-left: 30px;
}
.versus {
  margin: 38px auto;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100px;
}
.versus h3 {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  border: 8px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "WF Visual Sans";
  font-weight: 700;
  color: #ee0400;
  font-size: 33px;
  margin: 0px;
  z-index: 2;
  position: relative;
  background: #fff;
}
.glow16 {
  position: absolute;
  top: 36px;
  left: 28%;
  width: 157px;
  height: 10px;
  border-radius: 50%;
  background: rgba(187, 4, 0, 0.8);
  box-shadow: 0 0 0 9px rgba(254, 0, 0, 0.8);
  filter: blur(26px);
}
.glow17 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 20px;
  height: 100px;
  border-radius: 50%;
  background: rgba(238, 4, 0, 0.8);
  box-shadow: 0 0 0 9px rgba(254, 0, 0, 0.8);
  filter: blur(32px);
}
.glow18 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 30px;
  height: 100px;
  border-radius: 50%;
  background: rgba(187, 4, 0, 0.8);
  box-shadow: 0 0 0 9px rgba(254, 0, 0, 0.8);
  filter: blur(32px);
}
.glow19 {
  position: absolute;
  bottom: 0;
  right: 28%;
  width: 157px;
  height: 35px;
  border-radius: 50%;
  background: rgba(187, 4, 0, 0.8);
  box-shadow: 0 0 0 9px rgba(254, 0, 0, 0.8);
  filter: blur(32px);
}

.sliderContainer {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.sliderTextLeftToRight {
  display: inline-block;
  animation: scroll-text 30s linear infinite;
  background-color: black;
  padding-bottom: 14px;
  padding-top: 4px;
}
.sliderTextLeftToRight2 {
  display: inline-block;
  animation: scroll-text2 30s linear infinite;
  background-color: red;
  padding-bottom: 14px;
  padding-top: 4px;
}

.sliderTextLeftToRight p {
  font-size: 3rem;
  color: #ee0400 !important;
  margin: 0rem;
}
.sliderTextLeftToRight2 p {
  font-size: 3rem;
  color: #fff !important;
  margin: 0rem;
}

.sliderTextLeftToRight span {
  font-weight: 400;
  font-size: 58px;
  display: inline-block;
  margin: 0px 24px;
  color: #fff;
}
.sliderTextLeftToRight2 span {
  font-weight: 400;
  font-size: 58px;
  display: inline-block;
  margin: 0px 24px;
  color: #fff;
}

.sliderTextLeftToRight span:last-child {
  margin: 0;
}
.sliderTextLeftToRight2 span:last-child {
  margin: 0;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-text2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sliderContainer1 {
  overflow: hidden;
  width: 100%;
  background: red;
  padding: 10px 0;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  position: relative;
  bottom: 138px;
}

.sliderTrack {
  display: flex;
  width: max-content;
  animation: scrollRightToLeft 70s linear infinite;
}

.sliderTrack p {
  display: flex;
  white-space: nowrap;
  margin: 0;
  font-size: 3rem;
  color: white;
}

.sliderTrack span {
  font-weight: 400;
  font-size: 58px;
  margin: 0 24px;
}

@keyframes scrollRightToLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.rowGap1 {
  row-gap: 1.5rem;
}
.rowGap {
  row-gap: 3rem;
}

.rowGap2 {
  row-gap: 2rem;
}

.reviewAppCard {
  display: flex;
  color: #fff;
  gap: 1rem;
  margin-top: 1rem;
}

.reviewAppCard > h2 {
  color: #d70401;
  font-weight: 800;
  font-size: 52px;
}

.reviewAppCard > p {
  font-size: 20px;
}

section.androidAppCount .counter-div2:before {
  right: 0%;
}

section.androidAppCount .counter-div {
  justify-content: center;
}

.filterGray {
  filter: grayscale(1);
}

.submenu-list > a {
  padding-top: 0rem !important;
}

.submenu-list a:before {
  content: none !important;
}

.submenu-list a:hover:before {
  content: none !important;
}

.nice-select.wide {
  border-radius: 30px !important;
  border-color: #cccccc;
}

.nice-select::after {
  height: 0.5rem !important;
  width: 0.5rem !important;
}

.redShadow {
  position: relative;
  padding: 12px 15px;
  margin-top: 1.55rem;
}

.redShadow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px rgba(294, 0, 0, 0.8);
  margin-bottom: 20px;
  /* z-index: -1; */
  filter: blur(4px);
}

.faq-section .accordion-button::after {
  height: unset;
}
.black-section .number {
  background: linear-gradient(to top, transparent, #dfc2c2);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.crmdevelopment-column img {
  width: 3rem;
  margin-bottom: 1.55rem;
  filter: invert(1) brightness(100);
}
header a {
  text-decoration: none;
}
.contactSection {
  padding: 130px 0px;
}
.contactSection .form2::before {
  background: #fff !important;
  border-radius: 15px !important;
  box-shadow: 7px 1px 100px rgba(0, 0, 0, 0.1) !important;
}
.contactSection .form2 .input-field {
  background: #fff !important;
  border-radius: 15px !important;
  box-shadow: 7px 1px 100px rgba(0, 0, 0, 0.1) !important;
}
.contactSection .form2 .form-group:after {
  background: #d70401;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0rem;
  width: 100px;
}
.contactSection .form2 .form-group:focus-within::after {
  width: 100%;
  transition: width 0.3s ease;
}
.contactSection .form2 .form-group input {
  background: #fff;
}
.contactSection .form2 .form-group textarea {
  background: #fff;
}

.contactSection .form2 .form-group input,
.contactSection .form2 .form-group textarea {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: #314252;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /*height: 50px;*/
  padding: 0;
  width: 100%;
}

.contactSection .form2 .bookConsultation {
  color: #d70401 !important;
  position: relative;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 2.33rem;
}
.textGray {
  color: #314252;
}
.mt_5 {
  margin-top: 5rem;
}

/* modal */

.custom_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 60.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(104.93deg, #ab0300 43.02%, #ee0400 74.19%);
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 999;
}

.custom_modal::before {
  content: "";
  position: absolute;
  top: 2rem;
  max-width: 75rem;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/homebanner/modal-shape.svg);
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.modal_form .form2 {
  box-shadow: 0px 0px 10px 4px #0000001a;
}

.show_modal {
  opacity: 1 !important;
  visibility: visible !important;
}

.modalSocialMain h6 {
  font-weight: 300;
  font-size: 14px;
}

.modalSocialMain i {
  background-color: #fff;
  height: 28px;
  width: 28px;
  color: red !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 1rem;
  cursor: pointer;
}

.modalSocialMain {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Light black color */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 998;
}

.home_modal_bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2.5rem;
  position: relative;
}

/*.modal_form {*/
/*    margin: 0rem 1.5rem !important;*/
/*}*/

.home_modal_bg .section-heading h3 {
  text-shadow: 1px 1px 4px #00000040;
  font-size: 3.52rem;
  font-weight: 700;
}

.custom_modal_close_btn {
  position: absolute;
  right: 0rem;
  top: 0%;
  border: 1px solid #fff;
  z-index: 1;
  border-radius: 3rem;
  border: none;
  height: 2rem;
  width: 2rem;
  transform: translate(10px, -15%);
  background: #e60400;
  border: 2px solid white;
}

.custom_modal_close_btn i {
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.custom_modal .modalPhoneImg {
  position: absolute;
  bottom: 1rem;
  right: 0rem;
  max-width: 70%;
}
.homebanner .slick-initialized .slick-slide {
  display: flex;
  height: 660px !important;
}
.headingMax h2 {
  max-width: 60rem;
  margin: 0 auto;
}

.aitailoredclients-section .multipleMobileImg {
  position: absolute;
  max-width: 37rem;
  top: 0rem;
}
section.aitailoredclients-section {
  position: relative;
  background: #dfdfdf;
  overflow: hidden;
}
.featuredLogoSection {
  background-color: #d70401;
}
.featuredLogoSection .row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.featuredLogoCard {
  border: 2px solid #fff;
  padding: 1rem;
  max-width: 14rem;
}
.featuredLogoCard img {
  max-width: 8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.services-section .row {
  row-gap: 2rem;
}
.countCard {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
  color: #000;
  display: flex;
  gap: 2rem;
  height: 100%;
}
.countCard .count p {
  font-size: 2.77rem;
}
.row.rowGap2.countCardRow .countCard2 {
  background-color: #ffe3e3;
}

.row.rowGap2.countCardRow .countCard2 h4 {
  color: #ab0300;
}

.row.rowGap2.countCardRow .countCard2 .count p {
  color: #ab0300;
}
.row.rowGap2.countCardRow .countCard3 {
  background-color: #ffe3e3;
}

.row.rowGap2.countCardRow .countCard3 h4 {
  color: #ab0300;
}

.row.rowGap2.countCardRow .countCard3 .count p {
  color: #ab0300;
}
.multiMobile .service-row {
  padding-top: 6rem;
}

.testimonial-slider .slick-slide {
  margin: 0 20px;
}
.portfolioCard {
  padding: 1rem 2rem;
  border-radius: 2rem;
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
}
.portfolioCard:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 50px;
  transform: translateY(-10px);
}
.portfolioCard > .portfolioTitle {
  display: flex;
  align-items: end;
  height: 100%;
  justify-content: space-between;
  color: #fff;
  margin: 0 auto;
  min-height: 23rem;
  gap: 3rem;
}
/*.portfolioCard > div > i{*/
/*    height: 2rem;*/
/*    width: 2rem;*/
/*    border-radius: 50%;*/
/*    border: 2px solid #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.portfolioCard > div > div > i {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolioCardButton button.submit {
  font-size: 14px;
  padding: 4px 12px;
}
.portfolioCard > h3 {
  padding: 0rem;
}
.portfolioCardButton {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.portfolioCard1 {
  background: url("../images/portfolio/portfolio1.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.portfolioCard2 {
  background: url("../images/portfolio/portfolio2.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.portfolioCard3 {
  background: url("../images/portfolio/portfolio3.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.portfolioCard4 {
  background: url("../images/portfolio/portfolio4.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homeIndustrySection .industry-content h4 {
  font-size: 28px;
}

.homeIndustrySection .industry-content p {
  font-size: 16px;
}

.homeIndustrySection .industry-box {
  height: 100% !important;
  border: 1px solid #cccccc !important;
  margin: 0rem;
  border-radius: 1rem !important;
  display: flex;
  flex-direction: column;
}

.homeIndustrySection .industry-buttons .button p {
  font-size: 12px;
}

.homeIndustrySection .redGradient .industry-buttons .button {
  border-color: #fff;
}

.homeIndustrySection .industry-buttons .button {
  padding: 4px 7px;
}

.custom-image-wrapper img {
  border-radius: 1rem;
}

.redGradient {
  background: linear-gradient(180deg, #ab0300 0%, #000000 100%);
}

.redGradient p,
.redGradient h4 {
  color: #fff;
}
@media (max-width: 576px) {
  section.counter-section {
    padding-bottom: 40px;
  }
  .serviceCardHome .service-body {
    height: unset;
  }
  .services-section {
    padding-top: 24px;
  }
  .padZeroOnMobile {
    padding: 0rem;
  }
  .marZeroOnMobile {
    margin: 0rem !important;
  }
  .textSlideSection {
    padding-top: 6rem;
  }
  .sliderTrack p {
    font-size: 1.88rem;
  }
  .sliderTextLeftToRight p {
    font-size: 1.88rem;
  }
  .sliderTextLeftToRight span {
    font-size: 28px;
  }
  .sliderTrack span {
    font-size: 28px;
  }
  .custom_modal {
    border-radius: 1rem;
  }
  .services-ds .item .title {
    margin-bottom: 0rem;
  }
  .services-ds .item .title h2 {
    font-size: 48px;
  }
  .services-ds .item {
    flex-wrap: wrap;
    padding-top: 0rem;
  }
  .services-ds .item .icon {
    margin-left: -10px;
  }

  .services-ds .item ul {
    color: #fff; /* White text */
    list-style: disc; /* Ensure consistent bullet style */
    padding-left: 20px; /* Left indent for bullets */
    margin: 0; /* Remove default margin */
    flex: 1; /* Allow ul to take available space */
  }

  .services-ds .item .text {
    display: flex;
    align-items: flex-start; /* Align ul and icon to top */
    gap: 20px; /* Space between ul and icon */
  }

  .countCard2 {
    background-color: transparent !important;
  }
  .row.rowGap2.countCardRow .countCard1 {
    background-color: #ffe3e3;
  }

  .row.rowGap2.countCardRow .countCard1 h4 {
    color: #ab0300;
  }

  .row.rowGap2.countCardRow .countCard1 .count p {
    color: #ab0300;
  }
}