/* ............. Default css .............. */
.as-default-button,
.as-services-contact
  .row
  .as-contact-big-col
  .contact-form
  input[type="submit"] {
  background: #47c5fd;
  border: 2px solid #47c5fd;
  color: #fff;
  border-radius: 50px;
  padding: 12px 48px;
  transition: 0.4s;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}

.as-default-button:hover,
.as-services-contact
  .row
  .as-contact-big-col
  .contact-form
  input[type="submit"]:hover {
  background: transparent;
  color: #000000;
  text-decoration: none;
}

.as-default-services-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 58px;
}

.as-default-services-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

.as-default-services-text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .as-default-services-title {
    font-size: 32px;
    line-height: 46px;
  }

  .as-default-services-subtitle {
    font-size: 22px;
    line-height: 36px;
  }

  .as-default-services-text {
    font-size: 14px;
    font-weight: 28px;
  }
}

/* ........................ Services Hero Section css ........................... */
.as-services-hero-section h2 {
  font-size: 76px;
  font-weight: 900;
  margin-bottom: 20px;
}

.as-services-hero-section p {
  color: #000000;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 36px;
}

.as-services-hero-section .service-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 1140px) {
  .as-services-hero-section .row {
    gap: 50px;
  }

  .as-services-hero-section p,
  .as-services-hero-section h2,
  .as-services-hero-section .as-services-contact-wrapper {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .as-services-hero-section h2 {
    font-size: 48px;
  }

  .as-services-hero-section p,
  .as-services-hero-section .as-services-contact-wrapper a {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .as-services-hero-section h2 {
    font-size: 28px;
  }

  .as-services-hero-section p,
  .as-services-hero-section .as-services-contact-wrapper a {
    font-size: 14px;
  }
}
/* ........................ Services client Icon css ...................... */
.as-services-trusted-client {
  background-color: #f5f5f5;
}

.as-trusted-client-title-wrapper h2 {
  color: #000000;
  margin-bottom: 60px;
}

.as-client-slider .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.as-client-slider .client-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #00000024;
  border-radius: 12px;
  padding: 15px;
  transition: transform 0.3s ease;
}

.as-client-slider .client-logo a:hover img {
  transform: scale(1.05);
}

.as-client-slider .client-logo img {
  max-height: 58px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 575px) {
  .as-client-slider .client-logo {
    height: 90px;
  }

  .as-client-slider .client-logo img {
    max-height: 50px;
  }
}

/* ........................ Services client Testimonial css ...................... */

.as-client-testimonials .as-client-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.as-client-testimonials .as-client-heading-wrapper a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 82px 18px 40px;
  background: #1018200d;
  border-radius: 100px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.as-client-testimonials .as-client-heading-wrapper a:after,
.as-client-testimonials .as-client-heading-wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  min-width: 52px;
  height: 52px;
  transition: all 0.4s ease;
}

