@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Rubik', sans-serif;
  font-family: 'Nunito', sans-serif;
}

body {
  /* background: linear-gradient(135deg, #4b117c, #1c1b5f); */
  background: #2D1E6B;
  color: #fff;
   overflow-x: hidden;
}

/* =========================
   ROOT VARIABLES
   ========================= */
:root {
  --primary-color: #0d6efd;
  --secondary-color: #212529;
  --accent-color: #6c757d;
  --light-color: #f8f9fa;
  --dark-color: #000000;
}


.navbar-toggler i{
  color: #fff !important;
}
.offcanvas-header .btn-close {
  color: #fff !important;
}
.btn-close{
  background: red !important;
  border-radius: 50%;
   display: flex;              
  align-items: center;       
  justify-content: center;    

  width: 10px;               
  height: 10px;               
  padding: 0;                 
}
.btn-close i{
  color: #fff;
  font-size: 13px;
}

/* for all heading  */
.MainHeadingForAllSection {
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.068);
  border: 1px solid #dddddd0a;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  color: #fff;
  font-weight: 600;
  font-family: poppins;
}

/* Animated glow border */
.MainHeadingForAllSection::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg,
      #724fff,
      #d873ff,
      #dd00b8,
      #724fff);
  filter: blur(10px);
  opacity: 0.7;
  animation: glowPulse 3s linear infinite;
  z-index: -1;
}

@keyframes glowPulse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(50%);
  }
}




/* Default transparent navbar */
#mainNavbar {
  transition: all 0.3s ease;
  background: transparent;
}

/* On scroll */
#mainNavbar.scrolled {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(26px) saturate(170%);
  -webkit-backdrop-filter: blur(26px) saturate(170%);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navbar css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */
.navbar-brand img {
  width: 200px;
}

.navbar-nav .nav-link {
  color: #fff;
  margin: 0 10px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
}

.navbar-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
}

.btnContactHeader {
  padding: 12px 34px;
  background: #fff;
  border-radius: 30px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  margin-right: 15px;
}

