#bannerSection {
  height: calc(100vh - var(--header-height));
  background: var(--blackColor);
  width: 100%;
  display: flex;
  align-items: center;
}
#bannerSection .content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
#bannerSection .content-section h1 {
  font-size: 52px;
  line-height: 54px;
  font-weight: 700;
  background: linear-gradient(45deg, #9f70fe, #97fac6, #fea082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: 90%;
}
#bannerSection .content-section .banner-para {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  width: 80%;
}
#bannerSection .content-section .banner-categories {
  display: flex;
  gap: 5px;
}
#bannerSection .content-section .banner-categories a {
  padding: 5px 20px;
  background: #1b1924;
  border-radius: 20px;
  color: #b4aed6;
  font-size: 12px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
#bannerSection .content-section .banner-categories a:hover {
  background: #fff;
  color: #000;
}
#bannerSection .content-section .counter-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#bannerSection .content-section .counter-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
#bannerSection .content-section .counter-section p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: 90%;
}
#bannerSection .form-section {
  display: flex;
  justify-content: end;
}
#bannerSection .form-section .form-container {
  position: relative;
  overflow: hidden;
  background: rgba(137, 137, 137, 0.0196078431);
  overflow: hidden;
  padding: 2rem;
  border-radius: 30px;
  width: 400px;
  text-align: start;
  z-index: 1;
  border: rgba(137, 122, 218, 0.2509803922) 0.5px solid;
  /* Form Elements */
}
#bannerSection .form-section .form-container .circle {
  width: 120px;
  height: 120px;
  filter: blur(60px);
  background: var(--primaryColor);
  opacity: 0.5;
  display: block;
  position: absolute;
  z-index: 0;
  transition: 0.3s ease;
}
#bannerSection .form-section .form-container .circle1 {
  left: 15%;
  top: -10%;
}
#bannerSection .form-section .form-container .circle2 {
  right: -15%;
  top: 20%;
}
#bannerSection .form-section .form-container .circle3 {
  left: 30%;
  bottom: -10%;
}
#bannerSection .form-section .form-container h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px !important;
  text-transform: capitalize;
}
#bannerSection .form-section .form-container h2 span {
  color: var(--primaryColor);
}
#bannerSection .form-section .form-container form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* Submit Button */
}
#bannerSection .form-section .form-container form label {
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.3rem;
}
#bannerSection .form-section .form-container form input,
#bannerSection .form-section .form-container form select {
  width: 100%;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.062745098);
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
}
#bannerSection .form-section .form-container form input::-moz-placeholder, #bannerSection .form-section .form-container form select::-moz-placeholder {
  color: #b4aed6;
  font-size: 14px;
}
#bannerSection .form-section .form-container form input::placeholder,
#bannerSection .form-section .form-container form select::placeholder {
  color: #b4aed6;
  font-size: 14px;
}
#bannerSection .form-section .form-container form input:focus,
#bannerSection .form-section .form-container form select:focus {
  outline: none;
  border-color: #8a3eff;
  box-shadow: 0 0 5px rgba(138, 62, 255, 0.5);
}
#bannerSection .form-section .form-container form button {
  padding: 10px 20px;
  text-align: end;
}

#clientSection {
  padding: 40px 0;
  background: #f1f1f6;
}
#clientSection h3 {
  font-size: 18px;
  color: #a6a6a6;
  text-align: center;
}
#clientSection .clients-main-section img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

