/* Arpatech landing page styles (external CSS file) */
:root {
  --accent: #bed030;
  --dark-bg: rgba(20, 20, 20, 0.95);
}
/* Base */
body {
  font-family: "DarkerGrotesque" !important;
  margin: 0;
  color: #4e5766;
  background: #fff;
}
html{
	margin-top: 0 !important;
}
button, a {
  outline: none !important;
}
strong, b {
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-synthesis: weight;
}
@font-face {
  font-family: "Figtree";
  src: url(./../fonts/Figtree-VariableFont_wght.eot);
  src: url(./../fonts/Figtree-VariableFont_wght.eot?#iefix)
      format("embedded-opentype"),
    url(./../fonts/Figtree-VariableFont_wght.otf) format("otf"),
    url(./../fonts/Figtree-VariableFont_wght.woff) format("woff"),
    url(./../fonts/Figtree-VariableFont_wght.woff2) format("woff2"),
    url(./../fonts/Figtree-VariableFont_wght.svg#Figtree-VariableFont_wght)
      format("svg");
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url(./../fonts/DarkerGrotesque-VariableFont_wght.eot);
  src: url(./../fonts/DarkerGrotesque-VariableFont_wght.eot?#iefix)
      format("embedded-opentype"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.otf) format("otf"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.svg#DarkerGrotesque-VariableFont_wght)
      format("svg"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.woff2) format("woff2"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.woff) format("woff");
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-VariableFont_wght.woff2") format("woff2"),
       url("../fonts/Figtree-VariableFont_wght.woff") format("woff");
  font-weight: 100 900; /* variable font weight range */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-VariableFont_wght.woff2") format("woff2"),
       url("../fonts/DarkerGrotesque-VariableFont_wght.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Header (sticky) */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: rgba (0, 0, 0, 0.8);
  padding: 20px 0;
  transition: opacity 0.25s ease, backdrop-filter 0.25s ease;
  -webkit-backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header a img {
  outline: none;
}
.get-started,
.get-started:hover {
  font-family: "Figtree";
  background: var(--accent);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  height: 36px;
  width: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.seperator-lang {
  margin: 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}
span.lang-change a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}

.scrolled span.seperator-lang {
  margin: 0 20px;
  color: #202531;
  font-size: 20px;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}
.scrolled span.lang-change a {
  color: #202531;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}
.site-header.scrolled {
  opacity: 1;
  background: #fff;
  border-bottom: 1px solid rgb(211 211 211 / 30%);
}
.site-header .logo img {
  height: 50px;
}
.site-header.scrolled .phone-btn svg {
  fill: #000;
}
/* Banner */
.banner {
  min-height: 640px;
  background-image: url("../images/main-banner.webp");
  background-size: cover;
  background-position: 100% 100%;
  color: #fff;
  padding: 160px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.15) 70%
  );
  z-index: 0;
}
.banner .container,
.banner .row {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.banner-right {
  display: block;
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.banner-right-res {
    display: none;
  }
.banner h1 {
  font-family: "DarkerGrotesque";
  font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.9;
  font-size: 80px;
}
.main-banner-heading {
  margin-bottom: 40px;
}
.banner h1 strong {
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-synthesis: weight;
}
.banner p.lead {
  font-family: "Figtree";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 700px;
  text-align: justify;
}
.connect-btn,
.connect-btn:hover {
  font-family: "Figtree";
  font-size: 19px;
  background: var(--accent) !important;
  border: none;
  color: #fff;
  font-weight: 500;
  margin-top: 18px;
  width: 298px;
  height: 56px;
  border-radius: 10px;
}
/* Counters */
.counters {
  margin-top: 48px;
  color: #fff;
}
.counter {
  font-family: "Figtree";
  font-size: 35px;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-synthesis: weight;
  width: 90px;
}
.counters > .col:nth-child(2) .counter, .counters > .col:nth-child(4) .counter {
    width: 70px;
}
.counter-label {
  font-family: "Figtree";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
/* Phone mockup / right column */
.phone-mockup img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.35);
}
/* Trust logos */
.trust-logos {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.trust-logos img {
  height: 64px;
  /*filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));*/
}

/* Modal */
.modal-content {
  background: url("./../images/form-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.modal-left {
  width: 85%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.modal-left .contact-block {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0 0 30px 30px !important;
}
.contact-block h2 {
  font-family: "DarkerGrotesque";
  font-size: 64px;
  line-height: 0.9;
  font-weight: 600;
}
.left-bottom-section {
  font-family: "Figtree";
  font-size: 20px;
  font-weight: 200;
  margin-top: 20px;
}
.modal-right {
  width: 55%;
  padding: 28px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}
.book-a-consultation {
  font-family: "DarkerGrotesque";
  font-size: 55px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 20px;
  color: #202531;
}
.book-a-consultation-form p {
  font-family: "Figtree";
  font-size: 16px;
  color: #6c757d;
}
.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  background: url(./../images/cross.png) no-repeat;
  background-color: #333;
  opacity: 1;
  background-size: 8px;
  background-position: center;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
::-webkit-input-placeholder {
  color: #8d8b8b !important;
}
:-moz-placeholder {
  color: #8d8b8b !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #8d8b8b !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8d8b8b !important;
}
input::placeholder,
textarea::placeholder {
  color: #8d8b8b !important;
}
select:invalid {
  color: #8d8b8b !important;
}
select {
  color: #212529;
}
input[type=text]::placeholder, input[type=email]::placeholder, textarea::placeholder {
    font-weight: 100;
}
select.placeholder {
  color: #4E5766;
  background-color: transparent;
  opacity: 1;
  font-family: "Figtree";
  font-weight: 100;
}
select.placeholder::placeholder {
  color: #4E57665E !important;
  background-color: transparent;
  opacity: 1;
  font-family: "Figtree";
  font-weight: 100;
}
.book-form input,
.book-form select {
  height: 50px;
}
.send-message {
  width: 100%;
  background: #333;
  color: #fff;
  height: 50px;
  border-radius: 10px;
}
.send-message:hover {
  background: #292929;
  color: #fff;
}
.form-bottom-line a {
  color: #4e5766;
  text-decoration: none;
}
/* Footer */
.site-footer {
  padding: 28px 0;
  text-align: center;
  color: #6c757d;
  background: #f8f9fa;
}
/* Small helpers */
.phone-btn,
.phone-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--accent);
  color: #fff;
  border-radius: 10px;
  height: 36px;
  display: none;
  align-items: center;
}
/* Focus visible */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(34, 197, 94, 0.18);
  outline-offset: 2px;
}
/* Circle Slider*/
:root {
  --text-strong: #0b1221;
  --text-muted: #5f6b7a;
  --pill-bg: #ffffff;
  --pill-border: #e8ecf2;
  --card-bg: #ffffff;
  --shadow-1: 0 10px 30px rgba(16, 24, 40, 0.08),
    0 2px 6px rgba(16, 24, 40, 0.04);
  --shadow-ghost: 0 8px 26px rgba(16, 24, 40, 0.06);
  --orbit-w: auto;
  --orbit-h: 260px;
  --radius: 640px;
  --center-y: -626px;
  --step-ms: 500ms;
}
.tools-section {
  position: relative;
  padding: 160px 16px 120px;
  overflow: hidden;
}
.headline {
    text-align: center;
    line-height: 0.92;
    letter-spacing: -0.02em;
    font-family: "DarkerGrotesque";
    font-size: 64px;
    font-weight: 600;
    margin: 0 auto 30px;
    color: #202531;
    width: 100%;
    max-width: 700px;
}
@media (max-width: 900px) {
  .headline {
    font-size: 44px;
  }
}
.lede {
  max-width: 720px;
  margin: 0 auto 50px;
  color: #4E5766;
  font-family: "Figtree";
  font-size: 20px;
  text-align: center;
}
.pill {
  display: block;
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  padding: 4px 18px 6px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #202531;
  margin: 100px auto 70px;
  width: 140px;
  text-align: center;
}
.orbit {
  width: var(--orbit-w);
  margin: 0 auto;
  position: relative;
}
.orbit__ring {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 46%;
  top: var(--center-y);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}
.ring-item {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), z-index 0.5s linear;
}
/* Base badge */
.badge {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #E0E4EB80;
  box-shadow: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  cursor: pointer;
}
.badge i img {
    width: 40px;
}
.badge:hover {
  transform: scale(1.04);
}
.ring-item.is-active .badge {
  transform: scale(1.1);
  background: #E0E4EB;
}
.ring-item.is-active .badge::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid var(--accent);
}
.badge--text {
  border: 2px solid rgba(255, 91, 80, 0.85);
}
.badge--text span {
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-synthesis: weight;
  font-size: 12.5px;
  letter-spacing: 0.25px;
  color: #ff5b50;
}
.orbit__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  display: none;
  justify-content: center;
  gap: 18px;
}
.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e8ecf2;
  background: #fff;
  box-shadow: var(--shadow-1);
  font-size: 22px;
  line-height: 38px;
  color: #3a3f4b;
  cursor: pointer;
}
.floaters {
  pointer-events: none;
}
.floater {
  position: absolute;
}
.floater--faint {
  opacity: 0.35;
  filter: grayscale(1) saturate(0.2);
}
.badge--ghost {
  opacity: 0.92;
  border: 1px solid #eef1f6;
  box-shadow: 0 8px 26px rgba(16, 24, 40, 0.06);
}
.badge--sm {
  width: 72px;
  height: 72px;
}
.badge--sm i {
  font-size: 32px;
}
/* Responsive */
@media (max-width: 720px) {
  :root {
    --orbit-w: 360px;
    --orbit-h: 220px;
    --radius: 125px;
    --center-y: 34%;
  }
  .tools-section {
    padding-top: 72px;
  }
  .badge {
    width: 74px;
    height: 74px;
  }
  .badge i {
    font-size: 34px;
  }
}
/* Circle Slider*/

/*Success Stories*/
.case-studies {
  background: #fff;
  padding-top: 100px;
}
.success-stories-top-section h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  color:#202531;
}
.ri-arrow-right-line:before, .ri-arrow-left-line:before {
    font-size: 22px;
    color: #4E5766;
}
.blog-carousel-controls button:hover i:before {
  color: #fff;
}
.success-stories-top-section p {
  font-family: "Figtree";
  font-size: 20px;
  max-width: 900px;
  color: #4E5766;
}
.slider-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.accordion-item {
  background: #d9d9d969;
  border-bottom : none !important;
  border-radius: 10px !important;
  border: 1px solid #E0E4EB !important;
}
.accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-button:not(.collapsed) {
  background: #d9d9d9ad;
}
.accordion-button:not(.collapsed)::after {
  box-shadow: 0 0 0 4px #eeecec20;
  background-color: #EEECEC;
  border: none !important;
  outline: 1px solid rgba(255, 255, 255, 0.75);
  outline-offset: 4px;
}
.accordion-button::after {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center;
  background-size: 14px;
  box-shadow: 0 0 0 4px #d9d9d92d;
}
.slider-accordion-placement {
  position: absolute;
  right: 35px;
  width: 70%;
  bottom: -20px;
}
.card-1-bg {
  background: url("./../images/cs-1.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
.card-2-bg {
  background: url("./../images/cs-2.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
.card-3-bg {
  background: url("./../images/cs-3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.card-4-bg {
  background: url("./../images/cs-4.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.arrows-border {
  border: 1px solid #e0e4eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-next {
  right: 0;
}
#caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
  top: -70px !important;
}
/* Left side */
.left-content {
  height: 500px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  padding: 50px;
}
.left-content h3 {
  font-family: "DarkerGrotesque";
  font-size: 32px;
  color: #202531;
  line-height: 1;
  width: 100%;
  max-width: 380px;
}
.left-content p {
  font-family: "Figtree";
  font-size: 20px;
  transition: margin-bottom 0.4s ease;
  position: absolute;
  bottom: 50px;
  color: #202531;
  text-align: justify;
  width: 100%;
  max-width: 480px;
}
.left-content .read-more {
  position: absolute;
  bottom: 50px;
  left: 45px;
  opacity: 0;
  transform: translateY(15px);
  font-weight: 600;
  text-decoration: none;
  color: #000;
  font-size: 25px;
  transition: all 0.4s ease;
  outline: none;
}
.left-content:hover .read-more {
  opacity: 1;
  transform: translateY(0);
}
.left-content:hover p {
  margin-bottom: 70px !important;
}
.left-content .read-more:hover {
  letter-spacing: 0.5px;
}
/* Right side */
.right-content {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* Accordion style */
.accordion-item {
  border: none;
  margin-bottom: 8px;
}
.accordion-button {
  background: transparent;
  border: none;
  box-shadow: none !important;
  color: #202531 !important;
  font-size: 22px;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 100;
  color: #4E5766;
  background: #d9d9d9ad;
  text-align: justify;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* Carousel controls */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  top: -40px !important;
  transform: translateY(-50%);
  opacity: 0.9;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.4s ease;
  background: transparent;
  box-shadow: none !important;
}
.carousel-control-prev {
  right: 65px;
  left: unset !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.8rem;
  height: 2.8rem;
}
.carousel-control-prev::before,
.carousel-control-next::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: all 0.4s ease;
  z-index: 0;
  border-radius: 50%;
}
.carousel-indicators [data-bs-target] {
  background-color: #4e5766;
  border-top: 0;
  border-bottom: 0;
  border-radius: 14px;
}
.carousel-control-prev:hover::before,
.carousel-control-next:hover::before {
  bottom: 0;
}
/* Arrow image */
.carousel-control-prev img,
.carousel-control-next img {
  position: relative;
  z-index: 1;
  width: 6px;
  height: 10px;
  transition: all 0.4s ease;
  filter: brightness(0) invert(0);
}
.carousel-indicators {
  bottom: -60px;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 55px;
}
.carousel-control-prev:hover img,
.carousel-control-next:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
.carousel-control-prev::before,
.carousel-control-next::before {
  animation: slideDown 0.4s ease forwards;
}
.carousel-control-prev:hover::before,
.carousel-control-next:hover::before {
  animation: slideUp 0.4s ease forwards;
}
/* Keyframes */
@keyframes slideUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slideDown {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 101%;
  }
}

/* Modal styling */
.custom-modal .modal-content {
  border: none;
  border-radius: 16px;
  padding: 2rem;
  background: #fff;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.custom-modal .modal-header {
  border-bottom: none;
}
.custom-modal .form-control {
  border-radius: 8px;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  font-family: "Figtree";
  font-size: 18px;
}
h5#caseStudyModalLabel {
  font-family: "DarkerGrotesque";
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 32px;
}
.custom-modal .form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.custom-modal .btn-submit {
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  transition: all 0.3s;
}
.custom-modal .btn-submit:hover {
  background-color: #000;
  color: #fff;
}
.download-btn {
    position: relative;
    overflow: hidden;
    padding: 12px 28px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.4s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Figtree";
    font-size: 18px;
    z-index: 999;
}
.download-btn i {
    margin-left: 8px;
    position: relative;
    z-index: 1;
}
.download-btn span {
    color: #000;
    position: relative;
    z-index: 1;
}
.download-btn:hover span {
    color: #fff;
}
.download-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -164px;
    transform: translateX(-52%) translateY(0);
    width: 300%;
    height: 300%;
    background: #000;
    border-radius: 50%;
    z-index: 0;
    transition: transform 0.5s ease;
}
.download-btn:hover::before {
  transform: translateX(-50%) translateY(-43%);
}
.download-btn:hover {
  color: #fff;
}
.download-btn:hover i {
  color: #fff;
}
.download-btn.wpcf7-submit.opacity-out span {
  color: #000 !important;
}
.download-btn.wpcf7-submit.opacity-out i.fa-download::before {
    background-image: url(/wp-content/themes/arpatech/assets/images/download-btn.png);
    content: "";
}
.download-btn.slide-out::before {
  transform: translateX(-50%) translateY(-141%);
}
button.download-btn.wpcf7-submit.opacity-out:before {
  opacity: 0;
}
.download-btn i.fa-download::before {
  background-image: url("./../images/download-btn.png");
  content: "";
  width: 17px;
  height: 16px;
  display: inline-block;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.download-btn:hover i.fa-download::before {
  background-image: url("./../images/download-btn-hover.png");
  content: "";
  width: 17px;
  height: 16px;
  display: inline-block;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
/*Success Stories*/

/* What Makes Arpatech Stands Out */
.why-arpatech {
  padding-top: 150px;
}
.section-title {
  font-family: "DarkerGrotesque";
  font-size: 56px;
  font-weight: 600;
  color: #202531;
  line-height: 1;
}
.section-subtitle {
  color: #4e5766;
  font-family: "Figtree";
  font-size: 20px;
  margin-top: 30px;
}
.stand-out-tiles {
  padding-top: 20px;
}
.out-tiles-inner {
  margin-bottom: 30px;
}
.feature-box {
  background-color: #fff;
  border: 1px solid #E0E4EB;
  transition: all 0.3s ease;
}
.feature-box:hover {
  background-color: #e0e4eb;
}
.feature-box h5 {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-weight: 600;
  color: #202531;
  height: 130px;
  line-height: 1;
}
.feature-box p {
  color: #4E5766;
  font-family: "Figtree";
  font-size: 17px;
  text-align: justify;
}
.framework-note {
  font-family: "Figtree";
  font-size: 18px;
  border: 1px solid #E0E4EB;
  padding: 24px;
  border-radius: 10px !important;
  color: #4E5766;
}
.framework-note:hover {
  background-color: #e0e4eb;
}
/* What Makes Arpatech Stands Out */

/* Mobile App Development */
section.mobile-app-dev-section {
  padding: 80px 0;
}
.myconssSpecificity {
  display: flex;
  gap: 25px;
  padding: 20px;
  max-width: 1200px;
  background: #eee;
}
.left-side1 {
    position: sticky;
    top: 130px;
    height: max-content;
    background: #FFFFFF;
}
.workflow-section {
  position: sticky;
  margin: 100px 0;
  overflow: hidden;
}
.left-side {
  position: relative;
}
.sticky-content {
  position: sticky;
  top: 0;
  padding: 40px 40px 0 40px;
  background: #e0e4eb;
  border-radius: 20px;
}
.sticky-content h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #202531;
  margin-bottom: 20px;
}
.sticky-content p {
  font-family: "Figtree";
  font-size: 18px;
  line-height: 1.4;
  color: #4E5766;
  text-align: justify;
  margin-top: 40px;
}
.phones {
  position: relative;
  margin-top: 40px;
}
.phone {
  width: 100%;
}
.phone2 {
  position: absolute;
  top: 40px;
  left: 100px;
}
.step {
  padding-bottom: 30px;
  border-bottom: 1px solid #4e5766;
  margin-bottom: 60px;
  margin-left: 100px;
}
.step:last-child {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}
.steps-top {
  display: flex;
  align-items: center;
}
.num {
  font-family: "Figtree";
  font-size: 20px;
  width: 58px;
  height: 58px;
  color: #bed030;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e0e4eb;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 28px;
}
.step h4 {
  font-family: "DarkerGrotesque";
  font-size: 36px;
  font-weight: 600;
  color: #202531;
  margin-bottom: 10px;
  margin-left: 15px;
  display: inline-block;
}
.step p {
  font-family: "Figtree";
  font-size: 20px;
  color: #4E5766;
  line-height: 1.4;
  margin-top: 25px;
  text-align: justify;
}
/* Mobile App Development */

/* App Idea */
section.app-idea {
  background-color: #e9edf4;
  padding: 40px 0;
}
.app-idea h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  color: #202531;
}
.app-idea p {
  font-family: "Figtree";
  font-size: 18px;
  color: #4E5766;
  text-align: justify;
}
.btn-dark-custom {
  font-family: "Figtree";
  font-size: 16px;
  background-color: #202531;
  color: #fff;
  border-radius: 8px;
  padding: 10px 45px;
  transition: background-color 0.3s ease;
}
.btn-dark-custom:hover {
  background-color: #2a2f36;
  color: #fff;
}
/* App Idea */

/* Innovative Solutions */
.inn-sol span {
  border: 1px solid #e0e4eb;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Figtree";
  padding: 9px 30px;
  color: inherit;
}
.inn-sol h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  color: #202531;
  font-weight: 600;
  line-height: 1;
}
.inn-sol p {
  font-family: "Figtree";
  font-size: 20px;
  color: #4E5766;
}
/* Accordion Section */
.accordion-section {
  position: relative;
  margin: 100px 0 0;
}
/* Left Sticky Content */
.left-accordion .sticky-accordion-info {
  position: sticky;
  top: 0;
  padding: 0px 40px 40px 0px;
  border-radius: 20px;
}
/* Right Scrollable Accordion */
.accordion-wrapper {
  scroll-behavior: smooth;
}
/* Hide Scrollbar */
.accordion-wrapper::-webkit-scrollbar {
  display: none;
}
.accordion-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Accordion Buttons */
#innovationSolutions .accordion-wrapper .accordion-button {
  background-color: #E0E4EB;
  font-size: 1.25rem;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}
/* Active Accordion Button */
#innovationSolutions
  .accordion-wrapper
  .accordion-button[aria-expanded="true"] {
  background-color: #BACF32 !important;
}
/* Accordion Body */
#innovationSolutions .accordion-wrapper .accordion-body {
  background-color: #BACF32;
  padding: 1.5rem;
  font-size: 1.25rem;
  color: #000;
  font-weight: 100;
  line-height: 1.3;
}
#innovationSolutions .accordion-wrapper .accordion-body b {
  font-weight: bold;
}
/* Plus/Minus Icon */
#innovationSolutions .accordion-wrapper .accordion-button {
  background-image: none !important;
  padding-right: 50px;
  font-family: "DarkerGrotesque";
  font-size: 30px;
  color: #202531;
}
/* Add custom + / − icon */
#innovationSolutions .accordion-wrapper .accordion-button::after {
  background-image: url("./../images/acc-plus.png");
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#innovationSolutions
  .accordion-wrapper
  .accordion-button[aria-expanded="true"]::after {
  background-image: url("./../images/acc-minus.png");
}
#innovationSolutions .accordion-button::after {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #E0E4EB;
  background-position: center;
}
/* Innovative Solutions */

