@charset "UTF-8";
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-detail-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@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: 60vh;
  }
}
.service-detail-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 540px) {
  .service-detail-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.service-detail-banner .banner-wrapper {
  width: 100%;
}
.service-detail-banner .banner-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.service-detail-banner .banner-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .banner-wrapper .container {
    padding: 0;
  }
}
.service-detail-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 20%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .service-detail-banner .banner-wrapper .container .bg-wrapper {
    bottom: 40%;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .banner-wrapper .container .bg-wrapper {
    bottom: 14%;
    margin-left: 0;
  }
}
.service-detail-banner .banner-wrapper .container .bg-wrapper h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 678px;
}
@media only screen and (max-width: 991px) {
  .service-detail-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 8px;
  }
}
.service-detail-banner .banner-wrapper .container .bg-wrapper p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  width: 450px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .service-detail-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
  }
}

.serivce-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .serivce-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .serivce-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .serivce-banner {
    height: 60vh;
  }
}
.serivce-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 540px) {
  .serivce-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.serivce-banner .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 540px) {
  .serivce-banner .bg .container {
    padding: 0;
  }
}
.serivce-banner .bg .container .bg-wrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 15%;
  text-align: center;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .serivce-banner .bg .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .serivce-banner .bg .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.serivce-banner .bg .container .bg-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  margin: auto;
}
.serivce-banner .bg .container .bg-wrapper .btn a {
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  .serivce-banner .bg .container .bg-wrapper .btn {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.serivce-banner .bg .container .bg-wrapper h1 {
  font-weight: 700;
  line-height: 0.99;
  margin-bottom: 18px;
  max-width: 650px;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .serivce-banner .bg .container .bg-wrapper h1 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 540px) {
  .serivce-banner .bg .container .bg-wrapper h1 {
    max-width: 90%;
    text-align: center;
    margin: auto;
    font-size: 25px;
    line-height: 1.2;
  }
}
.serivce-banner .bg .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .serivce-banner .bg .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .serivce-banner .bg .container .bg-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    display: none;
  }
}

.service-detail-secA {
  padding: 70px 0;
}
@media only screen and (max-width: 991px) {
  .service-detail-secA {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secA {
    padding: 30px 0;
  }
}
.service-detail-secA .grid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA .grid-item {
    grid-template-columns: 1fr;
  }
}
.service-detail-secA .grid-item .item-content ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.service-detail-secA .grid-item .item-content ul h6 {
  font-size: 18px;
  color: var(--secondary);
  margin-bottom: 12px;
  font-weight: 700;
}
.service-detail-secA .grid-item .item-content ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}
.service-detail-secA .grid-item .item-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 24px;
  line-height: 1;
}
.service-detail-secA .grid-item .item-content ul li strong {
  font-weight: 600;
  color: rgba(102, 102, 102, 0.8117647059);
}
.service-detail-secA .grid-item .stciky {
  width: 100%;
  height: 100%;
}
.service-detail-secA .grid-item .item-form {
  position: sticky;
  top: 14%;
  justify-self: end;
  width: 100%;
  max-width: 435px;
  background: var(--primary);
  padding: 40px 30px 75px;
  border-radius: 10px;
  background-image: url("../../images/vector/form.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media only screen and (max-width: 768px) {
  .service-detail-secA .grid-item .item-form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .service-detail-secA .grid-item .item-form {
    padding: 40px 18px 54px;
  }
}
.service-detail-secA .grid-item .item-form h6 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins";
  color: var(--white);
  margin-bottom: 35px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secA .grid-item .item-form h6 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.service-detail-secA .grid-item .item-form .form {
  --inputsize: 42px;
  --labelbefore: var(--white);
  --labelafter: #dfdfdf;
  --borderbefore: rgba(255, 255, 255, 1);
  --borderafter: var(--white);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: normal;
  --color: var(--white);
  --borderwidth: 1px;
  --labelbackground: none;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.service-detail-secA .grid-item .item-form .form input, .service-detail-secA .grid-item .item-form .form textarea {
  font-family: "Poppins";
  color: var(--white);
}
.service-detail-secA .grid-item .item-form .form .btn-smt {
  background: var(--white);
  border-radius: 29px;
  text-transform: uppercase;
  color: var(--black);
  padding: 10px 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  transform: translateY(20px);
}
.service-detail-secA .grid-item .item-form .form-grid {
  --gaptb: 18px;
}

.service-detail-secB {
  background: #ECECEC;
  padding: 50px 0;
}
.service-detail-secB .flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .flex-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.service-detail-secB .flex-box .heading h2 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .flex-box .heading h2 {
    text-align: center;
  }
}
.service-detail-secB .flex-box .heading p {
  font-weight: 500;
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .flex-box .heading p {
    text-align: center;
    max-width: 80%;
    line-height: 1.1;
    margin: 10px auto;
  }
}
.service-detail-secB .flex-box .right-btn a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--secondary);
  padding: 10px 20px;
  border-radius: 25px;
  margin: auto;
}
.service-detail-secB .flex-box .right-btn a span {
  color: var(--secondary);
  font-weight: 700;
  font-size: 14px;
}
.service-detail-secB .flex-box .right-btn a svg {
  width: 15px;
  height: 12px;
}
.service-detail-secB .flex-box .right-btn a svg path {
  fill: var(--secondary);
}
.service-detail-secB .swiper {
  position: relative;
  padding: 50px 0 20px 0;
}
.service-detail-secB .swiper .swiper-nav {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .service-detail-secB .swiper .swiper-nav {
    display: none;
  }
}
.service-detail-secB .swiper .swiper-nav button {
  background: white;
  border: none;
}
.service-detail-secB .swiper .swiper-nav button:hover svg path {
  fill: white;
}
.service-detail-secB .swiper .swiper-nav button:first-child {
  margin-left: 40px;
}
.service-detail-secB .swiper .swiper-nav button:last-child {
  margin-right: 40px;
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: var(--white);
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide:hover img {
  scale: 1.1;
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide figure {
  height: 300px;
  overflow: hidden;
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 25px 55px 25px 25px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .swiper .swiper-wrapper .swiper-slide figcaption {
    padding: 25px 20px 25px 25px;
  }
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide figcaption h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--secondary);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .service-detail-secB .swiper .swiper-wrapper .swiper-slide figcaption h4 {
    font-size: 16px;
  }
}
.service-detail-secB .swiper .swiper-wrapper .swiper-slide figcaption span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}/*# sourceMappingURL=service-detail.css.map */