#serviceSection {
  background: #000;
}
#serviceSection .main-head {
  width: 50%;
}
#serviceSection .service-slider {
  position: relative;
}
#serviceSection .service-slider .owl-stage-outer {
  padding-top: 40px;
}
#serviceSection .service-slider .service-item {
  margin-top: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: var(--blackColor) 1px solid;
  background: #000;
  transition: 0.3s ease;
}
#serviceSection .service-slider .service-item .top-section {
  display: flex;
  align-items: center;
  gap: 15px;
}
#serviceSection .service-slider .service-item .top-section img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
#serviceSection .service-slider .service-item .top-section h3 {
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s ease;
  color: #fff;
  width: 40%;
}
#serviceSection .service-slider .service-item p {
  font-size: 14px;
  width: 90%;
  color: #fff;
}
#serviceSection .service-slider .service-item:hover {
  transform: translateY(-20px);
}
#serviceSection .service-slider .service-item:hover h3 {
  color: var(--primaryColor);
}
#serviceSection .service-slider .owl-prev {
  background: url(/images/owl-prev-icon.svg?91b48207d1f0492e4cdffbc3bc819fd3);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 25px;
  top: -60px;
}
#serviceSection .service-slider .owl-prev span {
  display: none;
}
#serviceSection .service-slider .owl-next {
  background: url(/images/owl-next-icon.svg?fee6f8b84f4f399934e2ca1843d2f436);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: -60px;
}
#serviceSection .service-slider .owl-next span {
  display: none;
}

#whychooseSection .faq-section {
  margin-top: 40px;
}
#whychooseSection .faq-section .accordion .accordion-item {
  background: transparent !important;
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
#whychooseSection .faq-section .accordion .accordion-item::before {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  top: 0;
  left: 0;
  width: 0px;
  background: var(--blackColor);
  transition: 0.3s ease;
}
#whychooseSection .faq-section .accordion .accordion-item:hover::before {
  width: 5px;
}
#whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--blackColor);
  font-weight: 700 !important;
  box-shadow: none;
  background: transparent !important;
  padding: 20px 0 !important;
}
#whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent !important;
}
#whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-left: 20px;
  background-image: url(/images/faq-arrow.svg?4919ef54f9ad48948bee93b1b3254dcb);
  background-position: center center;
  background-size: 15px;
}
#whychooseSection .faq-section .accordion .accordion-item .accordion-body {
  padding: 0 0 20px 0 !important;
}
#whychooseSection .accordian-img-section {
  background: #f1f1f6;
  border-radius: 20px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#appLifeSection {
  background: var(--blackColor);
}
#appLifeSection h2 {
  width: 60%;
  color: #fff;
}
#appLifeSection p {
  width: 100%;
  color: #fff;
  padding-left: 50px;
}
#appLifeSection .seperation {
  width: 1px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#scrollSectionmain {
  background: var(--blackColor);
}
#scrollSectionmain .process-scroll-main .scroll-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background: var(--blackColor);
}
#scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
}
#scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section h4 {
  font-size: 46px;
  color: #fff;
  font-weight: 600;
}
#scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section p {
  font-size: 20px;
  color: #9f9bb8;
}
#scrollSectionmain .process-scroll-main .scroll-item .scroll-right-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
#scrollSectionmain .pin-spacer:nth-child(even) .scroll-item .row {
  flex-direction: row-reverse !important;
}

#dummy-section {
  height: 100vh;
  width: 100%;
  background: var(--blackColor);
}

#ecommerceAppMobile {
  z-index: 1;
  position: relative;
  background: var(--blackColor);
  height: 100%;
}
#ecommerceAppMobile .text-section {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#ecommerceAppMobile .text-section h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  width: 100%;
  z-index: 4;
  position: relative;
  color: #fff;
}
#ecommerceAppMobile .text-section h2 span.custom-color {
  color: var(--primaryColor) !important;
}
#ecommerceAppMobile .text-section h2 span.custom-color-2 {
  color: #97f6c7 !important;
}
#ecommerceAppMobile .text-section p {
  font-size: 16px;
  color: #9f9bb8;
  width: 60%;
  text-align: center;
  z-index: 4;
  position: relative;
  padding: 0 10px;
}
#ecommerceAppMobile .text-section .mobile-section-image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
#ecommerceAppMobile .text-section .mobile-section-image img {
  width: 80%;
  filter: drop-shadow(20px 20px 20px black);
}