/*App Development Service*/
section#app-dev {
  position: relative;
  padding-top: 100px !important;
}
.app-dev-sticky {
  position: sticky;
  top: 0;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}
.app-dev-header {
  margin-bottom: 60px;
  padding-left: 0;
}
.app-dev-header h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  color: #202531;
  line-height: 1;
  position: relative;
  top: -12px;
}
.app-dev-header p {
  font-family: "Figtree";
  font-size: 18px;
  margin: 0;
  color: #4E5766;
  text-align: justify;
}
.cards-stack {
  position: relative;
  width: 100%;
  max-width: 1200px;
  perspective: 1200px;
}
.app-card {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(100px) translateY(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 50px;
  opacity: 0;
  border: 1px solid #E0E4EB;
}
.app-card h4 {
  font-family: "DarkerGrotesque";
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #202531;
}
.app-card p {
  font-family: "Figtree";
  font-size: 18px;
  color: #4E5766;
  line-height: 1.4;
  text-align: justify;
}
.card-label {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  color: #000;
}
/* Layering for overlap */
.card1 {
  z-index: 1;
  background: #E0E4EB;
  opacity: 1 !important;
  width: 102%;
  left: -17px;
  transform: translateY(0) !important;
}
img.android-icon {
  width: 100%;
  max-width: 140px;
}
.card2 {
  z-index: 2;
  background: #f0f5fc;
  width: 105%;
  left: -35px;
}
img.ios-icon {
  width: 100%;
  max-width: 80px;
}
.card3 {
  z-index: 3;
  background: #fdfdfe;
  width: 108%;
  left: -55px;
}
img.ios-android-icon {
    width: 100%;
    max-width: 220px;
}
/*App Development Service*/

/* Technologies Empowering */
.technologies-section {
  background-color: #fff;
  color: #222;
  padding-top: 60px;
}
.technologies-section p {
  font-family: "Figtree";
  font-size: 17px;
  color: #4E5766;
  text-align: justify;
  line-height: 1.4;
}
.technologies-section .section-desc {
  width: 100%;
  max-width: 90%;
  float: right;
}
.technologies-section .section-title {
    margin-top: -10px;
}
/* Tech Cards */
.tech-card {
  border-radius: 10px;
  padding: 25px 22px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e0e4eb;
  background: #e0e4eb33;
}
.tech-card h5 {
  font-family: "DarkerGrotesque";
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #202531;
}
.tech-img-div {
  display: flex;
  justify-content: end;
}
img.tech-card-icon {
  width: 100%;
  max-width: 60px;
}
/* Highlighted yellow cards */
.highlight-card {
  background: #e0e4eb33;
  position: relative;
}
.highlight-card::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

/* Blog Section */
.latest-insights {
  padding: 80px 0;
  position: relative;
}
.latest-insights container .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,.latest-insights container .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
	display: none !important;
}
span.blog-prev-icon, span.blog-next-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
}
.blog-prev:hover span.blog-prev-icon, .blog-next:hover span.blog-next-icon {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
.latest-insights h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  color: #202531;
}
/* Carousel fixes */
.carousel {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
  border-radius: 15px;
}
.carousel-item {
  transition: transform 0.7s ease-in-out;
}
.row.g-4 {
  margin: 0;
}
.blog-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  height: 400px;
}
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover img {
  transform: scale(1.05);
}
.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 25px 25px 25px;
  top: 240px;
}
.blog-title {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 10px;
}
.meta-left {
  font-family: "DarkerGrotesque";
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-left span {
  color: #fff !important;
  font-family: "DarkerGrotesque";
  font-weight: 100;
  font-size: 16px;
}
.meta-right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 100;
}
.meta-right i.ri-share-forward-line:before {
  content: "";
  background-image: url(/wp-content/themes/arpatech/assets/images/share.png);
  width: 12px;
  height: 13px;
  display: inline-block;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.meta-right i {
  cursor: pointer;
  transition: color 0.3s ease;
  color: #ff5555;
  height: 17px;
}
.meta-right i:hover {
  color: #ff5555;
}
.meta-right span {
  cursor: pointer;
  transition: color 0.3s ease;
  color: #fff !important;
}
span.author-name {
    color: #fff;
    font-weight: 600;
}
span.date-time {
    color: #fff;
    font-weight: 100;
}
/* Arrows */
.blog-carousel-controls {
  position: absolute;
  top: 110px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.blog-carousel-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: transparent;
  color: #000;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.blog-carousel-controls button::before {
  content: "";
  position: absolute;
  inset: 100% 0 0 0;
  background: #000;
  transition: inset 0.4s ease;
  z-index: 0;
  border-radius: 50%;
  animation: slideDown 0.4s ease forwards;
}
.blog-carousel-controls button:hover::before {
  inset: 0 0 0 0;
  border-radius: 50%;
  animation: slideUp 0.4s ease forwards;
}
.blog-carousel-controls button i {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.blog-carousel-controls button:hover i {
  color: #fff;
}
@media (max-width: 992px) {
  .blog-card {
    height: 300px;
  }
}
/* Blog Section */

/* FAQ's */
.faqs-sec {
  margin: 0 auto;
  color: #222;
  padding: 0 15px;
}
.faqs-sec h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
}
.faqs-sec hr {
  border: none;
  border-top: 1px solid #4e5766;
  margin-bottom: 1.5rem;
}
span.title {
  color: inherit;
}
/* Tabs */
.faqs-sec button.nav-link {
  width: auto;
  font-family: "Figtree";
  font-size: 20px;
  border: 1px solid #e0e4eb;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 22px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #4e5766;
  margin-right: 20px;
}
.faqs-sec button.nav-link.active {
    background: #BED030;
    color: #4E5766;
    font-weight: 400;
}

/* Accordion */
.faqs-sec .accordion-item {
  border-radius: 8px;
  background: transparent;
  margin-bottom: 0.8rem;
  overflow: hidden;
  transition: background-color 0.3s ease;
  border: 1px solid #e0e4eb;
}
.faqs-sec .accordion-item.active {
  background-color: #e6e6e6;
}
/* Header */
.faqs-sec .accordion-header {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.faqs-sec .accordion-header span.title {
  color: #202531;
}
.faqs-sec .accordion-button:not(.collapsed) {
  background: #e0e4eb;
}
/* Icon style */
.faqs-sec .accordion-header button::after {
  background-image: url("./../images/acc-plus.png");
 background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E4EB;
  border: 1px solid #4E5766;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 0 1px 4px #E0E4EB;
  padding: 14px;
}
.faqs-sec .accordion-header button:not(.collapsed)::after {
  background-image: url(./../images/acc-minus.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #4E5766 !important;
  box-shadow: none !important;
  outline: none;
}
/* Accordion Body */
.faqs-sec .accordion-body {
  padding: 0 1.2rem 1rem;
  color: #555;
  line-height: 1.6;
  background: #e0e4eb;
  border: none;
}
/* FAQ's */

/* Form Section */
.consultation-section {
  width: 100%;
  padding: 150px 20px 20px;
}
.consultation-wrapper {
  background: url("./../images/form-bg.png") no-repeat;
  background-position: center;
  border-radius: 20px;
}
/* Left Section */
.consultation-left {
  width: 85%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.consultation-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0 0 30px 30px;
}
.consultation-content h2 {
  font-family: "DarkerGrotesque";
  font-size: 64px;
  line-height: 0.9;
  font-weight: 600;
}
.contact-info {
  font-family: "Figtree";
  font-size: 20px;
  font-weight: 200;
  margin-top: 20px;
}
.contact-info a {
  text-decoration: none;
}
/* Right Section */
.consultation-right {
  width: 55%;
  padding: 28px 28px 35px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}
.consultation-right .title {
  font-family: "DarkerGrotesque";
  font-size: 55px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 20px;
  color: #000;
}
.subtitle {
  font-family: "Figtree";
  font-size: 16px;
  color: #4E5766;
}
/* Hidden label */
.hidden-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
/* Inputs */
.consultation-form input,
.consultation-form select {
  height: 50px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.submit-btn {
  font-family: "Figtree";
  width: 100%;
  background: #202531;
  color: #fff !important;
  height: 50px;
  border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.submit-btn:hover {
  background: #292929;
}
.form-bottom-line {
  font-size: 16px;
  margin-top: 15px;
}
.form-bottom-line a {
  color: #4e5766;
  text-decoration: none;
}
/* Placeholder styling */
input::placeholder,
textarea::placeholder,
select:invalid {
  font-family: "Figtree";
  font-weight: lighter;
  color: #4E57665E !important;
}
/* Focus styling */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 3px solid rgba(34, 197, 94, 0.18);
  outline-offset: 2px;
}
input[type=text], input[type=email] {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Figtree";
    line-height: 1.5;
    color: #4e5766 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #E0E4EB;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea#message {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    font-family: "Figtree";
    color: #4e5766;
}
.consultation-form input, .consultation-form select {
  font-family: "Figtree";
  font-weight: lighter;
  color: #4E5766;
}
.consultation-form input::placeholder, textarea::placeholder {
  font-family: "Figtree";
  font-weight: lighter;
  color: #4E57665E !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-select.placeholder:hover {
  cursor: pointer;
}
.button-spinner-position {
  position: relative;
}
/* Form Section */

/* Footer */
.footer-section {
  background: #fff;
  overflow-x: hidden;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-description {
  font-family: "Figtree";
  font-size: 16px;
  color: #4e5766;
  line-height: 1.2;
  text-align: justify;
  color: #36382E;
}
.footer-links {
  font-family: "Figtree";
  font-size: 12px;
  margin-bottom: 20px;
}
.footer-links a {
  color: #202531;
  text-decoration: none;
}
.footer-right-contact-info {
  z-index: 9;
  position: relative;
}
.footer-right-contact-info h6 {
  font-family: "Figtree";
  font-size: 12px;
  color: #a7c400; 
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-right-contact-info p {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 500;
}
.footer-right-contact-info p a {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 500;
  color: #36382E;
  text-decoration: none;
  outline: none;
}
.right-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  border-top: 1px solid #bfd12d;
  border-left: 1px solid #bfd12d;
  border-top-left-radius: 90px;
  width: clamp(100%, 120vw, 155%);
}
.right-box {
  padding-top: 50px;
  padding-left: 34px;
  padding-bottom: 40px;
  padding-right: 0;
}
.right-box h6 {
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 205px;
}
.right-box a i {
  font-size: 18px !important;
}
.right-box .social-links-side a {
  width: 40px;
  height: 40px;
  border: 1px solid #d9e065;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.9rem;
  transition: 0.3s ease;
  padding: 12px;
  text-decoration: none;
  outline: none;
}
.right-box .social-links-side a:hover {
  background-color: #d9e065;
  color: #000;
}
.copyright {
  font-family: "Figtree";
  margin-top: 40px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 9;
  position: relative;
  color: #9A9B96;
}
.links-small a {
  font-size: 0.78rem;
}
/* RESPONSIVE FIXES */
@media (max-width: 1366) {
  .right-box::before {
    width: calc(50% + 400px);
  }
}
@media (max-width: 1200px) {
  .right-box::before {
    width: 120%;
    left: -15px;
    border-top-left-radius: 70px;
  }
}
@media (max-width: 992px) {
  .right-box {
    padding-left: 40px;
    padding-top: 40px;
  }
  .right-box::before {
    width: 100%;
    left: 0;
    border-top-left-radius: 60px;
  }
  .copyright {
    margin-left: 0;
    margin-top: 20px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .right-box {
    padding: 30px;
  }
  .right-box::before {
    width: 100%;
    left: 0;
  }
  .copyright {
    margin-left: 0;
    margin-top: 20px;
    white-space: normal;
  }
}
/* Footer */

/* Responsive font sizes */
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.6rem;
  }
  .section-desc {
    font-size: 0.95rem;
  }
  .phone-btn {
  display: inline-flex !important;
  }
}
/* Technologies Empowering */

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .modal-left {
    display: none;
  }
  .modal-right {
    width: 95%;
  }
  .trust-logos {
    position: static;
    margin-top: 18px;
  }
}
#blogCarousel .carousel-item {
    display: none;
    transition: transform 0.5s ease-in-out;
}
#blogCarousel .carousel-item.active {
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-family: "Figtree" !important;
    font-weight: lighter !important;
    color: #4E5766;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    font-family: "Figtree" !important;
    font-weight: lighter !important;
    color: #4E57665E;
}
.wpcf7-spinner {
  background-color: #e2ff04;
  position: absolute !important;
  right: 0;
  top: 12px;
}
.carousel-control-prev img, .carousel-control-next img {
  width: auto;
  height: auto;
}
.form-select {
  font-family: "Figtree";
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
    padding-left: 0 !important;
    margin-top: 14px !important;
}
.form-group .wpcf7-form-control {
  width: 100%;
  padding: 12px 10px 12px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: none;
  box-sizing: border-box;
}
.form-group label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
}
.form-group label.active {
  top: -8px;
  left: 8px;
  font-size: 12px;
  background: white;
  padding: 0 4px;
}
.form-group .dial-code-dropdown {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 16px;
  color: #000;
  display: none;
}
.form-group:focus .dial-code-dropdown {
  display: block;
}
.dial-code-dropdown {
    color: #999 !important;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 43px;
    border: none;
    z-index: 999;
    padding: 0 !important;
}
.form-group input[name="phone"] {
    padding-left: 51px !important;
}
.left-bottom-section a {
  text-decoration: none;
}
.accept-check .wpcf7-list-item {
  margin: 0;
}
.accept-check input[type="checkbox"] {
  height: auto;
  position: relative;
  top: 2px;
  margin-right: 5px;
  outline: none;
}
.accept-check span.wpcf7-list-item-label {
  color: #4E5766;
  font-family: "Figtree";
  font-weight: 300;
}
.carousel-control-next img {
  padding: 0;
  position: absolute;
  left: 20px;
}

