@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
section:has(.service-sec) {
  position: relative;
}
section:has(.service-sec)::after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.service-sec)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
    opacity: 0.3;
  }
}
section:has(.service-sec)::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  section:has(.service-sec)::before {
    content: none;
  }
}

section:has(.service-detail-secA) {
  position: relative;
}
section:has(.service-detail-secA)::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.service-detail-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
    opacity: 0.3;
  }
}

section:has(.service-detail-secB) {
  position: relative;
}
section:has(.service-detail-secB)::before {
  content: "";
  position: absolute;
  top: -49%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.service-detail-secB)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
    opacity: 0.3;
  }
}

.stikcy-breadcrumb {
  position: sticky;
  top: var(--headerheight);
  z-index: 3;
}

.breadcrumb {
  background: #F4F4F4;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 15px;
}
@media only screen and (max-width: 540px) {
  .breadcrumb ul {
    gap: 5px;
  }
}
.breadcrumb ul li a {
  color: var(--black);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumb ul li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .breadcrumb ul li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 540px) {
  .breadcrumb ul span {
    height: 8px;
    line-height: 0;
  }
}

.service-detail-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: calc(100vh - var(--breadcrumbheight) - var(--headerheight));
  z-index: 1;
  margin-top: calc(var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .service-detail-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .service-detail-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner {
    height: 50vh;
  }
}
.service-detail-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.629) 100%);
}
@media only screen and (max-width: 768px) {
  .service-detail-banner::before {
    background: linear-gradient(185deg, rgba(0, 0, 0, 0) 8.08%, rgb(0, 0, 0) 100%);
  }
}
.service-detail-banner .common-background video, .service-detail-banner .common-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .common-background .container {
    padding: 0;
  }
}
.service-detail-banner .common-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 28%;
  transform: translate(-50%);
}
@media only screen and (max-width: 991px) {
  .service-detail-banner .common-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .common-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.service-detail-banner .common-background .container .bg-wrapper h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  padding-left: 20px;
  border-left: 8px solid var(--primary);
  margin-bottom: 40px;
  max-width: 60%;
}
@media only screen and (max-width: 991px) {
  .service-detail-banner .common-background .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .service-detail-banner .common-background .container .bg-wrapper h1 {
    margin: 0 auto 10px;
    text-align: center;
    border-left: none;
    font-size: 30px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .common-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
    border-left: 0;
  }
}
.service-detail-banner .common-background .container .bg-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  max-width: 609px;
}
@media only screen and (max-width: 768px) {
  .service-detail-banner .common-background .container .bg-wrapper p {
    text-align: center;
    max-width: 80%;
    margin: auto;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .common-background .container .bg-wrapper p {
    max-width: 100%;
    font-weight: normal;
    line-height: 1.3;
  }
}

.service-detail-secA {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA {
    padding: 60px 0 0 0;
  }
}
.service-detail-secA {
  position: relative;
}
.service-detail-secA::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .service-detail-secA::before {
    content: none;
  }
}
.service-detail-secA::before {
  top: 40%;
  left: 70%;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secA::before {
    left: 50%;
  }
}
.service-detail-secA {
  position: relative;
}
.service-detail-secA::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .service-detail-secA::after {
    content: none;
  }
}
.service-detail-secA .flex-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secA .flex-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.service-detail-secA .flex-box figure {
  width: 523px;
  height: 390px;
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .service-detail-secA .flex-box figure {
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secA .flex-box figure {
    width: auto;
    height: auto;
  }
}
.service-detail-secA .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-detail-secA .flex-box .content p {
  max-width: 619px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA .flex-box .content p {
    max-width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secA .flex-box .content p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.service-detail-secA .flex-box .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA .flex-box .content h3 {
    text-align: center;
  }
}
.service-detail-secA .flex-box .content ul {
  margin: 20px auto 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 30px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secA .flex-box .content ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.service-detail-secA .flex-box .content ul li {
  position: relative;
  padding: 18px 24px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  font-size: 18px;
  color: var(--text);
  font-weight: 500;
  min-height: 78px;
  display: flex;
  align-items: center;
}
.service-detail-secA .flex-box .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--primary);
}

.service-detail-secB {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secB {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secB {
    padding: 40px 0 0 0;
  }
}
.service-detail-secB {
  position: relative;
}
.service-detail-secB::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB::after {
    content: none;
  }
}
.service-detail-secB .heading h2 {
  font-weight: 700;
  font-size: 38px;
  max-width: 50%;
  line-height: 1.1;
  color: #000000;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .service-detail-secB .heading h2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .heading h2 {
    font-size: 20px;
  }
}
.service-detail-secB .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .service-detail-secB .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-detail-secB .grid-box .grid-box-item {
  padding: 30px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.service-detail-secB .grid-box .grid-box-item figure {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.service-detail-secB .grid-box .grid-box-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-detail-secB .grid-box .grid-box-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  max-width: 80%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .service-detail-secB .grid-box .grid-box-item p {
    text-align: center;
    max-width: 80%;
    margin: auto;
    font-size: 15px;
    line-height: 1.4;
  }
}/*# sourceMappingURL=service-detail.css.map */