#customEcommerceApp {
  background: var(--blackColor);
  width: 100%;
}
#customEcommerceApp .ecommerce-left-section h2 {
  font-weight: 700;
  width: 100%;
  position: sticky;
  top: 80px;
}
#customEcommerceApp .ecommerce-right-section .custom-items h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  width: 100%;
}
#customEcommerceApp .ecommerce-right-section .custom-items p {
  color: #9f9bb8;
  font-size: 16px;
}

#readymadeEcommerce {
  width: 100%;
  background: var(--blackColor);
}
#readymadeEcommerce .top-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#readymadeEcommerce .top-section p {
  color: #9f9bb8;
  font-size: 16px;
}
#readymadeEcommerce .bottom-section-slider {
  padding-top: 30px;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item {
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(137, 137, 137, 0.1254901961);
  position: relative;
  overflow: hidden;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item img {
  height: 80px;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item h6 {
  font-size: 16px;
  color: #9f9bb8;
  text-align: center;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item .circle {
  width: 120px;
  height: 120px;
  filter: blur(80px);
  background: rgba(250, 250, 250, 0.5019607843);
  opacity: 0.5;
  display: block;
  position: absolute;
  z-index: 0;
  transition: 0.3s ease;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item .circle1 {
  left: 25%;
  top: -40%;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item .circle2 {
  right: -25%;
  top: 20%;
}
#readymadeEcommerce .bottom-section-slider .ecommerce-app-item .circle3 {
  left: 10%;
  bottom: -30%;
}

#latestProjects .projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 20px;
}
#latestProjects .projects-grid .project-items {
  background: #1c1c20;
  border-radius: 25px;
  overflow: hidden;
}
#latestProjects .projects-grid .project-items .img-div {
  height: 210px;
  width: 100%;
  overflow: hidden;
}
#latestProjects .projects-grid .project-items .img-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: 0.3s ease;
}
#latestProjects .projects-grid .project-items .project-details {
  padding: 25px;
  display: flex;
  flex-direction: column;
}
#latestProjects .projects-grid .project-items .project-details h4 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
#latestProjects .projects-grid .project-items .project-details p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
}
#latestProjects .projects-grid .project-items .project-details .project-items-btn {
  margin-top: 10px !important;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
  font-size: 14px;
}
#latestProjects .projects-grid .project-items .project-details .project-items-btn img {
  transition: 0.3s ease;
}
#latestProjects .projects-grid .project-items .project-details .project-items-btn:hover {
  background: #fff;
  color: #000;
}
#latestProjects .projects-grid .project-items .project-details .project-items-btn:hover img {
  filter: invert(1);
}
#latestProjects .projects-grid .project-items:hover .img-div img {
  scale: 1.1;
}
#latestProjects .bottom-section {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#latestProjects .bottom-section .view-all-btn {
  border: 1px solid #000;
  padding: 8px 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
  font-size: 14px;
  text-wrap: nowrap;
  font-weight: 600;
}
#latestProjects .bottom-section .view-all-btn img {
  transition: 0.3s ease;
  filter: invert(1);
  width: 20px;
}
#latestProjects .bottom-section .view-all-btn:hover {
  background: #000;
  color: #fff;
}
#latestProjects .bottom-section .view-all-btn:hover img {
  filter: invert(0);
}
#latestProjects .bottom-section span {
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 5px;
}
#latestProjects .modal .modal-dialog {
  max-width: 95vw;
}
#latestProjects .modal .modal-dialog .modal-content {
  border-radius: 10px;
}
#latestProjects .modal .modal-dialog .modal-content .close-btn-div {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 10px 10px;
  background: #fff;
  border-radius: 5px;
  /* filter: invert(1); */
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  filter: invert(1);
  z-index: 2;
}
#latestProjects .modal .modal-dialog .modal-content .close-btn-div .btn-close {
  box-shadow: none !important;
  width: 15px;
  height: 15px;
  background-size: contain;
  padding: 0;
}
#latestProjects .modal .modal-dialog .modal-content .modal-details {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  left: 20px;
  top: 20px;
}
#latestProjects .modal .modal-dialog .modal-content .modal-details h5 {
  color: #000;
  font-size: 20px !important;
  line-height: 20px !important;
}
#latestProjects .modal .modal-dialog .modal-content .modal-details p {
  color: #000 !important;
  font-size: 14px;
  line-height: 16px;
}
#latestProjects .modal .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
#latestProjects .modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
}

