@font-face {
  font-family: "Polly Rounded";
  src: url("../fonts/polly rounded/Polly_Rounded_Regular/PollyRounded-Regular.woff2")
      format("woff2"),
    url("../fonts/polly rounded/Polly_Rounded_Regular/PollyRounded-Regular.woff")
      format("woff"),
    url("../fonts/polly rounded/Polly_Rounded_Regular/PollyRounded-Regular.ttf")
      format("truetype"),
    url("../fonts/polly rounded/Polly_Rounded_Regular/PollyRounded-Regular.otf")
      format("opentype"),
    url("../fonts/polly rounded/Polly_Rounded_Regular/PollyRounded-Regular.eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.owl-nav.disabled {
  display: none !important;
}

.cs-cta-hero:not(:hover) {
  color: var(--theme-color) !important;
}

.main-menu .navigation > li > a:not(:hover) {
  color: #2b2a2a;
}

.main-menu .navigation > li > a:hover {
  color: var(--theme-color);
}

.clients-section .clients-logo img {
  width: 100px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.chooseus-block-one .inner-box .icon-box {
  color: #eeeeee;
}

.cs-p-light,
.cs-p-dark {
  line-height: 32px;
  max-width: 720px;
  margin: 20px auto;
  margin-bottom: 40px;
}

.cs-p-light {
  color: #eeeeee;
}

.cs-p-dark {
  color: #2b2a2a;
}

.industries-aurora {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 110px 0 120px;
  display: flex;
  flex-direction: column;
}

.chooseus-mosaic {
  background: #f6f7fb;
}

.chooseus-mosaic .sec-title h2 {
  color: #1f2937;
}

.chooseus-mosaic .cs-p-dark {
  color: #4b5563;
}

.chooseus-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
}

.chooseus-mosaic .chooseus-card,
.chooseus-mosaic .chooseus-media {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  height: 100%;
}

.chooseus-mosaic .chooseus-card {
  padding: 30px 28px 34px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 220px;
}

.chooseus-mosaic .chooseus-card .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef2ff;
  color: #1f4cce;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.chooseus-mosaic .chooseus-card h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}

.chooseus-mosaic .chooseus-card p {
  color: #4b5563;
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.chooseus-mosaic .chooseus-media {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chooseus-mosaic .chooseus-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 18px;
}

.footer-map {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (max-width: 991px) {
  .chooseus-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .chooseus-mosaic-grid {
    grid-template-columns: 1fr;
  }
}

.faq-open-section {
  background: #f6f7fb;
}

.faq-open-section .sec-title {
  text-align: left;
}

.faq-open-panel {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  padding: 20px 24px;
}

.faq-open-item {
  display: flex;
  gap: 16px;
  padding: 24px 24px;
  border-bottom: 1px solid #f1f5f9;
}

.faq-open-item:last-child {
  border-bottom: none;
}

.faq-open-item h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 6px;
  color: #111827;
}

.faq-open-item p {
  margin: 0;
  color: #4b5563;
}

.faq-column + .faq-column .faq-open-item {
  border-left: 1px solid #eef2f7;
  padding-left: 32px;
}

@media only screen and (max-width: 991px) {
  .faq-open-section .sec-title {
    text-align: center;
  }

  .faq-column + .faq-column .faq-open-item {
    border-left: none;
    padding-left: 18px;
  }
}

.process-lite {
  background: #f5f6f8;
}

.process-lite .sec-title,
.process-lite .sec-title h2,
.process-lite .sec-title .sub-title {
  color: #111827;
}

.process-lite .sec-title .sub-title {
  letter-spacing: 0.12em;
}

.process-lite .tab-btns .tab-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #111827;
  margin: 0 10px;
  padding: 10px 22px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.process-lite .tab-btns .tab-btn.active-btn {
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25);
}

.process-lite .processing-block-one .inner-box {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eef0f4;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  padding: 38px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.process-lite .processing-block-one .inner-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
}

.process-lite .processing-block-one .inner-box .count-text {
  display: none;
}

.process-lite .processing-block-one .inner-box .step-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f1f5ff;
  color: #1f4cce;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.process-lite .processing-block-one .inner-box h3 a {
  color: #111827;
}

.process-lite .processing-block-one .inner-box p {
  color: #4b5563;
}