#captcha-container input {
	width: 220px;
	height: 38px;
	padding: 25px 20px !important;
	border-radius: 30px;
	border: none;
	color: #333;
	outline: none;
    display: inline;
}
#captcha-container button {
	height: 52px;
	border-radius: 30px;
	border: none;
	color: #fff;
	outline: none;
	background: #333;
	width: 100px;
	margin-left: -61px;
}
#captcha-error {
	color: red;
	font-size: 12px;
	margin-top: 5px;
}
/*Responsive*/
@media (max-width: 1366px) and (min-width: 1200px ){
  .footer-section .footer-right {
    max-width: 650px;
  }
  .left-content p {
    font-size: 16px;
    max-width: 400px;
    max-width: 400px;
    bottom: 100px;
  }
  .left-content .read-more {
    bottom: 50px;
  }
  .banner h1, .section-title {
    font-size: 50px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .feature-box h5 {
    font-size: 26px;
    height: 100px;
  }
  .feature-box p, .framework-note {
    font-size: 15px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .sticky-content h2 {
    font-size: 40px;
  }
  .banner p.lead, .sticky-content p, .step p {
    font-size: 16px;
  }
  .app-dev-sticky {
    overflow: visible;
  }
  .card1 {
    width: 95%;
    left: 20px;
  }
  .card2 {
    width: 97%;
    left: 10px;
  }
  .card3 {
    width: 99%;
    left: 0;
  }
  .connect-btn, .connect-btn:hover {
    font-size: 16px;
    width: 268px;
    height: 46px;
  }
  .success-stories-top-section h2 {
    font-size: 55px;
  }
  .accordion-button, .left-content .read-more {
    font-size: 20px;
  }
  .step h4 {
    font-size: 32px;
  }
  .right-box h6 {
    max-width: 160px;
  }
}

@media (max-width: 1199px) and (min-width: 993px) {
  .footer-section .footer-text {
    max-width: 350px;
  }
  .banner h1 {
    font-size: 60px;
  }
  #caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
    top: -40px !important;
  }
  .sticky-content h2 {
    font-size: 45px;
  }
  .step h4 {
    font-size: 30px;
  }
  .step p {
    font-size: 18px;
  }
  .app-dev-sticky {
    height: 76vh;
    overflow: visible;
  }
  section#app-dev {
    padding-top: 50px !important;
  }
  .card1 {
    width: 95%;
    left: 15px;
  }
  .meta-left {
    gap: 3px;
  }
  .meta-left span {
    font-size: 14px;
  }
  .card2 {
    left: 7px;
    width: 97%;
  }
  .card3 {
    width: 99%;
    left: 0;
  }
  .technologies-section {
    padding-top: 100px;
  }
  .latest-insights {
    padding: 80px 0 0;
  }
  .consultation-section {
    padding: 80px 20px 20px;
  }
  .banner .container, .banner .row {
    padding-bottom: 20px;
  }
  .banner {
    background-position: 70% 100%;
    padding: 120px 0 0px;
  }
  .faqs-sec button.nav-link {
    font-size: 16px;
    margin-right: 10px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .right-box h6 {
    max-width: 115px;
  }
}

@media (max-width: 992px) and (min-width: 768px ) {
  header#siteHeader {
    width: 100%;
    max-width: 990px;
  }
  .flex-div {
    display: flex;
    gap: 50px;
  }
  .meta-left span {
    font-size: 14px;
  }
  .counters {
    margin-top: 200px !important;
  }
  .trust-logos {
    position: relative;
    left: 10px;
    top: 60px;
  }
  .headline {
    font-size: 40px;
  }
  .banner {
    padding: 90px 0 60px;
    background-image: url(../images/res-banner.webp);
    background-position: 30% 100%;
  }
  .banner-right {
    display: none;
  }
  .banner-right-res {
    display: block;
    position: absolute;
    bottom: 320px;
  }
  .banner h1 {
    font-size: 50px;
  }
  .success-stories-top-section h2 {
    font-size: 40px;
  }
  .success-stories-top-section p {
    font-size: 18px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .carousel-control-prev img {
    padding: 0;
    position: absolute;
    left: 18px;
  }
  #caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
    top: -45px !important;
  }
  .left-content {
    padding: 20px;
  }
  .left-content h3 {
    font-size: 28px;
  }
  .left-content p {
    font-size: 16px;
  }
  .case-studies .accordion-body {
    font-size: 14px;
    padding: 10px;
  }
  .case-studies .accordion-button {
    font-size: 20px;
    padding: 10px;
  }
  .slider-accordion-placement {
    width: 80%;
  }
  .section-title {
    font-size: 40px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .tools-section {
    padding: 80px 16px 120px;
  }
  .technologies-section .section-desc {
    float: none;
    width: 100%;
  }
  .blog-carousel-controls {
    top: 90px;
  }
   .latest-insights h2 {
    font-size: 40px;
  }
  .faqs-sec h2 {
    font-size: 40px;
  }
  .feature-box p {
    margin-bottom: 0;
  }
  .app-dev-sticky {
    overflow: visible;
    height: 60vh;
  }
  .app-dev-header {
    margin-bottom: 30px;
    padding-left: 0;
  }
  section#app-dev {
    position: relative;
    padding-top: 40px !important;
  }
  .faqs-sec button.nav-link {
    font-size: 16px;
    margin-right: 10px;
  }
  .app-dev-header h2 {
    font-size: 40px;
  }
  .consultation-right .title {
    font-size: 40px;
  }
  .app-card {
    padding: 30px;
  }
  .card1 {
    top: 0;
    width: 94%;
    left: 20px;
  }
  .card2 {
    left: 10px;
    top: 0;
    width: 97%;
  }
  .card3 {
    top: 0;
    left: 0;
    width: 100%;
  }
  .app-dev-header p {
    font-size: 16px;
  }
  .tech-card {
    padding: 10px 22px;
  }
  .technologies-section {
    padding-top: 150px;
  }
  .sticky-content h2 {
    font-size: 40px;
  }
  .sticky-content p {
    font-size: 16px;
  }
  .step {
    margin-left: 0;
  }
  .step h4 {
    font-size: 25px;
  }
  .step p {
    font-size: 16px;
  }
  .inn-sol h2 {
    font-size: 40px;
  }
  .latest-insights {
    padding: 80px 0px 0;
  }
  .consultation-section {
    padding: 80px 20px 20px;
  }
  .app-idea h2 {
      font-size: 40px;
  }
  #innovationSolutions .accordion-wrapper .accordion-body {
    font-size: 16px;
  }
  .footer-section .footer-left {
    min-width: 400px;
    left: 23%;
  }
  .footer-section .footer-container {
    gap: 2rem;
  }
  .consultation-left {
    display: none;
  }
  .consultation-right {
    width: auto;
  }
  .right-box a i {
    font-size: 14px !important;
  }
  .footer-right-contact-info p a {
    font-size: 14px;
  }
  .right-box .social-links-side a {
    width: 30px;
    height: 30px;
  }
  .right-box h6 {
    max-width: 80px;
  }
}