#technologiesWeWork .technologies-main {
  background: #f1f1f6;
  border-radius: 20px;
  padding: 30px;
}
#technologiesWeWork .technologies-main .technologies-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#technologiesWeWork .technologies-main .technologies-section .img-div {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#technologiesWeWork .technologies-main .technologies-section .img-div img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

#testimonialSection .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#testimonialSection .top-section p {
  width: 30%;
}
#testimonialSection .testimonial-slider {
  margin-top: 40px;
}
#testimonialSection .testimonial-slider .testimonials-items {
  border: 1px solid rgba(13, 70, 137, 0.1254901961);
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#testimonialSection .testimonial-slider .testimonials-items .user-div {
  display: flex;
  align-items: center;
  gap: 10px;
}
#testimonialSection .testimonial-slider .testimonials-items .user-div .img-div {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonialSection .testimonial-slider .testimonials-items .user-div .img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonialSection .testimonial-slider .testimonials-items .user-div .img-div span.profile-letter {
  font-size: 26px;
  font-weight: 800;
  color: var(--primaryColor);
}
#testimonialSection .testimonial-slider .testimonials-items .user-div h6 {
  font-size: 18px;
}
#testimonialSection .testimonial-slider .testimonials-items .user-div p {
  font-size: 14px;
}
#testimonialSection .testimonial-slider .testimonials-items .user-div span.bottom-line {
  height: 5px;
  display: block;
  width: 40px;
  background: #fe7826;
  border-radius: 5px;
}
#testimonialSection .testimonial-slider .testimonials-items .testimonial-content p {
  overflow: auto;
  height: 94px;
}
#testimonialSection .testimonial-slider .testimonials-items span.seperator {
  width: 80%;
  height: 1px;
  background: #000;
  display: block;
}
#testimonialSection .owl-nav {
  margin-top: 30px;
}
#testimonialSection .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #000;
  transition: 0.3s ease;
}
#testimonialSection .owl-nav button:hover {
  background: #000;
}
#testimonialSection .owl-nav button:hover img {
  filter: invert(0);
}
#testimonialSection .owl-nav button img {
  filter: invert(1);
  transition: 0.3s ease;
}
#testimonialSection .owl-slider-nav button {
  background: transparent;
  border: none;
}

#ctaSection {
  background: url(/images/footer-bg.jpg?d7bf87f25895772fd68714d2554a782c);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#ctaSection .cta-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#ctaSection .cta-main p {
  font-size: 16px;
  color: #fff;
}
#ctaSection .cta-main h3 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#ctaSection .cta-main a {
  background: #000;
  border-radius: 5px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--blackColor);
  transition: 0.3s ease;
  color: #fff;
}
#ctaSection .cta-main a img {
  transform: rotate(0deg);
  transition: 0.3s ease;
}
#ctaSection .cta-main a:hover {
  background: var(--scndColor);
}
#ctaSection .cta-main a:hover img {
  transform: rotate(45deg);
}