.process-lite .processing-block-one .inner-box .step-note {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #6b7280;
}

.form-status {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  background: #f8fafc;
  color: #334155;
  border: 1px solid #e2e8f0;
  display: none;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  background: #ecfdf3;
  color: #0f5132;
  border-color: #bbf7d0;
}

.form-status.is-error {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

.theme-btn.is-loading {
  opacity: 0.8;
  pointer-events: none;
}

.testimonial-section .owl-item .testimonial-block-one {
  max-width: none;
  padding-right: 0;
  margin-bottom: 0;
}

.testimonial-section .author-box {
  padding-left: 0;
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-section .owl-dots {
  text-align: center;
  margin-top: 28px;
}

.testimonial-section .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-section .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  display: block;
  margin: 0 6px;
  transition: all 200ms ease;
}

.testimonial-section .owl-dots .owl-dot.active span {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.industries-aurora .owl-dots {
  text-align: center;
  margin-top: 24px;
}

.industries-aurora .owl-dots .owl-dot {
  display: inline-block;
}

.industries-aurora .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  display: block;
  margin: 0 6px;
  transition: all 200ms ease;
}

.industries-aurora .owl-dots .owl-dot.active span {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.contact-section .form-inner {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  padding: 30px;
}

.contact-section .info-box {
  border-radius: 16px;
}

.industries-aurora:before {
  content: none;
}

.industries-aurora .auto-container {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
}

.industries-aurora .sec-title {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.industries-aurora .sec-title h2,
.industries-aurora .sec-title p {
  color: #0f172a;
}

.industries-aurora .cs-p-dark {
  color: #334155;
  margin-left: 0;
  margin-right: 0;
}

.industries-carousel .owl-item {
  padding: 20px 16px 10px;
}

.industries-carousel.owl-carousel {
  display: block;
}

.industries-swiper {
  overflow: hidden;
}

.industries-swiper .swiper {
  overflow: hidden;
  padding-bottom: 30px;
}

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

.industries-swiper .service-block-one .inner-box {
  max-width: 420px;
  min-height: 440px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 22px 22px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.industries-swiper .service-block-one,
.industries-swiper .service-block-one .inner-box {
  width: 100%;
  height: 100%;
}

.industries-swiper .service-block-one .inner-box:before {
  content: none;
  display: none;
}

.industries-grid .service-block-one .inner-box {
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 22px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.industries-grid .service-block-one .image-box {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}

.industries-grid .service-block-one .image-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.industries-grid .service-block-one .overlay-image {
  display: none;
}

.industries-grid .service-block-one .lower-content {
  padding: 0;
}

.industries-grid .service-block-one .lower-content h3 {
  font-size: 18px;
  line-height: 26px;
}

.industries-grid .service-block {
  max-width: 100%;
  width: 100%;
  float: none;
  height: 100%;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 24px;
  align-items: stretch;
}

.industries-aurora .row.align-items-center {
  flex-direction: column;
}

.industries-aurora .col-lg-5,
.industries-aurora .col-lg-7 {
  max-width: 100%;
  flex: 0 0 100%;
}

.industries-aurora .industries-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.industries-aurora .service-block-one {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}
.industries-swiper .service-block-one .image-box,
.industries-swiper .service-block-one .image-box img,
.industries-swiper .service-block-one .image-box .overlay-image {
  border-radius: 14px;
  width: 100%;
  height: 250px;
}

.industries-swiper .service-block-one .image-box {
  overflow: hidden;
}

.industries-swiper .service-block-one .image-box img {
  height: 200px;
  object-fit: cover;
}

.industries-swiper .service-block-one .lower-content {
  padding: 22px 6px 0px;
  margin-top: auto;
}

.industries-swiper .service-block-one .lower-content h3 a {
  color: #f8fafc;
}

.industries-swiper .service-block-one .lower-content p {
  color: rgba(226, 232, 240, 0.85);
}

.industries-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.industries-carousel.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.35);
  width: 12px;
  height: 12px;
}

.industries-carousel.owl-theme .owl-dots .owl-dot.active span,
.industries-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #20c4e8;
}

.industries-swiper .swiper-button-prev,
.industries-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transition: all 300ms ease;
  margin-bottom: -50px;
}

.industries-swiper .swiper-button-prev svg,
.industries-swiper .swiper-button-next svg {
  width: 60%;
  height: 60%;
}

.industries-swiper .swiper-button-prev:after,
.industries-swiper .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
}