@media (max-width: 768px) and (min-width: 320px ) {
  .site-header {
    border-bottom: none;
  }
  .get-started {
    display: none;
  }
  .banner .container, .banner .row {
    padding-bottom: 15px;
  }
  .counters {
    margin-top: 240px !important;
  }
  .counter {
    font-size: 25px;
    font-weight: 500;
    width: 50px;
  }
  .counter-label {
    font-size: 12px;
  }
  .left-side1 {
    position: unset;
    padding: 0 25px;
  }
  .workflow-steps {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .counters > .col:nth-child(2) .counter, .counters > .col:nth-child(4) .counter {
    width: 35px;
  }
  .banner-right {
    display: none;
  }
  .banner-right-res {
    display: block;
    position: absolute;
    bottom: 250px;
  }
  .banner {
    background-image: url(../images/res-banner.webp);
    padding: 80px 0 0;
    background-position: 41% 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .banner p.lead {
    font-size: 16px;
  }
  .connect-btn, .connect-btn:hover {
    font-size: 16px;
    margin-top: 10px;
    width: 230px;
    height: 50px;
  }
  .badge {
    width: 44px;
    height: 44px;
  }
  .badge i {
    font-size: inherit;
  }
  .badge i img {
    width: 25px;
  }
  .flex-div {
    display: flex;
    gap: 20px;
  }
  .ring-item.is-active .badge::after {
    inset: -7px;
  }
  section.app-idea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-section .footer-right {
    padding-left: 30px;
    width: 100%;
    left: 0;
    transform: none;
  }
  .footer-section .footer-bottom {
    margin-top: 80px;
    font-size: 0.55rem;
  }
  .headline {
    font-size: 35px;
    font-weight: 600;
    padding-top: 60px;
  }
  .lede {
    margin: 30px auto 50px;
    font-size: 15px;
  }
  .tools-section {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .pill {
    margin: 50px auto 70px;
  }
  .orbit__ring {
    left: 44%;
    top: -250px;
    transform: translate(-20%, 0);
  }
  :root {
    --orbit-w: auto;
    --orbit-h: 110px;
    --radius: 240px;
  }
  .case-studies {
    padding-top: 30px;
  }
  .carousel-control-prev {
    right: 55px;
  }
  #caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
    top: -190px !important;
  }
  .left-content:hover p {
    margin-bottom: 20px !important;
  }
  .success-stories-top-section h2 {
    font-size: 30px;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
    font-synthesis: weight;
    width: 100%;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .success-stories-top-section p {
    font-size: 16px;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.2rem;
  height: 2.2rem;
  }
  .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    width: 2.2rem !important;
    height: 2.2rem !important;
  }
  .card-1-bg {
    background: url("./../images/cs-mb-1.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .card-2-bg {
    background: url("./../images/cs-mb-2.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .card-3-bg {
    background: url("./../images/cs-mb-3.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .card-4-bg {
    background: url("./../images/cs-mb-4.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .left-content {
    padding: 25px;
  }
  .left-content h3 {
    font-size: 25px;
    color: #000;
    max-width: 220px;
  }
  .left-content p {
    font-size: 13px;
    bottom: 110px;
    color: #000;
    max-width: 180px;
  }
  div#caseSlider {
    padding: 0 15px;
  }
  .left-content .read-more {
    bottom: 90px;
    left: 24px;
    font-size: 20px;
  }
  .right-content {
    height: 260px;
  }
  .right-content .accordion-body {
    padding-top: 0;
  }
  .slider-accordion-placement {
    width: 80%;
    left: 0;
  }
  .left-accordion .sticky-accordion-info {
    padding: 0px 0 60px 0px;
  }
  .accordion-button {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600;
    padding: 10px;
    gap: 6px;
  }
  .accordion-body {
    font-size: 12px;
  }
  .why-arpatech {
    padding-top: 110px;
  }
  .why-arpatech .section-title {
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-arpatech .section-subtitle {
    font-size: 16px;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }
  .stand-out-tiles {
    padding: 0 15px;
  }
  .feature-box h5 {
    font-size: 28px;
    height: auto;
  }
  .feature-box p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .framework-note {
    font-size: 14px;
    margin: 0 15px;
  }
  .stand-out-tiles .col-md-3 {
    padding: 0;
  }
  .sticky-content h2 {
    font-size: 32px;
    font-weight: bold;
  }
  .sticky-content p {
    font-size: 16px;
  }
  .step {
    margin-left: auto;
    margin-bottom: 50px;
  }
  .step h4 {
    font-size: 28px;
    margin-top: auto;
  }
  .step p, .app-idea p, .app-dev-header p, .technologies-section p {
    font-size: 16px;
  }
  .accordion-section {
    margin: 80px 0 0;
  }
  .technologies-section .section-desc {
    float: none;
    max-width: 100%;
  }
  .inn-sol h2 {
    font-size: 34px;
  }
  .inn-sol p {
    font-size: 16px;
    text-align: justify;
  }
  #innovationSolutions .accordion-wrapper .accordion-body {
    font-size: 16px;
  }
  #innovationSolutions .left-side1 {
    padding: 0 30px;
  }
  .innovative-sol-accordion {
    padding: 0 30px;
  }
  img.ios-android-icon {
    max-width: 150px;
  }
  .app-idea h2, .faq-section h2 {
    font-size: 40px;
  }
  section#app-dev {
    padding-top: 60px !important;
  }
  .app-dev-header h2 {
    font-size: 30px;
  }
  #innovationSolutions .accordion-wrapper .accordion-button, .blog-title {
    font-size: 24px;
  }
  .faq-section .faq-tabs button, .book-a-consultation-form p {
    font-size: 13px;
  }
  .faq-section .accordion-header {
    line-height: normal;
    font-size: 25px;
    font-weight: bold;
  }
  .faq-section .accordion-header .icon {
    padding: 12px;
  }
  .consultation-content h2, .consultation-right .title, .book-a-consultation {
    font-size: 35px;
  }
  .consultation-right {
    width: auto;
    padding: 15px;
  }
  .contact-info {
    font-size: 16px;
  }
  .consultation-form input, .consultation-form select {
    height: 40px;
  }
  .consultation-section {
    padding: 40px 15px 0;
  }
  .consultation-left {
    display: none;
  }
  .app-dev-header {
    margin-bottom: 40px;
  }
  .app-dev-sticky {
    height: max-content;
    padding: 0 30px;
  }
  .app-card {
    padding: 8px 14px 15px;
  }
  .card1 {
    top: 0;
    width: 100%;
    left: 0;
    position: unset;
  }
  .card2 {
    opacity: 1 !important;
    left: 0;
    top: 0;
    width: 100%;
    position: unset;
    transform: translate(0) !important;
    margin-top: 50px;
  }
  .card3 {
    opacity: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    position: unset;
    transform: translate(0) !important;
    margin-top: 50px;
  }
  .app-card h4 {
    font-size: 22px;
    width: 200px;
  }
  img.android-icon {
    max-width: 80px;
  }
  img.ios-icon {
    max-width: 40px;
  }
  .app-card p {
    font-size: 14px;
    font-weight: 200;
    color: #000;
  }
  .card-label {
    gap: 10px;
  }
  .technologies-section {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .technologies-section .section-title {
    font-size: 32px;
  }
  .tech-card {
    padding: 10px 22px;
  }
  .tech-card h5 {
    margin-bottom: 20px;
  }
  .latest-insights h2 {
    font-size: 40px;
    width: 100%;
    max-width: 260px;
  }
  .blog-carousel-controls {
    top: 140px;
    right: 30px;
  }
  .blog-overlay {
    top: 110px;
  }
  .blog-carousel-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    width: 32px;
    height: 32px;
  }
  .latest-insights {
    padding: 60px 15px 0;
  }
  .accept-check span.wpcf7-list-item-label {
    font-size: 11px;
  }
  .footer-section .footer-text {
    max-width: max-content;
  }
  .footer-section {
    padding: 3rem 15px 0;
  }
  .faqs-sec button.nav-link {
    font-size: 12px;
    text-align: left;
    margin-right: 5px;
  }
  .sticky-content {
    padding: 40px 24px 0px 24px;
  }
  .faqs-sec h2 {
    font-size: 40px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .carousel-control-next:hover img {
    left: 15px;
  }
  .carousel-control-prev:hover img {
    left: 12px;
  }
  .carousel-control-prev img {
    padding: 0;
    position: absolute;
    left: 18px;
  }
  .footer-right-contact-info p a {
    font-size: 12px;
  }
  .footer-description {
    max-width: max-content !important;
  }
  .right-box .social-links-side a {
    width: 30px;
    height: 30px;
  }
  .right-box a i {
    font-size: 12px !important;
  }
  .right-box h6 {
    max-width: max-content;
    text-align: left;
  }
  .social-media-icons-res {
    justify-content: start !important;
  }
}

@media (width: 768px) {
  div#orbit {
    margin-left: 33px;
  }
  .pill {
    margin-top: 70px !important;
  }
  .slider-accordion-placement {
    right: 132px !important;
    left: auto;
  }
}
.wpcf7-form.sent .wpcf7-response-output {
    font-size: 20px !important;
}