.btnContactHeader:hover {
  transform: scale(0.95);
  /* zoom OUT slightly */
  background: #fff;
  color: #111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navbar css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ banner section css  start from here  @@@@@@@@@@@@@@@@@@@ */

.HomeBannerSection {
  padding: 50px 0;
}



.homeBannerSecRight img {
  width: 500px;
  margin-top: 30px;
}



.HomeBannerSection .homeBannerSecLeft h1 {
  font-family: Rubik;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}

.text-gradient {
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  font-family: Rubik;
  text-transform: uppercase;
}

.HomeBannerSection .homeBannerSecLeft p {
  font-family: Lato;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.bannerBtn {
  padding: 10px 0;
  display: flex;
  gap: 20px;
}

.bannerBtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  /* same width for both */
  text-align: center;
  box-sizing: border-box;
}

.bannerBtn .bannerBtnWithBgcolor {
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: rubik;
  transform: skew(-20deg);
}


.bannerBtn .bannerBtnWithoutBgcolor {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  border-image-slice: 1;
  text-transform: uppercase;
  transform: skew(-20deg);
}

/* counter in banner  */
.counter-section {
  background: none;
}

.counter-box {
  padding: 10px 0;
  border-radius: 12px;
  background: none;
}

.counter-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.counter-box p {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ banner section css  end here  @@@@@@@@@@@@@@@@@@@ */


/* Hide offcanvas on desktop */
@media (min-width: 992px) {
  .mobile-offcanvas {
    display: none !important;
  }
}

/* Optional: hide navbar toggler on desktop */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}


/* @@@@@@@@@@@@ toggle for mobile css start herev @@@@@@@@@@@@ */
.mobile-offcanvas {
  width: 100vw !important;
  height: 100vh !important;
  /* Glass / blur effect */
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff !important;
}

.offcanvas-body {
  padding: 30px;
}

.offcanvas-body .nav-link {
  font-size: 20px;
  padding: 12px 0;
}




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@ marque sec start from here @@@@@@@@@@@@@@@@@@@@@@@ */
/* STATS */
.stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.stats h3 {
  font-size: 28px;
  color: #9f6bff;
}

.stats span {
  font-size: 14px;
  opacity: 0.85;
}

/* IMAGE */
.hero-image img {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}

/* MARQUEE */
.marquee-wrap {
  background: rgba(255, 255, 255, 0.05);
  padding: 18px 0;
  overflow: hidden;
  transform: skewY(-1deg);
  border: 1px solid #646161;
}

.marquee {
  display: inline-flex;
  gap: 40px;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.marquee span {
  font-weight: 600;
  font-size: 16px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ marque sec css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */

/* @@@@@@@@@@@@@@@@@@@@ maxtra in number section css start from here  @@@@@@@@@@@@@ */
.maxtraInNumber {
  padding: 20px 0;
}

.maxtraInNumber h2 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
  line-height: 38px;
}

.maxtraInNumberLeft {
  display: flex;
  gap: 10px;
}

.maxtraInNumberLeftBox {
  border: 1px solid #dddddd3a;
  width: 50%;
  min-height: 385px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.maxtraInNumberLeftBox .counter {
  font-size: 45px;
  font-weight: 800;
  font-family: Nunito;
}

.maxtraInNumberLeftBox img {
  width: 80px;
  margin-bottom: 10px;
}

.maxtraInNumberLeftBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Nunito;
}

.maxtraInNumberRightBox {
  border: 1px solid #dddddd3a;
  min-height: 100px;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.maxtraInNumberRightBox img {
  margin-bottom: 10px;
  width: 50px;
}

.maxtraInNumberRightBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Nunito;
}

.maxtraInNumberRightBox .counter {
  font-size: 45px;
  font-weight: 800;
  font-family: Nunito;
}

.maxtraInNumberRightBox .counter-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.maxtraInNumberRightBox2 {
  border: 1px solid #dddddd3a;
  min-height: 385px;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.maxtraInNumberRightBox2 img {
  margin-bottom: 20px;
  width: 50px;
}

.maxtraInNumberRightBox2 .counter-box {
  transform: rotate(-90deg);
  transform-origin: center;
  display: inline-block;
}

.maxtraInNumberRightBox2 p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Nunito;
}

.maxtraInNumberRightBox2 .counter {
  font-size: 45px;
  font-weight: 800;
  font-family: Nunito;
}

/* @@@@@@@@@@@@@@@@@@@@ maxtra in number section css end here  @@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ DIGITAL SOLUTIONS section css start from here @@@@@@@@@@@@@@@@@@@ */
.digitalSolutions {
  padding: 20px 0;
}

.digitalSolutions h3 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
  line-height: 38px;
}

.digitalSolutionsBox .bannerBtnWithBgcolor {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-family: rubik;
  display: block;
  transform: skew(-20deg);
}

.digitalSolutionsBox {
  border: 1px solid #dddddd3a;
  min-height: 100px;
  border-radius: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.digitalSolutionsBox:hover {
  box-shadow:
    0 0 12px rgba(114, 79, 255, 0.6),
    0 0 24px rgba(216, 115, 255, 0.5),
    0 0 40px rgba(221, 0, 184, 0.45);
}

.digitalSolutionsBox h6 {
  font-family: Rubik;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-top: 20px;
}

.digitalSolutionsBox p {
  font-family: lato;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  font-weight: 600;
}

.digitalSolutionsBox img {
  min-height: 250px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ DIGITAL SOLUTIONS section css end here @@@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@ result oriented section start from here @@@@@@@@@@@@@@ */
.resultOriented {
  padding: 30px 0;
}

.resultOrientedInner {
  border: 1px solid #dddddd3a;
  min-height: 100px;
  border-radius: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.roRight {
  padding: 70px 0;
}

.roRight h3 {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: rubik;
  font-weight: 700;
}

.roRight .bannerBtnWithBgcolor {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  text-decoration: none;
  padding: 12px 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;

  transform: skew(-20deg);
}


.roRight p {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
}

.roRight i {
  padding-left: 10px;
}

.roLeft img {
  height: 430px !important;
  object-fit: cover;
}

/* @@@@@@@@@@@@@@@@@@@@@@ result oriented section end here @@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@ case studies section start from here @@@@@@@@@@@@@@@@ */
.caseStudies {
  padding: 20px 0;
}

.caseStudies h3 {
  font-size: 32px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

.caseStudies p {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
  color: #f1f1f1;
}

.caseStudiesInner {
  border: 1px solid #dddddd3a;
  min-height: 100px;
  border-radius: 10px;
  /* padding: 30px; */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.caseStudiesInnerLeft {
  padding: 30px;
}

.caseStudiesInnerLeft h3 {
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

.caseStudiesInnerLeft p {
  font-size: 15px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
  color: #f1f1f1;
}

.caseStudiesInnerLeft span {
  font-size: 15px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
  color: #f1f1f1;
}

.noneulBullet li {
  list-style: none
}

.noneulBullet {
  padding: 0 !important;
  padding-bottom: 20px !important;
}

.caseStudiesInnerLeft .bannerBtnWithBgcolor {
  display: inline-block;
  /* 🔥 IMPORTANT */
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  transform: skew(-20deg);
}

.rowbgColor {
  border: 1px solid #D9D9D933;
  min-height: 100px;
  border-radius: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.027);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.caseStudiesInnerRight {
  padding: 0px;
}

.csInnerRightBox2 {
  border: 1px solid #dddddd00;
  min-height: 175px;
  border-radius: 10px;
  padding: 10px;
  background: #D187FF33;
}

.csInnerRightBox h3 {
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding-bottom: 10px; */
  padding-top: 15px;
  font-family: rubik;
  font-weight: 700;
}

.csInnerRightBox2 h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: Rubik;
  font-weight: 700;
}

.csInnerRightBox2 h6 i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: #b43aff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
}

.csInnerRightBox2 p {
  font-size: 14px;
  font-family: lato;
  font-weight: 500;
  color: #f1f1f1;
  line-height: 15px;
}

.caseStudiesInnerRight img {
  width: 100%;
  height: 320px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
}

/* @@@@@@@@@@@@@ case studies section end here @@@@@@@@@@@@@@@@ */

/* **** Our AI Development Services Start *****  */
.Industries {
  padding: 20px 0;
}

.Industries h2 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

/* ===============================
   CONTAINER
================================ */
.box-area {
  display: flex;
  gap: 18px;
  height: 420px;
}

/* ===============================
   CARD BASE
================================ */
.box {
  flex: 1;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Image */
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   DARK OVERLAY (SIDE CARDS)
================================ */
.box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: opacity 0.4s ease;
}

/* ===============================
   DEFAULT ACTIVE (CENTER)
================================ */
.box:nth-child(3) {
  flex: 2.6;
}

.box:nth-child(3)::after {
  opacity: 0;
}

/* ===============================
   HOVER EFFECT
================================ */
.box:hover {
  flex: 2.6;
}

.box:hover::after {
  opacity: 0;
}

/* ===============================
   TITLE (TOP LEFT)
================================ */
.box h2 {
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

/* Show title */
.box:hover h2,
.box:nth-child(3) h2 {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   ARROW ICON (TOP RIGHT CIRCLE)
================================ */
.box i {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

/* Show arrow */
.box:hover i,
.box:nth-child(3) i {
  opacity: 1;
  transform: scale(1);
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 991px) {
  .box-area {
    flex-direction: column;
    height: auto;
  }

  .box,
  .box:nth-child(3),
  .box:hover {
    flex: 1;
    height: 260px;
  }
}

/* **** Our AI Development Services End *****  */


/* @@@@@@@@@@@@@@@@@@@@@  blog section css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@ */
.blogSection {
  padding: 20px 0;
}

.blogSection h3 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  min-height: 200px;
}

.blog-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.blog-card h5 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #fff;
  background-color: #08123c;
  padding: 10px 14px;
  border-radius: 6px;
  display: inline-block;
}

.blog-card p {
  font-size: 16px;
  color: #111;
  font-family: Roboto;
  font-weight: 600;
  padding: 10px 0;
}

.blog-card span {
  font-size: 14px;
  color: #333;
  font-family: Roboto;
  font-weight: 600;
  padding: 10px 0;
}

/* Nav Buttons */
.blog-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  margin: 0 6px;
  background: linear-gradient(90deg, #724fff, #d873ff, #dd00b8);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.blog-nav button:hover {
  opacity: 0.85;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ blog section css end here @@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@ get in touch section css start from here @@@@@@@@@@@@@@@@@@@ */
.getInTouch {
  background: url(../images/getintouch/getintochBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-box {
  background-image: url(../images/getintouch/GETINTOUCHiMAGE.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

.getInTouchContent {
  padding: 100px;
}

.getInTouchContent h3 {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: poppins;
  line-height: 40px;
  font-weight: 700;
}

.Getarrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: #08123c;
  padding: 10px 10px 10px 22px;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Right Circle */
.Getarrow-btn .arrow-circle {
  width: 36px;
  height: 36px;
  background: #08123c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.Getarrow-btn:hover {
  transform: translateY(-2px);
}

.Getarrow-btn:hover .arrow-circle {
  transform: translateX(4px);
}

/* @@@@@@@@@@@@@@@@@@@@@@@ get in touch section end here @@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ portfolio section css strat from here @@@@@@@@@@@@@@@@@@@@@@@@ */
.portfolioMain {
  padding: 20px 0;
}

.portfolioMain h3 {
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding-bottom: 10px; */
  padding-top: 15px;
  font-family: rubik;
  font-weight: 700;
}

/* Portfolio Specific Styles */
.portfolio-wrapper {
  position: relative;
  width: 100%;
  /*padding: 80px 0;*/
  /*background: #0f0f1a; */
  overflow: hidden;
}

.portfolio-nav-menu {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 15px 30px;
  border-radius: 50px;
  display: flex;
  gap: 20px;
  width: max-content;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

.portfolio-nav-item {
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);
  /*border: 2px solid transparent;*/
  text-transform: uppercase;
  font-size: 0.9rem;
  color: white;
  border: 1px solid white;
  transform: skew(-20deg);
  border: 1px solid transparent;
  border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
}

.portfolio-nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.portfolio-nav-item.active {
  background: linear-gradient(to right, #6f42ec, #f61fda);
  transform: skew(-20deg) !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white !important;
  /*border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;*/
  /*border-color: #fff;*/
  transform: scale(1.05);
}

.portfolio-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.portfolio-section {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-section.active {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-slide-container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-first-div {
  width: 90%;
  max-width: 1140px;
  height: 440px;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide1.png');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin: auto;
  padding: 3rem;
  color: #fff;
  text-align: left;
  border-radius: 20px;
  border: 2px solid #fff;
}



/* .portfolio-four { */
.portfolio-first-content h6 {
  font-size: 20px;
  line-height: 1.4;
}

.portfolio-first-content h5 {
  font-weight: 900;
}

.portfolio-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

}

.portfolio-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.vertical-line {
  width: 1px;
  background: grey;
  height: 55px;
  margin: 0 20px;
}

/* Background variations */
.portfolio-sec {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide2.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.portfolio-sec-two {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide3.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-sec-three {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide3.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-third {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide4.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-four {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide5.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-five {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide2.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .portfolio-first-div {
    height: 500px;
    padding: 2rem;
  }

  .portfolio-nav-menu {
    flex-wrap: wrap;
    padding: 10px;
  }
}


/* Active state */
.portfolio-nav-item.active {
  color: white;
}

/* Down Arrow */
.portfolio-nav-item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 8px;
  height: 5px;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  animation: halfCircleFade 0.3s ease;
}

/* Animation */
@keyframes arrowFade {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ portfolio section css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ information Details section css start from here @@@@@@@@@@@@@@@@@@ */
.infoDetails {
  background: #fff;
  padding: 30px 0;
}

.infoDetailsInner img {
  width: 200px;
}

.infoDetailsInner h6 {
  color: #111;
  font-family: Rubik;
  font-weight: 600;
  font-size: 18px;
}

.infoDetailsInner p {
  font-size: 14px;
  font-weight: 500;
  font-family: poppins;
  color: #333;
  padding-top: 10px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ information Details section end from here @@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@ footer sction css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.footerSec {
  padding: 50px 0;
  background: #110839;
}

.footerSecInner h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Rubik;
  font-weight: 500;
  line-height: 20px;
  font-size: 25px;
  padding-bottom: 10px;
}

.footerSecInner ul {
  padding: 0 !important;
}

.footerSecInner ul li {
  list-style: none;
  color: #fff;
  font-family: Rubik;
  font-weight: 300;
  line-height: 35px;
  font-size: 15px;
}

.footerSecInner h3 {
  font-size: 14px;
  color: #fff;
  font-family: outfit;
  font-weight: 600;
}

.new input {
  border-radius: 0px;
  padding: 12px 10px;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
  width: 250px;
  font-size: 13px;
  background: transparent;
}

.new button {
  border: 2px solid white;
  padding: 12px 21px;
  font-size: 13px;
}

.followUsHeading {
  padding-top: 30px;
}

.footerSocialIcons {
  display: flex;
  align-items: center;
  gap: 20px;
  /* adjust gap size */
}

.footerSocialIcons a {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footerSocialIcons a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

.footerSocialIcons a img {
  width: 35px;
}

.copyRight {
  background: #110839;
}

.copyRight p {
  font-family: outfit;
  font-size: 14px;
  color: #fff;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ footer sction end from here @@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@ quote section css start from herew @@@@@@@@@@@@@@@@@ */
.quote-box {
  margin: 50px auto;
  padding: 40px 30px;
  border: 1px solid #823aff;
  /* border-radius: 8px; */
  text-align: center;
  color: #fff;
  background-color: rgba(128, 128, 128, 0.2);
}

.quote-box h2 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}

.sub {
  color: white;
  margin-bottom: 25px;
  font-size: 18px;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 14px 12px 14px 42px;
  /* border-radius: 8px; */
  background: #fff;
  font-size: 14px;
  border-radius: 10px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.input-group textarea {
  height: 70px;
  resize: none;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 14px 12px 14px 42px;
  /* border-radius: 8px; */
  background: #fff;
  font-size: 14px;
  border-radius: 10px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.input-group textarea {
  height: 70px;
  resize: none;
}

.input-group .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
}

.textarea-group .icon {
  top: 30px;
}

.submit-btn {
  border: none;
  position: relative;
  text-align: center;
  color: white;
}

.sub-centered-explore-btn {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ quote section css end here @@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@ testimonial section css start from here @@@@@@@@@@@@@@@@@@@@@@@ */
.testimonial-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
}

.section-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.section-header p {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
}

.testimonial-slider {
  position: relative;
  /* overflow: hidden; */
  margin: 0 auto;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-group {
  display: flex;
  min-width: 100%;
  gap: 30px;
  /* padding-top: 40px;
            position: relative; */
}

.top-icon {
  padding-top: 40px;
  position: relative;
}

.testimonial-slide {
  flex: 1;
  padding: 40px;
  background-color: rgba(128, 128, 128, 0.2);
  ;
  border: 1px solid #FFFFFF33;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  min-height: 335px;
   position: relative;
  overflow: visible !important;
}

.stars {
  margin-bottom: 20px;
  font-size: 24px;
  color: white;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: white;
  text-align: justify;
}

.client-info {
  display: flex;
  align-items: center;
}

.client-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
  color: #6c757d;
  font-size: 20px;
}

.client-details h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.client-details p {
  color: white;
  font-size: 14px;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.slider-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background: linear-gradient(to right, #6f42ec, #f61fda);
}

.slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.arrow {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
}

.arrow:hover {
  background-color: #f0f0f0;
}

/* Mobile view - single column */
@media (max-width: 768px) {
  .testimonial-group {
    flex-direction: column;
  }

  .section-header h1 {
    font-size: 28px;
  }

  .testimonial-slide {
    padding: 30px 20px;
  }

  .testimonial-text {
    font-size: 16px;
  }
}

.test-img {
  position: absolute;
  top: -50px;          
  right: 30px;       
  height: 100%;
   z-index: 10;         /* stay above */
  pointer-events: none;
}

.test-img img{
  width: 50px;  
}

.test-img img {
  z-index: 1;
}

.testimonial-section {
  max-width: 1200px;
  margin: 0 auto;
  /*background-color: #14050b;*/
  padding: 60px 20px;
  position: relative;
  /* This is important to position the image relative to the section */
}

.testimonial-section img {
  width: 60px;
  height: auto;
  /*border-radius: 50%;*/
}

.client-avatar img {
  border-radius: 50%;
}

.verified {
  position: relative;
  right: -130px;
  color: white;
  font-size: 12px;
  display: flex;
}

/* .verified img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
} */

/* tick icon */
.verified span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../images/testimonial/verfied.png") no-repeat center;
  background-size: contain;
}

.verified span{
  position: relative;
  padding-left: 20px;          
  font-size: 13px;
  font-weight: 500;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: rgb(221, 218, 218);
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr .hr-tag {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



.testimonialMain{
  padding-top: 50px;
}
.testimonialMain h2{
 color: #fff;
  text-transform: uppercase;
  font-family: Rubik;
  font-weight: 500;
  line-height: 20px;
  font-size: 25px;

}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ testimonial section css end here @@@@@@@@@@@@@@@@@@@@@@@@ */


   /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ technology section css start from here @@@@@@@@@@@@@@@ */
  .technology-section {
  padding: 80px 0;
}

.tech-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
.technology-section h2{
  font-size: 32px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    padding-bottom: 10px;
    font-family: rubik;
    font-weight: 700;
}
/* LEFT */
.tech-left {
  width: 45%;
}

.tech-left h5 {
  color: #b7b7ff;
}

.tech-left h2 span {
  color: #ff4fd8;
}

.tech-buttons {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.tech-btn {
  padding: 14px;
  border-radius: 8px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: Rubik;
  font-size: 14px;
  font-weight: 500;
}

.tech-btn.active {
  background: linear-gradient(90deg,#724fff,#d873ff,#dd00b8);
  color: #fff;
}

/* RIGHT */
.tech-right {
  width: 55%;
  display: flex;
  justify-content: center;
}

.main-tech {
  position: relative;
  width: 420px;
  height: 420px;
}

/* CIRCLES */
.big-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.6); /* 👈 visible circle */

  animation: rotate 25s linear infinite;
}

.circle {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.4); /* 👈 visible circle */

  animation: rotateReverse 18s linear infinite;
}

/* ICON */
.icon-block {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-block img {
  width: 60%;
  animation: Rotate-reverse 20s linear infinite;
}

/* CENTER */
.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-content img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}

/* ANIMATIONS */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes rotateReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

   /* @@@@@@@@@@@@@@@@@ technology section end here @@@@@@@@@@@@@@@@@@@@@@@@@ */



/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image img {
    margin: 40px auto 0;
  }

  .stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  nav {
    display: none;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero {
    padding: 60px 0 30px;
  }

  .btn-primary,
  .btn-outline {
    display: block;
    margin: 12px auto;
    width: fit-content;
  }

  .stats {
    gap: 25px;
  }

  .stats h3 {
    font-size: 24px;
  }

  .marquee span {
    font-size: 14px;
  }
  .bannerBtn .bannerBtnWithBgcolor {
    font-size: 12px;
    padding: 12px 10px;
}
.bannerBtn .bannerBtnWithoutBgcolor {
  font-size: 12px;
    padding: 12px 10px;
}
.bannerBtn a {
    min-width: 127px;
}
.HomeBannerSection .homeBannerSecLeft p {
    font-size: 9px;
}
.maxtraInNumberRightBox .counter {
    padding-top: 13px;
}
}











































/* =========================================================
   GLOBAL RESPONSIVE FIXES
========================================================= */

/* Prevent horizontal scroll on all devices */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}


/* =========================================================
   LARGE TABLETS (≤ 1200px)
========================================================= */
@media (max-width: 1200px) {

  .tech-wrapper {
    gap: 30px;
  }

  .main-tech {
    width: 360px;
    height: 360px;
  }

  .circle {
    width: 240px;
    height: 240px;
  }

  .icon-block {
    width: 52px;
    height: 52px;
  }
}


/* =========================================================
   TABLETS (≤ 992px)
========================================================= */
@media (max-width: 992px) {

  /* TECHNOLOGY SECTION */
  .tech-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .tech-left,
  .tech-right {
    width: 100%;
  }

  .tech-buttons {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .main-tech {
    width: 320px;
    height: 320px;
  }

  .circle {
    width: 220px;
    height: 220px;
  }

  .icon-block {
    width: 48px;
    height: 48px;
  }

  .center-content img {
    width: 120px;
    height: 120px;
  }

  /* BANNER */
  .HomeBannerSection .homeBannerSecLeft h1 {
    font-size: 38px;
  }

  .homeBannerSecRight img {
    width: 380px;
    margin: auto;
  }

  /* MAXTRA SECTION */
  .maxtraInNumberLeft {
    flex-direction: column;
  }

  .maxtraInNumberLeftBox {
    width: 100%;
    min-height: auto;
    padding: 30px;
  }
}


/* =========================================================
   MOBILE (≤ 768px)
========================================================= */
@media (max-width: 768px) {
      .homeBannerSecRight img {
        width: 250px;
        margin: auto;
    }

  .navbar-brand img {
    width: 115px;
}

  /* TECHNOLOGY SECTION */
  .technology-section {
    padding: 20px 0;
  }

  .tech-left h2 {
    font-size: 26px;
  }

  .tech-buttons {
    grid-template-columns: 1fr;
  }

  .tech-btn {
    padding: 14px;
    font-size: 14px;
  }

  .main-tech {
    width: 260px;
    height: 260px;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .icon-block {
    width: 42px;
    height: 42px;
  }

  .center-content img {
    width: 100px;
    height: 100px;
  }

  /* BANNER */
  .HomeBannerSection {
    padding: 30px 0;
  }

  .HomeBannerSection .homeBannerSecLeft h1 {
    font-size: 25px;
  }

  .bannerBtn {
    /* flex-direction: column; */
    align-items: center;
  }

  /* DIGITAL SOLUTIONS */
  .digitalSolutionsBox img {
    min-height: auto;
    width: 100%;
  }

  /* CASE STUDIES */
  .caseStudiesInner {
    margin-bottom: 20px;
  }

  /* TESTIMONIAL */
  .testimonial-slide {
    padding: 25px;
  }
}


/* =========================================================
   SMALL MOBILE (≤ 480px)
========================================================= */
@media (max-width: 480px) {

  /* TECHNOLOGY */
  .main-tech {
    width: 220px;
    height: 220px;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .icon-block {
    width: 36px;
    height: 36px;
  }

  .icon-block img {
    width: 60%;
  }

  .center-content img {
    width: 80px;
    height: 80px;
  }

  /* HEADINGS */
  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 14px;
  }

  /* FOOTER */
  .footerSec {
    text-align: center;
  }

  .footerSocialIcons {
    justify-content: center;
  }
}


  


@media screen and (max-width: 500px){
  .digitalSolutions h3 {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: rubik;
    font-weight: 700;
    line-height: 26px;
}
.box-area {
      height: 400px !important;
        
}
.roLeft img {
    height: 230px !important;
    object-fit: cover;
}
.resultOrientedInner {
    padding: 15px;
}
.caseStudiesInnerLeft p {
    font-size: 13px;
}
.caseStudiesInnerLeft ul li{
  font-size: 13px;
}
.caseStudiesInnerRight img {
    width: 100%;
    height: 240px;
}
.bg-color img{
  width: 300px;
  height: 300px;
}
.submit-btn img{
  height: 40px;
  width: 150px;
}
.getInTouchContent {
    padding: 20px;
}
.new input {
    border-radius: 0px;
    padding: 12px 10px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
    width: 180px;
    font-size: 13px;
    background: transparent;
}
    .testimonial-slide {
        padding: 25px;
        min-height: 400px;
    }
    .client-avatar {
    width: 90px;
    }
    .portfolio-first-content h6 {
    font-size: 14px;
    line-height: 1.4;
}
.portfolio-btn {
    display: inline-block;
    margin-top: 25px;
    font-size: 13px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid white;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
 .portfolio-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* 👈 2 buttons per row */
    gap: 12px !important;
    width: 100%;
    padding: 12px;
    justify-items: center;
  }

  .portfolio-nav-item {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
  }
  .getInTouchContent h3 {
    font-size: 17px !important;
    line-height: 25px;
}
.maxtraInNumberRightBox2{
  margin-top: 20px;
}
}