@media (max-width: 1460px) {
  #bannerSection .content-section h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 1374px) {
  #bannerSection .content-section h1 {
    font-size: 44px;
    line-height: 50px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section h4 {
    font-size: 38px;
  }
  #latestProjects .projects-grid .project-items .img-div {
    height: 180px;
  }
  #latestProjects .projects-grid .project-items .project-details h4 {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #readymadeEcommerce .bottom-section-slider .ecommerce-app-item {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  #bannerSection {
    height: calc(65vh - var(--header-height));
  }
  #bannerSection .content-section h1 {
    font-size: 42px;
    line-height: 48px;
  }
  #bannerSection .content-section .banner-para {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 100%;
  }
  #bannerSection .content-section .banner-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  #bannerSection .content-section .banner-categories a {
    font-size: 14px;
  }
  #bannerSection .content-section .counter-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #bannerSection .content-section .counter-section h2 {
    font-size: 24px;
  }
  #bannerSection .content-section .counter-section p {
    width: 100%;
  }
  #bannerSection .form-section {
    justify-content: center;
    margin-top: 40px;
  }
  #bannerSection .form-section .form-container {
    width: 500px;
    /* Form Elements */
  }
  #bannerSection .form-section .form-container h2 span {
    color: var(--primaryColor);
  }
  #bannerSection .form-section .form-container form {
    /* Submit Button */
  }
  #bannerSection .form-section .form-container form button {
    padding: 10px 50px;
  }
  #serviceSection {
    background: #000;
  }
  #serviceSection .main-head {
    width: 60%;
  }
  #serviceSection .service-slider .service-item {
    padding: 0px;
  }
  #serviceSection .service-slider .service-item img {
    height: 40px;
    width: 40px;
  }
  #serviceSection .service-slider .service-item h3 {
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease;
    width: 50%;
  }
  #serviceSection .service-slider .service-item p {
    font-size: 16px;
    width: 100%;
  }
  #serviceSection .service-slider .owl-prev {
    background: url(/images/owl-prev-icon.svg?91b48207d1f0492e4cdffbc3bc819fd3);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    top: -60px;
  }
  #serviceSection .service-slider .owl-prev span {
    display: none;
  }
  #serviceSection .service-slider .owl-next {
    background: url(/images/owl-next-icon.svg?fee6f8b84f4f399934e2ca1843d2f436);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: -60px;
  }
  #serviceSection .service-slider .owl-next span {
    display: none;
  }
  #whychooseSection .faq-section {
    margin-top: 20px;
  }
  #whychooseSection .faq-section .accordion .accordion-item {
    padding-left: 0px;
  }
  #whychooseSection .faq-section .accordion .accordion-item:hover::before {
    width: 0px;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: transparent !important;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
    margin-left: 20px;
    background-image: url(/images/faq-arrow.svg?4919ef54f9ad48948bee93b1b3254dcb);
    background-position: center center;
    background-size: 15px;
    right: 0;
    position: absolute;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-body {
    padding: 0 0 20px 0 !important;
  }
  #appLifeSection h2 {
    width: 80%;
  }
  #appLifeSection p {
    margin-top: 10px;
    width: 90%;
    margin-top: 10px;
    padding: 0;
  }
  #scrollSectionmain .process-scroll-main .scroll-item {
    height: 100%;
    padding: 120px 0;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section {
    border-radius: 40px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section h4 {
    font-size: 28px;
    font-weight: 600;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section p {
    font-size: 16px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-right-section {
    height: 100%;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-right-section img {
    height: 150px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item:nth-child(even) .row {
    flex-direction: row-reverse;
  }
  #ecommerceAppMobile .text-section h2 {
    font-size: 46px;
    line-height: 50px;
  }
  #ecommerceAppMobile .text-section p {
    font-size: 16px;
    width: 80%;
  }
  #customEcommerceApp .ecommerce-right-section .custom-items h3 {
    font-size: 24px;
    line-height: 28px;
    background: transparent;
    -webkit-text-fill-color: #fff;
    font-weight: 500;
  }
  #customEcommerceApp .ecommerce-right-section .custom-items p {
    font-size: 16px;
  }
  #readymadeEcommerce .top-section p {
    color: #9f9bb8;
    font-size: 16px;
  }
  #readymadeEcommerce .bottom-section-slider {
    padding-top: 30px;
  }
  #readymadeEcommerce .bottom-section-slider .ecommerce-app-item {
    padding: 40px;
  }
  #readymadeEcommerce .bottom-section-slider .ecommerce-app-item img {
    height: 80px;
  }
  #latestProjects .projects-grid {
    display: flex;
    overflow-x: auto;
    border-radius: 20px;
  }
  #latestProjects .projects-grid .project-items {
    min-width: 450px;
  }
  #latestProjects .projects-grid .project-items .project-details h4 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
  }
  #latestProjects .projects-grid .project-items .project-details p {
    color: rgba(255, 255, 255, 0.5019607843);
  }
  #latestProjects .projects-grid .project-items .project-details .project-items-btn:hover img {
    filter: invert(1);
  }
  #latestProjects .projects-grid .project-items:hover .img-div img {
    scale: 1.1;
  }
  #latestProjects .bottom-section {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #latestProjects .bottom-section .view-all-btn {
    border: 1px solid #000;
    padding: 8px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s ease;
    font-size: 14px;
    text-wrap: nowrap;
    font-weight: 600;
  }
  #latestProjects .bottom-section .view-all-btn img {
    transition: 0.3s ease;
    filter: invert(1);
    width: 20px;
  }
  #latestProjects .bottom-section .view-all-btn:hover {
    background: #000;
    color: #fff;
  }
  #latestProjects .bottom-section .view-all-btn:hover img {
    filter: invert(0);
  }
  #latestProjects .bottom-section span {
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 5px;
  }
  #latestProjects .modal .modal-dialog {
    max-width: 95vw;
  }
  #latestProjects .modal .modal-dialog .modal-content .modal-details {
    display: none;
  }
  #latestProjects .modal .modal-dialog .modal-content .modal-body {
    padding: 0 !important;
    height: 80vh;
  }
  #technologiesWeWork .technologies-main .main-head {
    text-align: center;
  }
  #technologiesWeWork .technologies-main .technologies-section {
    justify-content: center;
    margin-top: 20px;
  }
  #technologiesWeWork .technologies-main .technologies-section .img-div {
    min-width: 80px;
    height: 80px;
  }
  #technologiesWeWork .technologies-main .technologies-section .img-div img {
    height: 50px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #ctaSection .cta-main {
    gap: 10px;
  }
  #ctaSection .cta-main h3 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  #bannerSection {
    padding: 40px 0;
    height: 100%;
  }
  #bannerSection .content-section {
    gap: 20px;
  }
  #bannerSection .content-section h1 {
    font-size: 28px;
    line-height: 32px;
    width: 100%;
  }
  #bannerSection .content-section .banner-para {
    font-size: 16px;
    line-height: 22px;
  }
  #bannerSection .content-section .banner-categories {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  #bannerSection .content-section .banner-categories a {
    text-wrap: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
  }
  #bannerSection .content-section .counter-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 10px;
  }
  #bannerSection .content-section .counter-section .row > div {
    padding-left: 10px !important;
  }
  #bannerSection .content-section .counter-section h2 {
    font-size: 24px;
  }
  #bannerSection .content-section .counter-section p {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
  }
  #bannerSection .form-section {
    justify-content: center;
    margin-top: 40px;
  }
  #bannerSection .form-section .form-container {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    /* Form Elements */
  }
  #bannerSection .form-section .form-container h2 span {
    color: var(--primaryColor);
  }
  #bannerSection .form-section .form-container form {
    /* Submit Button */
  }
  #bannerSection .form-section .form-container form button {
    padding: 10px 50px;
    width: 100%;
    justify-content: center;
  }
  #clientSection {
    padding: 30px 0;
  }
  #clientSection h3 {
    font-size: 18px;
  }
  #clientSection .clients-main-section img {
    height: 50px;
  }
  #serviceSection .main-head {
    width: 80%;
  }
  #serviceSection .service-slider .owl-stage-outer {
    padding-top: 20px;
  }
  #serviceSection .service-slider .service-item {
    padding: 20px;
    border-radius: 15px;
    gap: 10px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.1254901961);
  }
  #serviceSection .service-slider .service-item img {
    height: 40px;
    width: 40px;
  }
  #serviceSection .service-slider .service-item h3 {
    font-size: 18px;
    width: 50% !important;
  }
  #serviceSection .service-slider .service-item p {
    width: 100%;
  }
  #serviceSection .service-slider .service-item:hover {
    transform: translateY(0px);
  }
  #serviceSection .service-slider .service-item:hover h3 {
    color: #fff;
  }
  #serviceSection .service-slider .owl-prev {
    width: 16px;
    height: 16px;
    top: -30px;
  }
  #serviceSection .service-slider .owl-prev span {
    display: none;
  }
  #serviceSection .service-slider .owl-next {
    width: 16px;
    height: 16px;
    top: -30px;
  }
  #serviceSection .service-slider .owl-next span {
    display: none;
  }
  #whychooseSection .faq-section {
    margin-top: 20px;
  }
  #whychooseSection .faq-section .accordion .accordion-item {
    padding-left: 0px;
  }
  #whychooseSection .faq-section .accordion .accordion-item:hover::before {
    width: 0px;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 12px 0 !important;
    font-size: 16px;
    font-weight: 600 !important;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: transparent !important;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
    margin-left: 20px;
    background-image: url(/images/faq-arrow.svg?4919ef54f9ad48948bee93b1b3254dcb);
    background-position: center center;
    background-size: 15px;
    right: 0;
    position: absolute;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-body {
    padding: 0 0 10px 0 !important;
  }
  #whychooseSection .faq-section .accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  #appLifeSection h2 {
    width: 80%;
  }
  #appLifeSection p {
    width: 100%;
    margin-top: 5px !important;
    padding: 0;
  }
  #scrollSectionmain .process-scroll-main .scroll-item {
    padding: 80px 0;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section {
    border-radius: 40px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section h4 {
    font-size: 24px;
    font-weight: 600;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section p {
    font-size: 16px;
    margin-top: 5px !important;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-right-section img {
    height: 180px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .row {
    flex-direction: row-reverse !important;
  }
  #ecommerceAppMobile .text-section h2 {
    font-size: 26px;
    line-height: 30px;
  }
  #ecommerceAppMobile .text-section p {
    font-size: 16px;
    width: 100%;
  }
  #customEcommerceApp .ecommerce-right-section {
    margin-top: 30px;
    gap: 10px;
  }
  #customEcommerceApp .ecommerce-right-section .custom-items h3 {
    font-size: 18px;
    line-height: 22px;
  }
  #customEcommerceApp .ecommerce-right-section .custom-items p {
    font-size: 16px;
  }
  #readymadeEcommerce .top-section {
    width: 100%;
  }
  #readymadeEcommerce .top-section p {
    color: #9f9bb8;
    font-size: 16px;
  }
  #readymadeEcommerce .bottom-section-slider {
    padding-top: 30px;
  }
  #readymadeEcommerce .bottom-section-slider .ecommerce-app-item {
    padding: 30px;
  }
  #readymadeEcommerce .bottom-section-slider .ecommerce-app-item img {
    height: 80px;
  }
  #latestProjects .projects-grid {
    margin-top: 20px;
    gap: 10px;
  }
  #latestProjects .projects-grid .project-items {
    min-width: 260px;
    border-radius: 20px;
  }
  #latestProjects .projects-grid .project-items .img-div {
    height: 160px;
  }
  #latestProjects .projects-grid .project-items .project-details {
    padding: 20px;
  }
  #latestProjects .projects-grid .project-items .project-details h4 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
  }
  #latestProjects .projects-grid .project-items .project-details p {
    color: rgba(255, 255, 255, 0.5019607843);
  }
  #latestProjects .projects-grid .project-items .project-details .project-items-btn {
    padding: 5px 20px;
    font-size: 12px;
  }
  #latestProjects .projects-grid .project-items .project-details .project-items-btn:hover img {
    filter: invert(1);
  }
  #latestProjects .projects-grid .project-items:hover .img-div img {
    scale: 1.1;
  }
  #latestProjects .bottom-section {
    justify-content: center;
  }
  #latestProjects .bottom-section .view-all-btn {
    padding: 5px 20px;
  }
  #latestProjects .bottom-section .view-all-btn img {
    height: 12px;
  }
  #latestProjects .bottom-section .view-all-btn:hover img {
    filter: invert(0);
  }
  #latestProjects .bottom-section span {
    display: none;
  }
  #technologiesWeWork .technologies-main .main-head {
    text-align: center;
  }
  #technologiesWeWork .technologies-main .technologies-section {
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }
  #technologiesWeWork .technologies-main .technologies-section .img-div {
    min-width: 70px;
    height: 70px;
  }
  #technologiesWeWork .technologies-main .technologies-section .img-div img {
    height: 40px;
  }
  #testimonialSection .top-section p {
    width: 90%;
  }
  #testimonialSection .testimonial-slider {
    margin-top: 40px;
  }
  #testimonialSection .testimonial-slider .testimonials-items {
    border: 1px solid rgba(13, 70, 137, 0.1254901961);
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div .img-div {
    min-width: 60px;
    min-height: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div .img-div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div .img-div span.profile-letter {
    font-size: 26px;
    font-weight: 800;
    color: var(--primaryColor);
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div h6 {
    font-size: 16px;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div span.bottom-line {
    height: 4px;
    display: block;
    width: 40px;
    background: #fe7826;
    border-radius: 5px;
  }
  #testimonialSection .testimonial-slider .testimonials-items .testimonial-content p {
    overflow: auto;
    height: 120px;
    font-size: 14px;
  }
  #testimonialSection .testimonial-slider .testimonials-items span.seperator {
    display: none;
  }
  #testimonialSection .owl-nav {
    margin-top: 20px;
  }
  #testimonialSection .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #000;
    transition: 0.3s ease;
  }
  #testimonialSection .owl-nav button:hover {
    background: #000;
  }
  #testimonialSection .owl-nav button:hover img {
    filter: invert(0);
  }
  #testimonialSection .owl-nav button img {
    filter: invert(1);
    transition: 0.3s ease;
  }
  #testimonialSection .owl-slider-nav button {
    background: transparent;
    border: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #ctaSection {
    position: relative;
  }
  #ctaSection .cta-main {
    gap: 10px;
  }
  #ctaSection .cta-main h3 {
    font-size: 42px;
  }
}
@media (max-width: 385px) {
  #bannerSection .content-section h1 {
    font-size: 28px;
    line-height: 32px;
  }
  #bannerSection .content-section .banner-para {
    font-size: 16px;
    line-height: 22px;
  }
  #bannerSection .content-section .counter-section .row > div {
    padding-right: 5px;
  }
  #serviceSection .service-slider .service-item p {
    font-size: 14px;
  }
  #appLifeSection p {
    font-size: 16px;
  }
  #scrollSectionmain .process-scroll-main .scroll-item .scroll-left-section p {
    font-size: 16px;
  }
  #ecommerceAppMobile .text-section h2 {
    font-size: 22px;
    line-height: 26px;
  }
  #ecommerceAppMobile .text-section p {
    font-size: 14px;
  }
  #customEcommerceApp .ecommerce-right-section .custom-items p {
    font-size: 14px;
  }
  #readymadeEcommerce .top-section p {
    font-size: 16px;
  }
  #readymadeEcommerce .bottom-section-slider .ecommerce-app-item {
    padding: 40px 25px;
  }
  #technologiesWeWork .technologies-main .technologies-section {
    gap: 15px;
  }
  #technologiesWeWork .technologies-main .technologies-section .img-div {
    min-width: 60px;
    height: 60px;
  }
  #technologiesWeWork .technologies-main .technologies-section .img-div img {
    height: 35px;
  }
  #latestProjects .projects-grid .project-items .project-details h4 {
    font-size: 16px;
  }
  #testimonialSection .testimonial-slider .testimonials-items .user-div h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 320px) {
  #ecommerceAppMobile .text-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
