@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap");

:root {
  --primaryHeadingFont: "Sora", sans-serif;
  --primaryTextFont: "Manrope", sans-serif;
  --primaryOrange: #f45a4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primaryHeadingFont);
}

a,
span,
label,
input,
p,
text,
line,
input,
textarea,
button,li {
  font-family: var(--primaryTextFont);
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

li {
  list-style: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #000 !important;
  font-family: var(--primaryTextFont);
}

.banner-forms-sec br {
  display: none;
}
.wpcf7-spinner {
  display: none !important;
}

.small-head {
  border-radius: 99px;
  background: linear-gradient(270deg, #fcfcfc 0%, #fff1ff 100%);
  padding: 16px 18px;
  width: 200px;
  margin: auto;
  margin-bottom: 15px;
}

.small-head h5 {
  color: #f45a4e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.main-head h2 {
  color: #313131;
  text-align: center;
  text-shadow: 0px 6px 27.9px rgba(179, 179, 179, 0.25);
  font-size: 35px;
  font-weight: 600;
}


.banner-forms-sec .wpcf7 form.invalid .wpcf7-response-output{
        color: #000 !important;
}
.desc-para p {
  color: #4a565f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

/* Best customer cta */
.best-cus-cta-sec {
  background: url(../images/best-customer-cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.best-customer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cus-text h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.cus-text .cus-text-line {
  position: relative;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.cus-text span {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.cus-text .cus-text-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 320 20' xmlns='http://www.w3.org/2000/svg'><path d='M0 20 Q160 0 320 20' stroke='%23FEDC36' fill='transparent' stroke-width='4'/></svg>")
    no-repeat center;
  background-size: cover;
}

.cus-cta {
  text-align: right;
}

.cus-cta a {
  border-radius: 57px;
  background: linear-gradient(90deg, #e66854 0%, #9b5892 50.48%, #594cc9 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 25px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.cus-cta a:hover {
  background: linear-gradient(90deg, #594cc9 0%, #9b5892 50.48%, #e66854 100%);
}

/* Tech Stack */
.tech-stack-section {
  background: #f6f6fa;
  padding: 80px 0px;
  position: relative;
  z-index: 1;
}
.tech-stack-section::before {
  content: " ";
  background-image: url(../images/tech-stack-section-bg-2.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 120px;
  height: 52px;
  left: 0;
  background-size: cover;
  bottom: 10%;
  z-index: -1;
}
.tech-stack-section::after {
  content: " ";
  background-image: url(../images/tech-stack-section-bg-1.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 90px;
  height: 104px;
  right: 5%;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.tech-stack-section-bg {
  content: " ";
  background-image: url(../images/tech-stack-section-bg-3.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 130px;
  height: 267px;
  right: 0;
  background-size: cover;
  bottom: 7%;
  z-index: -1;
}
.tech-stack-section-bg-1 {
  content: " ";
  background-image: url(../images/tech-stack-section-bg-4.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 60px;
  height: 160px;
  left: 3%;
  background-size: cover;
  top: 10%;
  z-index: -1;
}

.tech-stack-container .tech-stack-icons-section {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 15px;
  margin-top: 50px;
}
.tech-stack-icons-section-mbl {
  display: none;
}
.tech-stack-container .desc-para p {
  margin: auto;
  width: 60%;
}

.tech-stack-icons-section img {
  width: 100%;
  margin: 0px 0px 15px 0px;
}
.tech-stack-icons-section img:hover {
  scale: 1.05;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.tech-stack-icons-section .tech-grid-1 {
  margin-top: -80%;
}

.tech-stack-icons-section .tech-grid-2 {
  margin-top: -40%;
}

.tech-stack-icons-section .tech-grid-3 {
  margin-top: 0%;
}

.tech-stack-icons-section .tech-grid-4 {
  margin-top: 25%;
}

.tech-stack-icons-section .tech-grid-5 {
  margin-top: 50%;
}

.tech-stack-icons-section .tech-grid-6 {
  margin-top: 25%;
}

.tech-stack-icons-section .tech-grid-7 {
  margin-top: 0%;
}

.tech-stack-icons-section .tech-grid-8 {
  margin-top: -40%;
}

.tech-stack-icons-section .tech-grid-9 {
  margin-top: -80%;
}

/* top bar section */
.top-bar-sec {
  background: linear-gradient(to right, #4a00e0, #b23274, #ff6a00);
  padding: 20px 0;
}

.top-bar-sec-r1 {
  align-items: center;
}

.top-bar-sec-data {
  width: 100%;
  margin: 0 auto;
  backdrop-filter: blur(112px);
  /* box-shadow: 1px 1px 1px 1px #fff; */
  padding: 10px;
  border-radius: 100px;
  background: #ffffff33;
}

.xit {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  width: fit-content;
}

.xit:hover {
  color: #fff;
}

.top-bar-sec-data-x {
  display: flex;
  justify-content: center;
}

.top-bar-sec-data-text {
  display: flex;
  color: #fff;
  justify-content: center;
}

.top-bar-sec-data-text-para-1 {
  margin-bottom: 0;
  margin-left: 10px;
}
.top-bar-sec-data-text-para-1-a{
	    color: #fff;
}
.top-bar-sec-data-text-para-1-a:hover {
	    color: #fff;
}
.top-bar-sec-data-text-para-new {
  margin-bottom: 0;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

/* header */
.header-section {
  position: relative;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #b0b0b0;
  /* BACKGROUND: TRANSPARENT; */
}
.page-id-10 .header-section {
  position: absolute;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #b0b0b0;
  /* BACKGROUND: TRANSPARENT; */
}

.tc-header-main {
  position: relative;
  /* background: #fff; */
  padding: 10px 0;
}

.header-logo {
  width: 200px;
}

.tc-header-main-r1 {
  align-items: center;
}

.sec-menu-nav-ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 14px;
  justify-content: flex-end;
  padding-left: 0;
}

.mobile-menu {
  display: none;
}

.sec-menu-nav-ul-a {
  color: #262626;
  font-weight: 600;
}

.sec-menu-nav-ul-a:hover {
  color: #262626;
}

.con-btn {
  border: 1px solid #6319b0;
  color: #6319b0;
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 100px;
  font-size: 18px;
}

.con-btn svg path {
  fill: #6319b0;
}

.con-btn:hover svg path {
  fill: #fff;
  transition: 0.3s ease-in-out;
}

.con-btn:hover {
  background-color: #6319b0;
  color: #fff;
  border: 1px solid #6319b0;
  transition: 0.3s ease-in-out;
}

.con-btn-1 {
  border-radius: 100px;
  background: linear-gradient(90deg, #e66854 0%, #9b5892 50.48%, #594cc9 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 25px;
  text-decoration: none;
  /* background-size: 200% auto; */
  background-size: 100% 100%;
  transition: background-position 0.5s;
  transition: 0.3s ease-in-out;
}

.con-btn-1:hover {
  color: #fff;
  background: linear-gradient(90deg, #594cc9 0%, #9b5892 50.48%, #e66854 100%);
  /* transition: .3s ease-in-out; */
  transition: 0.5s;
  background-position: right center;
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #0063b0 0%,
    #1742b0 51%,
    #6617b0 100%
  );
}

.btn-grad {
  margin: 10px;
  padding: 15px 30px;
  transition: 0.5s;
  /* background-size: 200% auto; */
  color: #fff;
  box-shadow: 0 0 20px #eee;
  border-radius: 100px;
  display: block;
}

.btn-grad:hover {
  background-image: linear-gradient(
    to right,
    #6617b0 0%,
    #1742b0 51%,
    #0063b0 100%
  );
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

/* .btn-grad {background-image: linear-gradient(to right, #594CC9 0%, #9B5892  51%, #E66854  100%)}
         .btn-grad {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .btn-grad:hover {
            background-position: right center; 
            color: #fff;
            text-decoration: none;
          } */

.sec-menu-nav-ul-a-last {
  margin-left: 20px;
}

/* end of header */

/* banner section */
.home-banner-sec {
  padding: 50px 0 70px 0;
  position: relative;
  /* background: linear-gradient(to right, #ffd1aa4d, #ffffffe6, #add8e64d); */
  background: url(../images/home-banner-sec-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.home-banner-sec::before {
  /*content: '';*/
  /*position: absolute;*/

  /*background: url(../images/banner-ling-bg-1.png);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*width: 157px;*/
  /*height: 634px;*/
  /*top: 100px;*/
  /*left: -24px;*/
  /*z-index: -1;*/
}

.home-banner-sec::after {
  /*content: '';*/
  /*position: absolute;*/
  /*background: url(../images/banner-ling-bg-2.png);*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*width: 246px;*/
  /*height: 651px;*/
  /*right: 0px;*/
  /*top: 160px;*/
  /*z-index: -1;*/
}

.home-banner-right-img {
  width: 100%;
}

.home-banner-sec-r1 {
  align-items: center;
     padding: 70px 0px;
}

.banner-left-head {
  text-align: center;
}

.banner-left-head-h3 {
  font-size: 54px;
  width: 100%;
  color: #2e2e2e;
  line-height: 73px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}

/* 
.word {
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}
 */

.text-container {
  display: inline-block;
  font-size: 54px;
  width: 100%;
  color: #2e2e2e;
  line-height: 73px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
}

.dynamic-text {
  color: #ff6200;
  font-family: var(--primaryHeadingFont);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%; /* Prevents resizing */
  max-width: 100px;
}

/* Optional: add a placeholder text with fixed width */
/* .text-container::after {
  content: "";
  display: inline-block;
  visibility: hidden;
  width: auto;
} */

@keyframes slideText {
  0% {
    transform: translateX(100%);
    opacity: 0;
  } /* Start offscreen */
  20% {
    opacity: 1;
    transform: translateX(0);
  } /* Slide in */
  80% {
    opacity: 1;
    transform: translateX(0);
  } /* Hold in place */
  100% {
    transform: translateX(-100%);
    opacity: 0;
  } /* Slide out */
}

.text-container-lasr-span {
  display: block;
}

.home-banner-sec-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.banner-left-head-h3-span {
  color: #ff6200;
}

.get-us-left-a {
  margin-top: 40px;
  text-align: center;
}

.banner-left-a {
  color: #fff;

  background-image: linear-gradient(
    to right,
    #0063b0 0%,
    #1742b0 51%,
    #6617b0 100%
  );
  font-size: 18px;
  padding: 15px 25px;
  transition: 0.3s;
  border-radius: 100px;
}

.banner-left-a:hover {
  background-image: linear-gradient(
    to right,
    #6617b0 0%,
    #1742b0 51%,
    #0063b0 100%
  );
  /* background-position: right center;  */
  color: #fff;
  transition: 0.3s;
}

.banner-left-head-para {
  color: #4d4d4d;
  font-size: 20px;
  margin-top: 30px;
  width: 90%;
  margin: 20px auto;
}

.banner-chart-data {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 70px;
}

.banner-chart-data-1 {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #f9f9f9;
  width: fit-content;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 12px;
}

.banner-chart-data-2 {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #f9f9f9;
  width: fit-content;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 12px;
}

.banner-chart-data-text-count {
  color: #430065;
  font-size: 35px;
  font-weight: 600;
}

.banner-chart-data-text-count-p {
  color: #4d4d4d;
  margin: 0;
}

@keyframes swing {
  0% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(-4px);
  }
}

@keyframes float {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(0px);
  }

  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(-10px);
  }

  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(0px);
  }
}

.home-banner-sec-left {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.founder-home-img {
  width: 330px;
  animation: float 3s infinite;
}

.founder-home-img-1 {
  width: 250px;
  margin: 0 auto;
  display: flex;
  animation: swing 3s infinite;
}

.founder-home-img-2 {
  width: 400px;
  margin: 0 auto;
  display: flex;
  animation: float 4s infinite;
}

.founder-home-img-new {
  animation-name: stretch;
  animation-duration: 4.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes stretch {
  0% {
    transform: scale(1);
  }
  50% {
  }
  100% {
    transform: scale(1.1);
  }
}

/* Marquee styles */
.home-banner-marquee {
  margin: 40px 0;
}

.home-banner-marquee-h2-head {
  text-align: center;
  color: #212121;
  font-size: 22px;
  margin-bottom: 45px;
  font-weight: 600;
}

.home-banner-marquee .marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  width: 85%;
  margin: 0 auto;
}

.home-banner-marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

.home-banner-marquee .marquee__content {
  animation: scroll 20s linear infinite;
}

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

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.home-marquee-img {
  width: auto;
  /*filter: grayscale(100%);*/
}

/* why-choose-us */

.why-choose-us-section {
  padding: 50px 0 127px 0;
  background: url(../images/why-choose-us-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  position: relative;
  z-index: 0;
}

.why-choose-us-section::before {
  content: "";
  position: absolute;
  background: url(../images/why-choose-us-bg-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 320px;
  height: 390px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  /* transform: rotate(356deg); */
}

.why-choose-us-section::after {
  content: "";
  position: absolute;
  background: url(../images/why-choose-us-bg-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 402px;
  height: 510px;
  right: 0px;
  top: 160px;
  z-index: -1;
}

.why-choose-us-left {
  position: relative;
  top: -50px;
}

.why-choose-us-left-top {
  background: linear-gradient(110deg, #b93186, #d14d4d, #b93186);
  padding: 15px 15px;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-left-top-data {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
}

.why-choose-us-left-top-data-line {
  border-top: 1px solid #ffffff52;
  border-bottom: 1px solid #ffffff52;
}

.why-choose-us-left-top-data-p {
  margin-bottom: 0;
  color: #fff;
}

.why-choose-us-left-top-data-icon {
  width: 36px;
}

.why-choose-us-left-last {
  margin-top: 50px;
  background: linear-gradient(110deg, #129ab3, #a60986);
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-right {
  position: relative;
  top: 13px;
}

.why-choose-us-right-top {
  background: linear-gradient(110deg, #584802, #593fa0, #00b6ef);
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-right-top-data {
  display: flex;
  gap: 20px;
  align-items: center;
}

.why-choose-us-sec-counter {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}

.why-choose-us-right-top-data-p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.why-choose-us-right-last-data {
  margin-top: 50px;
  background: linear-gradient(0deg, #036149, #233071, #420099);
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 30px 3px #22222252;
}

.why-choose-us-right-last-h3 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff21;
  width: 88%;
  line-height: 33px;
}

.why-choose-us-right-top-data-p-last {
  color: #fff;
  margin-bottom: 0;
}

.why-choose-us-right-top-circle {
  position: relative;
  text-align: center;
  background: url(../images/why-choose-us-counter-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 87px;
  height: 87px;
  right: 0px;
  top: 0px;
  z-index: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-r1 {
  content: "";
  position: relative;
  background: url(../images/why-choose-us-r1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0;
  border-radius: 100px;
  margin-top: 100px;
  background: #5135a6;
}

.why-choose-us-center-h2 {
  color: #fff;
  /* font-weight: 600; */
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
}

.chart-video {
  width: 100%;
  border-radius: 16px;
  background: #000;
  margin-top: 14px;
  margin-bottom: 40px;
}
/* chart css  */
.chart-container {
  background: rgba(45, 52, 54, 0.9);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 800px;
  width: 100%;
  margin-top: 40px;
  position: relative;

  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.chart-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.chart-container::before {
  position: absolute;
  content: "";
  background: url(../images/why-choose-arrow.png);
  width: 80px;
  height: 90px;
  top: -18%;
  right: -24px;
}

.chart-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 1;
}

.chart-wrapper {
  position: relative;
  width: 100%;
  /* height: 400px; */
  height: auto;
}

.chart-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  margin-top: 30px;
}

.grid-line {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1;
  stroke-dasharray: 2, 2;
}

.axis-label {
  fill: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}

.line-primary {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-secondary {
  fill: none;
  stroke: #fd588c;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line-primary,
.line-secondary {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16, 10; /* custom dash-gap pattern */
  stroke-dashoffset: 0;
  animation: dashLoop 3s linear infinite;
}

.line-primary {
  stroke: #ffffff;
}

.line-secondary {
  stroke: #fd588c;
}

@keyframes dashLoop {
  to {
    stroke-dashoffset: -1000;
  }
}

.data-point {
  transition: all 0.3s ease;
  cursor: pointer;
}

.data-point:hover {
  transform: scale(1.2);
}

.point-primary {
  fill: #fff;
  stroke: #8481ff;
  stroke-width: 2;
}

.point-secondary {
  fill: #fff;
  stroke: #a4a400;
  stroke-width: 2;
}

.tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.legend {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  justify-content: center;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.legend-color {
  width: 16px;
  height: 16px;
  border-radius: 100px;
}

.legend-primary {
  background: #ffffff;
}

.legend-secondary {
  background: #fd588c;
}

.chart-container-data {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.about-us-section {
  background-image: url(../images/home-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}
.about-us-section::before {
  /*        position: absolute;*/
  /*    content: '';*/
  /*    background-image: url(../images/ci.png);*/
  /*    background-repeat: no-repeat;*/
  /*    background-size: cover;*/
  /*    width: 25px;*/
  /*    bottom: 0%;*/
  /*    left: 0%;*/
  /*    height: 25px;*/
  /*      animation: rotateYinfinite 3s linear infinite;*/
  /*animation: moveLR 10s linear infinite;*/
  /*  transform-style: preserve-3d;*/
}

@keyframes moveLR {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes rotateYinfinite {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.about-us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-us-left img {
  width: 90%;
}

.about-us-left {
  position: relative;
}

.about-us-left::after {
  position: absolute;
  content: "";
  background-image: url(../images/abt-rating-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  bottom: 10%;
  left: 50%;
  height: 130px;
}

.about-us-container .small-head h5 {
  text-align: center;
}

.about-us-container .small-head {
  margin: 0;
  border-radius: 99px;
  padding: 16px 18px;
  width: 140px;
  margin-bottom: 15px;
  background: linear-gradient(270deg, #eff1ff 0%, #fff1ff 100%);
}

.about-us-container .main-head h2 {
  text-align: left;
}

.about-us-container .desc-para p {
  text-align: left;
  margin-top: 20px;
}

.about-content-sec {
  display: flex;
  margin-top: 30px;
  margin-bottom: 0;
}

.about-content-sec .col-1 {
  padding: 0;
}

.about-content-sec .col-1 img {
  width: auto;
}

.about-content-sec .col-2 h5 {
  color: #313945;
  font-size: 22px;
  font-weight: 600;
}

.about-content-sec .col-2 p {
  color: #4a565f;
  font-size: 16px;
  font-weight: 400;
}

.smart-schedule-section {
  padding: 50px 0px;
  background-image: url(../images/schedule-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.smart-schedule-section::before {
  content: " ";
  background-image: url(../images/tech-stack-section-bg-2.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 120px;
  height: 52px;
  left: 0;
  background-size: cover;
  bottom: 10%;
  z-index: -1;
}
.smart-schedule-section::after {
  content: " ";
  background-image: url(../images/smart-schedule-section-bg-1.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  right: 5%;
  background-size: cover;
  top: 10%;
  z-index: -1;
}
.smart-schedule-section-bg {
  content: " ";
  background-image: url(../images/tech-stack-section-bg-4.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 60px;
  height: 170px;
  right: 5%;
  background-size: cover;
  bottom: 10%;
  z-index: -1;
  opacity: 0.5;
}
.smart-schedule-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.schedule-left-section {
  position: relative;
}

.schedule-left-section::after {
  position: absolute;
  content: "";
  background-image: url(../images/schedule-arrow-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  top: 40%;
  right: -18%;
  height: 100%;
}

.smart-schedule-container .schedule-left-section img {
  width: 100%;
}

.smart-schedule-container .schedule-right-section img {
  width: 100%;
}

.smart-schedule-section .small-head {
  border-radius: 99px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.13) 100%
  );
}

.smart-schedule-section .main-head {
  width: 65%;
  margin: auto;
}

.smart-schedule-section .main-head h2 {
  color: #fff;
}

.enquiry-form-section {
  padding: 50px 0px;
  background-color: #f3f7f9;
  position: relative;
  z-index: 0;
}

.enquiry-form-section::before {
  content: "";
  position: absolute;
  background: url(../images/enquiry-form-section-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.enquiry-form-section .small-head {
  width: 250px;
}

.enquiry-form-container {
  display: flex;
  align-items: stretch;
  margin-top: 45px;
}

.enquiry-form-container .enquiry-left-sec {
  border-radius: 15px 0px 0px 15px;
  background: #fff;
  box-shadow: 0px 4px 103.4px 0px rgba(175, 175, 175, 0.25);
  padding: 40px;
}

.enquiry-form-container .enquiry-right-sec {
  border-radius: 0px 15px 15px 0px;
  background: linear-gradient(
    131deg,
    #571b71 0%,
    #372366 17.98%,
    #372366 79.71%,
    #571b71 101.1%
  );
  padding: 40px;
}

.enquiry-form-container .enquiry-right-sec h2 {
  color: rgba(255, 255, 255, 0.22);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.enquiry-form-container .enquiry-left-sec h2,
.enquiry-form-container .enquiry-left-sec span {
  color: #464646;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
}

.enquiry-left-sec .enquire-boxs {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.enquiry-left-sec .enquire-boxs img {
  width: 60px;
}

.enquiry-left-sec .enquire-boxs p {
  margin-bottom: 8px;
  color: #565d62;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.enquiry-left-sec .enquire-boxs a {
  text-decoration: none;
  color: #313234;
  font-size: 19px;
  font-weight: 500;
}

.enquiry-right-sec .enquire-form .enquire-form-columns {
  display: flex;
  margin-bottom: 30px;
}

.enquiry-right-sec .enquire-form .enquire-form-columns p {
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 500;
}

.enquiry-right-sec .enquire-form .enquire-form-columns input {
  border-bottom: 2px solid #5c5c5c !important;
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

.enquiry-right-sec .enquire-form .enquire-form-columns textarea {
  border-bottom: 2px solid #5c5c5c !important;
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

.enquire-sub-cta {
  text-align: center;
  width: 100%;
}

.enquire-sub-cta a {
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    #ec694f 0%,
    #985895 50.48%,
    #594cc9 95.67%
  );
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 25px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

/* home-product sec  */

.home-product-sec {
  background: url(../images/home-product-sec-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.home-product-sec-r1 {
  margin-top: 40px;
  background: #f4eeff;
  border: 1px solid #d1bff1;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
}
.home-product-sec-r1-inner {
  align-items: center;
}
.home-product-new {
  /*background: #F4EEFF;*/
  /*border: 1px solid #D1BFF1;*/
  /*padding: 30px;*/
  /*border-radius: 10px;*/
}

.home-product-btn-div .faq-btn {
  background-color: #262626;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #262626;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-product-btn-div .faq-btn:hover {
  background-color: #fff;
  color: #262626;
}

.home-product-btn-div {
  /* width: fit-content; */
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.home-product-new-benrfit-list-p {
  background: linear-gradient(88deg, #fff0f0 6%, #f1d6ff 65%);
  padding: 10px;
  border-radius: 10px;
  color: #2a3239;
}

.home-product-new-benrfit-h3 {
  color: #313945;
  margin-bottom: 20px;
  font-size: 20px;
}
.home-product-new-head {
  background: #cabbe424;
  padding: 20px;
  border-radius: 10px;
}
.home-product-new-head-para {
  color: #4a565f;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: left;
}

.home-product-new-head-h2 {
  text-align: left;
  margin-bottom: 20px;
}
.home-product-new-img1 {
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.home-product-testimonials-h2 {
  font-size: 22px;
  text-align: center;
  color: #313945;
}

.home-product-testimonials {
  background: #faecf5;
  padding: 30px;
  border: 1px solid #e8c9dc;
  border-radius: 10px;
  height: 100%;
}

.home-product-testimonials-data-text {
  background: #fff;
  padding: 50px 10px 10px 10px;
  text-align: center;
  border-radius: 20px;
}

.home-product-testimonials-data-text-p2 {
  color: #313131;
  font-weight: 600;
}

.home-product-testimonials-name-img {
  text-align: center;
  margin-bottom: -40px;
}

.star-icon-product {
  width: auto;
}

.home-product-testimonials-a {
  margin-top: 50px;
  text-align: center;
}

.home-product-testimonials-a1 {
  border-radius: 57px;
  background: linear-gradient(90deg, #e66854 0%, #9b5892 50.48%, #594cc9 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 25px;
  text-decoration: none;
  background-size: 300% 300%;
  /* transition: .3s ease-in-out; */
}

.home-product-testimonials-a1:hover {
  color: #fff;
  animation: gradientShift 2s linear infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.mySwiperProduct .swiper-slide-shadow {
  box-shadow: none !important;
  background: none !important;
}
.mySwiperProduct {
  overflow: hidden;
}

.home-testimonials-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.home-testimoni
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -22px;
}

.home-testimonials-swiper .swiper-pagination-bullet {
  background: #b85e79;
}

.home-testimonials-swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5c3290;
}

/* naveen css  */

.ispectra-footer {
  padding-top: 40px;
  background-color: #fcf6ff;
  position: relative;
  overflow: hidden;
}

.ispectra-footer .footer-logo {
  margin-bottom: 15px;
  width: 220px;
}

.ispectra-footer .footer-txt {
  color: #4a565f;
  font-weight: 400;
  font-size: 16px;
}

.ispectra-footer .follow-h {
  color: #313131;
  font-weight: 600;
  font-size: 21px;
  margin-top: 40px;
}

.ispectra-footer .soc-links-div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.ispectra-footer .soc-link-span {
  background-color: #7e3bc50a;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: grid;
  place-items: center;
}

.ispectra-footer .soc-link {
  color: #7e3bc5;
  font-size: 20px;
}

.ispectra-footer .footer-sub-h {
  color: #313131;
  font-weight: 600;
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ispectra-footer .soc-ul {
  list-style: none;
  padding-left: 0;
}

.ispectra-footer .soc-ul li {
  margin-bottom: 13px;
}

.ispectra-footer .soc-ul li a {
  color: #4a565f;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.ispectra-footer .soc-ul li a:hover {
  color: #441f6b;
}

.ispectra-footer .quick-link-div {
  margin-left: 30px;
}

.ispectra-footer .footer-con-div {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.ispectra-footer .con-link1 {
  color: #4a565f;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.ispectra-footer .con-link1:hover {
  color: #441f6b;
}

.ispectra-footer .con-link1-icon {
  color: #7e3bc5;
  font-size: 18px;
}

.ispectra-footer .copy-right-main-div {
  background: #50309f;
  background: linear-gradient(
    90deg,
    rgba(80, 48, 159, 1) 0%,
    rgba(81, 42, 145, 1) 29%,
    rgba(84, 29, 115, 1) 65%
  );
}

.ispectra-footer .footer-row {
  padding-bottom: 40px;
}

.ispectra-footer .foo-before-icon {
  position: absolute;
  left: 0;
  top: 5%;
}

.ispectra-footer .footer-after-icon {
  position: absolute;
  right: 0;
  top: 5%;
}

.ispectra-footer .foo-shape-icon-1 {
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: -1;
}

.ispectra-footer .foo-shape-icon-2 {
  position: absolute;
  right: 0;
  bottom: 12%;
  z-index: -1;
}

.ispectra-footer .copy-right-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.ispectra-footer .copy-txt {
  color: #dedede;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

.ispectra-footer .dsn-txt {
  color: #d5d5d5;
  font-weight: 700;
  font-size: 10px;
}

.ispectra-footer .com-name {
  color: #d5d5d5;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.ispectra-footer .dsn-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.tab-sec-r1-footer {
  display: none;
}

.home-faq-sec {
  padding-top: 60px;
  position: relative;
  padding-bottom: 60px;
}

.home-faq-sec .home-faq-sec-h {
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}

.home-faq-sec .question {
  color: #2a2a2a;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  font-family: var(--primaryHeadingFont);
  font-weight: 500;
  align-items: center;
  cursor: pointer;
}

.home-faq-sec .question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  color: #2b0082;
}

.home-faq-sec .question.active::after {
  transform: rotate(45deg);
}

.home-faq-sec .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.home-faq-sec .answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  color: #5c656b;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--primaryHeadingFont);
}

.home-faq-sec .ques-div {
  border: 1px solid #c8adff7a;
  border-radius: 8px;
  margin-bottom: 15px !important;
  position: relative;
  z-index: 9;
  background: #fff;
}

.home-faq-sec .faq-after-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 8%;
  /* animation: rotatefaq 10s linear infinite; */
  /* animation: rotateAnimation 5s linear infinite; */
}
@keyframes rotatefaq {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateAnimation {
  from {
    transform: rotateY(45deg);
  }
  to {
    transform: rotateY(225deg);
  }
}

.home-faq-sec .row.faq-row {
  position: relative;
}

.home-faq-sec .faq-bg-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  z-index: -1;
}

.home-faq-sec .faq-btn-div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.home-faq-sec .faq-btn {
  background-color: #262626;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #262626;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-faq-sec .faq-btn:hover {
  background-color: #fff;
  color: #262626;
}

.home-faq-sec .faq-half-icon {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 5%;
}

.home-faq-sec .tri-cir-div {
  position: relative;
}

.home-faq-sec .tri-cir-icon {
  position: absolute;
  left: 15%;
  animation: mover4 10s infinite linear;
}

@keyframes mover4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  40% {
    -webkit-transform: translate(-15px, 1px);
    transform: translate(-15px, 1px);
  }
  80% {
    -webkit-transform: translate(-40px, 72px);
    transform: translate(-10px, 32px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.home-test-sec {
  padding: 70px 0;
  background-image: url("../images/test-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-test-sec .home-test-sec-txt {
  text-align: center;
  color: #f45a4e;
  font-weight: 500;
  font-size: 18px;
  background: #fff6ee;
  background: linear-gradient(
    315deg,
    rgba(255, 246, 238, 0.64) 41%,
    rgba(255, 241, 255, 0.94) 60%
  );
  width: max-content;
  margin: auto;
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.home-test-sec .home-test-sec-h {
  text-align: center;
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}

.home-test-sec .test-box {
  border: 1px solid #e6e9f7;
  border-radius: 10px;
}

.home-test-sec .star-div {
  text-align: end;
  margin-bottom: 15px;
}

.home-test-sec .star {
  color: #fe3e3e;
}

.home-test-sec .client-review {
  color: #4a565f;
  font-weight: 400;
  font-size: 17px;
}

.home-test-sec .client-name-div {
  background: #faecec;
  background: linear-gradient(
    90deg,
    rgba(250, 236, 236, 1) 35%,
    rgba(250, 237, 249, 1) 100%
  );
  width: 100%;
  padding: 16px 0;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 80px;
  display: grid
;
    grid-template-columns: 1fr 5fr;
}

.home-test-sec .profile-img {
  /*position: absolute;*/
  /*left: 5%;*/
  /*bottom: 5%;*/
  /*width: 13%;*/
  width: 70px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: -46px;
}
.home-test-sec .profile-img-div{
     margin-left: 20px;
    width: 50px;
    height: 50px;
    background-color: #ffc4c4;
    border-radius: 100px;
    display: grid
;
    place-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    border: 2px solid #ffb8b8;
}

.home-test-sec .review-content-div {
  background: #e6e9f7;
  background: linear-gradient(
    122deg,
    rgba(230, 233, 247, 0.62) 54%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 10px 20px 40px 20px;
  min-height: 260px;
}

.home-test-sec .client-name {
  color: #313945;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.home-test-sec .client-name span {
  font-weight: 400;
}

.home-test-sec .swiper-test {
  overflow: hidden;
  width: 100%;
  margin: 0 0 0 auto;
}

.home-test-sec .test-1-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
}

.home-test-sec .test-2-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
}

.home-test-sec .swiper-button-prev {
  top: 60% !important;
  left: 4%;
  border: 1px solid #c2c2c2;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: linear-gradient(
    136deg,
    rgba(55, 33, 100, 1) 23%,
    rgba(83, 29, 115, 1) 62%
  );
}

.home-test-sec .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}

.home-test-sec .swiper-button-next {
  top: 60% !important;
  right: 4%;
  width: 45px;
  height: 45px;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  background: linear-gradient(
    136deg,
    rgba(55, 33, 100, 1) 23%,
    rgba(83, 29, 115, 1) 62%
  );
}

.home-test-sec .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
}

.home-services-sec {
  padding: 60px 0;
  position: relative;
}

.home-services-sec .home-services-sec-txt {
  text-align: center;
  color: #f45a4e;
  font-weight: 500;
  font-size: 18px;
  background: #fff6ee;
  background: linear-gradient(
    315deg,
    rgba(255, 246, 238, 0.64) 41%,
    rgba(255, 241, 255, 0.94) 60%
  );
  width: max-content;
  margin: auto;
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.home-services-sec .home-services-sec-h1 {
  text-align: center;
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}

.home-services-sec .home-services-sec-h2 {
  text-align: center;
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}

/* Style the tab */
.home-services-sec .tab {
  border: 1px solid #e9e9e9;
  background-color: #efeffb;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  height: 100%;
}

/* Style the buttons inside the tab */
.home-services-sec .tab button {
  display: block;
  background-color: inherit;
  color: #565c60;
  padding: 16px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 8px;
  font-family: "Sora";
}

/* Change background color of buttons on hover */
.home-services-sec .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.home-services-sec .tab button.active {
  background: #4e42b9;
  background: linear-gradient(
    153deg,
    rgba(78, 66, 185, 1) 31%,
    rgba(154, 31, 141, 1) 100%
  );
  color: #fff;
}

/* Style the tab content */
.home-services-sec .tabcontent {
  padding: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background-color: #f6f8fc;
  position: relative;
  z-index: 1;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.home-services-sec .tabcontent-h {
  color: #313945;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}

.home-services-sec .tabcontent-p {
  color: #4a565f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.tabcontent-p-ul-head {
  font-weight: 600;
  font-size: 20px;
  color: #313945;
}

.home-services-sec .home-ser-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.home-services-sec .home-ser-ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a565f;
  font-weight: 600;
  font-size: 16px;
}

.home-services-sec .single-ser-btn {
  background-color: #262626;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #262626;
  transition: 0.3s;
}

.home-services-sec .single-ser-btn:hover {
  background-color: #fff;
  color: #262626;
}

.home-services-sec .ser-card-img {
  width: 100%;
}

.home-services-sec .ser-card-content {
  padding: 10px;
}

.home-services-sec .ser-card-main {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50px 50px;
  background-color: #f6f8fc;
}

.home-services-sec .ser-card-content {
  padding: 15px 20px;
}

.home-services-sec .ser-card-h {
  color: #313945;
  font-weight: 600;
  font-size: 20px;
}

.home-services-sec .ser-card-p {
  color: #4a565f;
  font-size: 16px;
  font-weight: 400;
}

.home-services-sec .ser-card-p span {
  font-weight: 600;
}

.home-services-sec .ser-pro-h {
  color: #313945;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.home-services-sec .pro-high-main {
  display: flex;
  gap: 5px;
}

.home-services-sec .pro-high-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8e5e5;
  background: linear-gradient(
    134deg,
    rgba(248, 229, 229, 1) 12%,
    rgba(250, 244, 248, 1) 50%,
    rgba(249, 210, 251, 1) 100%
  );

  border-radius: 10px;
  padding: 10px;
}

.home-services-sec .pro-high-inner-txt {
  color: #3e484e;
  font-weight: 600;
  font-size: 15px;
}

.home-services-sec .pro-high-inner-span {
  background: #db66ad;
  background: linear-gradient(
    178deg,
    rgba(219, 102, 173, 1) 0%,
    rgba(240, 110, 114, 1) 100%
  );
  width: 85px;
  height: 50px;
  border-radius: 100px;
  display: grid;
  place-items: center;
}

.home-services-sec .ser-after-long-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1000px;
  width: 172px;
}

.home-services-sec .ser-bottom-right {
  position: absolute;
  bottom: 0;
  width: 9%;
}

.hire-pro-high {
  flex-direction: column;
}

.home-blogs-sec {
  overflow: hidden;
  margin-bottom: 50px;
}

.home-blogs-sec .home-blogs-sec-inner-div {
  background: #372164;
  background: linear-gradient(
    136deg,
    rgba(55, 33, 100, 1) 23%,
    rgba(83, 29, 115, 1) 62%
  );
  padding: 30px;
  border-radius: 30px;
  position: relative;
}

.home-blogs-sec .blog-txt {
  font-weight: 500;
  font-size: 18px;
  color: #f45a4e;
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
  background: #46326f;
  width: max-content;
  background: linear-gradient(
    90deg,
    rgba(70, 50, 111, 1) 54%,
    rgba(55, 33, 100, 1) 100%
  );
  margin-top: 40px;
}

.home-blogs-sec .blog-h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 8px;
}

.home-blogs-sec .blog-h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}

.home-blogs-sec .blog-para {
  color: #e3e3e3;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}
.blog-data-para {
  margin-top: 25px;
}

.home-blogs-sec .blog-cta-btn {
  background-color: #614c83;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #614c83;
  transition: 0.3s;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.home-blogs-sec .blog-cta-btn:hover {
  background-color: #fff;
  color: #441f6b;
}

.home-blogs-sec .blog-card-img {
  width: 100%;
}

.home-blogs-sec .blog-card-img-div {
  position: relative;
}

.home-blogs-sec .blog-card-tag {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  background-color: #5a56e9;
  padding: 10px 14px;
  border-radius: 50px;
  position: absolute;
  left: 5%;
  bottom: -5%;
}

.home-blogs-sec .blog-card-head {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 22px;
}

.home-blogs-sec .blog-card {
  width: 90%;
}

.home-blogs-sec .blog-content-div {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 20px;
  padding-top: 30px;
}

.home-blogs-sec .blog-card-para {
  color: #565d62;
  font-weight: 500;
  font-size: 16px;
}

.home-blogs-sec .blog-card-btn-div {
  text-align: end;
}

.home-blogs-sec .blog-card-btn {
  color: #441f91;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.home-blogs-sec .swiper {
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 40px 0;
}

.home-blogs-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-blogs-sec .swiper-button-next,
.home-blogs-sec .swiper-button-prev {
  color: #441f91;
  /* Customize color */
  width: 40px;
  height: 40px;
}

.home-blogs-sec .swiper-button-prev {
  background-color: #e6e6e6;
  border-radius: 100px;
  left: -8%;
}

.home-blogs-sec .swiper-button-prev::after {
  font-size: 20px;
}

.home-blogs-sec .swiper-button-next {
  background-color: #e6e6e6;
  border-radius: 100px;
  right: -15%;
}

.home-blogs-sec .swiper-button-next::after {
  font-size: 20px;
}

.home-blogs-sec .blog-before-1 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 16%;
  opacity: 0.5;
  z-index: 0;
}

.home-blogs-sec .blog-before-2 {
  position: absolute;
  width: 10%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 0;
}

.home-blogs-sec .bloga-after-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.5;
  z-index: 0;
}

.new-banner-content-h1 {
  position: relative;
  font-size: 60px;
  font-weight: 400;
  color: #2e2e2e;
}
.new-banner-content-h1-span {
  font-size: 60px;
  font-weight: 600;
  background: linear-gradient(to right, #de6659, #5c4dc7);
  -webkit-background-clip: text;
  color: transparent;
}
.new-banner-content-h1-span2 {
  display: block;
}


/* banner filp  */
.banner-content-h1 {
  position: relative;
  font-size: 60px;
}
.flip {
  display: inline-block;
  position: relative;
  width: 500px;
  height: 56px;
  perspective: 500px;
}
.banner-content-h1 .step {
  display: block;
  width: auto;
  color: #ff6200;
  position: absolute;
  font-weight: 600;
  top: 0px;
  left: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  opacity: 0;
  transform: rotateX(90deg);
}
.banner-content-h1 .step.set {
  opacity: 1;
  transform: rotateX(0deg);
}
.banner-content-h1 .step.down {
  opacity: 0;
  transform: rotateX(-90deg);
}

/*back to top*/

#buttontotop {
  background: linear-gradient(
    136deg,
    rgba(55, 33, 100, 1) 23%,
    rgba(83, 29, 115, 1) 62%
  );
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
}
#buttontotop.show {
  visibility: visible;
  cursor: pointer;
  display: block; /* Shows the button when class 'show' is added */
  opacity: 1;
}

#buttontotop::after {
  content: "\F235";
  font-family: bootstrap-icons;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
}

.services-child-banner #crumbs a {
  color: #ffffff;
}
.services-child-banner .divider {
  color: #fff01c;
}

.services-child-banner .current {
  color: #fff01c;
}

.breadcrumbs-h1 {
  color: #ffffff;
  font-size: 40px;
}

.home-ach-core-sec {
  padding: 65px 0 0 0;
  background: #fefaf39c;
}

.home-ach-core-sec-para--p {
  color: #4a565f;
  font-size: 18px;
  font-weight: 400;
}
.home-ach-core-sec-a {
  margin-top: 40px;
}
/* General Styles */
.home-ach-core-card {
  /*display: flex;*/
  /*background-color: #f9f9f9;*/
  background: linear-gradient(to right, #f6eeff, #ffeaeb);
  border-radius: 10px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  padding: 15px;
  min-height: 225px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-ach-core-card::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 0; /* Initially, width is 0 */
  height: 0; /* Initially, height is 0 */
  /*background-color: #7226b0; */
  background: linear-gradient(to right, #5c4dc7, #5c4dc7);
  transition: all 0.3s ease; /* Smooth transition for the filling effect */
  z-index: -1; /* Ensure the background is behind the content */
}

.home-ach-core-card:hover::before {
  width: 100%;
  height: 100%;
}
.home-ach-core-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Card Icon */
.home-ach-core-card-icon {
  margin-bottom: 20px;
}
.home-ach-core-card:hover .home-ach-core-card-content p {
  color: #fff;
  transition: all 0.3s ease;
}

/* Card Content */
.home-ach-core-card-content {
  flex: 1;
}

.home-ach-core-card-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #292929;
}
.home-ach-core-card:hover .home-ach-core-card-content h3 {
  color: #fff;
  transition: all 0.3s ease;
}

.home-ach-core-card-content p {
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}

.home-ach-core-read-more {
  color: #7226b0;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  transition: color 0.3s ease;
}

.home-ach-core-read-more:hover {
  color: #7226b0;
}
.home-ach-core-read-more i {
  margin-left: 10px;
  background: #7226b0;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.home-ach-core-card:hover .home-ach-core-read-more {
  color: #fff;
  transition: all 0.3s ease;
}
.home-ach-core-card:hover .home-ach-core-read-more i {
  color: #7226b0;
  background: #fff;
  transition: all 0.3s ease;
}
.home-ach-core-card:hover .home-ach-core-card-icon-img {
  filter: invert(-1) brightness(5);
  transition: all 0.3s ease;
}

.home-ach-core-card-icon-img {
  width: auto;
}

.home-services-sec-h1 {
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}

/*new home bar chart*/

/*.controls {*/
/*      margin-bottom: 2rem;*/
/*    }*/
/*    .controls h3 {*/
/*      color: #374151;*/
/*      margin-bottom: 1rem;*/
/*      font-size: 1.2rem;*/
/*    }*/
/*    .button-group {*/
/*      display: flex;*/
/*      flex-wrap: wrap;*/
/*      gap: 0.5rem;*/
/*      margin-top: 5px;*/
      
/*    }*/

/*    .btnRec {*/
/*      padding: 0.5rem 0.7rem;*/
/*      border: none;*/
/*      border-radius: 0.5rem;*/
/*      font-weight: 500;*/
/*      cursor: pointer;*/
/*      transition: all 0.3s ease;*/
/*      display: flex;*/
/*      align-items: center;*/
/*      gap: 0.2rem;*/
/*      font-size: 0.5rem;*/
/*    }*/

/*    .btnRec.active {*/
/*      color: #000;*/
/*      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
      
/*    }*/

/*    .btnRec:not(.active) {*/
/*      background: white;*/
/*      color: #374151;*/
/*      border: 1px solid #d1d5db;*/
/*      cursor:auto;*/
/*    }*/

/*    .btnRec:not(.active):hover {*/
/*      background: #f9fafb;*/
/*    }*/

/*    .color-indicator {*/
/*      width: 10px;*/
/*      height: 10px;*/
/*      border-radius: 3px;*/
    
/*    }*/
    

/*    .chart-container-bar {*/
/*      background: rgb(28, 25, 25);*/
/*      border-radius: 1rem;*/
/*      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);*/
/*      padding: 3.5rem;*/
/*      position: relative;*/
/*    }*/

/*    .chart-container-bar .chart {*/
/*      position: relative;*/
/*      height: 380px;*/
/*      display: flex;*/
/*      align-items: end;*/
/*      justify-content: space-around;*/
/*      border-left: 2px solid #e5e7eb;*/
/*      border-bottom: 2px solid #e5e7eb;*/
/*      padding:20px 10px 10px;*/
/*      gap:15px;*/
     
/*    }*/

/*    .bar-group {*/
/*      display: flex;*/
/*      align-items: end;*/
/*      gap: 2px;*/
/*      flex: 1;*/
/*      max-width: 140px;*/
/*      margin-bottom: 20px;*/
      
/*    }*/

/*    .bar {*/
/*      flex: 1;*/
/*      min-height: 10px;*/
/*      border-radius: 4px 4px 0 0;*/
/*      cursor: pointer;*/
/*      transition: all 0.3s ease;*/
/*      position: relative;*/
     
/*    }*/
/*    .para{*/
/*        color:white;*/
/*        padding:5px;*/
/*    }*/

/*    .bar:hover {*/
/*      opacity: 0.8;*/
/*      transform: translateY(-2px);*/
/*    }*/

/*    .bar-label {*/
/*      position: absolute;*/
/*      bottom: 5px;*/
      /* left: 5%; */
      /* transform: translateX(-50%); */
/*      font-size: 0.6rem;*/
/*      color: #fff;*/
      /* white-space: nowrap; */
/*      text-align: center;*/
/*        margin-left: 10px;*/
/*      font-weight: 400;*/
      
/*    }*/
/*    .all-category-label {*/
/*  text-align: center;*/
/*  margin-top: 10px;*/
/*  font-size: 0.85rem;*/
/*  color: #fff;*/
/*  font-weight: 500;*/
/*}*/


/*    .y-axis {*/
/*      position: absolute;*/
/*      left: -35px;*/
      /* top: 0; */
/*      height: 100%;*/
/*      display: flex;*/
/*      flex-direction: column-reverse;*/
/*      justify-content: space-between;*/
/*      font-size: 0.75rem;*/
/*      color: #fff;*/
/*    }*/

/* .tooltipChart {*/
/*  position: absolute; */
/*  background: white;*/
/*  border: 1px solid #d1d5db;*/
/*  border-radius: 0.5rem;*/
/*  padding: 1rem;*/
/*  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);*/
/*  z-index: 10;*/
/*  max-width: 320px;*/
/*  display: none;*/
/*  pointer-events: none; */
  
/*}*/

/*    .tooltipChart h5 {*/
/*      color: #1f2937;*/
/*      margin-bottom: 0.5rem;*/
/*    }*/

/*    .tooltip-item {*/
/*      display: flex;*/
/*      align-items: center;*/
/*      gap: 0.5rem;*/
/*      margin-bottom: 0.25rem;*/
     
/*    }*/
/*       @media (max-width: 768px) {*/
/*      .header h1 {*/
/*        font-size: 2rem;*/
/*      }*/

    
/*      .button-group {*/
/*        flex-direction: column;*/
/*      }*/
      
     
/*    }*/









/*services details page*/

.sub-banner-sec {
  position: relative;
  background: url(../images/sub-page-banner-video.mp4);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.sub-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* background-color: rgb(43 43 43 / 50%); */
  background-color: #2b2b2b38;
  opacity: 1;
}
.services-sub-banner-btn {
  background-color: #fff;
  color: #262626;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.3s;
}
.services-sub-banner-btn:hover {
  background-color: #262626;
  color: #ffffff;
  transition: 0.3s;
}

.services-child-banner {
}

.serv-banner-form-input {
  border: unset;
  /* border-bottom: 1px solid #bbb; */
  margin-bottom: 0px;
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 10px;
}

.serv-banner-form-input-mess {
  border: unset;
  /* border-bottom: 1px solid #bbb; */
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  padding: 10px;
  border-radius: 10px;
}

.serv-banner-form-input-mess:focus-visible {
  outline: unset;
}

.serv-banner-form-input:focus-visible {
  outline: unset;
}

.banner-enquiry-form-input:focus-visible {
  outline: unset;
}

.input-container-submit {
  /*display:flex;*/
  /*justify-content: center;*/
  margin: 0 auto;
}

.serv-banner-enquiry-form-button {
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 0;
  background: #402cb0;
  border: unset;
  border-radius: 10px;
  /*background: linear-gradient(90deg, #EC694F 0%, #985895 50.48%, #594CC9 95.67%);*/
  /*text-transform: uppercase;*/
}

.serv-banner-enquiry-form-button:hover {
  color: #262626;
  background: #ffffff;
  border-color: #262626;
  transition: all 0.4s ease-in-out;
}

.service-why-it-sec {
  position: relative;
  background: url(../images/service-why-it-sec-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.service-why-it-sec::before {
  content: " ";
  background-image: url(../images/service-why-it-sec-bg-1.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 82px;
  height: 24px;
  left: 0;
  background-size: cover;
  bottom: 10%;
  z-index: 0;
}
.service-why-it-sec::after {
  content: " ";
  background-image: url(../images/faq-half-icon.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 40px;
  height: 81px;
  bottom: 30%;
  right: 5%;
  width: 85px;
  background-size: cover;
  z-index: 0;
}

.service-why-it-sec-r1 {
  align-items: center;
}
.service-why-it-sec .small-head h5 {
  text-align: left;
}
.service-why-it-sec .small-head {
  margin: auto 0 20px 0;
  text-align: left;
}
.service-why-it-sec .main-head h2 {
  text-align: left;
}
.service-why-it-para {
  margin-top: 30px;
}
.service-why-it-sec-right {
  position: relative;
}
.service-why-it-sec-right::before {
  content: " ";
  background-image: url(../images/service-why-it-sec-right-bg.png);
  position: absolute;
  background-repeat: no-repeat;
  width: 73px;
  height: 52px;
  right: 6px;
  background-size: cover;
  top: 9%;
  z-index: -1;
}
.service-why-it-sec-right-img {
  width: 100%;
}

.service-para p {
  color: #4a565f;
  font-size: 18px;
  font-weight: 400;
}

.service-what-we-sec {
  position: relative;
  background: #f7f9fe;
  padding: 60px 0px;
}
.service-what-we-sec .tech-stack-container .desc-para p {
  margin: auto;
  width: 60%;
}

/* General Styles */
.service-what-we-card {
  /*display: flex;*/
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-what-we-card::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 0; /* Initially, width is 0 */
  height: 0; /* Initially, height is 0 */
  background-color: #7226b0; /* The color you want to fill */
  transition: all 0.3s ease; /* Smooth transition for the filling effect */
  z-index: -1; /* Ensure the background is behind the content */
}

.service-what-we-card:hover::before {
  width: 100%; /* Adjust the width as you want (50% for top-left fill effect) */
  height: 100%; /* Adjust the height to match the fill size */
}
.service-what-we-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Card Icon */
.service-what-we-card-icon {
  margin-bottom: 20px;
}
.service-what-we-card:hover .service-what-we-card-content p {
  color: #fff;
  transition: all 0.3s ease;
}

/* Card Content */
.service-what-we-card-content {
  flex: 1;
}

.service-what-we-card-content h3 {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #292929;
}
.service-what-we-card:hover .service-what-we-card-content h3 {
  color: #fff;
  transition: all 0.3s ease;
}

.service-what-we-card-content p {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.service-what-we-read-more {
  color: #7226b0;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  transition: color 0.3s ease;
}

.service-what-we-read-more:hover {
  color: #7226b0;
}
.service-what-we-read-more i {
  margin-left: 10px;
  background: #7226b0;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.service-what-we-card:hover .service-what-we-read-more {
  color: #fff;
  transition: all 0.3s ease;
}
.service-what-we-card:hover .service-what-we-read-more i {
  color: #7226b0;
  background: #fff;
  transition: all 0.3s ease;
}
.service-what-we-card:hover .service-what-we-card-icon-img {
  filter: invert(0) brightness(5);
  transition: all 0.3s ease;
}
.service-what-we-card-icon-img {
  width: 50px;
}

/*bar chart new*/
.controls {
      margin-bottom: 2rem;
    }
    .controls h3 {
      color: #374151;
      margin-bottom: 1rem;
      font-size: 1.2rem;
    }
    .button-group {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-top: 15px;
      
    }
.btnRec {
      padding: 0.5rem 0.7rem;
      border: none;
      border-radius: 0.5rem;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 0.2rem;
      font-size: 0.5rem;
    }

    .btnRec.active {
      color: #000;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      
    }

    .btnRec:not(.active) {
      background: white;
      color: #374151;
      border: 1px solid #d1d5db;
      cursor:auto;
    }

    .btnRec:not(.active):hover {
      background: #f9fafb;
    }

    .color-indicator {
      width: 10px;
      height: 10px;
      border-radius: 3px;
    
    }
    

    .chart-container-bar {
      background: rgb(28, 25, 25);
      border-radius: 1rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      padding: 40px 40px 40px 40px;
      position: relative;
    }

.chart-container-bar .chart {
      position: relative;
      height: 380px;
      display: flex;
      align-items: end;
      justify-content: space-around;
      border-left: 2px solid #e5e7eb;
      border-bottom: 2px solid #e5e7eb;
      padding:20px 10px 10px;
      gap:15px;
     
    }

    .bar-group {
      display: flex;
      align-items: end;
      gap: 2px;
      flex: 1;
      max-width: 140px;
      margin-bottom: 30px;
      
    }

    .bar {
      flex: 1;
      min-height: 10px;
      border-radius: 4px 4px 0 0;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
     
    }
    .para{
        color:white;
        padding:5px;
    }

    .bar:hover {
      opacity: 0.8;
      transform: translateY(-2px);
    }

.bar-label {
position: absolute;
    bottom: 5px;
    /* left: 5%; */
    /* transform: translateX(-50%); */
    font-size: 0.6rem;
    color: #fff;
    /* white-space: nowrap; */
    text-align: left;
    margin-left: 0;
    font-weight: 400;
    width: 18%;
      
    }
    .all-category-label {
  text-align: center;
  margin-top: 10px;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 500;
}


    .y-axis {
      position: absolute;
      left: -35px;
      /* top: 0; */
      height: 100%;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      font-size: 0.75rem;
      color: #fff;
    }

 .tooltipChart {
  position: absolute; 
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
  max-width: 320px;
  display: none;
  pointer-events: none; 
  
}

    .tooltipChart h5 {
      color: #1f2937;
      margin-bottom: 0.5rem;
    }

    .tooltip-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 0.25rem;
     
    }
       @media (max-width: 768px) {
      .header h1 {
        font-size: 2rem;
      }

    
      .button-group {
        flex-direction: column;
      }
      
     
    }
/*end of new bar chart*/






/* Service Grid with Bootstrap Columns */
.service-section {
  margin-bottom: 2rem;
}

.service-section h4 {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.service-section h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--secondary);
  border-radius: 3px;
}

.service-card {
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  margin-bottom: 1.5rem;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(52, 152, 219, 0.15);
}

.service-icon {
  background: rgba(52, 152, 219, 0.1);
  border-radius: 15px;
  display: flex;

  justify-content: center;
  margin-bottom: 1.5rem;

  font-size: 1.5rem;
  transition: all 0.3s;

  background: linear-gradient(
    142.04deg,
    #c34fb6 -26.58%,
    #58a3dd 47.43%,
    #6442d5 143.27%
  );
  /*   background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
          background: linear-gradient(142.04deg, #C34FB6 -26.58%, #BC4762 47.43%, #6442D5 143.27%);*/

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.service-icon i {
  background: linear-gradient(
    142.04deg,
    #c34fb6 -26.58%,
    #58a3dd 47.43%,
    #6442d5 143.27%
  );
  -webkit-background-clip: text; /* For Safari */
  background-clip: text; /* For modern browsers */
  color: transparent; /* Set color to transparent to show the gradient */
  font-size: 25px; /* Adjust size of icon */
}

/* Apply gradient to the SVG icon inside .service-icon */
.service-icon svg path {
  fill: url(#gradient1);
}

/* Define the gradient */
.service-icon svg {
  width: 100px; /* Adjust the size of the icon */
  height: 100px;
}

.service-icon svg path {
  fill: url(#gradient1);
}

/* Optional: Animation effect */
@keyframes gradientShift {
  0% {
    stop-color: #c34fb6;
  }
  50% {
    stop-color: #58a3dd;
  }
  100% {
    stop-color: #6442d5;
  }
}

/* Add gradient animation to SVG */
@keyframes gradientShift {
  0% {
    stop-color: #c34fb6;
  }
  50% {
    stop-color: #58a3dd;
  }
  100% {
    stop-color: #6442d5;
  }
}

.service-title {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.75rem;
  font-size: 16px;
}

.service-title:hover {
  background: linear-gradient(
    90deg,
    #0063b0 0%,
    #1742b0 50.48%,
    #6617b0 95.67%
  );
  -webkit-background-clip: text; /* For Safari/Chrome */
  background-clip: text;
  color: transparent; /* Fallback for older browsers */
  -webkit-text-fill-color: transparent;
}

.service-desc {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* Contact Panel */
.contact-panel {
  background: linear-gradient(135deg, var(--primary), var(--dark));
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

.contact-panel::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.contact-panel h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  background: white;
  color: var(--primary) !important;
  padding: 0.85rem 1.75rem;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 500;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover {
  background: var(--secondary);
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.contact-btn i {
  margin-right: 10px;
  font-size: 1.1rem;
}

/* Hover Timer Effect */
.hover-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--secondary);
  width: 0%;
  transition: width 0.1s linear;
  z-index: 3;
  border-radius: 0 4px 4px 0;
}

/* Responsive Adjustments */

/* Animations */
@keyframes bounceIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-icon {
  animation: iconPulse 1.5s infinite;
}

@keyframes iconPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

/* Content Animation Classes */
.animate-fadeInUp {
  animation: fadeInUp 0.6s forwards;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

/* Custom button styles */
.learn-more-btn {
  background-color: #ffff;
  color: #6319b0;
  padding: 8px 15px;

  border: solid 1px #6319b0;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}

.learn-more-btn:hover {
  background-color: #6319b0;
  color: white;
  text-decoration: none;
}

/* new */

/***** CUSTOM DROPDOWN STYLES *****/
/* Remove default Bootstrap dropdown arrow */
.custom-dropdown-toggle::after {
  display: none !important;
}

/* Main dropdown container */
.custom-dropdown {
  position: relative;
  list-style: none;
}

/* Dropdown toggle link (nav item) */
.custom-dropdown-toggle {
  color: #333 !important;
  font-weight: 500;
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.custom-dropdown-toggle:hover {
  color: #3498db !important;
}

.navbar > .container-fluid {
  display: block;
}

/* Dropdown menu 
.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffff;
    border: 1px solid #34495e;
    border-radius: 4px;
    min-width: 200px;
    color: #0000 !important;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  
    z-index: 1000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}*/

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border-radius: 10px;
  min-width: 200px;
  color: #000;
  padding: 15px 6px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none;
  overflow: hidden; /* Keep this for border-radius clipping */
}

/* L-Shaped Gradient Border (Fixed to not block clicks)
.custom-dropdown-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #0055A0,
        #5A15A0,
        transparent
    );
    background-size: 200% 100%;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: lShapeSlide 3s linear infinite;
    pointer-events: none;
}


@keyframes lShapeSlide {
    0% { background-position: -100% 0; opacity: 0.5; }
    50% { background-position: 100% 0; opacity: 1; }
    100% { background-position: -100% 0; opacity: 0.5; }
}


.dropdown:hover .custom-dropdown-menu,
.dropdown:focus-within .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}





.custom-dropdown-menu a, 
.custom-dropdown-menu button {
    position: relative; 
    z-index: 1; 
}

*/

/* Dropdown items */
.custom-dropdown-item {
  color: #000000 !important;
  padding: 10px 16px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.custom-dropdown-item:hover {
  background: linear-gradient(
    90deg,
    #0063b0 0%,
    #1742b0 50.48%,
    #6617b0 95.67%
  ) !important;
  color: #ffff !important;
  border-radius: 10px;
}

/* Dropdown divider */
.custom-dropdown-divider {
  height: 1px;
  background: #34495e;
  margin: 5px 0;
}

/***** OPTIONAL ANIMATIONS *****/
/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-dropdown-menu {
  animation: fadeIn 0.3s ease forwards;
}

.custom-dropdown-menu li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.dropdown-toggle::after {
  display: none !important;
}

.hire-image-1 {
  width: 90%;
  margin-top: 25px;
  border-radius: 10px;
}
.hire-image-2 {
  width: 90%;
  margin-top: 25px;
  border-radius: 10px;
}
.hire-image-3 {
  width: 90%;
  margin-top: 25px;
  border-radius: 10px;
}

.hire-icon-co i {
  color: #1742b0;
}
.hire-main-con-div {
  padding-left: 15px;
}
.hire-icon-h5 {
  padding-left: 15px;
  font-size: 17px;
  color: #2c3e50;
  font-weight: 600;
}

.hire-se-cont-div {
  margin-bottom: 12px;
}
.hire-icon-h5:hover {
  background: linear-gradient(
    90deg,
    #0063b0 0%,
    #1742b0 50.48%,
    #6617b0 95.67%
  );
  -webkit-background-clip: text; /* For Safari/Chrome */
  background-clip: text;
  color: transparent; /* Fallback for older browsers */
  -webkit-text-fill-color: transparent;
}

/* new media quaery */

/* product button gradient style */

.pro-tabbutton {
  /* Gradient background */
  background: linear-gradient(
    90deg,
    #0063b0 0%,
    #1742b0 50.48%,
    #6617b0 95.67%
  );

  /* Text styling */
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-align: center;

  /* Button shape and size */
  padding: 11px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  display: inline-block;

  /* Transition for hover effects */
  transition: all 0.5s ease;

  /* Shadow effect */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

  /* Positioning and overflow */
  position: relative;
  overflow: hidden;
}

/* Hover effect - slightly darker gradient */
.pro-tabbutton:hover {
  background: linear-gradient(
    90deg,
    #6617b0 0%,
    #1339a0 50.48%,
    #0063b0 95.67%
  );
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

/* Active/click effect */
.pro-tabbutton:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.pro-tabbutton:hover::after {
  left: 110%;
}

.pro-tabbutton-img {
  width: 100%;
  border-radius: 10px;
}

.hire-sec-h3 {
  margin-top: 20px;
}

.hire-sec-ptag {
  padding-bottom: 10px;
  padding-right: 15px;
}

.nav-logotop {
  width: 100%;
}

.nav-gra-button {
  margin-left: 15px;
}

.hire-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #ffff;
  border-radius: 25px;
  font-weight: 550;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #262626;
  padding: 8px 20px;
  background-color: #262626;
}

.hire-button:hover {
  background-color: #ffff;
  color: #262626;
  border: 1px solid #262626;
}

.isbn-neww-meg-se-desktop-navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.isbn-neww-meg-se-mobile-navbar .navbar-nav {
   display: flex;
 
  justify-content: center;
}

/* Light version with unique animations */
.hire-se-cont-div {
  background-color: #f8f9fa; /* Light gray background */
  color: #333; /* Dark text for contrast */
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);

  /* Unique entrance animation */
  animation: floatIn 0.8s ease-out forwards;
  opacity: 0;
  transform-origin: center bottom;
}

/* Hover effects */
/* Hover effect for the main container */
.hire-se-cont-div:hover {
  background: linear-gradient(
    90deg,
    #d0d9e0 0%,
    #e5e8f0 50.48%,
    #ebe4f1 95.67%
  );
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  transform: scale(1.02) rotate(-0.5deg);
  border-color: rgba(0, 0, 0, 0.1);
}

/* Ensures the image turns white on hover 
.hire-se-cont-div:hover .hire-icon-co img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}*/

/* Ensures the h5 text is white on hover 
.hire-se-cont-div:hover .hire-icon-h5 {
  color: #ffffff !important; /* Override any other styles 
}
*/
/* Optional special animation classes */
.hire-se-cont-div.shimmer:hover {
  animation: shimmer 2s infinite;
}

.hire-se-cont-div.border-glow:hover {
  animation: borderGlow 3s infinite alternate;
}

/* Keyframe animations */
@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes borderGlow {
  0% {
    box-shadow: 0 0 0 0px rgba(100, 149, 237, 0.3);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(100, 149, 237, 0);
  }
}

/* Shimmer effect background setup */
.hire-se-cont-div.shimmer {
  background: linear-gradient(
    to right,
    #f8f9fa 0%,
    #e9ecef 20%,
    #f8f9fa 40%,
    #f8f9fa 100%
  );
  background-size: 1000px 100%;
}
#fstnav-center-row {
  display: flex;
  align-items: center;
}
.hire-iconimgg {
  transition: filter 0.3s ease;
}

.hire-iconimgg:hover {
  filter: brightness(0) invert(1);
}

/* new */
.comp-icon-a {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.com-con-divv {
  padding: 0px 15px;
}

.company-icon-main-div {
  margin-bottom: 15px;
}

.mega-margin-div {
  margin-top: 50px;
}

/* company and resources animation */
/* Existing styles (assuming these are already in your CSS) */
.company-icon-main-div {
  transition: all 0.3s ease;
}

.comp-icon-a {
  color: #000; /* or your default link color */
  transition: color 0.3s ease;
}

.last-icon-imgg {
  transition: transform 0.3s ease;
}

/* Hover effects */
.company-icon-main-div:hover .comp-icon-a {
  background: linear-gradient(
    90deg,
    #0063b0 0%,
    #1742b0 50.48%,
    #6617b0 95.67%
  );
  -webkit-background-clip: text; /* For Safari/Chrome */
  background-clip: text;
  color: transparent; /* Fallback for older browsers */
  -webkit-text-fill-color: transparent;
}

.company-icon-main-div:hover .last-icon-imgg {
  animation: shake 0.5s ease-in-out;
}

/* Shake animation */

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}

.navbar .container-fluid {
  display: block !important;
}

.navbar .container {
  display: block !important;
}
#navbarContent {
  display: block !important;
}

/*service main page css*/

/* Section Styling */
.ispec-subb-pa-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.ispec-subb-pa-form .form-control:focus {
  border-color: #eac3c9;
  box-shadow: none;
  outline: none;
}

/* Background video */
.ispec-subb-pa-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2; /* very back */
}

/* Gradient overlay */
.ispec-subb-pa-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fa932c -29.12%, #f7435f 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ice-fst-span-ser {
  color: #fff;
  text-decoration: none;
}
.ice-fst-span-ser:hover {
  color: #fff;
}
.ice-fst-span-ser i {
  padding-right: 8px;
}

.ice-fst-span-ser-1 {
  color: #d9ff72;
}

.ice-new-hh-fd {
  font-size: 38px;
  margin-bottom: 15px;
}

.ispec-subb-pa-content {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
}

.ispec-subb-pa-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.ispec-subb-pa-form input,
.ispec-subb-pa-form textarea,
.ispec-subb-pa-form select {
  border-radius: 10px;
  margin-bottom: 20px;
}
.ispec-subb-pa-form select {
  border-radius: 10px;
  margin-bottom: 20px;
}
.ispec-subb-pa-btn {
  background: #5a35f7;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  border: 1px solid #5a35f7;
  transition: 0.3s;
}
.ispec-subb-pa-btn:hover {
  background: #fff;
  border: 1px solid #3c22c7;
  color: #3c22c7;
}

.ispec-subb-pa-btn-1 {
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.ispec-subb-pa-btn-1:hover {
  background: #3c22c7;
  color: #fff;
}

.ispec-subb-pa-btn-div {
  padding-top: 20px;
}

.right-hee-f {
  color: #000;
  margin-bottom: 20px;
}
/* end fst banner section */

/* second graph section st */

/* Section */

/*.ispec-subb-gra-bar1 {*/
/*  --target-height: 30%;*/
/*}*/
/*.ispec-subb-gra-bar2 {*/
/*  --target-height: 72%;*/
/*}*/
/*.ispec-subb-gra-bar3 {*/
/*  --target-height: 85%;*/
/*}*/
/*.ispec-subb-gra-bar4 {*/
/*  --target-height: 68%;*/
/*}*/
/*.ispec-subb-gra-bar5 {*/
/*  --target-height: 40%;*/
/*}*/


.mb-ice-gr-h55{
    margin-bottom: 40px;
}
.ispec-subb-gra-section {
  background: #f9fafc;
  padding: 80px 0;

  background-image: url(../images/q12.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ispec-subb-gra-tag {
  display: inline-block;
  background: linear-gradient(270deg, #fcfcfc 0%, #fff1ff 100%);
  color: #f45a4e;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 6px 15px;
  margin-bottom: 15px;
}
.ispec-subb-gra-heading {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #313131;
}
.ispec-subb-gra-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.ispec-subb-gra-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  width: 85%;
  margin: 0 auto;
}

.ispec-subb-gra-graph {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 250px;
  margin-top: 20px;
  border-bottom: 1px solid #808080;
}
.ispec-subb-gra-bar {
  width: 50px;
  border-radius: 8px 8px 0 0;
  position: relative;
  text-align: center;
  height: 0;
  transition: height 1.5s ease-out;
}
.ispec-subb-gra-bar span {
  position: absolute;
  top: -35px;
  left: 48%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 3px solid;
  opacity: 0;
}

.ispec-subb-gra-bar1 {
  background: linear-gradient(90deg, #7dc848, #569f22);
}
.ispec-subb-gra-bar1 span {
  color: #28a745;
  border-color: #28a745;
}
.ispec-subb-gra-bar2 {
  background: linear-gradient(90deg, #402cb0, #32228e);
}
.ispec-subb-gra-bar2 span {
  color: #402cb0;
  border-color: #402cb0;
}
.ispec-subb-gra-bar3 {
  background: linear-gradient(90deg, #d648fa, #992bb4);
}
.ispec-subb-gra-bar3 span {
  color: #d648fa;
  border-color: #d648fa;
}
.ispec-subb-gra-bar4 {
  background: linear-gradient(90deg, #328e82, #28685f);
}
.ispec-subb-gra-bar4 span {
  color: #328e82;
  border-color: #328e82;
}
.ispec-subb-gra-bar5 {
  background: linear-gradient(90deg, #ecc54f, #b18d1f);
}
.ispec-subb-gra-bar5 span {
  color: #ecc54f;
  border-color: #ecc54f;
}

.ispec-subb-gra-labels {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  opacity: 0;
  column-gap: 10px;
}
.ispec-subb-gra-labels p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.ispec-subb-gra-label1 {
  color: #28a745;
}
.ispec-subb-gra-label2 {
  color: #3b26f7;
}
.ispec-subb-gra-label3 {
  color: #d633f6;
}
.ispec-subb-gra-label4 {
  color: #198754;
}
.ispec-subb-gra-label5 {
  color: #f1c40f;
}

@keyframes growBar {
  to {
    height: var(--target-height);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* second graph section en */

/*  <!-- why our software section st--> */

.our-soft-link{
    color: #55108E;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
     display: flex
;
    align-items: center;
    gap: 10px;

}
.our-soft-link i{
  background: #55108E; 
  color:#fff;
  border-radius:50%;
      width: 35px;
    height: 35px;
    display: grid
;
    place-items: center;
}
.our-soft-ice-section-col-main:hover .our-soft-link{
    color:#fff;
}
.our-soft-ice-section-col-main:hover i{
      background: #fff; 
      color:#55108E;
}
.our-soft-ice-p {
  color: #545454;
}

.our-soft-ice-section-h3 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  color: #313131;
}
.our-soft-ice-h5 {
  margin-top: 15px;
  font-size: 19px;
}
.our-soft-ice-section-pp {
  padding-bottom: 35px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

/* col- border code */

.our-soft-ice-section {
  padding: 60px 0px;

  background-image: url(../images/bac3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.our-soft-ice-section-col-main {
  position: relative;
  padding: 16px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden; /* keeps pseudo-element inside */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 0;
  min-height: 100%;
  margin-top: 10px;
}

/* Image container */
.our-soft-ice-imgdiv {
  overflow: hidden;
  border-radius: 10px; /* optional to match style */
}

.our-soft-ice-img {
  display: block;
  transition: filter 0.3s ease; /* smooth image filter change */
}

/* Pseudo-element for top-left border AND hover overlay */
.our-soft-ice-section-col-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 55%;
  border-top: 1px;
  border-left: 1px;
  border-top-left-radius: 15px;
  /* border-image-source: linear-gradient(
136deg, #7E34BA 3.25%, rgba(57, 23, 84, 0) 39.22%); */
  border-image-slice: 1;
  border-style: solid;
  border-top-left-radius: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: -1;
  inset: 0;
  /* border-radius: inherit; */
  /* outline: 1px solid blue; */
  border-right: 0px;
  border-bottom: 0px;
  border-color: #8034ad;
}
.our-soft-ice-section-col-main::after {
}

/* Hover effect */
.our-soft-ice-section-col-main:hover::before {
  width: 100%;
  height: 100%;
  background-color: #7226b0; /* hover overlay purple */
  border: none; /* remove thin border */
}

.our-soft-ice-section-col-main:hover {
  transform: translateY(-5px);

  color: #fff;
}
.our-soft-ice-section-col-main:hover .our-soft-ice-p {
  color: #fff;
}
/* Image hover effect when parent is hovered */
.our-soft-ice-section-col-main:hover .our-soft-ice-img {
  filter: brightness(0) invert(1); /* turns image fully white */
}

/* second row */

.ice-eng-second-roww {
  margin-top: 20px;
}

/* button ani cta */

.ice-endg-se-cta-ri-a {
  display: inline-block;
  font-weight: 550;
  padding: 13px 25px;
  background-color: #fff; /* initial color */
  color: #000;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid #fff;
}

/* Hover effect */
.ice-endg-se-cta-ri-a:hover {
  background: linear-gradient(180deg, #9e3cdb 0%, #c00bca 100%);
  transform: translateY(-2px); /* optional slight lift */
  border: 1px solid #fff;
  color: #fff;
}

.ice-endg-se-cta-ri {
  background: linear-gradient(180deg, #9e3cdb 0%, #c00bca 100%);
  color: #fff;

  padding: 50px 20px;
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ice-endg-se-cta-ri-div {
  margin-top: 35px;
}

.ice-endg-se-cta-ri-h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
}

/* industry specific solution-section st */

/* Full-width container with one background image */
.isp-sub-pa-nee-container {
  position: relative;
  background: url(../images/ac-1.jpg) no-repeat center center/cover;
  transition: background-image 0.6s ease-in-out;
  padding: 0;
}

/* Overlay */
.isp-sub-pa-nee-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* Grid wrapper */
.isp-sub-pa-nee-grid {
  position: relative;
  z-index: 2;
}

/* Each sector box */
.isp-sub-pa-nee-item {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
  padding: 20px;
}

.isp-sub-pa-nee-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.isp-sub-pa-nee-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-family: var(--primaryTextFont);
}

.isp-sub-pa-nee-desc {
  font-size: 14px;
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-family: var(--primaryTextFont);
}

.isp-sub-pa-nee-item:hover .isp-sub-pa-nee-desc {
  opacity: 1;
}

.isp-sub-pa-nee-top-headiv-h3 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  color: #313131;
}

.isp-sub-pa-nee-top-headiv {
  margin-bottom: 30px;
}

.isp-sub-pa-nee-section {
  margin-top: 60px;
}
/* industry specific solution-section end */

/* cta section st */

/* Main container */
.cta-ice-main-section-maindiv {
  text-align: center; /* centers button */
  margin-top: 20px;
}

/* Button styling */
.cta-ice-main-section-main-diva {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  background: linear-gradient(90deg, #e66854 0%, #9b5892 50.48%, #594cc9 100%);

  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Hover effect */
.cta-ice-main-section-main-diva:hover {
  background: linear-gradient(90deg, #594cc9 0%, #9b5892 50.48%, #e66854 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: 0.3s;
}

/* Icon spacing */
.cta-ice-main-section-main-diva i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* Icon animation on hover */
.cta-ice-main-section-main-diva:hover i {
  transform: translateX(4px);
}

/* cta section end */

.cta-ice-main-section {
  background: linear-gradient(88.14deg, #3a67a2 0.39%, #3f259b 99.57%);
  padding: 50px 0px;
}
.cta-ice-main-section-2 {
  background: linear-gradient(
    270deg,
    #460759 5.77%,
    #460759 50.48%,
    #640758 100%
  );

  padding: 50px 0px;
}
.cta-ice-main-section-22 {
  background: linear-gradient(
    91.93deg,
    #1d0950 3.28%,
    #1973a9 49.08%,
    #5d35b0 99.81%
  );

  padding: 50px 0px;
}

.cta-ice-main-section-main-h3 {
  color: #fff;
  text-align: center;
  font-size: 36px;
}
.cta-ice-main-section-main-p {
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  width: 55%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

/* testimoniel section st */
.testi-is-main-shadow {
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  display: none;
}

.testi-is-main {
  position: relative;
}
.testi-is-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, #8141a5 32.88%, #8343a800 100%);
  z-index: 5;
  /*box-shadow: 0px 25px 17px 21px #8242a7a8;*/
}

.testi-is-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(360deg, #8141a5 32.88%, #8343a800 100%);
  z-index: 5;
  /*box-shadow: 0px -20px 17px 21px #8242a7a8;*/
}

/* testi right top shadow end*/

.ise-new-ser-testi-section {
  background-color: #7833a0;
  color: #fff;
  margin-top: 60px;
  background-image: url(../images/serv-banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* Left side */
.ise-new-ser-testi-left h5 {
  color: #f45a4e;
  text-transform: uppercase;
  font-size: 14px;
  display: inline;
  padding: 11px 18px;
  border-radius: 25px;
  letter-spacing: 1px;
  background-color: #fff;
}
.ise-new-ser-testi-left h2 {
  font-size: 33px;
  margin: 25px 0;
  font-weight: 600;
}
.ise-new-ser-testi-left p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.ise-new-ser-testi-rating {
  font-size: 30px;
  font-weight: 600;
  color: #ffb400;
  margin-top: 25px;
}
.ise-new-ser-testi-reviews {
  margin-top: 8px;
}
.ise-new-ser-testi-reviews a {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
}
/* Swiper container */
.ise-new-ser-testi-dual-container {
  height: 460px;
  overflow: hidden;
}
.swiper {
  height: 100%;
  width: 100%;
}
/* Testimonial Card */
.ise-new-ser-testi-card {
  background: #fff;
  color: #333;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.ise-new-ser-testi-card-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
  color: #4a565f;
}

.testi-author-div{
  width: 40px;
    height: 40px;
    background-color: #898989;
    border-radius: 100px;
    display: grid
;
    place-items: center;
    color: #fff;
    font-weight: bold;  
}
.ise-new-ser-testi-author {
  align-items: center;
  display: grid
;
    grid-template-columns: 1fr 4fr;
}
.ise-new-ser-testi-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.ise-new-ser-testi-author-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.ise-new-ser-testi-author-position {
  display: block;
  font-size: 13px;
  color: #777;
}
.ise-new-ser-testi-stars {
  color: #ffb400;
  font-size: 14px;
  margin-top: 4px;
}
/* Responsive adjustments */

.swiper-slide {
  display: flex;
  height: auto !important;
}

.ise-new-ser-testi-rating-number {
  color: #fff;
}
.ise-new-ser-testi-description {
  width: 80%;
}
/* testimoniel section end */

/* marque section st */
/* ===== container + layout ===== */
.ice-new-mark-log-wrapper {
  padding: 36px 20px;
  border-radius: 18px;
}

.ice-new-marque-slide-section {
  background-color: #efe9fd;
  padding: 40px 0px;
}

.ice-new-mark-log-heading {
  text-align: center;

  font-weight: 600;
  font-size: 33px;
  color: #313131;
  margin: 0 0 22px 0;
}

/* ===== marquee tracks ===== */
.ice-new-mark-log-track {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.ice-new-mark-log-scroller {
  display: flex;
  gap: 22px;
  align-items: center;
  will-change: transform;
}

.ice-new-mark-log-item {
  min-width: 84px;
  height: 84px;
  background: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(40, 20, 80, 0.06);
  flex: 0 0 auto;
  padding: 10px;
}

.ice-new-mark-log-item img {
  max-width: 56px;
  max-height: 56px;
  display: block;
}

.ispec-subb-gra-tag-1div {
  display: flex;
  justify-content: center;
}

.ispec-subb-gra-tag-1 {
  width: max-content;
  background: linear-gradient(270deg, #fcfcfc 0%, #fff1ff 100%);
  color: #f45a4e;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 6px 15px;
  margin-bottom: 30px;
}

/* ===== animation specifics ===== */
:root {
  --ice-new-mark-log-duration: 6s;
}

.ice-new-mark-log-anim-ltr .ice-new-mark-log-scroller {
  animation: ice-new-mark-log-move-ltr var(--ice-new-mark-log-duration) linear
    infinite;
}

.ice-new-mark-log-anim-rtl .ice-new-mark-log-scroller {
  animation: ice-new-mark-log-move-rtl var(--ice-new-mark-log-duration) linear
    infinite;
}

.ice-new-mark-log-track:hover .ice-new-mark-log-scroller {
  animation-play-state: paused;
}

@keyframes ice-new-mark-log-move-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes ice-new-mark-log-move-ltr {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.ice-new-mark-log-scroller > .ice-new-mark-log-item-group {
  display: flex;
  gap: 22px;
  align-items: center;
}

/* marque section st */

/* why choose section st */

.isp-soft-deb-process-section {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 60px 0px;

  background-image: url(../images/bac2.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow:unset !important;
}

.isp-soft-deb-left-section {
  padding: 18px;
  display: flex;
  flex-direction: column;
  position: sticky !important;
  top: 0;
}

.isp-soft-deb-left-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.isp-soft-deb-left-section-p {
  color: #545454;
}
.isp-soft-deb-left-section-h3 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #313131;
}

.isp-soft-deb-right-section {
  padding: 10px;
  position: relative;
}

.isp-soft-deb-center-border {
  position: absolute;
  left: 50%;
  top: 40px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    #4a6cf7,
    #8e44ad,
    #87ceeb,
    #e74c3c,
    #27ae60,
    #ff9f43,
    #4a6cf7
  );
  transform: translateX(-50%);
  z-index: 1;
}

.isp-soft-deb-steps-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* Step Wrapper */
.isp-soft-deb-step-wrapper {
  position: relative;
}

/* Step Card (Base Style) */
.isp-soft-deb-step {
  display: flex;
  position: relative;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-bottom 0.3s ease;
  border: 1px solid #e0e0e0; /* Default border */
}

/* Blue Step Border */
.isp-soft-deb-step-wrapper-blue .isp-soft-deb-step {
  border: 1px solid #2c4be0;
}

/* Red Step Border */
.isp-soft-deb-step-wrapper-red .isp-soft-deb-step {
  border: 1px solid #e74c3c;
}

/* Sky Blue Step Border */
.isp-soft-deb-step-wrapper-skyblue .isp-soft-deb-step {
  border: 1px solid #87ceeb;
}

/* Purple Step Border */
.isp-soft-deb-step-wrapper-purple .isp-soft-deb-step {
  border: 1px solid #8e44ad;
}

/* Green Step Border */
.isp-soft-deb-step-wrapper-green .isp-soft-deb-step {
  border: 1px solid #27ae60;
}

/* Orange Step Border */
.isp-soft-deb-step-wrapper-orange .isp-soft-deb-step {
  border: 1px solid #ff9f43;
}

.isp-soft-deb-step-left {
  flex: 1;
  padding-right: 20px;
}

.isp-soft-deb-step-right {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

/* Duration Badge Base Style */
.isp-soft-deb-step-duration {
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 150px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.isp-soft-deb-step-duration i {
  margin-right: 8px;
  font-size: 18px;
}

/* Blue Duration Badge (1-30 days) */
.isp-soft-deb-step-duration-blue {
  background-color: #f8f9fa;
  border: 1px solid #2c4be0;
  color: #2c4be0;
  box-shadow: 0 4px 8px rgba(74, 108, 247, 0.15);
}

/* Red Duration Badge (30-60 days) */
.isp-soft-deb-step-duration-red {
  background-color: #f8f9fa;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  box-shadow: 0 4px 8px rgba(231, 76, 60, 0.15);
}

/* Sky Blue Duration Badge (60-90 days) */
.isp-soft-deb-step-duration-skyblue {
  background-color: #f8f9fa;
  border: 1px solid #87ceeb;
  color: #87ceeb;
  box-shadow: 0 4px 8px rgba(135, 206, 235, 0.15);
}

/* Purple Duration Badge (90-120 days) */
.isp-soft-deb-step-duration-purple {
  background-color: #f8f9fa;
  border: 1px solid #8e44ad;
  color: #8e44ad;
  box-shadow: 0 4px 8px rgba(142, 68, 173, 0.15);
}

/* Green Duration Badge (120-150 days) */
.isp-soft-deb-step-duration-green {
  background-color: #f8f9fa;
  border: 1px solid #27ae60;
  color: #27ae60;
  box-shadow: 0 4px 8px rgba(39, 174, 96, 0.15);
}

/* Orange Duration Badge (150-180 days) */
.isp-soft-deb-step-duration-orange {
  background-color: #f8f9fa;
  border: 1px solid #ff9f43;
  color: #ff9f43;
  box-shadow: 0 4px 8px rgba(255, 159, 67, 0.15);
}

.isp-soft-deb-step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Step title colors */
.isp-soft-deb-step-title-blue {
  color: #313131;
}

.isp-soft-deb-step-title-red {
  color: #313131;
}

.isp-soft-deb-step-title-skyblue {
  color: #313131;
}

.isp-soft-deb-step-title-purple {
  color: #313131;
}

.isp-soft-deb-step-title-green {
  color: #313131;
}

.isp-soft-deb-step-title-orange {
  color: #313131;
}

.isp-soft-deb-step-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

.isp-soft-deb-flex .row {
  display: flex;
  gap: 15px;
}

/* ================== HOVER EFFECTS ================== */

/* Default Step (Blue) */
.isp-soft-deb-step-wrapper:hover .isp-soft-deb-step {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #2c4be0;
  background-color: #fff;
}

.isp-soft-deb-step-wrapper:hover .isp-soft-deb-step-duration-blue {
  background-color: #2c4be0;
  color: #fff;
}

/* ðŸ”´ Red Step Variant */
.isp-soft-deb-step-wrapper-red:hover .isp-soft-deb-step {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #e74c3c;
  background-color: #fff;
}

.isp-soft-deb-step-wrapper-red:hover .isp-soft-deb-step-duration-red {
  background-color: #e74c3c;
  color: #fff;
}

/* ðŸ”µ Sky Blue Step Variant */
.isp-soft-deb-step-wrapper-skyblue:hover .isp-soft-deb-step {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #87ceeb;
  background-color: #fff;
}

.isp-soft-deb-step-wrapper-skyblue:hover .isp-soft-deb-step-duration-skyblue {
  background-color: #87ceeb;
  color: #fff;
}

/* ðŸ’œ Purple Step Variant */
.isp-soft-deb-step-wrapper-purple:hover .isp-soft-deb-step {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #8e44ad;
  background-color: #fff;
}

.isp-soft-deb-step-wrapper-purple:hover .isp-soft-deb-step-duration-purple {
  background-color: #8e44ad;
  color: #fff;
}

/* ðŸŸ¢ Green Step Variant */
.isp-soft-deb-step-wrapper-green:hover .isp-soft-deb-step {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #27ae60;
  background-color: #fff;
}

.isp-soft-deb-step-wrapper-green:hover .isp-soft-deb-step-duration-green {
  background-color: #27ae60;
  color: #fff;
}

/* ðŸŸ  Orange Step Variant */
.isp-soft-deb-step-wrapper-orange:hover .isp-soft-deb-step {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #ff9f43;
  background-color: #fff;
}

.isp-soft-deb-step-wrapper-orange:hover .isp-soft-deb-step-duration-orange {
  background-color: #ff9f43;
  color: #fff;
}

/* new own code */
.isp-nde-des-img {
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

.ispec-subb-gra-tag-3 {
  width: max-content;
  background: linear-gradient(270deg, #fcfcfc 0%, #fff1ff 100%);
  color: #f45a4e;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  padding: 6px 15px;
  margin-bottom: 30px;
}

.step-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* Icon background colors */
.step-icon-blue {
  background: #e9f0ff;
}

.step-icon-red {
  background: #ffeaea;
}

.step-icon-skyblue {
  background: #e6f7ff;
}

.step-icon-purple {
  background: #f4e6ff;
}

.step-icon-green {
  background: #eafaf1;
}

.step-icon-orange {
  background: #fff0e1;
}

.step-icon img {
  max-width: 60%;
}

.step-content {
  flex: 1;
}

.pp-ivce-right {
  color: #545454;
  margin-bottom: 0px;
}

/* Step Number Styles */
.step-number {
  background-color: transparent;
  color: #989898;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
}

.step-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.step-title-container .isp-soft-deb-step-title {
  margin-bottom: 0;
}

/* why choose section end */

/* blog section st */

.ispe-blog-newsection {
  margin-top: 60px;
}

.ispe-about-card-atag {
  color: #313131;
  text-decoration: none;
  font-weight: 550;
  margin-bottom: 30px;
}

.ispe-about-card-atag-2 {
  color: #fff;
  text-decoration: none;
  font-weight: 550;
}

/* About Us Card */
.ispe-about-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.ispe-about-img-aa {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.ispe-about-overlay {
  position: absolute;
  inset: 0;

  transition: background 0.3s ease;
}

.ispe-about-card .ispe-about-overlay {
  background: rgba(0, 0, 0, 0.5); /* medium */
}

/* Content */
.ispe-about-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  color: #fff;
  z-index: 2;
}

.ispe-about-content h6 {
  font-weight: 550;
  margin-bottom: 8px;
  font-size: 16px;
}

.ispe-about-content p {
  font-size: 18px;
  margin-bottom: 10px;

  font-weight: 550;
}

.ispe-about-cardi-ptag {
  color: #403d3d;
  font-weight: 550;
  margin-top: 20px;
  font-size: 15px;
}

.ispe-about-cardi-ptag-2 {
  color: #fff;
  font-weight: 550;
  margin-top: 20px;
  font-size: 15px;
}

.ispe-about-card-a2-id {
  background-color: #f3f3f3;
  padding: 20px;
}

.ispe-about-card-a2-purple-id {
  background-color: #8e2d8d;
  padding: 20px;
  color: #fff;
  border-top-right-radius: 20px;
}

.ispe-about-card-blue-id {
  background-color: #6048fa;
  padding: 20px;
  color: #fff;
}

.isb-clip-diff-img {
  width: 100%;
}

.ispe-about-cardiimg {
  width: 100%;
}

.isb-clip-diff-imgdiv {
  position: relative;
}

.isb-clip-diff-h5ab {
  position: absolute;
  top: 0;
  padding: 18px;
  color: #fff;
  font-weight: 600;
}

.clip-colou-divv {
  position: relative;
  top: -94px; /* moves div up */
  background-color: #00866a;
  color: #fff;
  padding: 35px 20px;
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0% 100%);
  border-top-left-radius: 20px;
}

.clip-colou-divv.orange {
  background-color: #d94f2a;
  border-bottom-right-radius: 20px;
}

.clip-colou-divv.purple {
  background-color: #8e2d8d;
}

.clip-colou-divv.blue {
  background-color: #6048fa;
}

.second-new-ispec-blog .col-md-3 {
  padding: 0px;
}

.ispe-blog-newsection .col-md-6 {
  padding: 0px;
}
.ispe-blog-newsection .col-md-3 {
  padding: 0px;
}

.second-new-ispec-blog .ispe-about-card-a2-id {
  border-bottom-left-radius: 20px;
}

/* div hover animation img */

.isb-clip-diff-div {
  overflow: hidden;
  position: relative;
}

.isb-clip-diff-img {
  transition: transform 0.5s ease, filter 0.5s ease;
  width: 100%;
  display: block;
}

.isb-clip-diff-div:hover .isb-clip-diff-img {
  transform: scale(1.1);
  filter: brightness(1.2) contrast(1.1); /* Zoom + filter */
}

/* 2nd div */

/* 3rd image  div */

.ispe-about-card-a2-id {
  position: relative;
  min-height: 340px;

  transition: box-shadow 0.4s ease; /* shadow only */
}

/* image wrapper */
.ispe-about-cardiimgdiv {
  overflow: hidden;
}

/* image styling */
.ispe-about-cardiimgdiv img.ispe-about-cardiimg {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* only the image zooms on hover */
.ispe-about-card-a2-id:hover .ispe-about-cardiimgdiv img.ispe-about-cardiimg {
  transform: scale(1.1);
  filter: brightness(1.15) contrast(1.1);
}

/* optional: card shadow (but no zoom/lift) */
.ispe-about-card-a2-id:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 3rd */
.ispe-about-card-a2-purple-id {
  position: relative;

  min-height: 340px;

  transition: box-shadow 0.4s ease;
}

/* image wrapper */
.ispe-about-cardiimgdiv {
  overflow: hidden;
  border-radius: 10px;
}

/* image styling */
.ispe-about-cardiimgdiv img.ispe-about-cardiimg {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* only the image zooms on hover */
.ispe-about-card-a2-purple-id:hover
  .ispe-about-cardiimgdiv
  img.ispe-about-cardiimg {
  transform: scale(1.1);
  filter: brightness(1.15) contrast(1.1);
}

/* optional: card hover shadow */
.ispe-about-card-a2-purple-id:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* 4th div */
.ispe-about-card-blue-id {
  position: relative;
  min-height: 340px;

  transition: box-shadow 0.4s ease;
}

/* image wrapper */
.ispe-about-cardiimgdiv {
  overflow: hidden;
  border-radius: 10px;
}

/* image styling */
.ispe-about-cardiimgdiv img.ispe-about-cardiimg {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
  border-radius: 10px;
}

/* only the image zooms on hover */
.ispe-about-card-blue-id:hover .ispe-about-cardiimgdiv img.ispe-about-cardiimg {
  transform: scale(1.1);
  filter: brightness(1.15) contrast(1.1);
}

.second-new-ispec-blog {
  margin-top: -4px;
}

/* col-6 hover ani */

/* Card wrapper */
.ispe-about-card {
  position: relative;
  min-height: 340px;
  transition: box-shadow 0.4s ease;
  overflow: hidden;
  border-radius: 10px;
}
.ispe-about-card p{
	height:100%;
}

/* Image styling */
.ispe-about-card img.ispe-about-img-aa {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* Zoom and brightness effect on hover */
.ispe-about-card:hover img.ispe-about-img-aa {
  transform: scale(1.1);
  filter: brightness(1.15) contrast(1.1);
}

/* Optional: card shadow on hover */
.ispe-about-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Overlay (optional: slightly darkens image) */
.ispe-about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* adjust transparency */
  transition: background 0.4s ease;
}

.ispe-about-card:hover .ispe-about-overlay {
  background: rgba(0, 0, 0, 0.15); /* lighten on hover */
}

/* Icon slide on hover */
.ispe-about-card-atag-2 i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.ispe-about-card-atag-2:hover i {
  transform: translateX(6px);
}

/* Bold text */
.ispe-about-card-atag-2 {
  font-weight: 600;
}
.ispe-about-card-atag-2:hover {
  color: inherit !important;
  text-decoration: underline !important;
}

/* button hover animation */
.ispe-about-card-atag {
  font-weight: 600; /* make text bolder, 500-700 adjustable */
}

.ispe-about-card-atag i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.ispe-about-card-atag:hover {
  color: inherit !important;
  text-decoration: underline !important;
}
.ispe-about-card-atag:hover i {
  transform: translateX(6px);
}

/* 2nd a tag */
.ispe-about-card-atag-2 {
  font-weight: 600; /* make text bolder */
}

.ispe-about-card-atag-2 i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.ispe-about-card-atag-2:hover i {
  transform: translateX(6px); /* moves icon right on hover */
}
.ispe-blog-newsection-h3 {
  text-align: center;
  font-size: 33px;
  color: #313131;
  font-weight: 600;
}

.ispe-blog-newsection-p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #545454;
}
/* blog section end */

.isp-sub-pa-nee-top-headiv-p {
  text-align: center;
  color: #545454;
}

/* WHY CHOOSE BOX SLIDER ST */

.ise-new-dif-slider-section {
  width: 100%;
  margin-top: 60px;
}

.unique-main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.unique-row {
  display: flex;
  flex-wrap: wrap;
}

.unique-card-container {
  border-radius: 12px;
  height: 100%;
}

.unique-card {
  border-radius: 12px;
  padding: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  height: 100%;
}

.unique-card:hover {
  transform: translateY(-5px);
}

.unique-isb-h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.unique-isb-p {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.4;
  color: #5d5d5d;
}

.unique-isb-span {
  font-weight: 800;
  color: #212020;
  display: block;
  font-size: 15px;
}

/* Colors */
.unique-green {
  background: #d9f4ec;
}
.unique-blue {
  background: #d9ecf8;
}
.unique-purple {
  background: #e9e5f9;
}
.unique-yellow {
  background: #fff6d9;
}
.unique-pink {
  background: #fde4ef;
}
.unique-orange {
  background: #ffe4cc;
}
.unique-teal {
  background: #ccf2f5;
}
.unique-lavender {
  background: #e6e0ff;
}

/* Right Side Image Slider */
.unique-right-col {
  height: 100%;
}

.unique-image-slider {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.unique-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.unique-slide.active {
  opacity: 1;
  z-index: 1;
}

.unique-slide.slide-left {
  animation: slideInLeft 0.6s ease forwards;
}

.unique-slide.slide-right {
  animation: slideInRight 0.6s ease forwards;
}

@keyframes slideInLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.unique-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slider Controls Design */
.unique-slider-controls {
  position: absolute;
  bottom: 34px;
  left: 80%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  color: #333;
  padding: 3px 0px;
  z-index: 10;
}

.unique-slider-btn {
  background: none;
  border: none;
  color: #3c3c3c;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

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

/* Left Side Thumbnails */
.unique-thumbnail {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease, transform 0.3s ease;
  height: 100%;
  width: 100%;
}

.unique-thumbnail:hover {
  transform: translateY(-5px);
}

.unique-thumbnail.active {
  border: 2px solid #007bff;
}

.unique-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .unique-main-container > .unique-row {
    flex-direction: column;
  }

  .unique-image-slider {
    height: 300px;
    margin-top: 20px;
  }

  .unique-slider-controls {
    padding: 6px 12px;
  }

  .unique-slider-btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.isb-uni-slii-ma-div {
  margin-bottom: 40px;
}

.ise-new-dif-slider-section .col-md-4 {
  padding: 5px;
}

/* âœ… Equal Height + Width Fix for all 3 rows */
.unique-row-1 .col-md-4,
.unique-row-2 .col-md-4,
.unique-row-3 .col-md-4 {
  display: flex;
  align-items: stretch;
}

.unique-row-1 .unique-card,
.unique-row-2 .unique-card,
.unique-row-3 .unique-thumbnail {
  flex: 1;
}

/* Keep same height across all rows */
.unique-row-1 .unique-card,
.unique-row-2 .unique-card,
.unique-row-3 .unique-thumbnail {
  min-height: 170px; /* adjust as needed */
}

.ise-new-dif-slider-section .col-md-5 {
  padding: 5px;
}

.unique-row-3 .col-md-4 {
  padding: 4px 3px;
}
/* WHY CHOOSE BOX SLIDER END */
/*service main page css*/

/* compliance page st */

/* banner left and right btn css */
.ispec-subb-pa-btn-2 {
  background: #016201;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid c;
}
.ispec-subb-pa-btn-2:hover {
  background: #fff;
  border: 1px solid #016201;
  color: #016201;
}

.ispec-subb-pa-btn-left-2 {
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.ispec-subb-pa-btn-left-2:hover {
  background: #016201;
  color: #fff;
}

/* cloud banner button */

.ispec-subb-pa-btn-3 {
  background: #0a3572;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid c;
}
.ispec-subb-pa-btn-3:hover {
  background: #fff;
  border: 1px solid #0a3572;
  color: #0a3572;
}

.ispec-subb-pa-btn-left-3 {
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.ispec-subb-pa-btn-left-3:hover {
  background: #0a3572;
  color: #fff;
}

/* Background video green st */

/* Gradient overlay */
.ispec-subb-pa-section-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #237123 -29.12%, #317a31 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-1 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* Background video green end */

/* cyper security video and form btn */

/* tob baner button css */
.ispec-subb-pa-btn-6 {
  background: #1f3a9d;
  color: #fff;
  border-radius: 50px !important;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #1f3a9d;
}
.ispec-subb-pa-btn-6:hover {
  background: #fff;
  border: 1px solid #1f3a9d;
  color: #1f3a9d;
}

.ispec-subb-pa-btn-left-6 {
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.ispec-subb-pa-btn-left-6:hover {
  background: #1f3a9d;
  color: #fff;
}

.ispec-subb-pa-section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #081a3e -29.12%, #1f3a9d 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* ai page */
.ispec-subb-pa-section-23::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fc466b -29.12%, #3f5efb 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-23 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* cloud trandformation tob banner background */
.ispec-subb-pa-section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #114c8e -29.12%, #34405d 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-3 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* our product background */
.ispec-subb-pa-section-29::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #2f1c77 -29.12%, #4364f7 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-29 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

.ispec-subb-pa-section-311::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #114c8e -29.12%, #34405d 100%);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-311 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* hire developers page background colour */

.ispec-subb-pa-section-39::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #57216f, #241e92);

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-39 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* sub service background colour */
.ispec-subb-pa-section-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    91.93deg,
    #1d0950 3.28%,
    #1973a9 49.08%,
    #5d35b0 99.81%
  );

  opacity: 0.9; /* adjust if you want more/less video visible */
  z-index: -1; /* above video, below content */
}

.ispec-subb-pa-section-8 {
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* right side form chages st */

.ispec-subb-pa-form-1 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.ispec-subb-pa-form-1 .form-control:focus {
  border-color: #aad1aa;
  box-shadow: none;
  outline: none;
}

.ispec-subb-pa-form-1 input,
.ispec-subb-pa-form-1 textarea,
.ispec-subb-pa-form-1 select {
  border-radius: 10px;
  margin-bottom: 15px;
}

/* right side form chages end */

/* parner section st */

.isp-partner-main-div-fle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.isp-partner-main-div-fle-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.isp-partner-main-section {
  background-image: url(../images/gp-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.isp-partner-main-div-img {
  display: flex;
  margin: 0 auto;
  width: 90%;
}

/* parner section st */

/* compliance page end */

/* cyper security page st */

.isp-lands-solution-section .col-md-6 {
  padding: 4px;
}

.isp-lands-solution-section {
  padding: 60px 0px;
  background-color: #e7e5f8;
}
.isp-lands-solution-divv {
  background-color: #83328e;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}


/* hover ani */

.isp-lands-solution-divv-1 {
  background-color: #fff;
  color: #000;
  padding: 20px;
  text-align: center;
  margin-top: 6px;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
	perspective: 1000px;
}
.isp-lands-solution-divv-1:hover{
	border: 2px solid #83328e;
	animation: flipBack 0.8s ease forwards;
}


@keyframes flipBack {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}





/* 3col- cdn section st */

.cta-ice-main-section-maindiv-1 {
  text-align: center;
}
.cy-3col-cdn-div-section-1 .row {
  display: flex;
  align-items: center;
}

.cy-3col-cdn-div-section {
  background: linear-gradient(88.14deg, #1d3892 0.39%, #0c2050 99.57%);
  padding: 60px 0px;
}

.cy-3col-cdn-div-h3 {
  color: #fff;
}

.col-content-ctn-h4-3 {
  color: #ffbf00;
  font-size: 26px;
  margin-bottom: 12px;
}
.col-content-ctn-p-3 {
  color: #f3f3f3;
}

.cy-3col-cdn-div-section-2 {
  margin-top: 30px;
}

#side-bor-idd {
  border-right: 1px dotted #e7e7e7;
}

.col-content-ctn-3 {
  padding: 0px 25px;
}
/* cyper security page end */

/*404 Page START*/

.section-404 {
  background: #f8f9fa; /* light gray background */
}

.section-404 h1 {
  font-size: 2.5rem;
  color: #222;
}

.section-404 h2 {
  font-size: 2rem;
  color: #d9534f; /* nice red for Oops text */
}

.section-404 p {
  color: #555;
}

.section-404 .btn {
  background-color: #5003da;
  color: #fff;
  padding: 0.75rem 2rem;
  transition: background 0.3s ease;
  border: 1px solid transparent;
}

.section-404 .btn:hover {
  background-color: #99268f;
  border: 1px solid transparent;
}
/*404 Page END*/

/* Hire Developers page st*/
.ice-hire-develo-div-main-h3 {
  color: #313131;
}
.hire-ded-isp-main-h3 {
  color: #313131;
  font-size: 33px;
}

.hire-ded-isp-main-p {
  color: #545454;
}
.ice-hire-develo-div-main-p {
  color: #545454;
}
.ice-hire-develo-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.ice-hire-develo-section-main {
  background-color: #f7f9fe;
  padding: 60px 0px;
}

.ice-hire-develo-section-main-1 {
  background-color: #f7f9fe;
  padding-bottom: 60px;
}

.ice-hire-develo-icon {
  margin-bottom: 15px;
}

.ice-hire-develo-icon-2 {
  margin-bottom: 15px;
}

.ice-hire-develo-title {
  font-size: 16px;
  color: #292929;
  font-weight: 550;
  margin: 6px 0px;
}

/* div hover animation */
.ice-hire-develo-card {
  position: relative; /* for pseudo-element positioning */
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s ease;
  overflow: hidden;
}

/* Pseudo-element for overlay animation */
.ice-hire-develo-card::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #9e3cdb 0%, #c00bca 100%);

  transform: scale(0);
  transition: transform 0.3s ease;
  z-index: 0; /* behind content */
}

/* Image inside card */
.ice-pe-hi-img {
  transition: filter 0.3s ease;
  position: relative;
  z-index: 1; /* above pseudo-element */
}

/* Title inside card */
.ice-hire-develo-title {
  transition: color 0.3s ease;
  position: relative;
  z-index: 1; /* above pseudo-element */
}

/* Hover effects applied together */
.ice-hire-develo-card:hover::before {
  transform: scale(1);
}

.ice-hire-develo-card:hover .ice-hire-develo-icon .ice-pe-hi-img {
  filter: brightness(0) invert(1); /* image turns white */
}

.ice-hire-develo-card:hover .ice-hire-develo-title {
  color: #fff; /* title text turns white */
}

.ice-hire-develo-div-main {
  margin-bottom: 40px;
}

/* new */

.ice-hire-develo-card-1 {
  position: relative; /* for pseudo-element positioning */
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  text-align: center;
  transition: 0.3s ease;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


/* Pseudo-element for overlay animation */
.ice-hire-develo-card-1::before {
  content: "";
  position: absolute;
  border-radius: 10px;

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f6eeff, #e7dcdd);

  transform: scale(0);
  transition: transform 0.3s ease;
  z-index: 0;
}

/* Image inside card */
.ice-pe-hi-img {
  transition: filter 0.3s ease;
  position: relative;
  z-index: 1;
}

/* Title inside card */
.ice-hire-develo-title {
  transition: color 0.3s ease;
  position: relative;
  z-index: 1; 
}

/* Hover effects applied together */
.ice-hire-develo-card-1:hover::before {
  transform: scale(1);
}

.ice-hire-develo-card-1:hover .ice-hire-develo-icon .ice-pe-hi-img {
  filter: brightness(0) invert(1); 
}

.ice-hire-develo-card-1:hover .ice-hire-develo-title {
  color: #000; 
}

.cta-ice-main-section-maindiv-33 {
  margin-top: 20px;
}

.hire-ded-isp-section {
    margin-top: 60px;
    margin-bottom: 50px;
}

/*
.right-hire-pro-coldiv{
    background: linear-gradient(180deg, #3F299C 0%, #3C288F 100%);
    color: #fff;
    padding: 20px;
    border-radius: 10px;

}*/

/* new */

.right-hire-pro-coldiv {
  position: relative;
  min-height: 310px;

  background: linear-gradient(180deg, #3f299c 0%, #3c288f 100%);

  border-radius: 12px;
  border: 1px solid #3f299c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;

  transition: 0.3s ease;
  overflow: hidden;
}

/* Overlay effect */
.right-hire-pro-coldiv::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
  border: 1px solid #3f299c;
  z-index: 0;
}

/* Image */
.right-hire-pro-coldiv-img {
  transition: filter 0.3s ease;
  position: relative;
  z-index: 1;
  max-width: 60px;
  margin-bottom: 15px;
}

/* Title */
.right-hire-pro-coldiv-conte-h5 {
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #fff;
}

/* Paragraph */
.right-hire-pro-coldiv-conte-p {
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;

  color: #fff;
}

/* Hover effects */
.right-hire-pro-coldiv:hover::before {
  transform: scale(1);
}

.right-hire-pro-coldiv:hover .right-hire-pro-coldiv-img {
  filter: brightness(0) /* Start with black */ saturate(100%) invert(22%)
    /* Adjust these values to match #3F299C */ sepia(100%) saturate(2000%)
    hue-rotate(235deg) /* Key for the blue-purple tone */ brightness(0.8)
    contrast(1.2);
}

.right-hire-pro-coldiv:hover .right-hire-pro-coldiv-conte-h5,
.right-hire-pro-coldiv:hover .right-hire-pro-coldiv-conte-p {
  color: #313131;
}

.right-hire-pro-coldiv-conte-p {
  margin-bottom: 0px;
}

.isb-hire-pro-second-row {
  margin-top: 25px;
}
.hire-ded-isp-main {
  padding: 30px 20px;
}

/* Hire Developers page end*/

/*sub service page*/
.our-soft-ice-section-col-main-new .vc_column-inner {
  position: relative;
  padding: 16px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden; /* keeps pseudo-element inside */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 0;
	min-height:350px;
}

/* Image container */
.our-soft-ice-section-col-main-new{
	min-height:100%;
}

.our-soft-ice-section-col-main-new .vc_column-inner .our-soft-ice-imgdiv {
  overflow: hidden;
  border-radius: 10px; /* optional to match style */
}

.our-soft-ice-section-col-main-new .vc_column-inner .our-soft-ice-img {
  display: block;
  transition: filter 0.3s ease; /* smooth image filter change */
}

/* Pseudo-element for top-left border AND hover overlay */
.our-soft-ice-section-col-main-new .vc_column-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 55%;
  border-top: 1px;
  border-left: 1px;
  border-top-left-radius: 15px;
  /* border-image-source: linear-gradient(
    136deg, #7E34BA 3.25%, rgba(57, 23, 84, 0) 39.22%); */
  border-image-slice: 1;
  border-style: solid;
  border-top-left-radius: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: -1;
  inset: 0;
  /* border-radius: inherit; */
  /* outline: 1px solid blue; */
  border-right: 0px;
  border-bottom: 0px;
  border-color: #8034ad;
}

.our-soft-ice-section-col-main-new .vc_column-inner::after {
}

/* Hover effect */
.our-soft-ice-section-col-main-new .vc_column-inner:hover::before {
  width: 100%;
  height: 100%;
  background-color: #7226b0; /* hover overlay purple */
  border: none; /* remove thin border */
}

.our-soft-ice-section-col-main-new .vc_column-inner:hover {
  transform: translateY(-5px);
  color: #fff;
}

.our-soft-ice-section-col-main-new .vc_column-inner:hover .our-soft-ice-p {
  color: #fff;
}

/* Image hover effect when parent is hovered */
.our-soft-ice-section-col-main-new .vc_column-inner:hover .our-soft-ice-img {
  filter: brightness(0) invert(1); /* turns image fully white */
}

/*end of  sub service page*/

/* our products page st */

.rcm-edge-fs-right-img {
  width: 95%;
  display: flex;
  margin: 0 auto;
}
.rcm-edge-fst-section-left-p {
  color: #545454;
}
.rcm-edge-fst-section {
  margin-top: 60px;
}
.rcm-edge-fst-section-left-h3 {
  font-size: 32px;
  color: #313131;
}
/* product counter section */
.isb-pro-coun-section {
  background-color: #fdfaf7;
  margin-top: 60px;
  padding: 60px 0px;
}

#pro-isb-sec-border {
  border-right: 1px solid #8e52032b;
}
.isb-pro-coun-title {
  font-weight: 600;
  font-size: 32px;
  color: #222;
  margin-bottom: 35px;
}

.isb-pro-coun-col {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* ✅ center align */
}

.isb-pro-coun-num {
  font-size: 35px;
  font-weight: 600;
  color: #4b006e;
  margin-bottom: 8px;
}

.isb-pro-coun-text {
  font-size: 15px;
  color: #555;
  margin: 0;
  padding-top: 12px;
}

/* product video section */
/* Section Styling */
.isp-pro-video-section {
  background: linear-gradient(
    to bottom,
    #260032 0%,
    #260032 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  padding: 60px 0;
  text-align: center;
}

/* Heading */
.isp-pro-video-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Video Container */
.isp-pro-video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px;
}

/* Video */
.isp-pro-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Search Overlay */
.isp-pro-video-search {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  padding: 8px 16px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 90%;
}

.isp-pro-video-search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  background: transparent;
  text-align: center;
  color: #555;
}

.isp-pro-search-icon {
  margin: 0 8px;
  font-size: 14px;
  color: #888;
}

/* product page tab section */
/* Section Base */
.isbb-uniqu-tab-section {
  padding: 60px 0;
  background: #fafbff;
  font-family: "Inter", Arial, sans-serif;
}

/* Left Menu */
.isbb-uniqu-tab-menu {
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e1e1;
  padding: 15px;
  gap: 12px;
  border-radius: 15px;
}

.isbb-tab-btn {
  border: none;
  background: #f1f2f7;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  text-align: left;
  color: #313131;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.isbb-tab-btn:hover {
  background: #e4e6ef;
}

.isbb-tab-btn.active {
  background: #6a1b9a;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.3);
}

/* Right Content */
.isbb-uniqu-tab-content {
  background: linear-gradient(180deg, #f7f7ff 0%, #f5f5fb 100%);
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Tab Panes */
.isbb-tab-pane {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.isbb-tab-pane.active {
  display: block;
}

/* Title & Text */
.isbb-tab-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.isbb-tab-text {
  font-size: 15px;
  line-height: 1.7;
  color: #545454;
  margin-bottom: 20px;
}

/* Features */
.isbb-feature-box {
  background: #f0f0f9;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  color: #353535;
  text-align: center;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.isbb-feature-box:hover {
  background: #ede7f6;
  color: #6a1b9a;
}
.isbb-uniqu-tab-section-h3 {
  margin-bottom: 35px;
  color: #313131;
  font-weight: 600;
  font-size: 32px;
}
/* Images */
.isbb-tab-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* parner 3rs product section */

.isp-product-tird-section {
  background-color: #ecebff;
  padding: 50px 0px;
}

.isp-product-tird-section .row {
  display: flex;
  align-items: center;
}

.isp-product-tird-right {
  text-align: center;
}
.isp-product-tird-right-imgg {
  width: 60%;
}
.isp-product-tird-left-h3 {
  font-size: 20px;
  color: #313131;
  font-family: var(--primaryTextFont);
}
/* product edge fan section */

.iso-edge-produ-fan-left-h3 {
  font-size: 32px;
  color: #313131;
}
.iso-edge-produ-fan-left-p {
  color: #545454;
}

.iso-edge-produ-fan-left-h5 {
  color: #414141;
  margin-top: 25px;
}
.iso-edge-produ-fan-section {
  margin: 60px 0px;
}

/*
.iso-edge-produ-fan-right-div-img{
    width: 70%;
    margin: 0 auto;
    display: flex;

} */

/* fan ianimation css */

.iso-edge-produ-fan-right-div {
  position: relative;
  width: 400px; /* adjust to your image size */
  height: 400px;
  margin: 0 auto;
}

/* Rotating image */
.iso-edge-produ-fan-right-div-img {
  width: 100%;
  height: 100%;
  animation: rotateFan 12s linear infinite;
}

@keyframes rotateFan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Content items fixed (do not rotate) */

/* hover animation */
.fan-content {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  color: black;
}

.fan-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* start completely to the left */
  width: 100%;
  height: 100%;
  background-color: #7e3bc5; /* hover background color */
  z-index: 0;
  transition: left 0.5s ease;
}

.fan-content:hover::before {
  left: 0; /* slide in from left */
}

.fan-content p {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

.fan-content:hover p {
  color: white; /* text color on hover */
}

/* */
.fan-content {
  position: absolute;
  background: white;
  padding: 10px 10px;
  border-radius: 25px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

/* Place each item around the circle */
.integration-ip {
  top: 20%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.fan-content-1 {
  position: absolute;

  border-radius: 8px;
  font-size: 14px;

  white-space: nowrap;
}

/* Place each item around the circle */
.integration-1 {
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}

.faan-cen-iconimg {
  width: 80%;
}

.fan-pro-sec-ptag {
  margin-bottom: 0px;

  color: #7e3bc5;
  width: 50%;
  text-align: center;
  font-weight: 600;
}

.compliance-ip {
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}

.claims-ip {
  bottom: 12%;
  left: -5%;
}

/* media quari product fan section st */
/* Responsive adjustments */
@media (max-width: 1199px) {
  .iso-edge-produ-fan-right-div {
    width: 300px;
    height: 300px;
  }

  .fan-content {
    padding: 8px 8px;
    font-size: 13px;
  }

  .integration-ip {
    top: 18%;
    left: 35%;
  }

  .compliance-ip {
    top: 48%;
    right: -15%;
  }

  .claims-ip {
    bottom: 10%;
    left: -3%;
  }

  .integration-1 {
    top: 48%;
    left: 52%;
  }

  .faan-cen-iconimg {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .iso-edge-produ-fan-right-div {
    width: 250px;
    height: 250px;
  }

  .fan-content {
    padding: 6px 6px;
    font-size: 12px;
  }

  .integration-ip {
    top: 15%;
    left: 33%;
  }

  .compliance-ip {
    top: 46%;
    right: -12%;
  }

  .claims-ip {
    bottom: 8%;
    left: -2%;
  }

  .integration-1 {
    top: 46%;
    left: 50%;
  }

  .faan-cen-iconimg {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .iso-edge-produ-fan-right-div {
    width: 200px;
    height: 200px;
  }

  .fan-content {
    padding: 5px 5px;
    font-size: 11px;
  }

  .integration-ip {
    top: 14%;
    left: 32%;
  }

  .compliance-ip {
    top: 44%;
    right: -10%;
  }

  .claims-ip {
    bottom: 6%;
    left: -1%;
  }

  .integration-1 {
    top: 44%;
    left: 50%;
  }

  .faan-cen-iconimg {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .iso-edge-produ-fan-right-div {
    width: 230px;
    height: 230px;
  }

  .fan-content {
    padding: 4px 4px;
    font-size: 10px;
  }

  .integration-ip {
    top: 12%;
    left: 30%;
  }

  .compliance-ip {
    top: 42%;
    right: -18%;
  }

  .claims-ip {
    bottom: 5%;
    left: 0%;
  }

  .integration-1 {
    top: 50%;
    left: 50%;
  }

  .faan-cen-iconimg {
    width: 55%;
  }
}

/* Optional: make the section stack vertically on very small screens */
@media (max-width: 575px) {
  .iso-edge-produ-fan-section .row {
    flex-direction: column;
    align-items: center;
  }

  .iso-edge-produ-fan-left,
  .iso-edge-produ-fan-right {
    width: 100%;
    text-align: center;
  }
}

/* our products page end */

.ispec-subb-pa-iot-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #f0bb23 -29.12%, #f37335 100%);
  opacity: 1;
  z-index: -1;
}

/*manage it service page for tab*/

.managed-it-benfite-services-sec {
  padding: 60px 0;
  position: relative;
}

.managed-it-benfite-services-sec .managed-it-benfite-services-sec-txt {
  text-align: center;
  color: #f45a4e;
  font-weight: 500;
  font-size: 18px;
  background: #fff6ee;
  background: linear-gradient(
    315deg,
    rgba(255, 246, 238, 0.64) 41%,
    rgba(255, 241, 255, 0.94) 60%
  );
  width: max-content;
  margin: auto;
  padding: 12px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.managed-it-benfite-services-sec .managed-it-benfite-services-sec-h1 {
  text-align: center;
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
}

.managed-it-benfite-services-sec .managed-it-benfite-services-sec-h2 {
  text-align: center;
  color: #313131;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}

/* Style the tab */
.managed-it-benfite-services-sec .tab {
  border: 1px solid #e9e9e9;
  background-color: #efeffb;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  height: 100%;
}

/* Style the buttons inside the tab */
.managed-it-benfite-services-sec .tab button {
  display: block;
  background-color: #fff;
  color: #313131;
  padding: 10px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 8px;
  font-family: "Sora";
}

/* Change background color of buttons on hover */
.managed-it-benfite-services-sec .tab button:hover {
  background-color: #ffffff;
  color: #98208e;
}

/* Create an active/current "tab button" class */
.managed-it-benfite-services-sec .tab button.active {
  background: #4e42b9;
  background: #83328e;
  color: #fff;
}

/* Style the tab content */
.managed-it-benfite-services-sec .tabcontent {
  padding: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background-color: #f6f8fc;
  position: relative;
  align-items: center;
  z-index: 1;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.managed-it-benfite-services-sec .tabcontent-h {
  color: #313945;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}

.managed-it-benfite-services-sec .tabcontent-p {
  color: #4a565f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.tabcontent-p-ul-head {
  font-weight: 600;
  font-size: 20px;
  color: #313945;
}

.managed-it-benfite-services-sec .managed-it-benfite-ser-ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.managed-it-benfite-services-sec .managed-it-benfite-ser-ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a565f;
  font-weight: 600;
  font-size: 16px;
}

.managed-it-benfite-services-sec .single-ser-btn {
  background-color: #262626;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #262626;
  transition: 0.3s;
}

.managed-it-benfite-services-sec .single-ser-btn:hover {
  background-color: #fff;
  color: #262626;
}

.managed-it-benfite-services-sec .ser-card-img {
  width: 100%;
}

.managed-it-benfite-services-sec .ser-card-content {
  padding: 10px;
}

.managed-it-benfite-services-sec .ser-card-main {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 50px 50px;
  background-color: #f6f8fc;
}

.managed-it-benfite-services-sec .ser-card-content {
  padding: 15px 20px;
}

.managed-it-benfite-services-sec .ser-card-h {
  color: #313945;
  font-weight: 600;
  font-size: 20px;
}

.managed-it-benfite-services-sec .ser-card-p {
  color: #4a565f;
  font-size: 16px;
  font-weight: 400;
}

.managed-it-benfite-services-sec .ser-card-p span {
  font-weight: 600;
}

.managed-it-benfite-services-sec .ser-pro-h {
  color: #313945;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.managed-it-benfite-services-sec .pro-high-main {
  display: flex;
  gap: 5px;
}

.managed-it-benfite-services-sec .pro-high-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8e5e5;
  background: linear-gradient(
    134deg,
    rgba(248, 229, 229, 1) 12%,
    rgba(250, 244, 248, 1) 50%,
    rgba(249, 210, 251, 1) 100%
  );
  border-radius: 10px;
  padding: 10px;
}

.managed-it-benfite-services-sec .pro-high-inner-txt {
  color: #3e484e;
  font-weight: 600;
  font-size: 15px;
}

.managed-it-benfite-services-sec .pro-high-inner-span {
  background: #db66ad;
  background: linear-gradient(
    178deg,
    rgba(219, 102, 173, 1) 0%,
    rgba(240, 110, 114, 1) 100%
  );
  width: 85px;
  height: 50px;
  border-radius: 100px;
  display: grid;
  place-items: center;
}

.managed-it-benfite-services-sec .ser-after-long-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1000px;
  width: 172px;
}

.managed-it-benfite-services-sec .ser-bottom-right {
  position: absolute;
  bottom: 0;
  width: 9%;
}

/*end of manage it service page for tab*/

.enquiry-right-sec .enquire-form .enquire-form-columns {
  display: flex;
  margin-bottom: 15px;
}

.enquiry-right-sec .enquire-form .enquire-form-columns p {
  color: #c4c4c4;
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 500;
}

.enquiry-right-sec .enquire-form .enquire-form-columns input {
  border-bottom: 2px solid #5c5c5c !important;
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
}
.enquiry-right-sec .enquire-form .enquire-form-columns select {
  border-bottom: 2px solid #5c5c5c !important;
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
}
.enquiry-right-sec .enquire-form .enquire-form-columns select option {
  background: #000000;
}
.enquiry-right-sec .enquire-form .enquire-form-columns textarea {
  border-bottom: 2px solid #5c5c5c !important;
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
}

.enquire-form-columns input:focus-visible,
.enquire-form-columns select:focus-visible,
.enquire-form-columns textarea:focus-visible {
  outline: none !important;
}

.enquire-sub-cta .enquire-sub-cta-a {
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    #ec694f 0%,
    #985895 50.48%,
    #594cc9 95.67%
  );
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  border: unset;
  transition: 0.3s ease-in-out;
  margin-left: 0px;
}
.textarea-messages {
  height: 100px;
}

/* EBOOK */

.ebook-ul-list {
    padding-left: 0;
}

.ebook-ul-list-li {
    list-style: none !important;
}
.brochure-image-grid{
        width: 100%;
}
.brochure-description-h4{
        color: #000;
    font-size: 22px;
    margin-top: 10px;
}

.ebook-grid-img {
    width: 100%;
}

.ebook-grid-head{
    color: #000;
    font-size: 22px;
    margin-top: 10px;
}
.ebook-grid-indi {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 15px;
    border-radius: 10px;
}

.ebook-section {
  background: url("../images/ebook-banner-.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  height: 370px;
  align-items: center;
  display: flex;
}

.ebook-section .container {
  display: flex;
  align-items: center;
}

.ebook-section h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  margin: auto;
}

.ebook-section p {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}

/* Keep button style as you have */
.ebook-btn {
  display: inline-block;
  background: #ee7507;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
  transition: background 0.3s ease;
  border: 1px solid #ee7507;
}

.ebook-btn:hover {
  background: #ffffff;
  color: #ee7507;
  border: 1px solid #ee7507;
}

/* ---- Card Styling ---- */
.blog-grid-left .ebook-grid-indi {
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.blog-grid-left .ebook-grid-indi:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

/* Image should be responsive & centered */
.blog-grid-left .ebook-grid-indi .main-img {
  width: 100%;
  border-radius: 6px;
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto;
}

.blog-grid-left .ebook-grid-indi:hover .main-img {
  transform: scale(1.03);
}

/* Title styling - clean & bold */
.blog-grid-left .ebook-grid-indi h4 {
  margin: 15px 0 10px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  color: #111111;
  transition: color 0.3s ease;
}

.blog-grid-left .ebook-grid-indi:hover h4 {
  color: #ee7507; /* highlight title on hover */
}

/* Small subhead styling (if needed) */
.ebook-grid-indi .blog-indi-small-head {
  margin-top: 10px;
  color: #105797;
  font-size: 16px;
}

.ebook-main-img {
  width: 90% !important;
  display: flex;
  margin: 20px 0px;
}
.ebook-content ul li {
/*   list-style: disc !important; */
  margin-bottom: 8px;
  font-size: 16px;
}

/*end of ebooks*/

/* aboutus page st */

/* about page */
/* about first img section */

.isp-new-main-about-left-img {
  width: 80%;
  display: flex;
  margin: 0 auto;
}

.isp-new-main-about-divv-section {
  background-image: url(../images/ab-bac.png);
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.isp-new-main-about-divv-section .row {
  display: flex;
  align-items: center;
}

/* about counter section */
#isb-counter-about-section-border {
  border-right: 1px solid #8d5e0045;
}

.isb-counter-about-section {
  margin-top: 90px;
}

.isb-counter-about-section .row {
  display: flex;
  align-items: center;
}

.isb-counter-about-section-ba {
  background-color: #fff6e4;
  padding: 40px 0px;
  border-radius: 30px;
}
.isb-counter-about-p {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  margin-bottom: 0px;
}

.isb-counter-about-h3 {
  position: relative; /* required for ::before absolute positioning */
  text-align: center;
  margin: 0 auto; /* help center inside parent */
  padding-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
}

.isb-counter-about-h3::before {
  content: "";
  position: absolute;
  bottom: 0; /* place at bottom of text */
  left: 50%; /* start from middle */
  transform: translateX(-50%); /* perfectly center */
  width: 40px; /* underline length */
  height: 2px; /* thickness */
  background-color: #bd9b56; /* underline color */
  border-radius: 2px;
}

/* -- ===== About Slider Section Start ===== --  */

/* About Slider Section */
.isb-abouu-sluder-section {
  background-image: url(../images/ab-bannwe.png);
  color: #fff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}

.isb-abouu-sluder-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.isb-abouu-sluder-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #b3b3ff;
}

.isb-abouu-sluder-text {
  font-size: 16px;
  line-height: 1.8;
  color: #e0e0e0;
}

.isb-abouu-sluder-image-wrapper {
  border-radius: 12px;
  display: inline-block;
}

.isb-abouu-sluder-image {
  width: 85%;
  margin: 0 auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Carousel Controls */
.isb-abouu-sluder-section .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.carousel-indicators [data-bs-target] {
  background-color: #b3b3ff;
}
.isb-abouu-sluder-section .carousel-control-prev,
.isb-abouu-sluder-section .carousel-control-next {
  display: none;
}
/* Custom swipe indicators */
.isb-abouu-sluder-section .swipe-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.isb-abouu-sluder-section .swipe-indicator i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

@media (min-width: 768px) {
  .isb-abouu-sluder-section .swipe-indicator {
    display: none;
  }
}
/* -- ===== About Slider Section Start ===== --  */

/* about us page tab section st */
.isbb-about-tab-section {
  background: #fff;
  font-family: "Inter", sans-serif;
  margin-top: 60px;
      padding: 60px 0;
}
.isbb-about-tab-nav .nav-link {
  border-radius: 30px;
  padding: 14px 35px !important;
  font-weight: 600;
  color: #86338b !important;
  margin: 0 0px;
  transition: all 0.25s ease;
  border: unset;
  background: transparent;
}

.isbb-about-tab-nav {
  border: 1px solid #bfbfbf;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 0px;
  border-radius: 100px;
}
.isbb-about-tab-nav .nav-link.active {
  background: linear-gradient(90deg, #c1277a, #7e2cbf);
  color: #fff !important;
  padding: 14px 35px;
  margin: 0px;
}
.isbb-about-tab-title {
  font-weight: 600;
  margin-bottom: 18px;
  color: #111;
}
.isbb-about-tab-text {
  color: #545454;
  margin-bottom: 20px;
}
.isbb-about-tab-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 12px;
}
.isbb-about-tab-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #313131;
  font-size: 18px;
}
.isbb-about-tab-list i {
  color: #9c27b0;

  margin-right: 8px;
}

.isbb-about-tab-image {
  margin-top: 28px;
  text-align: center;
}
.isbb-about-tab-image img {
  border-radius: 15px;
  width: 70%;
  max-width: 540px;
  box-shadow: 0 12px 30px rgba(20, 20, 50, 0.08);
  transition: opacity 0.35s ease;
  opacity: 1;
}

.isbb-about-tab-content .row {
  display: flex;
  align-items: center;
}

.isbb-about-tab-list-imh {
  padding-right: 10px;
}

.isbb-about-tab-section-h3f {
  text-align: center;
  margin-bottom: 40px;
  color: #313131;
  font-size: 32px;
  font-weight: 600;
}

.isbb-about-tab-body {
  padding: 0px 30px;
}

/* about us page tab section end */

/* about page tob back video section st */

/* Unique Topbar Section */
.ispp-abb-topba {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;

  /* Gradient background */
  background: linear-gradient(to right, #7f00ff, #e100ff, #ff6a00, #f9d423);
}

/* Background Video with Strong Zoom Effect */
.ispp-abb-topba video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5; /* Blend video with gradient */
  z-index: 0;

  /* Zoom animation */
  transform: scale(1);
  animation: videoZoom 20s infinite;
}

/* Keyframes for zoom effect */
@keyframes videoZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5); /* Zoom in up to 140% */
  }
}

/* Content on Top */
.ispp-abb-topba .content {
  position: relative;
  /*z-index: 2;*/
}

/* Breadcrumb */
.ispp-abb-topba .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
}

.ispp-abb-topba h2 {
  font-size: 42px;
  font-weight: 700;
}

.abbou-tob-isb {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffc107;
}
.breadcrumb-item a{
    color:#fff !important;
}
.isp-new-main-about-ri-p {
  margin-top: 18px;
  width: 85%;
}
/* about page tob back video section end */

/* aboutus page st */

.page-id-96 .ice-endg-se-cta-ri {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

/*Contact Page*/
.contact-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin: 50px auto;
  padding: 20px;
}

.contact-left {
  flex: 1 1 55%;
  background: linear-gradient(135deg, #fff, #fafafa);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.contact-left h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #3b2d89;
}

/*.contact-left p {*/
/*  font-size: 0.9rem;*/
/*  color: #555;*/
/*  margin-bottom: 20px;*/
/*}*/

.contact-form {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  outline: none;
  transition: 0.2s;
  font-family: var(--primaryTextFont);
}

.contact-form textarea {
  grid-column: span 2;
  /*resize: none;*/
  height: 100px;
}

.contact-button {
  grid-column: span 1;
  background: #3b2d89;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.contact-button:hover {
  background: #2d2266;
}

.contact-right {
  flex: 1 1 35%;
  background: #eef3fc;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-right h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-right p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.contact-right img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.contact-support {
  font-size: 0.9rem;
  color: #3b2d89;
  font-weight: bold;
}
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border: 1px solid #3b3490 !important;
}

/*Career PAge*/

.job-desc-content-ul li{
    list-style-type: disc !important;   /* bullet points */
}
.job-desc-content-section{
      margin-bottom:60px;
}
.career-desc-head-section{
    margin-top:60px;
}
.build-career-section {
  padding: 60px 0px;
  background: linear-gradient(
    180deg,
    #eef1fe 0%,
    rgba(238, 241, 254, 0.78) 50%,
    rgba(238, 241, 254, 0) 100%
  );
}
.build-career-section-h3 {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  color: #313131;
}

.build-career-section-pp {
  padding-bottom: 35px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.build-career-img-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  align-items: center;
  justify-content: center;
}
.build-career-imgs {
  width: 100%;
}
.build-career-imgs1 {
  width: 82%;
  margin: 0 0 0 auto;
}
.build-career-imgs2 {
  width: 82%;
  margin: 0 auto 0 0;
}
.current-openings-section {
  background: rgba(246, 246, 246, 0.71);
  padding: 60px 0px;
}
.job-openings-head {
  text-align: center;
}
.job-openings-section {
  margin-top: 30px;
}
.jobs-head-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
}

.developer-post-section .job_role {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
.career_apply_button {
  border-radius: 50px;
  background: linear-gradient(270deg, #87338a 0%, #c14658 100%);
  padding: 11px 22px;
  align-items: center;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.career_apply_button:hover {
  color: #87338a;
  text-decoration: underline;
  background: transparent;
  border: 1px solid #87338a;
}


.enquire-form .wpcf7 form.invalid .wpcf7-response-output{
        color: #ffffff !important;
}


/*Career*/
.career-benefits-isp{
    padding: 60px 0px; 
	background:#fff;
}
.benefits-career-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin:0;
    padding:0;
}
.benefits-career-list li{
    display: flex;
    gap: 8px;
}
.benefits-list-head{
    color: #191919;
font-size: 20px;
font-weight: 600;
    margin-bottom: 5px;
}
.benefits-list-para{
   color: #4A565F;
font-size: 16px;
font-weight: 400;
}

.prefooter-career-sec{
    background:#F6F7FF;
    padding:60px 0px;
    text-align:center;
}
.prefooter-career-sec p{
        width: 65%;
    margin: 20px auto;
    font-size:20px;
}

.prefooter-career-sec a{
    color: #1B1B1B;
text-align: center;
font-size: 26px;
font-weight: 600;
}
.benefits-career-imgleft{
    width:95%;
}
.career-tick-img{
    width:30px;
}


/*BLOG*/
.blog-grid-sec{
    padding:50px 0px;
}

.job-location-div {
display: flex;
    justify-content: space-between;
    margin: 20px 0px; 
}

 


.ebook-grid-section{
    padding:60px 0px;
}
.ebook-grid-left{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}


.ebook-desc-section {
    padding: 50px 0;
}
.ebook-content h3{
        font-size: 33px;
    text-align: center;
}

.ebook-desc-form {
    background: #d7d7d7;
    padding: 15px;
    border-radius: 10px;
    position: sticky;
    top: 0;
    z-index: -1;
}
.blog-desc-form{
        position: sticky;
    top: 0;
}




/* coming soon start*/

    .coming-soon-img{
            width: 100%;
        }
      .coming-soon-view-btn{
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
}
.coming-soon-view-btn:hover {
    border: 1px solid #000000;
    color: #FFFFFF;
    background-color: #ee7507;
    border: 1px solid #ee7507;
}
.coming-soon-data-h2 {
    color: #333333;
    font-size: 56px;
    font-weight: 600;
}
.coming-soon-view-btn i {
    margin-left: 6px;
}
p.coming-soon-data-p {
    color: #A6A6A6;
    font-size: 20px;
    margin-bottom: 0;
}
.coming-soon-r1 {
    display: flex;
    align-items: center;
}
.coming-soon-talk-btns {
    margin-top: 35px;
}
.coming-soon-sec {
    margin: 50px 0;
}
/* coming soon end*/
.banner-forms-sec .wpcf7 form.sent .wpcf7-response-output {
color: #000 !important;
}
.ebook-desc-form {
    background: #d7d7d7;
    padding: 15px;
    border-radius: 10px;
    position: sticky;
    top: 0;
    z-index: 0;
}


/* new mega menu css st */
.isbn-neww-meg-se-hire-main-con-div .row{
     flex-wrap: nowrap !important;
     display: flex !important;
 }
 .isbn-neww-meg-se-hire-main-con-div-2 .row{
     flex-wrap: nowrap !important;
     display: flex !important;
 }


  #isbn-neww-meg-se-mobileNavbar{
   background: linear-gradient(90deg, #aea5b6 0%, #c1c8dd 50.48%, #dce8f0 95.67%);
   padding: 20px 0px;
	  background: #dfdfdf;
}

  .isbn-neww-meg-se-mobile-navbar .nav-link:hover{
 background: linear-gradient(90deg, #6617B0 0%, #1339A0 50.48%, #0063B0 95.67%);
color: #fff !important;
}
  
  
        @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

        .isbn-neww-meg-se-desktop-navbar .container-fluid {
            width: 90%;
        }
        :root {
            --primary: #2c3e50;
            --secondary: #3498db;
            --accent: #e74c3c;
            --light: #ecf0f1;
            --dark: #2c3e50;
        }
        
        body {
            font-family: "Manrope", sans-serif;
            background: #f8f9fa;
        }
        
        /* Desktop Navbar Styles */
        .isbn-neww-meg-se-navbar {
            background-color: white;
            border-bottom: 1px solid #B0B0B0;
            padding:10px 0px ;
        }
        
        .isbn-neww-meg-se-navbar-brand {
            font-weight: 700;
            color: var(--primary) !important;
            letter-spacing: 1px;
            font-size: 1.5rem;
           
        }
        
        .isbn-neww-meg-se-nav-link {
            font-weight: 500;
            color: var(--dark) !important;
            padding: 10px 10px !important;
            position: relative;
            transition: all 0.3s;
        }
        
        .isbn-neww-meg-se-nav-link:hover {
            color: var(--secondary) !important;
        }
        
        /* Remove dropdown arrows */
        .isbn-neww-meg-se-navbar .dropdown-toggle::after,
        .isbn-neww-meg-se-navbar .navbar-toggler::after {
            display: none !important;
        }
        
        .isbn-neww-meg-se-navbar .navbar-toggler {
            border: none;
            padding: 0;
            width: 30px;
            height: 30px;
            position: relative;
        }
        
        .isbn-neww-meg-se-navbar .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .isbn-neww-meg-se-navbar .navbar-toggler-icon {
            width: 24px;
            height: 24px;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }
        
        /* Mega Menu Container */
        .isbn-neww-meg-se-mega-menu {
            position: static !important;
        }
        
        .isbn-neww-meg-se-mega-menu .isbn-neww-meg-se-dropdown-menu {
            width: 100vw;
            left: 50% !important;
            right: auto !important;
            transform: translateX(-50%) translateY(10px);
            max-width: 100%;
            padding: 0;
            margin-top: 0;
            border: none;
            border-radius: 0;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            background: white;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            pointer-events: none;
            top:100% !important;
        }
        
        .isbn-neww-meg-se-mega-menu .isbn-neww-meg-se-dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0) !important;
            pointer-events: auto;
        }
        
        .isbn-neww-meg-se-mega-menu-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            background-size: cover;
            background-image: url('images/y13.jpg');
            background-repeat: no-repeat;
            background-blend-mode: overlay;
            transition: all 0.3s ease;
        }
        
        /* Vertical Tab Layout */
        .isbn-neww-meg-se-vertical-container {
            display: flex;
            min-height: 500px;
        }
        
        .isbn-neww-meg-se-vertical-tabs {
            flex: 0 0 280px;
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
            border-right: 1px solid rgba(0,0,0,0.05);
            padding: 2rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .isbn-neww-meg-se-vertical-tabs::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 60px;
            background-color: #0000 !important;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            z-index: 1;
            border-radius: 0 4px 4px 0;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link:hover {
            background-color: #ffffff !important;
            color: #000000 !important;
            font-weight: 600;
        }

        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link {
            border: none;
            border-radius: 0;
            color: #ffff !important;
            text-align: left;
            padding: 1rem 2rem !important;
            margin: 0.25rem 0;
            position: relative;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            z-index: 2;
            background: transparent !important;
            font-size: 1rem;
            width: 100%;
        }
        
        .isbn-neww-meg-se-tab-h5 {
            margin-top: 18px;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link i {
            margin-right: 15px;
            font-size: 1.3rem;
            width: 30px;
            text-align: center;
            transition: all 0.3s;
            color: #ffff;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link .icon-default {
            display: inline-block;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link .icon-hover {
            display: none;
            background: linear-gradient(142.04deg, #C34FB6 -26.58%, #BC4762 47.43%, #6442D5 143.27%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link:hover .icon-default {
            display: none;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link:hover .icon-hover {
            display: inline-block;
            animation: bounceIn 0.6s;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link.active {
            color:#000000 !important;
            font-weight: 600;
            background: linear-gradient(135deg, #F9F9F9 0%, #E8E8E8 50%, #FFFFFF 100%) !important;
            width: 100%;
        }
        
        .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link.active i {
            background: linear-gradient(142.04deg, #C34FB6 -26.58%, #BC4762 47.43%, #6442D5 143.27%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        
        /* Tab Content */
        .isbn-neww-meg-se-vertical-content {
            flex: 1;
            padding: 25px;
            position: relative;
            overflow: hidden;
        }
        
        .isbn-neww-meg-se-tab-pane {
            position: absolute;
            top: 2rem;
            left: 2rem;
            right: 2rem;
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            transform: translateY(20px);
            pointer-events: none;
        }
        
        .isbn-neww-meg-se-mega-div-img {
            width: 100%;
        }
        
        .isbn-neww-meg-se-tab-pane.active {
            opacity: 1;
            transform: translateY(0);
            position: relative;
            pointer-events: all;
        }
        
        /* Service Grid with Bootstrap Columns */
        .isbn-neww-meg-se-service-section {
            margin-bottom: 2rem;
        }
        
        .isbn-neww-meg-se-service-section h4 {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.5rem;
        }
        
        .isbn-neww-meg-se-service-section h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--secondary);
            border-radius: 3px;
        }
        
        .isbn-neww-meg-se-service-card {
            border: none;
            border-radius: 10px;
            padding: 1.5rem;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 100%;
            margin-bottom: 1.5rem;
        }
        
        .isbn-neww-meg-se-service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(52, 152, 219, 0.15);
        }
        
        .isbn-neww-meg-se-service-icon {
            background: rgba(52, 152, 219, 0.1);
            border-radius: 15px;
            display: flex;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
            transition: all 0.3s;
            background: linear-gradient(142.04deg, #C34FB6 -26.58%, #58a3dd 47.43%, #6442D5 143.27%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            display: inline-block;
        }
        
        .isbn-neww-meg-se-service-title {
            font-weight: 600;
            color: var(--primary);
/*             margin-bottom: 0.75rem; */
            font-size: 15px;
        }
        
        .isbn-neww-meg-se-service-title:hover {
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
        }
        
        .isbn-neww-meg-se-service-desc {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
            line-height: 1.5;
        }
        
        /* Contact Panel */
        .isbn-neww-meg-se-contact-panel {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: white;
            padding: 2rem;
            border-radius: 12px;
            margin-top: 3rem;
            position: relative;
            overflow: hidden;
        }
        
        .isbn-neww-meg-se-contact-panel::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: rgba(255,255,255,0.05);
            border-radius: 50%;
        }
        
        .isbn-neww-meg-se-contact-panel h5 {
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 2;
            font-size: 1.25rem;
        }
        
        .isbn-neww-meg-se-contact-methods {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            position: relative;
            z-index: 2;
        }
        
        .isbn-neww-meg-se-contact-btn {
            display: inline-flex;
            align-items: center;
            background: white;
            color: var(--primary) !important;
            padding: 0.85rem 1.75rem;
            border-radius: 8px;
            text-decoration: none !important;
            font-weight: 500;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .isbn-neww-meg-se-contact-btn:hover {
            background: var(--secondary);
            color: white !important;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
        }
        
        .isbn-neww-meg-se-contact-btn i {
            margin-right: 10px;
            font-size: 1.1rem;
        }
        
        /* Hover Timer Effect */
        .isbn-neww-meg-se-hover-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            background: var(--secondary);
            width: 0%;
            transition: width 0.1s linear;
            z-index: 3;
            border-radius: 0 4px 4px 0;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 1200px) {
            .isbn-neww-meg-se-vertical-tabs {
                flex: 0 0 240px;
            }
        }
        
        @media (max-width: 992px) {
            .isbn-neww-meg-se-vertical-container {
                flex-direction: column;
            }
            
            .isbn-neww-meg-se-vertical-tabs {
                flex: 0 0 auto;
                border-right: none;
                border-bottom: 1px solid rgba(0,0,0,0.05);
                padding: 1rem 0;
                display: flex;
                overflow-x: auto;
                background: white;
            }
            
            .isbn-neww-meg-se-vertical-tabs::before {
                top: auto;
                left: 0;
                right: 0;
                bottom: 0;
                width: 80px;
                height: 4px;
                border-radius: 4px 4px 0 0;
            }
            
            .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link {
                white-space: nowrap;
                padding: 0.75rem 1.5rem !important;
                flex-direction: column;
                text-align: center;
                min-width: 120px;
            }
            
            .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link i {
                margin-right: 0;
                margin-bottom: 8px;
            }
            
            .isbn-neww-meg-se-vertical-content {
                padding: 1.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .isbn-neww-meg-se-contact-methods {
                flex-direction: column;
            }
            
            .isbn-neww-meg-se-contact-btn {
                width: 100%;
                justify-content: center;
            }
            
            .isbn-neww-meg-se-navbar-brand {
                padding-left: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link {
                min-width: 100px;
                padding: 0.5rem 1rem !important;
            }
            
            .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link i {
                font-size: 1.1rem;
            }
            
            .isbn-neww-meg-se-vertical-tabs .isbn-neww-meg-se-nav-link span {
                font-size: 0.85rem;
            }
            
            .isbn-neww-meg-se-vertical-content {
                padding: 1rem;
            }
        }
        
        /* Animations */
        @keyframes bounceIn {
            0% { transform: scale(0.8); opacity: 0; }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); opacity: 1; }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-icon {
            animation: iconPulse 1.5s infinite;
        }
        
        @keyframes iconPulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.15); }
            100% { transform: scale(1); }
        }
        
        /* Content Animation Classes */
        .animate-fadeInUp {
            animation: fadeInUp 0.6s forwards;
        }
        
        .delay-1 {
            animation-delay: 0.1s;
        }
        
        .delay-2 {
            animation-delay: 0.2s;
        }
        
        .delay-3 {
            animation-delay: 0.3s;
        }
        
        /* Custom button styles */
        .isbn-neww-meg-se-learn-more-btn {
            background-color: #ffff;
            color: #6319B0;
            padding: 8px 15px;
            border: solid 1px #6319B0;
            border-radius: 25px;
            text-decoration: none;
            display: inline-block;
            font-weight: 500;
            transition: all 0.3s;
        }
        
        .isbn-neww-meg-se-learn-more-btn:hover {
            background-color: #6319B0;
            color: white;
            text-decoration: none;
        }

        /* new */
        /***** CUSTOM DROPDOWN STYLES *****/
        /* Remove default Bootstrap dropdown arrow */
        .isbn-neww-meg-se-custom-dropdown-toggle::after {
            display: none !important;
        }

        /* Main dropdown container */
        .isbn-neww-meg-se-custom-dropdown {
            position: relative;
            list-style: none;
        }

        /* Dropdown toggle link (nav item) */
        .isbn-neww-meg-se-custom-dropdown-toggle {
            color: #333 !important;
            font-weight: 500;
            padding: 8px 15px;
            text-decoration: none;
            display: block;
            transition: color 0.3s ease;
        }

        .isbn-neww-meg-se-custom-dropdown-toggle:hover {
            color: #3498db   !important;
        }

        .isbn-neww-meg-se-custom-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #ffffff;
            border-radius: 10px;
            min-width: 200px;
            color: #000;
            padding: 15px 6px;
            margin: 0;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            border: none;
            overflow: hidden;
        }

        /* Dropdown items */
        .isbn-neww-meg-se-custom-dropdown-item {
            color: #000000 !important;
            padding: 10px 16px;
            display: block;
            font-weight: 500;
            text-decoration: none;    
            transition: background 0.2s;
        }

        .isbn-neww-meg-se-custom-dropdown-item:hover {
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%) !important;
            color: #ffff !important;
            border-radius: 10px;
        }

        /* Dropdown divider */
        .isbn-neww-meg-se-custom-dropdown-divider {
            height: 1px;
            background: #34495e;
            margin: 5px 0;
        }

        /***** HOVER FUNCTIONALITY (DESKTOP) *****/
        @media (min-width: 992px) {
            .isbn-neww-meg-se-custom-dropdown:hover .isbn-neww-meg-se-custom-dropdown-menu {
                opacity: 1;
                visibility: visible;
                transform: translateY(5px);
            }
        }

        /***** MOBILE TOGGLE FUNCTIONALITY *****/
        @media (max-width: 991.98px) {
            .isbn-neww-meg-se-custom-dropdown-menu {
                display: none;
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                border: none;
                box-shadow: none;
            }
            
            .isbn-neww-meg-se-custom-dropdown.active .isbn-neww-meg-se-custom-dropdown-menu {
                display: block;
            }
        }

        a {
            text-decoration: none;
        }

        /***** OPTIONAL ANIMATIONS *****/
        /* Fade-in animation */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .isbn-neww-meg-se-custom-dropdown-menu {
            animation: fadeIn 0.3s ease forwards;
        }

        .isbn-neww-meg-se-custom-dropdown-menu li {
            list-style-type: none;
            margin-left: 0;
            padding-left: 0;
        }

        .isbn-neww-meg-se-dropdown-toggle::after {
            display: none !important;
        }

        .isbn-neww-meg-se-hire-image-1 {
            width: 90%;
            margin-top: 25px;
            border-radius: 10px;
        }
        
        .isbn-neww-meg-se-hire-image-2 {
            width: 100%;
            margin-top: 25px;
            border-radius: 10px;
        }
        
        .isbn-neww-meg-se-hire-image-3 {
            width: 90%;
            margin-top: 25px;
        }

        .isbn-neww-meg-se-hire-icon-co i {
            color:#1742B0;
        }

        .isbn-neww-meg-se-hire-main-con-div {
            padding-left: 15px;
        }
        
        .isbn-neww-meg-se-hire-icon-h5 {
            padding-left: 15px;
            font-size: 17px;
            color: #2c3e50;
            font-weight: 600;
			    margin-bottom: 0;
        }

        .isbn-neww-meg-se-hire-se-cont-div {
            margin-bottom: 12px;
        }
        
        .isbn-neww-meg-se-hire-icon-h5:hover {
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
        }

        /* new media quaery */
        /* product button gradient style */
        .isbn-neww-meg-se-pro-tabbutton {
            /* Gradient background */
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
            
            /* Text styling */
            color: white;
            font-weight: 600;
            text-decoration: none;
            text-align: center;
            
            /* Button shape and size */
            padding: 11px 24px;
            border-radius: 30px;
            border: none;
            cursor: pointer;
            display: inline-block;
            
            /* Transition for hover effects */
            transition: all 0.5s ease;
            
            /* Shadow effect */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            
            /* Positioning and overflow */
            position: relative;
            overflow: hidden;
        }

        /* Hover effect - slightly darker gradient */
        .isbn-neww-meg-se-pro-tabbutton:hover {
            background: linear-gradient(90deg, #6617B0 0%, #1339A0 50.48%, #0063B0 95.67%);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
            transform: translateY(-2px);
            color:#fff !important;
        }

        /* Active/click effect */
        .isbn-neww-meg-se-pro-tabbutton:active {
            transform: translateY(1px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .isbn-neww-meg-se-pro-tabbutton:hover::after {
            left: 110%;
        }

        .isbn-neww-meg-se-pro-tabbutton-img {
            width: 100%;
            border-radius: 10px;
        }

        .isbn-neww-meg-se-hire-sec-h3 {
            margin-top: 20px;
			font-size:22px;
        }

        .isbn-neww-meg-se-hire-sec-ptag {
            padding-bottom: 10px;
            padding-right: 15px;
        }

        .isbn-neww-meg-se-nav-logotop {
            width: 100%;
        }

        .isbn-neww-meg-se-nav-gra-button {
            margin-left: 15px;
        }

        .isbn-neww-meg-se-hire-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #ffff;
            border-radius: 25px;
            font-weight: 550;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid #262626;
            padding: 8px 20px;
            background-color: #262626;
        }

        .isbn-neww-meg-se-hire-button:hover {
            background-color: #ffff;
            color: #262626;
            border: 1px solid #262626;
        }

        .isbn-neww-meg-se-navbar-nav {
            display: flex;
            align-items: center;
        }

        /* Light version with unique animations */
        .isbn-neww-meg-se-hire-se-cont-div {
            background-color: #f8f9fa;
            color: #333;
            padding: 15px;
            border-radius: 12px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            
            /* Unique entrance animation */
            animation: floatIn 0.8s ease-out forwards;
            opacity: 0;
            transform-origin: center bottom;
        }

        /* Hover effects */
        .isbn-neww-meg-se-hire-se-cont-div:hover {
            background: linear-gradient(90deg, #d0d9e0 0%, #e5e8f0 50.48%, #ebe4f1 95.67%);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
            transform: scale(1.02) rotate(-0.5deg);
            border-color: rgba(0, 0, 0, 0.1);
        }

       

        /* Optional special animation classes */
        .isbn-neww-meg-se-hire-se-cont-div.shimmer:hover {
            animation: shimmer 2s infinite;
        }

        .isbn-neww-meg-se-hire-se-cont-div.border-glow:hover {
            animation: borderGlow 3s infinite alternate;
        }

        /* Keyframe animations */
        @keyframes floatIn {
            0% {
                opacity: 0;
                transform: translateY(30px) scale(0.95);
            }
            100% {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @keyframes shimmer {
            0% {
                background-position: -1000px 0;
            }
            100% {
                background-position: 1000px 0;
            }
        }

        @keyframes borderGlow {
            0% {
                box-shadow: 0 0 0 0px rgba(100, 149, 237, 0.3);
            }
            100% {
                box-shadow: 0 0 0 8px rgba(100, 149, 237, 0);
            }
        }

        /* Shimmer effect background setup */
        .isbn-neww-meg-se-hire-se-cont-div.shimmer {
            background: linear-gradient(
                to right,
                #f8f9fa 0%,
                #e9ecef 20%,
                #f8f9fa 40%,
                #f8f9fa 100%
            );
            background-size: 1000px 100%;
        }

        #isbn-neww-meg-se-fstnav-center-row {
            display: flex;
            align-items: center;
        }

        img.isbn-neww-meg-se-hire-iconimgg {
            transition: filter 0.3s ease;
        }

        img.isbn-neww-meg-se-hire-iconimgg:hover {
            filter: brightness(0) invert(1);
        }

        /* new */
        .isbn-neww-meg-se-comp-icon-a {
            font-size: 18px;
            color: #000000;
            font-weight: 500;
        }

        .isbn-neww-meg-se-com-con-divv {
            padding: 0px 15px;
        }

        .isbn-neww-meg-se-company-icon-main-div {
            margin-bottom: 15px;
        }

        .isbn-neww-meg-se-mega-margin-div {
            margin-top: 50px;
        }

        /* company and resources animation */
        .isbn-neww-meg-se-company-icon-main-div {
            transition: all 0.3s ease;
        }

        .isbn-neww-meg-se-comp-icon-a {
            color: #000;
            transition: color 0.3s ease;
        }

        .isbn-neww-meg-se-last-icon-imgg {
            transition: transform 0.3s ease;
        }

        /* Hover effects */
        .isbn-neww-meg-se-company-icon-main-div:hover .isbn-neww-meg-se-comp-icon-a {
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
        }

        .isbn-neww-meg-se-company-icon-main-div:hover .isbn-neww-meg-se-last-icon-imgg {
/*             animation: shake 0.5s ease-in-out; */
        }

        /* Shake animation */
        @keyframes shake {
            0%, 100% {
                transform: translateX(0);
            }
            25% {
                transform: translateX(-3px);
            }
            75% {
                transform: translateX(3px);
            }
        }
        
        /* Mobile Navbar Styles */
        .isbn-neww-meg-se-mobile-navbar {
            background-color: white;
            border-bottom: 1px solid #B0B0B0;
            display: none;
        }
        
        .isbn-neww-meg-se-mobile-navbar .navbar-brand {
            font-weight: 600;
            color: var(--primary) !important;
            letter-spacing: 1px;
            font-size: 1.5rem;
        }
        
        .isbn-neww-meg-se-mobile-navbar .nav-link {
            font-weight: 500;
            color: var(--dark) !important;
            padding: 0.75rem 1rem !important;
            transition: all 0.3s;
        }
      
        
        .isbn-neww-meg-se-mobile-navbar .dropdown-menu {
             background: linear-gradient(90deg, #aea5b6 0%, #c1c8dd 50.48%, #dce8f0 95.67%);
         
            border-radius: 8px;
            margin-top: 0.5rem;
        }
        
        .isbn-neww-meg-se-mobile-navbar .dropdown-item {
            padding: 0.75rem 1.5rem;
            font-weight: 500;
            color: #333;
            transition: all 0.3s;
        }
        
        .isbn-neww-meg-se-mobile-navbar .dropdown-item:hover {
            background: linear-gradient(90deg, #0063B0 0%, #1742B0 50.48%, #6617B0 95.67%);
            color: white;
        }
        
        .isbn-neww-meg-se-mobile-navbar .dropdown-toggle::after {
            display: none !important;
        }
        
        .isbn-neww-meg-se-mobile-navbar .dropdown-toggle i {
            margin-left: 5px;
            font-size: 0.8rem;
        }
        
        /* Responsive display for navbars */
        @media (max-width: 991.98px) {
            .isbn-neww-meg-se-desktop-navbar {
                display: none;
            }
            
            .isbn-neww-meg-se-mobile-navbar {
                display: block;
            }
        }
        
        @media (min-width: 992px) {
            .isbn-neww-meg-se-desktop-navbar {
                display: block;
            }
            
            .isbn-neww-meg-se-mobile-navbar {
                display: none;
            }
        }
        
         .isb-mobile-men-buttdiv{
            display: flex;
  
   
    justify-content: space-around;
        }
        
/*         .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30'
  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black'
  stroke-width='2' stroke-linecap='round' stroke-miterlimit='10'
  d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20stroke%3D'black'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-miterlimit%3D'10'%20d%3D'M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
}


/* new mega menu css end*/


.new-short-dec-para {
    font-size: 15px;
}
.breadcrumb-item i{
	margin-right: 2px;
}



/*lets-us*/
.lets-us {
    position: fixed;
    right: -15px;
    bottom: 50%;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgb(38 59 94 / 10%);
    z-index: 99;
    transition: 0.5s;
    width: 30px;
}

.lets-us-title {
    position: absolute;
    left: -100px;
    transition: 0.5s;
    transform: rotate(-90deg);
    top: 56px;
    color: #fff;
    background-color: #902493;
    z-index: 99;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* padding: 0px 25px; */
    cursor: pointer;
    width: 190px;
    box-shadow: #000000 0px 0px 10px 0px;
    text-align: center;

}



.lets-us-title p a {
    color: #ffffff;
    padding: 10px;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
}
.ice-hire-develo-card-a{
	display: flex
;
    justify-content: center;
    align-items: center;
	    padding: 30px 10px;
}
.ice-hire-develo-card-a1{
	    font-size: 16px;
    border: 1px solid #902493;
    padding: 10px;
    border-radius: 10px;
    background-color: #902493;
    color: #fff !important;
}
.ice-hire-develo-card-a1:hover{
	  
    border: 1px solid #fff;
    background-color: #fff;
    color: #902493 !important;
}
.ice-hire-develo-card-1a{
	    padding: 25px 13px;
}
.mbl-logo-img-1 {
        width: 200px;
}
.contact-form-h2 {
    text-align: center;
    padding: 12px 0;
    font-size: 28px;
}

/*scroll down navbar popup*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menu-block.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    /*background-color: #000;*/
    /*box-shadow: 0px 2px 9px #33333357;*/
}

.unique-row-1 .wpb_text_column :last-child{ 
    margin-bottom: -15px !important;

}
.unique-row-2 .wpb_text_column :last-child{ 
    margin-bottom: -15px !important;

}

.unique-row-3 .wpb_text_column :last-child{ 
    margin-bottom: -15px !important;

}

.ise-new-dif-slider-section .wpb_wrapper .unique-row .unique-row-1 .col-md-4 {
       margin-bottom: -18px !important;
}
.ise-new-dif-slider-section .wpb_wrapper .unique-row .unique-row-2 .col-md-4 {
       margin-bottom: -18px !important;
}
.ise-new-dif-slider-section .wpb_wrapper .unique-row .unique-row-3 .col-md-4 {
       margin-bottom: -18px !important;
}