.industries-swiper .swiper-button-prev:hover,
.industries-swiper .swiper-button-next:hover {
  background: #ec4899;
  color: #0b1020;
}

.industries-swiper .swiper-button-prev,
.industries-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
}

.industries-swiper .swiper-button-prev {
  left: calc(50% - 60px);
}

.industries-swiper .swiper-button-next {
  right: calc(50% - 60px);
}

.services-p {
  color: #d15a5a;
}

/** contact-section **/

.contact-section {
  position: relative;
}

.contact-section .sec-title h2 {
  font-size: 48px;
  line-height: 56px;
}

.contact-section .inner-container {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.contact-section .info-box {
  position: relative;
  padding: 52px 40px 107px 40px;
  background: var(--secondary-color);
}

.contact-section .info-box h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 40px;
}

.contact-section .info-box .single-item {
  position: relative;
  display: block;
  padding-left: 95px;
  margin-bottom: 35px;
}

.contact-section .info-box .single-item:last-child {
  margin-bottom: 0px;
}

.contact-section .info-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 8px;
  width: 70px;
  height: 70px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}

.contact-section .info-box .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
  color: #fff;
}

.contact-section .info-box .single-item p {
  line-height: 26px;
  max-width: 190px;
  color: #fff;
}

.contact-section .info-box .single-item p a {
  color: #fff;
}

.contact-section .info-box .single-item p a:hover {
}

.contact-section .form-inner {
  position: relative;
  display: block;
  padding: 52px 60px 60px 60px;
}

.contact-section .form-inner .form-group {
  position: relative;
  margin-bottom: 22px;
}

.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
  color: var(--title-color);
}

.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: var(--text-color);
  padding: 10px 20px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 20px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {
}

.google-map .inner-container {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
}

.google-map .inner-container iframe {
  position: relative;
  width: 100%;
  height: 500px;
}

/** rtl-css **/

.rtl .contact-section .form-inner:before {
  left: inherit;
  right: -120px;
}

.rtl .contact-section .info-box .single-item {
  padding-left: 0px;
  padding-right: 95px;
}

.rtl .contact-section .info-box .single-item .icon-box {
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  .contact-section .form-inner:before {
    display: none;
  }

  .contact-section .info-box {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .inner-container {
    /* padding: 70px 30px; */
  }

  .contact-section {
    padding-top: 65px;
  }

  .contact-section .form-inner {
    padding: 0px;
  }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
  .contact-section .info-box .single-item {
    padding-left: 0px;
  }

  .rtl .contact-section .info-box .single-item {
    padding-right: 0px;
  }

  .contact-section .info-box .single-item .icon-box {
    position: relative;
    margin-bottom: 20px;
    top: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .industries-aurora .sec-title {
    text-align: center;
  }

  .industries-aurora .cs-p-dark {
    margin-left: auto;
    margin-right: auto;
  }
}
.category-section {
  position: relative;
  background: #fefcff;
  overflow: hidden;
}

.category-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(
      circle at 30% 70%,
      rgba(173, 216, 230, 0.35),
      transparent 60%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 182, 193, 0.4),
      transparent 60%
    );
}

.category-section .auto-container {
  position: relative;
  z-index: 1;
}

.category-section .sec-title.light h2,
.category-section .sec-title.light p {
  color: #0f172a;
}

.category-showcase .sec-title {
  text-align: left;
}

.showcase-grid {
  display: grid;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.showcase-card {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  max-width: 980px;
  margin: 0 auto;
}

.showcase-content {
  padding: 36px 34px;
}

.showcase-number {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #6366f1;
  margin-bottom: 12px;
}

.showcase-content h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  color: #111827;
}

.showcase-content p {
  margin-bottom: 22px;
  color: #4b5563;
}

.showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #111827;
}

.showcase-link:after {
  content: "↗";
  font-size: 16px;
}

.showcase-media {
  width: 100%;
  height: 300px;
  border-left: 1px solid #e5e7eb;
  padding: 20px;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 991px) {
  .showcase-card {
    grid-template-columns: 1fr;
  }

  .showcase-media {
    border-left: none;
    border-top: 1px solid #e5e7eb;
  }
}