.as-client-testimonials .as-client-heading-wrapper a:after {
  background-image: url(https://aksharsoftsolutions.com/wp-content/uploads/2025/09/arrow.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 50%;
  z-index: 2;
}

.as-client-testimonials .as-client-heading-wrapper a:before {
  background-color: #47c5fd;
  border: 2px solid #47c5fd;
  border-radius: 50%;
  z-index: 1;
}

.as-client-testimonials .as-client-heading-wrapper a:hover:before {
  background-color: #343a40;
  border-color: #343a40;
}

.as-client-testimonials .as-client-item,
.Testimonials-section .as-client-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9fc;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.Testimonials-section .as-client-item {
  background-color: #fff !important;
}

.as-client-testimonials .as-client-item .as-client-image,
.Testimonials-section .as-client-item .as-client-image {
  width: 500px;
  height: 500px;
  margin-right: 42px;
}

.as-client-testimonials .as-client-item .as-client-image img,
.Testimonials-section .as-client-item .as-client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-client-testimonials .as-client-item .as-client-content,
.Testimonials-section .as-client-item .as-client-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.as-client-testimonials .as-client-item .as-client-content .as-client-tag,
.Testimonials-section .as-client-item .as-client-content .as-client-tag {
  display: inline-block;
  background-color: #e0f0ff;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 12px;
  width: 150px;
  text-align: center;
}

.as-client-testimonials
  .as-client-item
  .as-client-content
  .swiper-controls.as-client-controls,
.Testimonials-section
  .as-client-item
  .as-client-content
  .swiper-controls.as-client-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.as-client-testimonials
  .as-client-item
  .as-client-content
  .swiper-controls.as-client-controls
  .as-client-button,
.Testimonials-section
  .as-client-item
  .as-client-content
  .swiper-controls.as-client-controls
  .as-client-button {
  cursor: pointer;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #47c5fd;
  display: flex;
  gap: 30px;
}

.as-client-controls-line {
  width: 1px;
  height: 24px;
  background-color: #ccc;
  margin: 0 12px;
}

@media (max-width: 1200px) {
  .as-client-testimonials {
    margin: 80px 0px;
  }
}

@media (max-width: 600px) {
  .as-client-testimonials .as-client-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .as-client-testimonials .as-client-item,
  .Testimonials-section .as-client-item {
    flex-direction: column;
    gap: 30px;
  }

  .as-client-testimonials
    .as-client-item
    .as-client-content
    .swiper-controls.as-client-controls,
  .Testimonials-section
    .as-client-item
    .as-client-content
    .swiper-controls.as-client-controls {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .as-client-testimonials .as-client-item .as-client-image,
  .Testimonials-section .as-client-item .as-client-image {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
}

/* ..............................Detail Need We Cover css ................... */
.as-services-detail-cover {
  position: relative;
}

.as-services-detail-cover-need {
  position: sticky;
  top: 100px;
}

.as-need-cover-image img {
  width: 100%;
}

.as-section-box {
  position: relative;
  background: #47c5fd;
  color: white;
  padding: 58px;
  border-radius: 10px;
  width: 550px;
  line-height: 1.6;
  margin-top: 65px;
}

.as-number-circle {
  position: absolute;
  top: -20px;
  left: 48px;
  background: #ffffff;
  color: #47c5fd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .as-services-detail-cover
    .as-services-detail-cover-need
    .as-need-cover-image {
    display: none;
  }

  .as-services-detail-cover .row .as-section-details .as-section-box {
    width: 100%;
  }

  .as-services-detail-cover .row .as-section-slider .owl-dots {
    text-align: center;
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .as-services-detail-cover .row .as-section-details .as-section-box {
    padding: 30px;
  }

  .as-services-detail-cover
    .row
    .as-section-details
    .as-section-box
    .as-number-circle {
    left: 30px;
  }
}

/* ..............................Company Status Counter Section css Start................... */
.as-services-counter-section .as-stats-counter-section {
  background: #f9f9fc;
  color: #343a40;
  border-radius: 12px;
  padding: 130px 80px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.as-services-counter-section
  .as-stats-counter-section
  .as-contact-counter-wrapper {
  margin: 24px 0px;
}

.as-services-counter-section
  .as-stats-counter-section
  .as-company-counter
  .stat-item {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.as-services-counter-section
  .as-stats-counter-section
  .as-company-counter
  .stat-item:not(:last-child) {
  border-right: 1px solid #343a40;
}

@media (max-width: 1200px) {
  .as-services-counter-section {
    margin: 100px 0px;
  }

  .as-services-counter-section .as-stats-counter-section .as-company-counter {
    border-right: none !important;
    border-top: 1px solid #343a40;
  }

  .as-services-counter-section
    .as-stats-counter-section
    .as-company-counter
    .stat-item:nth-child(2n) {
    border-right: none !important;
  }

  .as-services-counter-section
    .as-stats-counter-section
    .as-company-counter
    .stat-item:not(:last-child) {
    border-right: none !important;
  }

  .as-services-counter-section
    .as-stats-counter-section
    .as-company-counter
    .stat-item {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .as-services-counter-section .as-stats-counter-section {
    padding: 60px;
  }
}

@media (max-width: 470px) {
  .as-services-counter-section .as-stats-counter-section {
    padding: 40px;
  }
}

/* ..............................Technologies List css Start................... */
.as-services-category-list {
  margin-bottom: 100px;
}

.as-services-category-list .row .as-tachnologies-list-card {
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: #343a40;
  background-color: #f0f4f5;
  transition: box-shadow 1s ease;
  position: relative;
  overflow: hidden;
}

.as-services-category-list .as-tachnologies-list-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #47c6fd1c;
}

.as-services-category-list
  .row
  .as-tachnologies-list-card
  .as-technologies-icon-wrapper
  svg {
  width: 50px;
  height: 50px;
  border-radius: 40px;
}

.as-technologies-learn-more {
  display: flex;
  align-items: center;
  gap: 6px;
}

.as-technologies-more-link {
  width: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #47c5fd;
  overflow: hidden;
}

.as-tachnologies-list-card:hover .as-technologies-more-link {
  width: 100%;
  opacity: 1;
  transform: translateX(0);
}

/* ..............................Faq Section css Start................... */
.as-services-faq-section .accordion {
  margin: 0px 140px;
}

.as-services-faq-section .accordion .faq-item {
  border-bottom: 1px solid #eee;
  padding: 46px 0;
  transition: all 0.8s ease;
}
.as-services-faq-section .accordion .faq-item .faq-question {
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.as-services-faq-section .accordion .faq-item .faq-question .faq-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #47c5fd;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #47c5fd;
  font-size: 26px;
  transition: all 0.3s ease;
}

.as-services-faq-section .accordion .faq-item:hover .faq-question {
  color: #47c5fd;
}

.as-services-faq-section .accordion .faq-item:hover .faq-icon {
  background-color: #47c5fd;
  color: #fff;
}

.as-services-faq-section .accordion .faq-item .faq-answer {
  display: none;
  padding-top: 26px;
  font-size: 18px;
  color: #666;
}
.as-services-faq-section .accordion .faq-item.active .faq-answer {
  display: block;
}
.as-services-faq-section .accordion .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .as-services-faq-section .accordion {
    margin: 0px;
  }

  .as-services-faq-section {
    padding: 100px 0px;
  }
}

@media (max-width: 768px) {
  .as-services-faq-section .accordion .faq-item .faq-question {
    font-size: 18px;
  }

  .as-services-faq-section .accordion .faq-item {
    padding: 28px 0;
  }

  .as-services-faq-section .accordion .faq-item .faq-question .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}

/* ............................. Contact Section Css Start...................... */
.as-services-contact {
  margin-bottom: 100px;
}

.as-services-contact .row .as-contact-big-col {
  background-color: #f9f9fc;
  color: #343a40;
  border-radius: 10px 0px 0px 10px;
  padding: 80px;
}

.as-services-contact .row .as-contact-big-col .contact-form input,
.as-services-contact .row .as-contact-big-col .contact-form textarea,
.as-services-contact .row .as-contact-big-col .contact-form select {
  width: 100%;
  max-width: 86%;
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000000;
}

.as-services-contact
  .row
  .as-contact-big-col
  .contact-form
  input[type="submit"] {
  max-width: 28%;
}

.as-services-contact .row .as-contact-small-col {
  background-color: #47c5fd;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
}

.as-services-contact .row .as-contact-small-col img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .as-services-contact .row {
    margin: 0;
  }

  .as-services-contact .row .as-contact-big-col {
    padding: 50px;
    border-radius: 10px;
  }

  .as-services-contact .row .as-contact-small-col {
    display: none;
  }

  .as-services-contact .row .as-contact-big-col .contact-form input,
  .as-services-contact .row .as-contact-big-col .contact-form textarea {
    max-width: 100%;
  }

  .as-services-contact
    .row
    .as-contact-big-col
    .contact-form
    input[type="submit"] {
    max-width: 40%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .as-services-contact .row .as-contact-big-col {
    padding: 30px 20px;
  }

  .as-services-contact
    .row
    .as-contact-big-col
    .contact-form
    input[type="submit"] {
    max-width: 100%;
  }
}
/* .......................... service project section css start................. */

.as-services-expertise-project .as-no-project-message {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
  border: 2px dashed #ddd;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  margin: 20px 0;
  animation: fadeIn 0.6s ease-in-out;
}

.as-no-project-message p {
  margin: 0;
}

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

/* ....................... Post archive page css ........................... */
.as-post-archive-section {
  background-color: #f9f9fc;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.as-post-archive-section .row .card a img,
.as-blog-single-section .related-posts .row .card a img {
  border-radius: 16px;
  object-position: center center;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.as-post-archive-section .row .card,
.as-blog-single-section .related-posts .row .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 25px;
  transition: transform 0.8s ease;
}

.as-post-archive-section .row .card figure,
.as-blog-single-section .related-posts .row .card figure {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0px;
}

.as-post-archive-section .row .card figure::before,
.as-blog-single-section .related-posts .row .card figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
}

.as-post-archive-section .row .card:hover figure::before,
.as-blog-single-section .related-posts .row .card:hover figure::before {
  animation: shine 0.9s ease forwards;
}

@keyframes shine {
  100% {
    left: 150%;
  }
}

.as-post-archive-section .row .card .as-card-body,
.as-blog-single-section .related-posts .row .card .as-card-body {
  padding: 25px 10px;
}

.as-post-archive-section .row .card .as-card-body .as-post-category,
.as-blog-single-section
  .related-posts
  .row
  .card
  .as-card-body
  .as-post-category {
  color: #47c5fd;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}

.as-post-archive-section .row .card .as-card-body .as-post-title,
.as-blog-single-section .related-posts .row .card .as-card-body .as-post-title {
  color: #40465e;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 8px;
}

.as-post-archive-section .read-more-link,
.as-blog-single-section .related-posts .read-more-link {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  color: #47c5fd;
}

.as-post-archive-section .card:hover .read-more-link,
.as-blog-single-section .related-posts .card:hover .read-more-link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  color: #47c5fd;
  text-decoration: none;
}

.as-post-archive-section .card:hover,
.as-blog-single-section .related-posts .card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px #47c5fd;
}

.as-post-archive-section .card:hover::before,
.as-blog-single-section .related-posts .card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.as-technology-svg {
  stroke: #ffffff;
  stroke-width: 4px;
}

.Serivce-section .Service-box:hover .as-technology-svg {
  stroke: #47c5fd;
}
